* SMIME: add full year when displaying information about a certificate
[alpine.git] / pith / pine.hlp
blob21a18299069e07d6f4dd1a510b9adebdf55e6e80
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-2015 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 101 2015-09-08 19:54:50
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-2015 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> Ignore message from smtp server after a successful authentication
183        challenge.
185   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
186        SSLCERTSDIR is not found.
188   <LI> When Alpine sends an attachment, it will set the boundary attribute
189        in lower case, as some SMTP servers, such as those of libero.it 
190        reject messages if the boundary attribute is in uppercase.
192   <LI> SMIME: The ^E command that gives infromation on the certificate
193        is only available for messages that have a signed or encrypted 
194        part.
196   <LI> SMIME: If a message contains a RFC822 atachment that is
197        signed/decrypted add the ability to view its SMIME information.
199   <LI> SMIME: Certificate information in the S/MIME screen is available 
200        for certificates stored in a cotainer.
202   <LI> HTML: Add support for decoding entities in hexadecimal notation.
203        Suggested by Tulip&aacute;nt Gergely.
205   <LI> If the charset of a message can not be determined, use the value set
206        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
208   <LI> Resizing setup screen will redraw screen.
210   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
211        in the width ambiguous zone, it will use other means to determine
212        the width, such as call wcwidth.
214   <LI> Pico: Code reorganization in the search command to make it easier to
215        add subcommands of the search command.
217   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
218        subcommand of the search command to bring this choice into view.
220   <LI> Pico: Add the ability to search for strings in the beginning or end
221        of a line. Use the Ctrl-^ subcommand of the search command to bring 
222        this choice into view.
224   <LI> For a multipart/alternative message, the Take Address command will 
225        work on the part that is being read.
227   <LI> When sending a message, allow for 512 characters of consecutive 
228        non-white space before folding the subject line.
230   <LI> Make sure titlebar (the line at the top of the screen) always 
231        contains the name of the folder/newsgroup that is open, if this 
232        fits in the title.
234   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
235        will also scramble the name, version and operative system in the message-id header. 
236        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
237        Mark Hills.
239   <LI> Change in logic in imap_set_password function to make Alpine ask if
240        a user wants to save a password before reading the password file.
242   <LI> Add the Control-R subcommand to the save command for attachments. 
243        This subcommand toggles if the saving will be done in binary mode 
244        for text attachments. When a user saves an attachment using binary
245        mode it will be saved as it was sent, otherwise the attachment will
246        be transformed to UTF-8 for further transformation through internal
247        and user defined filters for saving.
249   <LI> Add command line argument -smimedir, which allows to specify
250        the default path for a directory that contains the public, private, 
251        and ca directories. This is useful in case a user has a backup of 
252        old certificates that cannot be installed in the ~/.alpine-smime 
253        dir.
255   <LI> Reimplementation of the code that allows the .pinerc file to be a
256        symbolic link by Kyle George from tcpsoft.com to use realpath.
258   <LI> SMIME: add full year when displaying information about a certificate
259        in the certificate management screen. Suggested by Matthias Rieber.
261   <LI> SMIME: sort certificates by some type of alphabetical order in the
262        displayed name.
263 </UL>
267 Bugs that have been addressed include:
268 <UL>
269   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
270        Alpine will use the function ASN1_TIME_print to determine the date 
271        of validity. Reported by Ben Stienstra.
273   <LI> SMIME: Crash when atempting to unlock the password file and an
274        incorrect password is entered.
276   <LI> SMIME: Crash when checking the signature of a message that contains
277        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
278        Krellner.
280   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
282   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
283        remote containers. Reported by Matthias Rieber.
285   <LI> SMIME: certificates included in messages were not being transferred
286        to a remote container.
288   <LI> Pico: Searching for a string that is too long causes Pico to crash
289        in the next search.
291   <LI> Fix vulnerability in regex library. This only affects those who use
292        this library, such as the windows version of Alpine. See 
293        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
294        for more details.
296   <LI> Alpine would not set include and lib paths for OpenSSL if this was
297        installed in /usr/local/ssl.
299   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
300        contents when saving its configuration.
302   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
303        the name. Reported by Andreas Fehr.
305   <LI> Mismatch in size of UCS and CELL caused a corruption in the
306        content of a pointer, which made the speller in PC-Alpine get the 
307        content of a word incorrectly.
309   <LI> Skip testing openssl compatibility version when cross-compilation
310        is detected. Fix contributed by Antti Sepp&auml;l&auml;
312   <LI> Alpine fails to remove temporary files used during a display or sending
313        filter. Fix contributed by Phil Brooke.
315   <LI> When the index is in zoomed state, adding new messages to the 
316        selection would not show those messages if those messages are on 
317        top of the current message in the top of the screen. Reported by
318        Ulf-Dietrich Braumann.
319 </UL>
323 Version 2.20 addresses bugs found in previous releases and has several 
324 additions as well.
327 Additions include:
330 <UL>
331   <LI> Upgrade UW-IMAP to Panda IMAP from 
332        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
333   <LI> S/MIME: Add screen to manage certificates.
334   <LI> S/MIME: Signatures are validated using the user's certificates instead
335        of the ones included in the message. Behavior can be disabled by
336        disabling the option <A href="h_config_smime_use_cert_store">
337         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
338        by default.
339   <LI> S/MIME: sign messages using intermediate certificates when needed 
340        and possible.
341   <LI> S/MIME: validation of certificates for servers that modify signed 
342        content.
343   <LI> S/MIME: signed and encrypted messages will be signed first and 
344        encrypted second, so that they can be decoded by other clients.
345   <LI> S/MIME: add the sender certificate to the list of certificates in
346        encrypted messages to make it possible for the sender to decrypt
347        the message they sent.
348   <LI> S/MIME: When transferring certificates to a local container, create 
349        container with default names PublicContainer, PrivateContainer and 
350        CAContainer, as appropriate for these files, unless the user has 
351        provided some other names.
352   <LI> S/MIME: Forwarding a message will include the signed part as part
353        of the text and not as a multipart message, just as the reply
354        command does.
355   <LI> HTML: Style tag in body of html message causes Alpine to not write
356        its content until a new &lt;/style&gt;
357   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
358        the same inline tag; the same is valid for the &lt;HR&gt; tag.
359   <LI> Add support to selective expunge through a subcommand of the 
360        select-apply commands. Read more in the <A 
361        HREF="h_index_cmd_expunge">help</A> for the expunge command.
362   <LI> Pico: New subcommand of the search command, allows to reverse the
363        direction of search.
364   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
365        the key and certificate used to encrypt the password file are saved 
366        in the ~/.alpine-smime/.pwd directory, or in the directory specified
367        by the -pwdcertdir command line option. 
368        <A HREF="h_password_file_support">Learn more</A>.
369   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
370        server to use different ways to connect using ssl, for 
371        example {server.com/tls1} will attempt to connect to 
372        server.com at the ssl imap port (port 993) and establish a 
373        connection using TLSv1. These flags can be used in 
374        conjunction with the /ssl flag, the ssl flag is redundant. 
375        Conversely, however, the /ssl flag does not imply any of 
376        these flags; the /ssl flag means SSLv3 or, if not available, 
377        SSLv2 in the SSL port.
378   <LI> Alpine does not attempt to automatically reopen a collection 
379        that was not opened due to cancellation by the user. 
380        Instead, the user must try to open it explicitly.
381   <LI> Alpine searches for a certificate that matches an email address in
382        all addresses in a certificate (instead of just the first 
383        one) but when it tries to unlock the certificate, it asks 
384        for the password for the first email address in that 
385        certificate.
386   <LI> Style tag in body of html message causes Alpine to not write its content
387        until a new &lt;/style&gt;
388   <LI> Experimental: Write the content-type of a message in 
389        lowercase, as some non-compliant servers do not understand 
390        uppercase content-type, such as those of GMX.de.
391   <LI> Experimental: Do not send the RSET command before attempting
392        to send a message, as this causes a delay in some evily managed
393        servers.
394   <LI> Opening a folder updates recent count in maildrops (this 
395        already works for other types of folders)
396   <LI> Automatically redraw screen after opening an attachment 
397        instead of simply clearing it.
398   <LI> Pico: Justification works without need of a predefined quote 
399        string. This allows justification of blocks of text that are 
400        indented with spaces.
401   <LI> Decode the name of attachment names, so they can be written as part   
402        of the description of the part. 
403   <LI> Check bounds and tie strings off to improve security. Contributed 
404        by James Jerkins.
405   <LI> Replace tabs by spaces in From and Subject fields to control for
406        size in screen of these fields. Change only in index screen display.
407   <LI> Aggregate operations allows bouncing a list of messages using a role.
408        Suggested by Ulf-Dietrich Braumann.
409   <LI> Disable saving new passwords to the password file. Implemented
410        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
411   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
412      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
413      Charles M. Register.
414 </UL>
418 Bugs that have been addressed include:
419 <UL>
420   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
421        in personal names. Reported by Lev Gorenstein.
422   <LI> When writing the .pinerc file, lines were truncated if they were longer
423        than 10,000 characters. This could cause data corruption, so now lines
424        are allowed to be of any length.
425   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
426        remove attachments before they were open by a mailcap viewer. It 
427        requires that the user has an equivalent to a command such as "ps 
428        auxww" to list the list of processes, and check if there is any 
429        program using the attachment. The default is "/bin/ps auxww", but 
430        it can be changed at compile time with the option --with-ps-cmd. 
431        See the help of the variable 
432        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
433        for more information.
434   <LI> S/MIME: signed messages that contained an attachment would not validate.
435   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
436        validate. Thanks to Andreas Schamanek for testing, debugging and 
437        advising during the process of fixing this problem.
438   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
439        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
440        and Stefan Mueller.
441   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
442        home directory.
443   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
444        SMIME making it not possible to sign or encrypt messages.
445   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
446        information that is not part of the body, and hence making the body
447        of the message seem wrong.
448   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
449        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
450        enabled, the message contains 8bit characters and the smtp server 
451        supports 8bit sending.
452   <LI> When replying to several messages, subject will be decoded first,
453        and then stripped from re/fwd before they are compared to determine
454        the subject of the replied message.
455   <LI> Crash when tcp connection to NNTP server was lost after connection
456        had been established, but lost immediately afterwards.
457   <LI> Crash with message &quot;lock when already locked&quot;, when painting
458        an index was based on scores that needed information from a remote
459        addressbook in the same server as the folder opened. Reported by
460        Peter Koellner.
461   <LI> Crash in message/rfc822 attachments encoded in base64.
462   <LI> Postponed messages whose content-type is text/html, text/enriched and
463        text/richtext are sent with that content-type, even though, after
464        resuming composition, Alpine had changed its type to text/plain.
465   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
466        character set, which might lead to a crash or a corruption in the 
467        screen. Work was done to contain the bug. A more complete fix will 
468        be done in a future release. Reported by Professor Robert Funnell.
469   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
470   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
471   <LI> Save command did not warn of existence of a message with a deleted 
472        attachment in an aggregate save, unless cursor was positioned on a message 
473        with a deleted attachment. Reported by Florian Herzig.
474   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
475        in an IMAP server.
476   <LI> DATE tokens were not internally transformed to UTF-8, which made their
477        values not appear complete in the screen. Reported by Werner Scheinast.
478   <LI> Fixes to configure script so that it will not require PAM for every system.
479   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
480        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
481        during the build. Fix by Ulf-Dietrich Braumann.
482   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
483        needs to use tcl_getstringresult() instead. Reported by 
484        Ulf-Dietrich Braumann.
485   <LI> Quoted string in URL Viewers configuration variable were not 
486        unquoted before passing to viewer.
487   <LI> Fix in configure script to detect location of tcl library; add
488        /usr/local in FreeBSD and fix a bug in configure script that used 
489        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
490        by Werner Scheinast.
491   <LI> Move SSL configurations from UW-IMAP to configure script, and
492        update OpenSSL configuration for Mac OS X.
493   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
494   <LI> When the download of an attachment is interrumpted, Alpine stills
495      caches what was downloaded, making the download incomplete for 
496      subsequent calls of Alpine attempting to open the attachment. In the 
497      future, Alpine will not cache any downloaded part of the attachment 
498      when it is interrupted.
499 </UL>
504 Version 2.11 addresses bugs found in previous releases and has a few 
505 additions as well.
508 Additions include:
511 <UL>
512    <LI> Alpine requires version 1.0.0c of Openssl to build.
513    <LI> Increase encryption of S/MIME encrypted messages.
514    <LI> Pico: Improvements in justification of paragraphs: lines that begin
515 with a quote string, followed by a space were considered individual paragraphs,
516 now they are considered part of a paragraph. Based on earlier joint work
517 with Jeff Franklin.
518    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
519    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
520 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
521    <LI> Added recognition of ws and wss URIs.
522    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
523  <A HREF="h_config_directory_color">directory names</A>,
524  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
525    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
526 used in the display of the INDEX SCREEN.
527    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
528 that adds the ability to preserve To: and Cc: fields when replying to a 
529 message, as specified by original sender.
530    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
531  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
532    <LI> Quota command includes subcommands for printing, forwarding, etc.
533 </UL>
536 Bugs that have been addressed include:
538 <UL>
539   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
540   <LI> Crash when resizing the screen in a configuration screen.
541   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
542   <LI> Do not use a shell to open a browser.
543   <LI> Configure script did not test for crypto or pam libraries.
544   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
545   <LI> Change Cygwin directory separator to &quot;/&quot;.
546   <LI> Alpine could set List- headers, contrary to RFC 2369.
547 </UL>
550 Version 2.10 addresses bugs found in previous releases and has a few 
551 additions as well.
554 Additions include:
557 <UL>
558    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
559    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
560    <LI> Foreign characters are decoded correctly in IMAP folder names.
561    <LI> Question about breaking connection to slow servers includes their name.
562    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
563    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
564    <LI> Cygwin: Alpine builds without need of patch.
565    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
566    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
567    <LI> Add support for strong encryption of password file when S/MIME is built in.
568 </UL>
571 Bugs that have been addressed include:
574 <UL>
575    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
576    <LI> Double allocation of memory in Pico.
577    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
578    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
579    <LI> Not recognition of environment variables in some options.
580    <LI> Not display of login prompt during initial keystrokes.
581    <LI> justification of long urls breaks them.
582    <LI> Incorrect New Mail message when envelope is not available.
583    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
584    <LI> Crash when resizing the screen after display of LDAP search.
585    <LI> Crash when redrawing screen while opening a remote folder collection.
586    <LI> Infinite loop in scrolltool function during notification of new mail.
587    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
588    <LI> No display of signed and encrypted S/MIME messages.
589    <LI> Alpine will not build with OpenSSL.
590    <LI> Crash for double locking in calls to c-client.
591    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
592    <LI> Ignore the references header when threading messages
593    <LI> No update of colors in index screen after update to addressbook.
594 </UL>
597 Version 2.01 addresses bugs found in previous releases and has a few 
598 additions as well.
601 Additions include:
604 <UL>
605    <LI> Fixed non-ASCII web alpine handling
606    <LI> Added web alpine help.
607    <LI> Allow web alpine inbox on second IMAP server.
608    <LI> Allow web alpine config reset after bad inbox-path gets set.
609    <LI> Added web alpine ability to create group contact from contact list members.
610    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
611    <LI> Tidied up web alpine script layout.
612    <LI> Fixed web alpine status message ordering
613    <LI> Added web alpine Fcc setting via Contacts in Compose
614    <LI> Fixed web alpine autodraft attachment issues
615    <LI> Fixed web alpine problems with recent count maintenance
616    <LI> Fixed web alpine newmail arrival display in message list
617    <LI> Added web alpine confirmation to folder create for Move/Copy
618    <LI> Added web alpine user-domain support
619    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
620 </UL>
623 Bugs that have been addressed include:
626 <UL>
627    <LI> In web alpine fixed delete all selected within a search result to reorient
628         correctly to whole-mailbox message list.
629    <LI> Fixed web alpine delete in view page to be sensitive to sort
630    <LI> Fixed web alpine open of folder within directory from folder manager page.
631    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
632    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
633    <LI> Fixed web alpine adding contacts from message list and view
634    <LI> Fixed web alpine create of non-existent fcc
635    <LI> Remove mistakenly left debugger statement in web alpine javascript.
636    <LI> Some UNIX alpine build problems fixed
637    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
638         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
639         by locale charmap call on some Solaris 8 systems.
640    <LI> MacOS Keychain logins were not working correctly with generic host names, like
641         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
642         new password requests when not needed
643    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
644         last folder in the list
645    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
646         looked for along with the email address
647    <LI> Changes to configure to get spellcheck options with work with arguments.
648    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
649         returned by gethostname (iPhone can do this)
650    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
651         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
652    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
653         Jake Scott of marganstanley.com.
654    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
655         is not used in alpine.
656    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
657         Apparently this causes RIM Blackberry BIS service problems. This is not
658         used in alpine.
659    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
660    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
661         Fix from Ludwig Nussel of SUSE and from Crispin.
662    <LI> Include whole filename in export filename history
663    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
664 </UL>
667 Version 2.00
668 addressed bugs found in previous releases and had a few additions as well.
670 Additions included:
673 <UL>
674    <LI> Redesigned Web Alpine interface
675    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
676         in UNIX versions of Alpine
677    <LI> Attempt to include the attachment filename as part of the name of the
678         temporary file used when viewing an attachment with an external program.
679         Add some randomness to that filename to make it hard to predict the filename.
680         Add a filename extension, usually derived from the type/subtype, to the
681         temporary filename. This was previously done only on Windows and MacOS X.
682    <LI> Enhance address completion in the composer (TAB command) so that it looks
683         through nicknames, fullnames, and addresses from the address book; addresses
684         from the message being viewed, if any; and the results from
685         <A HREF="h_direct_config">LDAP Directory Server</A>
686         lookups for all of the defined directory servers that have the
687         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
688         feature set.
689    <LI> Make the default character set setting more liberal in what it will accept
690         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
691    <LI> Remove the Alpine revision number from the titlebar in released versions
692         while leaving it there in snapshot versions
693    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
694         display of asterisks when you type a password for Alpine
695    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
696    <LI> When the
697         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
698         feature is turned on convert not only the dates in the index screen but also
699         the dates in the MESSAGE VIEW
700 </UL>
703 Bugs addressed in the 2.00 release included:
706 <UL>
707    <LI> Crash when using tab-completion for selecting a Save filename
708    <LI> Make Web Alpine help text images relative for more portability
709    <LI> Fixed attach save of html parts in Web Alpine
710    <LI> Viewing, printing, exporting, replying, and bouncing of message
711         digests was broken. Replying and bouncing should not have been
712         allowed at all for digests. It would be nice to have a more standard
713         index-like view of a message digest but that has not been addressed
714         with this minor bug fix.
715    <LI> Adjust wrapping of HTML messages so that the margins specified by
716         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
717         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
718         are observed correctly
719    <LI> Interrupt of WhereIs command in index was broken
720    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
721         option did not work correctly interpreting unknown characters in message headers
722    <LI> Long address lines could cause blank continuation lines
723    <LI> Save to a local default INBOX failed if the primary collection was also local,
724         which it is by default. The save went to  ~/mail/inbox instead.
725    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
726         inbox, not the inbox in the primary collection
727    <LI> Address book entries with lots of addresses would be truncated when
728         entered in the composer with a screen size wider than 270 or so charcters
729    <LI> Some fields in the index screen were truncated when the screen width was
730         wider than 256 characters
731    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
732         folder, and there is a more than 10 minute pause between typing the TAB
733         and typing the Yes
734 </UL>
737 Version 1.10(962)
738 addressed bugs found in previous releases and had a few additions as well.
740 Additions included:
743 <UL>
744    <LI> Add the possibility of setting a default role
745         (see <A HREF="h_role_select">Roles Screen</A>)
746         which may be convenient if your work flow involves acting in one
747         role for a while then switching to another role and staying in the
748         new role for another period of time
749    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
750         is encountered, ask the user if he or she wants to continue with the
751         risky Save anyway instead of aborting. This may be helpful if your
752         IMAP server is broken in this way but be aware that it is possible there
753         was a real error instead of just a broken server implementation.
754    <LI> Some configure adjustments for Kerberos detection and
755         for SCO OpenServer 5 support
756    <LI> Hide INBOX in a collection if it also appears as an
757         <A HREF="h_config_enable_incoming">Incoming Folder</A>
758    <LI> Show asterisks for feedback when the user is typing a password
759    <LI> Performance improvement for threading of large folders
760    <LI> Previously, the search used to find
761         Pattern matches containing To patterns searched for both To
762         and Resent-To headers. The relatively complicated search this
763         produces causes problems when using some deficient IMAP servers.
764         Now the default is to look only for To headers and ignore the
765         presence of Resent-To. The previous behavior may be restored
766         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
767    <LI> Add an
768         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
769         to help with reading malformed unlabeled messages
770    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
771    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
772    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
773 </UL>
776 Bugs addressed in the 1.10(962) release included:
779 <UL>
780    <LI> Crash when encountering certain errors from an SMTP server
781    <LI> Crash in composer caused by overflow in replace_pat()
782    <LI> Hang when authenticating to an SMTP server that fails with a
783         &quot;connection disconnected&quot; error
784    <LI> Bug in handling of trailing tab character in flowed text
785    <LI> Security enhancement for mailcap parameter substitution
786    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
787         did not work if the message being replied to was not flowed text
788         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
789         was not turned on
790    <LI> Don't allow printer to be changed through hidden config screen
791         if system administrator didn't want it to be allowed
792    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
793         should know that it won't work, causing error messages to appear
794    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
795         of double-quote double-quote didn't work right
796    <LI> Quoting wasn't being done to protect special characters from the
797         MacOS X shell when
798         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
799         was not defined
800    <LI> On MacOS X message attachments should be shown internally instead of
801         being shown using the Mail application
802    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
803         sometimes set the outgoing charset to X-UNKNOWN, making the result
804         unreadable
805    <LI> When the sending of a message failed lines with leading spaces had one
806         additional space inserted in each of those lines when the user
807         was returned to the composer
808    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
809         that contained non-ascii characters because it was truncating the
810         line being searched so that it was shorter than what was visible on
811         the screen
812    <LI> When composing, an attachment with a long name that causes wrapping in
813         just the wrong place would generate an error and cause the send
814         of the attachment to fail
815    <LI> After calling the file browser to attach a file in the composer, a resize
816         of the window when back in the composer would redraw the last screen that
817         had been shown in the browser instead of the current composer screen
818    <LI> Possible crash in index screen when encountering unparseable addresses
819         or when using one of the PRIORITY tokens or the HEADER token in the
820         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
821    <LI> Problems with Header Color editing if the configuration option
822         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
823         was inadvertently changed to the Empty Value in the hidden config screen
824    <LI> When resuming the final postponed message from an Exchange server the user
825         could get a certificate validation failure because alpine was trying
826         to validate the canonical name of the folder instead of the name the
827         user used
828    <LI> Windows line endings in a mimetypes file on a Unix system cause a
829         failure to find a match
830    <LI> Make matching of extension names case independent in mimetypes files
831    <LI> Windows dialog boxes for entering text were not working correctly
832    <LI> Replying to or Forwarding multipart/alternative messages which had a
833         single text/html part did not work well
834    <LI> Printing the print confirmation page caused a crash
835    <LI> A To line with a long, quoted personal name could display incorrectly
836         if it was close to the same width as the screen
837    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
838         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
839         are turned on hide (0/0) when the folder is empty
840    <LI> Folder completion while Saving didn't work if the collection being
841         saved to was the local home directory
842 </UL>
845 Version 1.00
846 was an evolutionary release based on
847 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
848 developed at the University of Washington.
849 It is upwards-compatible for existing Pine users.
852 Changes included:
854 <UL>
855    <LI> Ground-up reorganization of source code around addition
856         of "pith/" core routine library.
857    <LI> Fundamental improvement in Alpine's internal text handling, which
858         is now based exclusively on Unicode. This allows displaying incoming
859         messages and producing outgoing messages in many different languages.
860    <LI> Ground-up reorganization of build and install procedures
861         based on GNU Build System's autotools. NOTE, the included IMAP library
862         build is not based on autotools, so some features will not work. However,
863         it should get built automatically during the Alpine build process.
864    <LI> Web-based version included built on TCL designed to run under
865         a suitable CGI-supporting web server such as Apache.
866 </UL>
870 Details on changes in previous (prerelease) versions of Alpine
871 may be found at the following URL:
873 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
876 <HR WIDTH="75%"><P>
878 <H2>Getting Help</H2>
879 <DL>
880 <DT>Online Help</DT>
881 <DD>
882 Every Alpine screen and command has associated help text
883 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
884 </DD>
886 <DT>Web Help</DT>
887 <DD>
888 The most current source of information about Alpine,
889 including new version availability, is the web page at
891 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
892 </DD>
893 </DL>
895 Frequently Asked Questions (and answers) may be found at the following
896 URL:
898 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
901 <HR WIDTH="75%"><P>
903 <H2>Additional Information</H2>
905 General Alpine configuration information can be found
906 <A HREF="h_news_config">here</A>.
908 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
909 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
910 access is provided by the IMAP Toolkit Environment (c-client library)
911 version <!--#echo var="C_CLIENT_VERSION"-->.
912 <P> 
913 Alpine was developed until 2009 by the Office of Computing 
914 &amp; Communications at the University of Washington in Seattle.  
915 Since then, the effort of developing Alpine has been continued by
916 a community of volunteers who make good software even better!
919 Alpine Copyright 2013-2015 Eduardo Chappa, 
920 <BR> Copyright 2006-2008 University of Washington.
923 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
924 or instead you can find the Apache License, version 2.0 at the web URL:
927 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
930 &lt;End of Release Notes&gt;
931 </BODY>
932 </HTML>
933 ====== h_password_file_support ======
934 <HTML>
935 <HEAD>
936 <TITLE>Encryption for Password File Support Explained</TITLE>
937 </HEAD>
938 <BODY>
939 <H1>Encryption for Password File Support Explained</H1>
941 Index<BR>
942 <OL>
943 <LI><A HREF="#content">Explanation</A>
944 <LI><A HREF="#example">Example</A>
945 </OL>
947 <P><A NAME="content">Unix Alpine Only.</A>
949 <P> If your version of Alpine has been built with password file support
950 then you can use a special file to save your passwords, and avoid typing
951 them every time you open a connection to a remote server.
953 <P> If your version of Alpine was built with SMIME support, and you have a
954 public certificate/private key pair, then Alpine will use such pair to
955 encrypt your password file. If you have more than one key/certificate
956 pair, Alpine will pick the first pair that it finds that works. You can also
957 select a pair, and the way to do this is explained below.
959 <P> Once a pair has been chosen, it will be copied to the directory 
960 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
961 that directory. The first time this process is done, this directory will 
962 be created, a key/certificate pair will be copied to it, and this pair 
963 will be used in the future to encrypt and decrypt your password file. You 
964 can create this directory and copy any key/certificate pair there. You
965 can add a self-signed certificate there, if you like, and you can let
966 this certificate expire. This will not affect the encryption and decryption
967 of the password file.
969 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
970 your key/certificate pair, you can specify a different one with the 
971 -pwdcertdir command line option in Alpine. If the directory specified by 
972 this option is not found or there is no valid key/certificate pair there, 
973 Alpine will fail to encrypt and decrypt your password file. In other words,
974 Alpine will not initialize this directory for you.
976 <P> Alpine does not care about the names of the key and certificates in 
977 this directory, but the private key must have &quot;.key&quot; extension 
978 and your public certificate must have the &quot;.crt&quot; extension. The
979 name of the private key will be used in the prompt when you are asked
980 to unlock your key to decrypt your password.
982 <P><A NAME="example">An example follows</A>
984 <P>Assume you have a private key called peter@address.com.key in your, 
985 ~/.alpine-smime/private directory, and a public certificate called 
986 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
987 are your only key/certificate pair.
989 <P> When Alpine starts for the first time, without command line options, 
990 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
991 it will create it. Then it will go through your keys and certificates and 
992 find a pair that it can use, and copy the files peter@address.com.key,
993 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
994 you can do the same by copying these files by yourself. This can be done
995 with the sequence of commands
997 <PRE>
998 mkdir ~/.alpine-smime/.pwd
999 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1000 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1001 </PRE>
1003 <P> When Alpine starts, you will be asked the password to unlock your
1004 private key with the prompt.
1006 <PRE>
1007 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1008 </PRE>
1010 <P> If you prefer to use different names for your private and public keys 
1011 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1012 preserve the extension of the files. For example, you can use the names 
1013 private_key.key and public_cert.crt instead. In this case, the prompt you 
1014 will see when you are asked to unlock your private key will read
1016 <PRE>
1017 Enter password of key &lt;private_key&gt; to unlock password file:
1018 </PRE>
1020 <P>Observe that you do not need to use an existing key/certificate pair, 
1021 and that you can create a new private key/public certificate pair to 
1022 encrypt and decrypt your password. However, once one is used, Alpine does 
1023 not provide a mechanism to switch the encryption and decryption files to 
1024 another key/certificate pair. This will be implemented in a future 
1025 release of Alpine.
1028 &lt;End of help&gt;
1029 </BODY>
1030 </HTML>
1031 ====== h_tls_failure_details ======
1032 <HTML>
1033 <HEAD>
1034 <TITLE>Certificate Validation Details</TITLE>
1035 </HEAD>
1036 <BODY>
1037 <H1>Certificate Validation Details</H1>
1039 This screen gives details as to why the certificate validation failed: the
1040 name of the desired server system; the reason for failure; and the name on
1041 the certificate.  This is primarily of interest to experts.
1044 &lt;End of help&gt;
1045 </BODY>
1046 </HTML>
1047 ====== h_tls_failure ======
1048 <HTML>
1049 <HEAD>
1050 <TITLE>TLS or SSL Failure</TITLE>
1051 </HEAD>
1052 <BODY>
1053 <H1>TLS or SSL Failure</H1>
1055 An attempt was made to establish a secure, encrypted connection to the
1056 server system using either Transport Layer Security (TLS) or the older
1057 Secure Sockets Layer (SSL).  This attempt failed.
1060 You should contact your server system management for more assistance.
1061 The problem is probably at the server system and not in Alpine or your local
1062 system.  The text in this screen may be helpful for the server system
1063 management in debugging the problem,
1066 &lt;End of help&gt;
1067 </BODY>
1068 </HTML>
1069 ====== h_tls_validation_failure ======
1070 <HTML>
1071 <HEAD>
1072 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1073 </HEAD>
1074 <BODY>
1075 <H1>TLS and SSL Certificate Validation Failures</H1>
1077 An attempt was made to establish a secure, encrypted connection to the
1078 server system using either Transport Layer Security (TLS) or the older
1079 Secure Sockets Layer (SSL).
1082 An important part of this procedure is server certificate validation.  A
1083 server certificate is an &quot;electronic identification card&quot; for the server
1084 system that is signed by a well-known certificate authority (CA).  Alpine
1085 compares the server system identity in the server certificate with the
1086 name of the server system to which it is trying to connect.  Alpine also
1087 verifies that the CA signature is authentic.
1090 Some common failure conditions are:
1093 <UL>
1094   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1095 signed its own certificate.  This does not necessarily indicate anything
1096 bad; the server operators may simply have elected to not purchase a
1097 signed certificate from a certificate authority.
1099   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1100 the signature on the server system is from an unknown certificate authority.
1101 It can also mean that no certificate authority certificates have been
1102 installed on the local UNIX system.
1104   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1105 the same as either of the above two conditions in UNIX Alpine.  Note that
1106 Windows systems typically have a full set of certificate authority
1107 certificates installed, so it is more likely to be a self-signed
1108 certificate than an unknown certificate authority.
1110   <LI> Server name does not match certificate.  This means that the server
1111 presented a proper signed certificate for a name other than the desired
1112 name.
1113 </UL>
1116 Any of these conditions can indicate that you are being attacked and have
1117 been directed to an imposter server that will record your password and
1118 your private mail messages.  It can also mean something innocuous.
1121 If you are certain that the problem is innocuous, you can append the
1122 option
1125 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1128 to the server system name where it appears in your configuration (e.g. the
1129 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1130 a folder-collection, or a news or SMTP server).  This will
1131 disable certificate validation.  On the other hand, if you are attacked,
1132 you will get no warning if you do this.
1135 &lt;End of Cert Validation Failures help&gt;
1136 </BODY>
1137 </HTML>
1138 ====== h_release_tlscerts ======
1139 <HTML>
1140 <HEAD>
1141 <TITLE>TLS and SSL usage note</TITLE>
1142 </HEAD>
1143 <BODY>
1144 <H1>TLS and SSL usage note</H1>
1147 When using Alpine from Unix or Windows 2000,
1148 server certificates must be signed by a trusted certificate authority.
1149 You may relax this requirement (at the cost of some security) by using
1151 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1152 modifier in the mailbox name.
1155 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1158 The fully-qualified host name of the server should be used
1159 so that it matches the host name in the server certificate.
1161 Here is an example of a host specification that directs Alpine to use
1162 the SSL port (993) and an encrypted data stream.
1164 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1166 &lt;End of TLS usage help&gt;
1167 </BODY>
1168 </HTML>
1169 ====== h_news_config ======
1170 <HTML>
1171 <HEAD>
1172 <TITLE>Alpine Configuration</TITLE>
1173 </HEAD>
1174 <BODY>
1175 <H1>Alpine Configuration</H1>
1177 <H2>Using Environment Variables</H2>
1179 The values of Alpine configuration options may include environment variables
1180 that are replaced by the value of the variable at the time Alpine is run
1181 (and also at the time the config option is changed).
1182 The syntax to use environment variables is a subset of the common Unix
1183 shell dollar-syntax.
1184 For example, if
1186 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1188 appears in the value of an Alpine configuration option it is looked up in the
1189 environent (using getenv(&quot;VAR&quot;)) and its
1190 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1191 To include a literal dollar sign you may precede the dollar sign with another
1192 dollar sign.
1193 In other words, if the text
1195 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1197 is the value of a configuration option, it will be expanded to
1199 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1201 and no environment lookup will be done.
1202 For Unix Alpine it will also work to use a backslash character to
1203 escape the special meaning of the dollar sign, but $$ is preferable since
1204 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1205 to be in a shared configuration file.
1208 This all sounds more complicated than it actually is.
1209 An example may make it clearer.
1210 Unfortunately, the way in which environment variables are set is OS-dependent 
1211 and command shell-dependent.
1212 In some Unix command shells you may use
1214 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1215    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1217 Now, if you use Alpine's Setup/Config screen to set
1219 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1221 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1222 so that this would be equivalent to
1224 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1226 Note, environment variable substitution happens after configuration
1227 options that are lists are split into the separate elements of the list,
1228 so a single environment variable can't contain a list of values.
1231 The environment variable doesn't have to be the only thing
1232 after the equal sign.
1233 However, if the name of the variable is not at the end of the line or
1234 followed by a space (so that you can tell where the variable name ends),
1235 it must be enclosed in curly braces like
1237 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1239 It is always ok to use the braces even if you don't need to.
1241 It is also possible to set a default value for an environment variable.
1242 This default value will be used if the environment variable is not
1243 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1244 The syntax used to set a default value is
1246 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1248 If the config file contains
1250 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1252 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1253 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1254 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1255 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1256 the default value.
1257 (Note that the variable is called &quot;personal-name&quot; in the config
1258 file but is displayed in the config screen as
1259 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1260 In general, the value that goes into a config file is never exactly the
1261 same as the value you see on the screen.)
1264 An example where an environment variable might be useful is the
1265 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1266 Suppose most users used the server
1268 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1270 but that there were some exceptions who used
1272 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1274 In this case, the system manager might include the following line in
1275 the systemwide default Alpine configuration file
1277 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1279 For the exceptional users adding
1281 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1283 to their environment should work.
1285 Another example might be the case where a user has to use a different
1286 SMTP server from work and from home.
1287 The setup might be something as simple as
1289 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1291 or perhaps a default value could be given.
1292 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1293 a list of SMTP servers.
1296 <H2>Configuration precedence</H2>
1298 There are several levels of Alpine configuration.  Configuration values at
1299 a given level override corresponding values at lower levels.  In order of
1300 increasing precedence:
1302 <UL>
1303  <LI> built-in defaults
1304  <LI> system-wide
1305 <!--chtml if pinemode="os_windows"-->
1306       config file from command line or provided
1307       by "PINECONF" environment variable
1308 <!--chtml else-->
1309       pine.conf file
1310 <!--chtml endif-->
1311  <LI> personal configuration file
1312  <LI> personal exceptions configuration file
1313  <LI> command-line options
1314  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1315  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1316 </UL>
1318 The values in both the personal configuration file and the
1319 <A HREF="h_config_exceptions">exceptions</A>
1320 configuration file may be set using the Setup command.
1321 Setup/Config is the command to change most of the personal configuration
1322 options.
1323 The other Setup subcommands are also used to change the configuration,
1324 for example, Setup/AddressBook, Setup/Rules, and so on.
1325 Changing the personal exceptions configuration is very similar.
1326 To change a value in the Config screen you would use the command
1327 Setup/eXceptions/Config.
1328 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1330 There are a couple exceptions to the rule that configuration values are replaced
1331 by the value of the same option in a higher-precedence file.
1332 The Feature-List variable has values that are additive, but can be
1333 negated by prepending &quot;no-&quot; in front of an individual feature name.
1334 So for features, each individual feature's value is replaced by the value
1335 of the same feature in a higher-precedence file.
1336 Note that this is done automatically for you when you change these values via
1337 the Setup/Config command.
1338 The other exception to the <EM>replace</EM> semantics happens when you
1339 use <A HREF="h_config_inheritance">configuration inheritance</A>
1340 for option lists.
1343 <H2>File name defaults</H2>
1345 Notes:<P>
1347 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1348 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1349 <BR> # = default file name is overridable in pinerc.
1350 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1351 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1352 <BR> + between the mailcap paths implies that the two files are combined.
1353 <BR> ; between other default paths implies that the first one found is used.
1354 </P>
1355 Alpine looks for most support files in the same directory it finds its
1356 personal configuration file (pinerc).  The -p command-line flag may be
1357 used to specify a particular path name for the pinerc file.  If a
1358 pinerc file does not exist, it will be created (if directory permissions
1359 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1360 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1361 file does not exist in either one, it will create one in the first of those
1362 two directories that is writable.  In detail:
1363 <PRE>
1365 PC-Alpine:
1367  executable     &lt;DOS search path&gt;&#92;pine.exe
1368  help index     &lt;exe dir&gt;&#92;pine.ndx
1369  help text      &lt;exe dir&gt;&#92;pine.hlp
1371  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1372  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1373  global cfg     $PINECONF
1375  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1376  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1377  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1378  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1379  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1380  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1381  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1382  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1383  postponed#     $HOME&#92;mail&#92;postpond.mtx
1384  interrupted    $HOME&#92;mail&#92;intruptd
1386 Unix Alpine:
1388  executable     &lt;Unix search path&gt;/pine
1389  persnl cfg     ~/.pinerc
1390  except cfg     ~/.pinercex
1391  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1392  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1393  local help     <!--#echo var="PINE_INFO_PATH"-->
1395  interrupted    ~/.pine-interrupted-mail
1396  debug          ~/.pine-debugN
1397  crash          ~/.pine-crash
1398  newsrc#        ~/.newsrc
1399  signature#     &lt;pinerc dir&gt;/.signature
1400  addressbook#   &lt;pinerc dir&gt;/.addressbook
1401  postponed#     ~/mail/postponed-msgs
1402  sentmail#      ~/mail/sent-mail
1403  mailcap#       ~/.mailcap + /etc/mailcap
1404                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1405  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1407  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1408  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1409  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1410  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1411  password       /etc/passwd
1413 Unix Alpine and PC-Alpine:
1415  .ab*           remote addressbook support files
1416  a[1-9]*        temporary (while Alpine is running) addressbook files
1418 </PRE>
1421 <H2>Mailcap files</H2>
1423 Alpine honors the mailcap configuration system for specifying external
1424 programs for handling attachments.  The mailcap file maps MIME attachment
1425 types to the external programs loaded on your system that can display
1426 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1427 distribution.  It includes comments that explain the syntax you need to
1428 use for mailcap.  With the mailcap file, any program (mail readers,
1429 newsreaders, WWW clients) can use the same configuration for handling
1430 MIME-encoded data.
1433 <H2>MIME-Types files</H2>
1435 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1436 what Content-Type to use for labeling an attached file, based on
1437 the file extension.  That is, this file provides a mapping between
1438 filename extensions and MIME content-types.
1441 <H2>Environment variables</H2>
1443 PC-Alpine uses the following environment variables:
1444 <DL>
1445 <DT>PINERC</DT>
1446 <DD>Optional path to pinerc file.</DD>
1447 <DT>PINERCEX</DT>
1448 <DD>Optional path to personal exceptions configuration file.</DD>
1449 <DT>PINECONF</DT>
1450 <DD>Optional path to global pine config file.</DD>
1451 <DT>HOME</DT>
1452 <DT>TMPDIR, TMP, or TEMP</DT>
1453 <DT>COMSPEC</DT>
1454 <DT>MAILCAPS</DT>
1455 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1456 <DT>USER_DICTIONARY</DT>
1457 <DD>Used to specify the file to contain the user's spell check
1458 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1459 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1460 </DL>
1462 Unix Alpine uses the following environment variables:
1463 <DL>
1464 <DT>TERM</DT>
1465 <DD>Tells Alpine what kind of terminal is being used.</DD>
1466 <DT>DISPLAY</DT>
1467 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1468 <DT>SHELL</DT>
1469 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1470 <DT>TMPDIR, TMP, or TEMP</DT>
1471 <DT>MAILCAPS</DT>
1472 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1473 </DL>
1474 <!--chtml if pinemode="os_windows"-->
1476 <H2>Common PC-Alpine Configuration Problems</H2>
1478 <H3>Configuration settings aren't being saved</H3>
1480 <P>This problem can happen if you run pine from one directory and
1481 then decide to move your pine directory to another location.  PC-Alpine
1482 stores certain variables, including the configuration location, in the
1483 Windows Registry (which you shouldn't ever need to manually edit).  There
1484 are a couple of ways to go about removing or resetting the values in the
1485 registry.
1488 1) Run PC-Alpine's registry value deletion command.  This can be done by
1489 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1490 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1491 value to the above command.
1494 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1495 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1496 option, you can tell PC-Alpine the location of your pinerc.  An example of
1497 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;.
1498 Again, you can use the DOS prompt or the shortcut method explained in (1).
1501 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1502 set registry values to the current setting, and is therefore useful with
1503 the &quot;-p&nbsp;PINERC&quot; option.
1505 <!--chtml endif-->
1507 &lt;End of Configuration Notes&gt;
1508 </BODY>
1509 </HTML>
1510 ====== h_news_legal ======
1511 <html>
1512 <head>
1513 <TITLE>Alpine Legal Notices</TITLE>
1514 </head>
1515 <body>
1517 <H1>Alpine Legal Notices</H1>
1519 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1523 &lt;End of Alpine Legal Notices&gt;
1524 </BODY>
1525 </HTML>
1526 ===== h_info_on_mbox =====
1527 <HTML>
1528 <HEAD>
1529 <TITLE>Information on mbox driver</TITLE>
1530 </HEAD>
1531 <BODY>
1532 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1534 Beginning with Pine 4.00 (Pine came before Alpine)
1535 a new INBOX access method is
1536 available as part of the standard configuration.  It is called the
1537 &quot;mbox&quot; driver and it works like this:<P>
1540 <BLOCKQUOTE>
1541 If the file &quot;mbox&quot; exists in the user's home directory, and
1542 is in Unix mailbox format, then when INBOX is opened this file will be
1543 selected as INBOX instead of the mail spool file.  Messages will be
1544 automatically transferred from the mail spool file into the mbox
1545 file.
1546 </BLOCKQUOTE>
1549 The advantage of this method is that, after new mail has been copied
1550 from the system mail spool, all subsequent access is confined to the
1551 user's home directory, which is desirable on some systems.  However, a
1552 possible disadvantage is that mail tools other than those from the
1553 University of Washington will not know to look for mail in the user's
1554 mbox file.  For example, POP or IMAP servers other than those from the
1555 University of Washington, and many &quot;new mail notification&quot;
1556 programs may not work as expected with this driver enabled.<P>
1558 To disable this behavior, either remove/rename the &quot;mbox&quot;
1559 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1560 option in Setup/Config
1561 and add &quot;mbox&quot; to it:
1563 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1565 &lt;End of help on this topic&gt;
1566 </BODY>
1567 </HTML>
1568 ===== h_info_on_locking =====
1569 <HTML>
1570 <HEAD>
1571 <TITLE>FAQs on Alpine Locking</TITLE>
1572 </HEAD>
1573 <BODY>
1574 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1576 There is an extensive section on locking in the Alpine technical notes;
1577 this information is intended to provide answers to some common questions:<P>
1578 <OL>
1579 <LI> Why did locking change in Pine 4.00?<BR>
1580 The actual locking mechanisms did not change in 4.00.
1581 What changed is that when one particular locking mechanism used by Alpine 
1582 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1583 failure would occur, but no warning was issued.<P>
1585 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1586 Yes.  It means that Alpine was unable to create a lockfile in the
1587 spool directory, generally because of overly restrictive protections on the
1588 spool directory.  The correct permissions on the spool directory for
1589 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1590 with the sticky-bit set, so only owners of a file can delete them.<P>
1592 <LI> Why does Alpine require that the mail spool directory have 1777
1593    protections?<BR>
1594 Alpine was designed to run without special privileges.  This means that in
1595 order to create a lockfile in the spool directory, it is necessary to have
1596 the spool directory permissions be world-writable.<P>
1598 <LI> Can't you create the lockfile somewhere else?<BR>
1599 No.  The lockfile in question must be in the mail spool directory, because
1600 that's where the mail delivery program expects to find it, and the purpose
1601 of the file is to coordinate access between the mail client (Alpine) and the
1602 mail delivery program.<P>
1604 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1605 No.  Remember that the individual mail files in the spool directory are
1606 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1607 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1608 -- means that only the owner of the file (or root) can delete files in the 
1609 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1610 anyone could
1611 create a random file in the spool directory.  If the spool directory is
1612 under quota control along with home directories, there is little incentive
1613 for anyone to do this, and even without quotas a periodic scan for
1614 non-mail files usually takes care of the problem.  <P>
1616 <LI> Why not run Alpine as setgid mail?<BR>
1617 Alpine was never designed to run with privileges, and to do so introduces a
1618 significant security vulnerability.  For example, if a user suspends Alpine,
1619 the resulting shell will have group privileges.  This is one example of
1620 why we strongly recommend against running Alpine as a privileged program.
1621 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1622 users
1623 could not test Alpine versions or other mailers that had not been installed
1624 by the system administrators.<P>
1627 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1628 There are, but they all have different sets of tradeoffs, and not all will
1629 work on all systems.  Some examples:<UL>
1630  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1631    spool is local.   Doesn't work reliably if NFS is used.
1632    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1633    use the same calls.
1634  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1635    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1636 mail tools that always look in the spool directory for the mail.
1637 </UL><P>
1639 <LI> Are these spool directory lock files the only kinds of locks used by
1640    Alpine?<BR>
1641 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1642 mailbox format folders, these are used to coordinate access between
1643 multiple Alpine sessions.  <P>
1645 <LI> What about the 
1646 <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>
1647 This is for people who are content to live dangerously, or who have
1648 specific knowledge that the spool directory lockfiles are superfluous on
1649 their system (because both Alpine and the mail delivery program are using 
1650 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1652 <LI> Where can I find more details on how Alpine locking works?<BR>
1653 See the Alpine Technical Notes.<P>
1655 </OL>
1657 &lt;End of help on this topic&gt;
1658 </BODY>
1659 </HTML>
1660 ===== h_finding_help ====
1661 <HTML>
1662 <HEAD>
1663 <TITLE>Finding more information and requesting help</TITLE>
1664 </HEAD>
1665 <BODY>
1666 <H1>Places to Look for More Answers</H1>
1667 If you have questions about or problems with Alpine that you cannot resolve 
1668 after consulting the program's internal, context-sensitive help screens, here 
1669 are additional information resources that you may find helpful:
1671 <UL>
1672   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1674   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1676   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1677 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1678   since the last version, which may be useful for you to be aware of, 
1679 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1680 a change in the way an aspect of Alpine works.  There, you will also find notes 
1681 on Alpine configuration.<P>
1683   <LI> The main site for Alpine contains information on configuring and solving problems
1684        with Alpine, it can be found at
1686 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1688   <LI> The Alpine Information Center (maintained by the University of
1689            Washington) World Wide Web site contains, among other things
1690            <UL>
1691            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1692            <LI>an overview of the basics for beginning Alpine users
1693            <LI>Technical Notes for systems administrators
1694            <LI>archives (including a searchable index) of the alpine-info 
1695 mailing list, on which matters of interest to systems/email administrators,
1696 developers, trainers, user support personnel, and others involved with Alpine 
1697 messaging on a &quot;technical&quot; level are discussed.
1698 </UL>
1699         The Alpine Information Center can be accessed with a WWW browser at:<P>
1700             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1701 </UL>
1702 <P><HR WIDTH="75%">
1703 <H1>Requesting help</H1>
1704 If the internal help, the Release Notes, the Alpine Information Center, and your 
1705 local online and print resources do not help you resolve a problem, please
1706 start by contacting your local computer support staff and asking for help.
1708 This is especially true if:
1709 <ul>
1710   <li>You suddenly have trouble sending or receiving mail.
1711   <li>You receive a "disk quota exceeded" message.
1712   <li>You have forgotten your password.
1713   <li>You think your account may have been compromised.
1714   <li>You need help viewing an attachment.
1715   <li>You need to know how to configure your:
1716       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1717       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1718       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1719       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1720   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1721   <li>You want to block email from a particular person.
1722   <li>You're going on vacation and need to autorespond to incoming mail.
1723   <li>You want to automatically file or filter incoming messages.
1724 </ul>
1726 In all of these cases,
1727 you should contact <B>your</B> support staff, because <B>only they</B> 
1728 will be able to assist you effectively. Your support staff may be, depending on who 
1729 provides you with the email account you use Alpine with, for example:<UL>
1730 <LI> the computing help desk of (a department of) your university, school, 
1731 employer, ... ; or
1732 <LI> the customer service center of your Internet Service Provider; or
1733 <LI> the friendly volunteer helpers of your Freenet; or
1734 <LI> the person who setup your computer and internet connection.
1735 </UL>
1737 Due to the large number of Alpine installations worldwide, and because we
1738 receive no funding for it, the University of Washington <B>cannot provide 
1739 individual support services outside the University of Washington</B>.
1741 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1742 newsgroup can be a valuable source of information and assistance for Alpine 
1743 user issues.
1745 For systems/email administrators, developers, trainers, user support
1746 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1747 level, the mailing list alpine-info is available; for information on
1748 subscribing and posting to it, see
1750 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1753 Regardless of whom you are asking for help with Alpine, remember 
1754 to provide as much detail as you can about the
1755 nature of any problem you are encountering, such as
1756 <UL>
1757 <LI>when it first occurred;
1758 <LI>what, if anything, happened that might have brought it about;
1759 <LI>whether it still persists;
1760 <LI>whether it is reproducible, and if so, how;
1761 <LI>what, if anything, you already tried to solve it.
1762 </UL> 
1763 It may also be helpful if you specify what version of Alpine you are using 
1764 <!--chtml if pinemode="running"-->
1765 -- this is <!--#echo var="ALPINE_VERSION"--> --
1766 <!--chtml endif-->
1767 and on what system, and when the copy of Alpine you are using was created
1768 <!--chtml if pinemode="running"-->
1769 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1770 <!--chtml endif-->
1772 <!--chtml if pinemode="running"-->
1773 <P>   
1774 When the Alpine program you are currently using was installed, a support
1775 contact email address may have been set up; in that case, you can simply select
1776 this link now to send a message to it:<BR>
1777 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1778 <!--chtml endif-->
1779 <!--chtml if [ -r PINE_INFO_PATH ]-->
1780 <HR WIDTH="75%">Local Support Contacts:<P>
1781 <!--#include file="PINE_INFO_PATH"-->
1782 <HR WIDTH="75%">
1783 <!--chtml endif-->
1784 <P> 
1785 &lt;End of help on this topic&gt;
1786 </BODY>
1787 </HTML>
1788 ===== new_user_greeting ======
1789 <HTML>
1790 <HEAD>
1791 <TITLE>NEW USER GREETING</TITLE>
1792 </HEAD>
1793 <BODY>
1794 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1795 <BR>
1796 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1797 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1798 select Setup/Config to see many of the options available to you. Also note
1799 that all screens have context-sensitive help text available.<P>
1800 <!--chtml if pinemode="phone_home"-->
1801 SPECIAL REQUEST:
1802 This software was originally created and maintained as a public
1803 service by the University of Washington until 2009; updates are made 
1804 available as a public service of the Alpine community. It is always 
1805 helpful to have an idea of how many users are using Alpine. Are you 
1806 willing to be counted as an Alpine user? Pressing 
1807 <A HREF="X-Alpine-Phone-Home:">Return</A>
1808 will send an anonymous (meaning, your real email address will not be revealed) 
1809 message to the Alpine developers for purposes of tallying.
1811 <!--To Exit this screen and continue your Alpine session press "E".-->
1812 <!--chtml else-->
1813 To Exit this screen and continue your Alpine session press "Return".
1814 <!--chtml endif-->
1815 </BODY>
1816 </HTML>
1817 ===== new_alpine_user_greeting ======
1818 <HTML>
1819 <HEAD>
1820 <TITLE>NEW ALPINE USER GREETING</TITLE>
1821 </HEAD>
1822 <BODY>
1823 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1824 <BR>
1825 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1826 Your Alpine configuration file indicates that you may have used Pine before
1827 but not Alpine.
1828 If you are familiar with the way Pine works, you should be comfortable
1829 using Alpine.
1830 Your Pine configuration file is automatically used for Alpine.
1831 The Release Notes may be viewed by pressing 
1832 &quot;R&quot; now or while in the MAIN MENU.
1834 <!--chtml if pinemode="phone_home"-->
1835 SPECIAL REQUEST:
1836 This software was originally created and maintained as a public
1837 service by the University of Washington until 2009; updates are made 
1838 available as a public service of the Alpine community. It is always 
1839 helpful to have an idea of how many users are using Alpine. Are you 
1840 willing to be counted as an Alpine user? Pressing 
1841 <A HREF="X-Alpine-Phone-Home:">Return</A>
1842 will send an anonymous (meaning, your real email address will not be revealed) 
1843 message to the Alpine developers for purposes of tallying.
1845 <!--To Exit this screen and continue your Alpine session press "E".-->
1846 <!--chtml else-->
1847 To Exit this screen and continue your Alpine session press "Return".
1848 <!--chtml endif-->
1849 </BODY>
1850 </HTML>
1851 ===== new_version_greeting ======
1852 <HTML>
1853 <HEAD>
1854 <TITLE>NEW VERSION GREETING</TITLE>
1855 </HEAD>
1856 <BODY>
1857 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1858 <BR>
1859 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1860 Your Alpine configuration file indicates that you may not have used 
1861 this version of Alpine before.  This version's significant changes are
1862 documented in the Release Notes, which may be viewed by pressing 
1863 &quot;R&quot; now or while in the MAIN MENU.
1865 <!--chtml if pinemode="phone_home"-->
1866 SPECIAL REQUEST:
1867 This software was originally created and maintained as a public
1868 service by the University of Washington until 2009; updates are made 
1869 available as a public service of the Alpine community. It is always 
1870 helpful to have an idea of how many users are using Alpine. Are you 
1871 willing to be counted as an Alpine user? Pressing 
1872 <A HREF="X-Alpine-Phone-Home:">Return</A>
1873 will send an anonymous (meaning, your real email address will not be revealed) 
1874 message to the Alpine developers for purposes of tallying.
1876 <!--To Exit this screen and continue your Alpine session press "E".-->
1877 <!--chtml else-->
1878 To Exit this screen and continue your Alpine session press "Return".
1879 <!--chtml endif-->
1880 </BODY>
1881 </HTML>
1883 ===== main_menu_tx ======
1884 <HTML>
1885 <HEAD>
1886 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1887 </HEAD>
1888 <BODY>
1889 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1890 <DIV ALIGN=CENTER>
1891 Version <!--#echo var="ALPINE_VERSION"-->
1892 <!--chtml if pinemode="running"-->
1893 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1894 <!--chtml endif-->
1895 </DIV>
1896 <CENTER>Copyright 2013-2015 Eduardo Chappa,
1897 <BR>Copyright 2006-2008 University of Washington.
1898 </CENTER>
1901 When you are viewing a help screen, there may be links to
1902 other topics highlighted (in Reverse video) in the text.
1903 Here is an example.
1904 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1905 highlighted.
1906 If you type carriage return (or V for View Link, see the commands at the
1907 bottom of the screen) you will be taken to a new help screen to view the
1908 Introduction.
1909 The commands at the bottom of the screen should then include
1910 &quot;P Prev Help&quot;.
1911 If you type &quot;P&quot; you will end up back here.
1912 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1913 to the place you were in Alpine when you entered Help.
1914 In this case, you would go back to the MAIN MENU.
1915 There are also other links that are highlighted in bold (or the color used
1916 by your terminal to display bold).
1917 The items after the Introduction in the TABLE OF CONTENTS are all examples
1918 of such links.
1919 In order to view those links, you first have to make the link you want
1920 to view the current link.
1921 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1922 (see bottom of screen) can do that for you.
1925 <H2>TABLE OF CONTENTS</H2>
1926 <OL>
1927   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1928   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1929 <!--chtml if [ -r PINE_INFO_PATH ]-->
1930   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1931 <!--chtml endif-->
1932   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1933   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1934   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1935   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1936   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1937   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1938   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1939   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1940   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1941   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1942   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1943   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1944   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1945   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1946   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1947   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1948   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1949   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1950   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1951   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1952   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1953   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1954   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1955   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1956   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1957 </OL>
1960 &lt;End of help on this topic&gt;
1961 </BODY>
1962 </HTML>
1963 ===== h_mainhelp_intro ======
1964 <HTML>
1965 <HEAD>
1966 <TITLE>Introduction</TITLE>
1967 </HEAD>
1968 <BODY>
1969 <H1>Introduction</H1>
1971 Alpine is an &quot;Alternatively Licensed Program for Internet
1972 News and Email&quot; produced until 2009 by the University of Washington.
1973 It is intended to be an easy-to-use program for
1974 sending, receiving, and filing Internet electronic mail messages and
1975 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1976 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1977 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1978 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1979 Directory Access Protocol).<p>
1981 Although originally designed for inexperienced email users, Alpine has
1982 evolved to support many advanced features.  There are an ever-growing
1983 number of configuration and personal-preference options, though which of
1984 them are available to you is determined by your local system managers. 
1986 <H2>WHAT ALPINE DOES...</H2>
1988 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1989 allows you to
1990 compose and read messages using Internet mail standards.  (Whether you
1991 can correspond with others on the Internet depends on whether or not your
1992 computer is connected to the Internet.)  Alpine also allows reading and
1993 posting messages on the Internet &quot;net news&quot; system, provided
1994 that your site operates a suitable news server.
1996 <H2>WHAT ALPINE DOES NOT DO...</H2>
1998 A &quot;mail user agent&quot; such as Alpine is just one part of a
1999 messaging system. Here are some things that are <B>not</B> done by Alpine,
2000 but require other programs:<P>
2001 <UL>
2002  <LI> Actual relaying of email... which is done by &quot;message transfer 
2003 agents&quot;.
2004  <LI> Vacation messages... automatically responding to incoming messages
2005  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2006 email.
2007  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2008  <LI> List processing... resending one message to a list of recipients.
2009 </UL>
2012 &lt;End of help on this topic&gt;
2013 </BODY>
2014 </HTML>
2016 ===== h_mainhelp_pinehelp ======
2017 <HTML>
2018 <HEAD>
2019 <TITLE>Alpine Help</TITLE>
2020 </HEAD>
2021 <BODY>
2022 <H1>Alpine Help</H1>
2024 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2025 use will have its own help text, explaining the choices available for that
2026 screen. This general help section, on the other hand, attempts to give an 
2027 overall picture of what Alpine is capable of doing, as well as pointers to 
2028 additional help sections about specific topics.<p>
2030 Much of the help text contains links to further help topics, similar to
2031 how the World Wide Web works.
2032 You may choose a link to view using the &quot;NextLink&quot; and
2033 &quot;PrevLink&quot; commands to change the link that is highlighted.
2034 The &quot;View Link&quot; command will then show you the highlighted link.
2035 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2036 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2037 will return you to the location in Alpine before you asked for help.
2038 For example, if you are reading this text in Alpine you may return to the
2039 help table of contents with the &quot;Prev Help&quot; command or you may view the
2040 Release notes link in the next paragraph and then return here with
2041 &quot;Prev Help&quot;.
2044 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2045 on the current Alpine version are also available from the MAIN MENU: Press
2046 <!--chtml if pinemode="function_key"-->
2047 &quot;F9&quot;
2048 <!--chtml else-->
2049 &quot;R&quot;
2050 <!--chtml endif-->
2051 to browse the release notes.  These include changes since the last release,
2052 configuration information, the history of the Alpine
2053 project, credits, and legal notices.
2055 Alpine releases are available via the world wide web at
2057 <CENTER><SAMP><A 
2058 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2059 ></CENTER>
2062 If you would like to print <EM>all</EM> of Alpine's internal help text
2063 (not recommended) for a little light bedtime reading, then press
2064 <!--chtml if pinemode="function_key"-->
2065 &quot;F12&quot;
2066 <!--chtml else-->
2067 &quot;Z&quot;
2068 <!--chtml endif-->
2069 now.  (This assumes that the
2070 copy of Alpine you are using has been properly configured for printing
2071 at your site.)
2073 &lt;End of help on this topic&gt;
2074 </BODY>
2075 </HTML>
2076 ===== h_mainhelp_localsupport ======
2077 <HTML>
2078 <HEAD>
2079 <TITLE>Local Support Contacts</TITLE>
2080 </HEAD>
2081 <BODY>
2082 <H1>Local Support Contacts</H1>
2084 <!--chtml if [ -r PINE_INFO_PATH ]-->
2085 <!--#include file="PINE_INFO_PATH"-->
2086 <!--chtml else-->
2087 No Local Support Contacts configured.
2088 <!--chtml endif-->
2091 &lt;End of help on this topic&gt;
2092 </BODY>
2093 </HTML>
2095 ===== h_mainhelp_cmds ======
2096 <HTML>
2097 <HEAD>
2098 <TITLE>Giving Commands in Alpine</TITLE>
2099 </HEAD>
2100 <BODY>
2101 <H1>Giving Commands in Alpine</H1>
2103 Unless configured otherwise
2104 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2105 the bottom two lines of the screen are always used to list the
2106 commands you can give.  You press the keys that are highlighted to give
2107 the command.  The commands for getting help and going back to the main
2108 menu are always present (except when viewing help as you are now).
2109 <!--chtml if pinemode="function_key"-->
2110 <!--chtml else-->
2112 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2113 you see at the bottom of any screen. In some cases there are 3 or
2114 even 4 different
2115 sets of keys that can be seen by using the O key. <EM>All commands are 
2116 active</EM>, even if they are not currently showing at the bottom of your 
2117 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2118 remind yourself of the proper key to press to perform an operation.
2120 <H2>Control Key Commands</H2>
2121 When composing mail, and in a few other places, in Alpine you
2122 have to use Control keys. This means pressing the Control key (usually labeled 
2123 &quot;Ctrl&quot;) and the
2124 letter indicated at the same time.  Usually, this is shown with a
2125 &quot;^&quot; in front of the letter.  On some systems, certain control
2126 characters are intercepted before they get to Alpine.  As a work-around,
2127 you can press the ESCAPE key twice followed by the desired key.  For
2128 example, if Ctrl-O (^O) does not work on your system, try typing
2129 &quot;ESC ESC O&quot;.
2130 <!--chtml endif-->
2131 <H2>Paging Up and Down</H2>
2132 The &quot;+&quot; and &quot;-&quot; keys are used for
2133 moving to the next or previous page.  The space bar is a synonym for
2134 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2135 up as you do in the message composer.  On screens with a WhereIs (search)
2136 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2137 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2138 of the message or list.
2140 <H2>Return Key</H2>
2141 The return key is usually a synonym for a frequently used
2142 command.  When viewing a message, there is currently not a default
2143 command, so RETURN does nothing; when in the index, it is synonymous with
2144 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2145 enclosed in square brackets [] is the same as the return key.
2147 <H2>Control Keys Not Used By Alpine</H2>
2148 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2149 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2150 at prompts for file/folder names, control keys must be used for editing and 
2151 navigation functions.
2154 Alpine has used nearly all the control keys available.  There are, however,
2155 certain control keys that are reserved by other programs or for technical
2156 reasons.  Alpine does not use any of these keys:
2157 <DL>
2158  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2159  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2160  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2161 </DL>
2163 Note: Ctrl-S and Ctrl-Q can be subject to 
2164 <A HREF="h_special_xon_xoff">special handling</A>.
2166 In addition, while the ESC key alone is not used for command input,
2167 Alpine will recognize two consecutive ESC key presses followed by a letter 
2168 key as a substitute for control key input.  For example, the control key
2169 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2170 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2171 This is useful if the communication program you are using
2172 (e.g. Telnet) has its own, conflicting, idea of what certain control
2173 characters mean.
2176 <H2>Repainting the Screen</H2>
2177 Sometimes what is displayed on the screen will be
2178 incorrect due to noise on the phone line or other causes and you will want
2179 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2180 command to do this.  It never hurts to do it when in doubt.
2183 &lt;End of help on this topic&gt;
2184 </BODY>
2185 </HTML>
2186 ===== h_mainhelp_status ======
2187 <HTML>
2188 <HEAD>
2189 <TITLE>Titlebar Line</TITLE>
2190 </HEAD>
2191 <BODY>
2192 <H1>Titlebar Line</H1>
2194 The top line of the screen is Alpine's titlebar line.  It will always display
2195 the current version of Alpine and will also convey information about the
2196 status of the program.  This is where you look to find out what
2197 collection, folder and message number is active and where you are in Alpine.
2200 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2201 (typically your INBOX) is &quot;locked&quot; by another mail session --
2202 most likely a more recent session of Alpine has taken the INBOX lock.
2205 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2206 access a
2207 folder on a remote mail server, and for some reason, communication with
2208 the mail server has either been lost, or never successfully established.
2209 This can be a result of trying to open a non-existent folder, or one
2210 stored on an invalid or non-operational server, or it can mean that Alpine
2211 has been suspended for more that 30 minutes while accessing a remote mail
2212 server.
2215 &lt;End of help on this topic&gt;
2216 </BODY>
2217 </HTML>
2218 ===== h_mainhelp_mainmenu ======
2219 <HTML>
2220 <HEAD>
2221 <TITLE>Main Menu</TITLE>
2222 </HEAD>
2223 <BODY>
2224 <H1>Main Menu</H1>
2226 The Main Menu lists Alpine's main options.
2227 The key or keys you must type to enter your
2228 choice are to the left of each option or command name.
2229 You can type either uppercase or lowercase letters,
2230 and you should not press &lt;Return&gt; after typing the
2231 letter (unless you are specifically asking for the default,
2232 highlighted command).
2235 From the Main Menu you can choose to read online help, write (compose) and 
2236 send a message, look at an index of your mail messages, open or maintain
2237 your mail folders, update your address book, configure Alpine, and quit Alpine.
2238 There are additional options listed at
2239 the bottom of the screen as well.
2242 The Help command usually returns context-sensitive help information.
2243 However, in the Main Menu you get the most general help, which includes
2244 a Table of Contents.
2245 The last entry in the Table of Contents is an Index of help topics,
2246 so this is a good place to go if you are having trouble finding how
2247 to do something.
2249 <H2>Main Menu Commands</H2>
2250 The Alpine main menu lists the most common Alpine functions. A <a
2251 href="h_main_menu_commands">full list of these
2252 commands</a> and what they do is available.
2254 &lt;End of help on this topic&gt;
2255 </BODY>
2256 </HTML>
2257 ===== h_mainhelp_abooks ======
2258 <HTML>
2259 <HEAD>
2260 <TITLE>Address Books</TITLE>
2261 </HEAD>
2262 <BODY>
2263 <H1>Address Books</H1>
2266 As you use email, you can build a list of your regular email correspondents 
2267 in your Alpine
2268 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2269 screen. Your
2270 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2271 You can use the address book to store email addresses for individuals or
2272 groups, to create easily
2273 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2274 address when you are composing a message.
2276 There are two ways to add addresses to your address book: you can add them 
2277 manually or take them from messages (by pressing T to access the Take command). 
2278 With either method, you specify nicknames for your correspondents. A single 
2279 address book entry (or nickname) can point to just one email address, or, it can
2280 point to more than one. When it points to more than one, it is called a 
2281 distribution list. Each distribution list has a nickname, a full name, and a 
2282 list of addresses. These
2283 addresses may be actual addresses, other nicknames in your address book, or 
2284 other
2285 distribution lists.
2288 Additional information is available in Alpine's online help:
2289 <ul>
2290   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2291 </ul>
2293 &lt;End of help on this topic&gt;
2294 </BODY>
2295 </HTML>
2296 ===== h_mainhelp_ldap ======
2297 <HTML>
2298 <HEAD>
2299 <TITLE>LDAP</TITLE>
2300 </HEAD>
2301 <BODY>
2302 <H1>LDAP</H1>
2304 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2305 an organization's shared
2306 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2307 large address
2308 books, rather like the White Pages provided by the phone company. As an Alpine 
2309 user, it is not
2310 necessary to know much about how this works, only how to use it and how to 
2311 configure
2314 More information on configuring LDAP is available in Alpine's online help:
2315 <ul>
2316   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2317 </ul>
2319 Additional help on using LDAP in Alpine is also available:
2320 <ul>
2321   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2322 </ul>
2324 &lt;End of help on this topic&gt;
2325 </BODY>
2326 </HTML>
2327 ===== h_mainhelp_index ======
2328 <HTML>
2329 <HEAD>
2330 <TITLE>Index of Messages</TITLE>
2331 </HEAD>
2332 <BODY>
2333 <H1>Index of Messages</H1>
2335 In Alpine's message index, the selected message is highlighted. The first 
2336 column on the left is blank, shows a &quot;+&quot; if the message was
2337 sent directly to you (i.e., it is not a
2338 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2340 The second column may be blank, or it may contain:
2341 <ul>
2342   <li>"N" if the message is new (unread), </li>
2343   <li>"A" if you have answered the message (using the Reply command), </li>
2344   <li>"D" if you have marked the message for deletion.</li>
2345 </ul>
2348 Note: If you answer a message as well as mark it deleted (in either order), 
2349 you will only see the &quot;D&quot;.
2352 The rest of the columns in the message line show you the message
2353 number, date sent, sender, size, and subject. For details, press ? (Help).  
2354 The behavior and appearance of the Index screen is highly configurable.
2355 In the Setup/Config screen search (with the WhereIs command) for options
2356 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2357 many of the configuration possibilities.
2358 In particular, the
2359 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2360 option may be used to configure the look of the standard MESSAGE INDEX lines
2361 in many different ways.
2362 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2363 read the help text there for more information.
2365 Most of the commands you need to handle your messages are visible at the
2366 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2367 commands that are available.
2368 You do not need to see these &quot;other commands&quot;
2369 on the screen to use them. That is, you never need to press O as a prefix
2370 for any other command.
2373 Additional information is available in Alpine's online help:
2374 <ul>
2375   <li><a href="h_mail_index">Message Index Commands</a></li>
2376 </ul>
2378 &lt;End of help on this topic&gt;
2379 </BODY>
2380 </HTML>
2381 ===== h_mainhelp_reading ======
2382 <HTML>
2383 <HEAD>
2384 <TITLE>Reading Messages</TITLE>
2385 </HEAD>
2386 <BODY>
2387 <H1>Reading Messages</H1>
2389 The message text screen shows you the text of the message along with
2390 its header. If a message has attachments, those will be listed (but not
2391 displayed) also.  The titlebar line displays information about the currently
2392 open message, folder and collection.  You see the name of the collection
2393 (if there is one) in angle brackets, then the name of the folder, then the
2394 message number and finally the position within the current message (in
2395 percent). If the message is marked for deletion
2396 &quot;DEL&quot; will appear in the
2397 upper right as well.
2400 As with every Alpine screen, the bottom two lines show you the commands 
2401 available.
2403 <P>Additional information is available in Alpine's online help:
2404 <ul>
2405   <li><a href="h_mail_view">Message Text Screen</a></li>
2406   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2407   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2408 </ul>
2410 &lt;End of help on this topic&gt;
2411 </BODY>
2412 </HTML>
2413 ===== h_mainhelp_composing ======
2414 <HTML>
2415 <HEAD>
2416 <TITLE>Composing Messages</TITLE>
2417 </HEAD>
2418 <BODY>
2419 <H1>Composing Messages</H1>
2421 To write a message, press C (Compose). You see the Compose Message
2422 screen, which is divided into two parts: the header area and the message
2423 text area. The header area is where information on the recipient (the To:
2424 field) and the subject line go, while the message text area contains the
2425 actual text of the email message. Different commands are available to you
2426 when your cursor is in different areas on this screen. To see additional
2427 help on commands in either the message text or header area, type
2428 <Control>G (Get help).
2431 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2432 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2434 <P>The following information from Alpine's online help may prove useful:
2435 <ul>
2436   <li><a href="h_composer_to">Message Header Commands</a></li>
2437   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2438   <li><a href="h_composer">Composer Commands</a></li>
2439   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2440   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2441   <li><a href="h_compose_send">Send Command</a></li>
2442   <li><a href="h_compose_spell">Spell Check Command</a></li>
2443 </ul>
2445 &lt;End of help on this topic&gt;
2446 </BODY>
2447 </HTML>
2448 ===== h_mainhelp_collections ======
2449 <HTML>
2450 <HEAD>
2451 <TITLE>Collection Lists</TITLE>
2452 </HEAD>
2453 <BODY>
2454 <H1>Collection Lists</H1>
2456 Collection lists are Alpine's way of organizing groups of folders. Each
2457 "collection" can reside on a different server, for example, and contain a
2458 different group of mail folders.
2461 For more information on this, see:
2462 <ul>
2463   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2464 </ul>
2466 Additional information relating to collection lists is also available in 
2467 Alpine's online
2468 help:
2469 <ul>
2470   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2471   <li><a href="h_collection_screen">Collection List Screen</a></li>
2472 </ul>
2474 &lt;End of help on this topic&gt;
2475 </BODY>
2476 </HTML>
2477 ===== h_mainhelp_folders ======
2478 <HTML>
2479 <HEAD>
2480 <TITLE>Folders</TITLE>
2481 </HEAD>
2482 <BODY>
2483 <H1>Folders</H1>
2485 Messages can quickly accumulate in your INBOX folder. If you use email
2486 often, you soon could have hundreds. You need to delete messages you do
2487 not want, and you can use folders to organize messages you wish to save. A
2488 folder is a collection of one or more messages that are stored (just like
2489 the messages in your INBOX) so you can access and manage them.
2492 You can organize your email messages into different folders by topic,
2493 correspondent, date, or any other category that is meaningful to you. You
2494 can create your own folders, and Alpine automatically provides three:
2495 <ul>
2496   <li>The INBOX folder: messages sent to you are listed in this folder.
2497       When you first start Alpine and go to the Message Index screen, you are
2498 looking at the list of messages in your INBOX folder. Every incoming
2499 message remains in your INBOX until you delete it or save it in another
2500 folder. </li>
2501   <li>The sent-mail folder: copies of messages you send are stored in this 
2502 folder. This is
2503 convenient if you cannot remember whether you actually sent a message and want 
2504 to check, or
2505 if you want to send a message again.</li>
2506   <li>The saved-messages folder: copies of messages you save are stored in this 
2507 folder
2508 unless you choose to save them to other folders you create yourself.</li>
2509 </ul>
2512 More information about folders is available in Alpine's online help:
2513 <ul>
2514   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2515   <li><a href="h_folder_maint">Help for Folder List</a></li>
2516   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2517   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2518 Explained</a></li>
2519   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2520 </ul>
2522 &lt;End of help on this topic&gt;
2523 </BODY>
2524 </HTML>
2525 ===== h_mainhelp_color ======
2526 <HTML>
2527 <HEAD>
2528 <TITLE>Color</TITLE>
2529 </HEAD>
2530 <BODY>
2531 <H1>Color</H1>
2533 If the terminal emulator you are using is capable of displaying color or if
2534 you are using PC-Alpine, then it is possible to set up Alpine so that various
2535 parts of the display will be shown in colors you configure. This is done
2536 using the Setup Color screen, available from the MAIN MENU by selecting
2537 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2538 stands for Config in this context).
2541 For example, you may color things like the titlebar, the current item,
2542 the keymenu, and the status messages.
2543 You may also color lines in the index, and headers and quoted text in the
2544 MESSAGE TEXT screen.
2545 You use the Color Setup screen for configuring most of this, but you must
2546 use the IndexColor setup for coloring whole index lines.
2547 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2550 The following entries in Alpine's online help provide additional information 
2551 about how to use color:
2552 <UL>
2553   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2554   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2555   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2556   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2557 </UL>
2559 &lt;End of help on this topic&gt;
2560 </BODY>
2561 </HTML>
2562 ===== h_mainhelp_mouse ======
2563 <HTML>
2564 <HEAD>
2565 <TITLE>Using a Mouse</TITLE>
2566 </HEAD>
2567 <BODY>
2568 <H1>Using a Mouse</H1>
2570 If you are using PC-Alpine mouse support is turned on automatically.
2571 If you are using UNIX Alpine within an X terminal window or within
2572 a terminal emulator that supports an xterm-style mouse, then you may
2573 turn on support for the mouse with the feature
2574 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2575 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2577 PC-Alpine offers considerable mouse support.  You can view what is
2578 &quot;clickable&quot; by dragging your mouse over any screen; when the
2579 arrow cursor changes into a hand, you found something. Mouse-click
2580 possibilities include navigating between screens and folders and
2581 double-clicking on hyperlinks to open your Web browser.
2582 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2583 screen.  Examples of right-click options include &quot;copy&quot; after
2584 selecting text to copy and &quot;View in New Window&quot; when you click
2585 on a particular message in the Message Index. The menu choices available
2586 to you will vary based upon what screen is open, where on the screen your
2587 cursor is located, and even what action you have already taken.
2588 Within a folder, you may set the &quot;Important&quot; flag on any
2589 message.
2591 X terminal mouse support is more limited but still quite powerful.
2592 As with PC-Alpine, clicking on any of the commands in the keymenu at
2593 the bottom of the screen will execute that command as if you typed it.
2594 Double-clicking on a link, for example the link to the
2595 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2596 will take you to that link.
2597 Double-clicking on an index line will view the message, and so on.
2599 &lt;End of help on this topic&gt;
2600 </BODY>
2601 </HTML>
2602 ===== h_mainhelp_keywords ======
2603 <HTML>
2604 <HEAD>
2605 <TITLE>Keywords</TITLE>
2606 </HEAD>
2607 <BODY>
2608 <H1>Keywords</H1>
2610 Within a folder, you may set the &quot;Important&quot; flag on any
2611 message.
2612 This doesn't have any system-defined meaning and is only called
2613 the Important flag because many users use it to signify that a message
2614 is important to them in some way.
2616 You may also define your own set of keywords.
2617 You might know these as user defined flags or as labels.
2618 These are similar to the Important flag but you choose the names for yourself.
2620 Alpine will only display keywords that
2621 have been added by you in the Flag Details screen or
2622 that have been configured by you using the Setup/Config option
2623 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2624 Keywords set by other means (for example, by another email client) will not
2625 show up in Alpine unless you configure Alpine to know about them.
2626 They will show up in the Flag Details screen, but will not show up, for example,
2627 in the index line.
2630 The following entries in Alpine's online help provide additional information 
2631 about how to use keywords:
2632 <ul>
2633   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2634   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2635 </ul>
2637 &lt;End of help on this topic&gt;
2638 </BODY>
2639 </HTML>
2640 ===== h_mainhelp_roles ======
2641 <HTML>
2642 <HEAD>
2643 <TITLE>Roles</TITLE>
2644 </HEAD>
2645 <BODY>
2646 <H1>Roles</H1>
2648 You may play different roles depending on who you are replying to. For
2649 example, if you are replying to a message addressed to help-desk you may
2650 be acting as a Help Desk Worker. That role may require that you use a
2651 different return address and/or a different signature.
2654 To configure roles, go to the MAIN MENU and use the Setup command
2655 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2656 The following entries in Alpine's online help provide additional information 
2657 about how to
2658 use roles:
2659 <ul>
2660   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2661   <li><a href="h_role_select">Roles Screen</a></li>
2662 </ul>
2664 &lt;End of help on this topic&gt;
2665 </BODY>
2666 </HTML>
2667 ===== h_mainhelp_filtering ======
2668 <HTML>
2669 <HEAD>
2670 <TITLE>Filtering</TITLE>
2671 </HEAD>
2672 <BODY>
2673 <H1>Filtering</H1>
2675 The software that actually delivers mail (the stuff that happens
2676 before Alpine is involved) for you is in a better position to do mail filtering
2677 than Alpine itself.
2678 If possible, you may want to look into using that sort of mail filtering to
2679 deliver mail to different folders, delete it, or forward it.
2680 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2683 Filtering is a way to automatically move certain messages from one folder
2684 to another or to automatically delete messages.
2685 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2686 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2687 Alpine doesn't have the ability to forward mail to another address or
2688 to deliver vacation messages.
2691 To configure filtering, go to the MAIN MENU and use the Setup command
2692 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2693 The following entries in Alpine's online help provide additional information 
2694 about how to use filtering:
2695 <UL>
2696   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2697 </UL>
2699 &lt;End of help on this topic&gt;
2700 </BODY>
2701 </HTML>
2702 ===== h_mainhelp_patterns ======
2703 <HTML>
2704 <HEAD>
2705 <TITLE>Patterns</TITLE>
2706 </HEAD>
2707 <BODY>
2708 <H1>Patterns</H1>
2710 Patterns are used with Roles, Filtering, Index Coloring,
2711 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2712 The following entries in Alpine's online help provide information 
2713 about using Patterns:
2714 <UL>
2715   <LI> <A HREF="h_rule_patterns">Patterns</A>
2716 </UL>
2718 &lt;End of help on this topic&gt;
2719 </BODY>
2720 </HTML>
2721 ===== h_mainhelp_cmdlineopts ======
2722 <HTML>
2723 <HEAD>
2724 <TITLE>Command Line Options</TITLE>
2725 </HEAD>
2726 <BODY>
2727 <H1>Command Line Options</H1>
2729 Alpine accepts a number of command line arguments, allowing you, for
2730 example, to start Alpine and immediately access a particular folder.
2731 Many of these arguments overlap with options in the Alpine configuration file.
2732 If there is a difference, then an option set on the command line takes
2733 precedence.
2734 Alpine expects command line arguments (other than addresses) to be
2735 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2736 A <a href="h_command_line_options">full list</a> of command line
2737 possibilities is available.
2739 &lt;End of help on this topic&gt;
2740 </BODY>
2741 </HTML>
2742 ===== h_mainhelp_config ======
2743 <HTML>
2744 <HEAD>
2745 <TITLE>Alpine Configuration</TITLE>
2746 </HEAD>
2747 <BODY>
2748 <H1>Alpine Configuration</H1>
2750 Unless it has been administratively disabled, the Setup command on the
2751 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2752 The possible subcommands are for general Configuration settings,
2753 Printer settings, Changing your Password, Signature setup,
2754 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2755 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2756 and Color configuration.
2757 In particular, the &quot;Config&quot; subcommand has many features you may
2758 set or unset and many other configuration variables that may be set to change
2759 the way Alpine works.
2760 Every one of the hundreds of options available in that configuration settings
2761 screen has help text associated with it.
2762 You may read that text by moving the cursor to highlight the option and then
2763 typing the Help command.
2765 These settings are stored in your personal
2766 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2767 <A HREF="h_config_remote_config">remotely</A>),
2768 but on shared systems these settings
2769 may be over-ridden by a system-wide control file (due to local site
2770 security or support policies).  A global pine configuration file can also
2771 be used to set default values for all Alpine users on a particular system.
2772 Power users may be interested in splitting their personal configuration
2773 data into two pieces, a generic piece and
2774 <A HREF="h_config_exceptions">exceptions</A> which apply to
2775 a particular platform.
2776 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2777 General Alpine configuration information can be found
2778 <A HREF="h_news_config">here</A>.
2780 &lt;End of help on this topic&gt;
2781 </BODY>
2782 </HTML>
2783 ===== h_mainhelp_aggops ======
2784 <HTML>
2785 <HEAD>
2786 <TITLE>Aggregate Operations</TITLE>
2787 </HEAD>
2788 <BODY>
2789 <H1>Aggregate Operations</H1>
2791 When you are in the MESSAGE INDEX, the available commands
2792 (for example, Delete, Undelete, Save, Reply, and so on)
2793 normally act on a single message.
2794 So, for example, if you press the Delete command, the currently highlighted
2795 message is marked Deleted.
2796 These commands that normally act on a single message may be applied to
2797 several messages at once instead.
2799 By default this feature is turned on, but it could be administratively turned
2800 off to reduce complexity.
2801 The feature
2802 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2803 in the Setup/Config screen is used to turn it off or on.
2804 When this feature is turned on, the four commands &quot;Select&quot;,
2805 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2806 are available.
2807 The two selection commands allow you to mark a set of
2808 messages as being &quot;selected&quot;.
2809 The &quot;ZoomMode&quot; command will toggle between
2810 displaying only the selected messages and displaying all the messages.
2811 The &quot;Apply&quot; command allows you to
2812 apply one of the regular MESSAGE INDEX commands to all of the selected
2813 messages instead of to only the highlighted message.
2815 An example aggregate operation would be to catch up when reading
2816 a news group.
2817 That is, get rid of all the messages in the news group so that you can
2818 start fresh.
2819 The easiest way to do this in Alpine is to use aggregate operations.
2820 You want to Delete all of the messages in the group.
2821 You could start at the top and type &quot;D&quot; once for every message.
2822 A much faster method is to first Select all of the messages in the group,
2823 and then Delete all of them.
2824 This would take four keystrokes:
2826 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2827 <BR>
2828 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2830 Another use of Select is to use it for searching for a particular message
2831 or set of messages in a large folder.
2832 You may know that the message was From a certain user.
2833 You could select all messages from that user to start, and use Zoom to
2834 look at only those messages.
2835 If there were still too many messages to look at you could Narrow the
2836 set of messages further by selecting from all of those messages only
2837 the ones that were after a certain date, or contained a particular phrase
2838 in the Subject, or were too a particular address, and so on.
2839 That may be the end of what you are doing, or you may want to use Apply to
2840 Save or Forward or Print all of the selected messages.
2842 Some related help topics are
2843 <UL>
2844 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2845 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2846 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2847 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2848 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2849 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2850 </UL>
2852 &lt;End of help on this topic&gt;
2853 </BODY>
2854 </HTML>
2855 ===== h_mainhelp_readingnews ======
2856 <HTML>
2857 <HEAD>
2858 <TITLE>Reading News</TITLE>
2859 </HEAD>
2860 <BODY>
2861 <H1>Reading News</H1>
2863 <H2>Background</H2>
2864 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2865 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2866 Usenet newsgroups allow groups of people with common interests to discuss 
2867 particular topics. You might find newsgroups related to your career, or you 
2868 might wish to check out the online discussion among the fans of your favorite 
2869 television show. 
2871 <H2>Configuring Alpine for Reading News</H2>
2872 Alpine often arrives
2873 pre-configured by your system administrator to automatically access the
2874 newsgroups offered by your organization, Internet Service Provider, or
2875 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2876 need additional details on <a href="h_configuring_news">how to
2877 configure Alpine to read news</a>.
2879 <H2>Accessing Newsgroups</H2>
2880 The first step in reading news is to access the newsgroups collections
2881 screen from Alpine. If everything is configured properly, you should be able
2882 to do this by first typing L (folder List), then selecting the folder
2883 collection listed as "News." The actual name of this collection may differ
2884 from system to system.
2886 <H2>Subscribing to Newsgroups</H2>
2888 Once you have accessed the news collection, you need to subscribe to a
2889 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2890 will keep a record of the newsgroups in which you are interested and which
2891 articles in those newsgroups have been read.
2893 <H2>Using Newsgroups</H2> 
2894 Alpine uses the similar commands to read news as to read mail. For example,
2895 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2896 and the R command Replies to a news posting. Basically, Alpine allows you to
2897 read news as if it were mail, so you don't need to change the way you
2898 interact with Alpine.
2900 There is also additional Alpine help available on 
2901 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2903 &lt;End of help on this topic&gt;
2904 </BODY>
2905 </HTML>
2906 ===== h_mainhelp_securing ======
2907 <HTML>
2908 <HEAD>
2909 <TITLE>Securing your Alpine Session</TITLE>
2910 </HEAD>
2911 <BODY>
2912 <H1>Securing your Alpine Session</H1>
2914 By default, Alpine will attempt to connect to an IMAP server on the normal
2915 IMAP service port (143).
2916 If the Alpine you are using has been built to
2917 support &quot;Transport Layer Security&quot; (TLS)
2918 and &quot;Secure Sockets Layer&quot; (SSL) 
2919 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2920 and the server offers the STARTTLS capability, then a secure (encrypted)
2921 session will be established.
2923 When you are connected to a remote folder the titlebar will contain a plus sign
2924 in the far right column if the connection is encrypted using TLS or SSL.
2925 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2926 if the connection is encrypted.
2928 <H2>More Information on Alpine with SSL and TLS</H2>
2929 <UL>
2930 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2931 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2932 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2933 <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>
2934 </UL>
2935 <H2>Here are some other security-related features and options</H2>
2937 <UL>
2938 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2939 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2940 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2941 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2942 </UL>
2944 &lt;End of help on this topic&gt;
2945 </BODY>
2946 </HTML>
2947 ===== h_mainhelp_problems ======
2948 <HTML>
2949 <HEAD>
2950 <TITLE>Reporting Problems</TITLE>
2951 </HEAD>
2952 <BODY>
2953 <H1>Reporting Problems</H1>
2955 We ask that you first read the relevant help screens and then seek
2956 assistance from your own local support staff.  Once you are sure that your
2957 difficulty is not a local configuration problem, you might look at the
2958 help section explaining where to look for
2959 <A HREF="h_finding_help">more information</A> and where to 
2960 get assistance.
2963 <ADDRESS>
2964    Eduardo Chappa &lt;chappa@gmx.com&gt;
2965 </ADDRESS>
2968 &lt;End of help on this topic&gt;
2969 </BODY>
2970 </HTML>
2971 ===== h_main_menu_commands ======
2972 <HTML>
2973 <HEAD>
2974 <TITLE>MAIN MENU COMMANDS</TITLE>
2975 </HEAD>
2976 <BODY>
2977 <H1>MAIN MENU COMMANDS</H1>
2979 <!--chtml if pinemode="function_key"-->
2980 &nbsp;Available&nbsp;Commands&nbsp;--
2981 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2982 &nbsp;------------------------------
2983 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2984 ----------<BR>
2985 &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>
2986 &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>
2987 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2988 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2989 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2990 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2991 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2992 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2993 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2994 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2995 &nbsp;F7&nbsp;&nbsp;<A 
2996 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2997 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2998 &nbsp;F8&nbsp;&nbsp;<A 
2999 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3000 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3001 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 
3002 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3003 &nbsp;F10&nbsp;<A 
3004 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 
3005 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3006 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3007 &nbsp;F11&nbsp;<A 
3008 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3009 <!--chtml else-->
3010 &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>
3011 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3012 &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>
3013 &nbsp;C&nbsp;&nbsp;<A 
3014 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>
3015 &nbsp;I&nbsp;&nbsp;<A 
3016 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>
3017 &nbsp;L&nbsp;&nbsp;<A 
3018 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>
3019 &nbsp;A&nbsp;&nbsp;<A 
3020 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3021 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3022 &nbsp;S&nbsp;&nbsp;<A 
3023 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 
3024 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3025 &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>
3026 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3027 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3028 <!--chtml endif-->
3031 NOTE:
3032 <OL>
3033  <LI>For help on a particular command, highlight the bold text associated
3034 with it above and hit Return.
3035  <LI> The availability of certain commands (e.g. some of the options under
3036 SETUP) is determined by Alpine configuration files and system capabilities.
3037 At some sites, certain commands may not be available due to security or
3038 support concerns.
3039 </OL>
3041 &lt;End of help on this topic&gt;
3042 </BODY>
3043 </HTML>
3045 ===== h_command_line_options ======
3046 <HTML>
3047 <HEAD>
3048 <TITLE>COMMAND LINE OPTIONS</TITLE>
3049 </HEAD>
3050 <BODY>
3051 <H1>COMMAND LINE OPTIONS</H1>
3052 Possible starting arguments for Alpine:
3054 <DL COMPACT>
3056 <DT> <EM>[addresses]</EM>
3058 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3059 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3060 <EM>Alpine</EM> will startup in
3061 the composer with a message started to the addresses specified.
3062 Once the message is sent, the <EM>Alpine</EM> session closes.
3063 Standard input redirection is allowed.
3064 Separate multiple addresses with a space between them.
3065 Addresses are placed in the &quot;To&quot; field only.
3068 <DT> &lt; <EM>file</EM>
3070 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3071 into the body of the message.
3072 Once the message is sent, the <EM>Alpine</EM> session closes. 
3075 <DT> -attach <EM>file</EM>
3077 <DD> Go directly into composer with given file attached.
3080 <DT> -attachlist <EM>file-list</EM>
3082 <DD> Go directly into composer with given files attached.
3083 This must be the last option on the command line.
3086 <DT> -attach_and_delete <EM>file</EM>
3088 <DD> Go directly into composer with given file attached, delete when finished.
3091 <DT> -aux <EM>local_directory</EM>
3093 <DD> <EM>PC-Alpine</EM> only.
3094 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3095 files, like debug files, address books, and signature files.  The pinerc may 
3096 be local or remote.
3099 <DT> -bail
3101 <DD> If the personal configuration file doesn't already exist, exit.
3102 This might be useful if the configuration file is accessed using some
3103 remote filesystem protocol. If the remote mount is missing this will cause
3104 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3107 <DT> -c <EM>n</EM>
3109 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3110 This is used when there are multiple folder collections (contexts) and you 
3111 want to open a folder not in the primary collection.
3114 <DT> -conf
3116 <DD> Configuration: Prints a sample system configuration file to the
3117 screen or standard output. To generate an initial system configuration 
3118 file, execute
3120 <PRE><CODE>
3121                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3122 </CODE></PRE>
3125 To generate a system configuration file using settings from an old
3126 system configuration file, execute
3128 <PRE><CODE>
3129                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3130 </CODE></PRE>
3132 A system configuration file is not required.
3135 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3137 <DD> Copy an address book file to a remote address book folder.
3138 If the remote folder doesn't exist, it will be created.
3139 If it exists but the first message in the folder isn't a remote address
3140 book header message, the copy will be aborted.
3141 This flag will not usually be used by a user.
3142 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3143 and copy entries from the local address book by using aggregate Save in
3144 the address book screen.
3147 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3149 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3150 If the remote folder doesn't exist, it will be created.
3151 If it exists but the first message in the folder isn't a remote pinerc
3152 header message, the copy will be aborted.
3153 This flag may be useful to users who already have a local pinerc file and
3154 would like to convert it to a remote pinerc folder and use that instead.
3155 This gives a way to bootstrap that conversion without having to manually
3156 reset all of the variables in the remote pinerc folder.
3159 <DT> -d <EM>debug-level</EM>
3161 <DD> Debug Level:  Sets the level of debugging information written by
3162 <EM>Alpine</EM>.
3163 <EM>debug-level</EM> can be set to any integer 0-9.
3164 A debug level of 0 turns off debugging for the session.
3165 (Actually there are some levels higher than 9, but you probably don't
3166 want to see them.)
3169 <DT> -d <EM>keywords</EM>
3171 <DD> You may use a more detailed version of the debugging flag to set
3172 the debug level in separate parts of <EM>Alpine</EM>.
3173 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3174 verbose=0..9.
3175 <EM>Flush</EM> causes debugging information to be flushed immediately to
3176 the debug file as it is written.
3177 <EM>Verbose</EM> is the general debugging verbosity level.
3178 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3179 is useful when you are trying to figure out what is responsible for delays.
3180 <EM>Numfiles</EM> sets the number of debug files saved.
3181 <EM>Imap</EM> sets the debug level for the debugging statements related
3182 to the conversation with the IMAP server, and more generally, for the
3183 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3184 <EM>Tcp</EM> turns on some TCP/IP debugging.
3187 <DT> -f <EM>folder</EM>
3189 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3190 of the standard INBOX.
3193 <DT> -F <EM>file</EM>
3195 <DD> Open named text file for viewing and forwarding.
3198 <DT> -h
3200 <DD> Help:  Prints the list of available command-line arguments to the
3201 screen.
3204 <DT> -i
3206 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3207 screen instead of the MAIN MENU.
3210 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3213 <DT> -I <EM>a,b,c,...</EM>
3215 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3216 sequence of commands upon startup.
3217 This allows users to get <EM>Alpine</EM> to start in any
3218 of its menus/screens.
3219 You cannot include any input to the composer in the initial keystrokes.
3220 The key &lt;Return&gt; is represented by a ``CR'' in
3221 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3222 Control keys are two character sequences beginning with ``^'', such as
3223 ``^I''.
3224 A tab character is ``TAB''.
3225 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3226 ``DOWN'', ``LEFT'', and ``RIGHT''.
3227 A restriction is that you can't mix function keys and character keys in this
3228 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3229 A user can always use only <EM>character</EM> keys in the startup list even
3230 if he or she is using <EM>function</EM> keys normally, or vice versa.
3231 If an element in this list is a string of characters surrounded by double
3232 quotes (&quot;) then it will be expanded into the individual characters in
3233 the string, excluding the double quotes.
3236 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3239 <DT> -install
3241 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3242 some basic information to help with getting properly set up.
3245 <DT> -k
3247 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3248 the input of commands to be function-keys.
3249 Otherwise, commands are linked to the regular character keys.
3252 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3253 <EM>Feature-List</EM>.
3256 <DT> -n <EM>n</EM>
3258 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3259 FOLDER INDEX screen with the current message being the specified
3260 message number.
3263 <DT> -nosplash
3265 <DD> <EM>PC-Alpine</EM> only.
3266 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3267 This may be helpful for certain troubleshooting or terminal server scenarios.
3270 <DT> -o <EM>folder</EM>
3272 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3275 <DT> -p <EM>pinerc</EM>
3277 <DD> Uses the named file as the personal configuration file instead of
3278 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3279 Alpinerc may be either a local file or a remote configuration folder.
3282 <DT> -P <EM>pinerc</EM>
3284 <DD> Uses the named file as the system wide configuration file instead of
3285 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3286 Alpinerc may be either a local file or a remote configuration folder.
3289 <DT> -passfile <EM>passfile</EM>
3291 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3292 This should be a fully-qualified filename.
3295 <DT> -pinerc <EM>file</EM>
3297 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3298 settings of variables that the user has made.
3299 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3302 <DT> -r
3304 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3305 <EM>Alpine</EM> in restricted mode can only send email to itself.
3306 Save and export are limited.
3309 <DT> -registry <EM>cmd</EM>
3311 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3312 <EM>Alpine</EM>'s registry entries.
3313 Possible values for <EM>cmd</EM> are set, clear, and dump.
3314 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3315 entries according to its current settings.
3316 <EM>Clear</EM> will clear the registry values.
3317 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3318 <EM>Dump</EM> will display the values of current registry settings.
3319 Note that the dump command is currently disabled.
3320 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3321 the registry only if there currently aren't any values set.
3324 <DT> -sort <EM>key</EM>
3326 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3327 FOLDER INDEX screen.
3328 <EM>Key</EM> can have the following values: 
3329 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3330 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3331 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3332 The default value is &quot;arrival&quot;.
3333 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3336 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3339 <DT> -uninstall
3341 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3342 in Windows settings.  The registry settings are removed and
3343 the password cache is cleared.
3346 <DT> -url <EM>url</EM>
3348 <DD> Open the given URL.
3351 <DT> -v
3353 <DD> Version:  Print version information to the screen.
3356 <DT> -x <EM>exceptions_config</EM>
3358 <DD> Configuration settings in the exceptions configuration override your normal
3359 default settings.
3360 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3363 <DT> -z
3365 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3366 will suspend the <EM>Alpine</EM> session.
3369 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3370 <EM>Feature-List</EM>.
3373 <DT> -<EM>option</EM>=<EM>value</EM>
3375 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3376 For example, <EM>-signature-file=sig1</EM> or
3377 <EM>-Feature-List=signature-at-bottom</EM>.
3378 Note:  Feature-List values are
3379 additive and features may be preceded with no- to turn them off.
3380 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3381 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3382 <EM>-Feature-List=signature-at-bottom</EM>.
3385 </DL>
3387 &lt;End of help on this topic&gt;
3388 </BODY>
3389 </HTML>
3390 ===== h_configuring_news ======
3391 <HTML>
3392 <HEAD>
3393 <TITLE>CONFIGURING NEWS</TITLE>
3394 </HEAD>
3395 <BODY>
3396 <H1>CONFIGURING NEWS</H1>
3397 Alpine can access news folders in any one of three different ways:
3398 <DL>
3399 <DT>REMOTE NNTP</DT>
3400 <DD>Using the Network News Transport Protocol (NNTP) to
3401 access news on a remote news server.  In this case the newsrc file is
3402 stored on the machine where Alpine is running.
3405 To specify a remote news-collection accessed via NNTP use the
3406 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3407 Server: value to the NNTP server's hostname appended with the
3408 communication method &quot;/service=NNTP&quot;, and set the Path:
3409 value to the &quot;#news.&quot; namespace (without the quotes).  See
3410 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3411 help text for a more complete explanation of access method, and the
3412 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3413 text for a more complete explanation of &quot;namespace&quot;.
3415 Instead of specifying a news-collection, you may simply set the
3416 <A HREF="h_config_nntp_server">NNTP Server</A>
3417 option, which will cause Alpine to create a default news-collection for you.
3418 Another NNTP option that may be of interest is
3419 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3421 <DT>REMOTE IMAP</DT>
3422 <DD>Using the Internet Message Access Protocol (IMAP) to
3423 access news on a remote news server.  In this case, your newsrc file is
3424 stored on the news server, in your home directory, so you must have an
3425 account on the news server, but you would be running Alpine on a different
3426 machine.  The news server must be running an IMAPd server process. 
3429 To specify a remote news-collection accessed via IMAP use the
3430 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3431 Server: value to the IMAP server's hostname, and set the Path: value
3432 to the &quot;#news.&quot; namespace (without the quotes).  See the
3433 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3434 text for a more complete explanation of &quot;namespace&quot;.
3436 </DD>
3438 <DT>LOCAL</DT>
3439 <DD>Using local file access to the news database.  In this
3440 case, your newsrc file is stored on the news server, in your home
3441 directory, so you must have an account on the news server, and you would
3442 be running Alpine on the same machine.
3445 To specify a local news-collection use the SETUP/collectionList
3446 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3447 set the Path: value to the &quot;#news.&quot; namespace (without the
3448 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3449 field's help text for a more complete explanation of &quot;namespace&quot;.
3451 </DD>
3452 </DL>
3456 NOTE: Should no news-collection be defined as above, Alpine will
3457 automatically create one using the Setup/Config screen's
3458 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3459 will be created as a &quot;Remote NNTP&quot; as described above.
3463 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3464 possible.  If you don't have an account on the news server, or if the news
3465 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3466 sure, ask your service provider, university, or company for help.)  In
3467 this case, your Unix .newsrc file can be transferred to your PC.  A good
3468 place to put it would be in the same directory as your PINERC file, under
3469 the name NEWSRC, but you can 
3470 <A HREF="h_config_newsrc_path">specify a different location</A>
3471 via Alpine's Setup/Config screen.
3474 Other configuration features related to news are
3475 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3476 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3477 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3478 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3479 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3480 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3481 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3482 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3485 &lt;End of help on this topic&gt;
3486 </BODY>
3487 </HTML>
3488 ===== h_reading_news ======
3489 <HTML>
3490 <HEAD>
3491 <TITLE>READING NEWS</TITLE>
3492 </HEAD>
3493 <BODY>
3494 <H1>READING NEWS</H1>
3496 Alpine uses almost the same commands for manipulating news folders as for
3497 mail folders.  This means, for example, that when you are done with a
3498 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3499 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3500 most newsreaders, wherein a message is implicitly dismissed after you have
3501 looked at it once. We strongly believe that Alpine should offer as much
3502 consistency as possible between mail and news, so the mail paradigm --
3503 wherein a message does not magically disappear without explicit action by
3504 the user -- is used for news as well. <P>
3506 If you answer a message in a news folder, the index view will show the
3507 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3508 keep track of what news as been read has no way of storing this flag, so
3509 it will not be preserved across sessions.  The Deleted flag is the only
3510 one that is preserved when you leave and then return to a newsgroup.  As an
3511 additional note on replies, when you Reply to a newsgroup message and say
3512 you want to reply to all recipients, Alpine will ask if you want to post the
3513 message to all the newsgroups listed in the original message. <P>
3515 If you would like Alpine to mark more-or-less recent news messages as
3516 &quot;New&quot;, then set the
3517 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3518 feature (which is set by default).  This will cause messages after the last one you have marked as
3519 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3520 &quot;N&quot; status often makes it easier to distinguish later news
3521 articles from those you've previously seen, but not yet disposed of via
3522 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3523 record of which messages you have not seen.
3526 A frequent operation in news-reading is &quot;catching up&quot; -- that
3527 is, getting rid of all the messages in the newsgroup so that you can
3528 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3529 Select command.  You would enter the following four keystrokes:
3530 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3531 dismiss) command to all of them.
3534 There are also additional details on 
3535 <A HREF="h_configuring_news">configuring news</a>.
3538 &lt;End of help on this topic&gt;
3539 </BODY>
3540 </HTML>
3541 ====== h_help_index ======
3542 <HTML>
3543 <HEAD>
3544 <TITLE>Help Index</TITLE>
3545 </HEAD>
3546 <BODY>
3547 <H1>Help Index</H1>
3548 <ul>
3549 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3550 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3551 <li><a href="h_main_addrbook">Address Book Command</a>
3552 <li><a href="h_abook_view">Address Book View Explained</a>
3553 <li><a href="h_compose_addrcomplete">Address Completion</a>
3554 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3555 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3556 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3557 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3558 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3559 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3560 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3561 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3562 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3563 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3564 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3565 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3566 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3567 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3568 <li><a href="h_news_legal">Alpine Legal Notices</a>
3569 <li><a href="h_compose_alted">Alt Editor Command</a>
3570 <li><a href="h_index_cmd_apply">Apply Command</a>
3571 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3572 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3573 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3574 <li><a href="h_composer_browse">BROWSER</a>
3575 <li><a href="h_common_bounce">Bounce Command</a>
3576 <li><a href="h_compose_cancel">Cancel Command</a>
3577 <li><a href="h_config_change_your_from">Changing your From Address</a>
3578 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3579 <li><a href="h_mainhelp_color">Color</a>
3580 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3581 <li><a href="h_composer">COMPOSER COMMANDS</a>
3582 <li><a href="h_mainhelp_composing">Composing Messages</a>
3583 <li><a href="h_mainhelp_collections">Collection Lists</a>
3584 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3585 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3586 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3587 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3588 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3589 <li><a href="h_common_compose">Compose Command</a>
3590 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3591 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3592 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3593 <li><a href="h_mainhelp_config">Configuration</a>
3594 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3595 <li><a href="h_config_dflt_color">Default Color</a>
3596 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3597 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3598 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3599 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3600 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3601 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3602 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3603 <li><a href="h_ge_export">Export File Selection</a>
3604 <li><a href="h_ge_allparts">Export Message File Selection</a>
3605 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3606 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3607 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3608 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3609 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3610 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3611 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3612 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3613 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3614 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3615 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3616 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3617 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3618 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3619 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3620 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3621 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3622 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3623 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3624 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3625 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3626 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3627 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3628 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3629 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3630 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3631 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3632 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3633 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3634 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3635 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3636 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3637 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3638 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3639 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3640 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3641 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3642 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3643 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3644 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3645 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3646 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3647 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3648 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3649 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3650 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3651 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3652 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3653 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3654 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3655 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3656 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3657 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3658 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3659 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3660 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3661 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3662 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3663 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3664 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3665 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3666 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3667 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3668 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3669 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3670 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3671 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3672 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3673 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3674 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3675 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3676 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3677 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3678 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3679 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3680 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3681 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3682 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3683 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3684 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3685 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3686 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3687 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3688 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3689 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3690 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3691 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3692 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3693 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3694 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3695 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3696 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3697 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3698 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3699 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3700 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3701 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3702 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3703 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3704 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3705 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3706 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3707 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3708 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3709 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3710 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3711 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3712 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3713 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3714 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3715 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3716 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3717 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3718 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3719 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3720 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3721 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3722 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3723 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3724 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3725 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3726 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3727 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3728 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3729 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3730 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3731 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3732 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3733 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3734 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3735 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3736 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3737 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3738 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3739 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3740 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3741 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3742 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3743 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3744 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3745 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3746 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3747 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3748 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3749 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3750 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3751 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3752 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3753 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3754 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3755 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3756 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3757 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3758 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3759 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3760 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3761 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3762 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3763 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3764 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3765 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3766 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3767 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3768 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3769 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3770 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3771 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3772 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3773 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3774 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3775 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3776 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3777 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3778 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3779 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3780 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3781 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3782 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3783 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3784 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3785 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3786 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3787 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3788 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3789 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3790 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3791 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3792 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3793 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3794 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3795 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3796 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3797 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3798 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3799 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3800 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3801 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3802 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3803 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3804 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3805 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3806 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3807 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3808 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3809 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3810 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3811 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3812 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3813 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3814 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3815 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3816 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3817 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3818 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3819 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3820 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3821 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3822 <li><a href="h_mainhelp_filtering">Filtering</a>
3823 <li><a href="h_finding_help">Finding more information and requesting help</a>
3824 <li><a href="h_common_flag">Flag Command</a>
3825 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3826 <li><a href="h_mainhelp_folders">Folders</a>
3827 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3828 <li><a href="h_common_folders">Folder List Command</a>
3829 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3830 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3831 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3832 <li><a href="h_config_change_your_from">From Address, Changing</a>
3833 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3834 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3835 <li><a href="h_common_goto">Goto Command</a>
3836 <li><a href="h_common_hdrmode">HdrMode Command</a>
3837 <li><a href="h_mainhelp_pinehelp">Help</a>
3838 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3839 <li><a href="h_folder_maint">Help for Folder List</a>
3840 <li><a href="h_valid_folder_names">IMAP</a>
3841 <li><a href="h_ge_import">Import File Selection</a>
3842 <li><a href="h_mainhelp_index">Index of Messages</a>
3843 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3844 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3845 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3846 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3847 <li><a href="h_mainhelp_intro">Introduction</a>
3848 <li><a href="h_main_journal">Journal Command</a>
3849 <li><a href="h_common_jump">Jump Command</a>
3850 <li><a href="h_compose_justify">Justify Command</a>
3851 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3852 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3853 <li><a href="h_mainhelp_ldap">LDAP</a>
3854 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3855 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3856 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3857 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3858 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3859 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3860 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3861 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3862 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3863 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3864 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3865 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3866 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3867 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3868 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3869 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3870 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3871 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3872 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3873 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3874 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3875 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3876 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3877 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3878 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3879 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3880 <li><a href="h_common_index">Message Index Command</a>
3881 <li><a href="h_mainhelp_mouse">Mouse</a>
3882 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3883 <li><a href="new_user_greeting">NEW USER GREETING</a>
3884 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3885 <li><a href="h_mainhelp_readingnews">News Reading</a>
3886 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3887 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3888 <li><a href="h_common_nextnew">NextNew Command</a>
3889 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3890 <li><a href="h_mainhelp_readingnews">NNTP</a>
3891 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3892 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3893 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3894 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3895 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3896 <li><a href="h_config_color_style">OPTION: Color Style</a>
3897 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3898 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3899 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3900 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3901 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3902 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3903 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3904 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3905 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3906 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3907 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3908 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3909 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3910 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3911 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3912 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3913 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3914 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3915 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3916 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3917 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3918 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3919 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3920 <li><a href="h_config_font_name">OPTION: Font Name</a>
3921 <li><a href="h_config_font_size">OPTION: Font Size</a>
3922 <li><a href="h_config_font_style">OPTION: Font Style</a>
3923 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3924 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3925 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3926 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3927 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3928 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3929 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3930 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3931 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3932 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3933 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3934 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3935 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3936 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3937 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3938 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3939 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3940 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3941 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3942 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3943 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3944 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3945 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3946 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3947 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3948 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3949 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3950 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3951 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3952 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3953 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3954 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3955 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3956 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3957 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3958 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3959 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3960 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3961 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3962 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3963 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3964 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3965 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3966 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3967 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3968 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3969 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3970 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3971 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3972 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3973 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3974 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3975 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3976 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3977 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3978 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3979 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3980 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3981 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3982 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3983 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3984 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3985 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3986 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3987 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3988 <li><a href="h_config_printer">OPTION: Printer</a>
3989 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3990 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3991 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3992 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3993 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3994 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3995 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3996 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3997 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3998 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3999 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4000 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4001 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4002 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4003 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4004 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4005 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4006 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4007 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4008 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4009 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4010 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4011 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4012 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4013 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4014 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4015 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4016 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4017 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4018 <li><a href="h_config_status_color">OPTION: Status Color</a>
4019 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4020 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4021 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4022 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4023 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4024 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4025 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4026 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4027 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4028 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4029 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4030 <li><a href="h_config_title_color">OPTION: Title Color</a>
4031 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4032 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4033 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4034 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4035 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4036 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4037 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4038 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4039 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4040 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4041 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4042 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4043 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4044 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4045 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4046 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4047 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4048 <li><a href="h_mainhelp_patterns">Patterns</a>
4049 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4050 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4051 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4052 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4053 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4054 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4055 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4056 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4057 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4058 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4059 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4060 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4061 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4062 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4063 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4064 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4065 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4066 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4067 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4068 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4069 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4070 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4071 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4072 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4073 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4074 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4075 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4076 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4077 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4078 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4079 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4080 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4081 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4082 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4083 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4084 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4085 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4086 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4087 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4088 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4089 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4090 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4091 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4092 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4093 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4094 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4095 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4096 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4097 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4098 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4099 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4100 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4101 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4102 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4103 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4104 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4105 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4106 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4107 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4108 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4109 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4110 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4111 <li><a href="h_common_pipe">Pipe Command</a>
4112 <li><a href="h_valid_folder_names">POP</a>
4113 <li><a href="h_common_postpone">Postpone Command</a>
4114 <li><a href="h_common_print">Print Command</a>
4115 <li><a href="h_mainhelp_readingnews">Reading News</a>
4116 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4117 <li><a href="h_mainhelp_roles">Roles</a>
4118 <li><a href="h_role_select">ROLES SCREEN</a>
4119 <li><a href="h_compose_readfile">Read File Command</a>
4120 <li><a href="h_mainhelp_reading">Reading Messages</a>
4121 <li><a href="h_main_release_notes">Release Notes Command</a>
4122 <li><a href="h_common_reply">Reply and Forward Commands</a>
4123 <li><a href="h_compose_richhdr">Rich Header Command</a>
4124 <li><a href="h_common_role">Role Command</a>
4125 <li><a href="h_mainhelp_smime">S/MIME</a>
4126 <li><a href="h_index_cmd_select">Searching for Messages</a>
4127 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4128 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4129 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4130 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4131 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4132 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4133 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4134 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4135 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4136 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4137 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4138 <li><a href="h_common_save">Save and Export Commands</a>
4139 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4140 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4141 <li><a href="h_compose_send">Send Command</a>
4142 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4143 <li><a href="h_main_setup">Setup Command</a>
4144 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4145 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4146 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4147 <li><a href="h_mainhelp_smime">S/MIME</a>
4148 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4149 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4150 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4151 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4152 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4153 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4154 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4155 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4156 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4157 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4158 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4159 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4160 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4161 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4162 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4163 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4164 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4165 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4166 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4167 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4168 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4169 <li><a href="h_index_cmd_sort">Sort Command</a>
4170 <li><a href="h_compose_spell">Spell Check Command</a>
4171 <li><a href="h_common_suspend">Suspend Command</a>
4172 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4173 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4174 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4175 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4176 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4177 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4178 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4179 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4180 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4181 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4182 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4183 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4184 <li><a href="h_common_take">TakeAddr Command</a>
4185 <li><a href="h_mainhelp_status">Titlebar Line</a>
4186 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4187 <li><a href="h_config_usenone_color">Use None Color</a>
4188 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4189 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4190 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4191 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4192 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4193 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4194 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4195 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4196 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4197 </UL>
4200 &lt;End of Help Index&gt;
4201 </BODY>
4202 </HTML>
4205 ============== h_config_remote_config =============
4206 <HTML>
4207 <HEAD>
4208 <TITLE>Remote Configuration</TITLE>
4209 </HEAD>
4210 <BODY>
4211 <H1>Remote Configuration</H1>
4213 You may use the command line argument &quot;-p pinerc&quot; to tell
4214 Alpine to use a non-default configuration file.
4215 There are two types of storage for configuration information.
4216 <EM>Local</EM> configuration files are used by default.
4217 These are just regular files on the UNIX system or on the PC.
4218 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4219 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4220 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4221 The advantage of using a remote configuration is that the same information
4222 may be accessed from multiple platforms.
4223 For example, if you use one computer at work and another at home, the same
4224 configuration could be used from both places.
4225 A configuration change from one place would be seen in both places.
4226 To use a remote configuration you simply give a
4227 <A HREF="h_valid_folder_names">remote folder name</A>
4228 as the argument to the &quot;-p&quot; command line option.
4229 The command line might look something like:
4231 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4233 If there are special characters in the command shell you use, you may need to
4234 quote the last argument (to protect the curly braces from the shell).
4235 The command might look like:
4237 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4239 You should choose a folder name for a folder that does not yet exist.
4240 It will be created containing an empty configuration.
4241 Do not use a folder that you wish to store regular mail messages in.
4243 The Setup/RemoteConfigSetup command will help you convert from a local
4244 configuration to a remote configuration.
4245 It will create a remote configuration for you and copy your current local
4246 configuration to it.
4247 It will also help you convert local address books into remote address books
4248 and local signature files into literal signatures contained in the
4249 remote configuration file.
4251 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4252 may copy a local pinerc file to a remote configuration folder by hand
4253 by using the command line option &quot;-copy_pinerc&quot;.
4255 Another command line option, which is somewhat related to remote
4256 configuration, is the option &quot;-x exceptions_config&quot;.
4257 The configuration settings in the exceptions configuration override
4258 your default settings.
4259 It may be useful to store the default configuration (the -p argument) remotely
4260 and to have the exceptions configuration stored in a local file.
4261 You might put generic configuration information in the remote configuration
4262 and platform-specific configuration on each platform in the exceptions
4263 configuration.
4264 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4265 can be either remote folders or local files.
4267 There is another command line argument that works only with PC-Alpine and
4268 which may prove useful when using a remote configuration.
4269 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4270 to store your local auxiliary files.
4271 This only has an effect if your configuration file is remote.
4272 Some examples of auxiliary files are debug files, address book files, and
4273 signature files.
4275 &lt;End of help on this topic&gt;
4276 </BODY>
4277 </HTML>
4278 ============== h_config_exceptions =============
4279 <HTML>
4280 <HEAD>
4281 <TITLE>Generic and Exceptional Configuration</TITLE>
4282 </HEAD>
4283 <BODY>
4284 <H1>Generic and Exceptional Configuration</H1>
4286 If you use Alpine from more than one platform it may be convenient
4287 to split your configuration information into two pieces, a generic piece
4288 and exceptions that apply to a particular platform.
4289 For example, suppose you use Alpine from home and from work.
4290 Most of your configuration settings are probably the
4291 same in both locations, so those settings belong in the generic settings
4292 configuration.
4293 However, you may use a different SMTP server and INBOX
4294 from home than you do from work.
4296 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4298 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4299 options could be
4300 part of your exceptional configuration so that they could be different in the
4301 two places.
4303 The command line option &quot;-x exceptions_config&quot;
4304 may be used to split your configuration into generic and exceptional pieces.
4305 &quot;Exceptions_config&quot; may be either local or remote.
4306 The regular Alpine configuration file will contain the generic data, and
4307 &quot;exceptions_config&quot; will contain the exceptional data.
4309 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4310 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4311 in the same local directory that the regular config file is located in (usually
4312 the Unix home directory).
4313 If the regular config file is remote (because the command line option
4314 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4315 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4316 If the file does not already exist then no exceptions will be used.
4317 You can force exceptions to be used by using the &quot;-x&quot; option or
4318 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4320 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4321 PC-Alpine will use the value of the
4322 environment variable <CODE>$PINERCEX</CODE>.
4323 If that is not set, PC-Alpine will look for
4324 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4325 in the same local directory that the regular config file is located in.
4326 If the regular config file is remote (because the command line option
4327 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4328 local directory specified by the &quot;-aux local_directory&quot; command
4329 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4330 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4332 When you have an exception configuration there is a new command
4333 in the Alpine Setup screen, Setup/eXceptions.
4334 It toggles between exceptions and the regular configuration.
4335 This is the usual way to make changes in your exceptional configuration data.
4336 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4337 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4338 for Config or &quot;K&quot; for Kolor.
4340 For most people, splitting the configuration information into two pieces is
4341 going to be most useful if the generic information is accessed
4342 <A HREF="h_config_remote_config">remotely</A>).
4343 That data will be the same no matter where you access it from and if you
4344 change it that change will show up everywhere.
4345 The exceptional data will most commonly be in a local file, so that the
4346 contents may easily be different on each computing platform used.
4348 If you already have a local configuration file with settings you like
4349 you may find that the command Setup/RemoteConfigSetup is useful
4350 in helping you convert to a remote configuration.
4351 The command line flag &quot;-copy_pinerc&quot;
4352 may also be useful.
4354 &lt;End of help on this topic&gt;
4355 </BODY>
4356 </HTML>
4357 ============== h_config_inheritance =============
4358 <HTML>
4359 <HEAD>
4360 <TITLE>Configuration Inheritance</TITLE>
4361 </HEAD>
4362 <BODY>
4363 <H1>Configuration Inheritance</H1>
4365 Configuration inheritance is a power user feature.
4366 It is confusing and not completely supported by the configuration
4367 user interface.
4368 We start with an explanation of how configuration works in hopes of making
4369 it easier to describe how inheritance works.
4371 Alpine uses a hierarchy of configuration values from different locations.
4372 There are five ways in which each configuration option (configuration
4373 variable) can be set.
4374 In increasing order of precedence they are:
4376 <OL>
4377 <LI> the system-wide configuration file.
4379 <LI> the personal configuration file
4381 <LI> the personal exceptions file
4383 <LI> a command line argument
4385 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4386 </OL>
4388 The fixed configuration file is normally
4389 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4391 The system-wide configuration file is normally
4392 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4393 set for PC-Alpine.
4394 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4395 is used for the system-wide configuration.
4396 This location can be set or changed on the command line with the -P flag.
4397 The system-wide configuration file can be either a local file or a
4398 remote configuration folder.
4400 For Unix Alpine, the personal configuration file is normally the file
4401 <CODE>.pinerc</CODE> in the user's home directory.
4402 This can be changed with the -p command line flag.
4403 For PC-Alpine, the personal configuration file is in
4404 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4405 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4406 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4407 This can be changed with the -p command line flag.
4408 If -p is used, the configuration data may be in a local file or a remote config
4409 folder.
4411 For Unix Alpine, the personal exceptions configuration file is named
4412 <CODE>.pinercex</CODE> and is in the same directory as the personal
4413 configuration file, if that configuration file is not remote, and is in
4414 the home directory if the personal configuration file is remote.
4415 If the file exists, then exceptions are turned on.
4416 If it doesn't, then you are not using exceptions.
4417 Alternatively, you may change the location of the exceptions configuration
4418 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4419 Like the personal configuration data, exceptions_config may be
4420 either local or remote.
4422 For PC-Alpine, the personal exceptions configuration file is named
4423 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4424 configuration file unless the personal configuration file is remote.
4425 In that case, it is in the local directory specfied by the
4426 &quot;-aux local_directory&quot; command line argument.
4427 (In the case that the personal configuration is remote and there is no
4428 &quot;-aux&quot; command line argument, Alpine searches for
4429 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4430 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4431 If the file exists, then exceptions are turned on.
4432 If it doesn't, then you are not using exceptions.
4433 You may change the location of the exceptions configuration
4434 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4435 or with the
4436 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4437 option).
4439 To reiterate, the value of a configuration option is taken from the
4440 last location in the list above in which it is set.
4441 Or, thinking about it slightly differently, a default value for an option
4442 is established in the system-wide configuration file (or internally by Alpine
4443 if there is no value in the system-wide file).
4444 That default remains in effect until and unless it is overridden by a value in a
4445 location further down the list, in which case a new &quot;default&quot;
4446 value is established.
4447 As we continue down the list of locations we either retain the
4448 value at each step or establish a new value.
4449 The value that is still set after going through the whole list of
4450 configuration locations is the one that is used.
4452 So, for example, if an option is set in the system-wide configuration
4453 file and in the personal configuration file, but is not set in the
4454 exceptions, on the command line, or in the fixed file; then the value
4455 from the personal configuration file is the one that is used.
4456 Or, if it is set in the system-wide config, in the personal config, not
4457 in the exceptions, but is set on the command line; then the value
4458 on the command line is used.
4460 Finally we get to inheritance.
4461 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4462 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4463 the inheritance mechanism makes it possible to <EM>combine</EM>
4464 the values from different locations instead of <EM>replacing</EM> the value.
4465 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4466 for which you may already set whatever you want at
4467 any configuration location (by using the &quot;no-&quot; prefix if
4468 necessary).
4470 To use inheritance, set the first item in a configuration list to the
4471 token &quot;INHERIT&quot;, without the quotes.
4472 If the first item is &quot;INHERIT&quot;,
4473 then instead of replacing the default value established so far, the rest of
4474 the list is appended to the default value established so far and that is
4475 the new value.
4477 Here is an example which may make it clearer. Suppose we have:
4479 <PRE>
4480  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4481  Personal config    :   smtp-server = INHERIT, mysmtp.home
4482  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4483  Command line       :   smtp-server = &lt;No Value Set&gt;
4484  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4485 </PRE>
4488 This would result in an effective smtp-server option of
4490 <PRE>
4491  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4492 </PRE>
4494 The &quot;INHERIT&quot; token can be used in any of the configuration files
4495 and the effect cascades.
4496 For example, if we change the above example to:
4498 <PRE>
4499  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4500  Personal config    :   smtp-server = INHERIT, mysmtp.home
4501  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4502  Command line       :   smtp-server = &lt;No Value Set&gt;
4503  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4504 </PRE>
4507 This would result in:
4509 <PRE>
4510  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4511 </PRE>
4513 Unset variables are skipped over (the default value is carried forward) so
4514 that, for example:
4516 <PRE>
4517  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4518  Personal config    :   smtp-server = &lt;No Value Set&gt;
4519  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4520  Command line       :   smtp-server = &lt;No Value Set&gt;
4521  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4522 </PRE>
4525 produces:
4527 <PRE>
4528  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4529 </PRE>
4532 If any later configuration location has a value set (for a particular list
4533 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4534 then that value replaces whatever value has been defined up to that point.
4535 In other words, that cancels out any previous inheritance.
4537 <PRE>
4538  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4539  Personal config    :   smtp-server = INHERIT, mysmtp.org
4540  Exceptions config  :   smtp-server = yoursmtp.org
4541  Command line       :   smtp-server = &lt;No Value Set&gt;
4542  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4543 </PRE>
4546 results in:
4548 <PRE>
4549  smtp-server = yoursmtp.org
4550 </PRE>
4553 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4554 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4555 difficult to insert the value &quot;INHERIT&quot; into the list of values
4556 for the option using the normal Setup tools.
4557 In other words, the color setting screen (for example) does not
4558 provide a way to input the text &quot;INHERIT&quot; as the first
4559 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4560 The way to do this is to either edit the pinerc file directly and manually
4561 insert it, or turn
4562 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4563 feature and insert it using the Setup/Config screen.
4565 &lt;End of help on this topic&gt;
4566 </BODY>
4567 </HTML>
4568 ============== h_special_xon_xoff =============
4569 <HTML>
4570 <HEAD>
4571 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4572 </HEAD>
4573 <BODY>
4574 <H1>XOFF/XON Handling within Alpine</H1>
4576 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4577 and XON) as normal characters, even though Alpine does not use them.
4578 However, the printer, modem, or communication software you are using may
4579 be configured for &quot;software flow control,&quot; which means that
4580 XON/XOFF must be treated as special characters by the operating system.
4581 If you see messages such as &quot;^S not defined for this screen&quot;,
4582 then your system is probably using software flow control. In this case
4583 you will need to set the
4584 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4585 feature.
4587 If you <EM>do</EM> set this
4588 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4589 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4590 and see if that puts things right.  Printing via the
4591 &quot;attached-to-ansi&quot; or 
4592 &quot;attached-to-wyse&quot;
4593 option will automatically enable software
4594 flow-control handling for the duration of the printing.
4596 &lt;End of help on this topic&gt;
4597 </BODY>
4598 </HTML>
4599 ============= h_special_help_nav =============
4600 <HTML>
4601 <HEAD>
4602 <TITLE>Help Text Navigation Explained</TITLE>
4603 </HEAD>
4604 <BODY>
4605 <H1>Help Text Navigation Explained</H1>
4607 Alpine contains extensive context-sensitive help text.   At any point, 
4608 pressing the &quot;?&quot; key will bring up a page of help text
4609 explaining the options available to you.  You can leave the help
4610 text screen and return to normal Alpine operation by pressing
4612 <!--chtml if pinemode="function_key"-->
4613 F3 function
4614 <!--chtml else-->
4615 &quot;E&quot;
4616 <!--chtml endif-->
4617 key to Exit Help at any time.
4620 Within the help screen you might find a word or phrase displayed in 
4621 inverse text and others displayed in bold typeface.  Such words and
4622 phrases are used to tell you Alpine has more information available on
4623 the topic they describe.
4624 The inverted text is the &quot;selected&quot; topic.  
4625 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4626 displayed in bold type
4627 is &quot;selected&quot;.
4628 Hit the Return key to display the information Alpine has available on that
4629 topic.  While viewing such additional information, the 
4630 <!--chtml if pinemode="function_key"-->
4631 F3 function
4632 <!--chtml else-->
4633 &quot;P&quot;
4634 <!--chtml endif-->
4635 key will return you to the previous help screen, and the
4636 <!--chtml if pinemode="function_key"-->
4637 F2 function
4638 <!--chtml else-->
4639 &quot;E&quot;
4640 <!--chtml endif-->
4641 key will Exit the Help system altogether.
4644 The "N" command will tell you the internal name of the help text you are 
4645 reading each time, so that you can send this name in the text of a message 
4646 and create a direct link to that internal help using the x-pine-help URL 
4647 scheme. For example, the direct link to this item is 
4648 x-pine-help:h_special_help_nav. If you add this text to a message, then
4649 a person using Pine to read such message would have a direct link to this
4650 help text.
4653 When you are finished reading this help text, you can press the
4654 <!--chtml if pinemode="function_key"-->
4655 F3 function
4656 <!--chtml else-->
4657 &quot;P&quot;
4658 <!--chtml endif-->
4659 key to return to the previously displayed help text.
4662 &lt;End of help on this topic&gt;
4663 </BODY>
4664 </HTML>
4665 ============= h_special_list_commands =============
4666 <HTML>
4667 <HEAD>
4668 <TITLE>Email List Commands Explained</TITLE>
4669 </HEAD>
4670 <BODY>
4671 <H1>Email List Commands Explained</H1>
4673 Electonic mail lists provide a way for like-minded users to join in
4674 discussions on topics of interest.  The email list itself is 
4675 represented by a
4676 single address that participants send messages to when they have
4677 something of interest to share with other members of the list.  The
4678 receiving computer then, either automatically or after review by the
4679 list's owner (or moderator), sends a copy of that message to each
4680 member of the list.
4683 Usually, subscribing and unsubscribing is done by sending requests in
4684 an email message to a special address setup to handle managing list
4685 membership.  Often this is the name of the list followed by
4686 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4687 the address used to send messages to the list.
4690 Unfortunately, email list participation commands are more a matter
4691 of convention than standard, and thus may vary from list to list.
4692 Increasingly, list management software is adding information to
4693 the copy of the postings as they're copied to the list members that
4694 explains how to do the various list management functions.
4697 Alpine will recognize this information and offer the management commands
4698 they represent in a simple display. One or more of the following
4699 operations will be made available:
4701 <DL>
4702 <DT>Help</DT>
4703 <DD>
4704 A method to get help on subscribing, unsubscribing, 
4705 an explanation of what the list is about, or special instructions
4706 for participation.  This may be in the form of a reply in response
4707 to an email message, or instructions on how to connect to a Web site.
4708 </DD>
4710 <DT>Unsubscribe</DT>
4711 <DD>
4712 A method to get your email addressed removed from the list of
4713 recipients of the email list.
4714 </DD>
4716 <DT>Subscribe</DT>
4717 <DD>
4718 A method to get your email address added to the list of recipients
4719 of the email list.  It may be in the form of a message sent to 
4720 a special address or you may be connected to a web site.
4721 <DD>
4722 </DD>
4724 <DT>Post</DT>
4725 <DD>
4726 A method used to post to the email list.  However, it might also 
4727 indicate that no posting is allowed directly to the list.
4728 </DD>
4730 <DT>Owner</DT>
4731 <DD>
4732 A method to contact the list owner for special questions you might
4733 have regarding the list.
4734 </DD>
4736 <DT>Archive</DT>
4737 <DD>
4738 A method to view an archive of previous messages posted to the list.
4739 This may be in the form of a mail folder on a remote computer, an
4740 IMAP mailbox or even a Web site.
4741 </DD>
4742 </DL>
4745 &lt;End of help on this topic&gt;
4746 </BODY>
4747 </HTML>
4748 ============= h_quota_command =============
4749 <HTML>
4750 <HEAD>
4751 <TITLE>Quota Screen Explained</TITLE>
4752 </HEAD>
4753 <BODY>
4754 <H1>Quota Screen Explained</H1>
4756 <P> This screen summarizes the quota report for this mailbox in the
4757 IMAP server. For each resource that you have a quota, this reports summarizes
4758 its use and limit.
4760 <P> Your IMAP server administrator may have set a quota based either on 
4761 the total size of your mailbox (STORAGE), or the number of messages in 
4762 your mailbox (MESSAGES), or some other criteria. This will be reported
4763 to you indicating the type of quota, its total use and its limit.
4765 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4766 1024 bytes. Each of the characters that you see in this help text is one 
4767 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4768 by Alpine are normally less than 4 kibibytes in size (which includes 
4769 headers and text). Other email programs may send messages with bigger 
4770 sizes when they send messages, since they send plain text and an 
4771 alternative part in HTML.
4773 <P> A convenient way to save space for the STORAGE type of quota is by 
4774 deleting attachments. This is done on each individual message by pressing 
4775 the &quot;V&quot; command while reading the message text, then moving the cursor 
4776 to the position of the attachment that is to be deleted, then pressing
4777 &quot;D&quot; to delete such attachment, going back to reading the 
4778 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4779 save the message in the same folder you are reading from. The saved 
4780 message will not have the attachment that was marked deleted. Now you
4781 can delete and expunge the message with the unwanted attachment.
4784 &lt;End of help on this topic&gt;
4785 </BODY>
4786 </HTML>
4787 ============= h_mail_thread_index =============
4788 <HTML>
4789 <HEAD>
4790 <TITLE>THREAD INDEX COMMANDS</TITLE>
4791 </HEAD>
4792 <BODY>                 
4793 <H1>THREAD INDEX COMMANDS</H1>
4794 <!--chtml if pinemode="function_key"-->
4795 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>
4796 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4797 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>
4798 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>
4799 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>
4800 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>
4801 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>
4802 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>
4803 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>
4804 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>
4805 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>
4806 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>
4807 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>
4808 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>
4809 <BR>
4810 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4811 -----------------------------<BR>
4812 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>
4813 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>
4814 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>
4815 <BR>
4816 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4817 -----------------------------<BR>
4818 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
4819 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4820 <BR>
4821 <!--chtml else-->
4822 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>
4823 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4824 &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>
4825 &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>
4826 &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>
4827 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>
4828 &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>
4829 &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>
4830 &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>
4831 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>
4832 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4833 <BR>
4834 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4835 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4836 &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>
4837 &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>
4838 &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>
4839 &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>
4840 &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>
4841 &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>
4842 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4843 <!--chtml endif-->
4846 NOTE:
4847 <OL>
4848  <LI>For help on a particular command, highlight the bold text associated
4849 with it above and hit Return.
4850  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4851 </OL>
4853 <H2>Description of the THREAD INDEX Screen</H2>
4855 The THREAD INDEX displays summary information from each
4856 thread (conversation) in the current folder.
4857 This is useful if you want to quickly
4858 scan new threads, or find a particular thread without having to go
4859 through the text of each message, or to quickly get rid of junk
4860 threads, etc.
4861 The current thread is always highlighted.
4862 Each line of the THREAD INDEX contains the following columns: <P>
4863 <DL>
4864  <DT>STATUS:</DT>
4865  <DD> The markings on the left side of the thread tell you about its
4866 status.  You may see one or more of the following codes on any given
4867 thread:
4868 <UL>
4869   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4870   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4871   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4872   <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.
4873   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4874         message in the thread was sent to you as a cc:. This symbol will only show up if
4875         the feature
4876         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4877   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4878         &quot;select&quot; command.  (Some systems may optionally allow selected
4879         messages to be denoted by the index line being displayed in bold
4880         type instead.)
4881   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4882       to mark at least one message in this thread as &quot;important&quot;.
4883 </UL></DD><P>
4885  <DT>THREAD NUMBER:</DT>
4886  <DD>Threads in a folder are numbered, from one through the number
4887 of threads in the folder, to help you know where you are in the folder.
4888 </DD><P>
4890  <DT>DATE STARTED:</DT>
4891  <DD>The date the thread was started. This is actually from the Date header
4892 of the first message in the thread. It doesn't take different time zones
4893 into account.</DD><P>
4895  <DT>WHO STARTED THE THREAD:</DT>
4896  <DD>This is usually the name of the sender of the first message in the thread, taken from
4897 the From header of the message.
4898 If there is no personal name given in that
4899 address, then the email address is used instead.
4900 If the message is from you (or from one of your
4901 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4902 then the recipient's name is shown here instead, with the characters
4903 &quot;To: &quot; inserted before the name.
4904 (The idea of this is that if you started the thread you would rather see who
4905 the mail was sent to instead of that the mail was from you.)
4906 In Newsgroups, if you are
4907 the sender and there are no email recipients, the newsgroup name will be
4908 listed after the &quot;To: &quot;.
4909 </DD><P>
4911  <DT>SIZE:</DT>
4912  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4914  <DT>SUBJECT:</DT>
4915  <DD>As much of the thread's subject line as will fit on the screen.
4916 This is the subject of the first message in the thread.</DD>
4917 </DL>
4919 <P><UL>
4920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4921 </UL>
4923 &lt;End of help on this topic&gt;
4924 </BODY>
4925 </HTML>
4926 ============= h_mail_index =============
4927 <HTML>
4928 <HEAD>
4929 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4930 </HEAD>
4931 <BODY>                 
4932 <H1>MESSAGE INDEX COMMANDS</H1>
4933 <!--chtml if pinemode="function_key"-->
4934 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>
4935 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4936 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>
4937 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>
4938 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>
4939 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>
4940 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>
4941 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>
4942 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>
4943 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>
4944 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>
4945 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>
4946 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>
4947 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>
4948 <BR>
4949 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4950 -----------------------------<BR>
4951 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>
4952 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>
4953 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>
4954 <BR>
4955 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4956 -----------------------------<BR>
4957 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
4958 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>
4959 <BR>
4960 <!--chtml else-->
4961 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>
4962 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4963 &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>
4964 &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>
4965 &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>
4966 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>
4967 &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>
4968 &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>
4969 &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>
4970 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>
4971 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4972 Miscellaneous&nbsp;Operations<BR>
4973 ------------------------<BR>
4974 &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>
4975 &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>
4976 &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>
4977 &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>
4978 &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>
4979 &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>
4980 &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>
4981 &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>
4982 <!--chtml endif-->
4985 NOTE:
4986 <OL>
4987  <LI>For help on a particular command, highlight the bold text associated
4988 with it above and hit Return.
4989  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4990 </OL>
4992 <H2>Description of the MESSAGE INDEX Screen</H2>
4994 The MESSAGE INDEX displays summary information from each
4995 message in the current folder.
4996 This is useful if you want to quickly
4997 scan new messages, or find a particular message without having to go
4998 through the text of each message, or to quickly get rid of junk
4999 messages, etc.
5001 The current message is always highlighted
5002 and many commands operate on the current message.
5003 For example, the Delete command will delete the current message.
5004 If the folder is sorted by either Threads or OrderedSubject, then, depending
5005 on some of your configuration settings, a single line in the index may
5006 refer to an entire thread or to a subthread.
5007 If that is the case, then the commands that normally operate on the current
5008 message will operate on the thread or subthread instead.
5009 For example, the Delete command will delete the whole collapsed thread
5010 instead of just a single message.
5012 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5013 you can change this with the 
5014 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5015 in the SETUP CONFIGURATION screen): <P>
5016 <DL>
5017  <DT>STATUS:</DT>
5018  <DD> The markings on the left side of the message tell you about its
5019 status.  You may see one or more of the following codes on any given
5020 message:
5021 <UL>
5022   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5023          yet eXpunged the folder.
5024   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5025   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5026          to be answered.
5027   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5028          forward a message.
5029   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5030         directly to your account, your copy is not part of a cc: or a
5031         mailing list.
5032   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5033         message was sent to you as a cc:. This symbol will only show up if
5034         the feature
5035         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5036   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5037         &quot;select&quot; command.  (Some systems may optionally allow selected
5038         messages to be denoted by the index line being displayed in bold
5039         type.)
5040   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5041       to mark this message as &quot;important&quot;.
5042 </UL></DD><P>
5044  <DT>MESSAGE NUMBER:</DT>
5045  <DD>Messages in a folder are numbered, from one through the number
5046 of messages in the folder, to help you know where you are in the folder.
5047 These numbers are always in increasing order, even if you sort the folder
5048 in a different way.</DD><P>
5050  <DT>DATE SENT:</DT>
5051  <DD>The date the message was sent.  By default, messages are
5052 ordered by arrival time, not by date sent.  Most of the time, arrival time
5053 and date sent (effectively departure time) are similar.  Sometimes,
5054 however, the index will appear to be out of order because a message took a
5055 long time in delivery or because the sender is in a different time
5056 zone than you are. This date is just the date from the Date header
5057 field in the message.</DD><P>
5059  <DT>WHO SENT THE MESSAGE:</DT>
5060  <DD>This is usually the name of the sender of the message, taken from
5061 the From header of the message.
5062 If there is no personal name given in that
5063 address, then the email address is used instead.
5064 If the message is from you (or from one of your
5065 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5066 then the recipient's name is shown here instead, with the characters
5067 &quot;To: &quot; inserted before the name.
5068 (The idea of this is that if you sent the mail you would rather see who
5069 the mail was sent to instead of that the mail was from you.
5070 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5071 above.
5072 In particular, use the FROM token or the FROMORTONOTNEWS token
5073 in place of the FROMORTO token.)
5074 In Newsgroups, if you are
5075 the sender and there are no email recipients, the newsgroup name will be
5076 listed after the &quot;To: &quot;. </DD><P>
5078  <DT>SIZE:</DT>
5079  <DD>The number in parentheses is the number of characters in the message.
5080 It may have a suffix of K, M, or G which means the number should be
5081 multiplied by one thousand, one million, or one billion to get the
5082 size of the message.</DD><P>
5084  <DT>SUBJECT:</DT>
5085  <DD>As much of the message's subject line as will fit on the screen.</DD>
5086 </DL>
5088 <P><UL>
5089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5090 </UL>
5092 &lt;End of help on this topic&gt;
5093 </BODY>
5094 </HTML>
5095 ============= h_mail_view ========================
5096 <HTML>
5097 <HEAD>
5098 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5099 </HEAD>
5100 <BODY>
5101 <H1>MESSAGE TEXT SCREEN</H1>
5102 <!--chtml if pinemode="function_key"-->
5103 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>
5104 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5105 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>
5106 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>
5107 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>
5108 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>
5109 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>
5110 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>
5111 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>
5112 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>
5113 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>
5114 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>
5115 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>
5116 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>
5117 <BR>
5118 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5119 ------------------------------<BR>
5120 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5121 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5122 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5123 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5124 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5125 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5126 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5127 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5128 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5129 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5130 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5131 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5132 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5133 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5134 <!--chtml else-->
5135 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5136 ---------------------------------<BR>
5137 <BR>
5138 &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>
5139 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>
5140 &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>
5141 &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>
5142 &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>
5143 &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>
5144 &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>
5145 &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>
5146 &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>
5147 <BR>
5148 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5149 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5150 &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>
5151 &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>
5152 &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>
5153 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>
5154 <BR>
5155 General&nbsp;Alpine&nbsp;Commands<BR>
5156 ---------------------<BR>
5157 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5158 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5159 &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>
5160 &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>
5161 &nbsp;&nbsp;&nbsp;&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>
5162 <!--chtml endif-->
5165 NOTE:
5166 <OL>
5167  <LI>For help on a particular command, highlight the bold text associated
5168 with it above and hit Return.
5169  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5170 </OL>
5172 <H2>Description of the MESSAGE TEXT Screen</H2>
5174 The top line of the view message screen displays status
5175 information about the currently open collection and folder and about the
5176 current message.  It shows the name of the collection in angle brackets
5177 and then the name of the folder.  The line also displays the number
5178 of messages in the folder, the number of the current message and the
5179 percentage of the current message that has been displayed on the screen.
5180 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5181 right corner.
5182 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5183 in the corner.
5186 NOTE: to rapidly move to the end of a message, hit the
5187 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5188 (or Ctrl-W) key followed
5189 by Ctrl-V.  Similarly,
5190 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5191 followed by Ctrl-Y will take you to the beginning of
5192 a message.
5194 <H2>Explanation of Alternate Character Sets</H2>
5196 Alpine attempts to stay out of the way so that it won't prevent you from
5197 viewing mail in any character set.  It will simply send the message to
5198 your display device.  If the device is capable of displaying the
5199 message as it was written it will do so.  If not, the display may be
5200 partially or totally incorrect.
5201 If the message contains characters that are not representable in your 
5202 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5203 variable in your configuration, then a warning message will be printed
5204 to your screen at the beginning of the message display.
5205 It is probably best to use UNIX Alpine in a terminal emulator
5206 capable of displaying UTF-8 characters.
5207 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5208 more information about character set settings.
5210 <P><UL>
5211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5212 </UL>
5214 &lt;End of help on this topic&gt;
5215 </BODY>
5216 </HTML>
5217 ======= h_index_cmd_select =======
5218 <HTML>
5219 <HEAD>
5220 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5221 </HEAD>
5222 <BODY>
5223 <H1>Selecting: Select and WhereIs/Select</H1>
5225 Aggregate operations give you the ability to process a group of messages
5226 at once.  Acting on multiple messages requires two steps: (1) selecting a
5227 set of messages and then; (2) applying a command to that set. The first
5228 part is handled by the select command.  Select allows you to
5229 select messages based on their status (read, answered, etc.), contents,
5230 date, size, or keywords.
5231 You may also select based on one of your Rules or based on threads,
5232 and there are quick options to select a specific message or range of messages,
5233 to select the current message, or to select all messages.
5236 We describe the various selection criteria briefly:
5239 <DL>
5240 <DT>select All</DT>
5241 <DD> Marks all the messages in the folder as selected.
5242 </DD>
5244 <DT>select Cur</DT>
5245 <DD> Selects the currently highlighted message or currently highlighted
5246 set of messages if in a threaded view.
5247 </DD>
5249 <DT>select by Number</DT>
5250 <DD> Select by message number. This may be a comma-separated list instead or
5251 a single entry.
5252 Each element in the list may be either a single message number or a range
5253 of numbers with a dash between the lowest and highest member of the range.
5254 Some examples are 7 to select only message number 7; 2-5 to select messages
5255 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5256 The word &quot;end&quot; may be used as a substitute for the highest numbered
5257 message in the folder.
5258 If in a separate thread index where the numbers refer to threads instead of
5259 to messages, then you will be selecting all of the messages in the
5260 referenced threads instead of selecting by message number.
5261 </DD>
5263 <DT>select by Date</DT>
5264 <DD> Select by either the date stored in the Date headers of each message,
5265 or by the date when the messages arrived.
5266 This does not adjust for different time zones, but just checks to see what
5267 day the message was sent on.
5268 You may type in a date. If you do, the date should be in the form
5269 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5270 For example,
5271 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5273 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5274 If the date you want is close to the current date, it is probably
5275 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5276 is displayed, instead of typing in the date yourself.
5277 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5278 the date of the currently highlighted message. 
5280 There are six possible settings that are selected using the
5281 &quot;^W&nbsp;Toggle When&quot; command.
5282 Three of them select messages based on the Date headers.
5283 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5284 and &quot;SENT ON&quot;.
5285 SINCE is all messages with the selected date or later.
5286 BEFORE is all messages earlier than the selected date (not including the day
5287 itself).
5288 ON is all messages sent on the selected date.
5289 The other three select messages in the same way but they use the arrival
5290 times of the messages instead of the Date headers included in the messages.
5291 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5292 and &quot;ARRIVED ON&quot;.
5293 When you save a message from one folder to another the arrival time is
5294 preserved.
5295 </DD>
5297 <DT>select by Text</DT>
5298 <DD> Selects messages based on the message contents.
5299 This allows you to select a set of messages based on whether or not the
5300 message headers or message body contain specified text.
5301 You may look for text in the Subject, the From header,
5302 the To header, or the Cc header.
5303 You may also choose Recipient, which searches for the text in
5304 either the To or the Cc header;
5305 or Participant, which means To or Cc or From.
5306 Besides those specific header searches, you may also search the entire
5307 header and text of the message with &quot;All Text&quot;, or just the
5308 body of the message.
5310 To search for the absence of text, first type the &quot;! Not&quot; command
5311 before typing the specific type of text search.
5312 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5313 search for all messages that do not contain a particular word in their
5314 Subjects.
5316 If you choose a Subject search, you may use the subject from the current
5317 message by typing the &quot;^X Cur Subject&quot; command.
5318 You may then edit it further if you wish.
5319 For example, you might select the subject of a reply and edit the
5320 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5321 the original message being replied to.
5322 All of the other header searches allow you to use addresses from the
5323 headers of the current message if you want to.
5324 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5325 &quot;^W Cur Cc&quot;.
5326 In each case, if there is more than one address, only the first is offered.
5327 </DD>
5329 <DT>select by Status</DT>
5330 <DD> Selects messages based on their status.
5331 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5332 messages.
5333 Or, if you first type the &quot;! Not&quot; command, you get not New,
5334 or not Important, and so on.
5335 If you select Deleted messages, you will get all messages with their
5336 Deleted flag set.
5337 Likewise for Important messages, all messages that you have flagged as
5338 being Important with the
5339 <A HREF="h_common_flag">Flag</A> command.
5340 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5341 because they try to match what you see on the screen by default.
5342 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5343 and Unanswered.
5344 If you have looked at the message, or deleted it, or answered it; then it
5345 is not considered &quot;New &quot;.
5346 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5348 &quot;Answered&quot; is another one that is a little different.
5349 It means that the message has been Answered <EM>and</EM> is not deleted.
5350 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5351 the opposite of &quot;Answered&quot;!
5352 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5353 both Unanswered <EM>and</EM> not deleted.
5355 The other two types were added later because the special nature of the
5356 New flag was not what was wanted by all users.
5357 New does match what you see in the index by default, but if you use
5358 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5359 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5360 be exactly what you want.
5361 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5362 they are deleted or answered, and
5363 &quot;Recent&quot; selects all of the messages that have been added to
5364 the folder since you started this Alpine session.
5365 (That's not technically quite true. If there are multiple mail clients
5366 reading an IMAP mailbox, each message will be marked as Recent in only
5367 one of the client's sessions.)
5368 </DD>
5370 <DT>select by siZe</DT>
5371 <DD> Selects messages based on their size being smaller than or larger
5372 than the size you specify.
5373 The size is the number of bytes.
5374 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5375 the number.
5376 For example, 7K is the same as 7000.
5377 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5378 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5379 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5380 and Larger.
5381 </DD>
5383 <DT>select by Keyword</DT>
5384 <DD> Selects messages that either have or do not have
5385 (using the &quot;!&nbsp;Not&quot; command)
5386 a particular <A HREF="h_config_keywords">Keyword</A> set.
5387 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5388 command to select one from your list of keywords.
5390 <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.
5391 </DD>
5393 <DT>select by Rule</DT>
5394 <DD> Selects messages that either match or don't match
5395 (using the &quot;!&nbsp;Not&quot; command)
5396 one of the Rules you have defined.
5397 The most likely method of filling in the Rule is to use the
5398 &quot;^T&nbsp;To&nbsp;List&quot;
5399 command to select one of your Rules.
5400 All of the Rules you have defined will be in the list, including
5401 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5402 They may not all make sense for this purpose, but they are all there for
5403 flexibility.
5404 You might find it useful to define some rules solely for the purpose
5405 of being used by the Select command.
5406 There is a special category for such Rules. They are called Search Rules.
5408 Unfortunately, Alpine does not allow all possible Rules to be defined.
5409 For example, there is no logical OR operation.
5410 OR is accomplished in the Filter Rules or the other types of Rules by
5411 simply defining two rules, one that matches the first part of the OR
5412 and another that matches the second part.
5413 But you can't do that here, since you only have a single Rule to work with.
5414 Likewise, the order of Rules is usually important.
5415 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5416 a message, then that stops the search for a further match.
5417 This means that you may be confused if you try to use Select by Rule to
5418 check your Filter rules because the order is important when filtering but
5419 is not considered here.
5420 </DD>
5422 <DT>select by tHread</DT>
5423 <DD> Selects all of the messages in the current thread.
5424 </DD>
5425 </DL>
5427 After you have an initial selection, the next and subsequent selection
5428 commands modify the selection.
5429 The select command changes. It first gives
5430 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5431 &quot;unselect Current&quot;,
5432 &quot;Broaden selection&quot; (implements a logical OR), and
5433 &quot;Narrow selection&quot; (implements a logical AND).
5434 After you choose either Broaden or Narrow, you then choose one of the
5435 selection criteria listed above (by Text or Number or ...).
5436 You may use select as many times as you wish to get the selected set right.
5439 The WhereIs command has a feature (Ctrl-X) to
5440 select all the messages that match the WhereIs search. WhereIs searches
5441 through just the text that appears on the MESSAGE INDEX screen.
5442 This method is often slower than using the select command itself, unless the
5443 line you are looking for is not too far away in the index.
5446 The availability of the aggregate operations commands is determined by the
5447 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5448 Feature-List option in your Alpine
5449 configuration, which defaults to set.
5450 The features
5451 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5453 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5454 affect the behavior of the Select command.
5457 &lt;End of help on this topic&gt;
5458 </BODY>
5459 </HTML>
5460 ======= h_select_rule =======
5461 <HTML>
5462 <HEAD>
5463 <TITLE>Select: Rule</TITLE>
5464 </HEAD>
5465 <BODY>
5466 <H1>Select: Rule</H1>
5468 You are selecting messages that either match or don't match
5469 one of the Rules you have defined.
5470 You may either type the nickname of the Rule at the prompt, or use the
5471 &quot;^T&nbsp;To&nbsp;List&quot;
5472 command to select one of your Rules.
5473 All of the Rules you have defined will be in the list, including
5474 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5475 They may not all make sense for this purpose, but they are all there for
5476 flexibility.
5477 Rules may be added by using the Setup/Rules screen off of the main Alpine
5478 menu.
5480 Unfortunately, Alpine does not allow all possible Rules to be defined.
5481 For example, there is no logical OR operation.
5482 OR is accomplished in the Filter Rules or the other types of Rules by
5483 simply defining two rules, one that matches the first part of the OR
5484 and another that matches the second part.
5485 But you can't do that here, since you only have a single Rule to work with.
5486 Likewise, the order of Rules is usually important.
5487 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5488 a message, then that stops the search for a further match.
5489 This means that you may be confused if you try to use Select by Rule to
5490 check your Filter rules because the order is important when filtering but
5491 is not considered here.
5494 &lt;End of help on this topic&gt;
5495 </BODY>
5496 </HTML>
5497 ======= h_select_text =======
5498 <HTML>
5499 <HEAD>
5500 <TITLE>Select: Text</TITLE>
5501 </HEAD>
5502 <BODY>
5503 <H1>Select: Text</H1>
5505 You are selecting messages based on the contents of the message.
5506 This allows you to select a set of messages based on whether or not the
5507 message headers or message body contain specified text.
5508 You may look for text in the Subject, the From header,
5509 the To header, or the Cc header.
5510 You may also choose Recipient, which searches for the text in
5511 either the To or the Cc header;
5512 or Participant, which means either the To header, or the Cc header,
5513 or the From header.
5514 Besides those specific header searches, you may also search the entire
5515 header and text of the message with &quot;All Text&quot;, or just the
5516 body of the message with &quot;Body&quot;.
5518 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5519 before typing the specific type of text search.
5520 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5521 search for all messages that do not contain a particular word in their
5522 Subjects.
5524 If you choose a Subject search, you may use the subject from the current
5525 message by typing the &quot;^X Cur Subject&quot; command.
5526 You may then edit it further if you wish.
5527 For example, you might select the subject of a reply and edit the
5528 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5529 the original message being replied to.
5530 All of the other header searches allow you to use addresses from the
5531 headers of the current message if you want to.
5532 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5533 &quot;^W Cur Cc&quot;.
5534 In each case, if there is more than one address, only the first is offered.
5537 &lt;End of help on this topic&gt;
5538 </BODY>
5539 </HTML>
5540 ======= h_select_status =======
5541 <HTML>
5542 <HEAD>
5543 <TITLE>Select: Status</TITLE>
5544 </HEAD>
5545 <BODY>
5546 <H1>Select: Status</H1>
5548 You are selecting messages based on the status of the message.
5549 For example, whether or not the message has been marked Deleted or Important,
5550 or whether or not it has been Answered or is New.
5551 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5552 opposite: not Deleted, not Important, and so on.
5554 If you select Deleted messages, you will get all messages with their
5555 Deleted flag set.
5556 Likewise for Important messages, all messages that you have flagged as
5557 being Important with the
5558 <A HREF="h_common_flag">Flag</A> command.
5559 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5560 because they try to match what you see on the screen by default.
5561 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5562 and Unanswered.
5563 If you have looked at the message, or deleted it, or answered it; then it
5564 is not considered &quot;New &quot;.
5565 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5567 &quot;Answered&quot; is another one that is a little different.
5568 It means that the message has been Answered <EM>and</EM> is not deleted.
5569 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5570 the opposite of &quot;Answered&quot;!
5571 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5572 both Unanswered <EM>and</EM> not deleted.
5574 (The New and Answered options may seem counter-intuitive.
5575 The reason it is done this way is
5576 because, by default, a Deleted message will show up with the &quot;D&quot;
5577 symbol in the MAIL INDEX screen even if it is New or Answered.
5578 The Delete symbol overrides the New and Answered symbols, because you
5579 usually don't care about the message anymore once you've deleted it.
5580 Similarly, you usually only care about whether a message is Answered or
5581 not if it is not Deleted.
5582 Once it is Deleted you've put it out of your mind.)
5584 The other two options were added later because the special nature of the
5585 New flag was not what was wanted by all users.
5586 New does match what you see in the index by default, but if you use
5587 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5588 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5589 be exactly what you expect.
5590 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5591 they are deleted or answered, and
5592 &quot;Recent&quot; selects all of the messages that have been added to
5593 the folder since you started this Alpine session.
5594 (That's not technically quite true. If there are multiple mail clients
5595 reading an IMAP mailbox, each message will be marked as Recent in only
5596 one of the client's sessions.
5597 That behavior can be convenienent for some purposes, like filtering, but
5598 it isn't usually what you expect when selecting.)
5601 &lt;End of help on this topic&gt;
5602 </BODY>
5603 </HTML>
5604 ======= h_index_cmd_apply =======
5605 <HTML>
5606 <HEAD>
5607 <TITLE>Apply Command</TITLE>
5608 </HEAD>
5609 <BODY>
5610 <H1>Apply Command</H1>
5612 Apply
5613 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5614 is the second step of most aggregate operations.  Apply
5615 becomes active any time there is a defined set of selected messages.  The
5616 following commands can be applied to a selected message set: delete,
5617 undelete, reply, forward,
5618 <!--chtml if pinemode="os_windows"-->
5619 <!--chtml else--> 
5620 pipe,
5621 <!--chtml endif-->
5622 print, take address, save, export, bounce, and flag.
5625 The behavior of some of these commands in an aggregate sense is not easy to
5626 explain.  Try them out to see what they do.
5627 The feature
5628 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5629 affects the behavior of the Apply command, as does the feature
5630 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5633 &lt;End of help on this topic&gt;
5634 </BODY>
5635 </HTML>
5636 ======= h_index_cmd_zoom =======
5637 <HTML>
5638 <HEAD>
5639 <TITLE>ZoomMode Command</TITLE>
5640 </HEAD>
5641 <BODY>
5642 <H1>ZoomMode Command</H1>
5644 Another action you might want to take on a set of selected messages is to
5645 zoom in on them.  Like apply, zoom only becomes active when messages have
5646 been selected.
5647 ZoomMode
5648 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5649 is a toggle command that allows you to
5650 zoom-in (and only see the selected messages) and zoom-out (to see all
5651 messages in the folder).  Neither apply nor zoom removes the markings that
5652 define the selected set; you need to use a select command in order
5653 to do that.
5656 &lt;End of help on this topic&gt;
5657 </BODY>
5658 </HTML>
5659 ======= h_index_collapse_expand =======
5660 <HTML>
5661 <HEAD>
5662 <TITLE>Collapse/Expand Command</TITLE>
5663 </HEAD>
5664 <BODY>
5665 <H1>Collapse/Expand Command</H1>
5667 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5668 the folder is sorted by either Threads or OrderedSubject, and the
5669 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5670 is set to something other than &quot;none&quot;.
5671 By default, this command collapses or expands the subthread that starts at
5672 the currently highlighted message, if any.
5673 If the subthread is already collapsed, then this command expands it.
5674 If the subthread is expanded, then this command collapses it.
5675 If there are no more messages below the current message in the
5676 thread tree (that is, there are no replies to the current message) then
5677 this command does nothing.
5680 The behavior of this command is affected by the option
5681 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5682 Normally, this command Collapses or Expands the subthread that
5683 starts at the currently highlighted message.
5684 If the above option is set, then this command Collapses or Expands the
5685 entire current thread instead of just the subthread.
5686 The current thread is simply the top-level thread that contains the
5687 current message.
5690 &lt;End of help on this topic&gt;
5691 </BODY>
5692 </HTML>
5693 ======= h_index_cmd_sort =======
5694 <HTML>
5695 <HEAD>
5696 <TITLE>Sort Command</TITLE>
5697 </HEAD>
5698 <BODY>
5699 <H1>Sort Command</H1>
5701 In Alpine's generic configuration, messages are presented in the order in
5702 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5703 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5704 You can also re-sort the folder on demand with the sort
5705 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5706 command.
5707 Your sorting options are:
5709 <UL>
5710  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5711  <LI> <A HREF="h_index_sort_date">D</A>ate
5712  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5713  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5714  <LI> t<A HREF="h_index_sort_thread">H</A>read
5715  <LI> <A HREF="h_index_sort_from">F</A>rom
5716  <LI> si<A HREF="h_index_sort_size">Z</A>e
5717  <LI> scor<A HREF="h_index_sort_score">E</A>,
5718  <LI> <A HREF="h_index_sort_to">T</A>o
5719  <LI> <A HREF="h_index_sort_cc">C</A>c
5720 </UL>
5723 The Reverse option will toggle the order the index is currently
5724 sorted by, but will not change the relative sort order.
5727 Sorting a folder does not actually rearrange the way the folder is saved,
5728 it just re-arranges how the messages are presented to you.  This means
5729 that Alpine has to do the work of sorting every time you change sort order.
5730 Sometimes, especially with PC-Alpine or with large folders, this could take
5731 a while.
5734 &lt;End of help on this topic&gt;
5735 </BODY>
5736 </HTML>
5737 ======= h_index_sort_default =======
5738 <HTML>
5739 <HEAD>
5740 <TITLE>SORT OPTION: Default</TITLE>
5741 </HEAD>
5742 <BODY>
5743 <H1>SORT OPTION: Default</H1>
5745 The <EM>Default</EM> sort option just means to use the default sort order
5746 set in the
5747 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5748 option in Setup/Config.
5751 &lt;End of help on this topic&gt;
5752 </BODY>
5753 </HTML>
5754 ======= h_index_sort_arrival =======
5755 <HTML>
5756 <HEAD>
5757 <TITLE>SORT OPTION: Arrival</TITLE>
5758 </HEAD>
5759 <BODY>
5760 <H1>SORT OPTION: Arrival</H1>
5762 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5763 in the order that they exist in the folder.  This is usually the same as the
5764 order in which they arrived.  This option is comparable to not sorting
5765 the messages at all.
5768 &lt;End of help on this topic&gt;
5769 </BODY>
5770 </HTML>
5771 ======= h_index_sort_date =======
5772 <HTML>
5773 <HEAD>
5774 <TITLE>SORT OPTION: Date</TITLE>
5775 </HEAD>
5776 <BODY>
5777 <H1>SORT OPTION: Date</H1>
5779 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5780 according to the date and time they were
5781 sent.
5784 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5785 identical to sorting by &quot;Arrival&quot;.
5788 &lt;End of help on this topic&gt;
5789 </BODY>
5790 </HTML>
5791 ======= h_index_sort_subj =======
5792 <HTML>
5793 <HEAD>
5794 <TITLE>SORT OPTION: Subject</TITLE>
5795 </HEAD>
5796 <BODY>
5797 <H1>SORT OPTION: Subject</H1>
5799 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5800 by subject. 
5803 Messages with the same subject are
5804 first grouped together, and then the groups of like-subject messages
5805 are arranged alphabetically.
5808 Alpine ignores leading &quot;Re:&quot; and
5809 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5810 likeness and alphabetical order of subject lines.
5813 &lt;End of help on this topic&gt;
5814 </BODY>
5815 </HTML>
5816 ======= h_index_sort_ordsubj =======
5817 <HTML>
5818 <HEAD>
5819 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5820 </HEAD>
5821 <BODY>
5822 <H1>SORT OPTION: OrderedSubject</H1>
5824 The <EM>OrderedSubject</EM> sort option arranges messages in the
5825 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5826 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5829 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5830 messages by the date of the oldest message in the group.
5833 This sort method provides for pseudo threading of conversations within
5834 a folder.
5835 You may want to try sorting by Thread instead.
5838 &lt;End of help on this topic&gt;
5839 </BODY>
5840 </HTML>
5841 ======= h_index_sort_thread =======
5842 <HTML>
5843 <HEAD>
5844 <TITLE>SORT OPTION: Thread</TITLE>
5845 </HEAD>
5846 <BODY>
5847 <H1>SORT OPTION: Thread</H1>
5849 The <EM>Thread</EM> sort option arranges messages in the
5850 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5851 they are part of a conversation (discussion thread) taking
5852 place within a mailbox or newsgroup.  This indication is
5853 based on information in the message's header -- specifically
5854 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5857 &lt;End of help on this topic&gt;
5858 </BODY>
5859 </HTML>
5860 ======= h_index_sort_from =======
5861 <HTML>
5862 <HEAD>
5863 <TITLE>SORT OPTION: From</TITLE>
5864 </HEAD>
5865 <BODY>
5866 <H1>SORT OPTION: From</H1>
5868 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5869 by the name of the author of the message.
5872 Messages with the same author are grouped together. Groups of
5873 messages are then put into alphabetical order according to message
5874 author.
5877 &lt;End of help on this topic&gt;
5878 </BODY>
5879 </HTML>
5880 ======= h_index_sort_size =======
5881 <HTML>
5882 <HEAD>
5883 <TITLE>SORT OPTION: Size</TITLE>
5884 </HEAD>
5885 <BODY>
5886 <H1>SORT OPTION: Size</H1>
5888 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5889 by their relative sizes.
5892 &lt;End of help on this topic&gt;
5893 </BODY>
5894 </HTML>
5895 ======= h_index_sort_score =======
5896 <HTML>
5897 <HEAD>
5898 <TITLE>SORT OPTION: Score</TITLE>
5899 </HEAD>
5900 <BODY>
5901 <H1>SORT OPTION: Score</H1>
5903 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5904 by their scores.
5907 Messages with the same score are sorted in arrival order.
5908 Scores are something you create using the
5909 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5912 &lt;End of help on this topic&gt;
5913 </BODY>
5914 </HTML>
5915 ======= h_index_sort_to =======
5916 <HTML>
5917 <HEAD>
5918 <TITLE>SORT OPTION: To</TITLE>
5919 </HEAD>
5920 <BODY>
5921 <H1>SORT OPTION: To</H1>
5923 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5924 by the names of the recipients of the message.
5927 Messages with the same recipients are grouped together. Groups of
5928 messages are then put into alphabetical order according to message
5929 recipients.
5932 &lt;End of help on this topic&gt;
5933 </BODY>
5934 </HTML>
5935 ======= h_index_sort_cc =======
5936 <HTML>
5937 <HEAD>
5938 <TITLE>SORT OPTION: Cc</TITLE>
5939 </HEAD>
5940 <BODY>
5941 <H1>SORT OPTION: Cc</H1>
5943 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5944 the names of the carbon copy addresses of the message.
5947 &lt;End of help on this topic&gt;
5948 </BODY>
5949 </HTML>
5950 ======= h_index_cmd_whereis =======
5951 <HTML>
5952 <HEAD>
5953 <TITLE>WhereIs Command</TITLE>
5954 </HEAD>
5955 <BODY>
5956 <H1>WhereIs Command</H1>
5958 The WhereIs
5959 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5960 command lets you search the MESSAGE INDEX for a word.
5961 It scans through whatever you see, usually the name of the author
5962 and the Subject line.
5963 WhereIs has special subcommands to let you find the beginning of the
5964 index (Ctrl-Y -- first message)
5965 or the end of the index (Ctrl-V -- last message).
5967 Note that WhereIs only searches through the visible text on the screen.
5968 For example, if only part of the Subject of a message is shown because it
5969 is long, then only the visible portion of the Subject is searched.
5970 Also note that WhereIs does not &quot;see&quot; the 
5971 &quot;X&quot; in column one of Index entries for selected messages
5972 so it can't be used to search for
5973 selected messages (use &quot;Zoom&quot; instead).
5975 If the feature
5976 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5977 is turned on,
5978 WhereIs can also be used as a quick way to select messages that match the
5979 string being searched for.
5980 Instead of typing carriage return to search for the next match, type
5981 Ctrl-X to select all matches.
5982 Once again, this only selects matches that are (or would be if the right
5983 index line was on the screen) visible.
5984 Truncated From lines or Subjects will cause matches to be missed.
5985 Although WhereIs is sometimes convenient for quick matching, the Select
5986 command is usually more powerful and usually faster.
5989 &lt;End of help on this topic&gt;
5990 </BODY>
5991 </HTML>
5992 ======= h_view_cmd_whereis =======
5993 <HTML>
5994 <HEAD>
5995 <TITLE>WhereIs Command</TITLE>
5996 </HEAD>
5997 <BODY>
5998 <H1>WhereIs Command</H1>
6000 The WhereIs
6001 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6002 command does a &quot;find in current message&quot; operation.  You
6003 type in text and Alpine will try to find it in the message you are
6004 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6005 or end (Ctrl-V) of the message.
6006 That is, to rapidly move to the end of a message, hit the 
6007 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6008 (or Ctrl-W) key followed
6009 by Ctrl-V.  Similarly,
6010 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6011 followed by Ctrl-Y will take you to the beginning of a message.
6014 &lt;End of help on this topic&gt;
6015 </BODY>
6016 </HTML>
6017 ======= h_view_cmd_hilite =======
6018 <HTML>
6019 <HEAD>
6020 <TITLE>View Hilite and Next item/Previous item</TITLE>
6021 </HEAD>
6022 <BODY>
6023 <H1>View Hilite and Next item/Previous item</H1>
6025 Sometimes messages may be in the form of formatted HTML text
6026 or they may contain URLs or Web server hostnames.
6027 When any of the features
6028 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6029 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6030 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6032 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6033 are enabled, Alpine will represent such selectable items in the text
6034 in bold typeface.  One of the selectable items will be displayed in
6035 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6036 Press the Return key to view the currently selected item.
6039 The Up and Down Arrows keys can be used to change the selected item
6040 (also see the feature
6041 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6042 If there are no selectable items in the direction of the arrow you
6043 pressed, Alpine will scroll the display in that direction until one
6044 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6045 items in the message text, use the Previous and Next item commands,
6046 <!--chtml if pinemode="function_key"-->F5 and F6
6047 <!--chtml else-->^B and ^F<!--chtml endif-->.
6050 &lt;End of help on this topic&gt;
6051 </BODY>
6052 </HTML>
6053 ======= h_view_cmd_viewattch =======
6054 <HTML>
6055 <HEAD>
6056 <TITLE>ViewAttch Command</TITLE>
6057 </HEAD>
6058 <BODY>
6059 <H1>ViewAttch Command</H1>
6062 The View/Save Attachment
6063 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6064 command allows you to handle MIME attachments to a message you have
6065 received.  Alpine shows you a list of the message attachments -- you just
6066 choose the attachment you want.  You may either view or save the
6067 selected attachment.
6070 Because many attachments require external programs for display, there
6071 is some system configuration that has to happen before you can
6072 actually display attachments.  Hopefully much of that will have been
6073 done already by your system administrator.  MIME configuration is
6074 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6075 on configuration in the
6076 <A HREF="h_news">release notes</A> for more information.)
6079 &lt;End of help on this topic&gt;
6080 </BODY>
6081 </HTML>
6082 ======= h_index_cmd_expunge =======
6083 <HTML>
6084 <HEAD>
6085 <TITLE>Expunge/Exclude Command</TITLE>
6086 </HEAD>
6087 <BODY>
6088 <H1>Expunge/Exclude Command</H1>
6090 Expunge/Exclude
6091 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6092 is the command Alpine uses to actually remove all messages
6093 marked for deletion.  With regular email files, expunge literally deletes
6094 the text from the current folder.  With newsgroups or shared mailboxes,
6095 you don't have permission to actually remove the message, so it is an
6096 exclude -- Alpine removes the message from your view of the folder even
6097 though it is not technically gone.
6099 <P> A selective expunge command is available in IMAP folders that support 
6100 the UID EXPUNGE extension in <A 
6101 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6102 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6103 as a subcommand of the apply command. If some selected messages are marked 
6104 deleted, then the apply command will offer the eXpunge command, which when 
6105 executed will only expunge those messages that are selected and deleted.
6107 <P> 
6108 Observe that the expunge command (when not used from the apply command) 
6109 will expunge/exclude all deleted messages from the folder, and so all 
6110 messages marked deleted will be expunged, regardless of if they are 
6111 selected or not. In other words, there is no protection against 
6112 potentially expunging more messages than only those that have been 
6113 selected and deleted.
6116 The configuration features
6117 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6119 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6120 affect the behavior of the Expunge command.
6123 &lt;End of help on this topic&gt;
6124 </BODY>
6125 </HTML>
6126 ======= h_common_compose =======
6127 <HTML>
6128 <HEAD>
6129 <TITLE>Compose Command</TITLE>
6130 </HEAD>
6131 <BODY>
6132 <H1>Compose Command</H1>
6134 The Compose command takes you into the Alpine message composer where you
6135 can start a new message for sending.  This is where you type in the
6136 message's text and specify its recipient list (the &quot;To:&quot;
6137 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6138 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6139 be attached to the message.
6142 When you type this command, Alpine will also automatically check for any
6143 interrupted (i.e., a message that was being composed when your modem
6144 or network connection was broken) or previously postponed messages and
6145 offer you a chance to continue working on those.
6148 <UL>   
6149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6150 </UL><P>
6151 &lt;End of help on this topic&gt;
6152 </BODY>
6153 </HTML>
6154 ======= h_common_index =======
6155 <HTML>
6156 <HEAD>
6157 <TITLE>Message Index Command</TITLE>
6158 </HEAD>
6159 <BODY>
6160 <H1>Message Index Command</H1>
6162 The Index command takes you to the MESSAGE INDEX screen that displays a
6163 summary caption for each message in the currently-open folder. One
6164 message will be highlighted; this is the &quot;Current&quot; message.
6165 The message commands available from this screen (e.g. View, Reply,
6166 Forward, Delete, Print, Save, etc) apply to the current message.
6169 &lt;End of help on this topic&gt;
6170 </BODY>
6171 </HTML>
6172 ======= h_common_folders =======
6173 <HTML>
6174 <HEAD>
6175 <TITLE>Folder List Command</TITLE>
6176 </HEAD>
6177 <BODY>
6178 <H1>Folder List Command</H1>
6180 This Folder List command takes you to the FOLDER LIST screen that displays
6181 the names of all your message folders and allows you to view, rename,
6182 delete, and add folders.  You can open (view) a different folder than the
6183 one currently open by highlighting the desired one (using the arrow keys
6184 or their control-key equivalents) and pressing RETURN.
6187 If you have multiple folder collections defined (see the Help text for
6188 the FOLDER LIST screen to learn more about Collections), you may need
6189 to press Return to expand the collection and display all of the
6190 folders in it.
6193 &lt;End of help on this topic&gt;
6194 </BODY>
6195 </HTML>
6196 ======= h_main_addrbook =======
6197 <HTML>
6198 <HEAD>
6199 <TITLE>Address Book Command</TITLE>
6200 </HEAD>
6201 <BODY>
6202 <H1>Address Book Command</H1>
6204 This command, available only from the MAIN MENU, takes you
6205 to the ADDRESS BOOK management screen.  From here, your personal address
6206 book(s) may be updated.
6209 &lt;End of help on this topic&gt;
6210 </BODY>
6211 </HTML>
6212 ======= h_main_setup =======
6213 <HTML>
6214 <HEAD>
6215 <TITLE>Setup Command</TITLE>
6216 </HEAD>
6217 <BODY>
6218 <H1>Setup Command</H1>
6220 The Setup command, available only from the MAIN MENU, prompts you for
6221 one of several configuration screens, including the SETUP CONFIGURATION 
6222 screen, by which you may activate optional Alpine features.
6225 &lt;End of help on this topic&gt;
6226 </BODY>
6227 </HTML>
6228 ======= h_main_release_notes =======
6229 <HTML>
6230 <HEAD>
6231 <TITLE>Release Notes Command</TITLE>
6232 </HEAD>
6233 <BODY>
6234 <H1>Release Notes Command</H1>
6236 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6237 as well as pointers to further information such as history and legal notes.
6240 &lt;End of help on this topic&gt;
6241 </BODY>
6242 </HTML>
6243 ======= h_main_kblock =======
6244 <HTML>
6245 <HEAD>
6246 <TITLE>Keyboard Lock Command</TITLE>
6247 </HEAD>
6248 <BODY>
6249 <H1>Keyboard Lock Command</H1>
6251 This command allows your Alpine session to be protected
6252 during a temporary absence from your terminal.
6255 &lt;End of help on this topic&gt;
6256 </BODY>
6257 </HTML>
6258 ======= h_main_journal =======
6259 <HTML>
6260 <HEAD>
6261 <TITLE>Journal Command</TITLE>
6262 </HEAD>
6263 <BODY>
6264 <H1>Journal Command</H1>
6266 This command displays a list of all the status messages Alpine has
6267 displayed (on the third line from the bottom of the screen). This may
6268 be useful if a message disappeared before you had a chance to read it.
6271 &lt;End of help on this topic&gt;
6272 </BODY>
6273 </HTML>
6274 ======= h_common_role =======
6275 <HTML>
6276 <HEAD>
6277 <TITLE>Role Command</TITLE>
6278 </HEAD>
6279 <BODY>
6280 <H1>Role Command</H1>
6282 The Role command is similar to the Compose command except that it starts
6283 off by letting you select a <A HREF="h_rules_roles">role</A>
6284 to be used for the composition.
6285 You may set up alternate roles by using Setup/Rules/Roles.
6288 &lt;End of help on this topic&gt;
6289 </BODY>
6290 </HTML>
6291 ======= h_common_conditional_cmds =======
6292 <HTML>
6293 <HEAD>
6294 <TITLE>Conditional Commands</TITLE>
6295 </HEAD>
6296 <BODY>
6297 <H1>Conditional Commands</H1>
6299 The presence or absence of certain commands, particularly in the
6300 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6301 whether or not specific features are set in your Alpine configuration.  
6302 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6303 Alpine's MAIN MENU.)  To see if a desired command's availability is
6304 conditioned on a feature setting, see the command's help text (highlight
6305 the phrase associated with the command and hit Return).
6308 Also note that some
6309 commands may be administratively disabled by your system manager;
6310 if they don't work, please check with your local help desk.
6313 <UL>   
6314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6315 </UL><P>
6316 &lt;End of help on this topic&gt;
6317 </BODY>
6318 </HTML>
6319 ======= h_common_pipe =======
6320 <HTML>
6321 <HEAD>
6322 <TITLE>Pipe Command</TITLE>
6323 </HEAD>
6324 <BODY>
6325 <H1>Pipe Command</H1>
6327 Pipe
6328 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6329 allows you to send a message to a specified Unix command for external
6330 processing.
6331 This command's availability is controlled by the
6332 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6333 feature.
6334 By default, the processed text of the message is sent to the command
6335 you specify and the output is captured by Alpine and shown to you.
6336 When you run the pipe command, there are some sub-commands which may be
6337 used to alter this behavior.
6338 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6341 &lt;End of help on this topic&gt;
6342 </BODY>
6343 </HTML>
6344 ======= h_common_goto =======
6345 <HTML>
6346 <HEAD>
6347 <TITLE>Goto Command</TITLE>
6348 </HEAD>
6349 <BODY>
6350 <H1>Goto Command</H1>
6352 Goto
6353 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6354 is the command that lets you bypass Alpine's folder selection screens
6355 and jump directly to a new folder.  You can select any folder in the
6356 world: one in your current collection, one in a different collection or
6357 one in a collection you've never even used before.
6360 Alpine will help you as much as possible to narrow in on the folder you want.
6361 However, if the folder is outside of your defined collections, you are
6362 going to have to enter the exact folder location using the correct
6363 <A HREF="h_valid_folder_names">syntax</A>
6364 for a remote folder and/or fully-qualified path name.
6367 &lt;End of help on this topic&gt;
6368 </BODY>
6369 </HTML>
6370 ======= h_common_nextnew =======
6371 <HTML>
6372 <HEAD>
6373 <TITLE>NextNew Command</TITLE>
6374 </HEAD>
6375 <BODY>
6376 <H1>NextNew Command</H1>
6378 When you press the TAB key, Alpine advances to the next
6379 &quot;interesting&quot; message.
6380 This will be the next message you have not seen before, or the next message
6381 you have flagged Important, whichever comes first.
6382 Unread messages that have been deleted are not considered interesting.
6383 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6384 articles after you have read them if you want to remove them from future
6385 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6386 more information.)
6389 The NextNew command is affected by the feature
6390 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6391 which causes Alpine to only consider Unread messages interesting, not messages
6392 flagged Important.
6395 This command behaves a little differently when it finds there are no more
6396 interesting messages left in the current folder.
6397 If the current folder is one of your Incoming Message Folders
6398 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6399 or it is a newsgroup, then Alpine will try to find the next folder or
6400 newsgroup that contains <EM>Recent</EM> messages and will ask you
6401 if you want to open that folder.
6402 This behavior may be modified by using the
6403 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6404 feature that causes Alpine to look for Unseen messages instead of Recent
6405 messages.
6406 The NextNew command's behavior is also affected by the configuration features
6407 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6409 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6412 &lt;End of help on this topic&gt;
6413 </BODY>
6414 </HTML>
6415 ======= h_common_jump =======
6416 <HTML>
6417 <HEAD>
6418 <TITLE>Jump Command</TITLE>
6419 </HEAD>
6420 <BODY>
6421 <H1>Jump Command</H1>
6423 This is Alpine's way of allowing you to go straight to a specific message.
6424 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6425 configured such that typing in any number automatically jumps you to that
6426 message 
6427 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6428 in the SETUP CONFIGURATION).
6431 &lt;End of help on this topic&gt;
6432 </BODY>
6433 </HTML>
6434 ======= h_common_flag =======
6435 <HTML>
6436 <HEAD>
6437 <TITLE>Flag Command</TITLE>
6438 </HEAD>
6439 <BODY>
6440 <H1>Flag Command</H1>
6442 Flag
6443 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6444 is the command that allows users to manipulate the status flags that
6445 appear on the left side of the MESSAGE INDEX screen.  The most common
6446 use of this is to mark a message as important. This is something of a
6447 note to yourself to get back to that message.  You may also use the
6448 flag command to set (or unset) the flags that indicate that a message
6449 is new, answered, deleted, or forwarded.<P>
6451 Provided the mail server supports it,
6452 you may also manipulate user-defined keywords
6453 for a message using the flag command.
6454 These keywords will be available if you use the Flag Details screen that you
6455 can get to after typing the
6456 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6457 command.
6458 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6459 which are always present.
6460 You may add new keywords by using the Add KW command from the Flag Details screen
6461 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6463 The availability of the flag command is determined by the
6464 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6465 feature in your Alpine configuration. Also, it is possible that Flag could be
6466 administratively disabled by your system manager; if it doesn't work,
6467 please check with your local help desk before reporting a bug.
6468 The behavior of the flag command may be modified by the
6469 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6470 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6473 &lt;End of help on this topic&gt;
6474 </BODY>
6475 </HTML>
6476 ======= h_common_hdrmode =======
6477 <HTML>
6478 <HEAD>
6479 <TITLE>HdrMode Command</TITLE>
6480 </HEAD>
6481 <BODY>
6482 <H1>HdrMode Command</H1>
6484 Every email message comes with some header lines that you normally
6485 don't see (and don't want to see).
6486 These include anywhere from 3-20 lines (or more) added by the
6487 Internet mail transport system to record the route your message took,
6488 for diagnostic purposes.
6489 These are normally of no import and simply
6490 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6491 This also includes other non-standard headers the message may contain.
6492 If you want to see these headers, there is a way to reveal them.
6495 The Header Mode
6496 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6497 command is a toggle that controls Alpine's handling of these header
6498 lines.  Normally, full headers is &quot;off&quot; and you only see a
6499 few lines about who a message is to and who it is from.  When you
6500 press
6501 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6502 to turn full headers on, Alpine will show you
6503 the normal header lines as well as delivery headers, comment headers,
6504 MIME headers, and any other headers present.
6507 Several different Alpine commands honor the header mode -- it affects how
6508 messages are displayed, how they appear in forward and reply email, how
6509 they are printed, how they are saved, and how they are exported.
6510 <!--chtml if pinemode="os_windows"-->
6511 <!--chtml else--> 
6512 The pipe command is also affected.
6513 <!--chtml endif-->
6516 The presence or absence of the Header Mode command is determined by the
6517 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6518 Feature-List option in your Alpine configuration.
6521 If you have also turned on the
6522 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6523 option then the HdrMode command actually rotates through three states
6524 instead of just two.
6525 The first is the normal view with long quotes suppressed.
6526 The second is the normal view but with the long quotes included.
6527 The last enables the display of all headers in the message.
6528 When using Export, Pipe, Print, Forward, or Reply the quotes are
6529 never suppressed, so the first two states are identical.
6532 The behavior of the Header Mode command may be altered slightly by
6533 turning on the
6534 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6535 Feature-List option in your Alpine configuration.
6536 In particular, it will cause the Header Mode to be persistent when moving
6537 from message to message instead of resetting to the default for each message.
6540 <UL>   
6541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6542 </UL><P>
6543 &lt;End of help on this topic&gt;
6544 </BODY>
6545 </HTML>
6546 ======= h_common_print =======
6547 <HTML>
6548 <HEAD>
6549 <TITLE>Print Command</TITLE>
6550 </HEAD>
6551 <BODY>
6552 <H1>Print Command</H1>
6554 The Print
6555 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6556 command allows you to print a copy of a message.
6557 There are many SETUP CONFIGURATION features that affect the
6558 Print command, including
6559 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6560 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6561 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6562 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6563 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6564 You set up for printing by using the Printer option of the Setup command
6565 on the MAIN MENU.
6569 &lt;End of help on this topic&gt;
6570 </BODY>
6571 </HTML>
6572 ======= h_common_take =======
6573 <HTML>
6574 <HEAD>
6575 <TITLE>TakeAddr Command</TITLE>
6576 </HEAD>
6577 <BODY>
6578 <H1>TakeAddr Command</H1>
6581 With the Take Address
6582 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6583 command, you can extract email addresses from an
6584 incoming message and save them in an address book.  This is an easy way
6585 to add to your address book and avoid having to remember the email
6586 addresses of the people who write to you.
6589 If the message is just to you individually, then you will only need to
6590 provide a nickname.  If the message contains more than one email address,
6591 then you will see an address
6592 selection screen that lets you choose the address you want to save into
6593 your address book, or lets you choose several of them add to a
6594 personal distribution list.
6597 Once you've added an entry to your address book, you can use it from the
6598 message composer by typing the nickname of the entry into one of the
6599 header fields (for example, into the To: field), or you can use ^T from
6600 the header field to select the entry from your address book.
6603 If the configuration feature
6604 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6605 is set, the behavior of the Take command is altered slightly.
6608 &lt;End of help on this topic&gt;
6609 </BODY>
6610 </HTML>
6611 ======= h_ge_import =======
6612 <HTML>
6613 <HEAD>
6614 <TITLE>Import File Selection</TITLE>
6615 </HEAD>
6616 <BODY>
6617 <H1>Import File Selection</H1>
6619 You are importing a file that you previously
6620 exported from Alpine.
6621 You are now being asked for the name of that file.
6622 The easiest way to select a file is probably with the &quot;^T&quot;
6623 &quot;To Files&quot; command.
6624 Alternatively, you may type in a file name.
6625 It may be an absolute pathname.
6626 Otherwise, it is a file located in your home directory
6627 or current working directory
6628 <!--chtml if pinemode="running"-->
6629 (which, at least for your current Alpine &quot;session,&quot; 
6630 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6631 <!--chtml endif-->, depending on the
6632 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6633 In any case, you finish by typing a carriage return to accept the
6634 file name that is displayed.
6635 When the feature
6636 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6637 is turned on you may use TAB to complete partially typed in names.
6639 You may cancel the import operation by typing &quot;^C&quot; after exiting
6640 this help.
6642 &lt;End of help on this topic&gt;
6643 </BODY>
6644 </HTML>
6645 ======= h_ge_allparts =======
6646 <HTML>
6647 <HEAD>
6648 <TITLE>Export Message File Selection</TITLE>
6649 </HEAD>
6650 <BODY>
6651 <H1>Export Message File Selection</H1>
6653 You are Exporting a message from an Alpine mail folder
6654 to a plain text file.
6655 You also have the option of exporting all of the attachments associated
6656 with the message.
6657 You are now being asked for the name of the file to export <EM>to</EM>.
6658 The easiest way to select a file is probably with the &quot;^T&quot;
6659 &quot;To Files&quot; subcommand.
6660 After returning from that subcommand you will still be allowed to
6661 edit the name you have selected.
6662 Alternatively, you may type in a file name.
6663 It may be an absolute pathname.
6664 Otherwise, it is a file located in your home directory
6665 or current working directory
6666 <!--chtml if pinemode="running"-->
6667 (which, at least for your current Alpine &quot;session,&quot; 
6668 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6669 <!--chtml endif-->, depending on the
6670 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6671 In any case, you finish by typing a carriage return to accept the
6672 file name that is displayed.
6673 When the feature
6674 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6675 is turned on you may use TAB to complete partially typed in names.
6677 The message you are exporting appears to have some attachments.
6678 If you wish to save <EM>all</EM> of the attachments at once,
6679 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6680 saving of the attachments.
6681 You may turn it back off by typing &quot;^P&quot; again, which will now
6682 be labeled &quot;NoAllParts&quot; instead.
6683 If you want to save the parts the command displayed should be
6684 &quot;NoAllParts&quot;!
6685 When you choose to save attachments like this, the attachments will be saved
6686 in a newly created directory.
6687 That directory will have the same name as the file name you choose here,
6688 with the letters &quot;.d&quot; appended.
6689 If that directory already exists, then the letters &quot;.d_1&quot; will
6690 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6691 is found.
6692 For example, if you select the file name
6694 <CENTER><SAMP>filename</SAMP></CENTER>
6696 to export the message to, then the directory used for the attachments will be
6698 <CENTER><SAMP>filename.d</SAMP></CENTER>
6700 or perhaps
6702 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6704 The attachments will then be put into files inside that directory.
6705 The names for the attachment files will be derived from the attachments
6706 if possible.
6707 This is done in the same way as the default values are derived if you
6708 save them one at a time.
6709 (The &quot;filename&quot; parameter from the Content-Disposition header
6710 is the first choice. If that doesn't exist, the &quot;name&quot;
6711 parameter from the Content-Type header is used.)
6712 If a name for a particular attachment is not available, then the
6713 part number of the attachment is used, with the characters &quot;part_&quot;
6714 prepended.
6715 An example of that would be
6717 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6719 If you want to save only some of the attachments or if you want more control
6720 over the directory and filename where an attachment is saved you may
6721 cancel out of this command and View the attachment list.
6722 From there you can save each attachment individually.
6724 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6725 this help.
6727 &lt;End of help on this topic&gt;
6728 </BODY>
6729 </HTML>
6730 ======= h_ge_export =======
6731 <HTML>
6732 <HEAD>
6733 <TITLE>Export File Selection</TITLE>
6734 </HEAD>
6735 <BODY>
6736 <H1>Export File Selection</H1>
6738 You are Exporting or Saving something from within the Alpine world
6739 (a message, an attachment, etc.)
6740 to a plain text file.
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 If the object you are exporting is a message with some attachments,
6762 you may wish to save all of the attachments by typing the &quot;^P&quot;
6763 &quot;AllParts&quot; command to turn on saving of the attachments.
6764 This subcommand will only be visible if the message actually has attachments.
6765 You may also View the attachment list and save individual attachments from
6766 there.
6768 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6769 the Control-R subcommand to toggle if saving will be done in binary mode,
6770 meaning that the attachment will be decoded, but will not be transformed
6771 to UTF-8 for further processing (either in internal filters, or user
6772 supplied filters.) This is useful in case you either want to preserve
6773 the text as it was encoded originally to you, or the attachment was
6774 incorrectly attached (the attachment is not of text type) and you need
6775 the original text to process the attachment.
6777 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6778 this help.
6780 &lt;End of help on this topic&gt;
6781 </BODY>
6782 </HTML>
6783 ======= h_common_save =======
6784 <HTML>
6785 <HEAD>
6786 <TITLE>Save and Export Commands</TITLE>
6787 </HEAD>
6788 <BODY>
6789 <H1>Save and Export Commands</H1>
6791 Save
6792 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6793 and Export
6794 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6795 are the two alternatives Alpine gives you to keep a copy of the message
6796 you are reading. If you want to keep the message within Alpine's email
6797 world, use &quot;Save&quot;; if you want to use the message in another
6798 program, use &quot;Export&quot;.
6801 When you Save a message, it is put into an existing folder or into a new
6802 folder in one of your existing folder collections.  The message stays in
6803 email format and can be read by Alpine again.  Alpine may use a special format
6804 for its mail folders -- never edit an Alpine folder by hand or with any
6805 program other than Alpine.  The exact behavior of the Save command can be
6806 configured with the
6807 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6808 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6809 and 
6810 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6811 feature list settings.
6812 The name of the folder offered as a default is controlled by the option
6813 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6816 When you use Export, the message is placed in a plain text file in your
6817 home directory 
6818 <!--chtml if pinemode="running"-->
6819 (which, in the present configuration of your system, is
6820  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6821 <!--chtml endif-->
6822 or current working directory
6823 <!--chtml if pinemode="running"-->
6824 (which, at least for your current Alpine &quot;session,&quot; 
6825 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6826 <!--chtml endif-->, depending on the
6827 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6828 configuration setting.  In the normal case, only minimal
6829 headers are exported with the message; however, if the full header mode 
6830 (whose availability may be disabled  by setting the feature 
6831 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6832 in SETUP CONFIGURATION) is
6833 toggled on, then complete headers are exported along with the message
6834 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6835 defined, they may affect the contents of the exported file.)
6838 &lt;End of help on this topic&gt;
6839 </BODY>
6840 </HTML>
6841 ======= h_common_bounce =======
6842 <HTML>
6843 <HEAD>
6844 <TITLE>Bounce Command</TITLE>
6845 </HEAD>
6846 <BODY>
6847 <H1>Bounce Command</H1>
6849 The Bounce 
6850 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6851 command allows you to re-send, or &quot;remail&quot;, a
6852 message, as if you were never in the loop.  It is analogous to crossing
6853 out your address on a postal letter, writing a different address on the
6854 envelope, and putting it into the mailbox. Bounce is used primarily to
6855 redirect email that was sent to you in error.
6856 Also, some owners of email
6857 lists need the bounce command to handle list traffic.
6858 Bounce is not anonymous.
6859 A ReSent-From header is added to the message so that the recipient may
6860 tell that you Bounced it to them.
6863 The presence or absence of the Bounce command is determined by the
6864 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6865 feature in your Alpine configuration.
6866 The feature
6867 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6868 affects the behavior of the Bounce command.
6869 Also, it is possible that Bounce could be
6870 administratively disabled by your system manager; if it doesn't work,
6871 please check with your local help desk before reporting a bug.
6874 &lt;End of help on this topic&gt;
6875 </BODY>
6876 </HTML>
6877 ======= h_common_reply =======
6878 <HTML>
6879 <HEAD>
6880 <TITLE>Reply and Forward Commands</TITLE>
6881 </HEAD>
6882 <BODY>
6884 <H1>Reply and Forward Commands</H1>
6886 Replying 
6887 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6888 and Forwarding 
6889 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6890 are your two alternatives for following up on the
6891 message you are reading.  You would use reply if you want to get email
6892 back to the author of the message and/or the other people who have
6893 already seen it.  You use forward if you want somebody new to see the
6894 message.
6897 In the normal case, the only thing that you must supply when forwarding a
6898 message is the name/email address of the new recipient.
6899 Alpine will include the text of the forwarded message.
6900 Alpine will also include any attachments to the message.
6901 There is space above the forwarded text for you to include additional comments.
6904 When replying, you usually have to answer some questions.
6905 If the message is to multiple people and/or specified with a Reply-To: header,
6906 then you will have to decide who should get the reply.
6907 You also need to decide whether or not to include the previous
6908 message in your reply.
6909 Some of this is configurable.
6910 Specifically, see the
6911 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6912 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6913 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6915 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6916 configuration features.
6919 Both the Reply and Forward commands react to the full header mode toggle.
6920 If the full header mode is on, then all the header and delivery lines are
6921 included with the text of the message in your reply/forward.
6924 Other configuration features that affect the Reply command are
6925 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6926 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6927 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6930 &lt;End of help on this topic&gt;
6931 </BODY>
6932 </HTML>
6933 ======= h_common_delete =======
6934 <HTML>
6935 <HEAD>
6936 <TITLE>Delete and Undelete Commands</TITLE>
6937 </HEAD>
6938 <BODY>
6939 <H1>Delete and Undelete Commands</H1>
6941 Delete 
6942 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6943 and Undelete 
6944 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6945 allow you to change the Deleted flag for the current message.
6946 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6947 removes the mark.
6948 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6949 at the left hand edge of the index line.
6950 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6951 in the upper right hand corner of the screen.
6952 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6953 get rid of the message.
6954 The eXpunge command (available from the MESSAGE INDEX screen) actually
6955 removes all of the deleted messages in a folder.
6956 Once a message is eXpunged, it can't be retrieved.
6959 The Delete command is affected by the setting of the configuration feature
6960 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6963 &lt;End of help on this topic&gt;
6964 </BODY>
6965 </HTML>
6966 ======= h_common_postpone =======
6967 <HTML>
6968 <HEAD>
6969 <TITLE>Postpone Command</TITLE>
6970 </HEAD>
6971 <BODY>
6972 <H1>Postpone Command</H1>
6974 The postpone
6975 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6976 command allows you to temporarily stop working on the current
6977 message so you may read
6978 other messages or compose another message.  When you want to resume a
6979 message later, start to compose and answer &quot;yes&quot; to the
6980 &quot;Continue postponed composition?&quot; question.  You may
6981 postpone as many messages as you like.
6984 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6985 in the Setup/Config screen, then the Postpone command will prompt you for
6986 the folder in which to store your outgoing message.
6989 &lt;End of help on this topic&gt;
6990 </BODY>
6991 </HTML>
6992 ======= h_compose_cancel =======
6993 <HTML>
6994 <HEAD>
6995 <TITLE>Cancel Command</TITLE>
6996 </HEAD>
6997 <BODY>
6998 <H1>Cancel Command</H1>
7000 Cancel
7001 <!--chtml if pinemode="function_key"-->
7002 (F2)
7003 <!--chtml else-->
7004 (^C) 
7005 <!--chtml endif-->
7007 The Cancel command returns you to Alpine's normal mail processing and
7008 causes the message currently under composition to be thrown out.
7009 The message text <EM>will be lost</EM>.
7012 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
7013 will be preserved in the file named
7014 <!--chtml if pinemode="os_windows"-->
7015 &quot;DEADLETR&quot;.
7016 <!--chtml else-->
7017 &quot;dead.letter&quot; in your home directory.
7018 <!--chtml endif-->
7019 If you unintentionally cancel a message, look there for its text.
7022 &lt;End of help on this topic&gt;
7023 </BODY>
7024 </HTML>
7025 ======= h_compose_addrcomplete =======
7026 <HTML>
7027 <HEAD>
7028 <TITLE>Address Completion</TITLE>
7029 </HEAD>
7030 <BODY>
7031 <H1>Address Completion</H1>
7033 When entering addresses in the address fields of the composer (To, Cc, etc.)
7034 the TAB key may be used to help complete the address.
7035 Type a partial nickname and tap the TAB key to complete the typing.
7036 The unambiguous part of the name will be filled in automatically.
7037 Typing TAB twice in succession will bring up a selection list of possibilities,
7038 making it easy to find and choose the correct address.
7041 The matching algorithm is rather ad hoc.
7042 The search starts with a search of your address book.
7043 It counts as a match if the nickname, address, or fullname field of an
7044 entry begins with the text typed in so far. It is also a match if
7045 a later word in the fullname (for example, the middle name or last name)
7046 begins with the entered text.
7048 Next comes an LDAP search.
7049 The search will happen for any servers that have the
7050 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7051 feature set. You can set or unset the feature for each server independently
7052 in the Setup/Directory screen.
7054 Finally, if you are replying to or forwarding a message, that message is
7055 searched for likely candidate addresses that match the typed-in text.
7058 &lt;End of help on this topic&gt;
7059 </BODY>
7060 </HTML>
7061 ======= h_compose_richhdr =======
7062 <HTML>
7063 <HEAD>
7064 <TITLE>Rich Header Command</TITLE>
7065 </HEAD>
7066 <BODY>
7067 <H1>Rich Header Command</H1>
7069 The Rich Header command allows you to toggle between the list of 
7070 all message headers available for editing and those that are most
7071 common.
7074 Use this toggle to expose headers that are not normally visible by
7075 default.
7076 This set usually includes the
7077 &quot;Bcc:&quot;,
7078 &quot;Fcc:&quot;,
7079 &quot;Lcc:&quot;,
7080 and &quot;Newsgroups&quot;
7081 headers.
7082 If you are posting to a newsgroup the set of defaults is a little different.
7083 Obviously, in that case, the Newsgroups header is of interest so is not
7084 hidden.
7085 For news posting the hidden set includes the
7086 &quot;To:&quot;,
7087 &quot;Cc:&quot;,
7088 &quot;Bcc:&quot;,
7089 &quot;Fcc:&quot;,
7090 and &quot;Lcc:&quot;
7091 headers.
7092 You won't normally want to edit these, which is why they are hidden,
7093 but it is sometimes useful to be able to set them manually.
7096 The default sets of headers listed above can be altered.
7097 Any header that you have added to the
7098 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7099 option, but not to the
7100 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7101 option will appear when you use the Rich Headers command to
7102 make the Rich Headers visible.
7103 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7104 even without toggling the Rich Headers command.)
7107 &lt;End of help on this topic&gt;
7108 </BODY>
7109 </HTML>
7110 ======= h_compose_send =======
7111 <HTML>
7112 <HEAD>
7113 <TITLE>Send Command</TITLE>
7114 </HEAD>
7115 <BODY>
7116 <H1>Send Command</H1>
7118 The Send command
7119 <!--chtml if pinemode="function_key"-->
7120 (F3)
7121 <!--chtml else-->
7122 (^X) 
7123 <!--chtml endif-->
7124 tells Alpine you are finished composing.
7125 Before actually sending it, though, Alpine will ask you to confirm 
7126 your intention, and, at the same time, redisplayed the message text
7127 with the recipients at the top of the screen to give you the opportunity
7128 to review and verify that the message is addressed to the people
7129 you intended.
7131 If the feature
7132 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7133 then this confirmation prompt and any options it allows are skipped.
7136 This confirmation prompt may also offer, depending
7137 on your particular Setup/Config, options allowing you to set
7138 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7139 include attachments in the &quot;Fcc&quot; (if you had previously
7140 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7141 observe details of the
7142 <A HREF="h_config_verbose_post">message submission process</A>,
7143 choose the filter through which the
7144 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7145 or turn of flowed text generation.
7148 &lt;End of help on this topic&gt;
7149 </BODY>
7150 </HTML>
7151 ======= h_compose_markcutpaste =======
7152 <HTML>
7153 <HEAD>
7154 <TITLE>Mark, Cut and Paste Commands</TITLE>
7155 </HEAD>
7156 <BODY>
7157 <H1>Mark, Cut and Paste Commands</H1>
7159 You can define a &quot;block&quot; of text, which can subsequently
7160  be deleted or
7161 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7162 then moving the cursor to the end of the desired text block.  You can then
7163 &quot;cut&quot; the block out 
7164 <!--chtml if pinemode="function_key"-->
7165 &quot;F9&quot;,
7166 <!--chtml else-->
7167 &quot;Ctrl-K&quot;,
7168 <!--chtml endif-->
7169 move the cursor, and &quot;paste&quot; it
7170 <!--chtml if pinemode="function_key"-->
7171 &quot;F10&quot;,
7172 <!--chtml else-->
7173 &quot;Ctrl-U&quot;,
7174 <!--chtml endif-->
7175 in the new location.  Also, you can paste more than once, allowing you
7176 to use this feature to copy a block of text.<P>
7178 If you press 
7179 <!--chtml if pinemode="function_key"-->
7180 &quot;F9&quot;
7181 <!--chtml else-->
7182 &quot;^K&quot;
7183 <!--chtml endif-->
7184 without having marked anything, Alpine will delete
7185 a single line.  If you delete a group of lines together, Alpine keeps them
7186 in the same buffer, so 
7187 <!--chtml if pinemode="function_key"-->
7189 <!--chtml else-->
7191 <!--chtml endif-->
7192 will restore them as a block.  About
7193 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7194 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7195 &quot;type the character ^&quot;.
7198 &lt;End of help on this topic&gt;
7199 </BODY>
7200 </HTML>
7201 ======= h_compose_justify =======
7202 <HTML>
7203 <HEAD>
7204 <TITLE>Justify Command</TITLE>
7205 </HEAD>
7206 <BODY>
7207 <H1>Justify Command</H1>
7209 The Justify
7210 <!--chtml if pinemode="function_key"-->
7211 (F4)
7212 <!--chtml else-->
7213 (^J) 
7214 <!--chtml endif-->
7215 command reformats the text in the paragraph the cursor is in.
7216 Paragraphs are separated by one blank line or a line beginning with a space.
7217 This is useful when you have been editing a paragraph and the lines become
7218 uneven.  The text is left aligned or justified and the right is ragged.  If
7219 the text is already justified as typed with auto-wrap, no justification will
7220 be done.
7223 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7224 block of text, the Justify command is modified.
7225 Instead of automatically justifying the current paragraph you will be
7226 asked if you want to justify the paragraph, justify the selected region,
7227 or adjust the quote level of the selected region.
7228 Adjusting the quote level only works if you are using standard
7229 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7230 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7233 When composing a reply containing included text, the justify command
7234 will reformat text to the right of the 
7235 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7236 adding or removing indented lines as needed.  Paragraphs are separated
7237 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7238 line containing the indent string and one or more blank spaces.
7239 Included text that was previously indented (or &quot;quoted&quot;) is
7240 not preserved.
7243 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7244 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7245 use the standard
7246 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7249 &lt;End of help on this topic&gt;
7250 </BODY>
7251 </HTML>
7252 ======= h_compose_spell =======
7253 <HTML>
7254 <HEAD>
7255 <TITLE>Spell Check Command</TITLE>
7256 </HEAD>
7257 <BODY>
7258 <H1>Spell Check Command</H1>
7260 The &quot;To Spell&quot;
7261 <!--chtml if pinemode="function_key"-->
7262 (F12)
7263 <!--chtml else-->
7264 (^T) 
7265 <!--chtml endif-->
7266 command calls an external spell checking program to look over the
7267 message you are composing.  By default, Alpine uses
7269 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7271 if it knows where to find &quot;aspell&quot;.
7272 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7273 then the command used is
7275 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7277 Otherwise, the ancient &quot;spell&quot; command is used.
7279 For PC-Alpine, you must install the aspell library code that you
7280 may get from
7281 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7284 &lt;End of help on this topic&gt;
7285 </BODY>
7286 </HTML>
7287 ======= h_compose_alted =======
7288 <HTML>
7289 <HEAD>
7290 <TITLE>Alt Editor Command</TITLE>
7291 </HEAD>
7292 <BODY>
7293 <H1>Alt Editor Command</H1>
7295 The &quot;Alt Editor&quot; command's availability depends on the
7296 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7299 When the variable specifies a valid editor on your system, this
7300 command will launch it with the current text of your message
7301 already filled in.
7304 &lt;End of help on this topic&gt;
7305 </BODY>
7306 </HTML>
7307 ======= h_compose_readfile =======
7308 <HTML>
7309 <HEAD>
7310 <TITLE>Read File Command</TITLE>
7311 </HEAD>
7312 <BODY>
7313 <H1>Read File Command</H1>
7315 The &quot;Read File&quot;
7316 <!--chtml if pinemode="function_key"-->
7317 (F5)
7318 <!--chtml else-->
7319 (^R) 
7320 <!--chtml endif-->
7321 command allows you to copy in text from an existing file. You will be
7322 prompted for the name of a file to be inserted into the message.  The file
7323 name is relative to your home directory 
7324 <!--chtml if pinemode="running"-->
7325 (which, in the present configuration of your system, is
7326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7327 <!--chtml endif-->
7328 or current working directory
7329 <!--chtml if pinemode="running"-->
7330 (which, at least for your current Alpine &quot;session,&quot; 
7331 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7332 <!--chtml endif-->, depending on the
7333 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7334 configuration setting; or, the file name must be specified as a full path name 
7335 <!--chtml if pinemode="os_windows"-->
7336 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7337 <!--chtml else-->
7338 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7339 <!--chtml endif-->
7340 (without the quotation marks).
7343 The file will be inserted where the cursor is located.  <B>The
7344 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7345 Unix machine but have files on a PC or Mac, the files must be transferred
7346 to the system Alpine is running on before they can be read.  Please ask your
7347 local computer support people about the correct way to transfer a file to 
7348 your Alpine system.
7351 &lt;End of help on this topic&gt;
7352 </BODY>
7353 </HTML>
7354 ======= h_config_tray_icon =======
7355 <HTML>
7356 <HEAD>
7357 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7358 </HEAD>
7359 <BODY>
7360 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7362 PC-Alpine only.
7364 This option restores a behavior of previous versions of PC-Alpine.
7365 These
7366 versions, when started, installed a PC-Alpine icon in the notification 
7367 tray of Window's Taskbar.  The primary use of this icon was to indicate
7368 new mail arrival by turning red (while the Taskbar icon remained green).
7369 Additionally, the icon now changes to yellow to signify that a mail folder
7370 has been closed unexpectedly.
7373 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7374 color its Taskbar entry's icon red (as well as the icon in the Window
7375 Title).  This feature is only provided for backwards compatibility.
7378 &lt;End of help on this topic&gt;
7379 </BODY>
7380 </HTML>
7381 ======= h_common_suspend =======
7382 <HTML>
7383 <HEAD>
7384 <TITLE>Suspend Command</TITLE>
7385 </HEAD>
7386 <BODY>
7387 <H1>Suspend Command</H1>
7389 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7390 enabled, you can, at almost any time, temporarily halt your Alpine session,
7391 <!--chtml if pinemode="os_windows"-->
7392 minimizing it into an icon.
7393 <!--chtml else-->
7394 and return to your system prompt.
7395 <!--chtml endif-->
7398 &lt;End of help on this topic&gt;
7399 </BODY>
7400 </HTML>
7401 ======= h_pipe_command =======
7402 <HTML>
7403 <HEAD>
7404 <TITLE>Pipe Command SubOptions</TITLE>
7405 </HEAD>
7406 <BODY>
7407 <H1>Pipe Command SubOptions</H1>
7409 By default, when you use the Pipe command, the processed text of the
7410 message is sent to the Unix command
7411 you specify and the output is captured by Alpine and shown to you.
7412 (This command is available in PC-Alpine, as well, but there aren't many
7413 Windows commands that work well with piping.)
7414 There are some sub-commands that may be used to alter this behavior.
7415 These are toggles that switch the behavior between two possibilities.
7416 They can be combined in any way you wish.
7418 By default, the prompt at the bottom of the screen looks like
7420 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7424 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7426 if you are piping more than one message.
7428 The sub-command options are:
7429 <DL>
7430    <DT>Shown Text or Raw Text</DT>
7431    <DD>This option toggles between sending the shown (processed) text
7432 of the message to the Unix command, and sending the
7433 raw (unprocessed) text of the message to the Unix command.
7434 The default is to send the shown text.
7435 The raw version of the message will contain all of the headers and any
7436 MIME encoding that the message contains.
7437 If you've selected the Raw Text then the prompt will have the additional word
7438 &quot;RAW&quot; in it, like
7440 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7442 You can experiment with this option by piping to something simple like the
7443 Unix &quot;cat&quot; command.
7444    </DD>
7445    <DT>Captured Output or Free Output</DT>
7446    <DD>This option toggles between having Alpine capture the output of
7447 the Unix pipe command for display, and not capturing it.
7448 If the command you are piping to is a filter that will produce output
7449 you want to view, then you want to capture that output
7450 for display (the default).
7451 If the Unix command doesn't produce output or handles the display itself,
7452 then you want free output.
7453 When you've selected the Free Output option the prompt will change to
7455 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7457    </DD>
7458    <DT>No Delimiter or With Delimiter</DT>
7459    <DD>This option controls whether or not a Unix mailbox style delimiter
7460 will come before the text of the message.
7461 This is the delimiter used in the common Unix mailbox format.
7462 It's the single line that begins with the five characters
7463 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7464 You'll usually only want to include this if the Unix command requires
7465 input in the format of a traditional Unix mailbox file.
7466 When you've selected the With Delimiter option the prompt will change to
7468 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7470    </DD>
7471    <DT>To Same Pipe or To Individual Pipes</DT>
7472    <DD>This option only shows up if you are running an aggregate
7473 pipe command.
7474 That is, the command was Apply Pipe, not just Pipe.
7475 You have the option of piping all of the selected messages through a
7476 single pipe to a single instance of the Unix command,
7477 or piping each individual message through a separate pipe to separate
7478 instances of the Unix command.
7479 The default is that all of the output will go through a single pipe
7480 to a single instance of the command.
7481 You can try this option with a command like &quot;less&quot;, with Free
7482 Output enabled.
7483 When you've selected the Individual Pipes option the prompt will change to
7485 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7487    </DD>
7488 </DL>
7491 As mentioned earlier, the options can be combined in any way you wish.
7492 You may leave them all off, turn them all on, or turn some of them on
7493 and some of them off.
7494 If you use the pipe command a second time in the same session the default
7495 options will be what you used the last time.
7498 &lt;End of help on this topic&gt;
7499 </BODY>
7500 </HTML>
7501 ========== h_emptydir_subfolder_name =========
7502 <HTML>
7503 <HEAD>
7504 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7505 </HEAD>
7506 <BODY>
7507 <H1>Enter Subfolder Name</H1>
7509 <P> 
7510 This is the name of a new subfolder in the directory you are creating.
7511 Because empty directories are hidden and therefore not useful, you must also
7512 create a subfolder in the directory you are creating in order that the
7513 directory remains visible.
7515 Alternatively, you may turn off the configuration feature
7516 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7517 so that empty directories remain visible.
7518 If you do that, you will not be required to create the subfolder when you
7519 create a directory.
7522 &lt;End of help on this topic&gt;
7523 </BODY>
7524 </HTML>
7525 ========== h_incoming_add_folder_name =========
7526 <HTML>
7527 <HEAD>
7528 <TITLE>ENTER FOLDER NAME</TITLE>
7529 </HEAD>
7530 <BODY>
7531 <H1>Enter Folder Name</H1>
7533 <P> 
7534 This is the name of the folder on the previously specified server.
7535 By default the folder name is interpreted as defining a section of your personal
7536 folder area.  This area and how you specify it are defined by the
7537 server, if one is specified.
7540 To define a folder outside the default area, prefix
7541 the path with the namespace to use when interpreting the
7542 given path.  If a namespace is specified, the folder name begins with the
7543 sharp (#) character followed by the name of the namespace
7544 and then the namespace's path-element-delimiter.  Aside from the
7545 name's format, namespaces can also imply access rights, content
7546 policy, audience, location, and, occasionally, access methods.
7549 Each server exports its own set (possibly of size one) of 
7550 namespaces.
7551 For a more detailed explanation read about
7552 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7555 To specify the default for INBOX on the server you can usually just enter
7556 &quot;INBOX&quot;, and the server will understand the special meaning of
7557 that word.
7560 &lt;End of help on this topic&gt;
7561 </BODY>
7562 </HTML>
7563 ========== h_incoming_add_folder_host =========
7564 <HTML>
7565 <HEAD>
7566 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7567 </HEAD>
7568 <BODY>
7569 <H1>Enter Incoming Folder Server</H1>
7571 You are being asked for the name of the server for use with this incoming
7572 folder.
7573 If the folder is on the machine where Alpine is running, then just enter
7574 RETURN without typing a server name.
7577 If the folder is on an IMAP server then type the server's name followed
7578 by RETURN.
7579 You may use the ^X command if the server is the same as the server that
7580 the INBOX is on.
7583 You may have to add optional extra information to the server name.
7584 For example, if the IMAP server is using a non-standard port number you
7585 would specify that by appending a colon (:) followed by the port number
7586 to the server name
7589 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7592 or you may need to specify a different protocol if the server is not an
7593 IMAP server. For example:
7596 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7599 for a POP server or
7602 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7605 for an NNTP news server.
7606 For an explanation of all of the possibilities, see
7607 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7608 for folders.
7611 There is a special command (^W) if you want to set up a folder that gets its
7612 mail from a
7613 <A HREF="h_maildrop">Mail Drop</A>.
7614 If you type that command, you will be prompted for the information for
7615 both the Mail Drop folder and the destination folder.
7618 &lt;End of help on this topic&gt;
7619 </BODY>
7620 </HTML>
7621 ========== h_incoming_add_inbox =========
7622 <HTML>
7623 <HEAD>
7624 <TITLE>ENTER INBOX SERVER</TITLE>
7625 </HEAD>
7626 <BODY>
7627 <H1>Enter INBOX Server</H1>
7629 You are being asked for the name of the server for use with
7630 the INBOX folder.
7631 Type the server's name followed by RETURN.
7634 You may have to add optional extra information to the server name.
7635 For example, if the server is using a non-standard port number you
7636 would specify that by appending a colon (:) followed by the port number
7637 to the server name
7640 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7643 or you may need to specify a different protocol if the server is not an
7644 IMAP server. For example:
7647 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7650 for a POP server.
7653 For an explanation of all of the possibilities, see
7654 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7655 for folders.
7658 If the INBOX folder is on the machine where Alpine is running, then just enter
7659 RETURN without typing a server name.
7662 There is a special command (^W) if you want to set up a folder that gets its
7663 mail from a
7664 <A HREF="h_maildrop">Mail Drop</A>.
7665 If you type that command, you will be prompted for the information for
7666 both the Mail Drop folder and the destination folder, which will be used
7667 as your INBOX folder.
7670 &lt;End of help on this topic&gt;
7671 </BODY>
7672 </HTML>
7673 ========== h_incoming_add_maildrop_destn =========
7674 <HTML>
7675 <HEAD>
7676 <TITLE>ENTER DESTINATION SERVER</TITLE>
7677 </HEAD>
7678 <BODY>
7679 <H1>Enter Destination Server</H1>
7681 You are being asked for the name of the server where the destination
7682 folder is for use with this Mail Drop incoming folder.
7683 That is, you are using a Mail Drop for this incoming folder and
7684 you've already entered
7685 the server and folder name for the Mail Drop.
7686 Now you need to enter the server for the destination folder
7687 where the mail should be copied to.
7688 Mail will come from the Mail Drop and be copied to the destination folder.
7691 Type the server's name followed by RETURN.
7692 If the folder is local to this computer, just type RETURN without entering
7693 a server name.
7696 You may have to add optional extra information to the server name.
7697 For example, if the server is using a non-standard port number you
7698 would specify that by appending a colon (:) followed by the port number
7699 to the server name
7702 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7705 For an explanation of all of the possibilities, see
7706 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7707 for folders.
7710 &lt;End of help on this topic&gt;
7711 </BODY>
7712 </HTML>
7713 ========== h_inbox_add_maildrop_destn =========
7714 <HTML>
7715 <HEAD>
7716 <TITLE>ENTER DESTINATION SERVER</TITLE>
7717 </HEAD>
7718 <BODY>
7719 <H1>Enter Destination Server</H1>
7721 You are being asked for the name of the server where the destination
7722 folder is for use with your Mail Drop INBOX.
7723 That is, you are using a Mail Drop for your INBOX and you've already entered
7724 the server and folder name for the Mail Drop.
7725 Now you need to enter the server for the destination folder
7726 where the mail should be copied to.
7727 Mail will come from the Mail Drop and be copied to the destination folder.
7730 Type the server's name followed by RETURN.
7731 If the folder is local to this computer, just type RETURN without entering
7732 a server name.
7735 You may have to add optional extra information to the server name.
7736 For example, if the server is using a non-standard port number you
7737 would specify that by appending a colon (:) followed by the port number
7738 to the server name
7741 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7744 For an explanation of all of the possibilities, see
7745 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7746 for folders.
7749 &lt;End of help on this topic&gt;
7750 </BODY>
7751 </HTML>
7752 ========== h_inbox_add_maildrop =========
7753 <HTML>
7754 <HEAD>
7755 <TITLE>ENTER MAILDROP SERVER</TITLE>
7756 </HEAD>
7757 <BODY>
7758 <H1>Enter Mail Drop Server</H1>
7760 You are being asked for the name of the Mail Drop server for use with
7761 your INBOX.
7764 Type the server's name followed by RETURN.
7767 You may have to add optional extra information to the server name.
7768 For example, if the server is using a non-standard port number you
7769 would specify that by appending a colon (:) followed by the port number
7770 to the server name
7773 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7776 or you may need to specify a different protocol if the server is not an
7777 IMAP server. For example:
7780 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7783 for a POP server or
7786 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7789 for an NNTP news server.
7790 For an explanation of all of the possibilities, see
7791 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7792 for folders.
7795 &lt;End of help on this topic&gt;
7796 </BODY>
7797 </HTML>
7798 ========== h_incoming_add_maildrop =========
7799 <HTML>
7800 <HEAD>
7801 <TITLE>ENTER MAILDROP SERVER</TITLE>
7802 </HEAD>
7803 <BODY>
7804 <H1>Enter Mail Drop Server</H1>
7806 You are being asked for the name of the Mail Drop server for use with
7807 this incoming folder.
7810 Type the server's name followed by RETURN.
7811 You may use the ^X command if the server is the same as the server that
7812 the INBOX is on.
7815 You may have to add optional extra information to the server name.
7816 For example, if the server is using a non-standard port number you
7817 would specify that by appending a colon (:) followed by the port number
7818 to the server name
7821 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7824 or you may need to specify a different protocol if the server is not an
7825 IMAP server. For example:
7828 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7831 for a POP server or
7834 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7837 for an NNTP news server.
7838 For an explanation of all of the possibilities, see
7839 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7840 for folders.
7843 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7844 RETURN without typing a server name.
7847 &lt;End of help on this topic&gt;
7848 </BODY>
7849 </HTML>
7850 ========== h_maildrop =========
7851 <HTML>
7852 <HEAD>
7853 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7854 </HEAD>
7855 <BODY>
7856 <H1>What is a Mail Drop?</H1>
7858 In some situaions it may make sense to have your mail delivered to one
7859 folder (the Mail Drop) and then when you want to read mail that has been
7860 delivered to the Mail Drop folder Alpine will move it to another
7861 destination folder.
7862 Often the Mail Drop will be a remote folder and messages will be moved from
7863 there to a local destination folder.
7866 One example where this might make sense is if the Mail Drop folder is accessible
7867 only with the POP protocol.
7868 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7869 mail from there to a local (on the same machine Alpine is running on)
7870 destination folder, where you'll read it.
7873 A Mail Drop may only be used as your Inbox or as an
7874 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7877 There is no attempt to synchronize the contents of the destination folder
7878 with the contents of the Mail Drop folder.
7879 All that happens is that all of the messages in the Mail Drop folder are
7880 copied to the destination folder and then they are deleted and expunged (if possible)
7881 from the Mail Drop folder.
7882 The next time a check for new mail is made, any messages in the Mail 
7883 Drop folder are once again copied to the destination folder and deleted
7884 and expunged from the Mail Drop folder.
7885 (If the Mail Drop folder is a news group, then the messages can't be
7886 expunged from the newsgroup. Instead, only Recent messages are copied from
7887 the newsgroup to the destination folder.)
7890 Configuration of a Mail Drop is a little different from configuration of
7891 a folder that does not use a Mail Drop because you have to specify two
7892 folder names instead of one.
7893 The two folders may be any types of folders that Alpine can normally use.
7894 They don't have to be a remote folder and a local folder, that is
7895 simply the most common usage.
7896 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7897 Drop to check for new mail.
7898 The new-mail checks will happen at the frequency set with the
7899 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7900 but with a minimum time
7901 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7902 between checks.
7903 Because of this minimum you may notice that new mail does not
7904 appear promptly when you expect it.
7905 The reason for this is to protect the server from over-zealous opening and
7906 closing of the Mail Drop folder.
7907 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7908 the end of the folder index, then the check will happen, regardless of how
7909 long it has been since the previous check.
7911 If there is new mail, that mail will be copied to the destination folder
7912 and then will be deleted from the Mail Drop.
7913 Note that using a Mail Drop with a local destination folder does not make
7914 sense if you read mail from more than one machine, because the mail is
7915 downloaded to the destination folder (which is accessible from only one
7916 machine) and deleted from the Mail Drop.
7918 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7921 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7924 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7926 The brackets are not literal.
7928 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7930 is a single character that does not appear in the MailDropFolder name.
7931 If the name doesn't contain spaces then it can be a space character.
7932 The two folder names are full technical
7933 <A HREF="h_valid_folder_names">folder names</A>
7934 as used by Alpine.
7935 Here are a couple examples to give you an idea what is being talked about:
7938 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7940 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7943 A #move folder may only be used as an
7944 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7945 an Inbox.
7946 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7947 on the
7948 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7949 option)
7950 the Add command has a subcommand &quot;Use Mail Drop&quot;
7951 which may be helpful for defining the folder in your Alpine configuration.
7952 The same is true when you edit the
7953 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7954 option in Setup/Config.
7955 Each of these configuration methods will also create the DestinationFolder
7956 if it doesn't already exist.
7957 If you are having problems, make sure the DestinationFolder exists.
7960 &lt;End of help on this topic&gt;
7961 </BODY>
7962 </HTML>
7963 ========== h_save =========
7964 <HTML>
7965 <HEAD>
7966 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7967 </HEAD>
7968 <BODY>
7969 <H1>Choose a Folder to Save Into</H1>
7971 After Exiting from this help text,
7972 type the name of the folder you want to save into and press RETURN.
7974 Press ^T to get a list of your folders to choose from.
7975 Press ^C to cancel the Save.
7977 If you have Folder Collections defined you may use
7978 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7979 the collection being saved to.
7981 If Tab Completion is enabled (it is enabled by default)
7982 you may type a Tab character to have Alpine complete the folder name for you.
7984 If Partial Match Lists is enabled (it is enabled by default) you may type
7985 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7987 If the Ctrl-R subcommand is present that means you can decide to Delete or
7988 not Delete the message you are saving after you save it.
7989 The label on that key gives the action to switch to.
7990 If it says Delete and you type Ctrl-R the label displayed will change to
7991 No Delete and the source message will be deleted after the save. If it
7992 says No Delete and you type Ctrl-R the label displayed will change to
7993 Delete and the message will not be deleted.
7994 You can control the default for the Delete parameter with the
7995 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7997 Similarly, if the Ctrl-W subcommand is present that means you can decide
7998 to Preserve the order of the messages being saved or not.
7999 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8000 will be in the same order as you see them in the source folder now.
8001 The opposite action (which is usually the default) is that you don't care
8002 about the order.
8003 The Saved messages may or may not be in the same order in the destination folder.
8004 There may be a performance penalty for choosing to save the messages in order.
8005 You can control the default for the Preserve Order parameter with the
8006 configuration feature
8007 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8010 If you haven't disabled the Save Input History and you've already done a
8011 Save earlier in this session then you may use the Up and Down arrows to retrieve
8012 a folder name used in a previous Save.
8015 &lt;End of help on this topic&gt;
8016 </BODY>
8017 </HTML>
8018 ============= h_simple_index ========================
8019 <HTML>
8020 <HEAD>
8021 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8022 </HEAD>
8023 <BODY>
8024 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8025 <!--chtml if pinemode="function_key"-->
8026 <PRE>
8027 Navigating the List of Messages               General Alpine Commands
8028 -------------------------------               -----------------------
8029  F5   Move to previous message                 F1   Show this help text
8030  F6   Move to next message
8031  F7   Show previous screen of messages
8032  F8   Show next screen of messages
8034 Message Selection Commands
8035 --------------------------
8036  F3   Exit the Message Select menu (canceling Send command)
8037  F4   Select the currently highlighted message
8038  F9   Mark the currently highlighted message as deleted
8039  F10  Undelete (remove deletion mark from) the highlighted message
8040 </PRE>
8041 <!--chtml else-->
8042 <PRE>
8043 Navigating the List of Messages               General Alpine Commands
8044 -------------------------------               -----------------------
8045   P  Move to previous message                  ?  Show this help text
8046   N  Move to next message
8047   -  Show previous screen of messages
8048  Spc (space bar) Show next screen of messages
8050 Message Selection Commands
8051 --------------------------
8052   E  Exit the Message Select menu (canceling Send command)
8053   S  Select the currently highlighted message
8054   D  Mark the currently highlighted message as deleted
8055   U  Undelete (remove deletion mark from) the highlighted message
8056 </PRE>
8057 <!--chtml endif-->
8059 <H2>Description of the Select Postponed Message Screen</H2>
8061 This screen allows you to select one of several previously postponed
8062 messages in order to continue composition.  Your options are very limited
8063 -- the screen is not meant to let you manipulate these messages.  However,
8064 you may now delete messages from this list.  Once you choose a message,
8065 Alpine reads it in and puts you into the regular message composer.
8068 Messages do not stay in this postponed state automatically.  If you select
8069 a message and then want to postpone it again, use the normal postpone
8070 (Ctrl-O) command in the composer.
8073 If you exit this screen without selecting a message, the Compose command
8074 that got you here is canceled.  Other than messages explicitly marked
8075 &quot;Deleted&quot;, no messages will be removed.
8078 &lt;End of help on this topic&gt;
8079 </BODY>
8080 </HTML>
8081 ============= h_collection_screen ========================
8082 <HTML>
8083 <HEAD>
8084 <TITLE>COLLECTION LIST screen</TITLE>
8085 </HEAD>
8086 <BODY>
8087 <H1>COLLECTION LIST screen</H1>
8089 The COLLECTION LIST screen is used to select one of your  
8090 collection definitions to display the folders they contain.  See
8091 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8092 detailed explanation of collections.<P>
8094 To manage your collection definitions (Add, Change, Delete, etc.), use
8095 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8096 MAIN MENU.
8099 &lt;End of help on this topic&gt;
8100 </BODY>
8101 </HTML>
8102 ============= h_collection_maint ========================
8103 <HTML>
8104 <HEAD>
8105 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8106 </HEAD>
8107 <BODY>
8108 <H1>SETUP COLLECTION LIST screen</H1>
8110 The SETUP COLLECTION LIST screen lets you manage your collection
8111 definitions.  See 
8112 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8113 for detailed explanation of collections.<P>
8115 Maintenance commands include:
8116 <DL>
8117 <DT>Change
8118 <!--chtml if pinemode="function_key"-->
8119 (F4)
8120 <!--chtml else-->
8122 <!--chtml endif-->
8123 </DT>
8125 <DD>Modify attributes of the selected collection definition.
8127 <DT>Add Cltn
8128 <!--chtml if pinemode="function_key"-->
8129 (F9)
8130 <!--chtml else-->
8132 <!--chtml endif-->
8133 </DT>
8135 <DD>Create a new collection definition.
8136 </DD>
8138 <DT>Del Cltn
8139 <!--chtml if pinemode="function_key"-->
8140 (F10)
8141 <!--chtml else-->
8143 <!--chtml endif-->
8144 </DT>
8146 <DD>Delete the selected collection definition.<BR>
8147 NOTE: The folders and directories referred to by the
8148 collection definition are <EM>NOT</EM> deleted.  Folders must
8149 be deleted, if that's what you wish to do, from the 
8150 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8151 individual folders in a collection.
8152 </DD>
8154 <DT>Shuffle
8155 <!--chtml if pinemode="function_key"-->
8156 (F11)
8157 <!--chtml else-->
8159 <!--chtml endif-->
8160 </DT>
8162 <DD>Change the order of the displayed collections.  Alpine will offer
8163 to move the currently selected collection one position UP
8164 or DOWN.
8165 </DD>
8166 </DL>
8169 &lt;End of help on this topic&gt;
8170 </BODY>
8171 </HTML>
8172 ============ h_what_are_collections ==========
8173 <HTML>
8174 <HEAD>
8175 <TITLE>Folder Collections Explained</TITLE>
8176 </HEAD>
8177 <BODY>
8178 <H1>Folder Collections Explained</H1>
8181 Those of you with simple mail configurations will just see a list of all the
8182 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8183 The special folders for INBOX, sent mail and saved messages
8184 will appear at the top of the list.  All others are in alphabetical order.
8186 If you
8187 or your system administrator have defined more than one collection or if
8188 you have a collection (for newsgroups or email folders) defined on your 
8189 system, then you will see the COLLECTION LIST screen first when choosing 
8190 FOLDER LIST from Alpine's MAIN MENU.
8192 <H2>Why have multiple folder collections?</H2>
8194 For Alpine users who only maintain email folders (and not too many) on one host, 
8195 a single folder collection is probably sufficient.<P>
8197 However, people who have more than one email account - for example, one 
8198 at their university, and one with their personal Internet Service Provider - 
8199 will have different sets of folders on different hosts, and they may want to
8200 access them all from the same installation of Alpine, rather than use different 
8201 software and/or log into other hosts to manipulate messages in different 
8202 accounts.  (If in doubt whether one of your email accounts can be accessed 
8203 with Alpine, contact the technical support people for that account.)  Even people
8204 who have only one email account on one host, but have dozens or
8205 hundreds of email folders, may want to arrange these folders together in a 
8206 meaningful way.<BR>
8207 That is where multiple collections come in.
8209 <H2>Types of Collections</H2>
8210 <DL>
8211 <DT>INCOMING FOLDERS</DT>
8212 <DD>&quot;Incoming Message Folders&quot; 
8213 is a special collection typically used to supplement your single INBOX.  
8214 All the folders here are meant to be ones that receive incoming messages, 
8215 which you intend to check more or less frequently.  
8216 You may have multiple folders like this because you or your systems 
8217 administrator have set up an external program or you may have set up
8218 Alpine to filter incoming 
8219 messages into different folders, based on certain criteria such as 
8220 sender, recipient, or subject; or because you have multiple accounts and 
8221 wish to check their INBOXes easily.  This collection is established by 
8222 setting the 
8223 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8224 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8225 MAIN MENU.
8226 </DD>
8228 <DT>NEWS</DT>
8229 <DD>You can also define a collection specifically for
8230 newsgroups.  Alpine does this for you implicitly when you 
8231 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8232 in your Alpine configuration.  The news collection appears last in the 
8233 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8234 and Alpine knows not to save messages there.
8235 </DD>
8237 <DT>DEFAULT COLLECTION</DT>
8238 <DD>This is the default collection for your saved and sent messages folders.
8239 </DD>
8240 </DL>
8244 <H2>Defining Collections</H2>
8246 In the absence of any folder-collection definitions, Alpine will assume a
8247 single default folder collection.
8248 <!--chtml if pinemode="os_windows"-->
8249 <!--chtml else-->
8250 If necessary, Alpine will create the directory
8251 &quot;mail&quot; in your Unix home directory 
8252 to hold your folders.
8253 <!--chtml endif-->
8255 You can use the 
8256 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8257 the MAIN MENU, to manage your collection list.  
8259 &lt;End of help on this topic&gt;
8260 </BODY>
8261 </HTML>
8262 ===== h_select_address_screen =====
8263 <HTML>
8264 <HEAD>
8265 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8266 </HEAD>
8267 <BODY>
8268 <H1>SELECT AN ADDRESS SCREEN</H1>
8269 <H2>COMMANDS</H2>
8270 <!--chtml if pinemode="function_key"-->
8271 <PRE>
8272 Available  Commands                        
8273 -------------------------------            
8274 F1  Show Help Text
8275 F3  Exit without selecting anything
8276 F4  Select the highlighted address
8277 F5  Move highlight to previous address
8278 F6  Move highlight to next address
8279 F7  Previous page of addresses
8280 F8  Next page of addresses
8281 F11 Print
8282 F12 WhereIs
8283 </PRE>
8284 <!--chtml else-->
8285 <PRE>
8286 Navigation                     General Alpine Commands
8287 -------------------------      -----------------------
8288  P  Prev Address                ?  Display this help text
8289  N  Next Address                E  Exit without selecting anything
8290  -  Previous page               %  Print
8291 Spc (space bar) Next page
8292  W  WhereIs
8294 Select Command
8295 ------------------------------------------------
8296  S  Select the highlighted address
8297 </PRE>
8298 <!--chtml endif-->
8300 <H2>Description of the Select Address Screen</H2>
8302 This screen gives you an easy way to select an address from all of
8303 the address book entries that match the prefix typed so far.
8305 <P><UL>
8306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8307 </UL>
8309 &lt;End of help on this topic&gt;
8310 </BODY>
8311 </HTML>
8312 ===== h_select_rule_screen =====
8313 <HTML>
8314 <HEAD>
8315 <TITLE>SELECT A RULE SCREEN</TITLE>
8316 </HEAD>
8317 <BODY>
8318 <H1>SELECT A RULE SCREEN</H1>
8319 <H2>COMMANDS</H2>
8320 <!--chtml if pinemode="function_key"-->
8321 <PRE>
8322 Available  Commands                        
8323 -------------------------------            
8324 F1  Show Help Text
8325 F3  Exit without selecting anything
8326 F4  Select the highlighted rule
8327 F5  Move highlight to previous rule
8328 F6  Move highlight to next rule
8329 F7  Previous page of rules
8330 F8  Next page of rules
8331 F11 Print
8332 F12 WhereIs
8333 </PRE>
8334 <!--chtml else-->
8335 <PRE>
8336 Navigation                     General Alpine Commands
8337 -------------------------      -----------------------
8338  P  Prev Rule                   ?  Display this help text
8339  N  Next Rule                   E  Exit without selecting anything
8340  -  Previous page               %  Print
8341 Spc (space bar) Next page
8342  W  WhereIs
8344 Select Command
8345 ------------------------------------------------
8346  S  Select the highlighted rule
8347 </PRE>
8348 <!--chtml endif-->
8350 <H2>Description of the Select Rule Screen</H2>
8352 This screen just gives you an easy way to select a rule from all of your
8353 defined rules.
8354 The list of rules presented is the list of nicknames of all of the rules
8355 defined using Setup/Rules.
8356 For selecting messages, it is likely that the Indexcolor rules and possibly
8357 the Roles rules will be most useful.
8358 The others are there also, in case you find a use for them.
8360 In order for this to be useful for selecting messages, the nicknames of
8361 the rules have to be different.
8362 Alpine actually just gets the nickname of the rule that you select and then
8363 looks up that rule using the nickname.
8364 So if there are duplicate nicknames, the first rule that has that
8365 nickname will be used.
8367 <P><UL>
8368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8369 </UL>
8371 &lt;End of help on this topic&gt;
8372 </BODY>
8373 </HTML>
8374 ===== h_select_priority_screen =====
8375 <HTML>
8376 <HEAD>
8377 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8378 </HEAD>
8379 <BODY>
8380 <H1>SELECT A PRIORITY SCREEN</H1>
8381 <H2>COMMANDS</H2>
8382 <!--chtml if pinemode="function_key"-->
8383 <PRE>
8384 Available  Commands                        
8385 -------------------------------            
8386 F1  Show Help Text
8387 F3  Exit without selecting anything
8388 F4  Select the highlighted priority
8389 F5  Move highlight to previous priority
8390 F6  Move highlight to next priority
8391 F7  Previous page of priorities
8392 F8  Next page of priorities
8393 F11 Print
8394 F12 WhereIs
8395 </PRE>
8396 <!--chtml else-->
8397 <PRE>
8398 Navigation                     General Alpine Commands
8399 -------------------------      -----------------------
8400  P  Prev Priority               ?  Display this help text
8401  N  Next Priority               E  Exit without selecting anything
8402  -  Previous page               %  Print
8403 Spc (space bar) Next page
8404  W  WhereIs
8406 Select Command
8407 ------------------------------------------------
8408  S  Select the highlighted priority
8409 </PRE>
8410 <!--chtml endif-->
8412 <H2>Description of the Select Priority Screen</H2>
8414 This screen gives you a way to select a priority for the message you are sending.
8415 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8416 Some mail programs will display an indication of the priority level to
8417 the recipient of the message, some will ignore it.
8418 Even in cases where the mail programs of both the sender and the recipient
8419 agree on the meaning of this header, keep in mind that it is
8420 something that the sender sets so it is only an indication
8421 of the priority that the sender attaches to the mail.
8422 Alpine can be made to display an indication of this priority in incoming
8423 messages by use of one of the tokens
8424 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8425 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8426 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8428 <P><UL>
8429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8430 </UL>
8432 &lt;End of help on this topic&gt;
8433 </BODY>
8434 </HTML>
8435 ===== h_select_keyword_screen =====
8436 <HTML>
8437 <HEAD>
8438 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8439 </HEAD>
8440 <BODY>
8441 <H1>SELECT A KEYWORD SCREEN</H1>
8442 <H2>COMMANDS</H2>
8443 <!--chtml if pinemode="function_key"-->
8444 <PRE>
8445 Available  Commands                        
8446 -------------------------------            
8447 F1  Show Help Text
8448 F3  Exit without selecting anything
8449 F4  Select the highlighted keyword
8450 F5  Move highlight to previous keyword
8451 F6  Move highlight to next keyword
8452 F7  Previous page of keywords
8453 F8  Next page of keywords
8454 F11 Print
8455 F12 WhereIs
8456 </PRE>
8457 <!--chtml else-->
8458 <PRE>
8459 Navigation                     General Alpine Commands
8460 -------------------------      -----------------------
8461  P  Prev Keyword                ?  Display this help text
8462  N  Next Keyword                E  Exit without selecting anything
8463  -  Previous page               %  Print
8464 Spc (space bar) Next page
8465  W  WhereIs
8467 Select Command
8468 ------------------------------------------------
8469  S  Select the highlighted keyword
8470 </PRE>
8471 <!--chtml endif-->
8473 <H2>Description of the Select Keyword Screen</H2>
8475 This screen just gives you an easy way to select a keyword.
8476 The list of keywords presented is the list of all keywords defined in your 
8477 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8478 If you have given a keyword a nickname, that nickname is displayed
8479 instead of the actual keyword.
8481 <P><UL>
8482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8483 </UL>
8485 &lt;End of help on this topic&gt;
8486 </BODY>
8487 </HTML>
8488 ===== h_select_charset_screen =====
8489 <HTML>
8490 <HEAD>
8491 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8492 </HEAD>
8493 <BODY>
8494 <H1>SELECT A CHARACTER SET SCREEN</H1>
8495 <H2>COMMANDS</H2>
8496 <!--chtml if pinemode="function_key"-->
8497 <PRE>
8498 Available  Commands                        
8499 -------------------------------            
8500 F1  Show Help Text
8501 F3  Exit without selecting anything
8502 F4  Select the highlighted character set
8503 F5  Move highlight to previous character set
8504 F6  Move highlight to next character set
8505 F7  Previous page of character sets
8506 F8  Next page of character sets
8507 F11 Print
8508 F12 WhereIs
8509 </PRE>
8510 <!--chtml else-->
8511 <PRE>
8512 Navigation                     General Alpine Commands
8513 -------------------------      -----------------------
8514  P  Prev Character Set          ?  Display this help text
8515  N  Next Character Set          E  Exit without selecting anything
8516  -  Previous page               %  Print
8517 Spc (space bar) Next page
8518  W  WhereIs
8520 Select Command
8521 ------------------------------------------------
8522  S  Select the highlighted character set
8523 </PRE>
8524 <!--chtml endif-->
8526 <H2>Description of the Select A Character Set Screen</H2>
8528 This screen just gives you an easy way to select a character set from the
8529 set of character sets Alpine knows about.
8530 The list presented will vary slightly depending on what option you are
8531 selecting the character set for.
8533 <P><UL>
8534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8535 </UL>
8537 &lt;End of help on this topic&gt;
8538 </BODY>
8539 </HTML>
8540 ===== h_select_multcharsets_screen =====
8541 <HTML>
8542 <HEAD>
8543 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8544 </HEAD>
8545 <BODY>
8546 <H1>SELECT CHARACTER SETS SCREEN</H1>
8547 <H2>COMMANDS</H2>
8548 <!--chtml if pinemode="function_key"-->
8549 <PRE>
8550 Available  Commands
8551 -------------------------------            
8552 F1  Show Help Text
8553 F3  Exit without selecting anything
8554 F4  Select the highlighted charset (or chosen charsets in ListMode)
8555 F5  Move highlight to previous charset
8556 F6  Move highlight to next charset
8557 F7  Previous page of charsets
8558 F8  Next page of charsets
8559 F9  Toggle choices when using ListMode
8560 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8561 F11 Print
8562 F12 WhereIs
8563 </PRE>
8564 <!--chtml else-->
8565 <PRE>
8566 Navigation                     General Alpine Commands
8567 -------------------------      -----------------------
8568  P  Prev Charset                ?  Display this help text
8569  N  Next Charset                E  Exit without selecting anything
8570  -  Previous page               %  Print
8571 Spc (space bar) Next page
8572  W  WhereIs
8574 Select Command
8575 ------------------------------------------------
8576  S  Select the highlighted charset (or chosen charsets in ListMode)
8577  L  Turn on ListMode (makes it easy to choose multiple charsets)
8578  1  Turn off ListMode
8579  X  Toggle choices when using ListMode
8580 </PRE>
8581 <!--chtml endif-->
8583 <H2>Description of the Select Character Set Screen</H2>
8585 This screen just gives you an easy way to select a character set or a list of
8586 character sets.
8587 The list of character sets presented is the list of all character sets known to
8588 Alpine.
8589 You may select other character sets by typing them in directly.
8591 <P><UL>
8592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8593 </UL>
8595 &lt;End of help on this topic&gt;
8596 </BODY>
8597 </HTML>
8598 ===== h_select_multkeyword_screen =====
8599 <HTML>
8600 <HEAD>
8601 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8602 </HEAD>
8603 <BODY>
8604 <H1>SELECT KEYWORDS SCREEN</H1>
8605 <H2>COMMANDS</H2>
8606 <!--chtml if pinemode="function_key"-->
8607 <PRE>
8608 Available  Commands
8609 -------------------------------            
8610 F1  Show Help Text
8611 F3  Exit without selecting anything
8612 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8613 F5  Move highlight to previous keyword
8614 F6  Move highlight to next keyword
8615 F7  Previous page of keywords
8616 F8  Next page of keywords
8617 F9  Toggle choices when using ListMode
8618 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8619 F11 Print
8620 F12 WhereIs
8621 </PRE>
8622 <!--chtml else-->
8623 <PRE>
8624 Navigation                     General Alpine Commands
8625 -------------------------      -----------------------
8626  P  Prev Keyword                ?  Display this help text
8627  N  Next Keyword                E  Exit without selecting anything
8628  -  Previous page               %  Print
8629 Spc (space bar) Next page
8630  W  WhereIs
8632 Select Command
8633 ------------------------------------------------
8634  S  Select the highlighted keyword (or chosen keywords in ListMode)
8635  L  Turn on ListMode (makes it easy to choose multiple keywords)
8636  1  Turn off ListMode
8637  X  Toggle choices when using ListMode
8638 </PRE>
8639 <!--chtml endif-->
8641 <H2>Description of the Select Keyword Screen</H2>
8643 This screen just gives you an easy way to select a keyword or a list of
8644 keywords.
8645 The list of keywords presented is the list of all keywords defined in your 
8646 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8647 If you have given a keyword a nickname, that nickname is displayed
8648 instead of the actual keyword.
8650 <P><UL>
8651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8652 </UL>
8654 &lt;End of help on this topic&gt;
8655 </BODY>
8656 </HTML>
8657 ===== h_select_incoming_to_monitor =====
8658 <HTML>
8659 <HEAD>
8660 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8661 </HEAD>
8662 <BODY>
8663 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8664 <H2>COMMANDS</H2>
8665 <!--chtml if pinemode="function_key"-->
8666 <PRE>
8667 Available  Commands
8668 -------------------------------            
8669 F1  Show Help Text
8670 F3  Exit without selecting anything
8671 F4  Select the marked folders
8672 F5  Move highlight to previous folder
8673 F6  Move highlight to next folder
8674 F7  Previous page of folders
8675 F8  Next page of folders
8676 F9  Toggle choices on or off
8677 F11 Print
8678 F12 WhereIs
8679 </PRE>
8680 <!--chtml else-->
8681 <PRE>
8682 Navigation                     General Alpine Commands
8683 -------------------------      -----------------------
8684  P  Prev Folder                 ?  Display this help text
8685  N  Next Folder                ^C  exit without changing anything
8686  -  Previous page               %  Print
8687 Spc (space bar) Next page
8688  W  WhereIs
8690 Select Command
8691 ------------------------------------------------
8692  S  Select the marked folders
8693  X  Toggle choices on or off
8694 </PRE>
8695 <!--chtml endif-->
8697 <H2>Description of the Select Folders to Check Screen</H2>
8699 This screen is only useful if the feature
8700 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8701 is set.
8702 By default, when you set that feature all of your incoming folders
8703 will be checked periodically for Unseen messages.
8704 By using this screen, you may restrict the set of monitored folders to
8705 a subset of all of the incoming folders.
8707 Mark the folders you want to monitor for Unseen messages with
8708 an &quot;X&quot;.
8709 When you've finished marking all your selections use the Select
8710 command to register your choices.
8711 To return to the default of checking all incoming folders
8712 delete all folders or unmark all folders.
8714 <P><UL>
8715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8716 </UL>
8718 &lt;End of help on this topic&gt;
8719 </BODY>
8720 </HTML>
8721 ===== h_role_select =====
8722 <HTML>
8723 <HEAD>
8724 <TITLE>ROLES SCREEN</TITLE>
8725 </HEAD>
8726 <BODY>
8727 <H1>ROLES SCREEN</H1>
8728 <H2>ROLES COMMANDS</H2>
8729 <!--chtml if pinemode="function_key"-->
8730 <PRE>
8731 Available  Commands                        
8732 -------------------------------            
8733 F1  Show Help Text
8734 F3  Exit without a selection
8735 F4  Select a role to use in composition
8736 F5  Move to previous role
8737 F6  Move to next role
8738 F7  Previous page of roles
8739 F8  Next page of roles
8740 F11 Change Default Role
8741 F12 Whereis (search role nicknames)
8742 </PRE>
8743 <!--chtml else-->
8744 <PRE>
8745 Navigation                     General Alpine Commands
8746 -------------------------      -----------------------
8747  P  Prev Role                     ?  Display this help text
8748  N  Next Role                     E  Exit without a selection
8749  -  Previous page
8750 Spc (space bar) Next page
8751  W  WhereIs (search for word in role nicknames)
8753 Select Role Commands
8754 ------------------------------------------------
8755  [Return]  Select highlighted role
8756  D         Change Default Role
8757 </PRE>
8758 <!--chtml endif-->
8760 <H2>Description of the Roles Screen</H2>
8762 With this screen you select a role to be used in the composition of a
8763 message.
8764 Use the Previous and Next commands to highlight the role you wish to
8765 use.
8766 When you type carriage return you will be placed in the composer using the highlighted role.
8768 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8769 available unless you set them up.
8770 You may do so by using the Setup/Rules command on the MAIN MENU.
8772 By using the D command, you may set a default role that will persist until
8773 you change it or until you exit Alpine.
8774 The D command toggles through three states: set the default role, unset the
8775 default role, and leave the default role as it is.
8776 <P><UL>
8777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8778 </UL>
8780 &lt;End of help on this topic&gt;
8781 </BODY>
8782 </HTML>
8783 ===== h_role_abook_select =====
8784 <HTML>
8785 <HEAD>
8786 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8787 </HEAD>
8788 <BODY>
8789 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8790 <H2>COMMANDS</H2>
8791 <!--chtml if pinemode="function_key"-->
8792 <PRE>
8793 Available  Commands                        
8794 -------------------------------            
8795 F1  Show Help Text
8796 F3  Exit screen without selecting anything
8797 F4  Select highlighted address book
8798 F5  Move to previous address book
8799 F6  Move to next address book
8800 F7  Previous page of address books
8801 F8  Next page of address books
8802 F12 Whereis
8803 </PRE>
8804 <!--chtml else-->
8805 <PRE>
8806 Navigation                     General Alpine Commands
8807 -------------------------      -----------------------
8808  P  Previous addrbook          ?  Display this help text
8809  N  Next addrbook
8810  -  Previous page
8811 Spc (space bar) Next page
8812  W  WhereIs
8814 Select Role Commands
8815 ------------------------------------------------
8816  S  Select highlighted address book
8817  E  Exit screen without selecting anything
8818 </PRE>
8819 <!--chtml endif-->
8821 <H2>Description of the Select Address Book Screen</H2>
8823 This screen helps you select one of your address books.
8824 Use the Previous and Next commands to highlight the address book you wish to
8825 select.
8826 <P><UL>
8827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8828 </UL>
8830 &lt;End of help on this topic&gt;
8831 </BODY>
8832 </HTML>
8833 ======== h_rule_patterns =============
8834 <HTML>
8835 <HEAD>
8836 <TITLE>PATTERNS</TITLE>
8837 </HEAD>
8838 <BODY>
8839 <H1>PATTERNS</H1>
8840 Patterns are used with Roles, Filtering, Index Coloring,
8841 Scoring, Other Rules, and Search Rules.
8842 Patterns are compared with a message to see if there is a match.
8843 For Filtering, the messages being checked are all the messages in the
8844 folder, one at a time.
8845 For Index Line Coloring, each message that is visible on the screen is
8846 checked for matches with the Index Coloring Patterns.
8847 Roles are used with the Reply, Forward, and Compose commands.
8848 For Reply, the message used to compare the Pattern with is the message
8849 being replied to;
8850 for Forward, the message used to compare the Pattern with is the message
8851 being forwarded;
8852 and for Compose, there is no message, so the parts of the Pattern that depend
8853 on a message (everything other than Current Folder Type and the
8854 Beginning of Month and Year)
8855 are not used.
8856 Only the Current Folder Type matters for Compose (plus the Beginning of
8857 Month or Year, which you wouldn't usually use for a Role).
8858 For Scoring, the message being scored is compared with all of the Score
8859 Patterns, and the Score Values from the ones that match are added together to 
8860 get the message's score.
8861 For Other Rules, there is no message. Only the Current Folder Type is checked
8862 for Other Rules.
8864 Each Pattern has several possible parts, all of which are optional.
8865 In order for there to be a match, <EM>ALL</EM> of the
8866 <EM>defined</EM> parts of the Pattern must match the message.
8867 If a part is not defined it is considered a match, but note that a filtering
8868 Pattern must have at least one defined part or it will be ignored.
8869 For example, if the To pattern is not defined it will be
8870 displayed as
8872 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8874 That is considered a match because it is not defined.
8875 This means that the Pattern with nothing defined is a match if the
8876 Current Folder Type matches, but there is an exception that was mentioned
8877 in the previous paragraph.
8878 Because filtering is a potentially destructive action, filtering Patterns
8879 with nothing other than Current Folder Type defined are ignored.
8880 If you really want a filtering Pattern to match all messages (subject to
8881 Current Folder Type) the best way to do it is to define a Score interval
8882 that includes all possible scores.
8883 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8884 This can be used even if you haven't defined any rules to Set Scores.
8886 There are six predefined header patterns called the To, From, Sender, Cc, News,
8887 and Subject patterns.
8888 Besides those six predefined header patterns, you may add
8889 additional header patterns with header fieldnames of your choosing.
8890 You add an extra header pattern by placing the cursor on one of the
8891 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8892 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8893 and the Partic pattern is a header pattern that stands for
8894 Participant (From OR To OR Cc).
8895 (Defining the Recip pattern does not have the same effect as defining both
8896 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8897 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8898 Instead of comparing this pattern's text against only the contents of
8899 a particular header field, the text for the AllText pattern is compared
8900 with text anywhere in the message's header or body, and the text for the
8901 BodyText pattern is compared with text anywhere in the message's body.
8903 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8904 &quot;!&quot; &quot;toggle NOT&quot; command.
8905 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8906 &quot;!&quot; at the beginning of the pattern line.
8907 When the &quot;!&quot; is present, it reverses the meaning of the match.
8908 That is, if the pattern matches then it is considered to NOT be a match, and
8909 if it does not match it is considered to be a match.
8911 Don't make the mistake of putting the &quot;!&quot; in the data field for
8912 a pattern.
8913 For example, if you type the characters &quot;!urgent&quot; into the Subject
8914 pattern, the pattern will look like:
8916 <PRE>
8917  Subject pattern = !urgent
8918 </PRE>
8920 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8921 In order to match messages that do not have &quot;urgent&quot; in
8922 their Subject field, first type the characters &quot;urgent&quot; followed
8923 by carriage return for the value of the Subject pattern, then negate it
8924 by typing the &quot;!&quot; command.
8925 It should look like
8927 <PRE>
8928  ! Subject pattern = urgent
8929 </PRE>
8931 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8932 be a complete email address, part of an address, or a random set of
8933 characters to match against.
8934 It may also be a list of such patterns, which means you
8935 are looking for a match against the first pattern in the list <EM>OR</EM>
8936 the second pattern <EM>OR</EM> the third and so on.
8937 For example, a Subject pattern equal to
8939 <PRE>
8940  Subject pattern = urgent
8941                    emergency
8942                    alert
8943 </PRE>
8945 would match all messages with a subject that contained at least one
8946 of those words.
8947 It would also match subjects containing the words &quot;alerts&quot; or
8948 &quot;Urgently&quot;.
8950 The same example with &quot;NOT&quot; turned on would be
8952 <PRE>
8953  ! Subject pattern = urgent
8954                      emergency
8955                      alert
8956 </PRE>
8958 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8959 those words.
8960 You can use the &quot;Add Value&quot; command to add new words to the list,
8961 or you can enter them as a comma-separated list.
8963 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8964 present for a match.
8965 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8966 pattern2 must be present,
8967 and that is exactly what using a list does.)
8969 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8970 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8971 when checking for matches for Scoring.
8972 There are five similar settings that relate to the status of the message.
8973 These settings rely on the message being New or not, Deleted or not,
8974 Answered or not, Important or not, and Recent or not.
8975 There are also some other miscellaneous settings.
8976 The first is the Age of the message in days.
8977 Another is the Size of the message, in bytes.
8978 The third is a setting that detects whether or not the Subject of a
8979 message contains raw 8-bit characters (unencoded characters with the most
8980 significant bit set).
8981 There is a setting that detects whether or not this is the first time
8982 Alpine has been run this month (doesn't depend on individual messages),
8983 and another that detects whether or not this is the first time Alpine has
8984 been run this year.
8985 Other parts of the Pattern detect whether or not the From address of a
8986 message appears in your address book, whether or not certain keywords
8987 are set for a message, and whether or not certain character sets are
8988 used in a message.
8990 <H2>Parts of a Pattern</H2>
8992 <H3>Header patterns</H3>
8994 A header pattern is simply text that is searched for in the corresponding
8995 header field.
8996 For example, if a Pattern has a From header pattern with the value
8997 &quot;@company.com&quot;, then only messages that have a From header
8998 that contains the text &quot;@company.com&quot; will be possible
8999 matches.
9000 Matches don't have to be exact.
9001 For example, if the relevant field of a message contains the text
9002 &quot;mailbox@domain&quot; somewhere
9003 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9004 &quot;mailbox@domain&quot; are all matches.
9006 All parts of the Pattern must match so, for example,
9007 if a message matches a defined
9008 From pattern, it still must be checked against the other parts of the
9009 Pattern that have been defined.
9010 The To header pattern is a slightly special case.
9011 If the message being checked has a Resent-To header
9012 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9013 there are used in place of the addresses in the To header.
9014 This is only true for the To header.
9015 Resent-cc and Resent-From headers are never used unless you add them
9016 with the eXtraHdrs command.
9018 The meaning of a header pattern may be negated with the
9019 &quot;!&quot; &quot;toggle NOT&quot; command.
9020 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9021 &quot;!&quot; at the beginning of the pattern line.
9022 It would look something like
9024 <PRE>
9025  ! From pattern = susan@example.com
9026 </PRE>
9028 When the &quot;!&quot; is present, it reverses the meaning of the match.
9030 If you want to check for the presence of a header field but don't care
9031 about its value, then
9032 the empty pattern that you get by entering a pair of
9033 double quotes (&quot;&quot;) should match any message that
9034 has the corresponding header field.
9036 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9038 AllText patterns are just like header patterns except that the text is
9039 searched for anywhere in the message's headers or body, not just in the
9040 contents of a particular header field.
9043 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9045 BodyText patterns are just like header patterns except that the text is
9046 searched for anywhere in the message's body, not just in the
9047 contents of a particular header field.
9050 If there is more than one header pattern or AllText pattern or BodyText pattern
9051 for which you want to take the
9052 same action there is a shorthand notation that may be used.
9053 Any of these patterns may be a list of patterns instead of
9054 just a single pattern.
9055 If any one of the patterns in the list matches the message
9056 then it is considered a match.
9057 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9058 you to use the same role when replying to messages, you might have
9059 a To pattern that looks like
9061 <PRE>
9062  To pattern = company1.com
9063               company2.com
9064 </PRE>
9066 This means that if the mail you are replying to was addressed to
9067 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9068 then this Pattern is a match and the same actions will be taken.
9070 The meaning of an AllText or BodyText pattern may be negated with the
9071 &quot;!&quot; &quot;toggle NOT&quot; command.
9072 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9073 &quot;!&quot; at the beginning of the pattern line.
9074 When the &quot;!&quot; is present, it reverses the meaning of the match.
9076 A technicality: Since comma is the character used to separate multiple values
9077 in any of the fields that may have multiple values (such as header patterns,
9078 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9079 you must escape comma with a
9080 backslash (&#92;) if you want to include a literal comma in one of those fields.
9081 In other words, if you type a backslash followed by a comma it will
9082 be interpreted as a comma by Alpine, instead of as a separator between
9083 pattern values.
9084 All other backslashes (those not followed by a comma) are literal
9085 backslashes and should not be escaped.
9086 It's unlikely you'll ever need to enter a literal comma or backslash in
9087 any of the patterns.
9089 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9091 The &quot;Current Folder Type&quot; may be set to one of four different
9092 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9093 &quot;Specific&quot;.
9094 If the value is set to &quot;News&quot;, then the
9095 Pattern will only match if the currently open folder is a newsgroup.
9096 The value &quot;Email&quot; only matches if the current folder is not news and
9097 the value &quot;Any&quot; causes any folder to match.
9098 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9099 then you must fill in a value for &quot;Folder&quot;, which is on the line
9100 below the &quot;Specific&quot; line.
9101 In this case you will only get a match if the currently open folder is
9102 the specific folder you list.
9103 You may give a list of folders instead of just a single
9104 folder name, in which case the Pattern will match if the open folder is
9105 any one of the folders in the list.
9106 The name of each folder in the list may be either &quot;INBOX&quot;,
9107 the technical specification
9108 of the folder (like what appears in your configuration file) or, if the
9109 folder is one of your incoming folders, it may be the nickname you've given
9110 the folder.
9111 Here are some samples of specific folder names:
9113 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9115 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9117 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9119 The easiest way to fill in the &quot;Folder&quot; field is to use
9120 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9121 highlighted, or to use the &quot;Take&quot; command with the configuration
9122 feature
9123 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9124 turned on.
9126 When reading a newsgroup, there may be a performance penalty
9127 incurred when collecting the information necessary to check whether
9128 or not a Pattern matches a message.
9129 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9130 If you have Patterns with a Current Folder Type of either
9131 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9132 Index Line Coloring or Scoring, you may experience
9133 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9135 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9137 The &quot;Age Interval&quot; may be set to an interval of message
9138 ages that should be considered a match.
9139 Like the other parts of the Pattern, if it is unset it will be ignored.
9140 The Age Interval looks like
9142 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9144 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9145 than or equal to zero.
9146 The special value &quot;INF&quot; may be used for
9147 the max value. It represents infinity.
9149 Actually, this option may be defined as a list of intervals instead
9150 of just a single interval.
9151 The list is separated by commas.
9152 It can look like
9154 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9156 When there is an Age Interval defined, it is a match if the age, in days, of
9157 the message is contained in any of the intervals.
9158 The intervals include both endpoints.
9160 Even though this option is called Age, it isn't actually
9161 the <EM>age</EM> of the message.
9162 Instead, it is how many days ago the message arrived in one of your folders.
9163 If the current time is a little past midnight, then a message that arrived
9164 just before midnight arrived yesterday, even though the message is only
9165 a few minutes old.
9166 By default, the date being used is not the date in the Date
9167 header of the message.
9168 It is the date that the message arrived in one of your folders.
9169 When you Save a message from one folder to another that arrival date
9170 is preserved.
9171 If you would like to use the date in the Date header that is possible.
9172 Turn on the option
9173 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9174 near the bottom of the rule definition.
9175 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9177 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9179 The &quot;Size Interval&quot; may be set to an interval of message
9180 sizes that should be considered a match.
9181 Like the other parts of the Pattern, if it is unset it will be ignored.
9182 The Size Interval looks like
9184 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9186 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9187 than or equal to zero.
9188 The special value &quot;INF&quot; may be used for
9189 the max value. It represents infinity.
9191 Actually, this option may be defined as a list of intervals instead
9192 of just a single interval.
9193 The list is separated by commas.
9194 It can look like
9196 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9198 When there is a Size Interval defined, it is a match if the size, in bytes, of
9199 the message is contained in any of the intervals.
9200 The intervals include both endpoints.
9202 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9204 The &quot;Score Interval&quot; may be set to an interval of message
9205 scores that should be considered a match.
9206 Like the other parts of the Pattern, if it is unset it will be ignored.
9207 The Score Interval looks like
9209 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9211 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9212 negative integers, with min_score less than or equal to max_score.
9213 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9214 the min and max values to represent negative and positive infinity.
9216 Actually, a list of intervals may be used if you wish.
9217 A list would look like
9219 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9221 When there is a Score Interval defined, it is a match if the score for
9222 the message is contained in any of the intervals in the list.
9223 The intervals include the endpoints.
9224 The score for a message is calculated by looking at every Score rule defined and
9225 adding up the Score Values for the ones that match the message.
9226 When deciding whether or not a Pattern matches a message for purposes of
9227 calculating the score, the Score Interval is ignored.
9229 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9231 There are five separate message status settings.
9232 By default, all five are set to the value &quot;Don't care&quot;, which
9233 will match any message.
9234 The value &quot;Yes&quot; means that the particular status must be true
9235 for a match, and the value &quot;No&quot; means that the particular
9236 status must not be true for a match.
9237 For example, one of the five Message Status settings is whether a message
9238 is marked Important or not.
9239 A &quot;Yes&quot; means that the message must be Important to be
9240 considered a match and &quot;No&quot; means that the message must not be
9241 Important to be considered a match.
9242 The same is true of the other four message status settings that depend
9243 on whether or not the message is New; whether the message has 
9244 been Answered or not; whether the message has been Deleted or not, and
9245 whether the message is Recent or not. 
9247 The nomenclature for New and Recent is a bit confusing:
9249 New means that the message is Unseen.
9250 It could have been in your mailbox for a long time but if you haven't looked
9251 at it, it is still considered New.
9252 That matches the default Alpine index display that shows an N for such a
9253 message.
9255 Recent means that the message was added to this folder since the last time
9256 you opened the folder.
9257 Alpine also shows an N by default for these types of messages.
9258 If you were to run two copies of Alpine that opened a folder one right after
9259 the other, a message would only show up as Recent in (at most) the first
9260 Alpine session.
9262 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9264 Keywords are similar to Message Status, but they are chosen by the user.
9265 Provided the mail server allows for it, you may add a set of possible keywords
9266 to a folder and then you may set those keywords or not for each message
9267 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9268 The syntax of this part of the Pattern is similar to the header patterns.
9269 It is a list of keywords.
9270 The Keyword part of the Pattern is a match if the message has any of
9271 the keywords in the list set.
9272 Like other parts of the Pattern, if this is unset it will be ignored.
9274 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9276 A message may use one or more character sets.
9277 This part of the Pattern matches messages that make use of one or more of
9278 the character sets specified in the pattern.
9279 It will be considered a match if a message uses any of the character
9280 sets in the list you give here.
9283 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9284 GB2312) you may also use some shorthand names that Alpine provides.
9285 These names are more understandable shorthand names for sets of 
9286 character set names.
9287 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9288 Selecting one of these shorthand names is equivalent to selecting all of
9289 the character sets that make up the set.
9290 You can see all of these shorthand names and the lists of character sets
9291 they stand for by typing the &quot;T&quot; command with the Character
9292 Set pattern highlighted.
9293 The syntax of this part of the Pattern is similar to the header patterns
9294 and the Message Keywords pattern.
9295 It is a list of character sets (or shorthand names).
9296 The Character Set part of the Pattern is a match if the message uses any
9297 of the character sets in the list.
9298 Like other parts of the Pattern, if this is unset it will be ignored.
9300 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9302 It seems that lots of unwanted email contains unencoded 8-bit characters
9303 in the Subject.
9304 Normally, characters with the 8th bit set are not allowed in the Subject
9305 header unless they are MIME-encoded.
9306 This option gives you a way to match messages that have Subjects that
9307 contain unencoded 8-bit characters.
9308 By default, the value of this option is &quot;Don't care&quot;, which
9309 will match any message.
9310 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9311 the Subject of the message in order for there to be a match,
9312 and the value &quot;No&quot; is the opposite.
9313 Setting this option will affect performance in large folders because the
9314 subject of each message in the folder has to be checked.
9316 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9318 This option gives you a way to take some action once per month.
9319 By default, the value of this option is &quot;Don't care&quot;, which
9320 will always match.
9321 The value &quot;Yes&quot; means that this must be the first time Alpine has
9322 been run this month in order to count as a match,
9323 and the value &quot;No&quot; is the opposite.
9325 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9327 This option gives you a way to take some action once per year.
9328 By default, the value of this option is &quot;Don't care&quot;, which
9329 will always match.
9330 The value &quot;Yes&quot; means that this must be the first time Alpine has
9331 been run this year in order to count as a match,
9332 and the value &quot;No&quot; is the opposite.
9334 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9336 This option gives you a way to match messages that have an address
9337 that is in one of your address books.
9338 Only the simple entries in your address books are searched.
9339 Address book distribution lists are ignored!
9340 By default, the value of this option is &quot;Don't care&quot;, which
9341 will match any message.
9342 The value &quot;Yes, in any address book&quot; means the address
9343 from the message must be in at least one of your
9344 address books in order to be a match.
9345 The value &quot;No, not in any address book&quot;
9346 means none of the addresses may
9347 be in any of your address books in order to be a match.
9348 The values &quot;Yes, in specific address books&quot; and
9349 &quot;No, not in any of specific address books&quot; are similar but instead
9350 of depending on all address books you are allowed to give a list of address
9351 books to look in.
9352 The addresses from the message that are checked for are determined by the
9353 setting you have for &quot;Types of addresses to check for in address book&quot;.
9354 If you set this to &quot;From&quot; the From address from the message will
9355 be looked up in the address book.
9356 If you set it to only &quot;To&quot; then the To addresses will be used.
9357 If any of the To addresses are in the address book then it is considered
9358 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9359 You could set it to both From and To, in which case all of the From and To
9360 addresses are used.
9361 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9362 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9363 exists or the From address if there is no Reply-To address.
9364 Same for the Sender address.
9365 Setting this option may affect performance in large folders because the
9366 From and Reply-To of each message in the folder have to be checked.
9368 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9370 This is a command that is run with its standard input set to the message
9371 being checked and its standard output discarded.
9372 The full directory path should be specified.
9373 The command will be run and then its exit status will be checked against
9374 the Exit Status Interval, which defaults to just the value zero.
9375 If the exit status of the command falls in the interval, it is considered
9376 a match, otherwise it is not a match.
9379 This option may actually be a list of commands.
9380 The first one that exists and is executable is used.
9381 That makes it possible to use the same configuration with Unix Alpine and
9382 PC-Alpine.
9385 If none of the commands in the list exists and is executable then the rule
9386 is <EM>not</EM> a match.
9387 If it is possible that the command may not exist, you should be careful
9388 to structure your rules so that nothing destructive
9389 happens when the command does not exist.
9390 For example, you might have a filter that filters away spam when there is
9391 a match but does nothing when there is not a match.
9392 That would continue to work correctly if the command didn't exist.
9393 However, if you have a filter that filters away spam when there is not
9394 a match and keeps it when there is a match, that would filter everything
9395 if the categorizer command didn't exist.
9397 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9398 setup for the bogofilter filter.
9401 &lt;End of help on this topic&gt;
9402 </BODY>
9403 </HTML>
9404 ===== h_rules_roles =====
9405 <HTML>
9406 <HEAD>
9407 <TITLE>SETUP ROLES SCREEN</TITLE>
9408 </HEAD>
9409 <BODY>
9410 <H1>SETUP ROLES SCREEN</H1>
9411 <H2>SETUP ROLES COMMANDS</H2>
9412 <!--chtml if pinemode="function_key"-->
9413 <PRE>
9414 Available  Commands -- Group 1         Available Commands -- Group 2   
9415 -------------------------------        ------------------------------  
9416 F1  Show Help Text                      F1  Show Help Text             
9417 F2  See commands in next group          F2  See commands in next group
9418 F3  Back to MAIN Alpine menu
9419 F4  Change configuration for role
9420 F5  Move to previous role               F5  Include file in role config
9421 F6  Move to next role                   F6  Exclude file from config
9422 F7  Previous page of roles
9423 F8  Next page of roles
9424 F9  Add new role                        F9  Replicate existing role
9425 F10 Delete existing role
9426 F11 Shuffle the order of roles
9427 F12 Whereis (search role nicknames)
9428 </PRE>
9429 <!--chtml else-->
9430 <PRE>
9431 Navigation                     General Alpine Commands
9432 -------------------------      -----------------------
9433  P  Prev Role                     ?  Display this help text
9434  N  Next Role                     E  Back to MAIN Alpine menu
9435  -  Previous page
9436 Spc (space bar) Next page
9437  W  WhereIs (search for word in role nicknames)
9439 Setup Roles Commands
9440 ------------------------------------------------
9441  A  Add new role                  $  Shuffle the order of roles
9442  D  Delete existing role          C  Change configuration for highlighted role
9443  R  Replicate existing role
9444  I  Include file in role config   X  Exclude file from role config
9445 </PRE>
9446 <!--chtml endif-->
9448 <H2>Description of the Setup Roles Screen</H2>
9450 This screen lets you add, delete, modify, or change the order of the rules
9451 that determine the role you are playing when composing a message.
9453 You may play different roles depending on who you are replying to.
9454 For example, if you are replying to a message addressed to help-desk you
9455 may be acting as a Help Desk Worker.
9456 That role may require that you use a different return address and/or
9457 a different signature.
9459 Roles are optional.
9460 If you set up roles they work like this:  Each role has a set of
9461 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9462 considered for a particular use; a &quot;Pattern&quot;,
9463 which is used to decide which of the eligible roles is used; and a set
9464 of &quot;Actions&quot;, which are taken when that role is used.
9465 When you reply to a message, the message you are replying to is compared
9466 with the Patterns of the roles marked as eligible for use when replying.
9467 The comparisons start with the first eligible role and keep going until there
9468 is a match.
9469 If a match is found, the matching role's Actions are taken.
9471 It is also possible to set a default role and to change that role during
9472 your Alpine session.
9473 When you start Alpine no default role will be set.
9474 You may set or change the current default role by using the &quot;D&quot;
9475 command in the role selection screen.
9476 You'll see that screen while composing a message and being asked to select
9477 a role.
9478 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9479 compose a message.
9480 You may find a default role useful if you normally perform the duties of one
9481 of your roles for a while, then you switch to another role and stay in the
9482 new role for another period of time.
9483 It may be easier than using the Role Command to select the role each time you
9484 compose a message.
9486 <H2>Role Uses</H2>
9488 There are three types of use to be configured;
9489 one for Replying, one for Forwarding, and one for Composing.
9490 These indicate whether or not you want a role to be considered when you
9491 type the Reply, Forward, or Compose commands.
9492 (The Role command is an alternate form of the Compose command, and it is
9493 not affected by these settings.)
9494 Each of these Use types has three possible values.
9495 The value &quot;Never&quot;
9496 means that the role will never be considered as a candidate for use with
9497 the corresponding command.
9498 For example, if you set a role's Reply Use to Never, then when you Reply to
9499 a message, that role won't even be considered.
9500 (That isn't quite true. If the message you are replying to matches some other
9501 role that requires confirmation,
9502 then there will be a ^T command available which allows you to select a role
9503 from all of your roles, not just the reply-eligible roles.)
9506 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9507 both mean that you do want to consider this role when using the corresponding
9508 command.
9509 For either of these settings the role's Pattern will
9510 be checked to see if it matches the message.
9511 For Reply Use, the message used to compare the Pattern with is the message
9512 being replied to.
9513 For Forward Use, the message used to compare the Pattern with is the message
9514 being forwarded.
9515 For Compose Use, there is no message, so the parts of the Pattern that depend
9516 on a message (everything other than Current Folder Type) are ignored.
9517 In all cases, the Current Folder Type is checked if defined.
9518 If there is a match then this role will either be used without confirmation
9519 or will be the default when confirmation is asked for, depending on
9520 which of the two options is selected.
9521 If confirmation is requested, you will have a chance to
9522 choose No Role instead of the offered role, or to
9523 change the role to any one of your other roles (with the ^T command).
9525 <H2>Role Patterns</H2>
9527 In order to determine whether or not a message matches a role the message is
9528 compared with the Role's Pattern.
9529 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9530 Scoring, Other Rules, and Search Rules, so are described in only one place,
9531 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9533 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9534 a role that has all header patterns unset, the AllText pattern unset,
9535 the BodyText pattern unset,
9536 the Score Interval unset, and the Current Folder Type set to
9537 &quot;Any&quot; may be used as a default role.
9538 It should be put last in the list of roles since the matching
9539 starts at the beginning and proceeds until one of the roles is a match.
9540 If no roles at all match, then Alpine will
9541 use its regular methods of defining the role.
9542 If you wanted to, you could define a different &quot;default&quot; role
9543 for Replying, Forwarding, and Composing by setting the
9544 &quot;Use&quot; fields appropriately.
9546 <H2>Role Actions</H2>
9548 Once a role match is found, the role's Actions are taken.
9549 For each role there are several possible actions that may be defined.
9550 They are actions to set the From address, the Reply-To address,
9551 the Fcc, the Signature, the Template file, and Other Headers.
9553 <H3>Set From</H3>
9555 The From address is the address used on the From line of the message
9556 you are sending.
9558 <H3>Set Reply-To</H3>
9560 The Reply-To address is the address used on the Reply-To line of the message
9561 you are sending.
9562 You don't need a Reply-To address unless it is different from the From address.
9564 <H3>Set Other Headers</H3>
9566 If you want to set the value of the From or Reply-To headers, use
9567 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9568 If you want to set the values of other headers, use this field.
9569 This field is similar to the
9570 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9571 Each header you specify here must include the header tag
9572 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9573 and may optionally include a value for that header.
9574 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9575 for a header here will replace any value that already exists.
9576 For example, if you are Replying to a message there will be at least one
9577 address in the To header (the address you are Replying to).
9578 However, if you Reply using a role that sets the To header, that role's
9579 To header value will be used instead.
9581 <H3>Set Fcc</H3>
9583 The Fcc is used as the Fcc for the message you are sending.
9585 <H3>Set Signature or Set LiteralSig</H3>
9587 The Signature is the name of a file to be used as the signature file when
9588 this role is being used.
9589 If the name of the file has a vertical bar following it (|)
9590 then it is assumed that the file is a program that should be run to
9591 produce the signature.
9592 If the LiteralSig is set, then it is used instead of the signature file.
9593 LiteralSig is just a different way to store the signature.
9594 It is stored in the pine configuration file instead of in a separate
9595 signature file.
9596 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9597 either in the role or as the default signature in the Setup/Config screen,
9598 then the signature file is ignored.
9600 <H3>Set Template</H3>
9602 A Template is the name of a file to be included in the message when this
9603 role is being used.
9604 If the name of the file has a vertical bar following it (|)
9605 then it is assumed that the file is a program that should be run to
9606 produce the template.
9609 Both signature files and template files may be stored remotely on an IMAP
9610 server.
9611 In order to do that you just give the file a remote name.
9612 This works just like the regular
9613 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9614 option that is configured from the Setup/Configuration screen.
9615 A remote signature file name might look like:
9617 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9619 Once you have named the remote signature or template file you create its
9620 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9621 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9622 line of the role editor.
9625 Both signature files and template files (or the output of signature programs
9626 and template file programs) may contain special tokens
9627 that are replaced with contents
9628 that depend on the message being replied to or forwarded.
9629 See the help for the individual fields inside the role editor for more
9630 information on tokens.
9632 <H3>Use SMTP Server</H3>
9634 If this field has a value, then it will be used as the SMTP server
9635 to send mail when this role is being used (unless the SMTP server variable
9636 is set in the system-wide fixed configuration file).
9637 It has the same semantics as the
9638 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9639 variable in the Setup/Config screen.
9640 When you postpone the composition this SMTP server list will be saved
9641 with the postponed composition and it cannot be changed later.
9642 Because of that, you may want to make this a list of SMTP servers
9643 with the preferred server at the front of the list and alternate servers
9644 later in the list.
9647 If any of the actions are left unset, then the action depends on what
9648 is present in the &quot;Initialize settings using role&quot; field.
9649 If you've listed the nickname of another one of your roles there, then the
9650 corresponding action from that role will be used here.
9651 If that action is also blank, or if there is no nickname specified,
9652 then Alpine will do whatever it normally does to set these actions.
9653 This depends on other configuration options and features you've set.
9655 <H2>Command Descriptions</H2>
9657 <H3>Add</H3>
9659 The Add command is used to add a new role definition to your set of
9660 roles.
9661 The new role will be added after the highlighted role.
9663 <H3>Delete</H3>
9665 The Delete command deletes the currently highlighted role.
9667 <H3>Change</H3>
9669 The Change command lets you edit the nickname, Uses, Pattern,
9670 and Actions of the currently highlighted role.
9672 <H3>Shuffle</H3>
9674 The Shuffle command allows you to change the order of the roles.
9675 You may move the currently highlighted role up or down in the list.
9676 The order of the roles is important since the roles are tested for a
9677 match starting with the first role and continuing until a match is found.
9678 You should place the roles with more specific Patterns near the beginning
9679 of the list, and those with more general Patterns near the end so that
9680 the more specific matches will happen when appropriate.
9682 <H3>Replicate</H3>
9684 The Replicate command is used to copy an existing role and modify it.
9685 The new role will be added after the highlighted role.
9687 <H3>IncludeFile</H3>
9689 The IncludeFile command allows you to add a roles file to your configuration.
9690 Usually, your roles will be contained in your Alpine configuration file.
9691 If you wish, some or all of your roles may be stored in a separate file.
9692 If a roles file already exists (maybe it was made by somebody else using
9693 Alpine), you may insert it before the currently highlighted role.
9694 You may also insert an empty file or a file that does not yet exist.
9695 Once you have an empty roles file in your configuration, you may use
9696 the Shuffle command to move roles into it.
9697 In fact, that's the only way to get the initial role into the file.
9699 <H3>eXcludeFile</H3>
9701 The eXcludeFile command removes a roles file from your roles configuration.
9702 A limitation of the program is that in order to exclude a roles file
9703 that file must have at least one role
9704 in it, otherwise you won't be able to highlight a line in the file.
9705 So you may have to add a dummy role to the file in order to exclude the file.
9706 <P><UL>
9707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9708 </UL>
9710 &lt;End of help on this topic&gt;
9711 </BODY>
9712 </HTML>
9713 ===== h_rules_other =====
9714 <HTML>
9715 <HEAD>
9716 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9717 </HEAD>
9718 <BODY>
9719 <H1>SETUP OTHER RULES SCREEN</H1>
9720 <H2>SETUP OTHER RULES COMMANDS</H2>
9721 <!--chtml if pinemode="function_key"-->
9722 <PRE>
9723 Available  Commands -- Group 1         Available Commands -- Group 2   
9724 -------------------------------        ------------------------------  
9725 F1  Show Help Text                      F1  Show Help Text             
9726 F2  See commands in next group          F2  See commands in next group
9727 F3  Back to MAIN Alpine menu
9728 F4  Change configuration for rule
9729 F5  Move to previous rule               F5  Include file in rule config
9730 F6  Move to next rule                   F6  Exclude file from config
9731 F7  Previous page of rules
9732 F8  Next page of rules
9733 F9  Add new rule                        F9  Replicate existing rule
9734 F10 Delete existing rule
9735 F11 Shuffle the order of rules
9736 F12 Whereis (search rule nicknames)
9737 </PRE>
9738 <!--chtml else-->
9739 <PRE>
9740 Navigation                     General Alpine Commands
9741 -------------------------      -----------------------
9742  P  Prev rule                     ?  Display this help text
9743  N  Next rule                     E  Back to MAIN Alpine menu
9744  -  Previous page
9745 Spc (space bar) Next page
9746  W  WhereIs (search for word in rule nicknames)
9748 Setup Other Rules Commands
9749 ------------------------------------------------
9750  A  Add new rule                  $  Shuffle the order of rules
9751  D  Delete existing rule          C  Change configuration for highlighted rule
9752  R  Replicate existing rule
9753  I  Include file in rule config   X  Exclude file from rule config
9754 </PRE>
9755 <!--chtml endif-->
9757 <H2>Description of the Setup Other Rules Screen</H2>
9759 This is where you may set various actions that do not fit well into the
9760 other Rules categories.
9762 <H2>Patterns</H2>
9764 Other Rules are a little different from the rest of the Rules because
9765 they depend only on the current folder, and not on a particular message.
9766 In order to determine whether or not a rule's actions should be applied
9767 the current folder is compared with the rule's Pattern, which consists
9768 of only the Current Folder Type.
9769 Current Folder Type works the same for Other Rules as it does for Roles,
9770 Filtering, Index Coloring, and Scoring.
9771 Keep in mind that the only part of the Pattern that applies to Other
9772 Rules is the Current Folder Type when looking at the description of
9773 Patterns given
9774 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9776 <H2>The Actions</H2>
9778 <H3>Set Sort Order</H3>
9780 When you enter a new folder, these rules will be checked to see if you
9781 have set a sort order that is different from your default sort order.
9782 The default is set in the Setup/Config screen with
9783 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9784 If the Sort Order action is set, then the folder will be displayed sorted in
9785 that sort order instead of in the default order.
9787 A possible point of confusion arises when you change the configuration
9788 of the Sort Order for the currently open folder.
9789 The folder will normally be re-sorted when you go back to viewing the
9790 index.
9791 However, if you have manually sorted the folder with the
9792 Sort
9793 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9794 command, then it will not be re-sorted until the next time it is opened.
9796 <H3>Set Index Format</H3>
9798 When you enter a new folder, these rules will be checked to see if you
9799 have set an Index Format that is different from your default Index Format,
9800 which is set with the
9801 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9802 If so, the index will be displayed with this format instead of the default.
9804 <H3>Set Startup Rule</H3>
9806 When you enter a new folder, these rules will be checked to see if you
9807 have set a startup rule that is different from the default startup rule.
9808 The default for incoming folders is set in the Setup/Config screen with
9809 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9810 The default for folders other than INBOX that are not part of your
9811 incoming collection
9812 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9813 is to start with the last message in the folder.
9814 If the Startup Rule is set to something other than &quot;default&quot;,
9815 then the rule will determine which message will be the current message when
9816 the folder is first opened.
9818 The various startup rule possibilities work the same here as they do in
9819 the incoming collection, so check
9820 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9821 for more help.
9823 <H2>Command Descriptions</H2>
9825 <H3>Add</H3>
9827 The Add command is used to add a new rule definition to your set of
9828 rules.
9829 The new rule will be added after the highlighted rule.
9831 <H3>Delete</H3>
9833 The Delete command deletes the currently highlighted rule.
9835 <H3>Change</H3>
9837 The Change command lets you edit the nickname, Pattern,
9838 and Action of the currently highlighted rule.
9840 <H3>Shuffle</H3>
9842 The Shuffle command allows you to change the order of the rules.
9843 You may move the currently highlighted rule up or down in the list.
9844 The order of the rules is important since the rules are tested for a
9845 match starting with the first rule and continuing until a match is found.
9846 You should place the rules with more specific Patterns near the beginning
9847 of the list, and those with more general Patterns near the end so that
9848 the more specific matches will happen when appropriate.
9850 <H3>Replicate</H3>
9852 The Replicate command is used to copy an existing rule definition and modify it.
9853 The new rule will be added after the highlighted rule.
9855 <H3>IncludeFile</H3>
9857 The IncludeFile command allows you to add a rules file to your configuration.
9858 Usually, your rules will be contained in your Alpine configuration file.
9859 If you wish, some or all of your rules may be stored in a separate file.
9860 If a rules file already exists (maybe it was made by somebody else using
9861 Alpine), you may insert it before the currently highlighted rule.
9862 You may also insert an empty file or a file that does not yet exist.
9863 Once you have an empty rules file in your configuration, you may use
9864 the Shuffle command to move rules into it.
9865 In fact, that's the only way to get the initial rule into the file.
9867 <H3>eXcludeFile</H3>
9869 The eXcludeFile command removes a rules file from your rules configuration.
9870 A limitation of the program is that in order to exclude a rules file
9871 that file must have at least one rule
9872 in it, otherwise you won't be able to highlight a line in the file.
9873 So you may have to add a dummy rule to the file in order to exclude the file.
9874 <P><UL>
9875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9876 </UL>
9878 &lt;End of help on this topic&gt;
9879 </BODY>
9880 </HTML>
9881 ===== h_rules_srch =====
9882 <HTML>
9883 <HEAD>
9884 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9885 </HEAD>
9886 <BODY>
9887 <H1>SETUP SEARCH RULES SCREEN</H1>
9888 <H2>SETUP SEARCH RULES COMMANDS</H2>
9889 <!--chtml if pinemode="function_key"-->
9890 <PRE>
9891 Available  Commands -- Group 1         Available Commands -- Group 2   
9892 -------------------------------        ------------------------------  
9893 F1  Show Help Text                      F1  Show Help Text             
9894 F2  See commands in next group          F2  See commands in next group
9895 F3  Back to MAIN Alpine menu
9896 F4  Change configuration for rule
9897 F5  Move to previous rule               F5  Include file in rule config
9898 F6  Move to next rule                   F6  Exclude file from config
9899 F7  Previous page of rules
9900 F8  Next page of rules
9901 F9  Add new rule                        F9  Replicate existing rule
9902 F10 Delete existing rule
9903 F11 Shuffle the order of rules
9904 F12 Whereis (search rule nicknames)
9905 </PRE>
9906 <!--chtml else-->
9907 <PRE>
9908 Navigation                     General Alpine Commands
9909 -------------------------      -----------------------
9910  P  Prev rule                     ?  Display this help text
9911  N  Next rule                     E  Back to MAIN Alpine menu
9912  -  Previous page
9913 Spc (space bar) Next page
9914  W  WhereIs (search for word in rule nicknames)
9916 Setup Search Rules Commands
9917 ------------------------------------------------
9918  A  Add new rule                  $  Shuffle the order of rules
9919  D  Delete existing rule          C  Change configuration for highlighted rule
9920  R  Replicate existing rule
9921  I  Include file in rule config   X  Exclude file from rule config
9922 </PRE>
9923 <!--chtml endif-->
9925 <H2>Description of the Setup Search Rules Screen</H2>
9927 One of the commands that becomes available when that feature is turned on
9928 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9929 screen to select a set of messages.
9930 One way of selecting messages is to use a Rule.
9931 All of the messages that match (or don't match if you wish)
9932 a Rule's Pattern will be selected.
9934 Any of your Rules may be used for this purpose.
9935 You might already have Rules set up for filtering, index line color, scores, or roles;
9936 and you may use any of those Rules with the Select command.
9937 However, you might find it more convenient to set up a separate set of Rules
9938 just for this purpose without having to worry about what other effects
9939 they may cause.
9940 That is the purpose of these Select Rules.
9943 Each rule has a &quot;Pattern&quot;
9944 that is used to decide which messages are selected when you use it with
9945 the Select command.
9947 <H2>Patterns</H2>
9949 In order to determine whether or not a message should be selected
9950 the message is compared with the rule's Pattern.
9951 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9952 Scoring, Other Rules, and Search Rules, so are described in only one place,
9953 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9955 <H2>Command Descriptions</H2>
9957 <H3>Add</H3>
9959 The Add command is used to add a new rule definition to your set of
9960 rules.
9961 The new rule will be added after the highlighted rule.
9963 <H3>Delete</H3>
9965 The Delete command deletes the currently highlighted rule.
9967 <H3>Change</H3>
9969 The Change command lets you edit the nickname and Pattern
9970 of the currently highlighted rule.
9972 <H3>Shuffle</H3>
9974 The Shuffle command allows you to change the order of the rules.
9975 This affects only the order they are presented in when you use the
9976 ^T subcommand of the Select by Rule command.
9977 You may move the currently highlighted rule up or down in the list.
9979 <H3>Replicate</H3>
9981 The Replicate command is used to copy an existing rule definition and modify it.
9982 The new rule will be added after the highlighted rule.
9984 <H3>IncludeFile</H3>
9986 The IncludeFile command allows you to add a rules file to your configuration.
9987 Usually, your rules will be contained in your Alpine configuration file.
9988 If you wish, some or all of your rules may be stored in a separate file.
9989 If a rules file already exists (maybe it was made by somebody else using
9990 Alpine), you may insert it before the currently highlighted rule.
9991 You may also insert an empty file or a file that does not yet exist.
9992 Once you have an empty rules file in your configuration, you may use
9993 the Shuffle command to move rules into it.
9994 In fact, that's the only way to get the initial rule into the file.
9996 <H3>eXcludeFile</H3>
9998 The eXcludeFile command removes a rules file from your rules configuration.
9999 A limitation of the program is that in order to exclude a rules file
10000 that file must have at least one rule
10001 in it, otherwise you won't be able to highlight a line in the file.
10002 So you may have to add a dummy rule to the file in order to exclude the file.
10003 <P><UL>
10004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10005 </UL>
10007 &lt;End of help on this topic&gt;
10008 </BODY>
10009 </HTML>
10010 ===== h_rules_incols =====
10011 <HTML>
10012 <HEAD>
10013 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10014 </HEAD>
10015 <BODY>
10016 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10017 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10018 <!--chtml if pinemode="function_key"-->
10019 <PRE>
10020 Available  Commands -- Group 1         Available Commands -- Group 2   
10021 -------------------------------        ------------------------------  
10022 F1  Show Help Text                      F1  Show Help Text             
10023 F2  See commands in next group          F2  See commands in next group
10024 F3  Back to MAIN Alpine menu
10025 F4  Change configuration for rule
10026 F5  Move to previous rule               F5  Include file in rule config
10027 F6  Move to next rule                   F6  Exclude file from config
10028 F7  Previous page of rules
10029 F8  Next page of rules
10030 F9  Add new rule                        F9  Replicate existing rule
10031 F10 Delete existing rule
10032 F11 Shuffle the order of rules
10033 F12 Whereis (search rule nicknames)
10034 </PRE>
10035 <!--chtml else-->
10036 <PRE>
10037 Navigation                     General Alpine Commands
10038 -------------------------      -----------------------
10039  P  Prev rule                     ?  Display this help text
10040  N  Next rule                     E  Back to MAIN Alpine menu
10041  -  Previous page
10042 Spc (space bar) Next page
10043  W  WhereIs (search for word in rule nicknames)
10045 Setup Index Color Commands
10046 ------------------------------------------------
10047  A  Add new rule                  $  Shuffle the order of rules
10048  D  Delete existing rule          C  Change configuration for highlighted rule
10049  R  Replicate existing rule
10050  I  Include file in rule config   X  Exclude file from rule config
10051 </PRE>
10052 <!--chtml endif-->
10054 <H2>Description of the Setup Index Line Colors Screen</H2>
10056 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10057 This action is only available if your terminal is capable of displaying
10058 color and color display has been enabled with the
10059 <A HREF="h_config_color_style">Color Style</A> option within the
10060 Setup Color screen.
10061 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10062 This screen lets you add, delete, modify, or change the order of the rules
10063 that cause the lines in the MESSAGE INDEX to be displayed in different
10064 colors.
10066 Each rule has a &quot;Pattern&quot;,
10067 which is used to decide which of the rules is used; and the color that
10068 is used if the Pattern matches a particular message.
10070 <H2>Index Color Patterns</H2>
10072 In order to determine whether or not a message matches an Index Color Rule
10073 the message is compared with the rule's Pattern.
10074 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10075 Scoring, Other Rules, and Search Rules, so are described in only one place,
10076 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10079 If none of the Index Color rules is a match for a particular index line,
10080 then the color used is set using
10081 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10083 <H2>Index Line Color</H2>
10085 This is the color that index lines are colored when there is a matching
10086 Pattern.
10087 This colors the whole index line, except possibly the status letters,
10088 which may be colored separately using
10089 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10091 <H2>Command Descriptions</H2>
10093 <H3>Add</H3>
10095 The Add command is used to add a new rule definition to your set of
10096 rules.
10097 The new rule will be added after the highlighted rule.
10099 <H3>Delete</H3>
10101 The Delete command deletes the currently highlighted rule.
10103 <H3>Change</H3>
10105 The Change command lets you edit the nickname, Pattern,
10106 and Index Line Color of the currently highlighted rule.
10108 <H3>Shuffle</H3>
10110 The Shuffle command allows you to change the order of the rules.
10111 You may move the currently highlighted rule up or down in the list.
10112 The order of the rules is important since the rules are tested for a
10113 match starting with the first rule and continuing until a match is found.
10114 You should place the rules with more specific Patterns near the beginning
10115 of the list, and those with more general Patterns near the end so that
10116 the more specific matches will happen when appropriate.
10118 <H3>Replicate</H3>
10120 The Replicate command is used to copy an existing rule definition and modify it.
10121 The new rule will be added after the highlighted rule.
10123 <H3>IncludeFile</H3>
10125 The IncludeFile command allows you to add a rules file to your configuration.
10126 Usually, your rules will be contained in your Alpine configuration file.
10127 If you wish, some or all of your rules may be stored in a separate file.
10128 If a rules file already exists (maybe it was made by somebody else using
10129 Alpine), you may insert it before the currently highlighted rule.
10130 You may also insert an empty file or a file that does not yet exist.
10131 Once you have an empty rules file in your configuration, you may use
10132 the Shuffle command to move rules into it.
10133 In fact, that's the only way to get the initial rule into the file.
10135 <H3>eXcludeFile</H3>
10137 The eXcludeFile command removes a rules file from your rules configuration.
10138 A limitation of the program is that in order to exclude a rules file
10139 that file must have at least one rule
10140 in it, otherwise you won't be able to highlight a line in the file.
10141 So you may have to add a dummy rule to the file in order to exclude the file.
10142 <P><UL>
10143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10144 </UL>
10146 &lt;End of help on this topic&gt;
10147 </BODY>
10148 </HTML>
10149 ===== h_rules_filter =====
10150 <HTML>
10151 <HEAD>
10152 <TITLE>SETUP FILTERING SCREEN</TITLE>
10153 </HEAD>
10154 <BODY>
10155 <H1>SETUP FILTERING SCREEN</H1>
10156 <H2>SETUP FILTERING COMMANDS</H2>
10157 <!--chtml if pinemode="function_key"-->
10158 <PRE>
10159 Available  Commands -- Group 1         Available Commands -- Group 2   
10160 -------------------------------        ------------------------------  
10161 F1  Show Help Text                      F1  Show Help Text             
10162 F2  See commands in next group          F2  See commands in next group
10163 F3  Back to MAIN Alpine menu
10164 F4  Change configuration for filter
10165 F5  Move to previous filter             F5  Include file in filter config
10166 F6  Move to next filter                 F6  Exclude file from config
10167 F7  Previous page of filters
10168 F8  Next page of filters
10169 F9  Add new filter                      F9  Replicate existing filter
10170 F10 Delete existing filter
10171 F11 Shuffle the order of filters
10172 F12 Whereis (search filter nicknames)
10173 </PRE>
10174 <!--chtml else-->
10175 <PRE>
10176 Navigation                     General Alpine Commands
10177 -------------------------      -----------------------
10178  P  Prev Filter                   ?  Display this help text
10179  N  Next Filter                   E  Back to MAIN Alpine menu
10180  -  Previous page
10181 Spc (space bar) Next page
10182  W  WhereIs (search for word in filter nicknames)
10184 Setup Filters Commands
10185 ------------------------------------------------
10186  A  Add new filter                $  Shuffle the order of filters
10187  D  Delete existing filter        C  Change configuration for highlighted filter
10188  R  Replicate existing filter
10189  I  Include file in filter config X  Exclude file from filter config
10190 </PRE>
10191 <!--chtml endif-->
10193 <H2>Description of the Setup Filtering Screen</H2>
10195 This screen lets you add, delete, modify, or change the order of the rules
10196 that determine the filtering Alpine does on folders you view.
10198 The software that actually delivers mail (the stuff that happens
10199 before Alpine is involved) for you is in a better position to do mail filtering
10200 than Alpine itself.
10201 If possible, you may want to look into using that sort of mail filtering to
10202 deliver mail to different folders, delete it, or forward it.
10203 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10205 Filtering is a way to automatically move certain messages from one folder
10206 to another or to delete messages.
10207 It can also be used to set message status (Important, Deleted, New,
10208 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10209 Alpine doesn't have the ability to forward mail to another address or
10210 to deliver vacation messages.
10212 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10213 When a folder is opened, when new mail arrives in an open folder, or
10214 when mail is Expunged from a folder; each
10215 message is compared with the Patterns of your filtering rules.
10216 The comparisons start with the first rule and keep going until there
10217 is a match.
10218 If a match is found, the message may be deleted or moved, depending on
10219 the setting of the Filter Action.
10220 If the message is not deleted, it may have its status altered.
10223 <EM>NOTE:</EM>
10224 When setting up a Pattern used to delete messages,
10225 it is recommended that you test the Pattern first with a &quot;Move&quot;
10226 folder specified in
10227 case unintended matches occur.  Messages that are deleted will be removed 
10228 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10229 next Expunge command or once the folder being filtered has been closed.
10231 <H2>Filter Patterns</H2>
10233 In order to determine whether or not a message matches a filter the message is
10234 compared with the Filter's Pattern.
10235 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10236 Scoring, Other Rules, and Search Rules, so are described in only one place,
10237 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10239 Since filtering is a potentially destructive action, if you have a filtering
10240 Pattern with nothing other than Current Folder Type set, that filtering
10241 rule is ignored.
10243 <H2>Filter Actions</H2>
10245 Once a filter match is found for a particular message, there are some actions
10246 that may be taken.
10247 First, the message may have its status changed.
10248 This is the same message status that you can manipulate manually using the
10249 <a href="h_common_flag">Flag Command</a>.
10250 There are always four elements of message status that you can control.
10251 You can set or clear the Important status, the New status, the Deleted
10252 status, and the Answered status.
10253 Of course, if the filter is going to delete the message,
10254 then there is no point in setting message status.
10255 You may also be able to set user-defined keywords for a message.
10256 Read a little about keywords in the help text for the
10257 <A HREF="h_common_flag">Flag</A> command.
10259 Second, the filter may delete or move the message.
10260 Deleting the message marks it Deleted and removes it from view.
10261 It is effectively gone forever (though it technically is still there until
10262 the next expunge command, which may happen implicitly).
10263 Moving the message moves it from the open folder into the folder
10264 listed on the &quot;Folder List&quot; line of the filter configuration.
10265 If you list more than one folder name (separated by commas) then the message
10266 will be copied to each of those folders.
10267 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10268 message is removed from the current folder.
10269 If you just want to set the messages status without deleting it from
10270 the folder, then set the filter action to
10271 &quot;Just Set Message Status&quot;.
10273 (There is no way to do a Copy instead of a Move, due to the difficulties
10274 involved in keeping track of whether or not a message has
10275 already been copied.)
10277 <H2>Command Descriptions</H2>
10279 <H3>Add</H3>
10281 The Add command is used to add a new filter definition to your set of
10282 filters.
10283 The new filter will be added after the highlighted filter.
10285 <H3>Delete</H3>
10287 The Delete command deletes the currently highlighted filter.
10289 <H3>Change</H3>
10291 The Change command lets you edit the nickname, Pattern,
10292 and Folder of the currently highlighted filter.
10294 <H3>Shuffle</H3>
10296 The Shuffle command allows you to change the order of the filters.
10297 You may move the currently highlighted filter up or down in the list.
10298 The order of the filters is important since the filters are tested for a
10299 match starting with the first filter and continuing until a match is found.
10300 You should place the filters with more specific Patterns near the beginning
10301 of the list, and those with more general Patterns near the end so that
10302 the more specific matches will happen when appropriate.
10304 <H3>Replicate</H3>
10306 The Replicate command is used to copy an existing filter and modify it.
10307 The new filter will be added after the highlighted filter.
10309 <H3>IncludeFile</H3>
10311 The IncludeFile command allows you to add a filters file to your configuration.
10312 Usually, your filters will be contained in your Alpine configuration file.
10313 If you wish, some or all of your filters may be stored in a separate file.
10314 If a filters file already exists (maybe it was made by somebody else using
10315 Alpine), you may insert it before the currently highlighted filter.
10316 You may also insert an empty file or a file that does not yet exist.
10317 Once you have an empty filters file in your configuration, you may use
10318 the Shuffle command to move filters into it.
10319 In fact, that's the only way to get the initial filter into the file.
10321 <H3>eXcludeFile</H3>
10323 The eXcludeFile command removes a filters file from your filters configuration.
10324 A limitation of the program is that in order to exclude a filters file
10325 that file must have at least one filter
10326 in it, otherwise you won't be able to highlight a line in the file.
10327 So you may have to add a dummy filter to the file in order to exclude the file.
10328 <P><UL>
10329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10330 </UL>
10332 <H3>Performance Considerations</H3>
10333 The number and type of patterns being tested can 
10334 adversely effect performance.  Issues to be aware
10335 of include:
10337 <UL>
10338   <LI> The more filters you have defined the longer it will take to run down
10339 the list.  Deleting unused filters is a good idea.
10340   <LI> Filtering in newsgroups served by an NNTP server will be slow
10341 if your patterns include tests other than &quot;From:&quot;
10342 or &quot;Subject:&quot;.
10343 </UL>
10345 &lt;End of help on this topic&gt;
10346 </BODY>
10347 </HTML>
10348 ===== h_rules_score =====
10349 <HTML>
10350 <HEAD>
10351 <TITLE>SETUP SCORING SCREEN</TITLE>
10352 </HEAD>
10353 <BODY>
10354 <H1>SETUP SCORING SCREEN</H1>
10355 <H2>SETUP SCORING COMMANDS</H2>
10356 <!--chtml if pinemode="function_key"-->
10357 <PRE>
10358 Available  Commands -- Group 1         Available Commands -- Group 2   
10359 -------------------------------        ------------------------------  
10360 F1  Show Help Text                      F1  Show Help Text             
10361 F2  See commands in next group          F2  See commands in next group
10362 F3  Back to MAIN Alpine menu
10363 F4  Change configuration for rule
10364 F5  Move to previous rule               F5  Include file in rule config
10365 F6  Move to next rule                   F6  Exclude file from config
10366 F7  Previous page of rules
10367 F8  Next page of rules
10368 F9  Add new rule                        F9  Replicate existing rule
10369 F10 Delete existing rule
10370 F11 Shuffle the order of rules
10371 F12 Whereis (search rule nicknames)
10372 </PRE>
10373 <!--chtml else-->
10374 <PRE>
10375 Navigation                     General Alpine Commands
10376 -------------------------      -----------------------
10377  P  Prev rule                     ?  Display this help text
10378  N  Next rule                     E  Back to MAIN Alpine menu
10379  -  Previous page
10380 Spc (space bar) Next page
10381  W  WhereIs (search for word in rule nicknames)
10383 Setup Scoring Commands
10384 ------------------------------------------------
10385  A  Add new rule                  $  Shuffle the order of rules
10386  D  Delete existing rule          C  Change configuration for highlighted rule
10387  R  Replicate existing rule
10388  I  Include file in rule config   X  Exclude file from rule config
10389 </PRE>
10390 <!--chtml endif-->
10392 <H2>Description of the Setup Scoring Screen</H2>
10394 Most people will not use scores at all, but if you do use them, here's how
10395 they work in Alpine.
10396 Using this screen, you may define Scoring rules.
10397 The score for a message is calculated by looking at every Score rule defined
10398 and adding up the Score Values for the ones that match the message.
10399 If there are no matches for a message, it has a score of zero.
10400 Message scores may be used a couple of ways in Alpine.
10402 <H3>Sorting by Score</H3>
10404 One of the methods you may use to sort message indexes is to sort by
10405 score.
10406 The scores of all the messages in a folder will be calculated and then
10407 the index will be ordered by placing the messages in order of ascending or
10408 descending score.
10410 <H3>Scores for use in Patterns</H3>
10412 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10413 category labeled &quot;Score Interval&quot;.
10414 When a message is being compared with a Pattern to check for a match, if
10415 the Score Interval is set only messages that have a score somewhere in
10416 the interval are a match.
10418 <H2>Scoring Rule Patterns</H2>
10420 In order to determine whether or not a message matches a scoring rule
10421 the message is compared with the rule's Pattern.
10422 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10423 Scoring, Other Rules, and Search Rules, so are described in only one place,
10424 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10427 Actually, Scoring rule Patterns are slightly different from the other types of
10428 Patterns because Scoring rule Patterns don't contain a Score Interval.
10429 In other words, when calculating the score for a message, which is done
10430 by looking at the Scoring rule Patterns, scores aren't used.
10432 <H2>Score Value</H2>
10434 This is the value that will be added to the score for a message if the
10435 rule's Pattern is a match.
10436 Each individual Score Value is an integer between -100 and 100, and the
10437 values from matching rules are added together to get a message's score.
10438 There is also a way to extract the value from a particular header of each
10439 message. See the help text for Score Value for further information.
10441 <H2>Command Descriptions</H2>
10443 <H3>Add</H3>
10445 The Add command is used to add a new scoring rule definition.
10446 The new rule will be added after the highlighted rule.
10448 <H3>Delete</H3>
10450 The Delete command deletes the currently highlighted scoring rule.
10452 <H3>Change</H3>
10454 The Change command lets you edit the nickname, Pattern,
10455 and Score Value of the currently highlighted scoring rule.
10457 <H3>Shuffle</H3>
10459 The Shuffle command allows you to change the order of the scoring rules.
10460 You may move the currently highlighted rule up or down in the list.
10461 The order of the rules is important since the rules are tested for a
10462 match starting with the first rule and continuing until a match is found.
10463 You should place the rules with more specific Patterns near the beginning
10464 of the list, and those with more general Patterns near the end so that
10465 the more specific matches will happen when appropriate.
10467 <H3>Replicate</H3>
10469 The Replicate command is used to copy an existing rule and modify it.
10470 The new rule will be added after the highlighted rule.
10472 <H3>IncludeFile</H3>
10474 The IncludeFile command allows you to add a rules file to your configuration.
10475 Usually, your rules will be contained in your Alpine configuration file.
10476 If you wish, some or all of your rules may be stored in a separate file.
10477 If a rules file already exists (maybe it was made by somebody else using
10478 Alpine), you may insert it before the currently highlighted rule.
10479 You may also insert an empty file or a file that does not yet exist.
10480 Once you have an empty rules file in your configuration, you may use
10481 the Shuffle command to move rules into it.
10482 In fact, that's the only way to get the initial rule into the file.
10484 <H3>eXcludeFile</H3>
10486 The eXcludeFile command removes a rules file from your rules configuration.
10487 A limitation of the program is that in order to exclude a rules file
10488 that file must have at least one rule
10489 in it, otherwise you won't be able to highlight a line in the file.
10490 So you may have to add a dummy rule to the file in order to exclude the file.
10491 <P><UL>
10492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10493 </UL>
10495 &lt;End of help on this topic&gt;
10496 </BODY>
10497 </HTML>
10498 ===== h_direct_config =====
10499 <HTML>
10500 <HEAD>
10501 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10502 </HEAD>
10503 <BODY>
10504 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10505 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10506 <!--chtml if pinemode="function_key"-->
10507 <PRE>
10508 Available  Commands                        
10509 -------------------------------            
10510 F1  Show Help Text                         
10511 F3  Back to MAIN Alpine menu                 
10512 F4  Change configuration for directory server  
10513 F5  Move to previous directory server          
10514 F6  Move to next directory server              
10515 F7  Previous page of directory servers         
10516 F8  Next page of directory servers
10517 F9  Add new directory server
10518 F10 Delete existing directory server
10519 F11 Shuffle the order of directory servers
10520 F12 Whereis (search directory server titles)   
10521 </PRE>
10522 <!--chtml else-->
10523 <PRE>
10524 Navigation                     General Alpine Commands
10525 -------------------------      -----------------------
10526  P  Prev Directory Server         ?  Display this help text
10527  N  Next Directory Server         E  Back to MAIN Alpine menu
10528  -  Previous page
10529 Spc (space bar) Next page
10530  W  WhereIs (search for word in directory server titles)
10532 Setup LDAP Directory Server Commands
10533 ------------------------------------------------
10534  A  Add new directory server      $  Shuffle the order of directory servers
10535  D  Delete existing dir server    C  Change configuration for highlighted server
10536 </PRE>
10537 <!--chtml endif-->
10539 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10541 This screen lets you add, delete, modify, or change the order of your
10542 directory servers. You may also set some optional behavior for each server.
10543 The &quot;Add Dir&quot; command brings up a blank form to 
10544 fill in. You will have to supply at least the name of the LDAP server.
10545 You will often have to supply a search base to be used with that server,
10546 as well. Once the form has been brought up on your screen, there is help
10547 available for each of the options you may set.
10549 The &quot;Del Dir&quot; command allows you to remove a directory server
10550 from your configuration.
10552 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10553 The difference is that instead of bringing up a form for a new server
10554 configuration, you are changing the configuration of an existing entry.
10555 For example, you might want to correct a typing error, change a
10556 nickname, or change one of the options set for that server.
10558 The &quot;Shuffle&quot; command is used to change the order of directory
10559 servers.
10560 <P><UL>
10561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10562 </UL>
10564 &lt;End of help on this topic&gt;
10565 </BODY>
10566 </HTML>
10567 ============= h_address_display ========================
10568 <HTML>
10569 <HEAD>
10570 <TITLE>SEARCH RESULTS INDEX</TITLE>
10571 </HEAD>
10572 <BODY>
10573 <H1>SEARCH RESULTS INDEX</H1>
10574 This screen shows the results, if any, of your Directory Server search.  
10575 Commands (besides those for screen navigation) are:
10576 <DL>
10577 <DT>View
10578 <!--chtml if pinemode="function_key"-->
10579 (F4)
10580 <!--chtml else-->
10582 <!--chtml endif-->
10583 </DT>
10584 <DD>See the full information for the selected entry.
10586 <DT>Compose
10587 <!--chtml if pinemode="function_key"-->
10588 (F9)
10589 <!--chtml else-->
10591 <!--chtml endif--></DT>
10592 <DD>Compose a message with the selected entry as the recipient.
10594 <DT>Role
10595 <!--chtml if pinemode="function_key"-->
10596 (F2)
10597 <!--chtml else-->
10599 <!--chtml endif--></DT>
10600 <DD>Compose a message with the selected entry as the recipient. This differs
10601 from Compose in that you may select a role before beginning your composition.
10603 <DT>Forward
10604 <!--chtml if pinemode="function_key"-->
10605 (F10)
10606 <!--chtml else-->
10608 <!--chtml endif--></DT>
10609 <DD>Send the full information for the selected entry as an 
10610 email message to someone else.
10612 <DT>Save
10613 <!--chtml if pinemode="function_key"-->
10614 (F11)
10615 <!--chtml else-->
10617 <!--chtml endif-->
10618 </DT>
10619 <DD>Save to your address book:
10620 <UL>
10621 <LI>the result of the search (as just found through your query) for the 
10622 selected entry; or 
10623 <LI>the selected entry for repeated Directory Server searching when used 
10624 in the future.
10625 </UL>
10626 or<BR>
10627 Export to a file (external to Alpine):
10628 <UL>
10629 <LI>the full information for the selected entry; or
10630 <LI>the email address from the selected entry; or
10631 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10632 </UL>
10633 <DT>WhereIs
10634 <!--chtml if pinemode="function_key"-->
10635 (F12)
10636 <!--chtml else-->
10638 <!--chtml endif-->
10639 </DT>
10640 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10641 displayed text, not the full records for each entry.)  
10642 </DL>
10643 &lt;End of help on this topic&gt;
10644 </BODY>
10645 </HTML>
10646 ============= h_address_select ========================
10647 <HTML>
10648 <HEAD>
10649 <TITLE>SEARCH RESULTS INDEX</TITLE>
10650 </HEAD>
10651 <BODY>
10652 <H1>SEARCH RESULTS INDEX</H1>
10653 This screen shows the results, if any, of your Directory Server search.  
10654 Commands (besides those for screen navigation) are:
10655 <DL>
10656 <DT>Select
10657 </DT>
10658 <DD>Select this entry for use.
10660 <DT>ExitSelect
10661 <DD>Exit without selecting any of the entries.
10663 <DT>WhereIs
10664 </DT>
10665 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10666 displayed text, not the full records for each entry.)  
10667 </DL>
10668 &lt;End of help on this topic&gt;
10669 </BODY>
10670 </HTML>
10671 ===== h_folder_maint =====
10672 <HTML>
10673 <HEAD>
10674 <TITLE>Help for Folder List</TITLE>
10675 </HEAD>
10676 <BODY>
10677 <H1>FOLDER LIST COMMANDS</H1>
10678 <!--chtml if pinemode="function_key"-->
10679 <PRE>
10680 Available Commands -- Group 1        Available Commands -- Group 2
10681 -------------------------------      ------------------------------
10682 F1  Show Help Text                    F1  Show Help Text               
10683 F2  See commands in next group        F2  See commands in next group  
10684 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10685 F4  Select folder and view it         F4  MAIN MENU Screen
10686 F5  Move to previous folder
10687 F6  Move to next folder               F6  Specify a folder to go to
10688 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10689 F8  Show next screen of listing       F8  Compose a message
10690 F9  Add a new folder                  F9  Print folder listing
10691 F10 Delete selected folder
10692 F11 Rename selected folder
10693 F12 Whereis (search folder names)
10695 Available Commands -- Group 3
10696 F1  Show Help Text
10697 F2  See commands in next group
10698 F5  Go to next new message
10699     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10700 F8  Compose a message using roles
10701 F9  Export folder to a file
10702 F10 Import the file back to a folder
10703 </PRE>
10704 <!--chtml else-->
10705 <PRE>
10706 Navigating the Folder Screen            Operations on the Selected Folder
10707 ----------------------------            ---------------------------------
10708  P   Move to previous folder              V  View Index of selected folder
10709  N   Move to next folder                  D  Delete
10710  -   Show previous page of listing        R  Rename
10711 Spc  (space bar) Show next page           E  Export to file
10712                                           U  Import from file to folder
10714 FOLDER LIST Screen Commands              General Alpine Command
10715 ---------------------------              -----------------------
10716  A  Add a folder                          O  Show all other available commands
10717  G  Specify a folder to go to             ?  Show Help text
10718  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10719  W  Whereis (search folder names)         Q  Quit Alpine
10720  %  Print folder listing                  C  Compose a message
10721                                           #  Compose a message using roles
10722 </PRE>
10723 <!--chtml endif-->
10725 These commands are only available in the FOLDER LIST screen when the 
10726 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10727 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10728 <DT>Select:</DT>
10729 <DD>Select folders by certain criteria:<UL>
10730 <LI>All: of limited use, since there is no Apply command.
10731 <LI>by Property: <UL>
10732         <LI>folder contains messages not yet seen 
10733         <LI>folder contains new messages
10734         <LI>folder contains exactly as many, more, or fewer messages 
10735 than a given number
10736         </UL>
10737 <LI>by Text: <UL>
10738         <LI>contained in name of folder (Name Select)
10739         <LI>contained in messages in folder (Content Select)
10740         </UL>
10741 </UL></DD>
10743 <DT>Select current:</DT>
10744 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10745 add one or more folders to a set created with the Select command described 
10746 above.)</DD>
10747 <DT>Zoom mode:</DT>
10748 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10749 </DL>
10751 If the feature
10752 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10753 is set then the TAB key will display the number of recent messages and
10754 the total number of messages in the highlighted folder.
10756 The &quot;Export&quot; command causes the lowest common denominator style
10757 mailbox to be written to a file.
10758 If the file already exists, you are asked if you want to delete it.
10759 If you say No, then the operation is aborted.
10760 Export might be a reasonable way to store a backup or an archival copy of
10761 a folder.
10762 The exported-to file is a local file on the system where you are running Alpine.
10763 The &quot;Import&quot; command is the opposite of the Export command.
10764 It reads a file created by Export and asks where it should save it in your
10765 folders.
10766 This could be a new folder or an existing folder.
10767 If the folder already exists, the messages from the exported file will be
10768 appended to the folder.
10770 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10772 The purpose of the FOLDER LIST screen is to help you browse and manage
10773 the folders and directories (also known as &quot;hierarchy&quot;)
10774 contained within a collection.
10777 Folders and directories are arranged alphabetically across lines of
10778 the screen.  Directories, if present, are denoted by a special
10779 character at the end of the name known as the hierarchy delimiter
10780 (typically, &quot;/&quot;).  By default, folders and directories are
10781 mixed together.  The
10782 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10783 configuration option can be used to group directories toward the 
10784 beginning or end of the list.
10787 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10788 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10789 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10790 selected item.  Folder and directory management is provided via the
10791 Rename, Delete and Add commands.
10793 <P><CENTER>About Folders</CENTER>
10794 What are Folders?<P>
10796 Folders are simply files where messages are kept.  Every message has to be
10797 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10798 folder for sent mail and a folder for saved messages.<P>
10800 You may create as many other folders as you wish.  They must be given
10801 names that can be filenames on the filesystem.  
10804 You can move messages from one folder to another by opening the original
10805 folder and saving messages into the other folder just as you can save
10806 message from your INBOX to any other folder.<P>
10808 Folders are typically just files in the filesystem.  However, the files
10809 that are
10810 folders have some special formatting in them (so that Alpine knows where one
10811 message ends and another begins) and should <EM>not</EM> be edited outside of
10812 Alpine.  If you want copies of your messages in text files that you can edit
10813 or otherwise manipulate, use the Export command to copy them from Alpine into
10814 your regular file area.
10817 FOR MORE INFORMATION: See the section on
10818 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10820 <CENTER>About Directories</CENTER>
10822 A directory is simply a container used to group folders within a
10823 folder list.  You can create as many directories as you like.  And 
10824 directories can even contain directories themselves.
10827 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10828 to note that not all IMAP servers support directories.  If you find that
10829 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10830 then it's likely that directories are not supported by the server serving
10831 in that collection.
10834 Similarly, servers that do provide for directories may not do so in
10835 the same way.  On some servers, for example, each folder name you
10836 create is at the same time capable of being a directory.  When this
10837 happens, Alpine will display both the folder name and the name of the
10838 directory (with trailing hierarchy delimiter) in the folder list.
10841 Another issue with IMAP access, though with a much smaller set of servers,
10842 is that not all servers accept the request to list out the available
10843 folders and directories in the same way.  If you find yourself having
10844 trouble viewing folders on your server, you might investigate the
10845 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10846 feature.
10848 <UL>
10849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10850 </UL>
10852 &lt;End of help on this topic&gt;
10853 </BODY>
10854 </HTML>
10855 ========= h_valid_folder_names ========
10856 <HTML>
10857 <HEAD>
10858 <TITLE>Explanation of Valid Folder Names</TITLE>
10859 </HEAD>
10860 <BODY>
10861 <H1>Folder Name Syntax Explained</H1>
10863 Once your folder collections are defined, you can usually refer to
10864 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10865 display.  However, understanding the complete syntax for folder names,
10866 both local and remote, is handy when using the Goto command and when
10867 you are adding new folder collections via the Setups/collectionList screen.
10869 An Alpine folder name looks like
10872 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10875 The square brackets ([]) mean that the part is optional.
10878 If there is no remote-specification, then the folder name is interpreted
10879 locally on the computer running Alpine.
10880 Local folder names depend on the operating system used by the computer 
10881 running Alpine, as well as the configuration of that system.  For example,
10882 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10883 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10884 system running Unix.
10887 Alpine users have the option of using folders that are stored on some other
10888 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10889 Access Protocol), or in the case of news, via NNTP (the Network News
10890 Transport Protocol).  To be able to access remote folders in Alpine, the
10891 remote host must be running the appropriate server software (imapd or
10892 nntpd) and you must correctly specify the name of the folder to Alpine,
10893 including the domain name of the remote machine. For example,
10895 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10897 could be a remote folder specification, and so could
10899 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10902 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10904 Note that in the case of remote folders, the directory/file path in the specification is 
10905 determined by the operating system of the remote computer, <B>not</B> by
10906 the operating system of the computer on which you are running Alpine.
10908 As you can tell, the name of the computer is in &#123;} brackets
10909 followed immediately by the name of the folder.  (In each of these cases the
10910 optional namespace is missing.)  If, as in these
10911 examples, there is no remote access protocol specified, then IMAP is
10912 assumed.  Check
10913 <A HREF="h_folder_server_syntax">here</A>
10914 for a more detailed look at what options can be placed between the brackets.
10915 If there are no brackets at all, then the folder name is interpreted locally
10916 on the computer on which you are running Alpine.
10919 To the right of the brackets when a server name is present, or at the
10920 start of the foldername if no server is present, the sharp sign,
10921 &quot;#&quot;, holds special meaning.  It indicates a folder name
10922 outside the area reserved for your personal folders.  In fact, it's
10923 used to indicate both the name of the folder, and a special phrase
10924 telling Alpine how to interpret the name that follows.
10927 So, for example, Alpine can be used to access a newsgroup that might be 
10928 available on your computer using:
10930 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10932 The sharp sign indicates the folder name is outside your personal
10933 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10934 interpret the remainder of the name as a newsgroup.
10937 Similarly, to access a newsgroup on your IMAP server, you might
10938 use something like:
10940 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10943 There are a number of such special phrases (or &quot;namespaces&quot;)
10944 available.  For a more detailed explanation read about
10945 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10948 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10949 names.  The name INBOX refers to your &quot;principal incoming
10950 message folder&quot; and will be mapped to the actual file name used for your
10951 INBOX on any given host.  Therefore, a name like
10952 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10953 store incoming mail for you on that particular host.
10956 &lt;End of help on this topic&gt;
10957 </BODY>
10958 </HTML>
10959 ======= h_folder_name_namespaces =======
10960 <HTML>
10961 <HEAD>
10962 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10963 </HEAD>
10964 <BODY>
10965 <H1>Folder Name Namespaces Explained</H1>
10967 An Alpine folder name looks like
10970 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10973 The local part of a folder name has an optional &quot;Namespace&quot; which
10974 tells Alpine how to interpret the rest of the name.
10976 <P> 
10977 By default the folder name is interpreted as defining a section of your personal
10978 folder area.  This area and how you specify it are defined by the
10979 server, if one is specified, or, typically, the home
10980 directory, if no server is defined.
10983 If a namespace is specified, it begins with the
10984 sharp, &quot;#&quot;, character followed by the name of the namespace
10985 and then the namespace's path-element-delimiter.  Aside from the
10986 path's format, namespaces can also imply access rights, content
10987 policy, audience, location, and, occasionally, access methods.
10990 Each server exports its own set (possibly of size one) of 
10991 namespaces.  Hence, it's likely communication with your server's
10992 administrator will be required for specific configurations.  Some of
10993 the more common namespaces, however, include:
10995 <DL>
10996 <DT>#news.</DT>
10997 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10998 names are hierarchically defined with each level delimited by a period.
11000 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11002 </DD>
11003 <DT>#public/</DT>
11004 <DD>This specifies a folder area that the server may export to the general
11005 public.
11006 </DD>
11007 <DT>#shared/</DT>
11008 <DD>This specifies a folder area that the server may export to groups
11009 of users.
11010 </DD>
11011 <DT>#ftp/</DT>
11012 <DD>This specifies a folder area that is the same as that it may have 
11013 exported via the &quot;File Transfer Protocol&quot;.
11014 </DD>
11015 <DT>#mh/</DT>
11016 <DD>This specifies the personal folder area associated with folders
11017 and directories that were created using the MH message handling system.
11018 </DD>
11019 <DT>#move/</DT>
11020 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11022 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11024 The #move namespace is followed by two folder names separated by a delimiter
11025 character.
11026 The delimiter character may be any character that does not appear in
11027 the MailDropFolder name.
11028 The meaning of #move is that mail will be copied from the MailDropFolder to
11029 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11030 Periodic checks at frequency
11031 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11032 time between checks set by
11033 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11034 are made for new mail arriving in the MailDropFolder.
11035 An example that copies mail from a POP inbox to a local folder follows
11037 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11039 To you it appears that mail is being delivered to the local folder when it
11040 is copied from the MailDropFolder, and you read mail from the local folder.
11042 Note that if the DestinationFolder does not exist then the messages are not
11043 copied from the MailDropFolder.
11044 A #move folder may only be used as an
11045 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11046 an Inbox.
11047 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11048 on the
11049 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11050 option)
11051 the Add command has a subcommand &quot;Use Mail Drop&quot;
11052 which may be helpful for defining the folder in your Alpine configuration.
11053 The same is true when you edit the
11054 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11055 option in Setup/Config.
11056 Each of these configuration methods will also create the DestinationFolder
11057 if it doesn't already exist.
11058 If you are having problems, make sure the DestinationFolder exists.
11059 You may find some more useful information about Mail Drops at
11060 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11061 </DD>
11062 </DL>
11065 In addition, the server may support access to other user's folders,
11066 provided you have suitable permissions.  Common methods use a prefix
11067 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11068 indicate the root of the other user's folder area.
11071 No, nothing's simple.
11074 &lt;End of help on this topic&gt;
11075 </BODY>
11076 </HTML>
11077 ============= h_whatis_vcard ========================
11078 <HTML>
11079 <HEAD>
11080 <TITLE>VCARD EXPLAINED</TITLE>
11081 </HEAD>
11082 <BODY>
11083 <H1>What is the vCard format?</H1>
11084 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11085 information about and among people and organizations electronically.  
11086 More information about vCard can be found (as of May 1998) on the WWW site 
11087 of the Internet Mail Consortium at the URL:
11089 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11091 &lt;End of help on this topic&gt;
11092 </BODY>
11093 </HTML>
11094 ===== h_folder_open =====
11095 <HTML>
11096 <HEAD>
11097 <TITLE>Explanation of Folder Selection</TITLE>
11098 </HEAD>
11099 <BODY>
11100 <BR>
11101 <BR>
11102 This screen is designed to allow you to quickly and easily survey your
11103 folders and select one to open.
11104 <!--chtml if pinemode="function_key"-->
11105 <PRE>
11106 Navigating the List of Folders             General Alpine Commands
11107 ------------------------------             -----------------------
11108  P   Move to previous folder               ?   Show this help text
11109  N   Move to next folder
11110  -   Show previous screen of folders
11111 Spc  (space bar) Show next screen
11112  W   WhereIs (search folder names)
11114 Folder Selection Commands
11115 -------------------------
11116  E   Exit the Folder Select menu (without selecting a folder)
11117  S   Select the currently highlighted folder
11118 </PRE>
11119 <!--chtml else-->
11120 <PRE>
11121 Navigating the List of Folders             General Alpine Commands
11122 ------------------------------             -----------------------
11123 F5   Move to previous folder               F1  Show this help text
11124 F6   Move to next folder
11125 F7   Show previous screen of folders
11126 F8   Show next screen of folders
11127 F12  WhereIs (search folder names)
11129 Folder Selection Commands
11130 -------------------------
11131 F3   Exit the Folder Select menu (without selecting a folder)
11132 F4   Select the currently highlighted folder
11133 </PRE>
11134 <!--chtml endif-->
11136 FOR MORE INFORMATION: See the section on
11137 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11139 &lt;End of help on this topic&gt;
11140 </BODY>
11141 </HTML>
11142 ===== h_folder_subscribe =====
11143 <HTML>
11144 <HEAD>
11145 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11146 </HEAD>
11147 <BODY>
11148 <H1>FOLDER SUBSCRIBE HELP</H1>
11150 This screen is designed to help you subscribe to newsgroups you are
11151 not currently subscribed to.  The screen display is a list of all
11152 available newsgroups (or possibly a partial list if you specified a
11153 partial name when entering the screen).  Groups you have already
11154 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11155 select a single new group to subscribe to by moving the cursor to that
11156 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11157 you may change into ListMode with the &quot;ListMode&quot; command.
11158 The display will change slightly so that each group has a checkbox in
11159 front of it.  Use the cursor and the Set/Unset command to place an
11160 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11163 When you are finished marking groups, the &quot;Subscribe&quot;
11164 command will subscribe you to those groups you have marked.  Note, you
11165 may not unsubscribe to groups with this command.  Instead of the
11166 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11167 UnSbscrbe command.
11170 <!--chtml if pinemode="function_key"-->
11171 <PRE>
11172 Navigating the List of Newsgroups          General Alpine Commands
11173 ---------------------------------          -----------------------
11174 F5   Move to previous group                F1   Show this help text
11175 F6   Move to next group
11176 F7   Show previous screen of groups
11177 F8   Show next screen of groups
11178 F12  WhereIs (search group names)
11179 F9   Use ListMode
11181 Group Selection Commands
11182 -------------------------
11183 F3  Exit the News Subscribe menu (without selecting any groups)
11184 F4  Subscribe to the currently highlighted newsgroup
11185 </PRE>
11186 <!--chtml else-->
11187 <PRE>
11188 Navigating the List of Newsgroups          General Alpine Commands
11189 ---------------------------------          -----------------------
11190  P   Move to previous group                ?   Show this help text
11191  N   Move to next group
11192  -   Show previous screen of groups
11193 Spc  (space bar) Show next screen
11194  W   WhereIs (search group names)
11195  L   Use ListMode
11197 Group Selection Commands
11198 -------------------------
11199  E   Exit the News Subscribe menu (without selecting any groups)
11200  S   Subscribe to the currently highlighted newsgroup
11201 </PRE>
11202 <!--chtml endif-->
11204 When in ListMode, there is an additional command for marking groups to
11205 subscribe to:
11207 <!--chtml if pinemode="function_key"-->
11208 <PRE>
11209 ListMode Commands
11210 -------------------------
11211 F9  Set or unset the highlighted group
11212 </PRE>
11213 <!--chtml else-->
11214 <PRE>
11215 ListMode Commands
11216 -------------------------
11217 X   Set or unset the highlighted group
11218 </PRE>
11219 <!--chtml endif-->
11221 &lt;End of help on this topic&gt;
11222 </BODY>
11223 </HTML>
11224 ===== h_folder_postnews =====
11225 <HTML>
11226 <HEAD>
11227 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11228 </HEAD>
11229 <BODY>
11230 This screen is designed to allow you to quickly and easily survey
11231 the available newsgroups and select one to post news to.
11233 <!--chtml if pinemode="function_key"-->
11234 <PRE>
11235 Navigating the List of Newsgroups          General Alpine Commands
11236 ---------------------------------          -----------------------
11237 F5   Move to previous group                F1  Show this help text
11238 F6   Move to next group
11239 F7   Show previous screen of groups
11240 F8   Show next screen of groups
11241 F12  WhereIs (search group names)
11243 Group Selection Commands
11244 -------------------------
11245 F3   Exit the Selection menu (without selecting a group)
11246 F4   Select the currently highlighted newsgroup
11247 </PRE>
11248 <!--chtml else-->
11249 <PRE>
11250 Navigating the List of Newsgroups          General Alpine Commands
11251 ---------------------------------          -----------------------
11252  P   Move to previous group                ?  Show this help text
11253  N   Move to next group
11254  -   Show previous screen of groups
11255 Spc  (space bar) Show next screen of groups
11256  W   WhereIs (search group names)
11258 Group Selection Commands
11259 -------------------------
11260  E   Exit the Selection menu (without selecting a group)
11261  S   Select the currently highlighted newsgroup
11262 </PRE>
11263 <!--chtml endif-->
11265 &lt;End of help on this topic&gt;
11266 </BODY>
11267 </HTML>
11268 ===== h_folder_save =====
11269 <HTML>
11270 <HEAD>
11271 <TITLE>Folder Select for Save Explained</TITLE>
11272 </HEAD>
11273 <BODY>
11274 This screen is designed to allow you to quickly and easily survey your
11275 folders and select one to use for saving the current message.
11278 <!--chtml if pinemode="function_key"-->
11279 <PRE>
11280 Navigating the List of Folders             General Alpine Commands
11281 ------------------------------             -----------------------
11282 F5   Move to previous folder               F1  Show this help text
11283 F6   Move to next folder
11284 F7   Show previous screen of folders
11285 F8   Show next screen of folders
11286 F12  WhereIs (search folder names)
11288 Folder Selection Commands
11289 -------------------------
11290 F3   Exit the Folder Select menu (without selecting a folder)
11291 F4   Select the currently highlighted folder
11292 F11  AddNew folder (just like Select, but you type in a new folder name)
11293 </PRE>
11294 <!--chtml else-->
11295 <PRE>
11296 Navigating the List of Folders             General Alpine Commands
11297 ------------------------------             -----------------------
11298  P   Move to previous folder               ?  Show this help text
11299  N   Move to next folder
11300  -   Show previous screen of folders
11301 Spc  (space bar) Show next screen of folders
11302  W   WhereIs (search folder names)
11304 Folder Selection Commands
11305 -------------------------
11306  E   Exit the Folder Select menu (without selecting a folder)
11307  S   Select the currently highlighted folder
11308  A   AddNew folder (just like Select, but you type in a new folder name)
11309 </PRE>
11310 <!--chtml endif-->
11312 FOR MORE INFORMATION: See the section on
11313 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11315 &lt;End of help on this topic&gt;
11316 </BODY>
11317 </HTML>
11318 ===== h_folder_fcc =====
11319 <HTML>
11320 <HEAD>
11321 <TITLE>Folder Select for Fcc Explained</TITLE>
11322 </HEAD>
11323 <BODY>
11324 This screen is designed to allow you to quickly and easily survey your
11325 folders and select one to use as the file carbon copy (fcc) for the
11326 current message.
11329 <!--chtml if pinemode="function_key"-->
11330 <PRE>
11331 Navigating the List of Folders             General Alpine Commands
11332 ------------------------------             -----------------------
11333 F5   Move to previous folder               F1  Show this help text
11334 F6   Move to next folder
11335 F7   Show previous screen of folders
11336 F8   Show next screen of folders
11337 F12  WhereIs (search folder names)
11339 Folder Selection Commands
11340 -------------------------
11341 F3   Exit the Folder Select menu (without selecting a folder)
11342 F4   Select the currently highlighted folder
11343 F11  AddNew folder (just like Select, but you type in a new folder name)
11344 </PRE>
11345 <!--chtml else-->
11346 <PRE>
11347 Navigating the List of Folders             General Alpine Commands
11348 ------------------------------             -----------------------
11349  P   Move to previous folder               ?  Show this help text
11350  N   Move to next folder
11351  -   Show previous screen of folders
11352 Spc  (space bar) Show next screen of folders
11353  W   WhereIs (search folder names)
11355 Folder Selection Commands
11356 -------------------------
11357  E   Exit the Folder Select menu (without selecting a folder)
11358  S   Select the currently highlighted folder
11359  A   AddNew folder (just like Select, but you type in a new folder name)
11360 </PRE>
11361 <!--chtml endif-->
11363 FOR MORE INFORMATION: See the section on
11364 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11366 &lt;End of help on this topic&gt;
11367 </BODY>
11368 </HTML>
11369 ===== h_folder_pattern_roles =====
11370 <HTML>
11371 <HEAD>
11372 <TITLE>Folder Select for Current Folder Explained</TITLE>
11373 </HEAD>
11374 <BODY>
11375 This screen is designed to allow you to quickly and easily survey your
11376 folders and select one to use as the specific Current Folder
11377 in a Pattern.
11380 <!--chtml if pinemode="function_key"-->
11381 <PRE>
11382 Navigating the List of Folders             General Alpine Commands
11383 ------------------------------             -----------------------
11384 F5   Move to previous folder               F1  Show this help text
11385 F6   Move to next folder
11386 F7   Show previous screen of folders
11387 F8   Show next screen of folders
11388 F12  WhereIs (search folder names)
11390 Folder Selection Commands
11391 -------------------------
11392 F3   Exit the Folder Select menu (without selecting a folder)
11393 F4   Select the currently highlighted folder
11394 F11  AddNew folder (just like Select, but you type in a new folder name)
11395 </PRE>
11396 <!--chtml else-->
11397 <PRE>
11398 Navigating the List of Folders             General Alpine Commands
11399 ------------------------------             -----------------------
11400  P   Move to previous folder               ?  Show this help text
11401  N   Move to next folder
11402  -   Show previous screen of folders
11403 Spc  (space bar) Show next screen of folders
11404  W   WhereIs (search folder names)
11406 Folder Selection Commands
11407 -------------------------
11408  E   Exit the Folder Select menu (without selecting a folder)
11409  S   Select the currently highlighted folder
11410  A   AddNew folder (just like Select, but you type in a new folder name)
11411 </PRE>
11412 <!--chtml endif-->
11414 FOR MORE INFORMATION: See the section on
11415 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11417 &lt;End of help on this topic&gt;
11418 </BODY>
11419 </HTML>
11420 ===== h_folder_stayopen_folders =====
11421 <HTML>
11422 <HEAD>
11423 <TITLE>Folder Select Explained</TITLE>
11424 </HEAD>
11425 <BODY>
11426 This screen is designed to allow you to quickly and easily survey your
11427 folders and select one to use as a Stay-Open folder.
11430 <!--chtml if pinemode="function_key"-->
11431 <PRE>
11432 Navigating the List of Folders             General Alpine Commands
11433 ------------------------------             -----------------------
11434 F5   Move to previous folder               F1  Show this help text
11435 F6   Move to next folder
11436 F7   Show previous screen of folders
11437 F8   Show next screen of folders
11438 F12  WhereIs (search folder names)
11440 Folder Selection Commands
11441 -------------------------
11442 F3   Exit the Folder Select menu (without selecting a folder)
11443 F4   Select the currently highlighted folder
11444 F11  AddNew folder (just like Select, but you type in a new folder name)
11445 </PRE>
11446 <!--chtml else-->
11447 <PRE>
11448 Navigating the List of Folders             General Alpine Commands
11449 ------------------------------             -----------------------
11450  P   Move to previous folder               ?  Show this help text
11451  N   Move to next folder
11452  -   Show previous screen of folders
11453 Spc  (space bar) Show next screen of folders
11454  W   WhereIs (search folder names)
11456 Folder Selection Commands
11457 -------------------------
11458  E   Exit the Folder Select menu (without selecting a folder)
11459  S   Select the currently highlighted folder
11460  A   AddNew folder (just like Select, but you type in a new folder name)
11461 </PRE>
11462 <!--chtml endif-->
11464 FOR MORE INFORMATION: See the section on
11465 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11467 &lt;End of help on this topic&gt;
11468 </BODY>
11469 </HTML>
11470 ===== h_folder_action_roles =====
11471 <HTML>
11472 <HEAD>
11473 <TITLE>Folder Select Explained</TITLE>
11474 </HEAD>
11475 <BODY>
11476 This screen is designed to allow you to quickly and easily survey your
11477 folders and select one to use as the folder into which messages
11478 matching this filter will be moved.
11481 <!--chtml if pinemode="function_key"-->
11482 <PRE>
11483 Navigating the List of Folders             General Alpine Commands
11484 ------------------------------             -----------------------
11485 F5   Move to previous folder               F1  Show this help text
11486 F6   Move to next folder
11487 F7   Show previous screen of folders
11488 F8   Show next screen of folders
11489 F12  WhereIs (search folder names)
11491 Folder Selection Commands
11492 -------------------------
11493 F3   Exit the Folder Select menu (without selecting a folder)
11494 F4   Select the currently highlighted folder
11495 F11  AddNew folder (just like Select, but you type in a new folder name)
11496 </PRE>
11497 <!--chtml else-->
11498 <PRE>
11499 Navigating the List of Folders             General Alpine Commands
11500 ------------------------------             -----------------------
11501  P   Move to previous folder               ?  Show this help text
11502  N   Move to next folder
11503  -   Show previous screen of folders
11504 Spc  (space bar) Show next screen of folders
11505  W   WhereIs (search folder names)
11507 Folder Selection Commands
11508 -------------------------
11509  E   Exit the Folder Select menu (without selecting a folder)
11510  S   Select the currently highlighted folder
11511  A   AddNew folder (just like Select, but you type in a new folder name)
11512 </PRE>
11513 <!--chtml endif-->
11515 FOR MORE INFORMATION: See the section on
11516 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11518 &lt;End of help on this topic&gt;
11519 </BODY>
11520 </HTML>
11521 ===== h_abook_config =====
11522 <HTML>
11523 <HEAD>
11524 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11525 </HEAD>
11526 <BODY>
11527 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11528 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11529 <!--chtml if pinemode="function_key"-->
11530 <PRE>
11531 Available  Commands                        
11532 -------------------------------            
11533 F1  Show Help Text                         
11534 F3  Back to MAIN Alpine menu                 
11535 F4  Change configuration for address book  
11536 F5  Move to previous address book          
11537 F6  Move to next address book              
11538 F7  Previous page of address books         
11539 F8  Next page of address books             
11540 F9  Add new address book                   
11541 F10 Delete existing address book           
11542 F11 Shuffle the order of address books     
11543 F12 Whereis (search address book titles)   
11544 </PRE>
11545 <!--chtml else-->
11546 <PRE>
11547 Navigation                     General Alpine Commands
11548 -----------------------        -----------------------
11549  P  Prev Address Book           ?  Display this help text
11550  N  Next Address Book           E  Back to MAIN Alpine menu
11551  -  Previous page
11552 Spc (space bar) Next page
11553  W  WhereIs (search for word in address book titles)
11555 Setup Address Books Commands
11556 ------------------------------------------------
11557  A  Add new address book          $  Shuffle the order of address books
11558  D  Delete existing address book  C  Change configuration for address book
11559 </PRE>
11560 <!--chtml endif-->
11562 <H2>Description of the Setup Address Books Screen</H2>
11564 This screen lets you add, delete, modify, or change the order of your
11565 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11566 fill in.  If you are adding a remote address book on an IMAP server
11567 you should fill in the name of the IMAP server.  Otherwise, leave
11568 that field blank.  (Note that remote IMAP address books are an Alpine
11569 concept and are unlikely to interoperate with other mail clients.)
11570 For a remote address book, fill in the name of the remote folder
11571 in the Folder field.  This should be a folder that is used only for
11572 this one purpose, not a general purpose folder you expect to store
11573 messages in.
11574 <P>If you are adding a local address book, fill in the
11575 Folder Name field with a local file name (e.g., .addressbook).
11577 <B>Please note:</B> Remote address books stored on an IMAP server are 
11578 of an entirely different format (namely, a special-purpose 
11579 &quot;mail folder&quot;) than that of the local addressbook familiar 
11580 to Alpine users.  Therefore, 
11581 you cannot use &quot;add a remote address book&quot; to make an existing 
11582 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11583 Alpine running on a different host.  
11586 The &quot;Del Abook&quot; command allows you to remove an address book
11587 from your configuration.  It will also ask you if you wish to remove
11588 the data for that address book, which would erase all traces of the
11589 address book if you answer Yes.
11592 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11593 The difference is that instead of adding a new address book to your
11594 configuration, you are changing the configuration of an existing entry.
11595 For example, you might want to correct a typing error or change a
11596 nickname.  The &quot;Change&quot; command is not a move command.  If you
11597 change the folder name or server name the data will not be moved for you.
11600 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11601 an address book toward another address book in the same group then
11602 the order of those two address books will be swapped.  If you shuffle
11603 the last Personal address book down towards the Global address book
11604 section, it will become a Global address book.  If you shuffle
11605 the first Global address book up it will become a Personal address
11606 book.  The main difference between Personal and Global address
11607 books is that Global address books are forced read-only.
11608 <P><UL>
11609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11610 </UL>
11612 &lt;End of help on this topic&gt;
11613 </BODY>
11614 </HTML>
11615 ===== h_abook_top =====
11616 <HTML>
11617 <HEAD>
11618 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11619 </HEAD>
11620 <BODY>
11621 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11622 <!--chtml if pinemode="function_key"-->
11623 <PRE>
11624 Available  Commands -- Group 1         Available Commands -- Group 2
11625 -------------------------------        ------------------------------
11626 F1  Show Help Text                      F1  Show Help Text
11627 F2  See commands in next group          F2  See commands in next group
11628 F3  Exit to MAIN MENU                   F3  Quit Alpine
11629 F4  View/Edit selected address book
11630 F5  Move to previous address book       F5  FOLDER LIST screen
11631 F6  Move to next address book           F6  Specify a folder to go to
11632 F7  Previous page                       F7  MESSAGE INDEX screen
11633 F8  Next page                           F9  Print list of address books
11634 F12 Whereis (search for word)
11635 </PRE>
11636 <!--chtml else-->
11637 <PRE>
11638 Navigation                       General Alpine Commands
11639 -----------------------          -----------------------
11640  P  Previous Entry                ?  Display this help text
11641  N  Next Entry                    O  Show all other available commands
11642  -  Previous page                 &lt;  Back to MAIN Alpine menu
11643 Spc (space bar) Next page         Q  Quit Alpine
11644  W  WhereIs (search for word)     L  FOLDER LIST screen
11645                                   G  Specify a folder to go to
11646 Address Book Commands             I  MESSAGE INDEX screen
11647 ------------------------------------------------
11648  &gt;  View/Edit selected address book
11649               or
11650  &gt;  Search on selected directory server
11652  %  Print list of address books and directory servers
11653 </PRE>
11654 <!--chtml endif-->
11656 <H2>Description of the Address Book List Screen</H2>
11658 From this screen you may choose which address book you wish to view
11659 or edit. For more information on address books, view one of your
11660 address books (with
11661 <!--chtml if pinemode="function_key"-->
11663 <!--chtml else-->
11664 &quot;&gt;&quot;
11665 <!--chtml endif-->)
11666 and see the Help Text there.<P>
11668 You may also choose a directory server on which to search for entries.
11669 You do that by highlighting the directory server line and using
11670 <!--chtml if pinemode="function_key"-->
11672 <!--chtml else-->
11673 &quot;&gt;&quot;
11674 <!--chtml endif-->.<P>
11676 If you wish to define new address books or directory servers go to the Main
11677 menu and choose Setup. You may then either choose to setup AddressBooks or
11678 Directory (among other things). It's possible that the Directory option
11679 will not be there if the Alpine you are using does not contain LDAP directory
11680 lookup functionality.
11682 <P><UL>
11683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11684 </UL><P>
11685 &lt;End of help on this topic&gt;
11686 </BODY>
11687 </HTML>
11688 ===== h_abook_opened =====
11689 <HTML>
11690 <HEAD>
11691 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11692 </HEAD>
11693 <BODY>
11694 <H1>THE ALPINE ADDRESS BOOK</H1>
11695 <H2>ADDRESS BOOK COMMANDS</H2>
11696 <PRE>
11697 <!--chtml if pinemode="function_key"-->
11698 Available  Commands -- Group 1         Available Commands -- Group 2   
11699 -------------------------------        ------------------------------  
11700 F1  Show Help Text                      F1  Show Help Text             
11701 F2  See commands in next group          F2  See commands in next group
11702 F3  Exit this screen                    F3  Quit Alpine                  
11703 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11704 F5  Move to previous entry              F5  FOLDER LIST screen         
11705 F6  Move to next entry                  F6  Specify a folder to go to  
11706 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11707 F8  Next page of address book           F8  Compose to entry using roles
11708 F9  Add new entry to address book       F9  Print address book         
11709 F10 Delete selected entry               F10 TakeAddr to another addrbook
11710 F11 Compose to selected entry           F11 Save or Export addrbook selections
11711 F12 Whereis (search address book)       F12 Forward entry by mail       
11713 Available Commands -- Group 3                                           
11714 ------------------------------                                          
11715 F3  Select                              F6  Zoom (or unZoom)            
11716 F5  Select Current                      F7  Apply Command to Selection  
11717 <!--chtml else-->
11718 Address Book Navigation        General Alpine Commands
11719 -----------------------        -----------------------
11720  P  Prev Address                  ?  Display this help text
11721  N  Next Address                  O  Show all other available commands
11722  -  Previous page of address book M  Back to MAIN MENU
11723 Spc (space bar) Next page         Q  Quit Alpine
11724  W  WhereIs (search for word      C  Compose message to selected addr
11725      or name in address book)     #  Compose to addr using roles
11726  &lt;  To List of Address Books if   L  FOLDER LIST screen
11727      more than one, else to MAIN  G  Specify a folder to go to
11728                                   I  MESSAGE INDEX screen
11730 Address Book Commands
11731 ----------------------------------------------------
11732  &gt;  View/Update selected entry    D  Delete selected entries
11733  %  Print address book            S  Save or Export address book selections
11734  F  Forward entries by mail       @  Add new entry to address book
11736  ;  Select command                Z  Toggle Zoom Mode
11737  :  Select highlighted entry      A  Apply command to selected entries
11739 <!--chtml endif-->
11740 </PRE>
11741 Note:  The presence or absence of the final four commands above is
11742 controlled by the option 
11743 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11746 <H2>Description of the Address Book Screen</H2>
11748 This screen lets you edit and manage entries in your address book.  It
11749 also acts as a short-cut for composing messages to people in the address
11750 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11751 message starts &quot;pre-addressed&quot; to whatever address book entry is
11752 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
11753 role to use in your composition.
11755 Alpine's address book helps you keep a list of addresses you send email to so
11756 you do not have to remember addresses that are often complex.  Each entry
11757 in the address book has five fields, all of them optional.  The three
11758 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11760         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11761         This is what you type in as you are addressing the message in the
11762         composer.  If there is a matching entry in your address book(s),
11763         Alpine will extract the corresponding FullName and Address fields to
11764         generate the actual address for your message.
11766         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11767 of the
11768         person or organization.  Usually the full names are put in last
11769         name first so they sort nicely in alphabetical order.  Whatever
11770         you put as the name here will appear on the message when it is
11771         finally delivered.  Examples:<PRE>
11772            Garcia Marquez, Gabriel
11773            Henscheid, Eckhard
11774            Alpine-Info mailing list
11775            Library materials renewal requests
11776            Kim An-guk
11777            &quot;George III, King of Great Britain, 1738-1820&quot;
11778 </PRE>
11779 (In the second-to-last example, no comma is used in the name so that 
11780 the family name appears first in the address book and when the entry is 
11781 used in the composer.
11782 In the last example, retaining the commas is intended; 
11783 double-quotation marks surround the name to 
11784 prevent the transposition of its parts when the entry is used in 
11785 the composer.)
11787         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11788         a valid Internet address that conforms to the Internet message
11789         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11791 The two fields that aren't usually visible are:<DL>
11793   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11794         message to this address to be saved in.  If this field is set, and
11795         this address is the first one in the message's To: header, then
11796         Alpine will use this folder name for the FCC in lieu of the normal
11797         FCC folder name.
11799   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11800         </DL>
11802 Due to screen width limitations, these last two fields do not show up in
11803 the normal ADDRESS BOOK display.  You may select the 
11804 &quot;View/Update&quot; command to
11805 view or modify them.  You may use the configuration variable
11806 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11807 to add these fields to your ADDRESS BOOK 
11808 display, or to modify the format of the display.
11810 <H2>Sorting the Address book</H2>
11812 By default, address book entries are sorted alphabetically on the full
11813 name with distribution lists sorted to the end.  Sorting can be changed by
11814 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11815 --assuming you have &quot;write&quot; permission for the address book file.
11817 Unlike the sorting of folders (which only changes presentation), sorting an
11818 address book actually changes the file as it is kept on the computer.  For
11819 this reason you won't be able to sort a shared or system-wide address
11820 book.
11822 <H2>Adding New Entries</H2>
11824 The easiest way to add new entries to your address book is to use the
11825 &quot;TakeAddr&quot; command when viewing a message.
11826 This command allows you to take addresses from the header and body of the
11827 message and put them into your address book, without having to type
11828 them in.
11831 To manually add a new entry from within the address book screen, use the AddNew
11832 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11833 Use this command both for adding a simple alias and for adding a
11834 distribution list.
11836 <H2>Distribution Lists</H2>
11838 Address book entries can be simple cases of aliases (a single nickname is linked
11839 to a single email address) or distribution lists (a single nickname
11840 pointing at more than one email address).  Each distribution list has a
11841 nickname, a full name and a list of addresses.  The addresses may be
11842 actual addresses or they may be other nicknames in your address book.
11843 They may even refer to other distribution lists.
11844 There's really no difference between a simple alias and a distribution list,
11845 other than the number of addresses.
11846 Therefore, you can turn a simple alias with one address into a distribution
11847 list simply by adding more addresses.
11848 To add entries to an existing list or alias
11849 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
11850 a single address from the list if the cursor is placed on the address;
11851 it will delete the entire distribution list if the cursor is on the
11852 nickname/fullname line.  View/Update may also be used to delete addresses
11853 from a list.
11855 Address field entries in distribution lists may take any one of three
11856 forms: a nickname existing in any of the defined address books, a normal
11857 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11858 fullname/address combination, e.g. &quot;John Smith
11859 &lt;jsmith@art.example.com&gt;&quot;.
11861 Distribution lists in Alpine address books can only be used by the person or
11862 people who have access to that address book.  They are not usually used to
11863 implement discussion groups, but can be used to facilitate small
11864 discussion groups if all the participants have access to the same shared
11865 address book.
11867 <H2>FCC and Comments</H2>
11869 As mentioned above, each entry in the address book also has two other optional
11870 fields, Fcc and Comments.  The command to look at or change either of these
11871 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
11872 Comments field is just for your own use.  The Fcc field overrides the
11873 default Fcc if this address is the first one on the To line.  The WhereIs
11874 command may be used to search for particular strings in the address book,
11875 including fields that are not visible (like Comment and Fcc by default).
11877 <H2>Aggregate Operations</H2>
11879 If the feature
11880 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11881 is turned on (the default), then the four commands &quot;Select&quot;,
11882 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11883 are available.  The two selection commands allow you to mark a set of
11884 address book entries as being selected.  If you have more than one address
11885 book, the selections may be in more than one of those address books.
11886 The &quot;Zoom&quot; command will toggle between displaying only the selected
11887 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11888 apply one of the regular address book commands to all of the selected
11889 entries.  Usually the address book commands apply to only the entry
11890 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11891 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11892 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11894 <H2>Exporting and Forwarding Address book entries</H2>
11896 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
11897 address book entry is placed in a plain text file in your home directory
11898 <!--chtml if pinemode="running"-->
11899 (which, in the present configuration of your system, is
11900  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11901 <!--chtml endif-->
11902 or current working directory
11903 <!--chtml if pinemode="running"-->
11904 (which, at least for your current Alpine &quot;session,&quot; 
11905 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11906 <!--chtml endif-->, depending on the 
11907 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11908 configuration setting.  If you have some entries selected and use the
11909 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11910 placed in the text file.
11912 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11913 address book entry is placed in a special attachment and you are put into
11914 the composer.  You can fill in some comments in the body of the message,
11915 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11916 may use the TakeAddr command on that message to insert the address book
11917 entry you sent in their own address book.  If you have some entries
11918 selected and use the Apply Forward command all of the selected entries
11919 will be forwarded in a single message.  You may
11920 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.
11921 The recipient must be using Alpine in order to receive this correctly.
11922 One way for the recipient to handle this might be to create an empty
11923 address book and then &quot;Take&quot; your forwarded address book entries into
11924 that empty address book.
11926 <H2>Multiple and/or Site-Wide Address books</H2>
11928 You may have more than one personal address book.  In addition, there may
11929 be one or more global address books.  This capability allows you to have
11930 multiple personal address books (some of which may be shared) and it also
11931 allows system administrators to implement site-wide address books that
11932 contain entries for users on multiple machines within the organization.
11933 <P><DL>
11934 <DT>Searching
11935   <DD> If you enter a nickname when composing a message, your
11936   personal address books will be searched through in order, and then the
11937   global address book(s) searched. If more than one address book has an entry
11938   for the nickname, Alpine uses the first one that it finds, so an entry in
11939   your personal address book would override a global address book entry. If
11940   after searching all the address books there is still no match, (Unix) Alpine
11941   then searches the local host password file on the assumption that you have
11942   entered a local user name rather than an address book nickname.
11943   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11944   command, but global address books are always searched after personal
11945   address books.
11947   <P><DT>Tab completion
11948   <DD> If the
11949   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11950   feature is turned on (the default) then the Tab key may be used
11951   in the composer to complete partially typed nicknames in the To
11952   or Cc lines. You type the first few letters of a nickname and then
11953   press the Tab key. It there is only one nickname that matches it will
11954   be filled in by Alpine. If there is more than one the unambiguous part
11955   of the nicknames will be filled in. For example, if your address book or
11956   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11957   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11958   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11959   If you then type a second Tab character you will be presented with a list
11960   of matching nicknames to select from. Alternatively, you could type another
11961   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11962   in the entire &quot;barbecue&quot; entry.
11964   <P><DT>Defining
11965   <DD> You define multiple personal address books in the 
11966   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11967   from the MAIN MENU.  
11968   You may add as many as you like.  Global address books are usually
11969   site-wide address books defined by the System administrator, but
11970   you may define global address books of your own just like you define
11971   personal address books.
11973   <P><DT>Creating and updating
11974   <DD> Personal address books are normally created empty
11975   and populated by explicit additions from within Alpine, e.g. via the
11976   TakeAddr command.  Unlike personal address books, global address books may
11977   not be modified/updated from within Alpine; that is, they are Read-Only.
11978   Thus, global address books are created, populated and updated outside of
11979   Alpine. They might be hand-edited, generated by a program from another
11980   database, or by copying an existing address book.  They might also be
11981   some other user's personal address book, and so be modified normally by
11982   that user but accessed Read-Only by you.  See the Alpine Technical
11983   Notes document (included in the Alpine distribution) for more information on
11984   this.
11986   <P><DT>Accessing
11987   <DD>There are two different types of address books in Alpine.
11988   A local address book is stored in a regular file and the normal file
11989   access permissions apply.  A remote address book is stored on an IMAP
11990   server in a special folder that contains only messages pertaining to
11991   that address book.  The last message in the remote folder contains a
11992   copy of the address book data, and that data is copied to a local cache
11993   file in your home directory.  From there it is accessed just like a local
11994   address book.  The name of the cache file is kept track of in a special
11995   file called the
11996   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11997   the name of which is stored in
11998   your Alpine configuration file the first time you use a remote address book.
11999   Just as local Alpine address books use a format that only Alpine understands,
12000   remote Alpine address books do the same and other mail reading programs
12001   are unlikely to be able to understand them.<P>
12002   While global address books are explicitly intended to be shared, there is
12003   nothing to prevent you from sharing a personal address book with other
12004   Alpine users. This might be useful in the case of a small workgroup.
12005   However, it is recommended that updates to shared personal address books
12006   be done when other Alpine users are not accessing the address book. Alpine
12007   does not do any file-locking to manage concurrent updates to the
12008   addressbook, but it does check to see if the file has been modified before
12009   making any changes.  Consequently, inadvertent concurrent updates will
12010   only cause other Alpine users to have to restart their address book
12011   operation, which will cause Alpine to reopen the updated file.
12013   <P><DT>Converting to Remote
12014   <DD>The easiest way to convert an existing local
12015   address book into a remote address book is to create an empty new remote
12016   personal address book by typing &quot;A&quot; to execute the
12017   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12018   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12019   address book.
12020   After you have added the empty
12021   remote address book, go into the screen for the address book you wish
12022   to copy and &quot;Select&quot; &quot;All&quot;.
12023   This selects every entry in that
12024   address book.  Then type the command &quot;Apply Save&quot;.
12025   You will be asked for the address book to save to.  You may use ^P and ^N
12026   to get to the new empty address book, then hit RETURN and the addresses
12027   will be copied.
12028   At this point you'll probably want to unselect all the entries in the local
12029   address book before proceeding. You do that with
12030   &quot;Select&quot; &quot;unselect All&quot;.
12032 </DL>
12033 <UL>
12034 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12035 </UL>
12036 <P><UL>
12037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12038 </UL>
12040 &lt;End of help on this topic&gt;
12041 </BODY>
12042 </HTML>
12043 ===== h_abook_select_addr =====
12044 <HTML>
12045 <HEAD>
12046 <TITLE>Addressbook Selection Explained</TITLE>
12047 </HEAD>
12048 <BODY>
12049 <H1>SELECT ADDRESS</H1>
12050 <!--chtml if pinemode="function_key"-->
12051 <PRE>
12052 Navigating the List of Messages               General Alpine Commands
12053 -------------------------------               -----------------------
12054 F5   Move to previous entry                   F1  Show this help text
12055 F6   Move to next entry
12056 F7   Show previous screen of address book
12057 F8   Show next screen of address book
12058 F12  WhereIs (search through address book)
12060 Address Selection Commands
12061 --------------------------
12062 F3   Exit the Address Select screen (without selecting an address)
12063 F4   Select the currently highlighted entry
12064 </PRE>
12065 <!--chtml else-->
12066 <PRE>
12067 Navigating the List of Messages               General Alpine Commands
12068 -------------------------------               -----------------------
12069  P   Move to previous entry                    ?  Show this help text
12070  N   Move to next entry
12071  -   Show previous screen of address book
12072 Spc  (space bar) Show next screen of address book
12073  W   WhereIs (search through address book)
12075 Address Selection Commands
12076 --------------------------
12077  E   Exit the Address Select screen (without selecting an address)
12078  S   Select the currently highlighted entry
12079 </PRE>
12080 <!--chtml endif-->
12083 This screen is designed to let you easily scan your address book(s) in
12084 order to select an entry for the message you are composing.  You cannot
12085 edit your address book in any way at this time, for address book
12086 maintenance, select the address book command when not composing a message.
12089 If you are composing a message and know the nickname of the person/list you
12090 want, you can bypass this screen by simply typing in the nickname on the
12091 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12092 selecting an entry does not cancel your message.
12095 FOR MORE INFORMATION on addressing see
12096 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12097 <A HREF="h_abook_opened">Address Book Screen's</A>
12098 help text.
12100 &lt;End of help on this topic&gt;
12101 </BODY>
12102 </HTML>
12103 ===== h_abook_select_top =====
12104 <HTML>
12105 <HEAD>
12106 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12107 </HEAD>
12108 <BODY>
12109 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12110 <!--chtml if pinemode="function_key"-->
12111 <PRE>
12112 Navigating the List of Address Books       General Alpine Commands
12113 ------------------------------------       -----------------------
12114 F4   View the highlighted address book
12115 F5   Move to previous address book         F1  Show this help text
12116 F6   Move to next address book
12117 F7   Show previous screen of address books
12118 F8   Show next screen of address books
12119 F12  WhereIs (search through address books)
12121 Address Selection Commands
12122 --------------------------
12123 F3   Exit the Address Select screen (without selecting an address)
12124 F4   Select the currently selected entries (if using ListMode)
12125 F9   Change to ListMode
12126 </PRE>
12127 <!--chtml else-->
12128 <PRE>
12129 Navigating the List of Address Books       General Alpine Commands
12130 ------------------------------------       -----------------------
12131  &gt;   View the highlighted address book
12132  P   Move to previous address book         ?  Show this help text
12133  N   Move to next address book
12134  -   Show previous screen of address books
12135 Spc  (space bar) Show next screen of address books
12136  W   WhereIs (search through address books)
12138 Address Selection Commands
12139 --------------------------
12140  E   Exit the Address Select screen (without selecting an address)
12141  S   Select the currently selected entries (if using ListMode)
12142  L   Change to ListMode
12143 </PRE>
12144 <!--chtml endif-->
12147 This screen is designed to let you easily scan your address book(s) in
12148 order to select entries for the message you are composing.  You cannot
12149 edit your address book in any way at this time.  For address book
12150 maintenance, select the address book command when not composing a message.
12153 If you are composing a message and know the nickname of the person/list you
12154 want, you can bypass this screen by simply typing in the nickname on the
12155 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12156 selecting an entry does not cancel your message.
12159 The ListMode command will add a column at the left edge of the screen.
12160 You mark the entries that you wish to select with the &quot;X&quot; command.
12161 This allows you to choose more than one entry at a time.
12164 An alternative method of composing a message to entries in your
12165 address book(s) is to first use the &quot;Select&quot; command from
12166 the address book maintenance screen and then the &quot;Apply&quot;
12167 &quot;ComposeTo&quot; command to start the composer composing to the
12168 selected entries.
12171 FOR MORE INFORMATION on addressing see
12172 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12173 <A HREF="h_abook_opened">Address Book Screen's</A>
12174 help text.
12176 &lt;End of help on this topic&gt;
12177 </BODY>
12178 </HTML>
12179 ===== h_abook_select_listmode =====
12180 <HTML>
12181 <HEAD>
12182 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12183 </HEAD>
12184 <BODY>
12185 <H1>COMPOSER: SELECT ADDRESSES</H1>
12186 <!--chtml if pinemode="function_key"-->
12187 <PRE>
12188 Navigating the List of Messages                 General Alpine Commands
12189 -------------------------------                 -----------------------
12190 F5   Move to previous entry                     F1  Show this help text
12191 F6   Move to next entry
12192 F7   Show previous screen of address book
12193 F8   Show next screen of address book
12194 F12  WhereIs (search through address book)
12196 Address Selection Commands
12197 --------------------------
12198 F3   Exit the Address Select screen (without selecting an address)
12199 F4   Select the currently highlighted entry
12200 F9   Change to ListMode
12201 </PRE>
12202 <!--chtml else-->
12203 <PRE>
12204 Navigating the List of Messages                 General Alpine Commands
12205 -------------------------------                 -----------------------
12206  P   Move to previous entry                     ?  Show this help text
12207  N   Move to next entry
12208  -   Show previous screen of address book
12209 Spc  (space bar) Show next screen of address book
12210  W   WhereIs (search through address book)
12212 Address Selection Commands
12213 --------------------------
12214  E   Exit the Address Select screen (without selecting an address)
12215  S   Select the currently highlighted entry
12216  L   Change to ListMode
12217 </PRE>
12218 <!--chtml endif-->
12221 This screen is designed to let you easily scan your address book(s) in
12222 order to select entries for the message you are composing.  You cannot
12223 edit your address book in any way at this time, for address book
12224 maintenance, select the address book command when not composing a message.
12227 If you are composing a message and know the nickname of the person/list you
12228 want, you can bypass this screen by simply typing in the nickname on the
12229 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12230 selecting an entry does not cancel your message.
12233 The ListMode command will add a column at the left edge of the screen.
12234 You mark the entries that you wish to select with the &quot;X&quot; command.
12235 This allows you to choose more than one entry at a time.
12238 An alternative method of composing a message to entries in your
12239 address book(s) is to first use the &quot;Select&quot; command from
12240 the address book maintenance screen and then the &quot;Apply&quot;
12241 &quot;ComposeTo&quot; command to start the composer composing to the
12242 selected entries.
12245 FOR MORE INFORMATION on addressing see
12246 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12247 <A HREF="h_abook_opened">Address Book Screen's</A>
12248 help text.
12250 &lt;End of help on this topic&gt;
12251 </BODY>
12252 </HTML>
12253 ===== h_abook_select_checks =====
12254 <HTML>
12255 <HEAD>
12256 <TITLE>Address Selection from Composer Explained</TITLE>
12257 </HEAD>
12258 <BODY>
12259 <H1>COMPOSER: SELECT ADDRESSES</H1>
12260 <!--chtml if pinemode="function_key"-->
12261 <PRE>
12262 Navigating the List of Messages                 General Alpine Commands
12263 -------------------------------                 -----------------------
12264 F5   Move to previous entry                     F1  Show this help text
12265 F6   Move to next entry
12266 F7   Show previous screen of address book
12267 F8   Show next screen of address book
12268 F12  WhereIs (search through address book)
12270 Address Selection Commands
12271 --------------------------
12272 F3   Exit the Address Select screen (without selecting an address)
12273 F4   Select the currently highlighted entry
12274 F8   Either Sets or Unsets all entries in this address book
12275 F9   Set or Unset the highlighted entry
12276 </PRE>
12277 <!--chtml else-->
12278 <PRE>
12279 Navigating the List of Messages                 General Alpine Commands
12280 -------------------------------                 -----------------------
12281  P   Move to previous entry                     ?  Show this help text
12282  N   Move to next entry
12283  -   Show previous screen of address book
12284 Spc  (space bar) Show next screen of address book
12285  W   WhereIs (search through address book)
12287 Address Selection Commands
12288 --------------------------
12289  E   Exit the Address Select screen (without selecting an address)
12290  S   Select the currently highlighted entry
12291  X   Set or Unset the highlighted entry
12292  A   Either Sets or Unsets all entries in this address book
12293 </PRE>
12294 <!--chtml endif-->
12297 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12298 command.  Type &quot;S Select&quot; to select all of the entries you
12299 have marked, just as if you had typed them in by hand.
12302 An alternative method of composing a message to entries in your
12303 address book(s) is to first use the &quot;Select&quot; command from
12304 the address book maintenance screen and then the &quot;Apply&quot;
12305 &quot;ComposeTo&quot; command to start the composer composing to the
12306 selected entries.
12309 FOR MORE INFORMATION on addressing see
12310 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12311 <A HREF="h_abook_opened">Address Book Screen's</A>
12312 help text.
12314 &lt;End of help on this topic&gt;
12315 </BODY>
12316 </HTML>
12317 ===== h_abook_select_nicks_take =====
12318 <HTML>
12319 <HEAD>
12320 <TITLE>Take Address Nickname Selection Explained</TITLE>
12321 </HEAD>
12322 <BODY>
12323 <H1>TAKEADDR: SELECT NICKNAME</H1>
12324 <!--chtml if pinemode="function_key"-->
12325 <PRE>
12326 Navigating the List of Messages                 General Alpine Commands
12327 -------------------------------                 -----------------------
12328 F5   Move to previous entry                     F1  Show this help text
12329 F6   Move to next entry
12330 F7   Show previous screen of address book
12331 F8   Show next screen of address book
12332 F12  WhereIs (search through address book)
12334 Message Selection Commands
12335 --------------------------
12336 F3   Exit the Nickname Select screen (without selecting an address)
12337 F4   Select the currently highlighted entry
12338 </PRE>
12339 <!--chtml else-->
12340 <PRE>
12341 Navigating the List of Messages                 General Alpine Commands
12342 -------------------------------                 -----------------------
12343  P   Move to previous entry                     ?  Show this help text
12344  N   Move to next entry
12345  -   Show previous screen of address book
12346 Spc  (space bar) Show next screen of address book
12347  W   WhereIs (search through address book)
12349 Message Selection Commands
12350 --------------------------
12351  E   Exit the Nickname Select screen (without selecting an address)
12352  S   Select the currently highlighted entry
12353 </PRE>
12354 <!--chtml endif-->
12357 This screen is designed to let you modify or add to an existing
12358 address book entry.  You have already selected the name(s) and
12359 address(es) through &quot;Take Address&quot;.  This screen simply lets
12360 you scan your address books and select the nickname to be
12361 changed/augmented.  If you want to add a new entry, then you are in
12362 the wrong place-- Select &quot;Exit&quot; command.
12365 FOR MORE INFORMATION on addressing see
12366 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12367 <A HREF="h_abook_opened">Address Book Screen's</A>
12368 help text.
12370 &lt;End of help on this topic&gt;
12371 </BODY>
12372 </HTML>
12373 ===== h_abook_select_nick =====
12374 <HTML>
12375 <HEAD>
12376 <TITLE>Nickname Selection Explained</TITLE>
12377 </HEAD>
12378 <BODY>
12379 <H1>SELECT NICKNAME</H1>
12380 <!--chtml if pinemode="function_key"-->
12381 <PRE>
12382 Navigating the List of Messages                 General Alpine Commands
12383 -------------------------------                 -----------------------
12384 F5   Move to previous entry                     F1  Show this help text
12385 F6   Move to next entry
12386 F7   Show previous screen of address book
12387 F8   Show next screen of address book
12388 F12  WhereIs (search through address book)
12390 Message Selection Commands
12391 --------------------------
12392 F3   Exit the Nickname Select screen (without selecting an address)
12393 F4   Select the currently highlighted entry
12394 </PRE>
12395 <!--chtml else-->
12396 <PRE>
12397 Navigating the List of Messages                 General Alpine Commands
12398 -------------------------------                 -----------------------
12399  P   Move to previous entry                     ?  Show this help text
12400  N   Move to next entry
12401  -   Show previous screen of address book
12402 Spc  (space bar) Show next screen of address book
12403  W   WhereIs (search through address book)
12405 Message Selection Commands
12406 --------------------------
12407  E   Exit the Nickname Select screen (without selecting an address)
12408  S   Select the currently highlighted entry
12409 </PRE>
12410 <!--chtml endif-->
12413 This screen is designed to let you look at the nicknames in your address
12414 books before choosing a new one.
12417 FOR MORE INFORMATION on addressing see
12418 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12419 <A HREF="h_abook_opened">Address Book Screen's</A>
12420 help text.
12422 &lt;End of help on this topic&gt;
12423 </BODY>
12424 </HTML>
12425 ===== h_takeaddr_screen =====
12426 <HTML>
12427 <HEAD>
12428 <TITLE>Take Address Screen Explained</TITLE>
12429 </HEAD>
12430 <BODY>
12431 <H1>TAKE ADDRESS COMMANDS</H1>
12432 <!--chtml if pinemode="function_key"-->
12433 <PRE>
12434 Navigating the List of Addresses       Address Selection Commands        
12435 --------------------------------       --------------------------        
12436  F5  Move to previous entry            F3  Exit without taking address
12437  F6  Move to next entry                F4  Take current address(es)
12438  F7  Show previous page of address list
12439  F8  Show next page of address list
12440  F2  WhereIs (search list)
12441                                --------------
12442 Mode Toggle            F9  Set/Unset current address
12443 -----------            F10 Set all
12444  F12 Toggle between List and single mode       F11 Unset all
12445 </PRE>
12446 <!--chtml else-->
12447 <PRE>
12448 Navigating the List of Addresses       Address Selection Commands
12449 --------------------------------       --------------------------
12450  P  Move to previous entry              &lt;  Exit without taking address
12451  N  Move to next entry                  T  Take address
12452  -  Show previous page of address list
12453 Spc (space bar) Show next page of address list
12454  W  WhereIs (search list)              List Mode
12455                                        ---------
12456 Single Mode                             X  Set/Unset current address
12457 -----------                             A  Set all addresses
12458  L  Switch to list mode                 U  Unset all addresses
12459                                         S  Switch to single mode
12460 </PRE>
12461 <!--chtml endif-->
12463 <H2>Description of the Take Address Screen</H2>
12465 This screen is designed to let you select one or more address/name
12466 combinations from the current message and put them into your address book.
12467 The cursor is initially placed on the line with the message author.
12468 Other lines include the names of people and/or mailing lists who also
12469 received the message.  Other people &quot;involved&quot; in the
12470 message (e.g. the person named as Reply-To:) are also listed here.
12473 The simple case is adding a new, single entry into your address book. To
12474 do this, simply highlight the correct line and press 
12475 <!--chtml if pinemode="function_key"-->
12477 <!--chtml else-->
12478 &quot;T&quot;.
12479 <!--chtml endif-->
12480 To create a new list or add to an existing list, switch the screen display
12481 into List Mode by pressing
12482 <!--chtml if pinemode="function_key"-->
12483 F12.
12484 <!--chtml else-->
12485 &quot;L&quot;.
12486 <!--chtml endif-->
12487 In List Mode, you select the
12488 group of addresses you wish to manipulate by marking them with an
12489 &quot;X&quot;.
12490 The Set/Unset
12491 <!--chtml if pinemode="function_key"-->
12492 (F9)
12493 <!--chtml else-->
12494 (&quot;X&quot;)
12495 <!--chtml endif-->
12496 command will turn the &quot;X&quot; on for the
12497 highlighted address if it was off or turn it off if it was previously on.
12498 The SetAll command will select all of the addresses, and the UnSetAll
12499 command will turn off all the selections.  Once you've gotten the
12500 selection the way you want it, you may create a new list by pressing
12501 <!--chtml if pinemode="function_key"-->
12503 <!--chtml else-->
12504 &quot;T&quot;.
12505 <!--chtml endif-->
12508 In both the simple and list cases, after choosing to take the address,
12509 you will be asked for the nickname of the entry.  Typing in a new name
12510 creates the new entry/list.  Entering an existing nickname will replace
12511 the entry (simple case) or add to the list (list case).  Alternatively,
12512 you can press Ctrl-T at the nickname prompt and select an existing
12513 nickname from your address book.
12516 You will normally start in Single Mode, unless you used the Apply command
12517 to startup the TakeAddr screen, in which case you will start in List Mode.
12518 You may switch between the two modes at any time.  If you've already
12519 selected several addresses in List Mode, those will be remembered when you
12520 switch to Single Mode and then back to List Mode.  The set of addresses
12521 that are pre-selected when you start in List Mode are the From addresses
12522 of all of the messages you are operating on.  You may, of course, easily
12523 erase those selections with the UnSetAll command.
12526 If you have more than one writable address book, you will be prompted for
12527 the name of the address book you wish to add the new entry to before
12528 anything else. You can use ^N and ^P to choose among the defined address
12529 books, or type in the address book name.
12532 FOR MORE INFORMATION on addressing see
12533 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12534 <A HREF="h_abook_opened">Address Book Screen's</A>
12535 help text.
12537 &lt;End of help on this topic&gt;
12538 </BODY>
12539 </HTML>
12540 ===== h_takeexport_screen =====
12541 <HTML>
12542 <HEAD>
12543 <TITLE>Take Export Screen Explained</TITLE>
12544 </HEAD>
12545 <BODY>
12546 <H1>TAKE EXPORT COMMANDS</H1>
12547 <!--chtml if pinemode="function_key"-->
12548 <PRE>
12549 Navigating the List of Addresses       Address Selection Commands        
12550 --------------------------------       --------------------------        
12551  F5  Move to previous entry            F3  Exit without taking address
12552  F6  Move to next entry                F4  Take current address(es)
12553  F7  Show previous page of address list
12554  F8  Show next page of address list
12555  F2  WhereIs (search list)
12556                                --------------
12557 Mode Toggle            F9  Set/Unset current address
12558 -----------            F10 Set all
12559  F12 Toggle between List and single mode       F11 Unset all
12560 </PRE>
12561 <!--chtml else-->
12562 <PRE>
12563 Navigating the List of Addresses       Address Selection Commands
12564 --------------------------------       --------------------------
12565  P  Move to previous entry              &lt;  Exit without taking address
12566  N  Move to next entry                  T  Take address
12567  -  Show previous page of address list
12568 Spc (space bar) Show next page of address list
12569  W  WhereIs (search list)              List Mode
12570                                        ---------
12571 Single Mode                             X  Set/Unset current address
12572 -----------                             A  Set all addresses
12573  L  Switch to list mode                 U  Unset all addresses
12574                                         S  Switch to single mode
12575 </PRE>
12576 <!--chtml endif-->
12578 <H2>Description of the Take Export Screen</H2>
12580 This screen is designed to let you select one or more addresses
12581 from the current message and put them into a file.
12582 Only the user@domain_name part of each address is put into the file.
12585 To put a single entry into a file simply highlight the correct line and press 
12586 <!--chtml if pinemode="function_key"-->
12588 <!--chtml else-->
12589 &quot;T&quot;.
12590 <!--chtml endif-->
12591 To put more than one entry into a file
12592 switch the screen display
12593 into List Mode by pressing
12594 <!--chtml if pinemode="function_key"-->
12595 F12.
12596 <!--chtml else-->
12597 &quot;L&quot;.
12598 <!--chtml endif-->
12599 In List Mode, you select the
12600 group of addresses you wish to manipulate by marking them with an
12601 &quot;X&quot;.
12602 The Set/Unset
12603 <!--chtml if pinemode="function_key"-->
12604 (F9)
12605 <!--chtml else-->
12606 (&quot;X&quot;)
12607 <!--chtml endif-->
12608 command will turn the &quot;X&quot; on for the
12609 highlighted address if it was off or turn it off if it was previously on.
12610 The SetAll command will select all of the addresses, and the UnSetAll
12611 command will turn off all the selections.  Once you've gotten the
12612 selection the way you want it, you may put the addresses in a file by typing
12613 <!--chtml if pinemode="function_key"-->
12615 <!--chtml else-->
12616 &quot;T&quot;.
12617 <!--chtml endif-->
12620 You will be asked for the name of a file to put the addresses in.
12621 If the file already exists, you will be asked whether you want to Overwrite
12622 (replace) the contents of the file or Append to the contents of the file.
12625 &lt;End of help on this topic&gt;
12626 </BODY>
12627 </HTML>
12628 ============= h_abook_view ========================
12629 <HTML>
12630 <HEAD>
12631 <TITLE>Address Book View Explained</TITLE>
12632 </HEAD>
12633 <BODY>
12634 This function allows you to view the contents of an address book entry. You
12635 can only view one entry at a time.
12637 <DL>
12638 <DT>Help
12639 <!--chtml if pinemode="function_key"-->
12640 (F1)
12641 <!--chtml else-->
12643 <!--chtml endif-->
12644 </DT>
12645 <DD>
12646 Display this help text.
12648 <DT>Abook
12649 <!--chtml if pinemode="function_key"-->
12650 (F3)
12651 <!--chtml else-->
12652 (&lt;)
12653 <!--chtml endif-->
12654 </DT>
12655 <DD>
12656 Go back to index of address book entries.
12658 <DT>Update
12659 <!--chtml if pinemode="function_key"-->
12660 (F4)
12661 <!--chtml else-->
12663 <!--chtml endif-->
12664 </DT>
12665 <DD>
12666 Update (modify) this entry.
12668 <DT>ComposeTo
12669 <!--chtml if pinemode="function_key"-->
12670 (F5)
12671 <!--chtml else-->
12673 <!--chtml endif-->
12674 </DT>
12675 <DD>Compose a message to the address(es) in this entry.
12677 <DT>Role
12678 <!--chtml if pinemode="function_key"-->
12679 (F6)
12680 <!--chtml else-->
12682 <!--chtml endif-->
12683 </DT>
12684 <DD>Compose a message to the address(es) in this entry using roles.
12686 <DT>Prev Page
12687 <!--chtml if pinemode="function_key"-->
12688 (F7)
12689 <!--chtml else-->
12691 <!--chtml endif-->
12692 </DT>
12693 <DD>
12694 Show the previous page of the current entry.
12696 <DT>Next Page
12697 <!--chtml if pinemode="function_key"-->
12698 (F8)
12699 <!--chtml else-->
12700 (Space)
12701 <!--chtml endif-->
12702 </DT>
12703 <DD>
12704 Show the next page of the current entry.
12706 <DT>Print
12707 <!--chtml if pinemode="function_key"-->
12708 (F9)
12709 <!--chtml else-->
12711 <!--chtml endif-->
12712 </DT>
12713 <DD>Print the current entry.  You can select the
12714 printer or the print command via the &quot;Setup&quot; command
12715 on the MAIN MENU.
12717 <DT>WhereIs
12718 <!--chtml if pinemode="function_key"-->
12719 (F10)
12720 <!--chtml else-->
12722 <!--chtml endif-->
12723 </DT>
12724 <DD>Search the entry for a string of letters.  If it is
12725 found, move to it.  The string can be one word or a phrase.
12726 If there are multiple occurrences, the cursor moves to the
12727 first occurrence beyond the current cursor position.
12729 <DT>Fwd Email
12730 <!--chtml if pinemode="function_key"-->
12731 (F11)
12732 <!--chtml else-->
12734 <!--chtml endif-->
12735 </DT>
12736 <DD>Begin composition of a new mail message with the displayed
12737 text already inserted in the message body.
12739 </DL>
12741 &lt;End of help on this topic&gt;
12742 </BODY>
12743 </HTML>
12744 ============= h_ldap_view ========================
12745 <HTML>
12746 <HEAD>
12747 <TITLE>LDAP Response View Explained</TITLE>
12748 </HEAD>
12749 <BODY>
12750 This function allows you to view the contents of a directory entry. You
12751 can only view one entry at a time.
12753 <DL>
12754 <DT>Help
12755 <!--chtml if pinemode="function_key"-->
12756 (F1)
12757 <!--chtml else-->
12759 <!--chtml endif-->
12760 </DT>
12761 <DD>
12762 Display this help text.
12764 <DT>Results Index
12765 <!--chtml if pinemode="function_key"-->
12766 (F3)
12767 <!--chtml else-->
12768 (&lt;)
12769 <!--chtml endif-->
12770 </DT>
12771 <DD>Go back to index of search results.
12773 <DT>ComposeTo
12774 <!--chtml if pinemode="function_key"-->
12775 (F5)
12776 <!--chtml else-->
12778 <!--chtml endif-->
12779 </DT>
12780 <DD>Compose a message to the address(es) in this entry.
12782 <DT>Role
12783 <!--chtml if pinemode="function_key"-->
12784 (F6)
12785 <!--chtml else-->
12787 <!--chtml endif-->
12788 </DT>
12789 <DD>Compose a message to the address(es) in this entry using roles.
12791 <DT>Prev Page
12792 <!--chtml if pinemode="function_key"-->
12793 (F7)
12794 <!--chtml else-->
12796 <!--chtml endif-->
12797 </DT>
12798 <DD>
12799 Show the previous page of the current entry.
12801 <DT>Next Page
12802 <!--chtml if pinemode="function_key"-->
12803 (F8)
12804 <!--chtml else-->
12805 (Space)
12806 <!--chtml endif-->
12807 </DT>
12808 <DD>
12809 Show the next page of the current entry.
12811 <DT>Print
12812 <!--chtml if pinemode="function_key"-->
12813 (F9)
12814 <!--chtml else-->
12816 <!--chtml endif-->
12817 </DT>
12818 <DD>Print the current entry on paper.  You can select the
12819 printer or the print command via the &quot;Setup&quot; command
12820 on the MAIN MENU.
12822 <DT>WhereIs
12823 <!--chtml if pinemode="function_key"-->
12824 (F10)
12825 <!--chtml else-->
12827 <!--chtml endif-->
12828 </DT>
12829 <DD>Search the entry for a string of letters.  If it is
12830 found, move to it.  The string can be one word or a phrase.
12831 If there are multiple occurrences, the cursor moves to the
12832 first occurrence beyond the current cursor position.
12834 <DT>Fwd Email
12835 <!--chtml if pinemode="function_key"-->
12836 (F11)
12837 <!--chtml else-->
12839 <!--chtml endif-->
12840 </DT>
12841 <DD>Begin composition of a new mail message with the displayed
12842 text already inserted in the message body.
12844 <DT>Save
12845 <!--chtml if pinemode="function_key"-->
12846 (F12)
12847 <!--chtml else-->
12849 <!--chtml endif-->
12850 </DT>
12851 <DD>Save the displayed entry to one of your address books or export
12852 it to a file.
12853 </DL>
12855 &lt;End of help on this topic&gt;
12856 </BODY>
12857 </HTML>
12858 ===== h_attachment_screen =====
12859 <HTML>
12860 <HEAD>
12861 <TITLE>Attachment Index Screen Explained</TITLE>
12862 </HEAD>
12863 <BODY>
12864 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12865 message's attachments, and allows various operations on them.  The
12866 first attachment is usually the message text, but does not include the
12867 header portion of the message.
12869 Available commands include:
12871 <DL>
12873 <DT>Help</DT>
12874 <DD>Show this help text.
12876 <DT>Msg #<I>num</I></DT>
12877 <DD>Leave this screen without displaying or saving any attachments.
12879 <DT>View</DT>
12880 <DD>View the currently selected attachment.
12882 <DT>Prev Attach</DT>
12883 <DD>Move to previous attachment.
12885 <DT>Next Attach</DT>
12886 <DD>Move to next attachment.
12888 <DT>Prev Page</DT>
12889 <DD>Previous page of the listed attachments.
12891 <DT>Next Page</DT>
12892 <DD>Next page of the listed attachments.
12894 <DT>Delete</DT>
12895 <DD>Mark the currently selected attachment for Deletion.
12896 This does not modify the current message by deleting the attachment from
12897 it, but instead the delete flag <EM>only</EM> has an effect when saving
12898 the message to a folder.
12899 Attachments marked for deletion are not copied to the destination folder
12900 along with the rest of the message when it is saved.
12901 It is ok for the destination folder to be the same as the current folder.
12902 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12904 <DT>Undelete</DT>
12905 <DD>Turn off the Delete flag for the selected attachment.
12907 <DT>Save</DT>
12908 <DD>Save the selected attachment to a file.  If the attachment is of
12909 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12910 the specified mail folder.
12912 <DT>Export</DT>
12913 <DD>If the attachment is of
12914 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12915 copy the message to a file in the same way this command works on 
12916 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12918 <DT>Pipe</DT>
12919 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12920 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12922 <DT>WhereIs</DT>
12923 <DD>Find a matching string in the attachment list.
12925 <DT>AboutAttch</DT>
12926 <DD>Examine various aspects of the selected attachment.
12928 <DT>Print</DT>
12929 <DD>Print the selected attachment.
12931 <DT>Forward</DT>
12932 <DD>Forward the selected attachment as an attachment.
12933 </DL>
12937 All attachments can be saved or piped into a UNIX command, but some may
12938 not be readily displayed by either Alpine or an external tool.  In such
12939 cases, the reason why the message cannot be displayed is displayed on
12940 Alpine's message line.
12942 &lt;End of help on this topic&gt;
12943 </BODY>
12944 </HTML>
12945 ============= h_mail_text_att_view ========================
12946 <HTML>
12947 <HEAD>
12948 <TITLE>Attachment View Screen Explained</TITLE>
12949 </HEAD>
12950 <BODY>
12951 This function allows you to view the contents of a text attachment. You
12952 can only view one attachment at a time.
12954 Available commands include:
12956 <DL>
12958 <DT>Help</DT>
12959 <DD>Display this help text
12961 <DT>AttchIndex</DT>
12962 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12964 <DT>Prev Page</DT>
12965 <DD>Show the previous page of the current attachment.
12967 <DT>Next Page</DT>
12968 <DD>Show the next page of the current attachment by pressing the space bar.
12970 <DT>Delete</DT>
12971 <DD>Mark the viewed attachment for Deletion.  The delete
12972 flag <EM>only</EM> has affect when saving the message to a folder.
12973 Attachments marked for deletion are exluded from the messsage when
12974 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12975 this Alpine session.
12977 <DT>Undelete</DT>
12978 <DD>Turn off the Delete flag for the selected attachment.
12980 <DT>Save</DT>
12981 <DD>Copy the current attachment to a file.  If you just enter
12982 a filename, the attachment will be saved with that name in
12983 your home directory 
12984 <!--chtml if pinemode="running"-->
12985 (which, in the present configuration of your system, is
12986  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12987 <!--chtml endif-->
12988 or current working directory
12989 <!--chtml if pinemode="running"-->
12990 (which, at least for your current Alpine &quot;session,&quot; 
12991 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12992 <!--chtml endif-->, depending on the
12993 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12994 configuration setting.  You may enter the full
12995 path and filename to save it in another directory instead.
12997 <DT>Export</DT>
12998 <DD>If the attachment is of
12999 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13000 copy the message to a file in the same way this command works on 
13001 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13002 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13003 defined, they may affect the contents of the exported file.)
13005 <DT>Pipe</DT>
13006 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13008 <DT>WhereIs</DT>
13009 <DD>Search the attachment for a string of letters.  If it is
13010 found, move to it.  The string can be one word or a phrase.
13011 If there are multiple occurrences, the cursor moves to the
13012 first occurrence beyond the current cursor position.
13014 <DT>Print</DT>
13015 <DD>Print the current attachment on paper.  You can select the
13016 printer or the print command via the &quot;Setup&quot; command
13017 on the MAIN MENU.
13019 <DT>Forward</DT>
13020 <DD>Forward the selected attachment as an attachment.
13021 </DL>
13023 &lt;End of help on this topic&gt;
13024 </BODY>
13025 </HTML>
13026 ============= h_journal ==============
13027 <HTML>
13028 <HEAD>
13029 <TITLE>Recent Message Journal Explained</TITLE>
13030 </HEAD>
13031 <BODY>
13033 The following commands are available on this screen:
13035 <DL>
13036 <DT>Help</DT>
13037 <DD>Show this help text
13039 <DT>Exit</DT>
13040 <DD>Exit Viewer, and go back to mail processing
13042 <DT>Prev Page</DT>
13043 <DD>Show the previous page text
13045 <DT>Next Page</DT>
13046 <DD>Show the next page of text by pressing the space bar
13048 <DT>Print</DT>
13049 <DD>Print the displayed text on paper.  You can select the
13050 printer or the print command via the &quot;Setup&quot; command
13051 on the MAIN MENU.
13053 <DT>Fwd Email</DT>
13054 <DD>Begin composition of a new mail message with the displayed
13055 text already inserted in the message body.
13057 <DT>Save</DT>
13058 <DD>Copy the displayed text to a file.  If you just enter
13059 a filename, the text will be saved with that name in
13060 your 
13061 home directory 
13062 <!--chtml if pinemode="running"-->
13063 (which, in the present configuration of your system, is
13064  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13065 <!--chtml endif-->
13066 or current working directory
13067 <!--chtml if pinemode="running"-->
13068 (which, at least for your current Alpine &quot;session,&quot; 
13069 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13070 <!--chtml endif-->, depending on the
13071 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13072 configuration setting.   You may enter the full
13073 path and filename to save it in another directory instead.
13075 <DT>WhereIs</DT>
13076 <DD>Search the text for a string of letters.  If it is
13077 found, move to it.  The string can be one word or a phrase.
13078 If there are multiple occurrences, the cursor moves to the
13079 first occurrence beyond the current cursor position.
13080 </DL>
13082 &lt;End of help on this topic&gt;
13083 </BODY>
13084 </HTML>
13085 ============= h_debugjournal ==============
13086 <HTML>
13087 <HEAD>
13088 <TITLE>Debug Journal Explained</TITLE>
13089 </HEAD>
13090 <BODY>
13092 The following commands are available on this screen:
13094 <DL>
13095 <DT>Help</DT>
13096 <DD>Show this help text
13098 <DT>Exit</DT>
13099 <DD>Exit Viewer, and go back to mail processing
13101 <DT>Timestamps</DT>
13102 <DD>Turn on or off timestamps.
13104 <DT>DebugView</DT>
13105 <DD>Set the level of debugging you want to see. The level may be any number
13106 in the range 0-9. Higher numbers show more debugging detail. Note that the
13107 debugging information has already been captured. This setting just causes the
13108 debugging information that you see to be filtered. If you set this to
13109 the number &quot;5&quot; then you will be shown all of the debugging information
13110 at levels 5 and below.
13111 It's actually a bit more complicated than that. A fixed amount of memory
13112 is used to store the debug information.
13113 Since the amount of memory used is limited the debugging information
13114 has to be trimmed back when it gets too large.
13116 <DT>Prev Page</DT>
13117 <DD>Show the previous page text
13119 <DT>Next Page</DT>
13120 <DD>Show the next page of text by pressing the space bar
13122 <DT>Print</DT>
13123 <DD>Print the displayed text on paper.  You can select the
13124 printer or the print command via the &quot;Setup&quot; command
13125 on the MAIN MENU.
13127 <DT>Fwd Email</DT>
13128 <DD>Begin composition of a new mail message with the displayed
13129 text already inserted in the message body.
13131 <DT>Save</DT>
13132 <DD>Copy the displayed text to a file.  If you just enter
13133 a filename, the text will be saved with that name in
13134 your 
13135 home directory 
13136 <!--chtml if pinemode="running"-->
13137 (which, in the present configuration of your system, is
13138  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13139 <!--chtml endif-->
13140 or current working directory
13141 <!--chtml if pinemode="running"-->
13142 (which, at least for your current Alpine &quot;session,&quot; 
13143 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13144 <!--chtml endif-->, depending on the
13145 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13146 configuration setting.   You may enter the full
13147 path and filename to save it in another directory instead.
13149 <DT>WhereIs</DT>
13150 <DD>Search the text for a string of letters.  If it is
13151 found, move to it.  The string can be one word or a phrase.
13152 If there are multiple occurrences, the cursor moves to the
13153 first occurrence beyond the current cursor position.
13154 </DL>
13156 &lt;End of help on this topic&gt;
13157 </BODY>
13158 </HTML>
13159 ============= h_simple_text_view ==============
13160 <HTML>
13161 <HEAD>
13162 <TITLE>Simple Text View Screen Explained</TITLE>
13163 </HEAD>
13164 <BODY>
13166 The following commands are available on this screen:
13168 <DL>
13169 <DT>Help</DT>
13170 <DD>Show this help text
13172 <DT>Exit</DT>
13173 <DD>Exit Viewer, and go back to mail processing
13175 <DT>Prev Page</DT>
13176 <DD>Show the previous page text
13178 <DT>Next Page</DT>
13179 <DD>Show the next page of text by pressing the space bar
13181 <DT>Print</DT>
13182 <DD>Print the displayed text on paper.  You can select the
13183 printer or the print command via the &quot;Setup&quot; command
13184 on the MAIN MENU.
13186 <DT>Fwd Email</DT>
13187 <DD>Begin composition of a new mail message with the displayed
13188 text already inserted in the message body.
13190 <DT>Save</DT>
13191 <DD>Copy the displayed text to a file.  If you just enter
13192 a filename, the attachment will be saved with that name in
13193 your 
13194 home directory 
13195 <!--chtml if pinemode="running"-->
13196 (which, in the present configuration of your system, is
13197  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13198 <!--chtml endif-->
13199 or current working directory
13200 <!--chtml if pinemode="running"-->
13201 (which, at least for your current Alpine &quot;session,&quot; 
13202 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13203 <!--chtml endif-->, depending on the
13204 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13205 configuration setting.   You may enter the full
13206 path and filename to save it in another directory instead.
13208 <DT>WhereIs</DT>
13209 <DD>Search the attachment for a string of letters.  If it is
13210 found, move to it.  The string can be one word or a phrase.
13211 If there are multiple occurrences, the cursor moves to the
13212 first occurrence beyond the current cursor position.
13213 </DL>
13215 &lt;End of help on this topic&gt;
13216 </BODY>
13217 </HTML>
13218 ======= h_pine_for_windows ========
13219 <HTML>
13220 <HEAD>
13221 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13222 </HEAD>
13223 <BODY>
13224 <H1>Getting Help In PC-Alpine</H1>
13227 PC-Alpine offers general and specific help text. From the <A
13228 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13229 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13230 specific help for that screen is available from the toolbar Help menu or
13231 with the 
13232 <!--chtml if pinemode="function_key"-->
13233 &quot;F1&quot; key.
13234 <!--chtml else-->
13235 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13236 typing &quot;?&quot; would be mistaken as entering text.
13237 <!--chtml endif-->
13240 Although this version of Alpine is for Microsoft Windows, it is not
13241 considered a full &quot;Graphical User Interface&quot; application. 
13242 Yet, many of the controls that Windows users are accustomed to seeing, 
13243 such as scrollbars and toolbars, are available.
13246 PC-Alpine offers considerable mouse support.  You can view what is
13247 &quot;click-able&quot; by dragging your mouse over any screen; when the
13248 arrow cursor changes into a hand, you found something. Mouse-click
13249 possibilities include navigating between screens and folders and
13250 double-clicking on hyperlinks to open your Web browser.
13251 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13252 screen.  Examples of right-click options include &quot;copy&quot; after
13253 selecting text to copy and &quot;View in New Window&quot; when you click
13254 on a particular message in the Message Index. The menu choices available
13255 to you will vary based upon what screen is open, where on the screen your
13256 cursor is located, and even what action you have already taken.
13259 &lt;End of help on this topic&gt;
13260 </BODY>
13261 </HTML>
13262 ===== h_composer =====
13263 <HTML>
13264 <HEAD>
13265 <TITLE>COMPOSER COMMANDS</TITLE>
13266 </HEAD>
13267 <BODY>
13268 <H1>COMPOSER COMMANDS</H1>
13270 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>
13271 &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>
13272 &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>
13273 &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>
13274 &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>
13275 &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>
13276 &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>
13277 &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>
13278 &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>
13279 &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>
13280 ---------------------------------------|&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>
13281 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>
13282 &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>
13283 &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>
13284 &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>
13287 NOTE:
13288 <OL>
13289  <LI>For help on a particular command, highlight the bold text associated
13290 with it above and hit Return.
13291  <LI> The availability of certain commands
13292 is determined by Alpine configuration files and system capabilities.
13293 At some sites, certain commands may not be available due to security or
13294 support concerns.
13295  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13296 Ctrl-&#92;, ESC.
13297  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13298 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13299 </OL>
13302 HINT: To move rapidly to the bottom of a message you are composing,
13303 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13304 with the Mark and Cut commands to eliminate large amounts of unwanted
13305 text in a Reply.
13307 <H2>Description of Composer</H2>
13309 Alpine has a built-in editing program that allows you to compose messages
13310 without having to leave Alpine.  The editor is designed to be very simple to
13311 use so that you can get started writing email right away.
13314 Messages are usually just text, about 80 columns wide.  Using upper and
13315 lower case is encouraged.  On some systems the size limit of the message
13316 is about 100,000 characters, which is about 2,000 lines.  You can include
13317 punctuation and special characters found on most keyboards, but you can't
13318 include characters with diacritical marks and certain special symbols.
13321 Text automatically wraps as you type past the end of a line so you do not
13322 have to hit return.  Using the
13323 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13324 you can also reformat text explicitly, perhaps after you have
13325 deleted some text.
13328 You can include other text files with the 
13329 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13330 which will prompt you for the name of the file to insert at the
13331 current cursor postion.
13334 <UL>
13335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13336 </UL>
13338 &lt;End of help on this topic&gt;
13339 </BODY>
13340 </HTML>
13341 ====== h_composer_browse =====
13342 <HTML>
13343 <HEAD>
13344 <TITLE>BROWSER</TITLE>
13345 </HEAD>
13346 <BODY>
13347 <H1>BROWSER</H1>
13348 This screen lets you browse your files and directories.  To go to another 
13349 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13350 choose &quot;Select&quot; (the default choice on the menu); 
13351 or choose &quot;Goto&quot; and enter the name of the directory.
13352 <!--chtml if pinemode="os_windows"-->
13353 <!--chtml else--> 
13354 In Unix Alpine, you may use 
13355 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13356 to another's home directory.  
13357 <!--chtml endif--><P>
13358 To select a file, move the cursor to it and 
13359 choose &quot;Select&quot; (the default choice on the menu).  
13361 <UL>
13362 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13363 inclusion in the 
13364 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13365 the 
13366 &quot;----- Message Text -----&quot; line
13367 while composing, then &quot;To Files&quot;):  Since the file 
13368 selected will become part of the message text, it must be in a format 
13369 suitable for that (Alpine does not check!), such as a plain text file.
13370 Files of other formats (for example, graphics, databases, software 
13371 programs) should be 
13372 <B>attached</B> to the message instead --
13373 by moving the cursor in the COMPOSE MESSAGE screen into the 
13374 message header area and pressing 
13375 <!--chtml if pinemode="function_key"-->
13377 <!--chtml else-->
13378 Ctrl-J.
13379 <!--chtml endif--> 
13381 <P><LI>
13382 Note <B>if</B> you are currently using the BROWSER for saving a message 
13383 attachment, or exporting a message, to a file: You can use the Add command to 
13384 provide the name for a new file to save/export to, and then select that name 
13385 to use it for the save/export operation.  Back at the prompt 
13386 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13387 either Overwrite or Append (it doesn't make a difference, since the file is 
13388 so far empty).  Note: If you cancel the 
13389 operation at that point, the file created with the Add command will remain 
13390 0 bytes in size.
13392 </UL>
13393 <P><UL>
13394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13395 </UL>
13397 &lt;End of help on this topic&gt;
13398 </BODY>
13399 </HTML>
13400 ====== h_composer_ins =====
13401 <HTML>
13402 <HEAD>
13403 <TITLE>INSERT TEXT FILE</TITLE>
13404 </HEAD>
13405 <BODY>
13406 <H1>INSERT TEXT FILE</H1>
13408 Use this function to insert a text file. The file name
13409 given can be an absolute file path name for your system
13410 <!--chtml if pinemode="os_windows"-->
13411 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13412 with a relative pathname, or simply a file name without
13413 drive or directory specification.  
13414 <!--chtml else-->
13415 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13416 a file in your home directory, or a file path relative to your 
13417 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13418 your home directory or &quot;~user&quot; to refer to another
13419 account's home directory.
13420 <!--chtml endif-->
13422 No wild card characters may be used.  
13423 The file must reside on the system running Alpine.
13425 If the 
13426 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13427 feature is set, names are relative to your current working directory 
13428 <!--chtml if pinemode="running"-->
13429 (which, at least for your current Alpine &quot;session,&quot; 
13430 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13431 <!--chtml endif-->
13432 rather than your home directory
13433 <!--chtml if pinemode="running"-->
13434 (which, in the present configuration of your system, is
13435  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13436 <!--chtml endif-->
13438 <P><UL>
13439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13440 </UL>
13442 &lt;End of help on this topic&gt;
13443 </BODY>
13444 </HTML>
13445 ====== h_composer_ins_m =====
13446 <HTML>
13447 <HEAD>
13448 <TITLE>INSERT MESSAGE</TITLE>
13449 </HEAD>
13450 <BODY>
13451 <H1>INSERT MESSAGE</H1>
13453 Type in the number of a message in the currently open folder to insert it
13454 into your message.
13455 <P><UL>
13456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13457 </UL>
13459 &lt;End of help on this topic&gt;
13460 </BODY>
13461 </HTML>
13462 ====== h_composer_search =====
13463 <HTML>
13464 <HEAD>
13465 <TITLE>Explanation of Composer Whereis Command </TITLE>
13466 </HEAD>
13467 <BODY>
13468 <H1>Help For Whereis Command</H1>
13470 Whereis is used to search the message for a word or part of a word.
13471 When searching in the composer, only the message part of your mail is
13472 searched, and the cursor is put on the first occurrence appearing
13473 after the location of the cursor.  The search will wrap to the
13474 beginning of the message when it no longer finds matches in the
13475 remainder of the message.
13477 To search for the same string a second time, press 
13478 <!--chtml if pinemode="function_key"-->
13479 &quot;F6&quot;
13480 <!--chtml else-->
13481 &quot;^W&quot;
13482 <!--chtml endif-->
13483 to begin search and then just press RETURN to accept the previous
13484 search string shown in square brackets rather than entering a new
13485 search string.<P>
13487 The &quot;Search&quot; prompt has several sub-command available:
13489 <DL>
13490 <DT>Get Help</DT>
13491 <DD> Takes you to this help page.
13493 <DT>Cancel</DT>
13494 <DD> Cancels the prompt.  No search takes place.
13496 <DT>First Line</DT>
13497 <DD> Takes you back to the composer with the cursor on the first character
13498 of the first line of text.
13500 <DT>Last Line</DT>
13501 <DD> Takes you back to the composer with the cursor on the last character
13502 of the last line of text.
13504 <DT>Replace (Optional)</DT>
13505 <DD> This sub-command is enabled by the 
13506 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13507 feature (which is on by default); see its help screen for details on how replacing works.
13509 </DL>
13511 &lt;End of help on this topic&gt;
13512 </BODY>
13513 </HTML>
13514 ====== h_sigedit_search =====
13515 <HTML>
13516 <HEAD>
13517 <TITLE>Explanation of Whereis Command </TITLE>
13518 </HEAD>
13519 <BODY>
13520 <H1>Help For Whereis Command</H1>
13522 Whereis is used to search for a word or part of a word.
13523 When searching the cursor is put on the first occurrence appearing
13524 after the location of the cursor.  The search will wrap to the
13525 beginning of the signature when it no longer finds matches in the
13526 remainder of the signature.
13528 To search for the same string a second time, press 
13529 <!--chtml if pinemode="function_key"-->
13530 &quot;F6&quot;
13531 <!--chtml else-->
13532 &quot;^W&quot;
13533 <!--chtml endif-->
13534 to begin search and then just press RETURN to accept the previous
13535 search string shown in square brackets rather than entering a new
13536 search string.<P>
13538 The &quot;Search&quot; prompt has several sub-command available:
13540 <DL>
13541 <DT>Get Help</DT>
13542 <DD> Takes you to this help page.
13544 <DT>Cancel</DT>
13545 <DD> Cancels the prompt.  No search takes place.
13547 <DT>First Line</DT>
13548 <DD> Takes you back to the composer with the cursor on the first character
13549 of the first line of text.
13551 <DT>Last Line</DT>
13552 <DD> Takes you back to the composer with the cursor on the last character
13553 of the last line of text.
13555 <DT>Replace (Optional)</DT>
13556 <DD> This sub-command is enabled by the 
13557 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13558 feature (which is on by default); see its help screen for details on how replacing works.
13560 </DL>
13562 &lt;End of help on this topic&gt;
13563 </BODY>
13564 </HTML>
13565 ======= h_composer_to ====
13566 <HTML>
13567 <HEAD>
13568 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13569 </HEAD>
13570 <BODY>
13571 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13573 <H2>The &quot;To:&quot; field</H2>
13574 The address you enter here must be a valid email address that is reachable
13575 from your site. 
13577 <H2>Email Address Format</H2>
13578 You may enter a full name and email address, 
13579 <!--chtml if pinemode="os_windows"-->
13580 <!--chtml else-->
13581 a local (meaning, on the same 
13582 host as the one you are running Alpine on) username that Alpine will
13583 complete for you, 
13584 <!--chtml endif-->
13585 the nickname of someone in a 
13586 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13587 mail alias defined by your system administrator.  When you move the cursor
13588 out of this field, the nicknames will be expanded to the addresses in your
13589 address book, and the local usernames will be expanded to include the 
13590 persons' actual names.  You may enter as many addresses as you wish, but they 
13591 must be separated by commas.  You can move around this and other header fields
13592 with the arrow keys and use many of the usual composer editing keys.
13594 <UL>
13595 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13596 </UL>
13599 <H2>MESSAGE HEADER COMMANDS</H2>
13600 <!--chtml if pinemode="function_key"-->
13601 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13602 ^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>
13603 ^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>
13604 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13605 ^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>
13606 ^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>
13607 ^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>
13608 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>
13609 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>
13610 ^@&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>
13611 ----------------------------------------|<BR>
13612 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13613 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>
13614 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>
13615 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>
13616 <!--chtml else-->
13617 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13618 ^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>
13619 ^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>
13620 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13621 ^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>
13622 ^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>
13623 ^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>
13624 ^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>
13625 ^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>
13626 ^@&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>
13627 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13628 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>
13629 ^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>
13630 ^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>
13631 ^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>
13632 <!--chtml endif-->
13635 NOTE:
13636 <OL>
13637  <LI>For help on a particular command, highlight the bold text associated
13638 with it above and hit Return.
13639  <LI> The availability of certain commands 
13640 is determined by Alpine configuration files and system capabilities.
13641 At some sites, certain commands may not be available due to security or
13642 support concerns.
13643 </OL>
13646 <UL>   
13647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13648 </UL><P>
13649 &lt;End of help on this topic&gt;
13650 </BODY>
13651 </HTML>
13652 ======= h_composer_cc ====
13653 <HTML>
13654 <HEAD>
13655 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13656 </HEAD>
13657 <BODY>
13658 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13659 The Cc: field is just like the To: field, except it is used for addressees
13660 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13661 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13662 them to see the message.  The only difference the recipients see is that their 
13663 name is in the Cc: field, rather than the To: field.
13665 For help with Cc: field editing
13666 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13668 <UL>
13669 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13670 </UL>
13672 <UL>   
13673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13674 </UL><P>
13675 &lt;End of help on this topic&gt;
13676 </BODY>
13677 </HTML>
13678 ======= h_composer_bcc ====
13679 <HTML>
13680 <HEAD>
13681 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13682 </HEAD>
13683 <BODY>
13684 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13685 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13686 a copy of the message to one or more people whose addresses you do not
13687 wish disclosed, either to reduce clutter or for confidentiality.
13689 The format of the Bcc: field is just the same as the To: and Cc: fields in
13690 the way the addresses are entered.  The recipients listed here will
13691 receive a copy of the message, but --assuming your site's mail transport
13692 software is properly configured-- their addresses will not show up in the
13693 headers of the message, as delivered to all of the recipients.  The To:
13694 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13696 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13697 will automatically generate and place in the To: field a pseudo-address of 
13698   &quot;undisclosed-recipients: ;&quot;
13699 or whatever string has been specified in the 
13700 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13701 variable.
13703 The reason for this is to avoid embarrassment caused by some Internet
13704 mail transfer software that interprets a &quot;missing&quot; To: header as 
13705 an error and replaces it with an Apparently-to: header that may contain
13706 the addresses you entered on the Bcc: line.  In addition, it may be
13707 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13709 You can manipulate what text ends up on the (originally) empty To:
13710 field.  Just remember to put a colon and semicolon at the end of the
13711 field, which is a special notation denoting that it is not a real address.
13713 For information on message header editing
13714 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13716 <UL>
13717 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13718 </UL>
13720 <UL>   
13721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13722 </UL><P>
13723 &lt;End of help on this topic&gt;
13724 </BODY>
13725 </HTML>
13726 ======= h_composer_lcc ====
13727 <HTML>
13728 <HEAD>
13729 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13730 </HEAD>
13731 <BODY>
13732 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13733 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13734 you wish to send a message to a list of people but avoid having all
13735 of their addresses visible, in order to reduce clutter when the
13736 message is received.
13738 It is similar to the 
13739 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13740 in that individual
13741 addressees are hidden, but Lcc is designed to work specifically with
13742 distribution lists you have created in your 
13743 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13744 the nickname of the list on the Lcc line will result in the full name of
13745 your Alpine Address Book list being placed on the To: line of the message,
13746 using a special notation that distinguishes it from a real address. You
13747 must leave the To: line blank for your list name to appear there.
13749 For example, if you have this list entered in your Address Book:<PRE>
13751         largo         Key Largo List       DISTRIBUTION LIST:
13752                                            bogie@mgm.com
13753                                            lauren@mgm.com
13754                                            walter@mgm.com</PRE>
13757 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13758 the result is:<PRE>
13760         To      : Key Largo List: ;
13761         Cc      :
13762         Bcc     :
13763         Fcc     : sent-mail
13764         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13765                   lauren@mgm.com,
13766                   walter@mgm.com
13767         Subject :</PRE>
13769 Each recipient listed on the Lcc: line receives a copy of the message
13770 without their address being visible (as though they were listed on the
13771 Bcc: line). The colon-semicolon notation used to put the full-name of the
13772 list on the To: line is a special address format that doesn't specify any
13773 actual addressees, but does give some information to the recipients of the
13774 message.
13776 Note: if after entering an LCC, you delete the list name that is placed
13777 on the To: line, then recipients will see <PRE>
13778        To: undisclosed-recipients: ;</PRE>
13780 (or whatever string is defined in the 
13781 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13782 variable) just as in the BCC case. 
13784 For help with Lcc: field editing
13785 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13787 <UL>
13788 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13789 </UL>
13791 <UL>   
13792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13793 </UL><P>
13794 &lt;End of help on this topic&gt;
13795 </BODY>
13796 </HTML>
13797 ======= h_composer_from =======
13798 <HTML>
13799 <HEAD>
13800 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13801 </HEAD>
13802 <BODY>
13803 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13805 This header carries your return address.  It is the address toward which
13806 replies (and often, future unrelated correspondence) will be directed,
13807 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13808 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13809 sure this address is correct.
13811 For help with message header editing
13812 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13814 <UL>
13815 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13816 </UL>
13818 <UL>   
13819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13820 </UL><P>
13821 &lt;End of help on this topic&gt;
13822 </BODY>
13823 </HTML>
13824 ======= h_composer_reply_to =======
13825 <HTML>
13826 <HEAD>
13827 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13828 </HEAD>
13829 <BODY>
13830 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13832 Most people should not need this header. The Reply-To: header is used in
13833 cases where you would like replies to your messages to be directed to an
13834 address other than your normal &quot;From:&quot; address.  This is atypical, 
13835 but can happen when you use multiple machines and do not have the same account
13836 name on each one, or when you wish to direct certain replies to accounts
13837 or folders designated for specific classes of correspondence.
13839 For help with message header editing
13840 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13842 <UL>
13843 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13844 </UL>
13847 <UL>   
13848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13849 </UL><P>
13850 &lt;End of help on this topic&gt;
13851 </BODY>
13852 </HTML>
13853 ======= h_composer_custom_addr ====
13854 <HTML>
13855 <HEAD>
13856 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13857 </HEAD>
13858 <BODY>
13859 <H1>CUSTOMIZED HEADER FIELD</H1>
13860 This is a customized header, i.e. not one that is part of Alpine's normal
13861 set of Compose headers.
13863 For help with message header editing
13864 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13866 <UL>
13867 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13868 </UL>
13870 <UL>   
13871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13872 </UL><P>
13873 &lt;End of help on this topic&gt;
13874 </BODY>
13875 </HTML>
13876 ======= h_composer_custom_free ====
13877 <HTML>
13878 <HEAD>
13879 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13880 </HEAD>
13881 <BODY>
13882 <H1>CUSTOMIZED HEADER FIELD</H1>
13883 This is a customized header, i.e. not one that is part of Alpine's normal
13884 set of Compose headers.
13886 This field consists of arbitrary text.
13888 For help with message header editing
13889 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13891 <UL>   
13892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13893 </UL><P>
13894 &lt;End of help on this topic&gt;
13895 </BODY>
13896 </HTML>
13897 ====== h_composer_news =====
13898 <HTML>
13899 <HEAD>
13900 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13901 </HEAD>
13902 <BODY>
13903 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13904 Use the newsgroups line to specify any and all USENET newsgroups to which
13905 your message should be posted.  When composing a message from scratch, this
13906 line may be hidden.  If so, just press the rich headers command
13907 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13908 to make it visible.
13910 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13911 people will be reading your message.  Also, you or your system manager
13912 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13913 in order for you to be able to post.
13915 For help with message header editing
13916 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13917 <P><UL>
13918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13919 </UL>
13921 &lt;End of help on this topic&gt;
13922 </BODY>
13923 </HTML>
13924 ======= h_composer_fcc ====
13925 <HTML>
13926 <HEADER>
13927 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13928 </HEADER>
13929 <BODY>
13930 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13931 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13932 each outgoing message.  The default value can be configured with the
13933 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13934 the file carbon copy on any message you send by editing the FCC header.<p>
13936 You may type ^T to get a list of all your folders and select one to use as
13937 the FCC for this message.<P>
13939 For help with message header editing
13940 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13942 <UL>   
13943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13944 </UL><P>
13945 &lt;End of help on this topic&gt;
13946 </BODY>
13947 </HTML>
13948 ======= h_composer_subject ====
13949 <HTML>
13950 <HEADER>
13951 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13952 </HEADER>
13953 <BODY>
13954 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13956 The subject header provides a place to enter a few words that summarize
13957 the topic of the message you are sending.  You may leave this line blank,
13958 but it is considered a courtesy to use a meaningful subject.<p>
13960 For help with message header editing
13961 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13963 <UL>   
13964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13965 </UL><P>
13966 &lt;End of help on this topic&gt;
13967 </BODY>
13968 </HTML>
13969 ======= h_composer_attachment ====
13970 <HTML>
13971 <HEAD>
13972 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13973 </HEAD>
13974 <BODY>
13975 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13977 The &quot;Attchmnt:&quot; field is where you specify what file or
13978 files you'd like attached to
13979 the message you are composing.  Those files must reside on the machine
13980 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13981 account on a Unix machine, you'll have to transfer it before attaching it.
13982 Contact local computer support people for assistance with transferring.
13985 The file name
13986 given can be an absolute file path name for your system
13987 <!--chtml if pinemode="os_windows"-->
13988 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13989 with a relative pathname, or simply a file name without
13990 drive or directory specification.  
13991 <!--chtml else-->
13992 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13993 a file in your home directory, or a file path relative to your 
13994 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13995 your home directory or &quot;~user&quot; to refer to another
13996 account's home directory.
13997 <!--chtml endif--><P>
13998 No wild card characters may be used.
13999 <P>If the 
14000 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14001 feature is set, names are relative to your current working directory 
14002 <!--chtml if pinemode="running"-->
14003 (which, at least for your current Alpine &quot;session,&quot; 
14004 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14005 <!--chtml endif-->
14006 rather than your home directory
14007 <!--chtml if pinemode="running"-->
14008 (which, in the present configuration of your system, is
14009  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14010 <!--chtml endif-->
14013 Alpine uses MIME encoding for attachments, so binaries and files of any
14014 length can safely be delivered to any MIME-capable mail reading program.
14015 If you send an attachment to someone who does not have a MIME-capable mail
14016 reading program yet, then the main message text will be readable, but
14017 attachments (even attachments that are just plain text) are not.
14020 Typing the filename on the Attchmnt: line achieves the same
14021 result as using the 
14022 <!--chtml if pinemode="function_key"-->
14024 <!--chtml else-->
14025 Ctrl-J
14026 <!--chtml endif--> command.
14029 If you Forward a message with attachments, you may delete them from your
14030 Forwarded message by editing the Attchmnt header line.
14033 For help with message header editing
14034 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14036 <UL>   
14037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14038 </UL><P>
14039 &lt;End of help on this topic&gt;
14040 </BODY>
14041 </HTML>
14042 ======= h_composer_ctrl_j ====
14043 <HTML>
14044 <HEAD>
14045 <TITLE>COMPOSER ATTACH</TITLE>
14046 </HEAD>
14047 <BODY>
14048 After the
14049 <!--chtml if pinemode="function_key"-->
14051 <!--chtml else-->
14052 Ctrl-J
14053 <!--chtml endif--> command:
14054 At the &quot;File to attach:&quot; prompt, enter the name of the 
14055 existing file to attach to your message.  
14056 When the feature
14057 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14058 is set
14059 you need only enter the beginning of the filename (enough of it to uniquely 
14060 identify the file) and press TAB to complete it.
14062 Or, press ^T to use the BROWSER screen for 
14063 selecting the file.  <P>
14064 For more information on attaching files, see the help screen for the 
14065 composer's 
14066 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14067 but can be revealed using the 
14068 <!--chtml if pinemode="function_key"-->
14070 <!--chtml else-->
14071 Ctrl-R
14072 <!--chtml endif--> 
14073 command with the cursor positioned above the
14074 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14076 &lt;End of help on this topic&gt;
14077 </BODY>
14078 </HTML>
14079 ======= h_edit_nav_cmds =========
14080 <HTML>
14081 <HEAD>
14082 <TITLE>Composer Editing Commands Explained</TITLE>
14083 </HEAD>
14084 <BODY>
14085 <H1>EDITING and NAVIGATION COMMANDS</H1>
14086 <!--chtml if pinemode="function_key"-->
14087 <PRE>
14088 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14089 ^B (Left Arrow)    Back character       | ^D       Delete current character
14090 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14091 ^P (Up Arrow)      Previous line        |
14092 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14093 ^A                 Beginning of line    |            delete current line
14094 ^E                 End of line          | F10      Undelete line(s)
14095 F7                 Previous page        |
14096 F8                 Next page            |-------------------------------------
14097 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14098 ----------------------------------------|
14099 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14100 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14101 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14102 </PRE>
14103 <!--chtml else-->
14104 <PRE>
14105 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14106 ^B (Left Arrow)    Back character       | ^D       Delete current character
14107 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14108 ^P (Up Arrow)      Previous line        |
14109 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14110 ^A                 Beginning of line    |            delete current line
14111 ^E                 End of line          | ^U       Undelete line(s)
14112 ^Y                 Previous page        |
14113 ^V                 Next page            |-------------------------------------
14114 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14115 ----------------------------------------|
14116 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14117 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14118 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14119 </PRE>
14120 <!--chtml endif-->
14121 &lt;End of help on this topic&gt;
14122 </BODY>
14123 </HTML>
14124 ===== h_composer_sigedit =====
14125 <HTML>
14126 <HEAD>
14127 <TITLE>Signature Editor Commands Explained</TITLE>
14128 </HEAD>
14129 <BODY>
14130 <H1>SIGNATURE EDITOR COMMANDS</H1>
14131 <!--chtml if pinemode="function_key"-->
14132 <PRE>
14133 CURSOR MOTION KEYS                     |EDITING KEYS
14134   ^B (Left Arrow)   Back character     | ^D       Delete current character
14135   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14136   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14137   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14138   ^A                Beginning of line  |           delete current line
14139   ^E                End of line        | F10       Paste text, undelete lines
14140   F7                Previous page      |           cut with ^K, or unjustify
14141   F8                Next page          |-------------------------------------
14142   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14143 ---------------------------------------| F6       Whereis (search for string)
14144 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14145  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14146                  |  ^Z    Suspend      | ^L       Redraw Screen
14147  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14148 </PRE>
14149 <!--chtml else-->
14150 <PRE>
14151 CURSOR MOTION KEYS                     |EDITING KEYS
14152   ^B (Left Arrow)   Back character     | ^D       Delete current character
14153   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14154   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14155   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14156   ^A                Beginning of line  |           delete current line
14157   ^E                End of line        | ^U        Paste text, undelete lines
14158   ^Y                Previous page      |           cut with ^K, or unjustify
14159   ^V                Next page          |-------------------------------------
14160   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14161 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14162 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14163  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14164                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14165  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14166 </PRE>
14167 <!--chtml endif-->
14169 NOTE: The presence or absence of the following commands is determined
14170 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14171 some of these commands may be administratively disabled by your system
14172 manager; if they don't work, please check with your local help desk
14173 before reporting a bug.
14175 <UL>
14176  <LI>Suspend (suspends Alpine and gives a system prompt)
14177  <LI>Alternate editor (allows you to compose with your own editor)
14178 </UL>
14181 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14182 Ctrl-&#92;, ESC
14185 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14186 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14188 &lt;End of help on this topic&gt;
14189 </BODY>
14190 </HTML>
14191 ===== h_composer_commentedit =====
14192 <HTML>
14193 <HEAD>
14194 <TITLE>Comment Editor Commands Explained</TITLE>
14195 </HEAD>
14196 <BODY>
14197 <H1>COMMENT EDITOR COMMANDS</H1>
14198 <!--chtml if pinemode="function_key"-->
14199 <PRE>
14200 CURSOR MOTION KEYS                     |EDITING KEYS
14201   ^B (Left Arrow)   Back character     | ^D       Delete current character
14202   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14203   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14204   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14205   ^A                Beginning of line  |           delete current line
14206   ^E                End of line        | F10       Paste text, undelete lines
14207   F7                Previous page      |           cut with ^K, or unjustify
14208   F8                Next page          |-------------------------------------
14209   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14210 ---------------------------------------| F6       Whereis (search for string)
14211 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14212  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14213                  |  ^Z    Suspend      | ^L       Redraw Screen
14214  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14215 </PRE>
14216 <!--chtml else-->
14217 <PRE>
14218 CURSOR MOTION KEYS                     |EDITING KEYS
14219   ^B (Left Arrow)   Back character     | ^D       Delete current character
14220   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14221   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14222   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14223   ^A                Beginning of line  |           delete current line
14224   ^E                End of line        | ^U        Paste text, undelete lines
14225   ^Y                Previous page      |           cut with ^K, or unjustify
14226   ^V                Next page          |-------------------------------------
14227   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14228 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14229 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14230  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14231                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14232  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14233 </PRE>
14234 <!--chtml endif-->
14236 NOTE: The presence or absence of the following commands is determined
14237 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14238 some of these commands may be administratively disabled by your system
14239 manager; if they don't work, please check with your local help desk
14240 before reporting a bug.
14242 <UL>
14243  <LI>Suspend (suspends Alpine and gives a system prompt)
14244  <LI>Alternate editor (allows you to compose with your own editor)
14245 </UL>
14248 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14249 Ctrl-&#92;, ESC
14252 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14253 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14255 &lt;End of help on this topic&gt;
14256 </BODY>
14257 </HTML>
14258 ======= h_composer_abook_nick =======
14259 <HTML>
14260 <HEAD>
14261 <TITLE>Addressbook Nickname Explained</TITLE>
14262 </HEAD>
14263 <BODY>
14264 This is a short nickname for this address book entry.  If it is used in
14265 place of an address from the composer, the composer will fill in the
14266 address(es) for the entry that matches the nickname. 
14269 Look <A HREF="h_edit_nav_cmds">here</A>
14270 to see the available Editing and Navigation commands.
14272 &lt;End of help on this topic&gt;
14273 </BODY>
14274 </HTML>
14275 ======= h_composer_abook_full =======
14276 <HTML>
14277 <HEAD>
14278 <TITLE>Addressbook Fullname Explained</TITLE>
14279 </HEAD>
14280 <BODY>
14281 This is the full name field for this entry.  If this is going to be a
14282 distribution list (more than one address), it should be a descriptive
14283 phrase describing the list.  It will be included in the mail header if you
14284 put the list in the To: or CC: field, or in the To: line if you put the
14285 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14286 leave any of the other fields blank, too). If this address book entry is
14287 going to be a simple entry with just one address, then this field is the
14288 person's name. When you send mail to this entry, this is the field to the
14289 left of the brackets. That is, it is the most readable part of the 
14290 address. For example, in the sample address:
14291 <PRE>
14292        John Doe &lt;jdoe@some.domain&gt;
14293 </PRE>
14294 "John Doe" is the full name field. If you are sorting your address book
14295 with one of the options that uses full names, then it might be useful to
14296 enter the full name as "Last, First", for example:
14297 <PRE>
14298        Doe, John
14299 </PRE>
14300 so that it will be sorted using Doe instead of John. This will be changed
14301 back into John Doe when you use it.
14303 Look <A HREF="h_edit_nav_cmds">here</A>
14304 to see the available Editing and Navigation commands.
14306 &lt;End of help on this topic&gt;
14307 </BODY>
14308 </HTML>
14309 ======= h_composer_abook_fcc =======
14310 <HTML>
14311 <HEAD>
14312 <TITLE>Addressbook Fcc Explained</TITLE>
14313 </HEAD>
14314 <BODY>
14315 If this entry is the first one in the To: line of an outgoing message,
14316 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14317 you would normally get (which depends on which
14318 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14319 you've chosen). 
14321 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14322 that you don't want any Fcc associated with this entry.
14324 Look <A HREF="h_edit_nav_cmds">here</A>
14325 to see the available Editing and Navigation commands.
14327 &lt;End of help on this topic&gt;
14328 </BODY>
14329 </HTML>
14330 ====== h_config_combined_abook_display =====
14331 <HTML>
14332 <HEAD>
14333 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14334 </HEAD>
14335 <BODY>
14336 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14338 This feature affects the address book display screens.
14339 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14340 will cause the remaining address books and directory servers to disappear
14341 from the screen, leaving only the entries of the expanded address book.
14342 If this feature is set, then the other address books will remain on the screen,
14343 so that all of the address books can be present at once.
14346 The way that commands work won't be changed.
14347 For example, the Select All command will select all of the entries in the
14348 current address book, not all of the entries in all of the address books.
14349 The WhereIs command will change a little.
14350 It will search through all of the text on the screen plus all of the entries
14351 from expanded address books.
14354 When this feature is set, the setting of the feature
14355 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14356 has an effect.
14358 &lt;End of help on this topic&gt;
14359 </BODY>
14360 </HTML>
14361 ====== h_config_titlebar_color_style =====
14362 <HTML>
14363 <HEAD>
14364 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14365 </HEAD>
14366 <BODY>
14367 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14369 This option affects the colors used to display the titlebar (the top
14370 line on the screen) when viewing a message.
14373 The available options include:
14376 <DL>
14377 <DT>default</DT>
14378 <DD>The color of the titlebar will be the color you set for the
14379 <A HREF="h_config_title_color">Title Color</A>.
14380 The Title Color may be set by using the
14381 <A HREF="h_color_setup">Setup Kolor</A> screen.
14382 </DD>
14384 <DT>indexline</DT>
14385 <DD>The color of the titlebar will be the same as the color of the
14386 index line corresponding to the message being viewed.
14387 The rules that determine what color the index line will be may be set
14388 up by going to the Setup/Rules/Indexcolor screen.
14389 If the index line for a message is not colored explicitly by the
14390 Indexcolor rules, then the titlebar will be colored the same as for
14391 the &quot;default&quot; option above (which is not the same color that
14392 the index line itself will have).
14393 </DD>
14395 <DT>reverse-indexline</DT>
14396 <DD>This is similar to the &quot;indexline&quot; option except the
14397 foreground and background colors from the corresponding index line will
14398 be reversed.
14399 For example, if the index line color is red letters on a white background,
14400 then the titlebar will be white letters on a red background.
14401 If the index line for a message is not colored explicitly by the
14402 Indexcolor rules, then the titlebar will be colored the same as for
14403 the &quot;default&quot; option above (which is not the same color that
14404 the index line itself will have).
14405 </DD>
14406 </DL>
14410 <UL>   
14411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14412 </UL><P>
14413 &lt;End of help on this topic&gt;
14414 </BODY>
14415 </HTML>
14416 ====== h_config_index_color_style =====
14417 <HTML>
14418 <HEAD>
14419 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14420 </HEAD>
14421 <BODY>
14422 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14424 This option affects the colors used to display the current line in the
14425 MESSAGE INDEX screen.
14426 If you do not have Index Color Rules defined, then this option will
14427 have no effect in the index.
14428 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14430 If the option
14431 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14432 is turned on and the
14433 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14434 is set to something other than the default, then
14435 this option also affects the color used to display the current folder
14436 in the Incoming FOLDER LIST screen.
14439 The available options include:
14442 <DL>
14443 <DT>flip-colors</DT>
14444 <DD>This is the default.
14445 If an index line is colored because it matches one of your
14446 Index Color Rules, then its colors will be reversed when it is the currently
14447 highlighted line.
14448 For example, if the line is normally red text on a blue background, then
14449 when it is the current line it will be drawn as blue text on a red background.
14451 The rest of the option values all revert to this flip-colors behavior if
14452 there is no Reverse Color defined.
14453 </DD>
14455 <DT>reverse</DT>
14456 <DD>With this option the Reverse color is always used to highlight the
14457 current line.
14458 </DD>
14460 <DT>reverse-fg</DT>
14461 <DD>The foreground part of the Reverse Color is used to highlight
14462 the current line.
14463 If this would cause the text to be unreadable (because the foreground and
14464 background colors are the same) or if it would cause no change in the
14465 color of the index line, then the colors are flipped instead.
14467 Some people think this works particularly well if you use different
14468 background colors to emphasize &quot;interesting&quot; lines,
14469 but always with the same Normal foreground color,
14470 and you use a different foreground color for the Reverse Color.
14471 </DD>
14473 <DT>reverse-fg-no-ambiguity</DT>
14474 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14475 the resulting color will be exactly the same as the regular Reverse
14476 Color.
14477 That can lead to some possible confusion because an
14478 &quot;interesting&quot;
14479 line that is the current line will be displayed exactly the same as a
14480 non-interesting line that is current.
14481 You can't tell whether the line is just a regular current line or if it is
14482 an &quot;interesting&quot; current line by looking at the color.
14483 Setting the option to this value removes that ambiguity.
14484 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14485 interesting current line would look just like a non-interesting current line.
14486 In that case, the interesting line's colors are simply flipped (like in the
14487 default behavior).
14489 As an alternative way to preserve the line's interestingness in this case,
14490 you may find that using both a different foreground and a different
14491 background color for the interesting line will help.
14492 </DD>
14494 <DT>reverse-bg</DT>
14495 <DD>The background part of the Reverse Color is used to highlight
14496 the current line.
14497 If this would cause the text to be unreadable (because the foreground and
14498 background colors are the same) or if it would cause no change in the
14499 color of the index line, then the colors are flipped instead.
14501 Some people think this works particularly well if you use different
14502 foreground colors to emphasize &quot;interesting&quot; lines,
14503 but always with the same Normal background color,
14504 and you use a different background color for the Reverse Color.
14505 </DD>
14507 <DT>reverse-bg-no-ambiguity</DT>
14508 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14509 rule may also result in a color that is exactly the same as the regular
14510 Reverse Color.
14511 Setting the option to this value removes that ambiguity.
14512 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14513 current line has the same color as the Reverse Color.
14514 In that case, the interesting line's colors are simply flipped (like in the
14515 default behavior).
14516 </DD>
14517 </DL>
14521 <UL>   
14522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14523 </UL><P>
14524 &lt;End of help on this topic&gt;
14525 </BODY>
14526 </HTML>
14527 ====== h_config_expanded_addrbooks =====
14528 <HTML>
14529 <HEAD>
14530 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14531 </HEAD>
14532 <BODY>
14533 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14535 If multiple address books (either personal or global) are defined, and you
14536 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14537 screen, then set this feature. This feature will have no effect unless the
14538 feature
14539 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14540 is also set.
14542 &lt;End of help on this topic&gt;
14543 </BODY>
14544 </HTML>
14545 ====== h_config_combined_folder_display =====
14546 <HTML>
14547 <HEAD>
14548 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14549 </HEAD>
14550 <BODY>
14551 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14553 This feature affects the folder list display screens.
14554 Normally, each folder list is viewed within its collection only.  This
14555 command allows folder lists to be viewed within a single screen that
14556 combines the contents of all collections.
14559 The way that commands work won't be changed.
14560 For example, the Select All command will select all of the folders in the
14561 current collection, not all of the entries in all of the collections.
14562 The WhereIs command will change a little.
14563 It will search through all of the folders in the current collection as well
14564 as all the folder in any other expanded collection.
14567 When this feature is set, the setting of the feature
14568 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14569 has an effect.
14571 &lt;End of help on this topic&gt;
14572 </BODY>
14573 </HTML>
14574 ====== h_config_combined_subdir_display =====
14575 <HTML>
14576 <HEAD>
14577 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14578 </HEAD>
14579 <BODY>
14580 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14582 This feature affects the Folder List screen when
14584 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14585 feature is enabled.  Normally, selecting a directory from the Folder
14586 List takes you into a new screen displaying only the contents of
14587 that directory.
14590 Enabling this feature will cause the contents of the selected
14591 directory to be
14592 displayed within the boundaries of the &quot;Collection&quot; it
14593 is a part of.  All previously displayed collections will remain
14594 in the screen.
14597 The way that commands work won't be changed.
14598 For example, the Select All command will select all of the folders in the
14599 directory, as opposed to all of the entries in all of the collections.
14600 The WhereIs command will change a little.
14601 It will search through all of the folders in the current collection as well
14602 as all the folder in any other expanded collection.
14605 &lt;End of help on this topic&gt;
14606 </BODY>
14607 </HTML>
14608 ====== h_config_separate_fold_dir_view =====
14609 <HTML>
14610 <HEAD>
14611 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14612 </HEAD>
14613 <BODY>
14614 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14616 This feature affects folder collections wherein a folder
14617 and directory can have the same name.  By default, Alpine displays them
14618 only once, denoting that it is both a folder and directory by appending
14619 the folder name with the hierarchy character enclosed
14620 in square brackets.
14624 Enabling this feature will cause Alpine to display such names
14625 separately marking the name representing a directory with a trailing
14626 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14629 The feature also alters the command set slightly.  By default, the
14630 right-arrow descends into the directory, while hitting the Return key will
14631 cause the folder by that name to be opened.
14634 With this feature set, the Return key will open the highlighted folder, or
14635 enter the highlighted directory.
14638 &lt;End of help on this topic&gt;
14639 </BODY>
14640 </HTML>
14641 ====== h_config_expanded_folders =====
14642 <HTML>
14643 <HEAD>
14644 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14645 </HEAD>
14646 <BODY>
14647 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14649 If multiple folder collections are defined, and you
14650 wish to have them all expanded implicitly upon entering the FOLDER LIST
14651 screen, then set this feature. This feature will have no effect unless the
14652 feature
14653 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14654 is also set.
14656 &lt;End of help on this topic&gt;
14657 </BODY>
14658 </HTML>
14659 ======= h_config_ldap_server =======
14660 <HTML>
14661 <HEAD>
14662 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14663 </HEAD>
14664 <BODY>
14665 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14666 This is the name of the host where an LDAP server is running.
14667 For redundancy, this may be a space-delimited set of server names, in which
14668 case the first server that answers is used.
14669 Each of the server names may be optionally followed by
14670 a colon and a port number.
14671 If this form is used then the port number configured below in the
14672 <EM>port</EM> field is not used.
14674 To find out whether your organization has its own LDAP server, 
14675 contact its computing support staff.
14676 <P><UL>
14677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14678 </UL>
14680 &lt;End of help on this topic&gt;
14681 </BODY>
14682 </HTML>
14683 ======= h_config_ldap_base =======
14684 <HTML>
14685 <HEAD>
14686 <TITLE>LDAP OPTION: Search-Base</TITLE>
14687 </HEAD>
14688 <BODY>
14689 <H1>LDAP OPTION: Search-Base</H1>
14691 This is the search base to be used on this server.  It functions as a filter 
14692 by restricting your searches in the LDAP server database
14693 to the specified contents of the specified fields.  Without it, searches 
14694 submitted to this directory server may fail.  It might be something
14695 like:
14697 <PRE>
14698       O = &lt;Your Organization Name&gt;, C = US
14699 </PRE>
14700 or it might be blank.  
14701 (Some LDAP servers actually ignore anything specified here.)
14703 If in doubt what parameters you should specify here, 
14704 contact the maintainers of the LDAP server.
14705 <P><UL>
14706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14707 </UL>
14709 &lt;End of help on this topic&gt;
14710 </BODY>
14711 </HTML>
14712 ======= h_config_ldap_port =======
14713 <HTML>
14714 <HEAD>
14715 <TITLE>LDAP OPTION: Port</TITLE>
14716 </HEAD>
14717 <BODY>
14718 <H1>LDAP OPTION: Port</H1>
14720 This is the TCP port number to be used with this LDAP server. If you leave
14721 this blank port 389 will be used.
14723 &lt;End of help on this topic&gt;
14724 </BODY>
14725 </HTML>
14726 ======= h_config_ldap_nick =======
14727 <HTML>
14728 <HEAD>
14729 <TITLE>LDAP OPTION: Nickname</TITLE>
14730 </HEAD>
14731 <BODY>
14732 <H1>LDAP OPTION: Nickname</H1>
14734 This is a nickname to be used in displays. If you don't supply a
14735 nickname the server name
14736 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14737 will be used instead.  This option is strictly for your convenience.
14739 &lt;End of help on this topic&gt;
14740 </BODY>
14741 </HTML>
14742 ======= h_config_ldap_binddn =======
14743 <HTML>
14744 <HEAD>
14745 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14746 </HEAD>
14747 <BODY>
14748 <H1>LDAP OPTION: Bind-DN</H1>
14750 You may need to authenticate to the LDAP server before you are able to use it.
14751 This is the Distinguished Name to bind to when authenticating to this server.
14752 Try leaving this blank until you know you need it.
14754 Alpine only knows about LDAP Simple authentication.
14755 It does not attempt LDAP SASL authentication.
14756 The DN and password will be sent in the clear unless TLS encryption is
14757 being used on this connection.
14758 Because of this, you may want to set the LDAP feature
14759 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14760 or the feature
14761 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14762 if you are going to be providing a password.
14763 <P><UL>
14764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14765 </UL>
14767 &lt;End of help on this topic&gt;
14768 </BODY>
14769 </HTML>
14770 ======= h_config_ldap_opts_impl =======
14771 <HTML>
14772 <HEAD>
14773 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14774 </HEAD>
14775 <BODY>
14776 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14778 Set this to have lookups done to this server implicitly from the composer.
14779 If an address doesn't look like a fully-qualified address, it will be looked
14780 up in your address books, and if it doesn't match a nickname there, then it
14781 will be looked up on the LDAP servers that have this feature set.
14782 The lookups will also be done when using the address completion feature
14783 (TAB command) in the composer if any of the serves have this feature set.
14784 Also see the LDAP feature
14785 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14786 and the Setup/Config feature
14787 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14789 &lt;End of help on this topic&gt;
14790 </BODY>
14791 </HTML>
14792 ======= h_config_ldap_opts_tls =======
14793 <HTML>
14794 <HEAD>
14795 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14796 </HEAD>
14797 <BODY>
14798 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14800 When connecting to this server Alpine will attempt to use TLS encryption
14801 on the connection.
14802 Also see the closely related feature
14803 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14805 &lt;End of help on this topic&gt;
14806 </BODY>
14807 </HTML>
14808 ======= h_config_ldap_opts_tlsmust =======
14809 <HTML>
14810 <HEAD>
14811 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14812 </HEAD>
14813 <BODY>
14814 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14816 When connecting to this server Alpine will attempt to use TLS encryption
14817 on the connection.
14818 If the StartTLS operation fails then the connection will not be used.
14820 &lt;End of help on this topic&gt;
14821 </BODY>
14822 </HTML>
14823 ====== h_config_ldap_opts_rhs =====
14824 <HTML>
14825 <HEAD>
14826 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14827 </HEAD>
14828 <BODY>
14829 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14831 Normally implicit LDAP lookups from the composer are done only for the
14832 strings you type in from the composer screen. In other words, you type in
14833 something in the To or CC field and press return, then the string is looked up.
14834 First that string is looked up in your address books. If a match is found
14835 there, then the results of that match are looked up again. If you place
14836 a string in your address book that you want to have looked up on the LDAP
14837 directory server, you need to turn on this feature. If you set this feature
14838 for a server, you almost always will also want to set the
14839 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14840 feature. An example might serve to best illustrate this feature.
14842 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14843 entry with an
14844 address of pres@whitehouse.gov, then you might put an entry in your address
14845 book that looks like:
14847 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14848 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14850 Now, when you type &quot;bill&quot; into an
14851 address field in the composer Alpine will
14852 find the &quot;bill&quot; entry in your address book.
14853 It will replace &quot;bill&quot; with
14854 &quot;William Clinton&quot;.
14855 It will then search for an entry with that nickname
14856 in your address book and not find one. If this feature
14857 is set, Alpine will then attempt to lookup
14858 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14859 pres@whitehouse.gov.
14861 A better way to accomplish the same thing is probably to use the feature
14862 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14864 &lt;End of help on this topic&gt;
14865 </BODY>
14866 </HTML>
14867 ====== h_config_ldap_opts_ref =====
14868 <HTML>
14869 <HEAD>
14870 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14871 </HEAD>
14872 <BODY>
14873 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14875 Normally when you save the results of an LDAP directory lookup to your
14876 address book the results of the lookup are saved. If this feature is set
14877 and the entry being saved was found on this directory server, then the
14878 search criteria is saved instead of the results of the search. When this
14879 address book entry is used in the future, instead of copying the results
14880 from the address book the directory lookup will be done again. This could
14881 be useful if the copied result might become stale because the data on
14882 the directory server changes (for example, the entry's email address changes).
14883 You probably don't want to set this feature if the server is at all slow or
14884 unreliable.
14886 The way this actually works is that instead of saving the email address
14887 in your address book, Alpine saves enough information to look up the same
14888 directory entry again. In particular, it saves the server name and the
14889 distinguished name of the entry. It's possible that the server administrators
14890 might change the format of distinguished names on the server, or that the
14891 entry might be removed from the server. If Alpine notices this, you will be warned
14892 and a backup copy of the email address will be used. You may want to create
14893 a new entry in this case, since you will get the annoying warning every
14894 time you use the old entry. You may do that by Saving the entry to a new
14895 nickname in the same address book. You will be asked whether or not you
14896 want to use the backup email address.
14898 A related feature in the Setup/Config screen is
14899 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14901 &lt;End of help on this topic&gt;
14902 </BODY>
14903 </HTML>
14904 ======= h_config_ldap_opts_nosub =======
14905 <HTML>
14906 <HEAD>
14907 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14908 </HEAD>
14909 <BODY>
14910 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14912 Spaces in your input are normally handled specially.
14913 Each space character is replaced
14916 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14918 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14919 The reason this is done is so the input string
14921 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14923 (which is converted to &quot;Greg* Donald&quot;) will match
14924 the names &quot;Greg Donald&quot;,
14925 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14926 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14927 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14928 then it would also match the name &quot;Greg Donaldson&quot;.
14930 Turning on this feature will disable this substitution.
14932 &lt;End of help on this topic&gt;
14933 </BODY>
14934 </HTML>
14935 ====== h_config_ldap_searchtypes =======
14936 <HTML>
14937 <HEAD>
14938 <TITLE>LDAP OPTION: Search-Type</TITLE>
14939 </HEAD>
14940 <BODY>
14941 <H1>LDAP OPTION: Search-Type</H1>
14943 This affects the way that LDAP searches are done.
14944 In particular, this tells the server where to look for the string to be matched.
14945 If set to &quot;name&quot; then the string that is being searched for will
14946 be compared with the string in the
14947 &quot;Name&quot; field on the server
14948 (technically, it is the &quot;commonname&quot; field on the server).
14949 &quot;Surname&quot; means we're looking for a
14950 match in the &quot;Surname&quot; field on the
14951 server (actually the &quot;sn&quot; field).
14952 &quot;Givenname&quot; really is &quot;givenname&quot;
14953 and &quot;email&quot; is the electronic mail address (this is actually the field
14954 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14955 The other three types are combinations of
14956 the types listed so far. &quot;Name-or-email&quot;
14957 means the string should appear
14958 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14959 Likewise, &quot;surname-or-givenname&quot;
14960 means &quot;surname&quot; OR &quot;givenname&quot;
14961 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14963 This search TYPE is combined with the
14964 search <A HREF="h_config_ldap_searchrules">RULE</A>
14965 to form the actual search query.
14967 The usual default value for this
14968 option is &quot;sur-or-given-or-name-or-email&quot;.
14969 This type of search may be slow on some servers.
14970 Try &quot;name-or-email&quot;, which is often
14971 faster, or just &quot;name&quot; if the performance seems to be a problem.
14973 Some servers have been configured with different attribute names for
14974 these four fields.
14975 In other words, instead of using the attribute name &quot;mail&quot;
14976 for the email address field, the server might be configured to use something
14977 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14978 Alpine can be configured to use these different attribute names by using
14979 the four configuration options:
14980 <P><UL>
14981 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14982 </UL>
14983 <P><UL>
14984 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14985 </UL>
14986 <P><UL>
14987 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14988 </UL>
14989 <P><UL>
14990 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14991 </UL>
14993 &lt;End of help on this topic&gt;
14994 </BODY>
14995 </HTML>
14996 ====== h_config_ldap_searchrules =======
14997 <HTML>
14998 <HEAD>
14999 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15000 </HEAD>
15001 <BODY>
15002 <H1>LDAP OPTION: Search-Rule</H1>
15004 This affects the way that LDAP searches are done.
15005 If set to &quot;equals&quot; then
15006 only exact matches count.
15007 &quot;Contains&quot; means that the string you type in
15008 is a substring of what you are matching against.
15009 &quot;Begins-with&quot; and &quot;ends-with&quot;
15010 mean that the string starts or ends with the string you type in.
15012 Spaces in your input are normally handled specially, but you can turn that
15013 special handling off with the
15014 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15015 feature.
15017 The usual default value for this option is &quot;begins-with&quot;.
15019 &lt;End of help on this topic&gt;
15020 </BODY>
15021 </HTML>
15022 ======= h_config_ldap_email_attr =======
15023 <HTML>
15024 <HEAD>
15025 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15026 </HEAD>
15027 <BODY>
15028 <H1>LDAP OPTION: EmailAttribute</H1>
15030 This is the name of the attribute that is searched for when looking for
15031 an email address. The default value for this option is &quot;mail&quot; or
15032 &quot;electronicmail&quot;.
15033 If the server you are using uses a different attribute name for the email
15034 address, put that attribute name here.
15036 This will affect the search filter used if your Search-Type is one that
15037 contains a search for &quot;email&quot;.
15038 It will also cause the attribute value matching this attribute name to be used
15039 as the email address when you look up an entry from the composer.
15041 &lt;End of help on this topic&gt;
15042 </BODY>
15043 </HTML>
15044 ======= h_config_ldap_sn_attr =======
15045 <HTML>
15046 <HEAD>
15047 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15048 </HEAD>
15049 <BODY>
15050 <H1>LDAP OPTION: SurnameAttribute</H1>
15052 This is the name of the attribute that is searched for when looking for
15053 the surname of the entry. The default value for this option is &quot;sn&quot;.
15054 If the server you are using uses a different attribute name for the surname,
15055 put that attribute name here.
15056 This will affect the search filter used if your Search-Type is one that
15057 contains a search for &quot;surname&quot;.
15059 &lt;End of help on this topic&gt;
15060 </BODY>
15061 </HTML>
15062 ======= h_config_ldap_gn_attr =======
15063 <HTML>
15064 <HEAD>
15065 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15066 </HEAD>
15067 <BODY>
15068 <H1>LDAP OPTION: GivennameAttribute</H1>
15070 This is the name of the attribute that is searched for when looking for
15071 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15072 If the server you are using uses a different attribute name for the given name,
15073 put that attribute name here.
15074 This will affect the search filter used if your Search-Type is one that
15075 contains a search for &quot;givenname&quot;.
15077 &lt;End of help on this topic&gt;
15078 </BODY>
15079 </HTML>
15080 ======= h_config_ldap_cn_attr =======
15081 <HTML>
15082 <HEAD>
15083 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15084 </HEAD>
15085 <BODY>
15086 <H1>LDAP OPTION: NameAttribute</H1>
15088 This is the name of the attribute that is searched for when looking for
15089 the name of the entry. The default value for this option is &quot;cn&quot;, which
15090 stands for common name.
15091 If the server you are using uses a different attribute name for the name,
15092 put that attribute name here.
15093 This will affect the search filter used if your Search-Type is one that
15094 contains a search for &quot;name&quot;.
15096 &lt;End of help on this topic&gt;
15097 </BODY>
15098 </HTML>
15099 ======= h_config_ldap_time =======
15100 <HTML>
15101 <HEAD>
15102 <TITLE>LDAP OPTION: Timelimit</TITLE>
15103 </HEAD>
15104 <BODY>
15105 <H1>LDAP OPTION: Timelimit</H1>
15107 This places a limit on the number of seconds the LDAP search will continue.
15108 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15109 may place limits of their own on searches.
15111 &lt;End of help on this topic&gt;
15112 </BODY>
15113 </HTML>
15114 ======= h_config_ldap_size =======
15115 <HTML>
15116 <HEAD>
15117 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15118 </HEAD>
15119 <BODY>
15120 <H1>LDAP OPTION: Sizelimit</H1>
15122 This places a limit on the number of entries returned by the LDAP server.
15123 A value of 0 means no limit. The default is 0. Note that some servers
15124 may place limits of their own on searches.
15126 &lt;End of help on this topic&gt;
15127 </BODY>
15128 </HTML>
15129 ======= h_config_ldap_cust =======
15130 <HTML>
15131 <HEAD>
15132 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15133 </HEAD>
15134 <BODY>
15135 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15137 This one is for advanced users only! If you define this, then the
15138 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15139 However, the feature
15140 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15141 is still in effect.
15142 That is, the space substitution will take place even in a custom filter unless
15143 you disable it.
15145 If your LDAP service stops working and you suspect it might be because
15146 of your custom filter, just delete this filter and try using the
15147 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15148 Another option that sometimes causes trouble is the
15149 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15151 This variable may be set to the string representation of an LDAP search
15152 filter (see RFC1960). In the places where you want the address string to be
15153 substituted in, put a '%s' in this filter string. Here are some examples:
15155 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15156 is equivalent to the &quot;Custom-Search-Filter&quot;
15157 <PRE>
15158      (cn=%s*)
15159 </PRE>
15160 When you try to match against the string &quot;string&quot; the program replaces
15161 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15162 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15164 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15165 of &quot;contains&quot; is equivalent to
15166 <PRE>
15167      (|(cn=*%s*)(mail=*%s*))
15168 </PRE>
15170 If your server uses a different attribute <EM>name</EM> than
15171 Alpine uses by default,
15172 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15173 then you may be able to use one or more of the four attribute configuration
15174 options instead of defining a custom filter:
15175 <P><UL>
15176 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15177 </UL>
15178 <P><UL>
15179 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15180 </UL>
15181 <P><UL>
15182 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15183 </UL>
15184 <P><UL>
15185 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15186 </UL>
15188 &lt;End of help on this topic&gt;
15189 </BODY>
15190 </HTML>
15191 ======= h_composer_abook_comment =======
15192 <HTML>
15193 <HEAD>
15194 <TITLE>Addressbook Comment Explained</TITLE>
15195 </HEAD>
15196 <BODY>
15197 This is a comment to help you remember what this entry is. The WhereIs
15198 command searches comments so that it is easier to find an entry with a comment
15199 you know about attached to it. This field is not used in the outgoing message.
15201 Look <A HREF="h_edit_nav_cmds">here</A>
15202 to see the available Editing and Navigation commands.
15204 &lt;End of help on this topic&gt;
15205 </BODY>
15206 </HTML>
15207 ======= h_composer_abook_addrs =======
15208 <HTML>
15209 <HEAD>
15210 <TITLE>Addressbook Lists</TITLE>
15211 </HEAD>
15212 <BODY>
15213 <H1>Addressbook Lists</H1>
15215 This is a list of addresses to send to when sending to this address book
15216 entry.  Each member of the list may be an address or another nickname from
15217 any of your address books.  If it is an address, it is OK to include the
15218 full name field as well as the electronic address portion of that address.
15219 For example, the following are all legitimate entries in this field:
15221 <DL><DT>&nbsp;</DT>
15222 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15223 <DD>jdoe@some.domain
15224 <DD>John Doe &lt;jdoe@some.domain&gt;
15225 </DL>
15227 The addresses should be listed separated by commas, just like you would
15228 enter them from the composer.
15232 The only difference between a distribution list and a simple entry with a
15233 single address, is that a distribution list has more than one address   
15234 listed in the Addresses: field, whereas a simple personal entry has just  
15235 one address.
15239 For individual address book entries, if there is a full name in the
15240 Fullname: field (filling in the Fullname: field is not required), it is
15241 used.  If the full name is specified in the Address: field and not in the
15242 Fullname: field, then the full name from the Address: field is used.
15246 If you type the nickname of a distribution list from one of your address 
15247 books in the Lcc: field, then the full name of that list is used in the  
15248 To: field.  If you put a list in the To: or Cc: fields, that list will be
15249 expanded into all of its addresses.  If the list has a full name, then
15250 that will appear at the beginning of the addresses.
15252 <DL><DT>&nbsp;</DT>
15253 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15254 &lt;sal@here.there&gt;
15255 </DL>
15257 If the first address in the distribution list also has a full name, then
15258 the list full name and that full name are combined into something like the
15259 following:
15261 <DL><DT>&nbsp;</DT>
15262 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15263 </DL>
15266 If you specify a list via Lcc, the full name is used in the To: line.  If
15267 you specify a list in the To: or Cc: fields, then it uses the same method
15268 as for individual entries for filling in the full name.
15272 For help with editing and navigation commands, check the Help for the
15273 Nickname: field.
15276 &lt;End of help on this topic&gt;
15277 </BODY>
15278 </HTML>
15279 ======= h_config_role_nick =======
15280 <HTML>
15281 <HEAD>
15282 <TITLE>Nickname Explained</TITLE>
15283 </HEAD>
15284 <BODY>
15285 <H1>Nickname Explained</H1>
15287 This is a nickname to help you.
15288 You should have a different nickname for each role you define.
15289 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15290 pick a role to edit.
15291 It will also be used when you send a message to let you know you are
15292 sending with a different role than you use by default, and
15293 it will be useful for choosing a role when composing with the Role command
15294 or when composing with one of the Role Uses set to With Confirmation.
15295 This field is not used in the outgoing message.
15297 Look <A HREF="h_edit_nav_cmds">here</A>
15298 to see the available Editing and Navigation commands.
15300 &lt;End of help on this topic&gt;
15301 </BODY>
15302 </HTML>
15303 ======= h_config_role_comment =======
15304 <HTML>
15305 <HEAD>
15306 <TITLE>Comment Explained</TITLE>
15307 </HEAD>
15308 <BODY>
15309 <H1>Comment Explained</H1>
15311 This is a comment to help you.
15312 This comment does not play any functional role, it is simply an optional
15313 comment to help you remember what the rule is for.
15315 Look <A HREF="h_edit_nav_cmds">here</A>
15316 to see the available Editing and Navigation commands.
15318 &lt;End of help on this topic&gt;
15319 </BODY>
15320 </HTML>
15321 ======= h_config_other_nick =======
15322 <HTML>
15323 <HEAD>
15324 <TITLE>Nickname Explained</TITLE>
15325 </HEAD>
15326 <BODY>
15327 <H1>Nickname Explained</H1>
15329 This is a nickname to help you.
15330 You should have a different nickname for each rule you define.
15331 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15332 pick a rule to edit.
15334 Look <A HREF="h_edit_nav_cmds">here</A>
15335 to see the available Editing and Navigation commands.
15337 &lt;End of help on this topic&gt;
15338 </BODY>
15339 </HTML>
15340 ======= h_config_score_nick =======
15341 <HTML>
15342 <HEAD>
15343 <TITLE>Nickname Explained</TITLE>
15344 </HEAD>
15345 <BODY>
15346 <H1>Nickname Explained</H1>
15348 This is a nickname to help you.
15349 You should have a different nickname for each scoring rule you define.
15350 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15351 pick a rule to edit.
15353 Look <A HREF="h_edit_nav_cmds">here</A>
15354 to see the available Editing and Navigation commands.
15356 &lt;End of help on this topic&gt;
15357 </BODY>
15358 </HTML>
15359 ======= h_config_incol_nick =======
15360 <HTML>
15361 <HEAD>
15362 <TITLE>Nickname Explained</TITLE>
15363 </HEAD>
15364 <BODY>
15365 <H1>Nickname Explained</H1>
15367 This is a nickname to help you.
15368 You should have a different nickname for each color rule you define.
15369 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15370 pick a rule to edit.
15372 Look <A HREF="h_edit_nav_cmds">here</A>
15373 to see the available Editing and Navigation commands.
15375 &lt;End of help on this topic&gt;
15376 </BODY>
15377 </HTML>
15378 ======= h_config_filt_nick =======
15379 <HTML>
15380 <HEAD>
15381 <TITLE>Nickname Explained</TITLE>
15382 </HEAD>
15383 <BODY>
15384 <H1>Nickname Explained</H1>
15386 This is a nickname to help you.
15387 You should have a different nickname for each filtering rule you define.
15388 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15389 pick a rule to edit.
15391 Look <A HREF="h_edit_nav_cmds">here</A>
15392 to see the available Editing and Navigation commands.
15394 &lt;End of help on this topic&gt;
15395 </BODY>
15396 </HTML>
15397 ======= h_config_score_topat =======
15398 <HTML>
15399 <HEAD>
15400 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15401 </HEAD>
15402 <BODY>
15403 <H1>&quot;To:&quot; Pattern Explained</H1>
15405 Any text you enter as the &quot;To pattern&quot;
15406 will be compared to the recipients from the To: line of
15407 the message being scored.
15408 When the text you entered matches
15409 all or part of the To: line of a message, then the Score Value
15410 you have specified will be added to the score for the message.
15411 (Any other non-blank parts of the Pattern must match, too.)
15414 You may enter a complete email address, part of an address, or a
15415 list of addresses or partial addresses.
15416 For example:
15419 <PRE>
15420  To pattern = friend@public.com
15422  To pattern = rated.net
15424  To pattern = xxx@adults.com
15425               admin@msn.com
15426               fool@motleyfool.com
15427 </PRE>
15430 Each of those are valid To patterns.
15433 Messages match those patterns if any of the
15434 addresses in the To: line of the message contains the pattern.
15435 If the pattern is a list of patterns
15436 (like the last example above) then it is a match if any of the patterns in
15437 the list match any of the addresses in the To: line.
15438 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15439 present for a match.
15440 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15441 address2 must be present.
15442 That is exactly what using a list does.)
15445 Some messages may be &quot;bounced&quot; to you, and will
15446 have a &quot;Resent-To:&quot; header line.
15447 If the message contains a Resent-To: line
15448 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15449 Alpine will look for
15450 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15451 the original To: line.
15454 When entering a pattern, you may choose an address from your address book
15455 with the &quot;T&quot; command.
15458 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15459 &quot;!&quot; &quot;toggle NOT&quot; command.
15460 This changes the meaning of the To pattern so that it has the opposite meaning.
15461 It will be considered a match if there are no matches between the
15462 addresses in the To: line and the list of To patterns.
15464 Don't make the mistake of putting the &quot;!&quot; in the data field for
15465 the pattern.
15466 For example, if you type the characters &quot;!frizzle&quot; into the To
15467 pattern, the pattern will look like:
15469 <PRE>
15470  To pattern = !frizzle
15471 </PRE>
15473 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15474 In order to match messages that do not have &quot;frizzle&quot; in
15475 their To field, first type the characters &quot;frizzle&quot; followed
15476 by carriage return for the value of the To pattern, then negate it
15477 by typing the &quot;!&quot; command.
15478 It should end up looking like
15480 <PRE>
15481  ! To pattern = frizzle
15482 </PRE>
15484 You are not limited to using the six standard header patterns that are
15485 normally shown (To, From, Sender, Cc, News, and Subject).
15486 You may add any other header to a Pattern by
15487 using the &quot;eXtraHdr&quot; command to specify a different
15488 message header line; and then the Add or Change command to fill in
15489 a pattern for the new header line, just like you would for a standard header.
15491 A technicality: Since comma is the character used to separate multiple
15492 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15493 you want to include a literal comma in the field.
15494 In other words, if you type a backslash followed by a comma it will
15495 be interpreted as a comma by Alpine, instead of as a separator between
15496 pattern values.
15497 All other backslashes are literal backslashes and should not be escaped.
15499 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15500 for more information on Patterns.
15502 Look <A HREF="h_edit_nav_cmds">here</A>
15503 to see the available Editing and Navigation commands.
15505 &lt;End of help on this topic&gt;
15506 </BODY>
15507 </HTML>
15508 ======= h_config_incol_topat =======
15509 <HTML>
15510 <HEAD>
15511 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15512 </HEAD>
15513 <BODY>
15514 <H1>&quot;To:&quot; Pattern Explained</H1>
15516 Any text you enter as the &quot;To pattern&quot;
15517 will be compared to the recipients from the To: lines of
15518 the messages in the index.
15519 When the text you entered matches
15520 all or part of the To: line of a message, then the Index Line Color you have
15521 specified will be used for that line in the index.
15522 (Any other non-blank parts of the Pattern must match, too.)
15525 You may enter a complete email address, part of an address, or a
15526 list of addresses or partial addresses.
15527 For example:
15530 <PRE>
15531  To pattern = friend@public.com
15532  To pattern = rated.net
15533  To pattern = xxx@adults.com
15534               admin@msn.com
15535               fool@motleyfool.com
15536 </PRE>
15539 Each of those are valid To patterns.
15542 Messages match those patterns if any of the
15543 addresses in the To: line of the message contains the pattern.
15544 If the pattern is a list of patterns
15545 (like the last example above) then it is a match if any of the patterns in
15546 the list match any of the addresses in the To: line.
15547 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15548 present for a match.
15549 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15550 address2 must be present.
15551 That is exactly what using a list does.)
15554 Some messages may be &quot;bounced&quot; to you, and will
15555 have a &quot;Resent-To:&quot; header line.
15556 If the message contains a Resent-To: line
15557 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15558 Alpine will look for
15559 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15560 the original To: line.
15563 When entering a pattern, you may choose an address from your address book
15564 with the &quot;T&quot; command.
15567 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15568 &quot;!&quot; &quot;toggle NOT&quot; command.
15569 This changes the meaning of the To pattern so that it has the opposite meaning.
15570 It will be considered a match if there are no matches between the
15571 addresses in the To: line and the list of To patterns.
15573 Don't make the mistake of putting the &quot;!&quot; in the data field for
15574 the pattern.
15575 For example, if you type the characters &quot;!frizzle&quot; into the To
15576 pattern, the pattern will look like:
15578 <PRE>
15579  To pattern = !frizzle
15580 </PRE>
15582 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15583 In order to match messages that do not have &quot;frizzle&quot; in
15584 their To field, first type the characters &quot;frizzle&quot; followed
15585 by carriage return for the value of the To pattern, then negate it
15586 by typing the &quot;!&quot; command.
15587 It should end up looking like
15589 <PRE>
15590  ! To pattern = frizzle
15591 </PRE>
15594 You are not limited to using the six standard header patterns that are
15595 normally shown (To, From, Sender, Cc, News, and Subject).
15596 You may add any other header to a Pattern by
15597 using the &quot;eXtraHdr&quot; command to specify a different
15598 message header line; and then the Add or Change command to fill in
15599 a pattern for the new header line, just like you would for a standard header.
15601 A technicality: Since comma is the character used to separate multiple
15602 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15603 you want to include a literal comma in the field.
15604 In other words, if you type a backslash followed by a comma it will
15605 be interpreted as a comma by Alpine, instead of as a separator between
15606 pattern values.
15607 All other backslashes are literal backslashes and should not be escaped.
15609 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15610 for more information on Patterns.
15612 Look <A HREF="h_edit_nav_cmds">here</A>
15613 to see the available Editing and Navigation commands.
15615 &lt;End of help on this topic&gt;
15616 </BODY>
15617 </HTML>
15618 ======= h_config_other_topat =======
15619 <HTML>
15620 <HEAD>
15621 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15622 </HEAD>
15623 <BODY>
15624 <H1>&quot;To:&quot; Pattern Explained</H1>
15626 For some of the OTHER RULES actions, there is no message that is being
15627 compared against.
15628 If that is the case, then only the Current Folder Type is checked.
15629 In particular, this To pattern is ignored.
15630 Actions that fall into this category include both
15631 Sort Order and Index Format.
15633 A technicality: Since comma is the character used to separate multiple
15634 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15635 you want to include a literal comma in the field.
15636 In other words, if you type a backslash followed by a comma it will
15637 be interpreted as a comma by Alpine, instead of as a separator between
15638 pattern values.
15639 All other backslashes are literal backslashes and should not be escaped.
15641 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15642 for more information on Patterns.
15644 Look <A HREF="h_edit_nav_cmds">here</A>
15645 to see the available Editing and Navigation commands.
15647 &lt;End of help on this topic&gt;
15648 </BODY>
15649 </HTML>
15650 ======= h_config_filt_topat =======
15651 <HTML>
15652 <HEAD>
15653 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15654 </HEAD>
15655 <BODY>
15656 <H1>&quot;To:&quot; Pattern Explained</H1>
15658 Any text you enter as the &quot;To pattern&quot;
15659 will be compared to the recipients from the To: line of
15660 messages when Alpine opens folders.
15661 When the text you entered matches
15662 all or part of the To: line of a message, then the Filter Action you have
15663 specified will be carried out.
15664 (Any other non-blank parts of the Pattern must match, too.)
15667 You may enter a complete email address, part of an address, or a
15668 list of addresses or partial addresses.
15669 For example:
15672 <PRE>
15673  To pattern = friend@public.com
15674  To pattern = rated.net
15675  To pattern = xxx@adults.com
15676               admin@msn.com
15677               fool@motleyfool.com
15678 </PRE>
15681 Each of those are valid To patterns.
15684 Messages match those patterns if any of the
15685 addresses in the To: line of the message contains the pattern.
15686 If the pattern is a list of patterns
15687 (like the last example above) then it is a match if any of the patterns in
15688 the list match any of the addresses in the To: line.
15689 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15690 present for a match.
15691 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15692 address2 must be present.
15693 That is exactly what using a list does.)
15696 Some messages may be &quot;bounced&quot; to you, and will
15697 have a &quot;Resent-To:&quot; header line.
15698 If the message contains a Resent-To: line
15699 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15700 Alpine will look for
15701 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15702 the original To: line.
15705 When entering a pattern, you may choose an address from your address book
15706 with the &quot;T&quot; command.
15709 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15710 &quot;!&quot; &quot;toggle NOT&quot; command.
15711 This changes the meaning of the To pattern so that it has the opposite meaning.
15712 It will be considered a match if there are no matches between the
15713 addresses in the To: line and the list of To patterns.
15715 Don't make the mistake of putting the &quot;!&quot; in the data field for
15716 the pattern.
15717 For example, if you type the characters &quot;!frizzle&quot; into the To
15718 pattern, the pattern will look like:
15720 <PRE>
15721  To pattern = !frizzle
15722 </PRE>
15724 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15725 In order to match messages that do not have &quot;frizzle&quot; in
15726 their To field, first type the characters &quot;frizzle&quot; followed
15727 by carriage return for the value of the To pattern, then negate it
15728 by typing the &quot;!&quot; command.
15729 It should end up looking like
15731 <PRE>
15732  ! To pattern = frizzle
15733 </PRE>
15736 You are not limited to using the six standard header patterns that are
15737 normally shown (To, From, Sender, Cc, News, and Subject).
15738 You may add any other header to a Pattern by
15739 using the &quot;eXtraHdr&quot; command to specify a different
15740 message header line; and then the Add or Change command to fill in
15741 a pattern for the new header line, just like you would for a standard header.
15743 A technicality: Since comma is the character used to separate multiple
15744 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15745 you want to include a literal comma in the field.
15746 In other words, if you type a backslash followed by a comma it will
15747 be interpreted as a comma by Alpine, instead of as a separator between
15748 pattern values.
15749 All other backslashes are literal backslashes and should not be escaped.
15751 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15752 for more information on Patterns.
15754 Look <A HREF="h_edit_nav_cmds">here</A>
15755 to see the available Editing and Navigation commands.
15757 &lt;End of help on this topic&gt;
15758 </BODY>
15759 </HTML>
15760 ======= h_config_role_topat =======
15761 <HTML>
15762 <HEAD>
15763 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15764 </HEAD>
15765 <BODY>
15766 <H1>&quot;To:&quot; Pattern Explained</H1>
15768 Any text you enter as the &quot;To pattern&quot;
15769 will be compared to the recipients from the To: line of
15770 the message being replied to or forwarded.
15771 (Any other non-blank parts of the Pattern must match, too.)
15772 In the case of the Compose command, this pattern and the other header
15773 patterns are ignored.
15776 You may enter a complete email address, part of an address, or a
15777 list of addresses or partial addresses.
15778 For example:
15781 <PRE>
15782  To pattern = friend@public.com
15783  To pattern = rated.net
15784  To pattern = xxx@adults.com
15785               admin@msn.com
15786               fool@motleyfool.com
15787 </PRE>
15790 Each of those are valid To patterns.
15793 Messages match those patterns if any of the
15794 addresses in the To: line of the message contains the pattern.
15795 If the pattern is a list of patterns
15796 (like the last example above) then it is a match if any of the patterns in
15797 the list match any of the addresses in the To: line.
15798 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15799 present for a match.
15800 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15801 address2 must be present.
15802 That is exactly what using a list does.)
15805 Some messages may be &quot;bounced&quot; to you, and will
15806 have a &quot;Resent-To:&quot; header line.
15807 If the message contains a Resent-To: line
15808 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15809 Alpine will look for
15810 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15811 the original To: line.
15814 When entering a pattern, you may choose an address from your address book
15815 with the &quot;T&quot; command.
15818 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15819 &quot;!&quot; &quot;toggle NOT&quot; command.
15820 This changes the meaning of the To pattern so that it has the opposite meaning.
15821 It will be considered a match if there are no matches between the
15822 addresses in the To: line and the list of To patterns.
15824 Don't make the mistake of putting the &quot;!&quot; in the data field for
15825 the pattern.
15826 For example, if you type the characters &quot;!frizzle&quot; into the To
15827 pattern, the pattern will look like:
15829 <PRE>
15830  To pattern = !frizzle
15831 </PRE>
15833 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15834 In order to match messages that do not have &quot;frizzle&quot; in
15835 their To field, first type the characters &quot;frizzle&quot; followed
15836 by carriage return for the value of the To pattern, then negate it
15837 by typing the &quot;!&quot; command.
15838 It should end up looking like
15840 <PRE>
15841  ! To pattern = frizzle
15842 </PRE>
15845 You are not limited to using the six standard header patterns that are
15846 normally shown (To, From, Sender, Cc, News, and Subject).
15847 You may add any other header to a Pattern by
15848 using the &quot;eXtraHdr&quot; command to specify a different
15849 message header line; and then the Add or Change command to fill in
15850 a pattern for the new header line, just like you would for a standard header.
15852 A technicality: Since comma is the character used to separate multiple
15853 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15854 you want to include a literal comma in the field.
15855 In other words, if you type a backslash followed by a comma it will
15856 be interpreted as a comma by Alpine, instead of as a separator between
15857 pattern values.
15858 All other backslashes are literal backslashes and should not be escaped.
15860 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15861 for more information on Patterns.
15863 Look <A HREF="h_edit_nav_cmds">here</A>
15864 to see the available Editing and Navigation commands.
15866 &lt;End of help on this topic&gt;
15867 </BODY>
15868 </HTML>
15869 ======= h_config_role_frompat =======
15870 <HTML>
15871 <HEAD>
15872 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15873 </HEAD>
15874 <BODY>
15875 <H1>&quot;From:&quot; Pattern Explained</H1>
15877 This is just like the &quot;To pattern&quot; except that it is compared with
15878 the address in the From: line of the message
15879 instead of the addresses from the To: line.
15880 See the help for the To pattern for more information on header patterns.
15882 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15883 for more information on Patterns.
15885 Look <A HREF="h_edit_nav_cmds">here</A>
15886 to see the available Editing and Navigation commands.
15888 &lt;End of help on this topic&gt;
15889 </BODY>
15890 </HTML>
15891 ======= h_config_role_senderpat =======
15892 <HTML>
15893 <HEAD>
15894 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15895 </HEAD>
15896 <BODY>
15897 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15899 This is just like the &quot;To pattern&quot; except that it is compared with
15900 the address from the Sender: line of the message
15901 instead of the addresses from the To: line.
15902 See the help for the To pattern for more information on header patterns.
15904 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15905 for more information on Patterns.
15907 Look <A HREF="h_edit_nav_cmds">here</A>
15908 to see the available Editing and Navigation commands.
15910 &lt;End of help on this topic&gt;
15911 </BODY>
15912 </HTML>
15913 ======= h_config_role_ccpat =======
15914 <HTML>
15915 <HEAD>
15916 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15917 </HEAD>
15918 <BODY>
15919 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15921 This is just like the &quot;To pattern&quot; except that it is compared with
15922 the addresses from the Cc: line of the message
15923 instead of the addresses from the To: line.
15924 See the help for the To pattern for more information on header patterns.
15926 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15927 for more information on Patterns.
15929 Look <A HREF="h_edit_nav_cmds">here</A>
15930 to see the available Editing and Navigation commands.
15932 &lt;End of help on this topic&gt;
15933 </BODY>
15934 </HTML>
15935 ======= h_config_role_recippat =======
15936 <HTML>
15937 <HEAD>
15938 <TITLE>Recipient Pattern Explained</TITLE>
15939 </HEAD>
15940 <BODY>
15941 <H1>Recipient Pattern Explained</H1>
15943 This is just like the &quot;To pattern&quot; except that it is compared with
15944 the addresses from both the To: line and the Cc: line of the
15945 message instead of just the addresses from the To: line.
15946 In other words, it is considered a match if the pattern matches
15947 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15948 in the Cc: line.
15949 (Notice that defining the Recipient pattern does not have the same
15950 effect as defining both the To and Cc patterns.
15951 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15952 It is equivalent to having two different rules;
15953 one with a To pattern and the other with the same Cc pattern.)
15955 A technicality: Since comma is the character used to separate multiple
15956 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15957 you want to include a literal comma in the field.
15958 In other words, if you type a backslash followed by a comma it will
15959 be interpreted as a comma by Alpine, instead of as a separator between
15960 pattern values.
15961 All other backslashes are literal backslashes and should not be escaped.
15963 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15964 for more information on Patterns.
15966 Look <A HREF="h_edit_nav_cmds">here</A>
15967 to see the available Editing and Navigation commands.
15969 &lt;End of help on this topic&gt;
15970 </BODY>
15971 </HTML>
15972 ======= h_config_role_particpat =======
15973 <HTML>
15974 <HEAD>
15975 <TITLE>Participant Pattern Explained</TITLE>
15976 </HEAD>
15977 <BODY>
15978 <H1>Participant Pattern Explained</H1>
15980 This is just like the &quot;To pattern&quot; except that it is compared with
15981 the addresses from the From: line, the To: line, and the Cc: line of the
15982 message instead of just the addresses from the To: line.
15983 In other words, it is considered a match if the pattern matches
15984 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15985 in the To: line, <EM>OR</EM> an address in the Cc: line.
15986 (Notice that defining the Participant pattern does not have the same
15987 effect as defining all of the From, To, and Cc patterns.
15988 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15989 From <EM>AND</EM> To <EM>AND</EM> Cc.
15990 It is equivalent to having three different rules;
15991 one with a From pattern, another with the same To pattern, and a third with
15992 the same Cc pattern.)
15994 A technicality: Since comma is the character used to separate multiple
15995 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15996 you want to include a literal comma in the field.
15997 In other words, if you type a backslash followed by a comma it will
15998 be interpreted as a comma by Alpine, instead of as a separator between
15999 pattern values.
16000 All other backslashes are literal backslashes and should not be escaped.
16002 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16003 for more information on Patterns.
16005 Look <A HREF="h_edit_nav_cmds">here</A>
16006 to see the available Editing and Navigation commands.
16008 &lt;End of help on this topic&gt;
16009 </BODY>
16010 </HTML>
16011 ======= h_config_role_newspat =======
16012 <HTML>
16013 <HEAD>
16014 <TITLE>News Pattern Explained</TITLE>
16015 </HEAD>
16016 <BODY>
16017 <H1>News Pattern Explained</H1>
16019 If this pattern is non-blank, then for this rule to be considered a
16020 match, at least one of the newsgroups from
16021 the Newsgroups line of the message must match this pattern.
16022 If this pattern is a list of patterns, then at least one of the
16023 newsgroups must match at least one of the patterns.
16024 (Any other non-blank parts of the Pattern must match, too.)
16026 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16027 &quot;!&quot; &quot;toggle NOT&quot; command.
16028 This changes the meaning of the News pattern so that it has the opposite meaning.
16029 It will be considered a match if there are no matches between the
16030 addresses in the Newsgroups: line and the list of News patterns.
16032 Don't make the mistake of putting the &quot;!&quot; in the data field for
16033 the pattern.
16034 For example, if you type the characters &quot;!frizzle&quot; into the News
16035 pattern, the pattern will look like:
16037 <PRE>
16038  News pattern = !frizzle
16039 </PRE>
16041 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16042 In order to match messages that do not have &quot;frizzle&quot; in
16043 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16044 by carriage return for the value of the News pattern, then negate it
16045 by typing the &quot;!&quot; command.
16046 It should end up looking like
16048 <PRE>
16049  ! News pattern = frizzle
16050 </PRE>
16052 A technicality: Since comma is the character used to separate multiple
16053 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16054 you want to include a literal comma in the field.
16055 In other words, if you type a backslash followed by a comma it will
16056 be interpreted as a comma by Alpine, instead of as a separator between
16057 pattern values.
16058 All other backslashes are literal backslashes and should not be escaped.
16061 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16062 for more information on Patterns.
16064 Look <A HREF="h_edit_nav_cmds">here</A>
16065 to see the available Editing and Navigation commands.
16067 &lt;End of help on this topic&gt;
16068 </BODY>
16069 </HTML>
16070 ======= h_config_role_subjpat =======
16071 <HTML>
16072 <HEAD>
16073 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16074 </HEAD>
16075 <BODY>
16076 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16078 This is similar to the other parts of the Pattern.
16079 It is compared with
16080 the contents from the Subject of the message.
16082 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16083 for more information on Patterns.
16085 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16086 &quot;!&quot; &quot;toggle NOT&quot; command.
16087 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16088 It will be considered a match if there are no matches between the
16089 text in the Subject: line and the list of Subject patterns.
16092 If you wish to have a header pattern that is not one of the six standard
16093 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16095 A technicality: Since comma is the character used to separate multiple
16096 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16097 you want to include a literal comma in the field.
16098 In other words, if you type a backslash followed by a comma it will
16099 be interpreted as a comma by Alpine, instead of as a separator between
16100 pattern values.
16101 All other backslashes are literal backslashes and should not be escaped.
16103 Look <A HREF="h_edit_nav_cmds">here</A>
16104 to see the available Editing and Navigation commands.
16106 &lt;End of help on this topic&gt;
16107 </BODY>
16108 </HTML>
16109 ======= h_config_role_alltextpat =======
16110 <HTML>
16111 <HEAD>
16112 <TITLE>AllText Pattern Explained</TITLE>
16113 </HEAD>
16114 <BODY>
16115 <H1>AllText Pattern Explained</H1>
16117 This is similar to the header patterns.
16118 Instead of comparing with text in a particular header field it 
16119 is compared with all of the text in the message header and body.
16121 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16122 &quot;!&quot; &quot;toggle NOT&quot; command.
16123 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16124 It will be considered a match if there are no matches between the
16125 text of the message and the list of AllText patterns.
16127 Don't make the mistake of putting the &quot;!&quot; in the data field for
16128 the pattern.
16129 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16130 pattern, the pattern will look like:
16132 <PRE>
16133  AllText pattern = !frizzle
16134 </PRE>
16136 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16137 In order to match messages that do not have &quot;frizzle&quot; in
16138 the text of the message, first type the characters &quot;frizzle&quot; followed
16139 by carriage return for the value of the AllText pattern, then negate it
16140 by typing the &quot;!&quot; command.
16141 It should end up looking like
16143 <PRE>
16144  ! AllText pattern = frizzle
16145 </PRE>
16147 It is possible that you may notice degraded performance when using
16148 AllText Patterns.
16150 A technicality: Since comma is the character used to separate multiple
16151 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16152 you want to include a literal comma in the field.
16153 In other words, if you type a backslash followed by a comma it will
16154 be interpreted as a comma by Alpine, instead of as a separator between
16155 pattern values.
16156 All other backslashes are literal backslashes and should not be escaped.
16158 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16159 for more information on Patterns.
16161 Look <A HREF="h_edit_nav_cmds">here</A>
16162 to see the available Editing and Navigation commands.
16164 &lt;End of help on this topic&gt;
16165 </BODY>
16166 </HTML>
16167 ======= h_config_role_bodytextpat =======
16168 <HTML>
16169 <HEAD>
16170 <TITLE>BodyText Pattern Explained</TITLE>
16171 </HEAD>
16172 <BODY>
16173 <H1>BodyText Pattern Explained</H1>
16175 This is similar to the header patterns.
16176 Instead of comparing with text in a particular header field it 
16177 is compared with all of the text in the message body.
16179 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16180 &quot;!&quot; &quot;toggle NOT&quot; command.
16181 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16182 It will be considered a match if there are no matches between the
16183 text of the body of the message and the list of BodyText patterns.
16185 Don't make the mistake of putting the &quot;!&quot; in the data field for
16186 the pattern.
16187 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16188 pattern, the pattern will look like:
16190 <PRE>
16191  BdyText pattern = !frizzle
16192 </PRE>
16194 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16195 In order to match messages that do not have &quot;frizzle&quot; in
16196 their BodyText, first type the characters &quot;frizzle&quot; followed
16197 by carriage return for the value of the BodyText pattern, then negate it
16198 by typing the &quot;!&quot; command.
16199 It should end up looking like
16201 <PRE>
16202  ! BodyText pattern = frizzle
16203 </PRE>
16205 It is possible that you may notice degraded performance when using
16206 BodyText Patterns.
16208 A technicality: Since comma is the character used to separate multiple
16209 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16210 you want to include a literal comma in the field.
16211 In other words, if you type a backslash followed by a comma it will
16212 be interpreted as a comma by Alpine, instead of as a separator between
16213 pattern values.
16214 All other backslashes are literal backslashes and should not be escaped.
16216 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16217 for more information on Patterns.
16219 Look <A HREF="h_edit_nav_cmds">here</A>
16220 to see the available Editing and Navigation commands.
16222 &lt;End of help on this topic&gt;
16223 </BODY>
16224 </HTML>
16225 ======= h_config_role_charsetpat =======
16226 <HTML>
16227 <HEAD>
16228 <TITLE>Character Set Pattern Explained</TITLE>
16229 </HEAD>
16230 <BODY>
16231 <H1>Character Set Pattern Explained</H1>
16233 A message may use one or more character sets.
16234 This part of the Pattern matches messages that make use of
16235 certain specified character sets.
16236 It will be considered a match if a message uses any of the character
16237 sets in the list you give here.
16240 When filling in a value for this field, you may use
16241 the &quot;T&quot; command, which presents you with a large list of
16242 possible character sets to choose from.
16243 You may also just type in the name of a character set, and it need not
16244 be one that Alpine knows about.
16247 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16248 GB2312) you may also use some shorthand names that Alpine provides.
16249 These names are more understandable shorthand names for sets of 
16250 character set names.
16251 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16252 Selecting one of these shorthand names is equivalent to selecting all of
16253 the character sets that make up the set.
16254 You can see all of these shorthand names and the lists of character sets
16255 they stand for by typing the &quot;T&quot; command.
16258 For the purposes of this Pattern,
16259 Alpine will search through a message for all of the text parts and
16260 collect the character sets declared for each part.
16261 It will also look in the Subject line for a character set used there.
16262 Alpine does not actually look at the text of the message or the text
16263 of the Subject to determine if a declared character set is actually
16264 used, it looks only at the declarations themselves in the MIME part headers
16265 and in the Subject.
16268 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16269 &quot;!&quot; &quot;toggle NOT&quot; command.
16270 This changes the meaning of the Character Set pattern so that
16271 it has the opposite meaning.
16272 It will be considered a match if none of the character sets in the
16273 list are used in a message.
16275 Don't make the mistake of putting the &quot;!&quot; in the data field for
16276 the pattern.
16277 For example, if you type the characters &quot;!GB2312&quot; into the
16278 Character Set pattern, the pattern will look like:
16280 <PRE>
16281  Charset pattern = !GB2312
16282 </PRE>
16284 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16285 In order to match messages that do not have the
16286 character set &quot;GB2312&quot;
16287 set, first type the characters &quot;GB2312&quot; followed
16288 by carriage return for the value of the Character Set pattern, then negate it
16289 by typing the &quot;!&quot; command.
16290 It should end up looking like
16292 <PRE>
16293  ! Charset pattern = GB2312
16294 </PRE>
16296 A technicality: Since comma is the character used to separate multiple
16297 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16298 you want to include a literal comma in the field.
16299 In other words, if you type a backslash followed by a comma it will
16300 be interpreted as a comma by Alpine, instead of as a separator between
16301 pattern values.
16302 All other backslashes are literal backslashes and should not be escaped.
16304 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16305 for more information on Patterns.
16307 Look <A HREF="h_edit_nav_cmds">here</A>
16308 to see the available Editing and Navigation commands.
16310 &lt;End of help on this topic&gt;
16311 </BODY>
16312 </HTML>
16313 ======= h_config_role_keywordpat =======
16314 <HTML>
16315 <HEAD>
16316 <TITLE>Keyword Pattern Explained</TITLE>
16317 </HEAD>
16318 <BODY>
16319 <H1>Keyword Pattern Explained</H1>
16321 A folder may have user-defined keywords.
16322 These are similar to the Important flag, which the user may set using the
16323 Flag command.
16324 The difference is that the Important flag is always present for each folder.
16325 User-defined keywords are picked by the user.
16326 You may add new keywords by defining them in the
16327 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16328 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16329 the Flag command may be used to set or clear the keyword on individual messages.
16330 If you have given a keyword a nickname when configuring it,
16331 that nickname may be used instead of the actual keyword.
16334 When filling in a value for this field, it may be easiest to use
16335 the &quot;T&quot; command, which presents you with a list of the keywords
16336 you have defined to choose from.
16339 This part of the Pattern matches messages with certain keywords set.
16340 It will be considered a match if a message has any of the keywords in the
16341 list set.
16342 A keyword that you have not defined using the
16343 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16344 will not be a match.
16347 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16348 &quot;!&quot; &quot;toggle NOT&quot; command.
16349 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16350 It will be considered a match if none of the keywords in the list are set
16351 for a message.
16352 A keyword that you have not defined using the
16353 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16354 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16356 Don't make the mistake of putting the &quot;!&quot; in the data field for
16357 the pattern.
16358 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16359 pattern, the pattern will look like:
16361 <PRE>
16362  Keyword pattern = !frizzle
16363 </PRE>
16365 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16366 In order to match messages that do not have the keyword &quot;frizzle&quot;
16367 set, first type the characters &quot;frizzle&quot; followed
16368 by carriage return for the value of the Keyword pattern, then negate it
16369 by typing the &quot;!&quot; command.
16370 It should end up looking like
16372 <PRE>
16373  ! Keyword pattern = frizzle
16374 </PRE>
16376 A technicality: Since comma is the character used to separate multiple
16377 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16378 you want to include a literal comma in the field.
16379 In other words, if you type a backslash followed by a comma it will
16380 be interpreted as a comma by Alpine, instead of as a separator between
16381 pattern values.
16382 All other backslashes are literal backslashes and should not be escaped.
16384 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16385 for more information on Patterns.
16387 Look <A HREF="h_edit_nav_cmds">here</A>
16388 to see the available Editing and Navigation commands.
16390 &lt;End of help on this topic&gt;
16391 </BODY>
16392 </HTML>
16393 ======= h_config_role_arbpat =======
16394 <HTML>
16395 <HEAD>
16396 <TITLE>Extra Header Patterns Explained</TITLE>
16397 </HEAD>
16398 <BODY>
16399 <H1>Extra Header Patterns Explained</H1>
16401 The header patterns that come after the Participant pattern but before the 
16402 AllText pattern are extra header patterns that you have added to a rule's
16403 Pattern. These are just like the other header patterns except that
16404 the contents of the particular header listed on the left hand side will
16405 be used for comparisons.
16407 The &quot;eXtraHdr&quot; command may be used to add more of these
16408 header patterns to the rule you are editing.
16410 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16411 extra header pattern from the rule you are editing.
16413 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16414 &quot;!&quot; &quot;toggle NOT&quot; command.
16415 This changes the meaning of the pattern so that it has the opposite meaning.
16416 It will be considered a match if there are no matches between the
16417 text in the header line and the list of patterns.
16419 Don't make the mistake of putting the &quot;!&quot; in the data field for
16420 the pattern.
16421 For example, if you type the characters &quot;!frizzle&quot; into the
16422 pattern, the pattern will look like:
16424 <PRE>
16425  Xyz pattern = !frizzle
16426 </PRE>
16428 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16429 In order to match messages that do not have &quot;frizzle&quot; in
16430 their Xyz field, first type the characters &quot;frizzle&quot; followed
16431 by carriage return for the value of the pattern, then negate it
16432 by typing the &quot;!&quot; command.
16433 It should end up looking like
16435 <PRE>
16436  ! Xyz pattern = frizzle
16437 </PRE>
16440 A technicality: Since comma is the character used to separate multiple
16441 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16442 you want to include a literal comma in the field.
16443 In other words, if you type a backslash followed by a comma it will
16444 be interpreted as a comma by Alpine, instead of as a separator between
16445 pattern values.
16446 All other backslashes are literal backslashes and should not be escaped.
16448 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16449 for more information on Patterns.
16451 Look <A HREF="h_edit_nav_cmds">here</A>
16452 to see the available Editing and Navigation commands.
16454 &lt;End of help on this topic&gt;
16455 </BODY>
16456 </HTML>
16457 ======= h_config_role_cat_cmd =======
16458 <HTML>
16459 <HEAD>
16460 <TITLE>Categorizer Command Explained</TITLE>
16461 </HEAD>
16462 <BODY>
16463 <H1>Categorizer Command Explained</H1>
16465 This is a command that is run with its standard input set to the message
16466 being checked and its standard output discarded.
16467 The full directory path should be specified.
16468 The command will be run and then its exit status will be checked against
16469 the Exit Status Interval, which defaults to just the value zero.
16470 If the exit status of the command falls in the interval, it is considered
16471 a match, otherwise it is not a match.
16474 This option may actually be a list of commands.
16475 The first one that exists and is executable is used.
16476 That makes it possible to use the same configuration with Unix Alpine and
16477 PC-Alpine.
16480 If none of the commands in the list exists and is executable then the rule
16481 is <EM>not</EM> a match.
16482 If it is possible that the command may not exist, you should be careful
16483 to structure your rules so that nothing destructive
16484 happens when the command does not exist.
16485 For example, you might have a filter that filters away spam when there is
16486 a match but does nothing when there is not a match.
16487 That would cause no harm if the command didn't exist.
16488 However, if you have a filter that filters away spam when there is not
16489 a match and keeps it when there is a match, that would filter everything
16490 if the categorizer command didn't exist.
16492 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16493 setup for the bogofilter filter.
16496 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16497 for more information on Patterns.
16499 Look <A HREF="h_edit_nav_cmds">here</A>
16500 to see the available Editing and Navigation commands.
16502 &lt;End of help on this topic&gt;
16503 </BODY>
16504 </HTML>
16505 ======= h_config_role_cat_cmd_example =======
16506 <HTML>
16507 <HEAD>
16508 <TITLE>Categorizer Command Example</TITLE>
16509 </HEAD>
16510 <BODY>
16511 <H1>Categorizer Command Example</H1>
16513 Bogofilter
16514 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16515 is a mail filter that attempts to classify mail as spam or
16516 non-spam using statistical analysis of the message content.
16517 When run with no arguments and a message as standard input, it exits with
16518 exit status 0 if it thinks a message is spam and 1 if it thinks
16519 it is not spam.
16520 To use bogofilter as your Categorizer Command you would simply set Command to
16521 the pathname of the bogofilter program.
16522 For example,
16524 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16526 Exit status of zero is what you are interested in, so you'd set the
16527 Exit Status Interval to
16529 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16532 In order to prevent downloading an entire huge message to check for spam, you
16533 might want to set the Character Limit to a few thousand characters (the
16534 assumption being that the spam will reveal itself in those characters)
16536 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16539 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16540 be to move the message to a spam folder.
16541 It would usually be wise to also check the &quot;Message is Recent&quot;
16542 part of the rule so that messages are only checked when they first arrive,
16543 and to restrict the Current Folder Type to just your INBOX.
16544 The reason for checking only Recent messages is to save the time it takes
16545 to run bogofilter on each message.
16546 As an experiment, you might start out by using this in an Indexcolor Rule
16547 instead of a Filter Rule.
16548 In that case, you probably wouldn't check the Recent checkbox.
16550 The use described above assumes that you are somehow maintaining bogofilter's
16551 database of words associated with spam and non-spam messages.
16552 One way to start your database would be to select a bunch of spam messages
16553 in Alpine (you might Save spam messages to a special folder or use Alpine's
16554 Select command to select several) and then Apply
16555 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16556 a pipe command to the spam messages.
16557 For example, you could have a shell script or an alias
16558 called <EM>this_is_spam</EM>, which would simply be the command
16560 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16563 It is probably best to use the pipe command's Raw Text, With Delimiter,
16564 and Free Output options,
16565 which are at the bottom of the screen when you type the pipe command.
16566 That's because bogofilter expects the raw message as input, and uses
16567 the Delimiters to tell when a new message starts.
16568 You would not need to use a separate pipe for each message, because
16569 bogofilter can handle multiple messages at once.
16571 Similarly, you would select a group of non-spam messages
16572 and run them through a <EM>this_is_nonspam</EM> script
16573 that was something like
16575 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16578 For the more adventurous, the next step might be to automate the upkeep of
16579 the bogofilter database.
16580 It might make more sense to have bogofilter be part of the delivery process,
16581 but it is also possible to do it entirely from within Alpine.
16582 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16583 the &quot;-u&quot; argument will cause bogofilter to update the database.
16585 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16587 You'd want a couple more aliases or shell scripts called something like
16588 <EM>change_to_spam</EM>
16590 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16593 <EM>change_to_nonspam</EM>
16595 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16597 When you run across a message in your INBOX that should have been
16598 classified as spam you would pipe it to the change_to_spam script, and
16599 when you run across a message in your spam folder that should have been
16600 left in your INBOX you would pipe it through change_to_nonspam.
16603 There is a technical problem with this approach.
16604 Alpine may check your filters more than once.
16605 In particular, every time you start Alpine the filters will be checked for
16606 each message.
16607 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16608 then Alpine will recheck for matches in messages that have changed state
16609 at the time you close the folder and before expunging.
16610 This is usually ok.
16611 However, in this case it is a problem because the command
16613 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16615 has the side effect of updating the database.
16616 So you run the risk of updating the database multiple times for a single
16617 message instead of updating it just once per message.
16618 There are some ways to work around this problem.
16619 What you need is a way to mark the message after you have run the filter.
16620 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16621 Besides having the filter move the message to a spam folder, also have it
16622 set the Bogo keyword.
16623 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16624 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16625 This rule can only set the Bogo keyword for the messages that it matches.
16626 You will also need to add a second rule right after this one that
16627 matches all the messages that don't have the Bogo keyword set
16628 (put the keyword in the Keyword pattern and toggle
16629 the Not with the ! command)
16630 and takes the action of setting it.
16631 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16632 (and so it won't re-run the bogofilter command) if the keyword is already
16633 set.
16635 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16636 on all messages that don't have the Bogo keyword set.
16637 This will have the side effect of inserting that message in the bogofilter
16638 database, match or not.
16639 If this rule matches (it is spam), the Bogo keyword will be set and
16640 the message will be moved to a spam folder.
16641 If it does not match, the
16642 following rule will mark the message by turning on the keyword.
16643 This second rule should be a non-terminating
16644 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16645 rule so that it doesn't stop the filtering process before the rest of
16646 your rules are consulted.
16649 In summary, the first rule is something like
16650 <PRE>
16651   Nickname          = bogofilter -u rule
16652   Current Folder Type =
16653                (*) Specific
16654                    Folder = INBOX
16656   ! Keyword pattern = Bogo
16658   External Categorizer Commands =
16659        Command              = /usr/local/bin/bogofilter -u
16660        Exit Status Interval = (0,0)
16661        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16663   Filter Action =
16664        (*) Move
16665            Folder = spam
16666   
16667   Set These Keywords   = Bogo
16668 </PRE>
16670 and the following rule is
16671 <PRE>
16672   Nickname          = Set Bogo Keyword
16673   Current Folder Type =
16674                (*) Specific
16675                    Folder = INBOX
16677   ! Keyword pattern = Bogo
16679   Filter Action =
16680        (*) Just Set Message Status
16682   Set These Keywords   = Bogo
16684   Features =
16685       [X]  dont-stop-even-if-rule-matches
16686 </PRE>
16688 If it is possible for you to insert bogofilter in the delivery process instead
16689 of having it called from Alpine you could prevent having to wait
16690 for the bogofilter processing while you read your mail.
16691 You would have bogofilter add a header to the message at the time of delivery
16692 that identified it as spam or nonspam.
16693 With this method, you could avoid using a Categorizer Command while running Alpine,
16694 and just match on the header instead.
16695 You might still want to use the scripts mentioned above to initialize the
16696 database or to re-classify wrongly classified messages.
16699 Finally, it isn't for the faint-hearted,
16700 but it is also possible to run bogofilter from PC-Alpine.
16701 You can install Cygwin from
16702 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16703 then compile bogofilter in the cygwin environment, and run it from
16704 within PC-Alpine.
16705 You would end up with a Categorizer command that looked something like
16707 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16709 Note that the &quot;.exe&quot; extension is explicit,
16710 and that the bogofilter.exe executable should be in the same directory
16711 as cygwin1.dll.
16714 &lt;End of help on this topic&gt;
16715 </BODY>
16716 </HTML>
16717 ======= h_config_role_cat_status =======
16718 <HTML>
16719 <HEAD>
16720 <TITLE>Exit Status Interval Explained</TITLE>
16721 </HEAD>
16722 <BODY>
16723 <H1>Exit Status Interval Explained</H1>
16725 The categorizer command is run and the result is the exit status of
16726 that command.
16727 If that exit status falls in the Exit Status Interval
16728 then it is considered a match, otherwise it is not a match.
16729 Of course for the entire rule to match, it must also be checked against
16730 the other defined parts of the Pattern.
16732 The Exit Status Interval defaults to the single value 0 (zero).
16733 If you define it, it should be set to something like:
16735 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16737 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16738 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16739 positive and negative integers.
16741 Actually, a list of intervals may be used if you wish.
16742 A list would look like
16744 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16746 When there is an Exit Status Interval defined, it is a match if the exit status
16747 of the categorizer command is contained in any of the intervals.
16748 The intervals include both endpoints.
16750 The default interval is
16752 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16754 and it matches only if the command exits with exit status equal to zero.
16757 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16758 for more information on Patterns.
16760 Look <A HREF="h_edit_nav_cmds">here</A>
16761 to see the available Editing and Navigation commands.
16763 &lt;End of help on this topic&gt;
16764 </BODY>
16765 </HTML>
16766 ======= h_config_role_cat_limit =======
16767 <HTML>
16768 <HEAD>
16769 <TITLE>Character Limit Explained</TITLE>
16770 </HEAD>
16771 <BODY>
16772 <H1>Character Limit Explained</H1>
16774 Setting this option makes it possible to limit how much of the message
16775 is made available to the categorizer command as input.
16776 The default value (-1) means that the entire message is fed to the
16777 command.
16778 A value of 0 (zero) means that only the headers of the message are
16779 made available.
16780 A positive integer means that the headers plus that many characters from
16781 the body of the message are passed to the categorizer.
16784 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16785 for more information on Patterns.
16787 Look <A HREF="h_edit_nav_cmds">here</A>
16788 to see the available Editing and Navigation commands.
16790 &lt;End of help on this topic&gt;
16791 </BODY>
16792 </HTML>
16793 ======= h_config_role_age =======
16794 <HTML>
16795 <HEAD>
16796 <TITLE>Age Interval Explained</TITLE>
16797 </HEAD>
16798 <BODY>
16799 <H1>Age Interval Explained</H1>
16801 The Age Interval, if defined, is part of the Pattern.
16802 If you use this, it should be set to something like:
16804 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16806 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16807 The special value &quot;INF&quot; may be used for the max value.
16808 It represents infinity.
16810 In rare cases it may be useful to use the more general form of the value,
16811 which is a comma-separated list of intervals.
16812 It would look something like:
16814 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16816 When there is an Age Interval defined, it is a match if the age, in days, of
16817 the message is contained in the interval.
16818 The interval includes both endpoints.
16819 If the option is set to a list of intervals then it is a match if the
16820 age of the message is contained in any of the intervals.
16822 Even though this option is called Age, it isn't actually
16823 the <EM>age</EM> of the message.
16824 Instead, it is how many days ago the message arrived in one of your folders.
16825 If the current time is a little past midnight, then a message that arrived
16826 just before midnight arrived yesterday, even though the message is only
16827 a few minutes old.
16828 By default, the date being used is not the date in the Date
16829 header of the message.
16830 It is the date that the message arrived in one of your folders.
16831 When you Save a message from one folder to another that arrival date
16832 is preserved.
16833 If you would like to use the date in the Date header that is possible.
16834 Turn on the option
16835 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16836 near the bottom of the rule definition.
16838 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16839 The age interval
16841 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16843 matches all messages that arrived on the day before yesterday.
16844 The interval
16846 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16848 matches all messages that arrived at least 180 days before today.
16849 The interval
16851 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16853 matches all messages that arrived today or yesterday.
16856 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16857 for more information on Patterns.
16859 Look <A HREF="h_edit_nav_cmds">here</A>
16860 to see the available Editing and Navigation commands.
16862 &lt;End of help on this topic&gt;
16863 </BODY>
16864 </HTML>
16865 ======= h_config_role_size =======
16866 <HTML>
16867 <HEAD>
16868 <TITLE>Size Interval Explained</TITLE>
16869 </HEAD>
16870 <BODY>
16871 <H1>Size Interval Explained</H1>
16873 The Size Interval, if defined, is part of the Pattern.
16874 If you use this, it should be set to something like:
16876 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16878 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16879 The special value &quot;INF&quot; may be used for the max value.
16880 It represents infinity.
16882 In rare cases it may be useful to use the more general form of the value,
16883 which is a comma-separated list of intervals.
16884 It would look something like:
16886 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16888 When there is a Size Interval defined, it is a match if the size of
16889 the message is contained in the interval.
16890 The interval includes both endpoints.
16891 If the option is set to a list of intervals then it is a match if the
16892 size of the message is contained in any of the intervals.
16894 The size interval
16896 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16898 matches all messages with sizes greater than or equal to 10000, and less
16899 than or equal to 50000.
16900 The interval
16902 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16904 matches all messages with sizes greater than or equal to 100000.
16907 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16908 for more information on Patterns.
16910 Look <A HREF="h_edit_nav_cmds">here</A>
16911 to see the available Editing and Navigation commands.
16913 &lt;End of help on this topic&gt;
16914 </BODY>
16915 </HTML>
16916 ======= h_config_role_scorei =======
16917 <HTML>
16918 <HEAD>
16919 <TITLE>Score Interval Explained</TITLE>
16920 </HEAD>
16921 <BODY>
16922 <H1>Score Interval Explained</H1>
16924 The Score Interval, if defined, is part of the Pattern.
16925 If you use this, it should be set to something like:
16927 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16929 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16930 -32000 and 32000.
16931 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16932 the min and max values.
16933 These represent negative and positive infinity.
16935 Actually, the value may be a list of intervals rather than just a
16936 single interval if that is useful.
16937 The elements of the list are separated by commas like:
16939 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16941 When there is a Score Interval defined, it is a match if the score for
16942 the message is contained in any of the intervals.
16943 The intervals include both endpoints.
16944 The score for a message is calculated by looking at every scoring rule
16945 defined and adding up the Score Values for the rules that match the message.
16946 Scoring rules are created using the
16947 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16950 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16951 for more information on Patterns.
16953 Look <A HREF="h_edit_nav_cmds">here</A>
16954 to see the available Editing and Navigation commands.
16956 &lt;End of help on this topic&gt;
16957 </BODY>
16958 </HTML>
16959 ======= h_config_role_fldr_type =======
16960 <HTML>
16961 <HEAD>
16962 <TITLE>Current Folder Type Explained</TITLE>
16963 </HEAD>
16964 <BODY>
16965 <H1>Current Folder Type Explained</H1>
16967 The Current Folder Type is part of the role's Pattern.
16968 It refers to the type of the currently open folder, which is the folder
16969 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16970 In order for a role to be considered a match, the current folder must
16971 be of the type you set here.
16972 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16973 all what you might think.
16975 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16976 example, then
16977 that role will only be a match if the current folder is a newsgroup and
16978 the rest of the Pattern matches.
16979 The value &quot;Specific&quot; may be used when you want to limit the match
16980 to a specific folder (not just a specific type of folder), or to a list of
16981 specific folders.
16983 In order to match a specific folder you Select the &quot;Specific&quot;
16984 button <EM>AND</EM> fill in
16985 the name (or list of names) of
16986 the folder in the &quot;Folder List&quot; field.
16987 If the current folder is any of the folders in the list, that is considered
16988 a match.
16989 The name of each folder in the list may be either &quot;INBOX&quot;,
16990 the technical specification
16991 of the folder (like what appears in your configuration file) or, if the
16992 folder is one of your incoming folders, it may be the nickname you've given
16993 the folder.
16994 Here are a couple samples of specific folder names:
16996 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16998 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17000 The easiest way to fill in the &quot;Folder List&quot; field is to use
17001 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17002 highlighted, or to use the &quot;Take&quot; command with the configuration
17003 feature
17004 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17005 turned on.
17006 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17007 Current Folder Type is set to &quot;Specific&quot;, and any value that
17008 &quot;Folder List&quot; has is ignored unless the type
17009 is set to &quot;Specific&quot;.
17011 When reading a newsgroup, there may be a performance penalty
17012 incurred when collecting the information necessary to check a Pattern.
17013 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17015 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17016 for more information on Patterns.
17018 Look <A HREF="h_edit_nav_cmds">here</A>
17019 to see the available Editing and Navigation commands.
17021 &lt;End of help on this topic&gt;
17022 </BODY>
17023 </HTML>
17024 ======= h_config_filt_rule_type =======
17025 <HTML>
17026 <HEAD>
17027 <TITLE>Filter Action Explained</TITLE>
17028 </HEAD>
17029 <BODY>
17030 <H1>Filter Action Explained</H1>
17032 The Filter Action specifies the action to be taken when the Pattern is a
17033 match.
17034 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17035 &quot;Just Set Message Status&quot;.
17037 If it is set to &quot;Delete&quot;, then the message that matches the
17038 Pattern will be deleted from the open folder.
17040 If it is set to &quot;Move&quot;, then the name of the folder to which
17041 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17042 next line of the screen.
17043 A list of folders separated by commas may be given, in which case the
17044 message will be copied to all of the folders in the list before it is
17045 deleted.
17047 If it is set to neither of those two values (it is set to the value
17048 labeled &quot;Just Set Message Status&quot;) then the message status
17049 setting will happen
17050 but the message will not be deleted or moved.
17052 If you are Moving a message you may also set Message Status if you wish.
17054 The easiest way to fill in the &quot;Folder List&quot; field is to use
17055 the T command that is available when the &quot;Folder List&quot; line is
17056 highlighted.
17057 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17058 Filter Action is set to &quot;Move&quot;, and any value that
17059 &quot;Folder List&quot; has is ignored unless the type
17060 is set to &quot;Move&quot;.
17062 There are a few tokens that may be used in the names in the Folder List.
17063 They are all related to the date on which the filtering is taking place.
17064 The tokens are words surrounded by underscores.
17065 For example, if you want your filter to move messages to a folder named
17066 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17067 you could specify the folder as
17068 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17069 which would result in a file named something like
17070 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17072 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17073 which would result in a file named something like
17074 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17075 The available tokens are listed
17076 <A HREF="h_index_tokens">here</A>.
17078 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17079 for more information on Patterns.
17081 Look <A HREF="h_edit_nav_cmds">here</A>
17082 to see the available Editing and Navigation commands.
17084 &lt;End of help on this topic&gt;
17085 </BODY>
17086 </HTML>
17087 ======= h_config_score_fldr_type =======
17088 <HTML>
17089 <HEAD>
17090 <TITLE>Current Folder Type Explained</TITLE>
17091 </HEAD>
17092 <BODY>
17093 <H1>Current Folder Type Explained</H1>
17095 The Current Folder Type is part of the scoring rule's Pattern.
17096 It refers to the type of the folder that
17097 the message being scored is in.
17098 In order for a rule to be considered a match, the current folder must
17099 be of the type you set here.
17100 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17101 all what you might think.
17103 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17104 example, then
17105 that Pattern will only match if the current folder is a newsgroup and
17106 the rest of the Pattern matches.
17107 The value &quot;Specific&quot; may be used when you want to limit the match
17108 to a specific folder (not just a specific type of folder), or to a list of
17109 specific folders.
17111 In order to match a specific folder you Select the &quot;Specific&quot;
17112 button <EM>AND</EM> fill in
17113 the name (or list of names) of
17114 the folder in the &quot;Folder List&quot; field.
17115 If the current folder is any of the folders in the list, that is considered
17116 a match.
17117 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17118 of the folder (like what appears in your configuration file) or, if the
17119 folder is one of your incoming folders, it may be the nickname you've given
17120 the folder.
17121 Here are a couple samples of specific folder names:
17123 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17125 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17127 The easiest way to fill in the &quot;Folder List&quot; field is to use
17128 the T command that is available when the &quot;Folder List&quot; line is
17129 highlighted.
17130 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17131 Current Folder Type is set to &quot;Specific&quot;, and any value that
17132 &quot;Folder List&quot; has is ignored unless the type
17133 is set to &quot;Specific&quot;.
17135 When reading a newsgroup, there may be a performance penalty
17136 incurred when collecting the information necessary to check a Pattern.
17137 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17138 For example, if you have Index Line Coloring rules that have Score Intervals
17139 defined then the scores for all the visible messages will need to be calculated.
17140 If some of your Scoring rules have 
17141 a Current Folder Type of
17142 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17143 screen to draw more slowly when in a newsgroup.
17145 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17146 for more information on Patterns.
17148 Look <A HREF="h_edit_nav_cmds">here</A>
17149 to see the available Editing and Navigation commands.
17151 &lt;End of help on this topic&gt;
17152 </BODY>
17153 </HTML>
17154 ======= h_config_other_fldr_type =======
17155 <HTML>
17156 <HEAD>
17157 <TITLE>Current Folder Type Explained</TITLE>
17158 </HEAD>
17159 <BODY>
17160 <H1>Current Folder Type Explained</H1>
17162 The Current Folder Type is part of the rule's Pattern.
17163 It refers to the type of the folder being viewed.
17164 In order for a rule to be considered a match, the current folder must
17165 be of the type you set here.
17166 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17167 all what you might think.
17169 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17170 example, then
17171 that Pattern will only match if the current folder is a newsgroup.
17172 The value &quot;Specific&quot; may be used when you want to limit the match
17173 to a specific folder (not just a specific type of folder), or to a list of
17174 specific folders.
17176 In order to match a specific folder you Select the &quot;Specific&quot;
17177 button <EM>AND</EM> fill in
17178 the name (or list of names) of
17179 the folder in the &quot;Folder List&quot; field.
17180 If the current folder is any of the folders in the list, that is considered
17181 a match.
17182 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17183 of the folder (like what appears in your configuration file) or, if the
17184 folder is one of your incoming folders, it may be the nickname you've given
17185 the folder.
17186 Here are a couple samples of specific folder names:
17188 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17190 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17192 The easiest way to fill in the &quot;Folder List&quot; field is to use
17193 the T command that is available when the &quot;Folder List&quot; line is
17194 highlighted.
17195 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17196 Current Folder Type is set to &quot;Specific&quot;, and any value that
17197 &quot;Folder List&quot; has is ignored unless the type
17198 is set to &quot;Specific&quot;.
17200 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17201 for more information on Patterns.
17203 Look <A HREF="h_edit_nav_cmds">here</A>
17204 to see the available Editing and Navigation commands.
17206 &lt;End of help on this topic&gt;
17207 </BODY>
17208 </HTML>
17209 ======= h_config_incol_fldr_type =======
17210 <HTML>
17211 <HEAD>
17212 <TITLE>Current Folder Type Explained</TITLE>
17213 </HEAD>
17214 <BODY>
17215 <H1>Current Folder Type Explained</H1>
17217 The Current Folder Type is part of the Line Coloring rule's Pattern.
17218 It refers to the type of the folder for which the MESSAGE INDEX is
17219 being viewed.
17220 In order for a rule to be considered a match, the current folder must
17221 be of the type you set here.
17222 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17223 all what you might think.
17225 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17226 example, then
17227 that Pattern will only match if the current folder is a newsgroup and
17228 the rest of the Pattern matches.
17229 The value &quot;Specific&quot; may be used when you want to limit the match
17230 to a specific folder (not just a specific type of folder), or to a list of
17231 specific folders.
17233 In order to match a specific folder you Select the &quot;Specific&quot;
17234 button <EM>AND</EM> fill in
17235 the name (or list of names) of
17236 the folder in the &quot;Folder List&quot; field.
17237 If the current folder is any of the folders in the list, that is considered
17238 a match.
17239 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17240 of the folder (like what appears in your configuration file) or, if the
17241 folder is one of your incoming folders, it may be the nickname you've given
17242 the folder.
17243 Here are a couple samples of specific folder names:
17245 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17247 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17249 The easiest way to fill in the &quot;Folder List&quot; field is to use
17250 the T command that is available when the &quot;Folder List&quot; line is
17251 highlighted.
17252 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17253 Current Folder Type is set to &quot;Specific&quot;, and any value that
17254 &quot;Folder List&quot; has is ignored unless the type
17255 is set to &quot;Specific&quot;.
17257 When reading a newsgroup, there may be a performance penalty
17258 incurred when collecting the information necessary to check a Pattern.
17259 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17260 For example, a rule with a non-Normal Index Line Color
17261 and a Current Folder Type of
17262 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17263 screen to draw more slowly when in a newsgroup.
17265 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17266 for more information on Patterns.
17268 Look <A HREF="h_edit_nav_cmds">here</A>
17269 to see the available Editing and Navigation commands.
17271 &lt;End of help on this topic&gt;
17272 </BODY>
17273 </HTML>
17274 ======= h_config_filt_fldr_type =======
17275 <HTML>
17276 <HEAD>
17277 <TITLE>Current Folder Type Explained</TITLE>
17278 </HEAD>
17279 <BODY>
17280 <H1>Current Folder Type Explained</H1>
17282 The Current Folder Type is part of the Filtering rule's Pattern.
17283 It refers to the type of the folder for which the filtering is being done.
17284 In order for a rule to be considered a match, the current folder must
17285 be of the type you set here.
17286 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17287 all what you might think.
17289 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17290 example, then
17291 that Pattern will only match if the current folder is a newsgroup and
17292 the rest of the Pattern matches.
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 When reading a newsgroup, there may be a performance penalty
17322 incurred when collecting the information necessary to check a Pattern.
17323 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17324 For example, a rule with a Current Folder Type of either
17325 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17326 more slowly when opening a newsgroup.
17328 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17329 for more information on Patterns.
17331 Look <A HREF="h_edit_nav_cmds">here</A>
17332 to see the available Editing and Navigation commands.
17334 &lt;End of help on this topic&gt;
17335 </BODY>
17336 </HTML>
17337 ======= h_config_role_stat_imp =======
17338 <HTML>
17339 <HEAD>
17340 <TITLE>Message Important Status Explained</TITLE>
17341 </HEAD>
17342 <BODY>
17343 <H1>Message Important Status Explained</H1>
17345 This part of the Pattern may have one of three possible values.
17346 The default value is &quot;Don't care&quot;, which matches any message.
17347 The other two values are &quot;Yes&quot;, which means the message must be
17348 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17349 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17350 to be a match.
17352 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17353 for more information on Patterns.
17355 Look <A HREF="h_edit_nav_cmds">here</A>
17356 to see the available Editing and Navigation commands.
17358 &lt;End of help on this topic&gt;
17359 </BODY>
17360 </HTML>
17361 ======= h_config_role_stat_new =======
17362 <HTML>
17363 <HEAD>
17364 <TITLE>Message New Status Explained</TITLE>
17365 </HEAD>
17366 <BODY>
17367 <H1>Message New Status Explained</H1>
17369 This part of the Pattern may have one of three possible values.
17370 The default value is &quot;Don't care&quot;, which matches any message.
17371 The other two values are &quot;Yes&quot;, which means the message must be
17372 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17373 means the message must <EM>not</EM> be &quot;New&quot; in order
17374 to be a match.
17375 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17376 same as <EM>Seen</EM>.
17378 The nomenclature for New and Recent is a bit confusing:
17380 New means that the message is Unseen.
17381 It could have been in your mailbox for a long time but if you haven't looked
17382 at it, it is still considered New.
17383 That matches the default Alpine index display that shows an N for such a
17384 message.
17386 Recent means that the message was added to this folder since the last time
17387 you opened the folder.
17388 Alpine also shows an N by default for these types of messages.
17389 If you were to run two copies of Alpine that opened a folder one right after
17390 the other, a message would only show up as Recent in (at most) the first
17391 Alpine session.
17393 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17394 for more information on Patterns.
17396 Look <A HREF="h_edit_nav_cmds">here</A>
17397 to see the available Editing and Navigation commands.
17399 &lt;End of help on this topic&gt;
17400 </BODY>
17401 </HTML>
17402 ======= h_config_role_stat_recent =======
17403 <HTML>
17404 <HEAD>
17405 <TITLE>Message Recent Status Explained</TITLE>
17406 </HEAD>
17407 <BODY>
17408 <H1>Message Recent Status Explained</H1>
17410 This part of the Pattern may have one of three possible values.
17411 The default value is &quot;Don't care&quot;, which matches any message.
17412 The other two values are &quot;Yes&quot;, which means the message must be
17413 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17414 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17415 to be a match.
17416 &quot;Recent&quot; means that the message was added to the folder since
17417 the last time the folder was opened.
17418 If more than one mail client has the folder opened, the message will
17419 appear to be &quot;Recent&quot; to only one of the clients.
17421 The nomenclature for New and Recent is a bit confusing:
17423 New means that the message is Unseen.
17424 It could have been in your mailbox for a long time but if you haven't looked
17425 at it, it is still considered New.
17426 That matches the default Alpine index display that shows an N for such a
17427 message.
17429 Recent means that the message was added to this folder since the last time
17430 you opened the folder.
17431 Alpine also shows an N by default for these types of messages.
17432 If you were to run two copies of Alpine that opened a folder one right after
17433 the other, a message would only show up as Recent in (at most) the first
17434 Alpine session.
17436 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17437 for more information on Patterns.
17439 Look <A HREF="h_edit_nav_cmds">here</A>
17440 to see the available Editing and Navigation commands.
17442 &lt;End of help on this topic&gt;
17443 </BODY>
17444 </HTML>
17445 ======= h_config_role_stat_del =======
17446 <HTML>
17447 <HEAD>
17448 <TITLE>Message Deleted Status Explained</TITLE>
17449 </HEAD>
17450 <BODY>
17451 <H1>Message Deleted Status Explained</H1>
17453 This part of the Pattern may have one of three possible values.
17454 The default value is &quot;Don't care&quot;, which matches any message.
17455 The other two values are &quot;Yes&quot;, which means the message must be
17456 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17457 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17458 to be a match.
17460 If you are thinking of using this part of the Pattern as a way to prevent
17461 messages from being filtered more than once in a Filter Pattern,
17462 take a look at the Filter Option
17463 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17464 instead.
17465 It should work better than using this field since it will hide the filtered
17466 messages even if they are already Deleted.
17467 That option is at the bottom of the Filter configuration screen.
17469 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17470 for more information on Patterns.
17472 Look <A HREF="h_edit_nav_cmds">here</A>
17473 to see the available Editing and Navigation commands.
17475 &lt;End of help on this topic&gt;
17476 </BODY>
17477 </HTML>
17478 ======= h_config_role_stat_ans =======
17479 <HTML>
17480 <HEAD>
17481 <TITLE>Message Answered Status Explained</TITLE>
17482 </HEAD>
17483 <BODY>
17484 <H1>Message Answered Status Explained</H1>
17486 This part of the Pattern may have one of three possible values.
17487 The default value is &quot;Don't care&quot;, which matches any message.
17488 The other two values are &quot;Yes&quot;, which means the message must be
17489 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17490 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17491 to be a match.
17493 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17494 for more information on Patterns.
17496 Look <A HREF="h_edit_nav_cmds">here</A>
17497 to see the available Editing and Navigation commands.
17499 &lt;End of help on this topic&gt;
17500 </BODY>
17501 </HTML>
17502 ======= h_config_role_abookfrom =======
17503 <HTML>
17504 <HEAD>
17505 <TITLE>Address in Address Book Explained</TITLE>
17506 </HEAD>
17507 <BODY>
17508 <H1>Address in Address Book Explained</H1>
17510 This option gives you a way to match messages that contain an address
17511 that is in one of your address books.
17512 Only the simple entries in your address books are searched.
17513 Address book distribution lists are ignored!
17515 This part of the Pattern may have one of five possible values.
17516 The default value is &quot;Don't care&quot;, which matches any message.
17517 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17518 from the message must be in at least one of your
17519 address books in order to be a match.
17520 The value &quot;No, not in any address book&quot;
17521 means none of the addresses may
17522 be in any of your address books in order to be a match.
17524 The values &quot;Yes, in specific address books&quot; and
17525 &quot;No, not in any of specific address books&quot; are similar but instead
17526 of depending on all address books you are allowed to give a list of address
17527 books to look in.
17528 Usually this would be a single address book but it may be a
17529 list of address books as well.
17530 For each of these &quot;specific&quot; address book options you Select which
17531 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17532 name (or list of names) of the address book in the
17533 &quot;Abook List&quot; field.
17534 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17535 The easiest way to fill in the Abook List field it to use
17536 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17537 line is highlighted.
17538 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17539 option is set to one of the two &quot;Specific&quot;, values.
17541 The addresses from the message that are checked for are determined by the
17542 setting you have for &quot;Types of addresses to check for in address book&quot;.
17543 If you set this to &quot;From&quot; the From address from the message will
17544 be looked up in the address book.
17545 If you set it to &quot;To&quot; instead then the To addresses will be used.
17546 If any of the To addresses are in the address book then it is considered
17547 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17548 You could set it to both From and To, in which case all of the From and To
17549 addresses are used.
17550 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17551 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17552 exists or the From address if there is no Reply-To address.
17553 Same for the Sender address.
17555 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17556 for more information on Patterns.
17558 Look <A HREF="h_edit_nav_cmds">here</A>
17559 to see the available Editing and Navigation commands.
17561 &lt;End of help on this topic&gt;
17562 </BODY>
17563 </HTML>
17564 ======= h_config_inabook_from =======
17565 <HTML>
17566 <HEAD>
17567 <TITLE>From</TITLE>
17568 </HEAD>
17569 <BODY>
17570 <H1>From</H1>
17572 Setting the From line will cause the address from the From header line
17573 of the message to be checked for in the address book.
17575 &lt;End of help on this topic&gt;
17576 </BODY>
17577 </HTML>
17578 ======= h_config_inabook_replyto =======
17579 <HTML>
17580 <HEAD>
17581 <TITLE>Reply-To</TITLE>
17582 </HEAD>
17583 <BODY>
17584 <H1>Reply-To</H1>
17586 Setting the Reply-To line will cause the address from the Reply-To header line
17587 of the message to be checked for in the address book.
17588 However, if there is no Reply-To header line in the message the From header
17589 line will be used instead.
17590 We understand this is dumb but we don't have an easy way around it.
17592 &lt;End of help on this topic&gt;
17593 </BODY>
17594 </HTML>
17595 ======= h_config_inabook_sender =======
17596 <HTML>
17597 <HEAD>
17598 <TITLE>Sender</TITLE>
17599 </HEAD>
17600 <BODY>
17601 <H1>Sender</H1>
17603 Setting the Sender line will cause the address from the Sender header line
17604 of the message to be checked for in the address book.
17605 However, if there is no Sender header line in the message the From header
17606 line will be used instead.
17607 We understand this is dumb but we don't have an easy way around it.
17609 &lt;End of help on this topic&gt;
17610 </BODY>
17611 </HTML>
17612 ======= h_config_inabook_to =======
17613 <HTML>
17614 <HEAD>
17615 <TITLE>To</TITLE>
17616 </HEAD>
17617 <BODY>
17618 <H1>To</H1>
17620 Setting the To line will cause the address from the To header line
17621 of the message to be checked for in the address book.
17623 &lt;End of help on this topic&gt;
17624 </BODY>
17625 </HTML>
17626 ======= h_config_inabook_cc =======
17627 <HTML>
17628 <HEAD>
17629 <TITLE>CC</TITLE>
17630 </HEAD>
17631 <BODY>
17632 <H1>CC</H1>
17634 Setting the CC line will cause the address from the CC header line
17635 of the message to be checked for in the address book.
17637 &lt;End of help on this topic&gt;
17638 </BODY>
17639 </HTML>
17640 ======= h_config_role_stat_8bitsubj =======
17641 <HTML>
17642 <HEAD>
17643 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17644 </HEAD>
17645 <BODY>
17646 <H1>Raw 8-bit in Subject Explained</H1>
17648 It seems that lots of unwanted email contains unencoded 8-bit characters
17649 in the Subject.
17650 Normally, characters with the 8th bit set are not allowed in the Subject
17651 header unless they are MIME-encoded.
17652 This option gives you a way to match messages that have Subjects that
17653 contain unencoded 8-bit characters.
17655 This part of the Pattern may have one of three possible values.
17656 The default value is &quot;Don't care&quot;, which matches any message.
17657 The other two values are &quot;Yes&quot;, which means the Subject of
17658 the message must contain unencoded 8-bit characters (characters with the
17659 most significant bit set)
17660 in order to be a match; or &quot;No&quot;, which
17661 means the Subject must <EM>not</EM>
17662 contain unencoded 8-bit characters in order to be a match.
17664 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17665 for more information on Patterns.
17667 Look <A HREF="h_edit_nav_cmds">here</A>
17668 to see the available Editing and Navigation commands.
17670 &lt;End of help on this topic&gt;
17671 </BODY>
17672 </HTML>
17673 ======= h_config_role_bom =======
17674 <HTML>
17675 <HEAD>
17676 <TITLE>Beginning of Month</TITLE>
17677 </HEAD>
17678 <BODY>
17679 <H1>Beginning of Month</H1>
17681 This option gives you a limited ability to take different actions depending on whether
17682 this is the first time Alpine has been run this month or not.
17683 Though it would be nice to have such an option available, this is not the
17684 same as whether or not this is the first time a paricular folder has been
17685 opened this month.
17686 If you want some action (probably Filtering) to take place in a folder each
17687 month, then you will need to be sure that the folder is opened during the
17688 first Alpine session of the month in order for this option to be helpful.
17690 This part of the Pattern may have one of three possible values.
17691 The default value is &quot;Don't care&quot;, which matches any message.
17692 The other two values are &quot;Yes&quot;, which means this is the first
17693 time Alpine has been run this month;
17694 or &quot;No&quot;, which
17695 means this is not the first time Alpine has been run this month.
17697 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17698 for more information on Patterns.
17700 Here are some technical details.
17701 The way that Alpine decides if it is the beginning of the month or not is
17702 to compare today's date with the date stored in the
17703 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17704 variable in the config file.
17705 If the month of today's date is later than the month stored in the variable,
17706 then this is considered to be the first time you have run Alpine this month, and
17707 that turns the Beginning of the Month option on.
17709 Look <A HREF="h_edit_nav_cmds">here</A>
17710 to see the available Editing and Navigation commands.
17712 &lt;End of help on this topic&gt;
17713 </BODY>
17714 </HTML>
17715 ======= h_config_role_boy =======
17716 <HTML>
17717 <HEAD>
17718 <TITLE>Beginning of Year</TITLE>
17719 </HEAD>
17720 <BODY>
17721 <H1>Beginning of Year</H1>
17723 This option gives you a limited ability to take different actions depending on whether
17724 this is the first time Alpine has been run this year or not.
17725 Though it would be nice to have such an option available, this is not the
17726 same as whether or not this is the first time a paricular folder has been
17727 opened this year.
17728 If you want some action (probably Filtering) to take place in a folder each
17729 year, then you will need to be sure that the folder is opened during the
17730 first Alpine session of the year in order for this option to be helpful.
17732 This part of the Pattern may have one of three possible values.
17733 The default value is &quot;Don't care&quot;, which matches any message.
17734 The other two values are &quot;Yes&quot;, which means this is the first
17735 time Alpine has been run this year;
17736 or &quot;No&quot;, which
17737 means this is not the first time Alpine has been run this year.
17739 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17740 for more information on Patterns.
17742 Here are some technical details.
17743 The way that Alpine decides if it is the beginning of the year or not is
17744 to compare today's date with the date stored in the
17745 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17746 variable in the config file.
17747 If the year of today's date is later than the year stored in the variable,
17748 then this is considered to be the first time you have run Alpine this year, and
17749 that turns the Beginning of the Year option on.
17751 Look <A HREF="h_edit_nav_cmds">here</A>
17752 to see the available Editing and Navigation commands.
17754 &lt;End of help on this topic&gt;
17755 </BODY>
17756 </HTML>
17757 ======= h_config_role_inick =======
17758 <HTML>
17759 <HEAD>
17760 <TITLE>Initialize Values From Role Explained</TITLE>
17761 </HEAD>
17762 <BODY>
17763 <H1>Initialize Values From Role Explained</H1>
17765 This is a power user feature.
17766 You will usually want to leave this field empty.
17767 The value of this field is the nickname of another one of your roles.
17768 The Action values from that other role
17769 are used as the initial values of the Action items for this role.
17770 If you put something in any of the action fields for this role, that will
17771 override whatever was in the corresponding field of the initializer role.
17773 You might use this field if the &quot;Action&quot; part of one of your roles
17774 is something you want to use in more than one role.
17775 Instead of filling in those action values again for each role, you
17776 may give the nickname of the role where the values are filled in.
17777 It's just a shortcut way to define Role Actions.
17779 Here's an example to help explain how this works.
17780 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17781 (among other things)
17783 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17785 set.
17786 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17787 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17788 from role1 by default (and any of the other inheritable action values
17789 that are set).
17790 So if role2 had
17792 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17794 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17795 However, if role2 had
17797 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17799 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17801 If you wish,
17802 you may choose a nickname from your list of roles by using the
17803 &quot;T&quot; command.
17804 If the role you are using to initialize also has a role it initializes from,
17805 then that initialization happens first.
17806 That is, inheritance works as expected with the grandparent and
17807 great-grandparent (and so on) roles having the expected effect.
17809 Look <A HREF="h_edit_nav_cmds">here</A>
17810 to see the available Editing and Navigation commands.
17812 &lt;End of help on this topic&gt;
17813 </BODY>
17814 </HTML>
17815 ======= h_config_role_setfrom =======
17816 <HTML>
17817 <HEAD>
17818 <TITLE>Set From Explained</TITLE>
17819 </HEAD>
17820 <BODY>
17821 <H1>Set From Explained</H1>
17823 This describes part of the action to be taken if the Pattern for this
17824 role is a match.
17825 This field consists of a single address that will be used as the From
17826 address on the message you are sending.
17827 This should be a fully-qualified address like
17829 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17831 or just
17833 <CENTER><SAMP>user@domain</SAMP></CENTER>
17835 If you wish,
17836 you may choose an address from your address book with the
17837 &quot;T&quot; command.
17839 If this is left blank, then your normal From address will be used.
17841 You may also find it useful to add the changed From address to the
17842 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17843 configuration option.
17845 Look <A HREF="h_edit_nav_cmds">here</A>
17846 to see the available Editing and Navigation commands.
17848 &lt;End of help on this topic&gt;
17849 </BODY>
17850 </HTML>
17851 ======= h_config_role_setreplyto =======
17852 <HTML>
17853 <HEAD>
17854 <TITLE>Set Reply-To Explained</TITLE>
17855 </HEAD>
17856 <BODY>
17857 <H1>Set Reply-To Explained</H1>
17859 This describes part of the action to be taken if the Pattern for this
17860 role is a match.
17861 This field consists of a single address that will be used as the Reply-To
17862 address on the message you are sending.
17863 This may be a fully-qualified address like
17865 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17867 or just
17869 <CENTER><SAMP>user@domain</SAMP></CENTER>
17871 If you wish,
17872 you may choose an address from your address book with the
17873 &quot;T&quot; command.
17875 If this is left blank, then there won't be a Reply-To address unless
17876 you have configured one specially with the
17877 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17878 configuration option.
17880 Look <A HREF="h_edit_nav_cmds">here</A>
17881 to see the available Editing and Navigation commands.
17883 &lt;End of help on this topic&gt;
17884 </BODY>
17885 </HTML>
17886 ======= h_config_role_setfcc =======
17887 <HTML>
17888 <HEAD>
17889 <TITLE>Set Fcc Explained</TITLE>
17890 </HEAD>
17891 <BODY>
17892 <H1>Set Fcc Explained</H1>
17894 This describes part of the action to be taken if the Pattern for this
17895 role is a match.
17896 This field consists of a single folder name that will be used in
17897 the Fcc field of the message you are sending.
17898 You may put anything here that you would normally type into the Fcc
17899 field from the composer.
17901 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17902 no Fcc.
17904 A blank field here means that Alpine will use its normal rules for deciding
17905 the default value of the Fcc field.
17906 For many roles, perhaps most, it may make more sense for you to use the
17907 other Alpine facilities for setting the Fcc.
17908 In particular, if you want the Fcc to depend on who you are sending the
17909 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17910 is probably more useful.
17911 In that case, you would want to leave the Fcc field here blank.
17912 However, if you have a role that depends on who the message you are replying
17913 to was From, or what address that message was sent to;
17914 then it might make sense to set the Fcc for that role here.
17916 If you wish,
17917 you may choose a folder from your folder collections by using the
17918 &quot;T&quot; command.
17920 Look <A HREF="h_edit_nav_cmds">here</A>
17921 to see the available Editing and Navigation commands.
17923 &lt;End of help on this topic&gt;
17924 </BODY>
17925 </HTML>
17926 ======= h_config_role_usesmtp =======
17927 <HTML>
17928 <HEAD>
17929 <TITLE>Use SMTP Server Explained</TITLE>
17930 </HEAD>
17931 <BODY>
17932 <H1>Use SMTP Server Explained</H1>
17934 This describes part of the action to be taken if the Pattern for this
17935 role is a match.
17936 If this field has a value, then it will be used as the SMTP server
17937 to send mail when this role is being used (unless the SMTP server variable
17938 is set in the system-wide fixed configuration file).
17939 It has the same semantics as the
17940 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17941 variable in the Setup/Config screen.
17943 If you are using this to post from home when you are at home and from
17944 work when you are at work you need to be careful about postponing messages.
17945 When you postpone a composition that was using a role with this variable
17946 set, the SMTP server list will be saved
17947 with the postponed composition.
17948 It cannot be changed later.
17949 Because of this, you may want to make this a list of SMTP servers
17950 with the preferred server at the front of the list and alternate servers
17951 later in the list.
17952 In your &quot;Home&quot; role you would put the home SMTP server first and
17953 the work SMTP server last.
17954 In your &quot;Work&quot; role you would put the work SMTP server first and
17955 the home SMTP server last.
17956 Then if you start a composition as &quot;Work&quot;, postpone
17957 it, and then later resume it from home the work SMTP server will fail but
17958 the home SMTP server later in the list will succeed.
17960 You may be able to simplify things by making the regular
17961 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17962 variable in the Setup/Config screen a list instead of using roles
17963 to set the SMTP server.
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_usenntp =======
17973 <HTML>
17974 <HEAD>
17975 <TITLE>Use NNTP Server Explained</TITLE>
17976 </HEAD>
17977 <BODY>
17978 <H1>Use NNTP Server Explained</H1>
17980 This describes part of the action to be taken if the Pattern for this
17981 role is a match.
17982 If this field has a value, then it will be used as the NNTP server
17983 to post to newsgroups when this role is being used (unless the NNTP server
17984 variable
17985 is set in the system-wide fixed configuration file).
17986 It has the same semantics as the
17987 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17988 variable in the Setup/Config screen.
17990 This role setting can facilitate posting to the right nntp server for someone
17991 who reads news from various news sources.  The feature
17992 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17993 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17994 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17995 nntp servers for roles may be more desirable for some people.
17997 If you are using this to post from home when you are at home and from
17998 work when you are at work you need to be careful about postponing messages.
17999 When you postpone a composition that was using a role with this variable
18000 set, the NNTP server list will be saved
18001 with the postponed composition.
18002 It cannot be changed later.
18003 Because of this, you may want to make this a list of NNTP servers
18004 with the preferred server at the front of the list and alternate servers
18005 later in the list.
18006 In your &quot;Home&quot; role you would put the home NNTP server first and
18007 the work NNTP server last.
18008 In your &quot;Work&quot; role you would put the work NNTP server first and
18009 the home NNTP server last.
18010 Then if you start a composition as &quot;Work&quot;, postpone
18011 it, and then later resume it from home the work NNTP server will fail but
18012 the home NNTP server later in the list will succeed.
18014 You may be able to simplify things by making the regular
18015 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18016 variable in the Setup/Config screen a list instead of using roles
18017 to set the NNTP server.
18020 Look <A HREF="h_edit_nav_cmds">here</A>
18021 to see the available Editing and Navigation commands.
18023 &lt;End of help on this topic&gt;
18024 </BODY>
18025 </HTML>
18026 ======= h_config_role_setotherhdr =======
18027 <HTML>
18028 <HEAD>
18029 <TITLE>Set Other Headers Explained</TITLE>
18030 </HEAD>
18031 <BODY>
18032 <H1>Set Other Headers Explained</H1>
18034 This describes part of the action to be taken if the Pattern for this
18035 role is a match.
18036 This field gives you a way to set values for headers besides
18037 &quot;From&quot; and &quot;Reply-To&quot;.
18038 If you want to set either of those, use the specific
18039 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18041 This field is similar to the
18042 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18043 Each header you specify here must include the header tag 
18044 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18045 and may optionally include a value for that header.
18046 In order to see these headers when you compose using this role you 
18047 must use the rich header
18048 <!--chtml if pinemode="function_key"-->(F5)
18049 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18050 Here's an example that shows how you might set the To address.
18052 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18054 Headers set in this way are different from headers set with the
18055 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18056 will replace any value that already exists.
18057 For example, if you are Replying to a message there will already be at
18058 least one address in the To header (the address you are Replying to).
18059 However, if you Reply using a role that sets the To header, that role's
18060 To header value will be used instead.
18062 Limitation: Because commas are used to separate the list of
18063 Other Headers, it is not possible to have the value of a
18064 header contain a comma;
18065 nor is there currently an &quot;escape&quot; mechanism provided
18066 to make this work.
18068 Look <A HREF="h_edit_nav_cmds">here</A>
18069 to see the available Editing and Navigation commands.
18071 &lt;End of help on this topic&gt;
18072 </BODY>
18073 </HTML>
18074 ======= h_config_role_setlitsig =======
18075 <HTML>
18076 <HEAD>
18077 <TITLE>Set Literal Signature Explained</TITLE>
18078 </HEAD>
18079 <BODY>
18080 <H1>Set Literal Signature Explained</H1>
18082 This describes part of the action to be taken if the Pattern for this
18083 role is a match.
18084 This field contains the actual text for your signature, as opposed to
18085 the name of a file containing your signature.
18086 If this is defined it takes precedence over any value set in the
18087 &quot;Set Signature&quot; field.
18089 This is simply a different way to store the signature.
18090 The signature is stored inside your Alpine configuration file instead of in
18091 a separate file.
18092 Tokens work the same way they do with
18093 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18094 help text there for more information.
18097 The two character sequence &#92;n (backslash followed by
18098 the character n) will be used to signify a line-break in your signature.
18099 You don't have to enter the &#92;n, but it will be visible in the
18100 CHANGE THIS ROLE RULE window after you are done editing the signature.
18102 Look <A HREF="h_edit_nav_cmds">here</A>
18103 to see the available Editing and Navigation commands.
18105 &lt;End of help on this topic&gt;
18106 </BODY>
18107 </HTML>
18108 ======= h_config_role_setsig =======
18109 <HTML>
18110 <HEAD>
18111 <TITLE>Set Signature Explained</TITLE>
18112 </HEAD>
18113 <BODY>
18114 <H1>Set Signature Explained</H1>
18116 This describes part of the action to be taken if the Pattern for this
18117 role is a match.
18119 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18120 option from Setup/Config
18121 or the &quot;Set LiteralSig&quot; option for this role are defined,
18122 then this option will be ignored.
18123 You can tell that that is the case because the value of this
18124 option will show up as
18126 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18128 You may either use all Literal Signatures (signatures stored in your
18129 configuration file) throughout Alpine, or all signature files.
18130 You can't mix the two.
18132 This field consists of a filename that will be used as the signature
18133 file when using this role.
18135 If the filename is followed by a vertical bar (|) then instead
18136 of reading the contents of the file the file is assumed to be a
18137 program that will produce the text to be used on its standard output.
18138 The program can't have any arguments and doesn't receive any input from Alpine,
18139 but the rest of the processing works as if the contents came from a file.
18141 Instead of storing the data in a local file, the
18142 signature data may be stored remotely in an IMAP folder.
18143 In order to do this, 
18144 you must use a remote name for the signature.
18145 A remote signature name might look like:
18147 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18150 The syntax used here is the same as the syntax used for a remote
18151 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18152 Note that you may not access an existing signature file remotely,
18153 you have to create a new <EM>folder</EM> that contains the signature data.
18154 If the name you use here for the signature data is a remote name, then when
18155 you edit the file using the &quot;F&quot; command the data will
18156 be saved remotely in the folder.
18157 You aren't required to do anything special to create the folder, it
18158 gets created if you use a remote name.
18161 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18162 the name of the file) you have specified.
18163 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18165 Besides containing regular text, a signature file may also
18166 contain (or a signature program may produce) tokens that are replaced with text
18167 that depends on the message you are replying to or forwarding.
18168 The tokens all look like _word_ (a word surrounded by underscores).
18169 For example, if the token
18171 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18173 is included in the text of the signature file, then when you reply to
18174 or forward a message, the token will be replaced with the actual date
18175 the message you are replying to or forwarding was sent.
18177 If you use a role that has a signature file for a plain composition
18178 (that is, not a reply or forward) then there is no original message, so
18179 any tokens that depend on the message will be replaced with nothing.
18180 So if you want a signature file to be useful for new compositions it
18181 shouldn't include any of the tokens that depend on the message being
18182 replied to or forwarded.
18184 The list of available tokens is
18185 <A HREF="h_index_tokens">here</A>.
18187 Actually, for the adventurous, there is a way to conditionally include text based
18188 on whether or not a token would result in specific replacement text.
18189 For example, you could include some text based on whether or not
18190 the _NEWS_ token would result in any newsgroups if it was used.
18191 It's explained in detail
18192 <A HREF="h_reply_token_conditionals">here</A>.
18194 In the very unlikely event that you want to include a literal token in
18195 a signature file, you must precede it with a backslash character.
18196 For example, to include the literal text _DATE_ you must actually use
18197 &#92;_DATE_.
18198 It is not possible to have a literal backslash followed by an expanded token.
18200 A blank field here means that Alpine will use its normal rules for deciding
18201 which file (if any) to use for the signature file.
18203 An alternate method for storing the signature is available in
18204 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18206 Look <A HREF="h_edit_nav_cmds">here</A>
18207 to see the available Editing and Navigation commands.
18209 &lt;End of help on this topic&gt;
18210 </BODY>
18211 </HTML>
18212 ======= h_config_role_settempl =======
18213 <HTML>
18214 <HEAD>
18215 <TITLE>Set Template Explained</TITLE>
18216 </HEAD>
18217 <BODY>
18218 <H1>Set Template Explained</H1>
18220 This describes part of the action to be taken if the Pattern for this
18221 role is a match.
18222 This field consists of a filename that will be used as the template
18223 file when using this role.
18224 The template file is a file that is included at the top of the message you
18225 are composing.
18227 If the filename is followed by a vertical bar (|) then instead
18228 of reading the contents of the file the file is assumed to be a
18229 program that will produce the text to be used on its standard output.
18230 The program can't have any arguments and doesn't receive any input from Alpine,
18231 but the rest of the processing works as if the contents came from a file.
18233 Instead of storing the data in a local file, the
18234 template may be stored remotely in an IMAP folder.
18235 In order to do this, 
18236 you must use a remote name for the template.
18237 A remote template name might look like:
18239 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18242 The syntax used here is the same as the syntax used for a remote
18243 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18244 Note that you may not access an existing template file remotely,
18245 you have to create a new <EM>folder</EM> that contains the template data.
18246 If the name you use here for the template is a remote name, then when
18247 you edit the file using the &quot;F&quot; command the data will
18248 be saved remotely in the folder.
18249 You aren't required to do anything special to create the folder, it
18250 gets created if you use a remote name.
18252 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18253 the name of the file) you have specified.
18254 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18256 Besides containing regular text, the template file may also
18257 contain (or a template file program may produce) tokens that are replaced with text
18258 that depends on the message you are replying to or forwarding.
18259 The tokens all look like _word_ (a word surrounded by underscores).
18260 For example, if the token
18262 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18264 is included in the text of the template file, then when you reply to
18265 or forward a message, the token will be replaced with the actual date
18266 the message you are replying to or forwarding was sent.
18268 If you use a role that has a template file for a plain composition
18269 (that is, not a reply or forward) then there is no original message, so
18270 any tokens that depend on the message will be replaced with nothing.
18271 So if you want a template file to be useful for new compositions it
18272 shouldn't include any of the tokens that depend on the message being
18273 replied to or forwarded.
18275 The list of available tokens is
18276 <A HREF="h_index_tokens">here</A>.
18278 Actually, for the adventurous, there is a way to conditionally include text based
18279 on whether or not a token would result in specific replacement text.
18280 For example, you could include some text based on whether or not
18281 the _NEWS_ token would result in any newsgroups if it was used.
18282 It's explained in detail
18283 <A HREF="h_reply_token_conditionals">here</A>.
18285 In the very unlikely event that you want to include a literal token in
18286 a template file, you must precede it with a backslash character.
18287 For example, to include the literal text _DATE_ you must actually use
18288 &#92;_DATE_.
18289 It is not possible to have a literal backslash followed by an expanded token.
18291 A blank template field means that Alpine will not use a template file when
18292 this role is being used.
18294 Look <A HREF="h_edit_nav_cmds">here</A>
18295 to see the available Editing and Navigation commands.
18297 &lt;End of help on this topic&gt;
18298 </BODY>
18299 </HTML>
18300 ======= h_config_filt_stat_imp =======
18301 <HTML>
18302 <HEAD>
18303 <TITLE>Set Important Status Explained</TITLE>
18304 </HEAD>
18305 <BODY>
18306 <H1>Set Important Status Explained</H1>
18308 This describes part of the action to be taken if the Pattern for this
18309 filter is a match.
18310 If set to &quot;Don't change it&quot; then this does nothing.
18311 If set to &quot;Set this state&quot; then the Important flag is set
18312 for the matching message.
18313 If set to &quot;Clear this state&quot; then the Important flag is cleared
18314 for the matching message.
18315 The important flag usually causes an asterisk to show up in the MESSAGE
18316 INDEX.
18317 It may also be useful when selecting a set of messages
18318 with the Select command.
18320 Look <A HREF="h_edit_nav_cmds">here</A>
18321 to see the available Editing and Navigation commands.
18323 &lt;End of help on this topic&gt;
18324 </BODY>
18325 </HTML>
18326 ======= h_config_filt_stat_new =======
18327 <HTML>
18328 <HEAD>
18329 <TITLE>Set New Status Explained</TITLE>
18330 </HEAD>
18331 <BODY>
18332 <H1>Set New Status Explained</H1>
18334 This describes part of the action to be taken if the Pattern for this
18335 filter is a match.
18336 If set to &quot;Don't change it&quot; then this does nothing.
18337 If set to &quot;Set this state&quot; then the
18338 matching message is marked New.
18339 If set to &quot;Clear this state&quot; then the
18340 matching message is marked Seen.
18342 Look <A HREF="h_edit_nav_cmds">here</A>
18343 to see the available Editing and Navigation commands.
18345 &lt;End of help on this topic&gt;
18346 </BODY>
18347 </HTML>
18348 ======= h_config_filt_stat_ans =======
18349 <HTML>
18350 <HEAD>
18351 <TITLE>Set Answered Status Explained</TITLE>
18352 </HEAD>
18353 <BODY>
18354 <H1>Set Answered Status Explained</H1>
18356 This describes part of the action to be taken if the Pattern for this
18357 filter is a match.
18358 If set to &quot;Don't change it&quot; then this does nothing.
18359 If set to &quot;Set this state&quot; then the Answered flag is set
18360 for the matching message.
18361 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18362 for the matching message.
18364 Look <A HREF="h_edit_nav_cmds">here</A>
18365 to see the available Editing and Navigation commands.
18367 &lt;End of help on this topic&gt;
18368 </BODY>
18369 </HTML>
18370 ======= h_config_filt_stat_del =======
18371 <HTML>
18372 <HEAD>
18373 <TITLE>Set Deleted Status Explained</TITLE>
18374 </HEAD>
18375 <BODY>
18376 <H1>Set Deleted Status Explained</H1>
18378 This describes part of the action to be taken if the Pattern for this
18379 filter is a match.
18380 If set to &quot;Don't change it&quot; then this does nothing.
18381 If set to &quot;Set this state&quot; then the
18382 matching message is marked Deleted.
18383 If set to &quot;Clear this state&quot; then the
18384 matching message is marked UnDeleted.
18386 You should not use this option unless you are prepared to have matching
18387 messages expunged from the folder permanently.
18388 For example, if you type the Expunge command, this filter is applied
18389 before the expunge, so matching messages will be marked Deleted and then
18390 will be permanently expunged from the folder.
18391 However, since the index isn't redrawn in between the time that the message
18392 is marked Deleted and the time that you are asked to expunge, the only
18393 indication that you are expunging the message comes in the number of messages
18394 being expunged.
18395 The same thing may happen when you close a folder.
18396 It is also possible that an expunge not initiated by you will
18397 delete matching messages.
18399 Look <A HREF="h_edit_nav_cmds">here</A>
18400 to see the available Editing and Navigation commands.
18402 &lt;End of help on this topic&gt;
18403 </BODY>
18404 </HTML>
18405 ======= h_config_role_scoreval =======
18406 <HTML>
18407 <HEAD>
18408 <TITLE>Score Value Explained</TITLE>
18409 </HEAD>
18410 <BODY>
18411 <H1>Score Value Explained</H1>
18413 A message's score is the sum of the Score Values from all of the Scoring rules
18414 with Patterns that match the message.
18415 The value you give here is the Score Value associated with this rule.
18416 A Score Value is an integer between -100 and 100, with the default
18417 value of zero.
18419 Alternatively, if the
18420 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18421 field is defined
18422 (on the line right below the &quot;Score Value&quot; field)
18423 then the &quot;Score Value&quot; is ignored and
18424 the &quot;Score From Header&quot; field is used instead.
18426 Look <A HREF="h_edit_nav_cmds">here</A>
18427 to see the available Editing and Navigation commands.
18429 &lt;End of help on this topic&gt;
18430 </BODY>
18431 </HTML>
18432 ======= h_config_role_scorehdrtok =======
18433 <HTML>
18434 <HEAD>
18435 <TITLE>Score Value From Header Explained</TITLE>
18436 </HEAD>
18437 <BODY>
18438 <H1>Score Value From Header Explained</H1>
18440 This option provides a way to use a number that appears in the headers of your
18441 messages as the message's score, or as a component of that score.
18442 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18443 The idea behind this option is that there may be a score embedded in the
18444 headers of messages that has already been calculated outside of Alpine.
18445 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18446 somewhere in that header there is a score.
18448 The value for this option is the name of the header followed by parentheses
18449 with two arguments inside:
18451 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18453 No space is allowed between the comma and the start of the field_separators.
18454 It would be interpreted as the first separator if it was there.
18455 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18456 starts after that and goes to the second separator, and so on.
18457 It's easier to explain with examples.
18459 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18461 In the above example the header that is used is the &quot;X-Spam&quot; header.
18462 The value of that header (the part after the colon and the space) is split
18463 into fields separated by spaces.
18465 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18467 The second field is selected and converted to an integer. It only makes sense
18468 if Field2 really is an integer.
18470 Here's an example of a SpamAssassin header.
18471 The exact look of the header will vary, but if your incoming mail
18472 contains headers that look like the following
18474 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18476 you might want to use the hits value as a score.
18477 Since the score is an integer value you can't make use of the decimal part of
18478 the number, but
18479 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18480 and &quot;.&quot; as your separators.
18482 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18484 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18485 hits.
18486 The second field is &quot;10&quot; so the score value would be 10.
18488 Another example we've seen has headers that look like
18490 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18492 Because there are two equals before the 7% the value
18494 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18496 should capture the probability as the score.
18498 The Score From Header scoring value actually works just like the
18499 regular Score Value in that the rest of the pattern has to match before
18500 it is used and the scores from all the different scoring rules that
18501 match for a particular message are added together.
18502 When using the Score From Header method it may (or may not) make sense to
18503 use only a single scoring rule with a pattern that matches every message.
18505 Look <A HREF="h_edit_nav_cmds">here</A>
18506 to see the available Editing and Navigation commands.
18508 &lt;End of help on this topic&gt;
18509 </BODY>
18510 </HTML>
18511 ======= h_config_role_replyuse =======
18512 <HTML>
18513 <HEAD>
18514 <TITLE>Reply Use Explained</TITLE>
18515 </HEAD>
18516 <BODY>
18517 <H1>Reply Use Explained</H1>
18519 This option determines how this particular role will be used when Replying
18520 to a message.
18521 There are three possible values for this option.
18522 The value &quot;Never&quot;
18523 means that this role will not be a candidate for use when Replying.
18524 The role's Pattern will not be checked for a match, however the role will
18525 be available to be manually switched to if there is a confirmation prompt.
18528 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18529 mean that you do want to consider this role when Replying.
18530 For either of these settings, the role's Pattern will be compared with
18531 the message being replied to.
18532 If there is a match then this role will either be used without confirmation
18533 or will be the default when confirmation is asked for, depending on
18534 which of the two options is selected.
18535 If confirmation is requested, you will also have a chance to
18536 manually change the role to any one of your other roles.
18539 You won't be prompted for confirmation if none of your role Patterns
18540 match the message being replied to.
18541 This is independent of the value of the current option.
18542 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18543 feature may be used to change this behavior.
18545 &lt;End of help on this topic&gt;
18546 </BODY>
18547 </HTML>
18548 ======= h_config_role_forwarduse =======
18549 <HTML>
18550 <HEAD>
18551 <TITLE>Forward Use Explained</TITLE>
18552 </HEAD>
18553 <BODY>
18554 <H1>Forward Use Explained</H1>
18556 This option determines how this particular role will be used when Forwarding
18557 a message.
18558 There are three possible values for this option.
18559 The value &quot;Never&quot;
18560 means that this role will not be a candidate for use when Forwarding.
18561 The role's Pattern will not be checked for a match, however the role will
18562 be available to be manually switched to if there is a confirmation prompt.
18565 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18566 mean that you do want to consider this role when Forwarding.
18567 For either of these settings, the role's Pattern will be compared with
18568 the message being forwarded.
18569 If there is a match then this role will either be used without confirmation
18570 or will be the default when confirmation is asked for, depending on
18571 which of the two options is selected.
18572 If confirmation is requested, you will also have a chance to
18573 manually change the role to any one of your other roles.
18576 You won't be prompted for confirmation if none of your role Patterns
18577 match the message being forwarded.
18578 This is independent of the value of the current option.
18579 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18580 feature may be used to change this behavior.
18582 &lt;End of help on this topic&gt;
18583 </BODY>
18584 </HTML>
18585 ======= h_config_role_composeuse =======
18586 <HTML>
18587 <HEAD>
18588 <TITLE>Compose Use Explained</TITLE>
18589 </HEAD>
18590 <BODY>
18591 <H1>Compose Use Explained</H1>
18593 This option determines how this particular role will be used when Composing
18594 a new message using the &quot;Compose&quot; command.
18595 This does not affect what happens when using the &quot;Role&quot; command
18596 to compose a new message.
18597 The &quot;Role&quot; command allows you to select a role from all of the
18598 roles you have defined, regardless of what Uses you've assigned to those
18599 roles.
18602 There are three possible values for this option.
18603 The value &quot;Never&quot;
18604 means that this role will not be a candidate for use when Composing.
18605 The role's Current Folder Type will not be checked for a match, however the role
18606 will be available to be manually switched to if there is a confirmation prompt.
18609 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18610 mean that you do want to consider this role when Composing.
18611 For either of these settings,
18612 the role's Current Folder Type will be checked (since there is no message
18613 to compare with, the rest of the Pattern is considered a match).
18614 If there is a match then this role will either be used without confirmation
18615 or will be the default when confirmation is asked for, depending on
18616 which of the two options is selected.
18617 If confirmation is requested, you will also have a chance to
18618 manually change the role to any one of your other roles.
18621 When using the Compose command the role checking is a little different
18622 because there is no message being replied to or forwarded.
18623 Because of this the Current Folder Type is checked but the header pattern
18624 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18625 A role is considered to be a match if it is a candidate for Compose Use and
18626 its Current Folder Type matches the currently open folder.
18627 This could be useful if you want to set a role based on the folder you
18628 are reading, or the type of folder you are reading.
18631 You won't be prompted for confirmation if none of your role Patterns
18632 are a match.
18633 This is independent of the value of the current option.
18634 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18635 feature may be used to change this behavior.
18637 &lt;End of help on this topic&gt;
18638 </BODY>
18639 </HTML>
18640 ======= h_config_filter_folder =======
18641 <HTML>
18642 <HEAD>
18643 <TITLE>Filter Folder Explained</TITLE>
18644 </HEAD>
18645 <BODY>
18646 <H1>Filter Folder Explained</H1>
18648 When the Filter Action is set to &quot;Move&quot;,
18649 the folder or folders specified here will be used to store messages matching
18650 the provided pattern.
18653 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18654 here.
18657 If you wish,
18658 you may choose a folder from your folder collections by using the
18659 &quot;T&quot; command.
18661 Besides regular text, the folder name may also contain
18662 tokens that are replaced with text representing the current date
18663 when you run Alpine.
18664 For example, if the folder name you use is
18666 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18668 that is replaced with something like
18670 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18674 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18676 becomes
18678 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18680 The token names must be surrounded by underscores in order to be recognized
18681 as tokens.
18682 The tokens that may be used are those that are derived from the current date.
18683 They're listed near the bottom of the list of tokens give
18684 <A HREF="h_index_tokens">here</A>.
18686 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18687 for more information on Patterns.
18689 Look <A HREF="h_edit_nav_cmds">here</A>
18690 to see the available Editing and Navigation commands.
18692 &lt;End of help on this topic&gt;
18693 </BODY>
18694 </HTML>
18695 ======= h_config_filter_kw_set =======
18696 <HTML>
18697 <HEAD>
18698 <TITLE>Set These Keywords Explained</TITLE>
18699 </HEAD>
18700 <BODY>
18701 <H1>Set These Keywords Explained</H1>
18703 This describes part of the action to be taken if the Pattern for this
18704 filter is a match.
18705 Read a little about keywords in the help text for the
18706 <A HREF="h_common_flag">Flag</A> command.
18707 This option is a list of keywords that will be Set when there is a match.
18708 If you wish, you may choose keywords from the list of keywords you have
18709 defined with the &quot;T&quot; command.
18710 You may add new keywords by defining them in the
18711 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18712 If you have given a keyword a nickname when configuring it,
18713 that nickname may be used instead of the actual keyword.
18716 Look <A HREF="h_edit_nav_cmds">here</A>
18717 to see the available Editing and Navigation commands.
18719 &lt;End of help on this topic&gt;
18720 </BODY>
18721 </HTML>
18722 ======= h_config_filter_kw_clr =======
18723 <HTML>
18724 <HEAD>
18725 <TITLE>Clear These Keywords Explained</TITLE>
18726 </HEAD>
18727 <BODY>
18728 <H1>Clear These Keywords Explained</H1>
18730 This describes part of the action to be taken if the Pattern for this
18731 filter is a match.
18732 Read a little about keywords in the help text for the
18733 <A HREF="h_common_flag">Flag</A> command.
18734 This option is a list of keywords that will be Cleared when there is a match.
18735 If you wish, you may choose keywords from the list of keywords you have
18736 defined with the &quot;T&quot; command.
18737 You may add new keywords by defining them in the
18738 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18739 If you have given a keyword a nickname when configuring it,
18740 that nickname may be used instead of the actual keyword.
18743 Look <A HREF="h_edit_nav_cmds">here</A>
18744 to see the available Editing and Navigation commands.
18746 &lt;End of help on this topic&gt;
18747 </BODY>
18748 </HTML>
18749 ======= h_index_tokens =======
18750 <HTML>
18751 <HEAD>
18752 <TITLE>Tokens for Index and Replying</TITLE>
18753 </HEAD>
18754 <BODY>
18756 This set of special tokens may be used in the
18757 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18758 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18759 in signature files,
18760 in template files used in
18761 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18762 that is the target of a Filter Rule.
18763 Some of them aren't available in all situations.
18765 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18766 option, but they must be surrounded by underscores for the
18767 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18768 and in the target of Filter Rules.
18772 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18774 <DL>
18775 <DT>SUBJECT</DT>
18776 <DD>
18777 This token represents the Subject the sender gave the message.
18778 Alternatives for use in the index screen are
18779 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18780 You may color the subject text in the MESSAGE INDEX screen differently by using the
18781 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18782 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18783 options available from
18784 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18785 </DD>
18787 <DT>FROM</DT>
18788 <DD>
18789 This token represents the personal name (or email address if the name
18790 is unavailable) of the person specified in the message's &quot;From:&quot;
18791 header field.
18792 You may color the from text in the MESSAGE INDEX screen differently by using the
18793 <A HREF="h_config_index_from_color">Index From Color</A>
18794 option available from
18795 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18796 </DD>
18798 <DT>ADDRESS</DT>
18799 <DD>
18800 This is similar to the &quot;FROM&quot; token, only it is always the
18801 email address, never the personal name.
18802 For example, &quot;mailbox@domain&quot;.
18803 </DD>
18805 <DT>MAILBOX</DT>
18806 <DD>
18807 This is the same as the &quot;ADDRESS&quot; except that the 
18808 domain part of the address is left off.
18809 For example, &quot;mailbox&quot;.
18810 </DD>
18812 <DT>SENDER</DT>
18813 <DD>
18814 This token represents the personal name (or email address) of the person
18815 listed in the message's &quot;Sender:&quot; header field.
18816 </DD>
18818 <DT>TO</DT>
18819 <DD>
18820 This token represents the personal names (or email addresses if the names
18821 are unavailable) of the persons specified in the
18822 message's &quot;To:&quot; header field.
18823 </DD>
18825 <DT>NEWSANDTO</DT>
18826 <DD>
18827 This token represents the newsgroups from the
18828 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18829 the personal names (or email addresses if the names
18830 are unavailable) of the persons specified in the
18831 message's &quot;To:&quot; header field.
18832 </DD>
18834 <DT>TOANDNEWS</DT>
18835 <DD>
18836 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18837 </DD>
18839 <DT>NEWS</DT>
18840 <DD>
18841 This token represents the newsgroups from the
18842 message's &quot;Newsgroups:&quot; header field.
18843 </DD>
18845 <DT>CC</DT>
18846 <DD>
18847 This token represents the personal names (or email addresses if the names
18848 are unavailable) of the persons specified in the
18849 message's &quot;Cc:&quot; header field.
18850 </DD>
18852 <DT>RECIPS</DT>
18853 <DD>
18854 This token represents the personal names (or email addresses if the names
18855 are unavailable) of the persons specified in both the
18856 message's &quot;To:&quot; header field and
18857 the message's &quot;Cc:&quot; header field.
18858 </DD>
18860 <DT>NEWSANDRECIPS</DT>
18861 <DD>
18862 This token represents the newsgroups from the
18863 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18864 the personal names (or email addresses if the names
18865 are unavailable) of the persons specified in the
18866 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18867 </DD>
18869 <DT>RECIPSANDNEWS</DT>
18870 <DD>
18871 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18872 </DD>
18874 <DT>INIT</DT>
18875 <DD>
18876 This token represents the initials from the personal name
18877 of the person specified in the message's &quot;From:&quot;
18878 header field.
18879 If there is no personal name, it is blank.
18880 </DD>
18882 <DT>DATE</DT>
18883 <DD>
18884 This token represents the date on which the message was sent, according
18885 to the &quot;Date&quot; header field.
18886 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18887 The feature
18888 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18889 which adjusts for the timezone the message was sent from,
18890 may have an effect on the value of this token as well as the values of
18891 all of the other DATE or TIME tokens.
18892 Some of the DATE and TIME tokens are displayed in a locale-specific
18893 way unless the option
18894 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18895 </DD>
18897 <DT>SMARTDATE</DT>
18898 <DD>
18899 This token represents the date on which the message was sent, according
18900 to the &quot;Date&quot; header field.
18901 It is &quot;Today&quot; if the message was sent today,
18902 &quot;Yesterday&quot; for yesterday,
18903 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18904 message is from last year and is more than six months old it includes the year, as well.
18905 See the SMARTDATE alternatives below, as well.
18906 </DD>
18908 <DT>SMARTTIME</DT>
18909 <DD>
18910 This token represents the most relevant elements of the date on which
18911 the message was sent (according to the &quot;Date&quot; header field),
18912 in a compact form. If the message was sent today, only the time is used
18913 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18914 the past week, the day of the week and the hour are used
18915 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18916 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18917 &quot;9Apr98&quot;).
18918 </DD>
18920 <DT>SMARTDATETIME</DT>
18921 <DD>
18922 This is a combination of SMARTDATE and SMARTTIME.
18923 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18924 case it is SMARTTIME.
18925 See the SMARTDATETIME alternatives below, as well.
18926 </DD>
18928 <DT>DATEISO</DT>
18929 <DD>
18930 This token represents the date on which the message was sent, according
18931 to the &quot;Date&quot; header field.
18932 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18933 </DD>
18935 <DT>SHORTDATEISO</DT>
18936 <DD>
18937 This token represents the date on which the message was sent, according
18938 to the &quot;Date&quot; header field.
18939 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18940 </DD>
18942 <DT>SHORTDATE1</DT>
18943 <DD>
18944 This token represents the date on which the message was sent, according
18945 to the &quot;Date&quot; header field.
18946 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18947 </DD>
18949 <DT>SHORTDATE2</DT>
18950 <DD>
18951 This token represents the date on which the message was sent, according
18952 to the &quot;Date&quot; header field.
18953 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18954 </DD>
18956 <DT>SHORTDATE3</DT>
18957 <DD>
18958 This token represents the date on which the message was sent, according
18959 to the &quot;Date&quot; header field.
18960 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18961 </DD>
18963 <DT>SHORTDATE4</DT>
18964 <DD>
18965 This token represents the date on which the message was sent, according
18966 to the &quot;Date&quot; header field.
18967 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18968 </DD>
18970 <DT>LONGDATE</DT>
18971 <DD>
18972 This token represents the date on which the message was sent, according
18973 to the &quot;Date&quot; header field.
18974 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18975 </DD>
18977 <DT>SMARTDATE alternatives</DT>
18978 <DD>
18979 There are several versions of SMARTDATE that are all the same except
18980 for the way they format dates far in the past.
18981 SMARTDATE formats the date using the information from your locale settings
18982 to format the date string. It may end up formatting dates so that they look
18983 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18984 The feature
18985 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18986 may have an affect on the values of these tokens.
18987 If you want more control you may use one of the following.
18988   <DL>
18989   <DT>SMARTDATE</DT> <DD>If the option
18990 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18991 then this will be locale specific. Control this with the
18992 LC_TIME locale setting on a UNIX system. On Windows
18993 the Regional Options control panel may be used to set the Short date
18994 format. At the programming level, the strftime routine is what Alpine
18995 uses to print the date.
18996 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18997 to SMARTDATES1.</DD>
18998   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18999   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19000   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19001   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19002   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19003   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19004   </DL>
19005 </DD>
19007 <DT>SMARTDATETIME alternatives</DT>
19008 <DD>
19009 There are several versions of SMARTDATETIME that are all very similar.
19010 The ones that end in 24 use a 24-hour clock for Today's messages instead
19011 of a 12-hour clock.
19012 The other variation is
19013 for the way they format dates far in the past.
19014 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19015 to format the date string. It may end up formatting dates so that they look
19016 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19017 The feature
19018 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19019 may have an affect on the values of these tokens.
19020 The possible choices are:
19021   <DL>
19022   <DT>SMARTDATETIME</DT> <DD>If the option
19023 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19024 then this will be locale specific. Control this with the
19025 LC_TIME locale setting on a UNIX system. On Windows
19026 the Regional Options control panel may be used to set the Short date
19027 format. At the programming level, the strftime routine is what Alpine
19028 uses to print the date.
19029 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19030 to SMARTDATETIMES1.</DD>
19031   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19032   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19033   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19034   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19035   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19036   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19037   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19038   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19039   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19040   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19041   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19042   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19043   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19044   </DL>
19045 </DD>
19047 <DT>DAYDATE</DT>
19048 <DD>
19049 This token represents the date on which the message was sent, according
19050 to the &quot;Date&quot; header field.
19051 It looks like &quot;Sat, 23 Oct 1998&quot;.
19052 This token is never converted in any locale-specific way.
19053 </DD>
19055 <DT>PREFDATE</DT>
19056 <DD>
19057 This token represents the date on which the message was sent, according
19058 to the &quot;Date&quot; header field.
19059 It is your operating system's idea of the preferred date representation for the current locale.
19060 Internally it uses the %x version of the date from the strftime routine.
19061 </DD>
19063 <DT>PREFTIME</DT>
19064 <DD>
19065 This token represents the time at which the message was sent, according
19066 to the &quot;Date&quot; header field.
19067 It is the preferred time representation for the current locale.
19068 Internally it uses the %X version of the time from the strftime routine.
19069 </DD>
19071 <DT>PREFDATETIME</DT>
19072 <DD>
19073 This token represents the date and time at which the message was sent, according
19074 to the &quot;Date&quot; header field.
19075 It is the preferred date and time representation for the current locale.
19076 Internally it uses the %c version of the time from the strftime routine.
19077 </DD>
19079 <DT>DAY</DT>
19080 <DD>
19081 This token represents the day of the month on which the message was sent,
19082 according to the &quot;Date&quot; header field.
19083 For example, &quot;23&quot; or &quot;9&quot;.
19084 </DD>
19086 <DT>DAY2DIGIT</DT>
19087 <DD>
19088 This token represents the day of the month on which the message was sent,
19089 according to the &quot;Date&quot; header field.
19090 For example, &quot;23&quot; or &quot;09&quot;.
19091 It is always 2 digits.
19092 </DD>
19094 <DT>DAYORDINAL</DT>
19095 <DD>
19096 This token represents the ordinal number that is the day of
19097 the month on which the message was sent,
19098 according to the &quot;Date&quot; header field.
19099 For example, &quot;23rd&quot; or &quot;9th&quot;.
19100 </DD>
19102 <DT>DAYOFWEEK</DT>
19103 <DD>
19104 This token represents the day of the week on which the message was sent,
19105 according to the &quot;Date&quot; header field.
19106 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19107 </DD>
19109 <DT>DAYOFWEEKABBREV</DT>
19110 <DD>
19111 This token represents the day of the week on which the message was sent,
19112 according to the &quot;Date&quot; header field.
19113 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19114 </DD>
19116 <DT>MONTHABBREV</DT>
19117 <DD>
19118 This token represents the month the message was sent, according
19119 to the &quot;Date&quot; header field.
19120 For example, &quot;Oct&quot;.
19121 </DD>
19123 <DT>MONTHLONG</DT>
19124 <DD>
19125 This token represents the month in which the message was sent, according
19126 to the &quot;Date&quot; header field.
19127 For example, &quot;October&quot;.
19128 </DD>
19130 <DT>MONTH</DT>
19131 <DD>
19132 This token represents the month in which the message was sent, according
19133 to the &quot;Date&quot; header field.
19134 For example, &quot;10&quot; or &quot;9&quot;.
19135 </DD>
19137 <DT>MONTH2DIGIT</DT>
19138 <DD>
19139 This token represents the month in which the message was sent, according
19140 to the &quot;Date&quot; header field.
19141 For example, &quot;10&quot; or &quot;09&quot;.
19142 It is always 2 digits.
19143 </DD>
19145 <DT>YEAR</DT>
19146 <DD>
19147 This token represents the year the message was sent, according
19148 to the &quot;Date&quot; header field.
19149 For example, &quot;1998&quot; or &quot;2001&quot;.
19150 </DD>
19152 <DT>YEAR2DIGIT</DT>
19153 <DD>
19154 This token represents the year the message was sent, according
19155 to the &quot;Date&quot; header field.
19156 For example, &quot;98&quot; or &quot;01&quot;.
19157 It is always 2 digits.
19158 </DD>
19160 <DT>TIME24</DT>
19161 <DD>
19162 This token represents the time at which the message was sent, according
19163 to the &quot;Date&quot; header field.
19164 There is no adjustment made for different time zones, so you'll get
19165 the time the message was sent according to the time zone the sender
19166 was in.
19167 It has the format HH:MM. For example, &quot;17:28&quot;.
19168 </DD>
19170 <DT>TIME12</DT>
19171 <DD>
19172 This token represents the time at which the message was sent, according
19173 to the &quot;Date&quot; header field.
19174 This time is for a 12 hour clock.
19175 It has the format HH:MMpm.
19176 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19177 </DD>
19179 <DT>TIMEZONE</DT>
19180 <DD>
19181 This token represents the numeric timezone from
19182 the &quot;Date&quot; header field.
19183 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19184 </DD>
19186 </DL>
19189 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19191 <DL>
19192 <DT>MSGNO</DT>
19193 <DD>
19194 This token represents the message's current position in the folder that,
19195 of course, may change as the folder is sorted or new mail arrives.
19196 </DD>
19198 <DT>STATUS</DT>
19199 <DD>
19200 This token represents a three character wide field displaying various
19201 aspects of the message's state.
19202 The first character is either blank,
19203 a '*' for message marked Important, or a '+' indicating a message
19204 addressed directly to you (as opposed to your having received it via a
19205 mailing list, for example).
19206 When the feature
19207 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19208 is set, if the first character would have been
19209 blank then it will instead be a '-' if the message is cc'd to you.
19210 The second character is typically blank,
19211 though the arrow cursor may occupy it if either the 
19212 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19213 or the
19214 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19215 is set (or you actually are on a slow link).
19216 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19217 '<A HREF="h_flag_answered">A</A>' (Answered),
19218 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19219 '<A HREF="h_flag_new">N</A>' (New), or blank.
19221 If you are using a threaded view of the index and this message is at the
19222 top of a collapsed portion of a thread,
19223 then this token refers to all of the messages in the collapsed portion of
19224 the thread instead of just the top message.
19225 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19226 are marked Important, else a '+' if any of the messages are addressed
19227 to you, else a '-' if any of the messages are cc'd to you.
19228 The third character will be a 'D' if <EM>all</EM> of the messages
19229 in the collapsed thread are marked deleted,
19230 an 'A' if <EM>all</EM> of the messages
19231 in the collapsed thread are marked answered,
19232 it will be an 'N' if any of
19233 the messages are undeleted and unseen, and it will be blank otherwise.
19234 </DD>
19236 <DT>FULLSTATUS</DT>
19237 <DD>
19238 This token represents a less abbreviated alternative
19239 to the &quot;STATUS&quot; token.
19240 It is six characters wide.
19241 The first character is '+', '-', or blank, the
19242 second blank, the third either '*' or blank, the fourth
19243 '<A HREF="h_flag_new">N</A>' or blank,
19244 the fifth '<A HREF="h_flag_answered">A</A>'
19245 or blank, and the sixth character is
19246 either '<A HREF="h_flag_deleted">D</A>' or
19247 blank.
19249 If you are using a threaded view of the index and this message is at the
19250 top of a collapsed portion of a thread,
19251 then this token refers to all of the messages in the collapsed portion of
19252 the thread instead of just the top message.
19253 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19254 of the messages in the collapsed thread are addressed to you or cc'd to you.
19255 The third character will be '*' if any of the messages are marked
19256 Important.
19257 The fourth character will be 'N' if all of the messages in the thread
19258 are New, else 'n' if some of the messages in the thread are New, else blank.
19259 The fifth character will be 'A' or 'a' or blank, and the sixth character
19260 will be 'D' or 'd' or blank.
19261 </DD>
19263 <DT>IMAPSTATUS</DT>
19264 <DD>
19265 This token represents an even less abbreviated alternative to the
19266 &quot;STATUS&quot; token.
19267 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19268 an 'N' if the message is new to this folder since the last time
19269 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19270 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19271 new to the folder since it was last opened <EM>but</EM> has not been
19272 viewed, or a blank if the message has been in the folder since it was
19273 last opened and has been viewed.
19275 If you are using a threaded view of the index and this message is at the
19276 top of a collapsed portion of a thread,
19277 then the fourth character will be
19278 'N' if all of the messages in the thread are unseen and recent;
19279 else 'n' if some of the messages in the thread are unseen and recent;
19280 else 'U' if all of the messages in the thread are unseen and not recent;
19281 else 'u' if some of the messages in the thread are unseen and not recent;
19282 else 'R' if all of the messages in the thread are seen and recent;
19283 else 'r' if some of the messages in the thread are seen and recent;
19284 else blank.
19285 </DD>
19287 <DT>SHORTIMAPSTATUS</DT>
19288 <DD>
19289 This is the same as the last four of the six characters of IMAPSTATUS,
19290 so the '+' To Me information will be missing.
19291 </DD>
19293 <DT>SIZE</DT>
19294 <DD>
19295 This token represents the total size, in bytes, of the message.
19296 If a &quot;K&quot; (Kilobyte)
19297 follows the number, the size is approximately 1,000
19298 times that many bytes (rounded to the nearest 1,000).
19299 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19300 1,000,000 times that many bytes.
19301 Commas are not used in this field.
19302 This field is seven characters wide, including the enclosing parentheses.
19303 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19304 The progression of sizes used looks like:
19307 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19309 </DD>
19311 <DT>SIZECOMMA</DT>
19312 <DD>
19313 This token represents the total size, in bytes, of the message.
19314 If a &quot;K&quot; (Kilobyte)
19315 follows the number, the size is approximately 1,000
19316 times that many bytes (rounded to the nearest 1,000).
19317 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19318 1,000,000 times that many bytes.
19319 Commas are used if the number shown is 1,000 or greater.
19320 The SIZECOMMA field is one character wider than the SIZE field.
19321 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19322 The progression of sizes used looks like:
19325 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19327 </DD>
19329 <DT>KSIZE</DT>
19330 <DD>
19331 This token represents the total size of the message, expressed in
19332 kilobytes or megabytes, as most appropriate.
19333 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19334 The progression of sizes used looks like:
19337 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19339 </DD>
19341 <DT>SIZENARROW</DT>
19342 <DD>
19343 This token represents the total size, in bytes, of the message.
19344 If a &quot;K&quot; (Kilobyte)
19345 follows the number, the size is approximately 1,000
19346 times that many bytes.
19347 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19348 1,000,000 times that many bytes.
19349 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19350 1,000,000,000 times that many bytes.
19351 This field uses only five characters of screen width, including the enclosing
19352 parentheses.
19353 The progression of sizes used looks like:
19356 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19358 </DD>
19360 <DT>DESCRIPSIZE</DT>
19361 <DD>
19362 This token is intended to represent a more useful description of the
19363 message than just its size, but it isn't very useful at this point.
19364 The plus sign in this view means there are attachments.
19365 Note that including this token in
19366 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19367 display a little while Alpine collects the necessary information.
19368 </DD>
19370 <DT>SUBJKEY</DT>
19371 <DD>
19372 This token is the same as the SUBJECT token unless keywords are set for
19373 the message.
19374 In that case, a list of keywords enclosed in braces will be prepended to
19375 the subject of the message.
19376 Only those keywords that you have defined in your
19377 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19378 in Setup/Config are considered in the list.
19379 In other words, keywords that have been set by some other means, perhaps
19380 by another email program, won't show up unless included in
19381 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19382 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19383 prepended to the subject in the MESSAGE TEXT screen.
19384 If you have given a keyword a nickname
19385 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19386 instead of the actual keyword.
19387 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19388 option may be used to modify this token slightly.
19389 It is also possible to color keywords in the index using the
19390 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19391 </DD>
19393 <DT>SUBJKEYINIT</DT>
19394 <DD>
19395 This token is the same as the SUBJKEY token except that instead of
19396 prepending a list of keywords to the subject, a list of first initials
19397 of keywords will be prepended instead.
19398 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19399 set (or Work and Now are the Alpine nicknames of keywords that are set)
19400 then the SUBJKEY token would cause a result like
19402 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19404 whereas the SUBJKEYINIT token would give
19406 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19408 Only those keywords that you have defined in your
19409 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19410 in Setup/Config are considered in the list.
19411 In other words, keywords that have been set by some other means, perhaps
19412 by another email program, won't show up unless included in
19413 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19414 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19415 option may be used to modify this token slightly.
19416 It is also possible to color keywords in the index using the
19417 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19418 </DD>
19420 <DT>SUBJECTTEXT</DT>
19421 <DD>
19422 Same as SUBJECT but if there is room in the Subject field for more text,
19423 the opening part of the text of the message is displayed after the subject.
19424 The time needed to fetch the text may cause a performance problem
19425 which can, of course, be avoided by using the SUBJECT version of
19426 the Subject instead.
19427 You may color this opening text differently by using the
19428 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19429 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19430 You may adjust the characters that are displayed between the Subject and the
19431 opening text with the option
19432 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19433 </DD>
19435 <DT>SUBJKEYTEXT</DT>
19436 <DD>
19437 Same as SUBJKEY but with the opening message text.
19438 </DD>
19440 <DT>OPENINGTEXT</DT>
19441 <DD>
19442 This is similar to SUBJECTTEXT.
19443 Instead of combining the Subject and the opening text in a single
19444 field in the index screen this token allows you to allocate a
19445 separate column just for the opening text of the message.
19446 The time needed to fetch this text may cause a performance problem.
19447 You may color this opening text differently by using the
19448 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19449 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19450 </DD>
19452 <DT>OPENINGTEXTNQ</DT>
19453 <DD>
19454 This is very similar to OPENINGTEXT.
19455 The NQ stands for No Quotes.
19456 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19457 For some messages this may be confusing.
19458 For example, a message might have a line preceding some quoted
19459 text that reads something like &quot;On May 8th person A said.&quot;
19460 That no longer makes sense after the quoted text is deleted and it
19461 will appear that person A said whatever the text after the quote
19462 is, even though that is really person B talking.
19463 </DD>
19465 <DT>SUBJKEYINITTEXT</DT>
19466 <DD>
19467 Same as SUBJKEYINIT but with the opening message text.
19468 </DD>
19470 <DT>KEY</DT>
19471 <DD>
19472 This is a space-delimited list of keywords that are set for the message.
19473 Only those keywords that you have defined in your
19474 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19475 in Setup/Config are considered in the list.
19476 In other words, keywords that have been set by some other means, perhaps
19477 by another email program, won't show up unless included in
19478 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19479 If you have given a keyword a nickname
19480 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19481 instead of the actual keyword.
19482 It is also possible to color keywords in the index using the
19483 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19484 This token defaults to an arbitrary width of 5.
19485 You should set it to whatever width suits you using something
19486 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19487 </DD>
19489 <DT>KEYINIT</DT>
19490 <DD>
19491 This is a list of keyword initials that are set for the message.
19492 If you have given a keyword a nickname
19493 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19494 is displayed instead of the initial of the actual keyword.
19495 It is also possible to color keyword initials in the index using the
19496 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19497 This token defaults to an arbitrary width of 2.
19498 You should set it to whatever width suits you using something
19499 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19500 </DD>
19502 <DT>PRIORITY</DT>
19503 <DD>
19504 The X-Priority header is a non-standard header that is used in a
19505 somewhat standard way by many mail programs.
19506 Alpine expects the value of this header to be a digit with a value
19507 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19508 Since this priority is something that the sender sets it is only an indication
19509 of the priority that the sender attaches to the mail and it is therefore almost
19510 totally unreliable for use as a filtering criterion.
19511 This token will display the numeric value of the priority if it is between
19512 1 and 5.
19513 It will be suppressed (blank) if the value is 3, which is normal priority.
19514 This token may be colored with the
19515 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19516 </DD>
19518 <DT>PRIORITYALPHA</DT>
19519 <DD>
19520 This is a more verbose interpretation of the X-Priority field.
19521 Once again nothing is displayed unless the value of the field
19522 is 1, 2, 4, or 5.
19523 The values displayed for those values are:
19525 <TABLE>
19526 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19527 <TR> <TD>2</TD> <TD>High</TD> </TR>
19528 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19529 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19530 </TABLE>
19532 This token may be colored with the
19533 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19534 </DD>
19536 <DT>PRIORITY!</DT>
19537 <DD>
19538 This is a one character, non-numeric version of the X-Priority field.
19539 If the value of the X-Priority header is 1 or 2 an exclamation
19540 point is displayed.
19541 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19542 This token may be colored with the
19543 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19544 </DD>
19546 <DT>ATT</DT>
19547 <DD>
19548 This is a one column wide field that represents the number of attachments
19549 a message has. It will be blank if there are no attachments, a single
19550 digit for one to nine attachments, or an asterisk for more than nine.
19551 Note that including this token in
19552 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19553 display a little while Alpine collects the necessary information.
19554 </DD>
19556 <DT>FROMORTO</DT>
19557 <DD>
19558 This token represents <EM>either</EM> the personal name (or email address) of
19559 the person listed in the message's &quot;From:&quot; header
19560 field, <EM>or</EM>, if that address is yours or one of your
19561 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19562 the first person specified in the
19563 message's &quot;To:&quot; header field
19564 with the prefix &quot;To: &quot; prepended.
19565 If the from address is yours and there is also no &quot;To&quot; address,
19566 Alpine will use the address on the &quot;Cc&quot; line.
19567 If there is no address there, either, Alpine will look for a newsgroup name
19568 from the &quot;Newsgroups&quot; header field and put
19569 that after the &quot;To: &quot; prefix.
19570 </DD>
19572 <DT>FROMORTONOTNEWS</DT>
19573 <DD>
19574 This is almost the same as <EM>FROMORTO</EM>.
19575 The difference is that newsgroups aren't considered.
19576 When a message is from you, doesn't have a To or Cc, and does have
19577 a Newsgroups header; this token will be your name instead of the name
19578 of the newsgroup (like it would be with FROMORTO).
19579 </DD>
19581 <DT>TEXT</DT>
19582 <DD>
19583 This is a different sort of token.
19584 It allows you to display a label within each index line.
19585 It will be the same fixed text for each line.
19586 It is different from all the other tokens in that there is no space column
19587 displayed after this token.
19588 Instead, it is butted up against the following field.
19589 It also has a different syntax.
19590 The text to display is given following a colon after the
19591 word &quot;TEXT&quot;.
19592 For example,
19594 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19596 would insert the literal text &quot;abc=&quot; (without the quotes)
19597 into the index display line.
19598 You must quote the text if it includes space characters, like
19600 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19602 </DD>
19604 <DT>HEADER</DT>
19605 <DD>
19606 This allows you to display the text from a particular header line in the
19607 message.
19608 The syntax for this token is substantially different from all the others
19609 in order that you might be able to display a portion of the text following
19610 a particular header.
19611 The header name you are interested in is given following a colon
19612 after the word &quot;HEADER&quot;.
19613 For example,
19615 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19617 would display the text of the X-Spam header, if any.
19618 Like for other index tokens a width field may (and probably should)
19619 follow this.
19621 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19623 displays the first ten characters of the X-Spam header.
19624 Unlike other index tokens, the syntax for HEADER is more flexible.
19625 An optional second argument comes after a comma inside the parentheses.
19626 It specifies the &quot;field&quot; number.
19627 By default, the field separator is a space character.
19628 No extra space characters are allowed in the argument list.
19630 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19632 would display the second field, left-justified, in a 10 character
19633 wide field.
19634 The second field would consist of all the text after the first space
19635 up to the next space or the end of the header.
19636 The default field number is zero, which stands for the entire line.
19637 There is also an optional third argument that is a list of field
19638 separators. It defaults to a space character.
19639 The example
19641 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19643 would cause the field separators to be any of colon, percent,
19644 or space (there is a space character between the percent and the
19645 right parenthesis).
19646 The first field runs from the start of the header value up to the first
19647 colon, percent, or space; the second goes from there to the next; and so on.
19648 In order to use a comma character as a field separator you must escape
19649 it by preceding it with a backslash (&#92;).
19650 The same is true of the backslash character itself.
19651 There is one further optional argument.
19652 It is an R or an L to specify right or left adjustment of the text
19653 within the field.
19654 The default is to left justify, however if you are displaying numbers
19655 you might prefer to right justify.
19657 Here's an example of a SpamAssassin header.
19658 The exact look of the header will vary, but if your incoming mail
19659 contains headers that look like the following
19661 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19663 you might want to display the hits value.
19664 The first field starts with the Y in Yes.
19665 To get what you're interested in you might use &quot;=&quot; and
19666 space as the field separators and display the third field, like
19668 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19670 or maybe you would break at the dot instead
19672 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19674 Another example we've seen has headers that look like
19676 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19678 Because there are two equals and a comma before the 7% and a comma
19679 after it, the token
19681 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19683 should display the probability (for example 7% or 83%) right justified
19684 in a 3-wide field.
19685 </DD>
19687 <DT>ARROW</DT>
19688 <DD>
19689 This gives an alternative way to display the current message in the
19690 MESSAGE INDEX screen.
19691 Usually the current message is indicated by the line being shown in
19692 reverse video.
19693 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19694 the current line will include an &quot;arrow&quot; that
19695 looks like
19697 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19699 in the ARROW token's field.
19700 For all of the non-current messages, the ARROW field will be filled
19701 with blanks.
19702 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19703 may be adjusted.
19704 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19705 For example, if you use ARROW(3) you will get
19707 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19709 and ARROW(1) will give you just
19711 <CENTER><SAMP>&gt;</SAMP></CENTER>
19713 It is also possible to set the color of the ARROW field.
19714 By default (and for non-current messages) the arrow is colored the same
19715 as the index line it is part of.
19716 You may set it to be another color with the 
19717 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19718 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19719 </DD>
19721 <DT>SCORE</DT>
19722 <DD>
19723 This gives the
19724 <a href="h_rules_score">score</a>
19725 of each message.
19726 This will be six columns wide to accomodate the widest possible score.
19727 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19728 to limit the width of the field to the widest score that
19729 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19730 If you have not defined any score rules the scores will all be zero.
19731 If any of your score rules contain AllText or BodyText patterns
19732 then including SCORE in the <!--#echo var="VAR_index-format"-->
19733 may slow down the display of the MESSAGE INDEX screen.
19734 </DD>
19735 </DL>
19738 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19740 <DL>
19741 <DT>CURNEWS</DT>
19742 <DD>
19743 This token represents the current newsgroup if there is one.
19744 For example, &quot;comp.mail.pine&quot;.
19745 </DD>
19747 <DT>MSGID</DT>
19748 <DD>
19749 This token represents the message ID of the message.
19750 This token does not work with Filter Rule folder names.
19751 </DD>
19753 <DT>CURDATE</DT>
19754 <DD>
19755 This token represents the current date.
19756 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19757 </DD>
19759 <DT>CURDATEISO</DT>
19760 <DD>
19761 This token represents the current date.
19762 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19763 </DD>
19765 <DT>CURDATEISOS</DT>
19766 <DD>
19767 This token represents the current date.
19768 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19769 </DD>
19771 <DT>CURPREFDATE</DT>
19772 <DD>
19773 This token represents the current date.
19774 It is your operating system's idea of the preferred date representation for the current locale.
19775 Internally it uses the %x version of the date from the strftime routine.
19776 </DD>
19778 <DT>CURPREFTIME</DT>
19779 <DD>
19780 This token represents the current time.
19781 It is the preferred time representation for the current locale.
19782 Internally it uses the %X version of the time from the strftime routine.
19783 </DD>
19785 <DT>CURPREFDATETIME</DT>
19786 <DD>
19787 This token represents the current date and time.
19788 It is the preferred date and time representation for the current locale.
19789 Internally it uses the %c version of the time from the strftime routine.
19790 </DD>
19792 <DT>CURTIME24</DT>
19793 <DD>
19794 This token represents the current time.
19795 It has the format HH:MM. For example, &quot;17:28&quot;.
19796 </DD>
19798 <DT>CURTIME12</DT>
19799 <DD>
19800 This token represents the current time.
19801 This time is for a 12 hour clock.
19802 It has the format HH:MMpm.
19803 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19804 </DD>
19806 <DT>CURDAY</DT>
19807 <DD>
19808 This token represents the current day of the month.
19809 For example, &quot;23&quot; or &quot;9&quot;.
19810 </DD>
19812 <DT>CURDAY2DIGIT</DT>
19813 <DD>
19814 This token represents the current day of the month.
19815 For example, &quot;23&quot; or &quot;09&quot;.
19816 It is always 2 digits.
19817 </DD>
19819 <DT>CURDAYOFWEEK</DT>
19820 <DD>
19821 This token represents the current day of the week.
19822 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19823 </DD>
19825 <DT>CURDAYOFWEEKABBREV</DT>
19826 <DD>
19827 This token represents the current day of the week.
19828 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19829 </DD>
19831 <DT>CURMONTH</DT>
19832 <DD>
19833 This token represents the current month.
19834 For example, &quot;10&quot; or &quot;9&quot;.
19835 </DD>
19837 <DT>CURMONTH2DIGIT</DT>
19838 <DD>
19839 This token represents the current month.
19840 For example, &quot;10&quot; or &quot;09&quot;.
19841 It is always 2 digits.
19842 </DD>
19844 <DT>CURMONTHLONG</DT>
19845 <DD>
19846 This token represents the current month.
19847 For example, &quot;October&quot;.
19848 </DD>
19850 <DT>CURMONTHABBREV</DT>
19851 <DD>
19852 This token represents the current month.
19853 For example, &quot;Oct&quot;.
19854 </DD>
19856 <DT>CURYEAR</DT>
19857 <DD>
19858 This token represents the current year.
19859 For example, &quot;1998&quot; or &quot;2001&quot;.
19860 </DD>
19862 <DT>CURYEAR2DIGIT</DT>
19863 <DD>
19864 This token represents the current year.
19865 For example, &quot;98&quot; or &quot;01&quot;.
19866 It is always 2 digits.
19867 </DD>
19869 <DT>LASTMONTH</DT>
19870 <DD>
19871 This token represents last month.
19872 For example, if this is November (the 11th month),
19873 it is equal to &quot;10&quot; or if this is October (the 10th month),
19874 it is &quot;9&quot;.
19875 It is possible that this and the other tokens beginning with LASTMONTH
19876 below could be useful when used with a Filtering Rule that
19877 has the &quot;Beginning of Month&quot; option set.
19878 </DD>
19880 <DT>LASTMONTH2DIGIT</DT>
19881 <DD>
19882 This token represents last month.
19883 For example, if this is November (the 11th month),
19884 it is equal to &quot;10&quot; or if this is October (the 10th month),
19885 it is &quot;09&quot;.
19886 It is always 2 digits.
19887 </DD>
19889 <DT>LASTMONTHLONG</DT>
19890 <DD>
19891 This token represents last month.
19892 For example, if this is November the value is &quot;October&quot;.
19893 </DD>
19895 <DT>LASTMONTHABBREV</DT>
19896 <DD>
19897 This token represents last month.
19898 For example, if this is November the value is &quot;Oct&quot;.
19899 </DD>
19901 <DT>LASTMONTHYEAR</DT>
19902 <DD>
19903 This token represents what the year was a month ago.
19904 For example, if this is October, 1998, it is &quot;1998&quot;.
19905 If this is January, 1998, it is &quot;1997&quot;.
19906 </DD>
19908 <DT>LASTMONTHYEAR2DIGIT</DT>
19909 <DD>
19910 This token represents what the year was a month ago.
19911 For example, if this is October, 1998, it is &quot;98&quot;.
19912 If this is January, 1998, it is &quot;97&quot;.
19913 </DD>
19915 <DT>LASTYEAR</DT>
19916 <DD>
19917 This token represents last year.
19918 For example, if this is 1998, it equals &quot;1997&quot;.
19919 It is possible that this
19920 could be useful when used with a Filtering Rule that
19921 has the &quot;Beginning of Year&quot; option set.
19922 </DD>
19924 <DT>LASTYEAR2DIGIT</DT>
19925 <DD>
19926 This token represents last year.
19927 For example, if this is 1998, it equals &quot;97&quot;.
19928 It is always 2 digits.
19929 </DD>
19931 <DT>ROLENICK</DT>
19932 <DD>
19933 This token represents the nickname of the
19934 role currently being used.  If no role is being used,
19935 then no text will be printed for this token.
19936 This token does not work with Filter Rule folder names.
19937 </DD>
19938 </DL>
19941 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19942 See the help for the
19943 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19944 to see why you might want to use this.
19945 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19946 must be surrounded by underscores when used.
19948 <DL>
19949 <DT>NEWLINE</DT>
19950 <DD>
19951 This is an end of line marker.
19952 </DD>
19953 </DL>
19956 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19958 <DL>
19959 <DT>CURSORPOS</DT>
19960 <DD>
19961 This token is different from the others.
19962 When it is replaced it is replaced with nothing, but it sets an Alpine
19963 internal variable that tells the composer to start with the cursor
19964 positioned at the position where this token was.
19965 If both the template file and the signature file contain
19966 a &quot;CURSORPOS&quot; token, then the position in the template file
19967 is used.
19968 If there is a template file and neither it nor the signature file contains
19969 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19970 after the end of the contents of the
19971 template file when the composer starts up.
19972 </DD>
19973 </DL>
19976 &lt;End of help on this topic&gt;
19977 </BODY>
19978 </HTML>
19979 ======= h_reply_token_conditionals =======
19980 <HTML>
19981 <HEAD>
19982 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19983 </HEAD>
19984 <BODY>
19985 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19987 Conditional text inclusion may be used with
19988 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19989 in signature files, and in template files used in
19990 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19991 It may <EM>not</EM> be used with the
19992 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19995 There is a limited if-else capability for including text.
19996 The if-else condition is based
19997 on whether or not a given token would result in replacement text you
19998 specify.
19999 The syntax of this conditional inclusion is
20001 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20003 The left parenthesis must follow the underscore immediately, with no
20004 intervening space.
20005 It means the token is expanded and the results of that expansion are
20006 compared against the &quot;match_this&quot; argument.
20007 If there is an exact match, then the &quot;if_matched&quot; text is used
20008 as the replacement text.
20009 Otherwise, the &quot;if_not_matched&quot; text is used.
20010 One of the most useful values for the &quot;match_this&quot; argument is
20011 the empty string, &quot;&quot;.
20012 In that case the expansion is compared against the empty string.
20014 Here's an example to make it clearer.
20015 This text could be included in one of your template files:
20017 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20019 If that is included in a template file that you are using while replying
20020 to a message (because you chose to use the role it was part of),
20021 and that message has a newsgroup header and a newsgroup in that header,
20022 then the text
20024 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20026 will be included in the message you are about to compose.
20027 On the other hand, if the message you are replying to does not have
20028 a newsgroup, then the text
20030 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20032 would be included instead.
20033 This would also work in signature files and in
20034 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20035 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20036 or &quot;if_not_matched&quot; arguments contain
20037 spaces, parentheses, or commas;
20038 they have to be quoted with double quotation marks (like in the example
20039 above).
20040 If you want to include a literal quote (&quot;) in the text you must escape the
20041 quote by preceding it with a backslash (&#92;) character.
20042 If you want to include a literal backslash character you must escape it
20043 by preceding it with another backslash.
20045 The comma followed by &quot;if_not_matched&quot; is optional.
20046 If there is no &quot;if_not_matched&quot;
20047 present then no text is included if the not_matched case is true.
20048 Here's another example:
20050 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20052 Here you can see that tokens may appear in the arguments.
20053 The same is true for tokens with the conditional parentheses.
20054 They may appear in arguments,
20055 though you do have to be careful to get the quoting and escaping of
20056 nested double quotes correct.
20057 If this was in the signature file being used and you were replying to a message
20058 sent to comp.mail.pine the resulting text would be:
20060 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20062 If you were replying to a message that wasn't sent to any newsgroup the
20063 resulting text would be a single blank line.
20064 The reason you'd get a blank line is because the end of the line is
20065 outside of the conditional, so is always included.
20066 If you wanted to get rid of that blank line you could do so by moving
20067 the end of line inside the conditional.
20068 In other words, it's ok to have multi-line
20069 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20070 template file.
20071 The text just continues until the next double quotation, even if it's not
20072 on the same line.
20074 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20076 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20078 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20079 while reading the newsgroup comp.mail.pine the resulting text would be:
20081 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20083 If you were replying to a message while reading an email folder instead
20084 of a newsgroup the resulting leadin text would be
20086 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20088 Here's one more (contrived) example illustrating a matching argument
20089 that is not the empty string.
20091 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20093 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20094 were replying to
20095 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20096 would be
20098 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20100 But if you were replying to a message sent on Oct. 27 (and that wasn't
20101 today) you would get
20103 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20106 &lt;End of help on this topic&gt;
20107 </BODY>
20108 </HTML>
20109 ======= h_composer_cntxt_nick =======
20110 <HTML>
20111 <HEAD>
20112 <TITLE>Collection Nickname Explained</TITLE>
20113 </HEAD>
20114 <BODY>
20115 <H1>Collection Edit Help -- Nickname Field</H1>
20117 This field is provided so you can add a short nickname to use when
20118 referring to this collection within Alpine.  Spaces are allowed, and
20119 you don't need to use double-quotes.  However, the double-quote
20120 character is not allowed.
20122 Look <A HREF="h_edit_nav_cmds">here</A>
20123 to see the available Editing and Navigation commands.
20125 &lt;End of help on this topic&gt;
20126 </BODY>
20127 </HTML>
20128 ======= h_folder_server_syntax =======
20129 <HTML>
20130 <HEAD>
20131 <TITLE>Server Name Syntax</TITLE>
20132 </HEAD>
20133 <BODY>
20134 <H1>Server Name Syntax</H1>
20136 This help describes the syntax that may be used for server names
20137 that may be associated with remote folders or SMTP servers.
20140 A server name is the hostname of the server.
20141 It's a good idea to use the host's fully-qualified network name.
20144 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20147 However, IP addresses are allowed if surrounded
20148 with square-brackets.
20151 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20154 An optional network port number may be supplied by appending
20155 a colon (:) followed by the port number
20156 to the server name.
20157 By default, the IMAP port number, 143, is used.
20160 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20163 Besides server name and optional port number, various other optional
20164 parameters may be supplied that alter Alpine's interaction with the server.
20165 A parameter is supplied by appending a slash (/) character followed by
20166 the parameter's name and,
20167 depending on the particular parameter, the value assigned to that
20168 name, to the server name (and optional port number).
20169 Parameter names are <EM>not</EM> case sensitive.
20170 Currently supported parameters include:
20172 <DL>
20174 <DT>User</DT>
20175 <DD>This parameter requires an associated value, and is intended to
20176 provide the username identifier with which to establish the server
20177 connection.
20178 If your SMTP server offers SMTP AUTH authentication, adding this 
20179 parameter to the
20180 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20181 option will cause Alpine to attempt to authenticate to the server using the
20182 supplied username.
20183 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20184 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20185 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20186 option (or to the server name for any folder collection using NNTP)
20187 will cause Alpine to attempt
20188 to authenticate to the server using the supplied username.
20189 An example might be:
20192 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20195 </DD>
20197 <DT>TLS</DT>
20198 <DD>
20199 Normally, when a new connection is made an attempt is made to 
20200 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20201 If that fails then a non-encrypted connection will be attempted instead.
20202 This is a unary parameter indicating communication with the server must 
20203 take place over a TLS connection. If the attempt to use TLS fails then
20204 this parameter will cause the connection to fail instead of falling
20205 back to an unsecure connection.
20208 <CENTER><SAMP>/tls</SAMP></CENTER>
20211 </DD>
20213 <DT>SSL</DT>
20214 <DD>
20215 This is a unary parameter indicating communication with the server should 
20216 take place over a Secure Socket Layer connection.  The server must support
20217 this method, and be prepared to accept connections on the appropriate
20218 port (993 by default).
20219 Alpine must be linked with an SSL library for this option to be operational.
20222 <CENTER><SAMP>/ssl</SAMP></CENTER>
20225 </DD>
20227 <DT>TLS1</DT>
20228 <DD>
20229 This parameter indicates that the connection to the server will be made
20230 over the SSL port, but using the TLSv1 protocol, instead of the usual
20231 SSLv3 or SSLv2 protocols.
20232 Alpine must be linked with an SSL library for this option to be operational.
20235 <CENTER><SAMP>/tls1</SAMP></CENTER>
20238 </DD>
20240 <DT>DTLS1</DT>
20241 <DD>
20242 This parameter indicates that the connection to the server will be made
20243 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20244 SSLv3 or SSLv2 protocols.
20245 Alpine must be linked with an SSL library for this option to be operational.
20248 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20251 </DD>
20253 <DT>TLS1_1</DT>
20254 <DD>
20255 This parameter indicates that the connection to the server will be made
20256 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20257 SSLv3 or SSLv2 protocols.
20258 Alpine must be linked with an SSL library for this option to be operational.
20261 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20264 </DD>
20266 <DT>TLS1_2</DT>
20267 <DD>
20268 This parameter indicates that the connection to the server will be made
20269 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20270 SSLv3 or SSLv2 protocols.
20271 Alpine must be linked with an SSL library for this option to be operational.
20274 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20277 </DD>
20280 <DT>NoValidate-Cert</DT>
20281 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20282 This is needed if the server uses self-signed certificates or if Alpine
20283 cannot validate the certificate for some other known reason.
20285 </DD>
20287 <DT>Anonymous</DT>
20288 <DD>This is a unary parameter (that means it does not have a value)
20289 indicating that the connection be logged in as
20290 &quot;anonymous&quot; rather than a specific user.
20291 Not all servers offer anonymous
20292 access; those which do generally only offer read-only access to certain
20293 &quot;public&quot; folders.
20296 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20299 </DD>
20301 <DT>Secure</DT>
20302 <DD>This is a unary parameter indicating that the connection use the
20303 most secure authentication method mutually supported by Alpine and the
20304 server.
20305 Alpine is capable of authenticating connections to 
20306 the server using several methods.
20307 By default, Alpine will attempt each
20308 method until either a connection is established or the
20309 list of methods is exhausted.
20310 This parameter causes Alpine to instead fail 
20311 the connection if the first (generally most &quot;secure&quot;) method fails.
20314 <CENTER><SAMP>/secure</SAMP></CENTER>
20317 </DD>
20319 <DT>Submit</DT>
20320 <DD>This is a unary parameter for use with the
20321 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20322 It indicates that the connection should be made to the Submit server
20323 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20324 (port 587) instead of the SMTP port (25).
20325 At the time this help was written the submit option was equivalent to
20326 specifying port 587.
20329 <CENTER><SAMP>/submit</SAMP></CENTER>
20333 <CENTER><SAMP>host:587</SAMP></CENTER>
20336 </DD>
20338 <DT>Debug</DT>
20339 <DD>This is a unary parameter indicating that the connection be established
20340 in a verbose mode.  Basically, it causes Alpine to log the communication with
20341 the server in Alpine's debug file.
20342 Normally, the pine -d command-line flag would be used instead.
20344 </DD>
20346 <DT>NoRsh</DT>
20347 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20348 the UNIX remote shell program.
20349 Including &quot;NoRsh&quot; will cause connections to this server to skip
20350 the &quot;rsh&quot; attempt.
20351 This might be useful to avoid long timeouts caused by rsh firewalls, for
20352 example.
20354 </DD>
20356 <DT>Loser</DT>
20357 <DD>This option makes sense only for IMAP servers that do not perform
20358 a SEARCH command correctly. If your filtering rules
20359 fail to filter some messages, that should have been filtered, then this
20360 option will make Alpine download all data necessary to perform that search.
20361 There is a performance penalty when using this option. Downloading the
20362 data to perfom the search will take longer than requesting the IMAP
20363 server to perform the filtering, but the filtering will be done correctly.
20365 </DD>
20368 <DT>Service</DT>
20369 <DD>This parameter requires an associated value.  The default value is
20370 &quot;IMAP&quot; which indicates communication with the server based
20371 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20372 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20374 Other service values include:
20375  <DL>
20376  <DT>NNTP</DT>
20377  <DD>This value indicates communication with the server takes place via
20378 the Network News Transfer Protocol.  Use this to define a collection
20379 of newsgroups on a remote news server.  So
20382 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20384 or just
20386 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20389 is the way to specify NNTP access.
20391  </DD>
20393  <DT>POP3</DT>
20394  <DD>This value indicates communication with the server takes place via the
20395 Post Office Protocol 3 protocol.
20398 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20400 or just
20402 <CENTER><SAMP>/POP3</SAMP></CENTER>
20405 Note that there are several important issues
20406 to consider when selecting this option:
20407 <OL>
20408  <LI> POP3 provides access to only your INBOX.  In other words,
20409 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20410  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20411 model and will leave your mail on the server. Refer to the
20412 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20413  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20414 </OL>
20415 </DD>
20416 </DL>
20417 </DL>
20420 Note that it is possible to include more than one parameter in a server
20421 specification by concatenating the parameters. For example:
20424 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20428 &lt;End of help on this topic&gt;
20429 </BODY>
20430 </HTML>
20431 ======= h_composer_cntxt_server =======
20432 <HTML>
20433 <HEAD>
20434 <TITLE>Collection Server: Explained</TITLE>
20435 </HEAD>
20436 <BODY>
20437 <H1>Collection Edit Help -- Server Field</H1>
20439 This collection's &quot;Server:&quot; definition indicates the
20440 hostname of the server providing access to the folders in this
20441 collection.
20442 The syntax of this server name is the same as for other server names used
20443 in remote folder names in
20444 Alpine and is described
20445 <A HREF="h_folder_server_syntax">here</A>.
20448 &lt;End of help on this topic&gt;
20449 </BODY>
20450 </HTML>
20451 ======= h_composer_cntxt_path =======
20452 <HTML>
20453 <HEAD>
20454 <TITLE>Collection Path: Explained</TITLE>
20455 </HEAD>
20456 <BODY>
20457 <H1>Collection Edit Help -- Path Field</H1>
20459 The collection's &quot;Path:&quot; definition indicates the location
20460 of the folders in this collection.  If the path or any of its components
20461 do not exist, Alpine will prompt you for their creation when exiting the
20462 Add/Change screen.
20464 <P> 
20465 By default the path is interpreted as defining a section of your personal
20466 folder area.  This area and how you specify it are defined by the
20467 server, if one is specified in the collection, or, typically, the home
20468 directory if no server is defined.
20471 To define a collection outside the default &quot;area&quot;, prefix
20472 the path with the &quot;namespace&quot; to use when interpreting the
20473 given path.  If a namespace is specified, the Path begins with the
20474 sharp, &quot;#&quot;, character followed by the name of the namespace
20475 and then the namespace's path-element-delimiter.  Aside from the
20476 path's format, namespaces can also imply access rights, content
20477 policy, audience, location, and, occasionally, access methods.
20480 Each server exports its own set (possibly of size one) of 
20481 namespaces.  Hence, it's likely communication with your server's
20482 administrator will be required for specific configurations.  Some of
20483 the more common namespaces, however, include:
20485 <DL>
20486 <DT>#news.</DT>
20487 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20488 names are hierarchically defined with each level delimited by a period.
20489 </DD>
20490 <DT>#public/</DT>
20491 <DD>This specifies a folder area that the server may export to the general
20492 public.
20493 </DD>
20494 <DT>#shared/</DT>
20495 <DD>This specifies a folder area that the folder may export to groups
20496 of users.
20497 </DD>
20498 <DT>#ftp/</DT>
20499 <DD>This specifies a folder area that is the same as that it may have 
20500 exported via the &quot;File Transfer Protocol&quot;.
20501 </DD>
20502 <DT>#mh/</DT>
20503 <DD>This specifies the personal folder area associated with folders
20504 and directories that were created using the MH message handling system.
20505 </DD>
20506 </DL>
20509 In addition, the server may support access to other user's folders,
20510 provided you have suitable permissions.  Common methods use a prefix
20511 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20512 indicate the root of the other user's folder area.
20515 No, nothing's simple.
20518 &lt;End of help on this topic&gt;
20519 </BODY>
20520 </HTML>
20521 ======= h_composer_cntxt_view =======
20522 <HTML>
20523 <HEAD>
20524 <TITLE>Collection View: Explained</TITLE>
20525 </HEAD>
20526 <BODY>
20527 <H1>Collection Edit Help -- View Field</H1>
20529 The collection's &quot;View:&quot; definition provides a way to limit
20530 the displayed list of folders within a collection.  By default, only
20531 folders that contain the specified characters anywhere in their name
20532 are shown in the collection's folder list.
20535 Additionally, you can use a wildcard character to better control
20536 the list of folders selected for display.  The wildcard specifier is
20537 the star, &quot;*&quot;, character.
20540 So, for example, to define a collection of all folders ending with
20541 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20542 quote characters!).  Or, similarly, to define a collection of folders
20543 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20544 specify a view of &quot;a*z&quot;.
20547 &lt;End of help on this topic&gt;
20548 </BODY>
20549 </HTML>
20550 ======= h_composer_abook_add_server =======
20551 <HTML>
20552 <HEAD>
20553 <TITLE>Addressbook Server Name Field Explained</TITLE>
20554 </HEAD>
20555 <BODY>
20556 This field should be left blank if the address book is stored in a regular
20557 file on this system.  If it is a remote address book stored on an IMAP
20558 server then this is the name of that IMAP server.
20560 Look <A HREF="h_edit_nav_cmds">here</A>
20561 to see the available Editing and Navigation commands.
20563 &lt;End of help on this topic&gt;
20564 </BODY>
20565 </HTML>
20566 ======= h_composer_abook_add_folder =======
20567 <HTML>
20568 <HEAD>
20569 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20570 </HEAD>
20571 <BODY>
20572 For a remote address book (one for which the Server Name is filled in)
20573 this is the name of a folder on the remote server. The address book data
20574 will be stored in this folder. This folder should be used only for
20575 storing this single address book, not for other address books or for
20576 other messages.
20578 For a local address book (one for which the Server Name is not filled in)
20579 this is the name of a file in which the address book will be stored.
20580 The file is in the same directory as the Alpine configuration file if the
20581 configuration file is local.
20582 If the configuration file is remote, then this will be in the home directory
20583 for Unix Alpine and in the directory specified by the
20584 &quot;-aux local_directory&quot; command line argument.
20586 Look <A HREF="h_edit_nav_cmds">here</A>
20587 to see the available Editing and Navigation commands.
20589 &lt;End of help on this topic&gt;
20590 </BODY>
20591 </HTML>
20592 ======= h_composer_abook_add_nick =======
20593 <HTML>
20594 <HEAD>
20595 <TITLE>Addressbook NickName Field Explained</TITLE>
20596 </HEAD>
20597 <BODY>
20598 This is just an optional nickname for this address book. If present, it
20599 is used in some of the displays and error messages in the address book
20600 maintenance screens. It is for your convenience only and serves no
20601 other purpose.
20603 Look <A HREF="h_edit_nav_cmds">here</A>
20604 to see the available Editing and Navigation commands.
20606 &lt;End of help on this topic&gt;
20607 </BODY>
20608 </HTML>
20609 ======= h_composer_qserv_cn =======
20610 <HTML>
20611 <HEAD>
20612 <TITLE>Directory Query Form Explained</TITLE>
20613 </HEAD>
20614 <BODY>
20616 Fill in as many of these fields as you wish to narrow down your
20617 search. All the fields you fill in must match in order for an entry
20618 to be returned. You may use the wildcard character &quot;*&quot; in
20619 any of the fields, it matches any zero or more characters at that
20620 point in the string. There are no implicit wildcards, so the match is
20621 exact unless you include wildcards.
20624 Note that if an attribute isn't present at all, then the match will fail.
20625 For example, if a server doesn't support the Locality attribute, then no
20626 matter what you put in the Locality field (other than leaving it empty)
20627 the search will fail.
20630 This field, the Common Name field, is typically a person's full name.
20633 <H1>EDITING and NAVIGATION COMMANDS</H1>
20634 <!--chtml if pinemode="function_key"-->
20635 <PRE>
20636 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20637 ^B (Left Arrow)    Back character       | ^D       Delete current character
20638 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20639 ^P (Up Arrow)      Previous line        |
20640 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20641 ^A                 Beginning of line    |            delete current line
20642 ^E                 End of line          | F10      Undelete line(s)
20643 F7                 Previous page        |
20644 F8                 Next page            |-------------------------------------
20645 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20646 ----------------------------------------|
20647 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20648 F2   Cancel      |   F1    Get help     |
20649 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20650 </PRE>
20651 <!--chtml else-->
20652 <PRE>
20653 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20654 ^B (Left Arrow)    Back character       | ^D       Delete current character
20655 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20656 ^P (Up Arrow)      Previous line        |
20657 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20658 ^A                 Beginning of line    |            delete current line
20659 ^E                 End of line          | ^U       Undelete line(s)
20660 ^Y                 Previous page        |
20661 ^V                 Next page            |-------------------------------------
20662 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20663 ----------------------------------------|
20664 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20665 ^C   Cancel      |   ^G    Get help     |
20666 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20667 </PRE>
20668 <!--chtml endif-->
20669 <P><UL>
20670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20671 </UL><P>
20672 &lt;End of help on this topic&gt;
20673 </BODY>
20674 </HTML>
20675 ======= h_composer_qserv_sn =======
20677 The Surname is usually the family name of a person.
20679 <End of help on this topic>
20680 ======= h_composer_qserv_gn =======
20682 This is the part of a person's name that isn't the surname or initials.
20684 <End of help on this topic>
20685 ======= h_composer_qserv_mail =======
20687 This is the email address of a person.
20689 <End of help on this topic>
20690 ======= h_composer_qserv_org =======
20692 This is the organization a person belongs to.
20694 <End of help on this topic>
20695 ======= h_composer_qserv_unit =======
20697 This is the organizational unit a person belongs to.
20699 <End of help on this topic>
20700 ======= h_composer_qserv_country =======
20702 This is the country a person belongs to.
20704 <End of help on this topic>
20705 ======= h_composer_qserv_state =======
20707 This is the state a person belongs to.
20709 <End of help on this topic>
20710 ======= h_composer_qserv_locality =======
20712 This is the locality a person belongs to.
20714 <End of help on this topic>
20715 ======= h_composer_qserv_custom =======
20717 This one is for advanced users only! If you put something in this field,
20718 then the rest of the fields are ignored.
20720 This field may be set to the string representation of an LDAP search
20721 filter (see RFC1960). Here are some examples:
20723 To search for an entry with a surname equal to "clinton" you could set
20724 the custom filter to:
20726      (sn=clinton)
20727     
20728 This is equivalent to putting "clinton" in the SurName field.
20729 To search for an entry that has a surname that begins with "clint" and
20730 has a givenname equal to "william" you could use:
20732      (&(sn=clint*)(givenname=william))
20733     
20734 This is equivalent to setting the SurName field to "clint*" and the
20735 GivenName field to "william".
20736 To search for an entry where either the common name OR the email address
20737 contains "abcde" you could use:
20739      (|(cn=*abcde*)(mail=*abcde*))
20741 That isn't equivalent to anything you can do by setting the other fields
20742 because of the OR.
20744 <End of help on this topic>
20745 ======= h_composer_qserv_qq =======
20747 This one is a little different from the rest of the categories.  It causes
20748 a search to be formed from the configured search filter that you filled
20749 in when you added the directory server to your configuration. It can also
20750 be combined with the other fields if you'd like.
20752 <End of help on this topic>
20753 ======= h_address_format =======
20754 <HTML>
20755 <HEAD>
20756 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20757 </HEAD>
20758 <BODY>
20759 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20761 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20762 and then a domain, with no spaces.  
20763 For example, jsmith@art.example.com might be the email address
20764 of a person  
20765 with the username &quot;jsmith&quot; who has an account in the domain
20766 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20767 right of the &quot;@&quot; sign can vary - a shorter example would be 
20768 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20769 organization's domain is specified after the &quot;@&quot; sign); a longer 
20770 example would be 
20771  jsingh@shakti.edutech.example.com
20772 (here, the name of the host &quot;shakti&quot; in the domain 
20773 edutech.example.com is also specified).  
20774 <P>  
20775 If you do not know the exact email address of someone you want to write 
20776 to, ask them what it is using other means of communication than email; or 
20777 use the tools for 
20778 finding people's addresses that are available on the Internet.
20780 If you are sending to someone on the same system as you are, you can leave
20781 the &quot;@&quot; sign and all the information to its right off of the 
20782 address, and Alpine will fill it in automatically, 
20783 unless the feature 
20784 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20787 When an email address you send a message to is not reachable -- either because 
20788 it is simply an incorrect address, or because email can temporarily not be 
20789 delivered to it due to a technical problem on the way to or at the recipient's 
20790 end -- you will almost always get an error notification email message back.
20792 If you encounter problems with, or have questions about, email delivery or
20793 email address syntax, contact your local network computing consultants.
20794 <P><UL>
20795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20796 </UL>
20798 &lt;End of help on this topic&gt;
20799 </BODY>
20800 </HTML>
20801 ======= h_flag_user_flag =======
20802 <HTML>
20803 <HEAD>
20804 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20805 </HEAD>
20806 <BODY>
20807 <H1>STATUS FLAG: User Defined Keyword</h1>
20809 This is a keyword that is defined for this folder.
20810 It was most likely defined by the owner of the folder.
20811 Alpine will not set or clear this flag on its own.
20813 <P><UL>
20814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20815 </UL><P>
20816 &lt;End of help on this topic&gt;
20817 </BODY>
20818 </HTML>
20819 ======= h_flag_important =======
20820 <html>
20821 <title>STATUS FLAG: Important</title>
20822 <body>
20823 <h1>STATUS FLAG: Important</h1>
20826 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20827 MESSAGE&nbsp;INDEX
20828 screen, can only be set by the user, and is intended to be used in
20829 whatever fashion makes sense to you.  You are the only one that can set or
20830 clear it. 
20833 &lt;End of help on this topic&gt;
20834 </BODY>
20835 </HTML>
20836 ======= h_flag_new =======
20837 <html>
20838 <title>STATUS FLAG: New</title>
20839 <body>
20840 <h1>STATUS FLAG: New</h1>
20843 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20844 MESSAGE&nbsp;INDEX screen,
20845 is automatically set when messages are delivered to your Inbox (or other
20846 folder specified outside of Alpine).  Likewise, it is cleared automatically
20847 the first time you read the message it is associated with.
20850 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20851 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20852 you'd like to be reminded of it next time you read mail.  This can be done
20853 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20857 &lt;End of help on this topic&gt;
20858 </BODY>
20859 </HTML>
20860 ======= h_flag_answered =======
20861 <html>
20862 <title>STATUS FLAG: Answered</title>
20863 <body>
20864 <h1>STATUS FLAG: Answered</h1>
20866 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20867 MESSAGE&nbsp;INDEX
20868 screen, is automatically set when you reply to a message.  This flag is not
20869 automatically cleared.
20872 &lt;End of help on this topic&gt;
20873 </BODY>
20874 </HTML>
20875 ======= h_flag_forwarded =======
20876 <html>
20877 <title>STATUS FLAG: Forwarded</title>
20878 <body>
20879 <h1>STATUS FLAG: Forwarded</h1>
20881 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20882 MESSAGE&nbsp;INDEX
20883 screen, is automatically set when you forward a message.  This flag is not
20884 automatically cleared.
20887 &lt;End of help on this topic&gt;
20888 </BODY>
20889 </HTML>
20890 ======= h_flag_deleted =======
20891 <html>
20892 <title>STATUS FLAG: Deleted</title>
20893 <body>
20894 <h1>STATUS FLAG: Deleted</h1>
20896 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20897 MESSAGE&nbsp;INDEX
20898 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20899 It is cleared
20900 when you use the &quot;U&nbsp;Undelete&quot; command.
20903 Messages marked with this flag will be permanently removed from
20904 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20905 command, or
20906 when you indicate acceptance of their removal upon leaving the folder.
20909 Note, there can be other actions implicit in the
20910 &quot;D&nbsp;Delete&quot; command,
20911 such as advancing to the next message, that may be momentarily undesirable.
20912 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20913 flag <A HREF="h_common_flag">explicitly</A>.
20916 &lt;End of help on this topic&gt;
20917 </BODY>
20918 </HTML>
20919 ====== h_config_incoming_timeo ======
20920 <HTML>
20921 <HEAD>
20922 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20923 </HEAD>
20924 <BODY>
20925 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20927 This option has no effect unless the feature
20928 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20929 is set, which in turn has no effect unless
20930 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20931 is set.
20933 Sets the time in seconds that Alpine will
20934 attempt to open a network connection used for monitoring for Unseen
20935 messages in Incoming Folders. The default is 5.
20936 If a connection has not completed within this many seconds Alpine will
20937 give up and consider it a failed connection.
20939 <UL>   
20940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20941 </UL><P>
20942 &lt;End of help on this topic&gt;
20943 </BODY>
20944 </HTML>
20945 ====== h_config_psleep ======
20946 <HTML>
20947 <HEAD>
20948 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20949 </HEAD>
20950 <BODY>
20951 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20954 In the good old days a mailcap viewer was used to examine an 
20955 attachment before saving it, and after viewing the attachment control 
20956 would return to the operating system when the viewer was closed. Therefore, 
20957 when the mailcap viewer returned control to the operating system, it 
20958 could be assumed that the user who opened the attachment was done
20959 examining it, and the copy of the attachment that was used, could be removed.
20962 However, today this assumption is not longer valid. Some viewers return 
20963 control to the operating system before they actually read the attachment
20964 to be examined. This causes Alpine to delete the attachment before it 
20965 is read by the viewer, causing the viewer to fail opening the attachment.
20968 In order to work around this problem, Alpine checks, after the viewer has 
20969 returned control to the operating system, if there is any process that is 
20970 using the attachment. This variable controls the number of seconds that 
20971 must elapse between checks. Once it is found that no process is using the 
20972 attachment, this is removed.
20975 The minimum value for this variable is 60 (checks will be made once per 
20976 minute), and the maximum value is 600 (checks will be made once every 10 
20977 minutes). The default value is 60.
20980 <UL>   
20981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20982 </UL><P>
20983 &lt;End of help on this topic&gt;
20984 </BODY>
20985 </HTML>
20986 ====== h_config_incoming_interv ======
20987 <HTML>
20988 <HEAD>
20989 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20990 </HEAD>
20991 <BODY>
20992 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20994 This option has no effect unless the feature
20995 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20996 is set, which in turn has no effect unless
20997 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20998 is set.
21000 This option specifies, in seconds, how often Alpine will check
21001 for new mail and state changes in Incoming Folders when Incoming Folders
21002 Checking is turned on.
21003 The default is 3 minutes (180).
21004 This value applies only to folders that are local to the system that
21005 Alpine is running on or that are accessed using the IMAP protocol.
21006 The similar option
21007 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21008 applies to all other monitored folders.
21010 <UL>   
21011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21012 </UL><P>
21013 &lt;End of help on this topic&gt;
21014 </BODY>
21015 </HTML>
21016 ====== h_config_incoming_second_interv ======
21017 <HTML>
21018 <HEAD>
21019 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21020 </HEAD>
21021 <BODY>
21022 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21024 This option has no effect unless the feature
21025 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21026 is set, which in turn has no effect unless
21027 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21028 is set.
21030 This option together with the option
21031 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21032 specifies, in seconds, how often Alpine will check
21033 for new mail and state changes in Incoming Folders when Incoming Folders
21034 Checking is turned on.
21035 The default for this option is 3 minutes (180).
21036 For folders that are local to this system or
21037 that are accessed using the IMAP protocol
21038 the value of the option
21039 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21040 is used.
21041 For all other monitored folders, the value of this option is used.
21043 The reason there are two separate options is because it is usually
21044 less expensive to check local and IMAP folders than it is to check
21045 other types, like POP or NNTP folders.
21046 You may want to set this secondary value to a higher number than
21047 the primary check interval.
21049 <UL>   
21050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21051 </UL><P>
21052 &lt;End of help on this topic&gt;
21053 </BODY>
21054 </HTML>
21055 ====== h_config_incoming_list ======
21056 <HTML>
21057 <HEAD>
21058 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21059 </HEAD>
21060 <BODY>
21061 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21063 This option has no effect unless the feature
21064 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21065 is set, which in turn has no effect unless
21066 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21067 is set.
21069 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21070 normally monitor all Incoming Folders.
21071 You may use this option to restrict the list of monitored folders to a
21072 subset of all Incoming Folders.
21074 <UL>   
21075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21076 </UL><P>
21077 &lt;End of help on this topic&gt;
21078 </BODY>
21079 </HTML>
21080 ====== h_config_pers_name ======
21081 <HTML>
21082 <HEAD>
21083 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21084 </HEAD>
21085 <BODY>
21086 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21088 This value is used to determine the full name part of the "From" address
21089 on messages you send.
21090 <!--chtml if pinemode="os_windows"-->
21091  PC-Alpine requires that this be set in order to properly construct the "From" address.
21092 <!--chtml else-->
21093  If unset, Unix Alpine will obtain your full name from
21094  the system password file. PC-Alpine, on the other hand, requires that this be set.
21095 <!--chtml endif-->
21097 If you want to change the value of what gets included in the From header
21098 in messages you send (other than just the Personal Name)
21099 look <A HREF="h_config_change_your_from">here</A> for a description.
21100 <P><UL>
21101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21102 </UL><P>
21103 &lt;End of help on this topic&gt;
21104 </BODY>
21105 </HTML>
21106 ====== h_config_pruned_folders ======
21107 <html>
21108 <header>
21109 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21110 </header>
21111 <body>
21112 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21114 This variable allows you to define a list of one or more folders that
21115 Alpine will offer to prune for you in the same way it automatically offers
21116 to prune your "sent-mail" folder each month.
21117 Each folder in this list must be a folder in your default folder collection
21118 (the first folder collection if you have more than one), and it is just
21119 the relative name of the folder in the collection, not the fully-qualified name.
21120 It is similar to sent-mail.
21121 Instead of something like
21123 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21125 the correct value to use would be
21127 <CENTER><SAMP>folder</SAMP></CENTER>
21129 There is an assumption here that your first collection is the folders in
21131 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21134 Once a month, for each folder listed, Alpine will offer to move
21135 the contents of the folder to a new folder of the same name but with
21136 the previous month's date appended.  Alpine will then look for any such
21137 date-appended folder names created for a previous month, and offer each
21138 one it finds for deletion.
21141 If you decline the first offer, no mail is moved and no new folder is
21142 created.
21145 The new folders will be created
21146 in your default folder collection.
21149 <UL>   
21150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21151 </UL><P>
21152 &lt;End of help on this topic&gt;
21153 </body>
21154 </html>
21155 ====== h_config_upload_cmd ======
21156 <HTML>
21157 <HEAD>
21158 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21159 </HEAD>
21160 <BODY>
21161 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21163 This option affects the behavior of the Composer's &quot;Read File&quot; 
21164 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21165 commands.  It specifies
21166 a Unix program name, and any necessary command line arguments, that Alpine can
21167 use to transfer files from your personal computer into messages that you are
21168 composing.<P>
21170 <B>Note:</B> this facility is intended for use with serial line transfer 
21171 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21172 to work with TCP/IP file transfer programs such as ftp.<P>
21174 If a program is specified, the commands listed above are modified to offer a
21175 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21176 specified here must match the transfer program or protocol available on the
21177 personal computer.<P>
21179 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21180 the specified upload program finishes, Alpine expects the uploaded data to be
21181 contained in this file.<P>
21183 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21184 generates a
21185 temporary file name that it will pass to the specified Unix program.  Alpine
21186 will read the resulting uploaded text from this file and then delete it when
21187 the upload command is finished.<P>
21189 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21190 prompt
21191 you for the name of the file that is to contain the uploaded information that
21192 it is to attach.  Alpine will attach this file to the composition, but will
21193 <B>not</B> delete this file after the upload command is finished.<P>
21195 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21196 command
21197 line arguments.  Alpine will replace this symbol with the name of the file
21198 being used to exchange the uploaded information.  This token allows you to
21199 position the file name where it is required in the Unix program's command
21200 line arguments.<P>
21202 If the &quot;_FILE_&quot; token is not present in the specified command, the
21203 temporary file's name is automatically appended to the specified Unix
21204 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21205 <B>last</B> command line argument.
21206 <P><UL>
21207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21208 </UL><P>
21209 &lt;End of help on this topic&gt;
21210 </BODY>
21211 </HTML>
21212 ====== h_config_upload_prefix ======
21213 <HTML>
21214 <HEAD>
21215 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21216 </HEAD>
21217 <BODY>
21218 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21220 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21221 It defines text to be written to the terminal emulator (via standard output)
21222 immediately prior to starting upload command.  This is useful for
21223 integrated serial line file transfer agents that permit command passing
21224 (e.g., Kermit's APC method).<P>
21226 The special token &quot;_FILE_&quot; may be included in the string specification.
21227 That symbol will be replaced with the (Alpine-created) name of the temporary
21228 file in which Alpine will expect to find the uploaded file.
21229 <P><UL>
21230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21231 </UL><P>
21232 &lt;End of help on this topic&gt;
21233 </BODY>
21234 </HTML>
21235 ====== h_config_download_cmd ======
21236 <HTML>
21237 <HEAD>
21238 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21239 </HEAD>
21240 <BODY>
21241 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21243 This option affects the behavior of the Export command.  It specifies a Unix
21244 program name, and any necessary command line arguments, that Alpine can use to
21245 transfer the exported message to your personal computer's disk.<P>
21246 Note: this facility is intended for use with serial line transfer 
21247 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21248 to work with TCP/IP file transfer programs such as ftp.<P>
21249 If a program is specified, the Export command is modified to offer a
21250 subcommand (^V) to activate the transfer (in lieu of saving it to
21251  the machine where Alpine is running).  Obviously, the Unix program
21252 specified here must match the transfer program or protocol available on the
21253 personal computer.<P>
21255 When this subcommand is selected and before Alpine invokes the specified Unix
21256 program, Alpine will create a temporary file containing the text of the
21257 exported message.  Alpine uses this file to pass the exported message text to
21258 the specified Unix program.<P>
21260 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21261 line arguments.  Alpine will replace this symbol with the temporary file's name
21262 before executing the Unix program.  This token allows you to position the
21263 file name where it is required in the Unix program's command line arguments.
21265 If the &quot;_FILE_&quot; token is not present in the specified command, the
21266 temporary file's name is automatically appended to the specified Unix
21267 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21268 <B>last</B> command line argument.
21269 <P><UL>
21270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21271 </UL><P>
21272 &lt;End of help on this topic&gt;
21273 </BODY>
21274 </HTML>
21275 ====== h_config_download_prefix ======
21276 <HTML>
21277 <HEAD>
21278 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21279 </HEAD>
21280 <BODY>
21281 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21283 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21284 It defines text to be written to the terminal emulator (via standard output)
21285 immediately prior to starting the download command.  This is useful for
21286 integrated serial line file transfer agents that permit command passing
21287 (e.g., Kermit's APC method).
21289 The special token &quot;_FILE_&quot; may be included in the string 
21290 specification.
21291 That symbol will be replaced with the (Alpine-created) name of the temporary
21292 file into which Alpine will place the message to be downloaded.
21293 <P><UL>
21294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21295 </UL><P>
21296 &lt;End of help on this topic&gt;
21297 </BODY>
21298 </HTML>
21299 ====== h_config_mailcap_path ======
21300 <HTML>
21301 <HEAD>
21302 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21303 </HEAD>
21304 <BODY>
21305 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21306 This variable is used to replace Alpine's default mailcap file search path.
21307 It takes one or more file names (full paths must be specified) in which to
21308 look for mail capability data.  The default search path can be found in this
21309 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21310 If there is more than one file name listed, list members should be delimited
21311 by 
21312 <!--chtml if pinemode="os_windows"-->
21313 a semi-colon (;) under Windows; for example:<PRE>
21314         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21315 </PRE>
21316 <!--chtml else-->
21317 a colon (:) under UNIX; for example:<PRE>
21318         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21319 </PRE>
21320 <!--chtml endif-->
21321 <P><UL>
21322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21323 </UL>
21325 &lt;End of help on this topic&gt;
21326 </BODY>
21327 </HTML>
21328 ====== h_config_mimetype_path ======
21329 <HTML>
21330 <HEAD>
21331 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21332 </HEAD>
21333 <BODY>
21334 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21336 This variable is used to replace Alpine's default mime.types file search path.
21337 It takes one or more file names (full paths must be specified) in which to
21338 look for file-name-extension to MIME type mapping data.  The default search
21339 path can be found in this
21340 <A HREF="h_news_config">Alpine Configuration</A> help.
21344 If there is more than one file name listed, list members should be delimited
21345 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21347 &lt;End of help on this topic&gt;
21348 </BODY></HTML>
21349 ====== h_config_set_att_ansi ======
21350 <HTML><HEAD>
21351 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21352 </HEAD>
21353 <BODY>
21354 <H1>OPTION: Set printer to attached ansi printer</H1>
21356 Type "S" to set your printer to "attached-to-ansi".<BR>
21357 It is OK to include "attached-to-ansi" in your personal list below.
21359 &lt;End of help on this topic&gt;
21360 </BODY></HTML>
21361 ====== h_config_set_att_ansi2 ======
21362 <HTML><HEAD>
21363 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21364 </HEAD>
21365 <BODY>
21366 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21368 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21369 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21370 list below.
21374 This is the same as the "attached-to-ansi" option except that a
21375 formfeed character will not be appended to the end of the print job.
21376 If your printer already ejects the paper by itself at the end of the
21377 job, you may prefer the "no-formfeed" form of this printer so that you
21378 don't get an extra blank page between print jobs.
21381 &lt;End of help on this topic&gt;
21382 </BODY></HTML>
21383 ====== h_config_set_att_wyse ======
21384 <HTML><HEAD>
21385 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21386 </HEAD>
21387 <BODY>
21388 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21390 Type "S" to set your printer to "attached-to-wyse".<BR>
21391 It is OK to include "attached-to-wyse" in your personal list below.
21393 This is very similar to "attached-to-ansi".
21394 The only difference is in the control characters sent to turn the printer
21395 on and off.
21396 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21397 to turn on the printer and ESC LEFT_BRACKET 4 i
21398 to turn it off.
21399 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21400 &lt;End of help on this topic&gt;
21401 </BODY></HTML>
21402 ====== h_config_set_att_wyse2 ======
21403 <HTML><HEAD>
21404 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21405 </HEAD>
21406 <BODY>
21407 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21409 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21410 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21411 list below.
21415 This is the same as the "attached-to-wyse" option except that a
21416 formfeed character will not be appended to the end of the print job.
21417 If your printer already ejects the paper by itself at the end of the
21418 job, you may prefer the "no-formfeed" form of this printer so that you
21419 don't get an extra blank page between print jobs.
21422 &lt;End of help on this topic&gt;
21423 </BODY></HTML>
21424 ====== h_config_set_stand_print ======
21425 <HTML>
21426 <HEAD>
21427 <TITLE>OPTION: Set default printer</TITLE>
21428 </HEAD>
21429 <H1>OPTION: Set default printer</H1>
21430 <BODY>
21431 Move to the printer you want and type "S" to set it to be your
21432 default printer.  This list is not modifiable by you and has been
21433 set up by the system administrators.  If there is more than one printer
21434 listed in the Command List, you will be able to cycle through that
21435 whole list at the time you print, starting with your default.
21436 It is OK to include entries from this Standard list in your personal
21437 list below.
21439 &lt;End of help on this topic&gt;
21440 </BODY>
21441 </HTML>
21442 ====== h_config_set_custom_print ======
21443 <HTML>
21444 <HEAD>
21445 <TITLE>OPTION: Set default printer</TITLE>
21446 </HEAD>
21447 <H1>OPTION: Set default printer</H1>
21448 <BODY>
21449 You may add as many print commands as you want to your personal list.
21450 Specify one of them as your default printer by moving to the printer
21451 you want and typing "S".  If there is more than one printer listed
21452 in the Command List, you will be able to cycle through that list at
21453 the time you print, starting with your default.  It is OK to include
21454 entries from the Standard list above or to include the command
21455 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21456 "attached-to-wyse-no-formfeed" as one of the entries here.
21458 &lt;End of help on this topic&gt;
21459 </BODY>
21460 </HTML>
21461 ====== h_config_user_id =====
21462 <HTML>
21463 <HEAD>
21464 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21465 </HEAD>
21466 <BODY>
21467 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21469 This value is used as part of the "From" address on messages you send.
21470 It is also the default login name for remote IMAP server access.  Set this
21471 to the username part you want to appear on outgoing email.
21473 If you want to change the value of what gets included in the From header
21474 in messages you send (other than just the User ID)
21475 look <A HREF="h_config_change_your_from">here</A> for a description.
21477 <P><UL>   
21478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21479 </UL><P>
21480 &lt;End of help on this topic&gt;
21481 </BODY>
21482 </HTML>
21483 ====== h_config_user_dom =====
21484 <HTML>
21485 <HEAD>
21486 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21487 </HEAD>
21488 <BODY>
21489 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21491 This value specifies the domain part (right-hand side) of your return
21492 address on outgoing email and is also used as the default domain for email
21493 composed to a local user.
21494 <!--chtml if pinemode="os_windows"-->
21495  This value is required for PC-Alpine. If you are unsure as to what this should be,
21496  contact your local help desk, system administrator, or Internet Service Provider.
21497 <!--chtml else-->
21498  If unset, Unix Alpine will obtain the domain from
21499  the system.  Often this value will be set for your whole site by the
21500  system administrator.<P>
21501 <!--chtml endif-->
21502 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21503 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21505 If you want to change the value of what gets included in the From header
21506 in messages you send (other than just the User Domain)
21507 look <A HREF="h_config_change_your_from">here</A> for a description.
21508 <P><UL>
21509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21510 </UL><P>
21511 &lt;End of help on this topic&gt;
21512 </BODY>
21513 </HTML>
21514 ====== h_config_smtp_server =====
21515 <HTML>
21516 <HEAD>
21517 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21518 </HEAD>
21519 <BODY>
21520 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21521 This value specifies the name of one or more SMTP 
21522 (Simple Mail Transfer Protocol) servers for sending mail. 
21523 <!--chtml if pinemode="os_windows"-->
21524 You must have an SMTP server for use with PC-Alpine.
21525 SMTP servers are
21526 normally set up by a system administrator for use by all members of a given
21527 campus or department.
21528 Contact your local help desk to ask what SMTP
21529 servers you should use.  
21530 <!--chtml else-->
21531 Unix Alpine users may not need to set an SMTP server.
21532 Alpine will attempt to execute the program (usually sendmail) that is used
21533 to insert mail into the mail system.
21534 If this works for you, you may leave this option blank.
21535 If there is an SMTP server running on the Unix host you may be able to
21536 improve sending performance slightly by setting the SMTP server option
21537 to &quot;localhost&quot; or to the actual name of the Unix host.
21539 If the Unix host doesn't work the way Alpine was expecting you will need to
21540 set the value of this option.
21541 SMTP servers are
21542 normally set up by a system administrator for use by all members of a given
21543 campus or department.
21544 Contact your local help desk to ask what SMTP
21545 servers you should use.  
21546 <!--chtml endif-->
21548 Your SMTP server may offer SMTP AUTH authentication.
21549 It may even require it.
21550 If your SMTP server offers SMTP AUTH authentication you may specify a
21551 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21552 This parameter requires an associated value,
21553 the username identifier with which to establish the server
21554 connection.
21555 An example might be:
21558 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21561 If AUTH authentication is offered by the server, this will cause Alpine to
21562 attempt to use it.
21563 If AUTH authentication is not offered by the server, this will cause Alpine
21564 to fail sending with an error similar to:
21567 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21570 Another type of authentication that is used by some ISPs is called
21571 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21572 which means that you have to authenticate
21573 yourself to the POP or IMAP server by opening a mailbox before you
21574 can send mail.
21575 To do this, you usually only have to open your INBOX.
21578 You may tell Alpine to use the
21579 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21580 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21581 parameter
21582 in this option.
21583 At this time &quot;/submit&quot; is simply equivalent to specifying
21584 port 587, though it may imply more than that at some point in the future.
21585 Some ISPs are blocking port 25 in order to reduce the amount of spam
21586 being sent to their users.
21587 You may find that the submit option allows you to get around such a block.
21590 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21593 To specify any non-standard port number on the SMTP server you may follow
21594 the hostname with a colon followed by the portnumber.
21597 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21600 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21601 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21602 If that fails then a non-encrypted connection will be attempted instead.
21603 You may specify that a TLS connection is required if you wish.
21604 If you append &quot;/tls&quot; to the name then the connection will fail
21605 instead of falling back to a non-secure connection.
21608 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21612 For more details about server name possibilities see
21613 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21616 <UL>
21617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21618 </UL>
21620 &lt;End of help on this topic&gt;
21621 </BODY>
21622 </HTML>
21623 ====== h_config_nntp_server =====
21624 <HTML>
21625 <HEAD>
21626 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21627 <BODY>
21628 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21630 This value specifies the name of one or more NNTP
21631 (Network News Transfer Protocol)
21632 servers for reading and posting USENET news.
21633 NNTP servers are normally
21634 set up by a system administrator for use by all members of a given campus
21635 or department.
21636 Contact your local help desk to ask what NNTP servers you should use.  
21637 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21638 Often Unix Alpine users will find that this variable has been
21639 set for the whole system (and they don't have to worry about it).  
21640 <!--chtml endif-->
21641 When you define an NNTP server here, Alpine implicitly defines a news
21642 collection for you, assuming that server as the news server and assuming
21643 that you will use the NNTP protocol and a local newsrc configuration file
21644 for reading news.
21645 For more about reading news with Alpine, see
21646 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21648 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21649 or &quot;AUTHINFO USER&quot; authentication.
21650 It may even require it.
21651 If your NNTP server does offer such authentication you may specify a user name
21652 parameter to cause Alpine to attempt to authenticate.
21653 The same is true for the server name in a folder collection that uses NNTP.
21654 This parameter requires an associated value,
21655 the username identifier with which to establish the server connection.
21656 An example might be:
21659 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21662 If authentication is offered by the server, this will cause Alpine to
21663 attempt to use it.
21664 If authentication is not offered by the server, this will cause Alpine
21665 to fail with an error similar to:
21668 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21670 For more details about the server name possibilities see
21671 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21672 <P><UL>
21673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21674 </UL><P>
21675 &lt;End of help on this topic&gt;
21676 </BODY>
21677 </HTML>
21678 ====== h_config_inbox_path =====
21679 <HTML>
21680 <HEAD>
21681 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21682 </HEAD>
21683 <BODY>
21684 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21686 This value overrides the default value of your INBOX name/path/location.
21687 <!--chtml if pinemode="os_windows"-->
21688 PC-Alpine users must specify an inbox path and it must be a folder on an
21689 IMAP server.  
21690 <!--chtml else-->
21691 Unix and VMS Alpine users will often find that this variable
21692 has been pre-configured by your system administrator.  
21693 <!--chtml endif-->
21694 You may be able to specify an alternate INBOX that is either a local folder 
21695 or a folder on an IMAP server.
21697 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21698 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21699 mail server.
21701 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21702 details on the syntax of folder definitions.
21704 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21705 mail is disappearing.
21706 <P><UL>
21707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21708 </UL><P>
21709 &lt;End of help on this topic&gt;
21710 </BODY>
21711 </HTML>
21712 ====== h_config_change_your_from =====
21713 <HTML>
21714 <HEAD>
21715 <TITLE>How to Change your From Address</TITLE>
21716 </HEAD>
21717 <BODY>
21718 <H1>How to Change your From Address</H1>
21720 If the From address that Alpine includes in mail that you send is not correct,
21721 you may want to configure a different default value for the From address.
21722 You may follow these directions to change the default:
21725 <UL>
21726   <LI> Go to the Main Alpine Menu
21727   <LI> From there type the Setup Command
21728   <LI> From there type the Config Command
21729 </UL>
21732 You've probably already seen this SETUP CONFIGURATION screen.
21733 If not, there are many options you may want to set here.
21734 To set the value of the From header you may use the
21735 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21736 Find it by scrolling down a few pages or use the WhereIs command to
21737 search for &quot;customized&quot;.
21738 You may want to read the help text associated with the option.
21740 To add a custom From header, type the Add command and enter the
21741 full header line, including the leading &quot;From:&nbsp;&quot;.
21742 For example:
21744 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21746 Now exit the Setup command and try sending mail to yourself to see
21747 what the From line looks like.
21749 When you are in the composer you may edit the custom From line by typing
21750 Ctrl-R while your cursor is in the headers of the message and then moving
21751 to the From line and editing.
21752 If you want to leave the default value the same but add the possibility
21753 of being able to edit the header when you compose, add just the header
21754 name without a value.
21755 For example:
21757 <CENTER><SAMP>From:</SAMP></CENTER>
21759 If you change your From address you may also find it useful to add the
21760 changed From address to the
21761 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21762 configuration option.
21764 <UL>   
21765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21766 </UL><P>
21767 &lt;End of help on this topic&gt;
21768 </BODY>
21769 </HTML>
21770 ====== h_config_default_fcc =====
21771 <HTML>
21772 <HEAD>
21773 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21774 </HEAD>
21775 <BODY>
21776 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21778 This value specifies where a copy of outgoing mail should be saved.  If
21779 this is not a path name, it will be in the default collection for saves.
21780 Any valid folder specification, local or IMAP, is allowed.  This default
21781 folder carbon copy only applies when the 
21782 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21783 is set to use the default folder.  
21784 <!--chtml if pinemode="os_windows"-->
21785 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21786 <!--chtml else-->
21787 Unix Alpine default
21788 is normally &quot;sent-mail&quot; in the default folder collection. 
21789 <!--chtml endif-->
21791 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21792 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21793 IMAP server (remember that in order to later access this remote folder through Alpine, it
21794 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21795 for more information). An example:<p>
21796 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21798 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21800 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21801 details on the syntax of folder definitions.
21803 <UL>   
21804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21805 </UL><P>
21806 &lt;End of help on this topic&gt;
21807 </BODY>
21808 </HTML>
21809 ====== h_config_def_save_folder =====
21810 <HTML>
21811 <HEAD>
21812 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21813 </HEAD>
21814 <BODY>
21815 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21817 This option determines the default folder name for save-message operations 
21818 (&quot;saves&quot;).
21820 If this is not a path name, it will be in the default collection for saves.
21821 Any valid folder specification, local or IMAP, is allowed.  This default
21822 folder only applies when the
21823 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21824 doesn't override it.  
21825 <!--chtml if pinemode="os_windows"-->
21826 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21827 <!--chtml else-->
21828 Unix Alpine default
21829 is normally &quot;saved-messages&quot; in the default folder collection.
21830 <!--chtml endif-->
21831 If you access your email through an IMAP server, especially if you often switch between Unix
21832 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21833 IMAP server (remember that in order to later access this remote folder through Alpine, it
21834 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21835 for more information). An example:<p>
21836 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21838 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21839 details on the syntax of folder definitions.
21841 <UL>   
21842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21843 </UL><P>
21844 &lt;End of help on this topic&gt;
21845 </BODY>
21846 </HTML>
21847 ====== h_config_postponed_folder =====
21848 <HTML>
21849 <HEAD>
21850 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21851 </HEAD>
21852 <BODY>
21853 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21855 This value overrides the default name for the folder where postponed
21856 messages are saved.  If this is not a path name, it will be in the default
21857 collection for message Saves.  Any valid folder specification, local or
21858 remote, is allowed. 
21859 PC-Alpine default
21860 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21861 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21862 in the default collection. 
21864 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21865 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21866 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21867 in all Alpine copies you use. 
21868 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21869 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21870 for more information). An
21871 example:<p> 
21872 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21874 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21875 details on the syntax of folder definitions.
21877 <UL>   
21878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21879 </UL><P>
21880 &lt;End of help on this topic&gt;
21881 </BODY>
21882 </HTML>
21883 ====== h_config_read_message_folder =====
21884 <HTML>
21885 <HEAD>
21886 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21887 </HEAD>
21888 <BODY>
21889 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21891 By virtue of specifying a folder name here, Alpine will be configured to
21892 save all messages that you have read during a session into the designated
21893 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21894 between your really new email (in your INBOX) and those that you have
21895 already read.  Depending on how you define the 
21896 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21897 setting, you may or may not be asked when you quit
21898 Alpine if you want read messages to be moved to this folder.  In either
21899 case, moving the messages means they will be deleted from your INBOX.
21901 If this is not a path name, it will be in the default collection for
21902 saves.  Any valid folder specification, local or remote (via IMAP), is
21903 allowed.  There is no default for the name of the read message folder.
21905 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21906 details on the syntax of folder definitions.
21908 <UL>   
21909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21910 </UL><P>
21911 &lt;End of help on this topic&gt;
21912 </BODY>
21913 </HTML>
21914 ====== h_config_form_folder =====
21915 <HTML>
21916 <HEAD>
21917 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21918 </HEAD>
21919 <BODY>
21920 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21922 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21923 contain messages that you have composed and that are intended to be
21924 sent in their original form repeatedly.
21927 Setting this variable will alter Alpine's usual behavior when you
21928 execute the Compose command.  Normally, Alpine offers a chance to
21929 continue a postponed or interrupted message should one or the other
21930 exist.  When this variable is set to a folder name that exists, Alpine
21931 will also offer the chance to select a message from the folder to
21932 insert into the composer (much like when continuing a postponed message).
21933 The difference, however, is that Alpine will not automatically delete
21934 the selected message from the Form Letter Folder.
21936 Setting this variable will also affect Alpine's behavior when you
21937 Postpone a message from the composer.  Normally, Alpine simply stashes
21938 the message away in your
21939 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21940 Regardless of the specified folder's existence, Alpine will ask which
21941 folder you intend the message to be stored in.  Choose the
21942 &quot;F&quot; option to store the message in your Form Letter Folder.
21943 This is the most common way to add a message to the folder.
21946 Another method of adding messages to the folder is via the Alpine
21947 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21948 you expect to send in the same form again, you can enter the Form
21949 Letter Folder's name in this field.  Alpine, as usual, will copy the
21950 message as it's sent.  Note, when you later select this message from 
21951 your Form Letter Folder, it will have the same recipients as the original
21952 message.
21955 To delete a message from the Form Letter Folder, you can either select
21956 the folder from a suitable FOLDER LIST screen, or use the Delete
21957 command in the MESSAGE INDEX offered when selecting from the folder as
21958 part of the Compose command.  You can delete a Form Letter Folder just
21959 as any other folder from a suitable FOLDER LIST screen.
21962 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21963 facility can be used
21964 to replace the Form Letter Folder.
21967 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21968 details on the syntax of folder definitions.
21971 <UL>   
21972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21973 </UL><P>
21974 &lt;End of help on this topic&gt;
21975 </BODY>
21976 </HTML>
21977 ====== h_config_archived_folders =====
21978 <HTML>
21979 <HEAD>
21980 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21981 </HEAD>
21982 <BODY>
21983 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21985 This is like
21986 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21987 only more general.  You may archive
21988 any of the folders in your incoming collection.  This is a list of folder
21989 pairs, with the first separated from the second in the pair by a space.
21990 The first folder in a pair is the folder you want to archive, and the
21991 second folder is the folder that read messages from the first should be
21992 moved to.  Depending on how you define the
21993 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21994 setting, you may or may not be asked when you
21995 leave the first folder if you want read messages to be moved to the
21996 second folder.  In either case, moving the messages means they will be
21997 deleted from the first folder.
21999 The name of the first folder in each pair can be either the technical
22000 specification of the folder (like what appears in your configuration file)
22001 or (much easier) the nickname that you gave the folder when you made it
22002 an incoming folder.
22004 For example:<p>
22005 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22006 <p>or, using nicknames:<p>
22007 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22009 If these are not path names, they will be in the default collection for
22010 saves. Any valid folder specification, local or remote (via IMAP), is
22011 allowed. There is no default.
22013 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22014 details on the syntax of folder definitions.
22016 <UL>   
22017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22018 </UL><P>
22019 &lt;End of help on this topic&gt;
22020 </BODY>
22021 </HTML>
22022 ====== h_config_newsrc_path ======
22023 <HTML>
22024 <HEAD>
22025 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22026 </HEAD>
22027 <BODY>
22028 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22030 This option overrides the default name Alpine uses for your "newsrc" news
22031 status and subscription file.  If set, Alpine will take this value as the
22032 full pathname for the desired newsrc file.<P>
22034 If this option is <B>not</B> set, 
22035 <!--chtml if pinemode="os_windows"-->
22036 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22037 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22038 directory as your pinerc file for NEWSRC.
22039 <!--chtml else-->
22040 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22041 your account's home directory).
22042 <!--chtml endif-->
22043 <P><UL>
22044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22045 </UL>
22047 &lt;End of help on this topic&gt;
22048 </BODY>
22049 </HTML>
22050 ====== h_config_literal_sig =====
22051 <HTML>
22052 <HEAD>
22053 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22054 </HEAD>
22055 <BODY>
22056 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22058 With this option your actual signature, as opposed to
22059 the name of a file containing your signature,
22060 is stored in the Alpine configuration file.
22061 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22064 This is simply a different way to store the signature.
22065 The signature is stored inside your Alpine configuration file instead of in
22066 a separate file.
22067 Tokens work the same way they do with the
22068 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22069 help.
22072 The Setup/Signature command on Alpine's MAIN MENU will edit
22073 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22074 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22075 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22076 instead.
22079 The two character sequence &#92;n (backslash followed by
22080 the character n) will be used to signify a line-break in your signature.
22081 You don't have to enter the &#92;n, but it will be visible in the
22082 SETUP CONFIGURATION window after you are done editing the signature.
22085 <UL>   
22086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22087 </UL><P>
22088 &lt;End of help on this topic&gt;
22089 </BODY>
22090 </HTML>
22091 ====== h_config_signature_file =====
22092 <HTML>
22093 <HEAD>
22094 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22095 </HEAD>
22096 <BODY>
22097 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22099 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22100 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22101 You can tell that that is the case because the value of the
22102 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22104 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22106 You may either use all Literal Signatures (signatures stored in your
22107 configuration file) throughout Alpine, or all signature files.
22108 You can't mix the two.
22110 This is the name of a file that will be automatically inserted into
22111 outgoing messages.
22112 It typically contains information such as your
22113 name, email address and organizational affiliation.
22114 Alpine adds the
22115 signature into the message as soon as you enter the composer so you
22116 can choose to remove it or edit it on a message by message basis.
22117 Signature file placement in message replies is controlled by the
22118 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22119 setting in the feature list.
22122 The default file name is
22123 <!--chtml if pinemode="os_windows"-->
22124 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22125 PINERC file is a local file.
22126 If your PINERC file is remote, then it will be in the directory specified
22127 by the &quot;-aux local_directory&quot; command line option.
22128 <!--chtml else-->
22129 &quot;.signature&quot;.
22130 <!--chtml endif-->
22133 To create or edit your signature file choose Setup from the MAIN MENU
22134 and then select S for Signature (Main/Setup/Signature).  This puts you
22135 into the Signature Editor where you can enter a <EM>few</EM> lines of
22136 text containing your identity and affiliation.
22139 If the filename is followed by a vertical bar (|) then instead
22140 of reading the contents of the file the file is assumed to be a
22141 program that will produce the text to be used on its standard output.
22142 The program can't have any arguments and doesn't receive any input from Alpine,
22143 but the rest of the processing works as if the contents came from a file.
22146 Instead of storing the data in a local file, the
22147 signature data may be stored remotely in an IMAP folder.
22148 In order to do this, 
22149 you must use a remote name for the file.
22150 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22152 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22155 The syntax used here is the same as the syntax used for remote configuration
22156 files from the command line.
22157 Note that you may not access an existing signature file remotely,
22158 you have to create a new <EM>folder</EM> that contains the signature data.
22159 If the name you use here for the signature file is a remote name, then when
22160 you edit the file from the Setup/Signature command the data will be stored
22161 remotely in the folder.
22162 You aren't required to do anything special to create the folder, it
22163 gets created automatically if you use a remote name.
22166 Besides regular text, the signature file may also contain
22167 (or a signature program may produce) tokens that
22168 are replaced with text that usually depends on the message you are replying
22169 to or forwarding.
22170 For example, if the signature file contains the token
22172 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22174 anywhere in the text, then that token is replaced by the date
22175 the message you are replying to or forwarding was sent.
22176 If it contains
22178 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22180 that is replaced with the current date.
22181 The first is an example of a token that depends on the message you
22182 are replying to (or forwarding) and the second is an example which
22183 doesn't depend on anything other than the current date.
22184 You have to be a little careful with this facility since tokens that
22185 depend on the message you are replying to or forwarding will be replaced
22186 by nothing in the case where you are composing a new message from scratch.
22187 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22188 in this respect.
22189 It allows you to use different signature files in different cases.
22192 The list of tokens available for use in the signature file is
22193 <A HREF="h_index_tokens">here</A>.
22196 Instead of, or along with the use of &quot;roles&quot; to give you
22197 different signature files in different situations, there is also
22198 a way to conditionally include text based
22199 on whether or not a token would result in specific replacement text.
22200 For example, you could include some text based on whether or not
22201 the _NEWS_ token would result in any newsgroups if it was used.
22202 This is explained in detail
22203 <A HREF="h_reply_token_conditionals">here</A>.
22204 This isn't for the faint of heart.
22206 In the very unlikely event that you want to include a literal token
22207 in the signature you must precede it with a backslash character.
22208 For example,
22210 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22212 would produce something like
22214 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22216 It is not possible to have a literal backslash followed by an expanded token.
22218 An alternate method for storing the signature data is available by using the
22219 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22220 This variable will be used by default.
22222 <UL>   
22223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22224 </UL><P>
22225 &lt;End of help on this topic&gt;
22226 </BODY>
22227 </HTML>
22228 ====== h_config_init_cmd_list =====
22229 <HTML>
22230 <HEAD>
22231 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22232 </HEAD>
22233 <BODY>
22234 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22236 The initial keystroke--or command--list option lets you start Alpine at
22237 any place you like.
22238 Whatever keystrokes you specify here will be executed
22239 by Alpine upon startup as a macro.
22240 The words SPACE, TAB, DOWN, UP, LEFT, and
22241 RIGHT indicate the pressing of those keys.
22242 CR indicates the pressing of the RETURN key.
22243 F1 through F12 represent the function keys, and ^ followed
22244 by a character indicates that key pressed along with the control key (in
22245 other words, ^P means Ctrl-P).
22246 As a shortcut notation, an element of the list may be several characters
22247 surrounded by double-quotes (").
22248 That will be expanded into the individual keystrokes
22249 (excluding the double-quote characters).
22250 For example, the quoted-string
22252 <P><CENTER>"ABC"</CENTER>
22255 is interpreted the same as the three separate list members
22257 <P><CENTER>A and B and C</CENTER>
22260 which is also the same as
22262 <P><CENTER>A,B,C</CENTER>
22265 An example: To view message 1 on startup,
22266 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22268 <P><CENTER>I,J,1,CR,V</CENTER>
22271 An equivalent version of this is
22273 <P><CENTER>"IJ1",CR,V</CENTER>
22276 Restrictions: You cannot pre-type into the composer with the initial
22277 keystroke list, and you cannot mix function key commands with letter
22278 commands.
22280 <P><UL>   
22281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22282 </UL>
22284 &lt;End of help on this topic&gt;
22285 </BODY>
22286 </HTML>
22287 ====== h_config_comp_hdrs =====
22288 <html>
22289 <header>
22290 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22291 </header>
22292 <body>
22293 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22295 You can control which headers you want visible when composing outgoing
22296 email using this option.
22297 You can specify any of the regular set, any
22298 <A HREF="h_compose_richhdr">Rich Header</A>,
22299 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22300 that you have already defined.
22301 If you use this setting at all, you must specify all the
22302 headers you want to see, you can't just add to the regular header set.
22303 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22305 Note that the "Newsgroups:" header will be abbreviated in the Composer
22306 display, but should be spelled out in full here.<p>
22307 <UL>   
22308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22309 </UL><P>
22310 &lt;End of help on this topic&gt;
22311 </body>
22312 </html>
22313 ====== h_config_custom_hdrs =====
22314 <HTML>
22315 <HEAD>
22316 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22317 </HEAD>
22318 <BODY>
22319 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22321 You may add your own custom headers to outgoing messages.
22322 Each header you specify here must include the header tag 
22323 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22324 and may optionally include a value for that header.
22325 If you want to see these custom headers each time you compose a message,
22326 you must add them to your
22327 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22328 otherwise they become part
22329 of the rich header set that you only see when you press the
22330 <A HREF="h_compose_richhdr">Rich Header</A>
22331 <!--chtml if pinemode="function_key"-->(F5)
22332 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22333 (If you are looking for a way to change which headers are <EM>displayed</EM>
22334 when you view a message, take a look at the
22335 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22336 option instead.)
22337 Here's an example that shows how you might set your From address
22339 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22341 and another showing how you might set a Reply-To address
22343 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22345 You may also set non-standard header values here.
22346 For example, you could add
22348 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22350 or even
22352 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22354 If you include a value after the colon then that header will be included
22355 in your outgoing messages unless you delete it before sending.
22356 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22357 it will not be included in outgoing messages unless you edit a value
22358 in manually.
22359 For example, if
22361 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22363 is in the list, then the Reply-To header will be available for editing
22364 but won't be included unless a value is added while in the composer.
22366 It's actually a little more complicated than that.
22367 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22368 defaults.
22369 If the message you are about to compose already has a value for a header,
22370 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22371 For example, if you are Replying to a message the Subject field
22372 will already be filled in.
22373 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22374 custom subject will <EM>NOT</EM> be used.
22375 The subject derived from the subject of the message you are Replying
22376 to will be used instead.
22378 It is also possible to make header setting even more complicated and more
22379 automatic by using
22380 <A HREF="h_rules_roles">Roles</A>,
22381 but if all you want to do is set a default value for a header, you don't
22382 need to think about Roles.
22384 If you change your From address you may also find it useful to add the
22385 changed From address to the
22386 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22387 configuration option.
22389 Limitation: Because commas are used to separate the list of
22390 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22391 header contain a comma.
22392 Nor is there currently an &quot;escape&quot; mechanism provided
22393 to make this work.
22394 <P><UL>
22395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22396 </UL>
22398 &lt;End of help on this topic&gt;
22399 </BODY>
22400 </HTML>
22401 ====== h_config_viewer_headers =====
22402 <HTML>
22403 <HEAD>
22404 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22405 </HEAD>
22406 <BODY>
22407 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22409 You may change the default list of headers that are viewed by listing
22410 the headers you want to view here.  If the headers in your
22411 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22412 will be shown.  The order of the headers you list will be honored.  If
22413 the special value &quot;all-except&quot; is included as the first
22414 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22415 message except those in the list will be shown.  The values are all
22416 case insensitive.
22419 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22420 then the original default headers are ignored.  So, if you just wanted
22421 to add the header Organization to the list, you would have to list
22422 Organization plus all of the other headers originally in the default
22423 list.  If you just included Organization and nothing else, then you
22424 would see only the Organization header, nothing else.
22427 The default list of headers includes:
22428 <UL>
22429   <LI>From
22430   <LI>Resent-From
22431   <LI>To
22432   <LI>Resent-To
22433   <LI>Cc
22434   <LI>Resent-cc
22435   <LI>Bcc
22436   <LI>Newsgroups
22437   <LI>Followup-To
22438   <LI>Date
22439   <LI>Resent-Date
22440   <LI>Subject
22441   <LI>Resent-Subject
22442   <LI>Reply-To
22443 </UL>
22446 If you are looking for a way to control which headers are included in
22447 outgoing mail and are visible or not in the composer, take a look at the
22448 options
22449 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22450 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22451 this option.
22453 <UL>   
22454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22455 </UL><P>
22456 &lt;End of help on this topic&gt;
22457 </BODY>
22458 </HTML>
22459 ====== h_config_viewer_margin_left =====
22460 <HTML>
22461 <HEAD>
22462 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22463 </HEAD>
22464 <BODY>
22465 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22467 This variable controls the left-hand vertical margin's width in
22468 Alpine's Message Viewing screen.
22469 Its value is the number of space characters preceding each displayed line.
22470 For consistency with
22471 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22472 you may specify the column number to start in
22473 (column numbering begins with number 1)
22474 instead of the width of the margin by appending a lower case letter
22475 &quot;c&quot; to the number.
22476 For example, a value of &quot;2c&quot; means to start the text in column two,
22477 which is entirely equivalent to a value of &quot;1&quot;, which means to
22478 leave a margin of 1 space.
22480 The default is a left margin of 0 (zero).
22481 Misconfigurations (for example, negative values or values with starting
22482 left columns greater than the ending right column)
22483 are silently ignored.
22484 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22485 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22486 instead.
22489 &lt;End of help on this topic&gt;
22490 </BODY>
22491 </HTML>
22492 ====== h_config_viewer_margin_right =====
22493 <HTML>
22494 <HEAD>
22495 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22496 </HEAD>
22497 <BODY>
22498 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22500 This variable controls the right-hand vertical margin's width in
22501 Alpine's Message Viewing screen.
22502 Its value is the number of space characters following each displayed line.
22503 You may specify the column number to end the text in
22504 (column numbering begins with number 1)
22505 instead of the width of the margin by appending a lower case letter
22506 &quot;c&quot; to the number.
22507 For example, a value of &quot;76c&quot; means to end the text in column 76.
22508 If the screen is 80 characters wide, this is equivalent to a value
22509 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22510 However, if you use different size screens at different times, then these
22511 two values are not equivalent.
22513 The default right margin is 4.
22514 Misconfigurations (for example, negative values or values with starting
22515 left columns greater than the ending right column)
22516 are silently ignored.
22517 If the number of columns for text between the
22518 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22519 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22520 instead.
22523 &lt;End of help on this topic&gt;
22524 </BODY>
22525 </HTML>
22526 ====== h_config_quote_suppression =====
22527 <HTML>
22528 <HEAD>
22529 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22530 </HEAD>
22531 <BODY>
22532 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22534 This option should be used with care.
22535 It will cause some of the quoted text to be eliminated from the
22536 display when viewing a message in the MESSAGE TEXT screen.
22537 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22538 value &quot;5&quot;,
22539 this will cause quoted text that is longer than five lines to be truncated.
22540 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22541 Quoted text of more than six lines will have the first five lines displayed
22542 followed by a line that looks something like
22544 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22546 As a special case, if exactly one line of quoted text would be hidden, the
22547 entire quote will be shown instead.
22548 So for the above example, quoted text that is exactly six lines long will
22549 will be shown in its entirety.
22550 (In other words, instead of hiding a single line and adding a line
22551 that announces that one line was hidden, the line is just shown.)
22553 If the sender of a message has carefully chosen the quotes that he or she
22554 includes, hiding those quotes may change the meaning of the message.
22555 For that reason, Alpine requires that when you want to set the value of this
22556 variable to something less than four lines, you actually have to set it
22557 to the negative of that number.
22558 So if you want to set this option to &quot;3&quot;, you actually have to
22559 set it to &quot;-3&quot;.
22560 The only purpose of this is to get you to think about whether or not you
22561 really want to do this!
22562 If you want to delete all quoted text you set the value of this option
22563 to the special value &quot;-10&quot;.
22565 The legal values for this option are
22567 <TABLE>   
22568 <TR>
22569   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22570   <TD> Default, don't hide anything </TD>
22571 </TR>
22572 <TR>
22573   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22574   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22575 </TR>
22576 <TR>
22577   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22578   <TD> Suppress if more than that many lines </TD>
22579 </TR>
22580 <TR>
22581   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22582   <TD> Suppress all quoted lines </TD>
22583 </TR>
22584 </TABLE>
22586 If you set this option to a non-default value you may sometimes wish to
22587 view the quoted text that is not shown.
22588 When this is the case, the
22589 <A HREF="h_common_hdrmode">HdrMode Command</A>
22590 may be used to show the hidden text.
22591 Typing the &quot;H&quot; command once will show the hidden text.
22592 Typing a second &quot;H&quot; will also turn on Full Header mode.
22593 The presence or absence of the HdrMode command is determined by the
22594 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22595 Feature-List option in your Alpine configuration, so you will want to
22596 be sure that is turned on if you use quote suppression.
22598 For the purposes of this option, a quote is a line that begins with the
22599 character &quot;&gt;&quot;.
22601 Quotes are only suppressed when displaying a message on the screen.
22602 The entire quote will be left intact when printing or forwarding or something
22603 similar.
22605 &lt;End of help on this topic&gt;
22606 </BODY>
22607 </HTML>
22608 ====== h_config_saved_msg_name_rule =====
22609 <HTML>
22610 <HEAD>
22611 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22612 </HEAD>
22613 <BODY>
22614 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22616 This option determines the default folder name when saving
22617 a message.
22620 The default option is &quot;default-folder&quot;, which is the folder
22621 called &quot;saved-messages&quot; in Unix Alpine and
22622 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22623 the Alpine option called
22624 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22627 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22628 get the chosen option's value for the message being saved (or for the
22629 first message being saved if using an aggregrate save).
22630 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22631 value of who the message came from (i.e. the from address).
22632 Alpine then attempts to save the message to a folder matching that value.
22633 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22634 &quot;by-sender&quot;.
22635 The opposite is also true.
22636 If &quot;by-recipient&quot; is chosen and the message was posted to a
22637 newsgroup, Alpine will use the newsgroup name.
22638 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22639 &quot;by-from&quot;.
22642 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22643 to use the personal name part of the address instead of the mailbox part.
22644 If any of the &quot;by-nick&quot; options are chosen, the
22645 address is looked up in your address book and if found, the
22646 nickname for that entry is used.
22647 Only simple address book entries are checked, not distribution lists.
22648 Similarly, if any of the
22649 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22650 address book entry is used.
22651 If by-realname, or the by-nick or by-fcc lookups result in no value,
22652 then if the chosen option ends with the &quot;then-from&quot;,
22653 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22654 or &quot;then-recip&quot; suffix, Alpine
22655 reverts to the same behavior as &quot;by-from&quot;,
22656 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22657 depending on which option was specified.
22658 If the chosen option doesn't end with one of
22659 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22660 folder when no match is found in the address book.
22663 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22664 to save to the folder that you saved to the last time you saved a
22665 message.  The first time you save a message in an Alpine session, Alpine
22666 attempts to save the message to the default folder.
22669 Here is an example to make some of the options clearer.
22670 If the message is From
22672 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22674 and this rule is set to &quot;by-from&quot;, then the default folder offered
22675 in the save dialog would be &quot;flint&quot;.
22677 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22678 be &quot;Fred Flintstone&quot;.
22680 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22681 for the address &quot;flint@bedrock.org&quot; in your address book.
22682 If an entry is found and it has a nickname associated with it, that nickname
22683 will be offered as the default folder.
22684 If not, the default saved message folder will be offered as the default.
22686 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22687 for the address &quot;flint@bedrock.org&quot; in your address book.
22688 If an entry is found and it has an Fcc associated with it, that Fcc
22689 will be offered as the default folder.
22690 If not, the default saved message folder will be offered as the default.
22692 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22693 for the address &quot;flint@bedrock.org&quot; in your address book.
22694 If an entry is found and it has a nickname associated with it, that nickname
22695 will be offered as the default folder.
22696 If it is not found (or has no nickname) then the default offered will be
22697 the same as it would be for the &quot;by-from&quot; rule.
22698 That is, it would be &quot;flint&quot;
22700 <UL>   
22701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22702 </UL><P>
22703 &lt;End of help on this topic&gt;
22704 </BODY>
22705 </HTML>
22706 ====== h_config_fcc_rule =====
22707 <HTML>
22708 <HEAD>
22709 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22710 </HEAD>
22711 <BODY>
22712 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22714 This option determines the default name for folder carbon copy. Choose
22715 one:
22717 <DL>
22718 <DT>default-fcc</DT>
22719 <DD>This is the normal default, the value of which is set in the
22720 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22721 configuration.
22722 </DD>
22724 <DT>last-fcc-used</DT>
22725 <DD> Causes Alpine to use the folder that was last
22726 used in the fcc field
22727 </DD>
22729 <DT>by-nickname</DT>
22730 <DD>Means that Alpine will use the nickname
22731 from your address book that matches the first address in the To line.
22732 If there is no match, it will use the value of the
22733 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22734 </DD>
22736 <DT>by-recipient</DT>
22737 <DD>Means Alpine will form a folder name
22738 based on the left hand side of the first address in the To line.
22739 </DD>
22741 <DT>by-nick-then-recip</DT>
22742 <DD>Means that it will use the
22743 matching nickname from your address book if there is one, otherwise it
22744 will extract the recipient name from the address and use that (like
22745 by-recipient).
22746 </DD>
22748 <DT>current-folder</DT>
22749 <DD>Causes a copy to be written to
22750 the currently open folder, unless that is the INBOX.  In the case
22751 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22752 used instead.
22753 </DD>
22754 </DL>
22757 Note: Whatever the fcc specified by the rule here, it will be
22758 over-ridden by any fcc entries you have in your address book.
22761 <UL>   
22762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22763 </UL><P>
22764 &lt;End of help on this topic&gt;
22765 </BODY>
22766 </HTML>
22767 ====== h_config_sort_key =====
22768 <HTML>
22769 <HEAD>
22770 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22771 </HEAD>
22772 <BODY>
22773 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22775 This option determines the order in which messages will be displayed in
22776 the MESSAGE INDEX screen.  Choose from:
22778 <UL>
22779  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22780  <LI> <A HREF="h_index_sort_date">Date</A>
22781  <LI> <A HREF="h_index_sort_subj">Subject</A>
22782  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22783  <LI> <A HREF="h_index_sort_thread">Thread</A>
22784  <LI> <A HREF="h_index_sort_from">From</A>
22785  <LI> <A HREF="h_index_sort_size">Size</A>
22786  <LI> <A HREF="h_index_sort_score">Score</A>
22787  <LI> <A HREF="h_index_sort_to">To</A>
22788  <LI> <A HREF="h_index_sort_cc">Cc</A>
22789 </UL>
22792 Each type of sort may also be reversed.
22793 Normal default is by &quot;Arrival&quot;.
22796 A possible point of confusion arises when you change the configuration
22797 of the <!--#echo var="VAR_sort-key"-->.
22798 The folder will normally be re-sorted when you go back to viewing the
22799 index.
22800 However, if you have manually sorted the folder with the
22801 Sort
22802 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22803 command, then it will not be re-sorted until the next time it is opened.
22806 <UL>   
22807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22808 </UL><P>
22809 &lt;End of help on this topic&gt;
22810 </BODY>
22811 </HTML>
22812 ====== h_config_other_startup =====
22813 <HTML>
22814 <HEAD>
22815 <TITLE>OPTION: Set Startup Rule</TITLE>
22816 </HEAD>
22817 <BODY>
22818 <H1>OPTION: Set Startup Rule</H1>
22820 This option determines which message will be the <EM>current message</EM> when
22821 the folder is first opened.
22822 It works the same way that the option
22823 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22824 works, so look there for help.
22825 It may be used for any folder, not just incoming folders.
22828 <UL>   
22829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22830 </UL><P>
22831 &lt;End of help on this topic&gt;
22832 </BODY>
22833 </HTML>
22834 ====== h_config_perfolder_sort =====
22835 <HTML>
22836 <HEAD>
22837 <TITLE>Set Sort Order</TITLE>
22838 </HEAD>
22839 <BODY>
22840 <H1>Set Sort Order</H1>
22842 This option determines the order in which messages will be displayed in
22843 the MESSAGE INDEX screen when the Current Folder Type set in the
22844 Pattern is a match. Choose from:
22846 <UL>
22847  <LI> <A HREF="h_index_sort_default">Default</A>
22848  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22849  <LI> <A HREF="h_index_sort_date">Date</A>
22850  <LI> <A HREF="h_index_sort_subj">Subject</A>
22851  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22852  <LI> <A HREF="h_index_sort_thread">Thread</A>
22853  <LI> <A HREF="h_index_sort_from">From</A>
22854  <LI> <A HREF="h_index_sort_size">Size</A>
22855  <LI> <A HREF="h_index_sort_score">Score</A>
22856  <LI> <A HREF="h_index_sort_to">To</A>
22857  <LI> <A HREF="h_index_sort_cc">Cc</A>
22858 </UL>
22861 Each type of sort may also be reversed.
22862 Normal default is by &quot;Arrival&quot;.
22865 A possible point of confusion arises when you change the configuration
22866 of the Sort Order for the currently open folder.
22867 The folder will normally be re-sorted when you go back to viewing the
22868 index.
22869 However, if you have manually sorted the folder with the
22870 Sort
22871 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22872 command, then it will not be re-sorted until the next time it is opened.
22875 <UL>   
22876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22877 </UL><P>
22878 &lt;End of help on this topic&gt;
22879 </BODY>
22880 </HTML>
22881 ====== h_config_fld_sort_rule =====
22882 <HTML>
22883 <HEAD>
22884 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22885 </HEAD>
22886 <BODY>
22887 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22889 This option controls the order in which folder list entries will be
22890 presented in the FOLDER LIST screen.  Choose one of the following:
22892 <DL>
22893 <DT>Alphabetical</DT>
22894 <DD>sort by alphabetical name independent of type
22895 </DD>
22897 <DT>Alpha-with-dirs-last</DT>
22898 <DD>sort by alphabetical name grouping directory entries
22899 to the end of the list
22900 </DD>
22902 <DT>Alpha-with-dirs-first</DT>
22903 <DD>sort by alphabetical name grouping directory entries
22904 to the start of the list
22905 </DD>
22906 </DL>
22908 The normal default is &quot;Alphabetical&quot;.
22911 <UL>   
22912 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22913 </UL><P>
22914 &lt;End of help on this topic&gt;
22915 </BODY>
22916 </HTML>
22917 ====== h_config_ab_sort_rule =====
22918 <HTML>
22919 <HEAD>
22920 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22921 </HEAD>
22922 <BODY>
22923 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22925 This option controls the order in which address book entries will be
22926 presented.  Choose one of the following:
22928 <DL>
22929 <DT>fullname</DT>
22930 <DD>use fullname field, lists mixed in
22931 </DD>
22933 <DT>fullname-with-lists-last</DT>
22934 <DD>use fullname field, but put lists at end
22935 </DD>
22937 <DT>nickname</DT>
22938 <DD>use nickname field, lists mixed in
22939 </DD>
22941 <DT>nickname-with-lists-last</DT>
22942 <DD>use nickname field, but put lists at end
22943 </DD>
22945 <DT>dont-sort</DT>
22946 <DD>don't change order of file
22947 </DD>
22948 </DL>
22951 The normal default is &quot;fullname-with-lists-last&quot;.
22952 If you use an address book from more than one computer and those
22953 computers sort the address book differently then the sort order
22954 will be the order where the last change to the address book was
22955 made.
22956 There are two reasons the sorting might be different on different
22957 systems.
22958 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22959 places.
22960 Second, the collation rules on the two computers may be different.
22961 For example, one system might ignore special characters while the other
22962 doesn't or one may sort upper and lower case letters together while
22963 the other doesn't.
22964 In any case, the order you see is the order on the system where the
22965 last change was made, for example by an address book edit or a
22966 Take Address command.
22969 <UL>   
22970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22971 </UL><P>
22972 &lt;End of help on this topic&gt;
22973 </BODY>
22974 </HTML>
22975 ====== h_config_post_char_set =====
22976 <HTML>
22977 <HEAD>
22978 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22979 </HEAD>
22980 <BODY>
22981 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22983 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22984 when sending messages.
22988 When sending a message the text typed in the composer is
22989 labeled with the character set specified by this option.
22990 If the composed text is not fully representable in the 
22991 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22992 instead;
22995 Attachments are labeled with your
22996 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22999 Generally, there should be little need to set this option.
23000 If left unset, the
23001 default behavior is to label composed text as specifically as
23002 possible.  That is, if the composed text has no non-ASCII characters,
23003 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23004 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23005 attempt to automatically detect a number of character sets including ISO-8859-15,
23006 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23007 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23008 If the message contains a mix of character sets,
23009 it is labeled as &quot;UTF-8.&quot;
23013 This setting is provided to allow you to force a particular character set that
23014 Alpine does not automatically detect. For example, if a message is representable
23015 in more than one character set then Alpine may choose a different default
23016 than you want.
23017 Lastly, by setting this option explicitly to
23018 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23019 &quot;UTF-8&quot; instead of something more specific.
23022 In the Setup/Config screen you may choose from a list of all the
23023 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23026 The options
23027 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23028 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23029 are closely related.
23030 Setting the feature
23031 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23032 should cause this option to be ignored.
23035 <UL>   
23036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23037 </UL><P>
23038 &lt;End of help on this topic&gt;
23039 </BODY>
23040 </HTML>
23041 ====== h_config_unk_char_set =====
23042 <HTML>
23043 <HEAD>
23044 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23045 </HEAD>
23046 <BODY>
23047 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23049 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23050 when reading or replying to messages.
23054 A text message should either be made up of all US-ASCII characters
23055 or it should contain a charset label which tells the software which
23056 character set encoding to use to interpret the message.
23057 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23058 This message is outside of the standards so any attempt to read it could fail.
23059 When Alpine attempts to read such a message it will try to interpret the
23060 text in the character set you specify here.
23061 For example, if you have correspondents who send you unlabeled messages that
23062 are usually made up of characters from the WINDOWS-1251 character set, setting
23063 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23064 allow you to read those messages.
23065 Of course, if the unlabeled message is actually in some other character set,
23066 then you may see garbage on your screen.
23068 Instead of just unlabeled text, this option also affects text which is labeled
23069 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23070 or &quot;US-ASCII&quot;.
23073 In the Setup/Config screen you may choose from a list of all the
23074 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23077 <UL>   
23078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23079 </UL><P>
23080 &lt;End of help on this topic&gt;
23081 </BODY>
23082 </HTML>
23083 ====== h_config_char_set =====
23084 <HTML>
23085 <HEAD>
23086 <TITLE>OPTION: Display Character Set</TITLE>
23087 </HEAD>
23088 <BODY>
23089 <H1>OPTION: Display Character Set</H1>
23091 The Display Character Set configuration option is used when viewing messages.
23093 Alpine uses Unicode characters internally and 
23094 it is a goal for Alpine to handle email in many different languages.
23095 Alpine will properly display only left-to-right character sets
23096 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23097 font is in use, in the sense that
23098 characters are assumed to take up zero, one, or two character cell
23099 widths from left to right on the screen. This is true even in PC-Alpine.
23102 Alpine recognizes some local character sets that are right-to-left
23103 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23104 (Arabic) and properly converts texts in these character sets to/from
23105 Unicode; however, there are known display bugs with these character
23106 sets.
23109 There are three possible configuration character settings and some
23110 environment variable settings that can affect how Alpine
23111 handles international characters.
23112 The first two of these are only available in UNIX Alpine.
23113 The three configuration options are
23114 Display Character Set,
23115 Keyboard Character Set, and
23116 <!--#echo var="VAR_posting-character-set"-->.
23117 The Keyboard Character Set defaults to being the same value
23118 as the Display Character Set, and that is usually correct, because
23119 the keyboard almost always produces characters in the same character set
23120 as the display displays.
23121 The Display Character Set is the character set that Alpine
23122 will attempt to use when sending characters to the display.
23125 By default, the Display Character Set variable is not set and UNIX Alpine
23126 will attempt to get this information from the environment.
23127 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23128 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23129 An explicit configuration setting for Display Character Set will,
23130 of course, override any default setting.
23132 For PC-Alpine the Display Character Set
23133 and the Keyboard Character Set
23134 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23137 It is probably best to use UNIX Alpine in a terminal emulator
23138 capable of displaying UTF-8 characters, since that will allow you to
23139 view just about any received text that is correctly formatted (note,
23140 however, the above comments about known index display bugs with certain
23141 character sets). You'll need to have an emulator that uses a UTF-8 font
23142 and you'll need to set up your environment to use a UTF-8 charmap. For
23143 example, on a Linux system you might include
23145 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23148 or something similar in your UNIX startup files.
23149 You'd also have to select a UTF-8 font in your terminal emulator.
23152 The types of values that the character set variables may be set to are
23153 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23154 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23155 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23156 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23157 In the Setup/Config screen you may choose from a list of all the
23158 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23159 Here is a list of many of the possible character sets:
23162 <TABLE>
23163 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23164 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23165 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23166 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23167 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23168 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23169 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23170 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23171 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23172 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23173 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23174 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23175 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23176 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23177 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23178 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23179 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23180 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23181 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23182 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23183 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23184 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23185 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23186 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23187 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23188 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23189 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23190 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23191 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23192 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23193 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23194 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23195 </TABLE>
23198 When reading incoming email, Alpine understands many different
23199 character sets and is able to convert the incoming mail into Unicode.
23200 The Unicode will be converted to the Display Character Set
23201 for display on your terminal.
23202 Characters typed at the keyboard will be converted from the
23203 Keyboard Character Set to Unicode for Alpine's internal
23204 use.
23205 You may find that you can read some malformed messages that do not
23206 contain a character set label by setting the option
23207 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23210 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23211 The default behavior obtained by leaving this variable unset is usually
23212 what is wanted. In that default case, Alpine will attempt
23213 to label the message with the most specific character set from the
23214 rather arbitrary set
23216 US-ASCII, ISO-8859-15,
23217 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23218 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23221 For example, if the message is made up of only US-ASCII characters, it
23222 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23223 that will be the label. If that doesn't work the same is tried for the
23224 remaining members of the list.
23227 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23228 explicit value instead.
23229 For example, if you usually send messages in Greek, setting this
23230 option to ISO-8859-7 will result in messages being labeled as
23231 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23232 are only Greek characters, or UTF-8 if there are some characters
23233 that aren't representable in ISO-8859-7.
23234 Another possibility is to set this option explicitly to UTF-8.
23235 In that case
23236 Alpine labels only ascii messages as US-ASCII and all other
23237 messages as UTF-8.
23240 The options
23241 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23242 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23243 are closely related to this option.
23244 Setting the feature
23245 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23246 should cause this option to be ignored.
23249 When displaying a message, Alpine compares this setting to the character
23250 set specified in the message.  If not all of the
23251 characters in the message can be displayed using the Display Character Set
23252 then Alpine places an editorial
23253 comment in the displayed text (enclosed in square-brackets) indicating
23254 that some characters may not be displayed correctly.
23255 This comment may be eliminated by turning on the option
23256 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23259 <UL>   
23260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23261 </UL><P>
23262 &lt;End of help on this topic&gt;
23263 </BODY>
23264 </HTML>
23265 ====== h_config_key_char_set =====
23266 <HTML>
23267 <HEAD>
23268 <TITLE>OPTION: Keyboard Character Set</TITLE>
23269 </HEAD>
23270 <BODY>
23271 <H1>OPTION: Keyboard Character Set</H1>
23273 UNIX Alpine only.
23275 The Keyboard Character Set identifies the character set of the characters
23276 coming from your keyboard.
23277 It defaults to having the same value as your
23278 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23279 which in turn defaults to a value obtained from your environment.
23280 It is unlikely that you will need to use this option, because the keyboard
23281 almost always produces the same kind of characters as the display displays.
23284 This character set is also used when accessing files in your local
23285 file system.
23286 The names of the files are assumed to be in the same character set as
23287 what the keyboard produces, as well as the contents of the files.
23290 In the Setup/Config screen you may choose from a list of all the
23291 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23294 The options
23295 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23296 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23297 are closely related.
23298 Setting the feature
23299 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23300 should cause this option to be ignored.
23303 <UL>   
23304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23305 </UL><P>
23306 &lt;End of help on this topic&gt;
23307 </BODY>
23308 </HTML>
23309 ====== h_config_editor =====
23310 <HTML>
23311 <HEAD>
23312 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23313 </HEAD>
23314 <BODY>
23315 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23317 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23318 normally an alternative to Alpine's internal composer (Pico).  You could use
23319 this setting to specify an alternate editor to use occasionally or if you
23320 have a favorite editor and want to use it all the time (see the 
23321 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23322 If you specify multiple editors for this option, ^_ will invoke the first one 
23323 of those specified that exists and is executable.  When specifying a program 
23324 for use here, make sure that the format of the text it saves -- which, when 
23325 you exit it, will become the message body in Alpine -- is appropriate 
23326 for the body of an email message; avoid proprietary formats that may result in 
23327 a message body that the recipient of your message will be unable to decipher.
23329 <!--chtml if pinemode="os_windows"-->
23330 <!--chtml else-->
23331 If you are in doubt about what editors are available on your system, or which 
23332 of them may be appropriate for specification here, ask your local computing 
23333 support staff.  
23334 <!--chtml endif-->
23336 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23337 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23338 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23339 use that.
23341 <P><UL>
23342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23343 </UL>
23345 &lt;End of help on this topic&gt;
23346 </BODY>
23347 </HTML>
23348 ====== h_config_speller =====
23349 <HTML>
23350 <HEAD>
23351 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23352 </HEAD>
23353 <BODY>
23354 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23356 UNIX Alpine only.
23358 For PC-Alpine, you must install the aspell library code that you
23359 may get from
23360 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23362 This option affects the behavior of the ^T (spell check) command in the
23363 Composer.  It specifies the program invoked by ^T in the Composer.
23364 By default, Alpine uses
23366 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23368 if it knows where to find &quot;aspell&quot;.
23369 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23370 then the command used is
23372 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23374 Otherwise, the ancient &quot;spell&quot; command is used.
23376 If you specify a value for this command (with full pathname) then that is what
23377 will be used instead of any of the defaults.
23378 When invoking this
23379 spell-checking program, Alpine appends a tempfile name (where the message is
23380 passed) to the command line. Alpine expects the speller to correct the
23381 spelling in that file. When you exit from that program Alpine will read the
23382 tempfile back into the composer.
23384 Don't set this speller option to the standard Unix spell command.
23385 That won't work because spell works in a different way.
23388 <UL>   
23389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23390 </UL><P>
23391 &lt;End of help on this topic&gt;
23392 </BODY>
23393 </HTML>
23394 ====== h_config_display_filters =====
23395 <HTML>
23396 <HEAD>
23397 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23398 </HEAD>
23399 <BODY>
23400 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23402 This option defines a list of text-filtering commands (programs or
23403 scripts) that may be used to filter text portions of received messages
23404 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23405 display screen, exporting to a text file).  
23406 For security reasons, the full path name of the
23407 filter command must be specified.
23410 The command is executed and the message is piped into its standard input. 
23411 The standard output of the command is read back by Alpine.  The
23412 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23414 <P> 
23415 The filter's use is based on the configured &quot;trigger&quot; string.  The
23416 format of a filter definition is:
23418 <P>   
23419 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23422 You can specify as many filters as you wish, separating them with a comma.  
23423 Each filter can have only one trigger and command.  Thus, two trigger 
23424 strings that invoke the same command require separate filter 
23425 specifications. 
23427 <P> 
23428 The &quot;trigger&quot; is simply text that, if found in the message,
23429 will invoke the associated command.  If the trigger contains any space
23430 characters, it must be placed within quotes.  Likewise, should you
23431 wish a filter to be invoked unconditionally, define the trigger as the
23432 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23433 trigger string is found anywhere in the text of the message the filter
23434 is invoked.  Placing the trigger text within the tokens defined below
23435 changes where within the text the trigger must be before considering
23436 it a match.
23438 <P>  
23439 Trigger Modifying Tokens:
23440 <DL>
23441 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23442 <DD>This token tells Alpine to invoke the supplied command
23443 if the text is in a character set matching <VAR>string</VAR>
23444 (e.g., ISO-8859-2 or ISO-2022-JP).
23445 </DD>
23448 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23449 <DD>This token tells Alpine to invoke the supplied command
23450 if the enclosed <VAR>string</VAR> is found to be the first
23451 non-whitespace text.
23452 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23453 the space character.
23454 </DD>
23456 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23457 <DD>This token tells Alpine to invoke the supplied command
23458 if the enclosed <VAR>string</VAR> is found at the beginning
23459 of any line in the text.
23460 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23461 the space character.
23462 </DD>
23463 </DL>
23466 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23467 the command line to be invoked if the trigger string is found.  Below
23468 are tokens that Alpine will recognize and replace with special values
23469 when the command is actually invoked.
23472 Command Modifying Tokens:
23474 <DL>
23475 <DT>_TMPFILE_</DT>
23476 <DD>When the command is executed, this token is 
23477 replaced with the path and name of the temporary 
23478 file containing the text to be filtered.  Alpine 
23479 expects the filter to replace this data with the 
23480 filter's result.
23483 NOTE: Use of this token implies that the text to 
23484 be filtered is not piped into standard input of the 
23485 executed command and its standard output is ignored. 
23486 Alpine restores the tty modes before invoking the
23487 filter in case the filter interacts with the user
23488 via its own standard input and output.  
23489 </DD>
23490                         
23491 <DT>_RESULTFILE_</DT>
23492 <DD>When the command is executed, this token is 
23493 replaced with the path and name of a temporary 
23494 file intended to contain a status message from the 
23495 filter.  Alpine displays this in the message status 
23496 field. 
23497 </DD>
23499 <DT>_DATAFILE_</DT>
23500 <DD>When the command is executed, this token is 
23501 replaced with the path and name of a temporary 
23502 file that Alpine creates once per session and deletes 
23503 upon exit.  The file is intended to be used by the 
23504 filter to store state information between instances 
23505 of the filter.
23506 </DD>
23507    
23508 <DT>_PREPENDKEY_</DT>
23509 <DD>When the command is executed, this token indicates that a random
23510 number will be passed down the input stream before the message text.
23511 This number could be used as a session key.  It is sent in this way to
23512 improve security.  The number is unique to the current Alpine session
23513 and is only generated once per session.
23514 </DD>
23516 <DT>_SILENT_</DT>
23517 <DD>When the filter is executed, this token tells Alpine not to repaint
23518 the screen while the command is being executed. This can be used with 
23519 filters that do not interact with the user, and therefore repainting 
23520 the screen is not necessary. 
23521 </DD>
23522 </DL>
23525 The feature
23526 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23528 Performance caveat/considerations:
23529 <BR>
23530 Testing for the trigger and invoking the filter doesn't come for free.
23531 There is overhead associated with searching for the trigger string, testing
23532 for the filter's existence and actually piping the text through the filter.
23533 The impact can be reduced if the Trigger Modifying Tokens above are 
23534 employed.
23536 &lt;End of help on this topic&gt;
23537 </BODY>
23538 </HTML>
23539 ====== h_config_sending_filter =====
23540 <HTML>
23541 <HEAD>
23542 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23543 </HEAD>
23544 <BODY>
23545 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23546       
23547 This option defines a list of text-filtering commands (programs and
23548 scripts) that may be selectively invoked to process a message just before
23549 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23550 select which filter (or none) to apply to the message before it is sent. 
23551 For security reasons, the full path of the filter program must be
23552 specified.
23555 Command Modifying Tokens:
23557 <DL>
23558 <DT>_RECIPIENTS_</DT>
23559 <DD>When the command is executed, this token is replaced 
23560 with the space delimited list of recipients of the 
23561 message being sent. 
23562 </DD>
23563         
23564 <DT>_TMPFILE_</DT>
23565 <DD>
23566 When the command is executed, this token is 
23567 replaced with the path and name of the temporary 
23568 file containing the text to be filtered.  Alpine 
23569 expects the filter to replace this data with the 
23570 filter's result.
23573 NOTE: Use of this token implies that the text to 
23574 be filtered is not piped into standard input of the 
23575 executed command and its standard output is ignored. 
23576 Alpine restores the tty modes before invoking the
23577 filter in case the filter interacts with the user
23578 via its own standard input and output.  
23579 </DD>
23580                         
23581 <DT>_RESULTFILE_</DT>
23582 <DD>When the command is executed, this token is 
23583 replaced with the path and name of a temporary 
23584 file intended to contain a status message from the 
23585 filter.  Alpine displays this in the message status 
23586 field. 
23587 </DD>
23589 <DT>_DATAFILE_</DT>
23590 <DD>When the command is executed, this token is replaced 
23591 in the command line with the path and name of a 
23592 temporary file that Alpine creates once per session 
23593 and deletes upon exit.  The file is intended to be 
23594 used by the filter to store state information between 
23595 instances of the filter.
23596 </DD>
23597    
23598 <DT>_PREPENDKEY_</DT>
23599 <DD>When the command is executed, this token indicates 
23600 that a random number will be passed down the input 
23601 stream before the message text.  This number could 
23602 be used as a session key.  It is sent in this way 
23603 to improve security.  The number is unique to the 
23604 current Alpine session and is only generated once per 
23605 session. 
23606 </DD>
23608 <DT>_INCLUDEALLHDRS_</DT>
23609 <DD>When the command is executed, this token indicates 
23610 that the headers of the message will be passed down the input stream
23611 before the message text.
23612 </DD>
23614 <DT>_MIMETYPE_</DT>
23615 <DD>When the command is executed, this token is replaced in the
23616 command name with a temporary file name used to accept any new MIME
23617 Content-Type information necessitated by the output of the filter.
23618 Upon the filter's exit, if the file contains new MIME type
23619 information, Alpine verifies its format and replaces the outgoing
23620 message's MIME type information with that contained in the file. This
23621 is basically a cheap way of sending something other than Text/Plain.
23622 </DD>
23623 </DL>
23625 <P>   
23626 NOTE: Only the body text, which is visible in the Composer, is piped
23627 through this filter.  Attachments are not sent to the filter.
23628 <P>   
23629 Sending filters are not used if the feature
23630 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23632 <UL>   
23633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23634 </UL><P>
23635 &lt;End of help on this topic&gt;
23636 </BODY>
23637 </HTML>
23638 ====== h_config_keywords =====
23639 <HTML>
23640 <HEAD>
23641 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23642 </HEAD>
23643 <BODY>
23644 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23646 You may define your own set of keywords and optionally set them on a
23647 message by message basis.
23648 These are similar to the &quot;Important&quot; flag which the user
23649 may set using the Flag command.
23650 The difference is that the Important flag is always present for each folder.
23651 User-defined keywords are chosen by the user.
23652 You may set up the list of possible keywords here, or you may add keywords
23653 from the Flag Details screen that you
23654 can get to after typing the
23655 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23656 command.
23657 After the keywords have been defined,
23658 then you use the <A HREF="h_common_flag">Flag command</A>
23659 to set or clear the keywords in each message.
23660 The behavior of the flag command may be modified by using the
23661 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23662 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23665 Keywords may be used when Selecting messages (Select Keyword).
23666 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23667 Filter Rules may be used to set keywords automatically.
23668 Keywords may be displayed as part of the Subject of a message by using
23669 the SUBJKEY or SUBJKEYINIT tokens in the
23670 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23671 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23672 option may be used to modify the display of keywords using
23673 SUBJKEY and SUBJKEYINIT slightly.
23674 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23675 screen by using the KEY or KEYINIT tokens.
23676 It is also possible to color keywords in the index using the
23677 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23678 Keywords are not supported by all mail servers.
23681 You may give keywords nicknames if you wish.
23682 If the keyword definition you type in contains a SPACE character, then the
23683 actual value of the keyword is everything after the last SPACE and the
23684 nickname for that keyword is everything before the last SPACE.
23685 For example, suppose you are trying to interoperate with another email program
23686 that uses a particular keyword with an unpleasant name.
23687 Maybe it uses a keyword called
23689 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23691 but for you that keyword means that the message is work-related.
23692 You could define a keyword to have the value
23694 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23696 and then you would use the name &quot;Work&quot; when dealing with
23697 that keyword in Alpine.
23698 If you defined it as
23700 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23702 the nickname would be everything before the last SPACE, that is the nickname
23703 would be &quot;My Work&quot;.
23705 Some commonly used keywords begin with dollar signs.
23706 This presents a slight complication, because the dollar sign is normally used
23707 to signify
23708 <A HREF="h_news_config">environment variable expansion</A>
23709 in the Alpine configuration.
23710 In order to specify a keyword that begins with a dollar sign you must
23711 precede the dollar sign with a second dollar sign to escape its special
23712 meaning.
23713 For example, if you want to include the keyword
23715 <CENTER><SAMP>$Label1</SAMP></CENTER>
23717 as one of your possible keywords, you must enter the text
23719 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23722 instead.
23724 There are a couple limitations.
23725 First, not all servers support keywords.
23726 Second, some servers (including the IMAP server included with Alpine)
23727 have a per folder limit on the number of keywords that may be defined.
23728 This count commonly includes every keyword you have ever used in the
23729 folder, even if it is no longer being used.
23730 In other words, you can add keywords but you cannot remove them easily.
23731 If you have changed keywords over the life of a folder and find that
23732 you have reached such a limit, one possible solution might be to copy
23733 all of the messages to a newly created folder (using Alpine) and then
23734 delete the original and rename the new folder.
23735 The reason this might work is that only the keywords currently set in
23736 any of the messages will be used in the new folder, hopefully putting you
23737 under the limit.
23740 <UL>   
23741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23742 </UL><P>
23743 &lt;End of help on this topic&gt;
23744 </BODY>
23745 </HTML>
23746 ====== h_config_alt_addresses =====
23747 <HTML>
23748 <HEAD>
23749 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23750 </HEAD>
23751 <BODY>
23752 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23754 This option provides a place for you to list alternate email addresses
23755 you may have.
23756 Each address in the list should be the actual email address part of an
23757 address, without the full name field or the angle brackets.
23758 For example:
23761 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23764 The matching is case-insensitive, so this would match any of
23765 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23766 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23769 If set, the option affects the behavior of the Reply
23770 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23771 a message has been addressed specifically to you.
23774 In the default INDEX display
23775 the personal name (or email address) of
23776 the person listed in the message's &quot;From:&quot; header
23777 field is usually displayed except when that address is yours or one of your
23778 alternate addresses.
23779 In that case you will usually see the name of
23780 the first person specified in the
23781 message's &quot;To:&quot; header field
23782 with the prefix &quot;To: &quot; prepended.
23785 With respect to Reply, the reply-to-all option will exclude addresses
23786 listed here.
23789 The feature
23790 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23791 is somewhat related to this option.
23794 In addition to a list of actual addresses,
23795 you may use regular expressions (as used with egrep with the ignore case flag)
23796 to describe the addresses you want to match.
23797 Alpine will somewhat arbitrarily interpret your entry as a regular
23798 expression if it contains any of the characters
23799 *, |, +, ?, {, [, ^, $, or &#92;.
23800 Otherwise, it will be treated literally.
23801 The feature
23802 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23803 may be used to turn off regular expression processing regardless of whether or not
23804 special characters appear in the entry.
23807 A description of how regular expressions work is beyond the
23808 scope of this help text, but some examples follow.
23811 The entry
23814 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23817 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23818 address with a domain name of <SAMP>example.com</SAMP> (such as
23819 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23820 one of your alternate addresses.
23821 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23822 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23823 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23824 Complicating things further, the dollar sign
23825 is special in the Alpine configuration (it signifies environment variable expansion)
23826 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23827 Quotes around the whole expression will not escape the dollar sign successfully.
23828 So this example should look like
23831 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23835 The entry
23838 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23841 would match
23842 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23843 as <SAMP>fred@example.com</SAMP>.
23846 You could match all addresses that look like
23847 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23848 entry
23851 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23854 Notice that you have to escape the plus sign with a backslash because plus
23855 is a special character in regular expressions.
23856 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23857 the expression
23860 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23863 would do it, but it would be easier to just add fred@example.com as a
23864 separate entry.
23867 One more example, a match of all first-level subdomains, is given by
23870 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23874 Because the regular expression matching is based on an old library
23875 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23876 but they should be close.
23879 <UL>   
23880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23881 </UL><P>
23882 &lt;End of help on this topic&gt;
23883 </BODY>
23884 </HTML>
23885 ====== h_config_abook_formats =====
23886 <HTML>
23887 <HEAD>
23888 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23889 </HEAD>
23890 <BODY>
23891 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23893 This option specifies the format that address books are displayed in.
23894 Normally, address books are displayed with the nicknames in the first
23895 column, the fullnames in the second column, and addresses in the third
23896 column.  The system figures out reasonable defaults for the widths of
23897 the columns.  An address book may be given a different format by
23898 listing special tokens in the order you want them to display.  The
23899 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23900 So, for example, to get the default behavior you could list
23903 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23906 (You can also use the token DEFAULT to get the default behavior for
23907 an address book format.)
23910 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23911 is a list, so if you have more than one address book you may have a
23912 separate format for each by putting its format at the corresponding
23913 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23917 Listed first are the personal address books, then the global address
23918 books.  So, if you have two personal address books and one global
23919 address book, you may have up to three formats in the
23920 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23921 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23922 are address books, the last element is used repeatedly.
23926 Each of the tokens may also be optionally followed by parentheses with
23927 either a number or a percentage inside the parentheses.  For example,
23928 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23929 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23930 of the available space (the screen width minus the space for
23931 inter-column spaces) to the fullnames column, while plain
23932 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23933 reasonable number of columns.
23936 There are always 2 spaces between every column, so if you use
23937 fixed column widths (like 13) you should remember to take that into
23938 account.
23941 <UL>   
23942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23943 </UL><P>
23944 &lt;End of help on this topic&gt;
23945 </BODY>
23946 </HTML>
23947 ====== h_config_set_index_format =====
23948 <HTML>
23949 <HEAD>
23950 <TITLE>Set Index Format</TITLE>
23951 </HEAD>
23952 <BODY>
23953 <H1>Set Index Format</H1>
23955 This option is used to customize the content of lines in the
23956 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23957 This action works exactly like the regular
23958 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23959 except that you can have a folder-specific value for it if you specify it here.
23960 Consult the help for
23961 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23962 for more information.
23965 <UL>   
23966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23967 </UL><P>
23968 &lt;End of help on this topic&gt;
23969 </BODY>
23970 </HTML>
23971 ====== h_config_index_format =====
23972 <HTML>
23973 <HEAD>
23974 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23975 </HEAD>
23976 <BODY>
23977 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23979 This option is used to customize the content of lines in the
23980 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23981 to convey some amount of immediately relevant information about each 
23982 message in the current folder.
23985 Alpine provides a pre-defined set of informational fields with
23986 reasonable column widths automatically computed.  You can, however,
23987 replace this default set by listing special tokens in the order you
23988 want them displayed.
23991 The list of available tokens is
23992 <A HREF="h_index_tokens">here</A>.
23995 Spaces are used to separate listed tokens.  Additionally, you can
23996 specify how much of the screen's width the token's associated data
23997 should occupy on the index line by appending to the token a pair of
23998 parentheses enclosing either a number or percentage.  For example,
23999 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24000 column, and &quot;SUBJECT(20%)&quot; means to
24001 allocate 20% of the available space
24002 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24003 attempt to figure out a reasonable amount of space.
24006 There is always one space between every pair of columns, so if you use fixed
24007 column widths (like 13) you should remember to take that into account.
24008 Several of the fields are virtually fixed-width, so it doesn't make
24009 much sense to specify the width for them.  The fields STATUS,
24010 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24011 and DESCRIPSIZE all fall into that category.
24012 You <EM>may</EM> specify widths for those if you wish, but
24013 you're probably better off letting the system pick those widths.  <P>
24016 The default is equivalent to:
24019 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24022 This means that the four fields without percentages will be allocated
24023 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24024 the from and subject fields.  If one of those two fields is specified
24025 as a percentage and the other is left for the system to choose, then
24026 the percentage is taken as an absolute percentage of the screen, not
24027 of the space remaining after allocating the first four columns.  It
24028 doesn't usually make sense to do it that way.  If you leave off all
24029 the widths, then the subject and from fields (if both are present) are
24030 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24031 the default.
24034 What you are most likely to do with this configuration option is to
24035 specify which fields appear at all, which order they appear in, and the
24036 percentage of screen that is used for the from and subject fields if you
24037 don't like the 2 to 1 default.
24040 If you want to retain the default format that Pine 4.64 had, use
24043 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24045 <EM>and</EM> set the feature
24046 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24047 <UL>   
24048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24049 </UL><P>
24050 &lt;End of help on this topic&gt;
24051 </BODY>
24052 </HTML>
24053 ====== h_config_reply_intro =====
24054 <HTML>
24055 <HEAD>
24056 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24057 </HEAD>
24058 <BODY>
24059 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24061 This option is used to customize the content of the introduction line
24062 that is included when replying to a message and including the original
24063 message in the reply.
24064 The normal default (what you will get if you delete this variable) looks
24065 something like:
24067 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24069 where the day of the week is only included if it is available in the
24070 original message.
24071 You can replace this default with text of your own.
24072 The text may contain tokens that are replaced with text
24073 that depends on the message you are replying to.
24074 For example, the default is equivalent to:
24076 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24079 Since this variable includes regular text mixed with special tokens
24080 the tokens have to be surrounded by underscore characters.
24081 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24082 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24083 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24085 The list of available tokens is
24086 <A HREF="h_index_tokens">here</A>.
24089 By default, the text is all on a single line and is followed by a blank line.
24090 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24091 than 80 characters when replying to a particular message, it is shortened.
24092 However, if you use the token
24094 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24097 anywhere in the value, no end of line or blank line is appended, and no
24098 shortening is done.
24099 The _NEWLINE_ token may be used to get rid of the blank line following
24100 the text, to add more blank lines, or to form a multi-line
24101 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24102 To clarify how _NEWLINE_ works recall that the default value is:
24104 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24107 That is equivalent to
24109 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24112 In the former case, two newlines are added automatically because
24113 no _NEWLINE_ token appears in the value of the option (for backwards
24114 compatibility). In the latter case, the newlines are explicit.
24115 If you want to remove the blank line that follows the
24116 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24117 _NEWLINE_ token like
24119 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24122 Because of the backwards compatibility problem, it is not possible to
24123 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24124 and that will cause the automatic adding of two newlines!
24125 If you want, you may embed newlines in the middle of the text, as well,
24126 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24129 By default, no attempt is made to localize the date.
24130 If you prefer a localized form you may find that one of the tokens
24131 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24132 If you want more control one of the many other date tokens, such as _DATEISO_,
24133 might be better.
24136 For the adventurous, there is a way to conditionally include text based
24137 on whether or not a token would result in specific replacement text.
24138 For example, you could include some text based on whether or not
24139 the _NEWS_ token would result in any newsgroups if it was used.
24140 It's explained in detail
24141 <A HREF="h_reply_token_conditionals">here</A>.
24144 In the very unlikely event that you want to include a literal token
24145 in the introduction line you must precede it with a backslash character.
24146 For example,
24148 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24150 would produce something like
24152 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24154 It is not possible to have a literal backslash followed by an expanded token.
24156 <UL>   
24157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24158 </UL><P>
24159 &lt;End of help on this topic&gt;
24160 </BODY>
24161 </HTML>
24162 ====== h_config_remote_abook_history =====
24163 <HTML>
24164 <HEAD>
24165 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24166 </HEAD>
24167 <BODY>
24168 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24170 Sets how many extra copies of
24171 remote address book
24172 data will be kept in each remote address book folder.
24173 The default is three.
24174 These extra copies are simply old versions of the data. Each time a change
24175 is made a new copy of the address book data is appended to the folder. Old
24176 copies are trimmed, if possible, when Alpine exits.
24177 An old copy can be put back into use by
24178 deleting and expunging newer versions of the data from the folder.
24179 Don't delete the first message from the folder. It is a special header
24180 message for the remote address book and it must be there.
24181 This is to prevent regular folders from being used as remote address book
24182 folders and having their data destroyed.
24184 This option is also used to determine how many extra copies of remote
24185 Alpine configuration files are kept.
24187 <UL>   
24188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24189 </UL><P>
24190 &lt;End of help on this topic&gt;
24191 </BODY>
24192 </HTML>
24193 ====== h_config_remote_abook_validity =====
24194 <HTML>
24195 <HEAD>
24196 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24197 </HEAD>
24198 <BODY>
24199 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24201 Sets the minimum number of minutes that a
24202 remote address book will be considered up to date.
24203 Whenever an entry contained in a remote address book is used,
24204 if more than this many minutes have
24205 passed since the last check the remote server will be queried to see if the
24206 address book has changed.
24207 If it has changed, the local copy is updated.
24208 The default value is five minutes.
24209 The special value of -1 means never check.
24210 The special value of zero means only check when the address book is first
24211 opened.
24213 No matter what the value, the validity check is always done when the
24214 address book is about to be changed by the user.
24215 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24216 while in the address book maintenance screen for the remote address book.
24218 <UL>   
24219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24220 </UL><P>
24221 &lt;End of help on this topic&gt;
24222 </BODY>
24223 </HTML>
24224 ====== h_config_user_input_timeo =====
24225 <HTML>
24226 <HEAD>
24227 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24228 </HEAD>
24229 <BODY>
24230 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24232 If this is set to an integer greater than zero, then this is the number
24233 of <EM>hours</EM> to wait for user input before Alpine times out.
24234 If Alpine is
24235 in the midst of composing a message or is waiting for user response to
24236 a question, then it will not timeout.
24237 However, if Alpine is sitting idle waiting for
24238 the user to tell it what to do next and the user does not give any
24239 input for this many hours, Alpine will exit.
24240 No expunging or moving of read
24241 messages will take place.
24242 It will exit similarly to the way it would exit
24243 if it received a hangup signal.
24244 This may be useful for cleaning up unused Alpine sessions that have been
24245 forgotten by their owners.
24246 The Alpine developers envision system administrators
24247 setting this to a value of several hours (24?) so that it won't surprise
24248 a user who didn't want to be disconnected.
24250 <UL>   
24251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24252 </UL><P>
24253 &lt;End of help on this topic&gt;
24254 </BODY>
24255 </HTML>
24256 ====== h_config_ssh_open_timeo =====
24257 <HTML>
24258 <HEAD>
24259 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24260 </HEAD>
24261 <BODY>
24262 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24264 Sets the time in seconds that Alpine will
24265 attempt to open a UNIX secure shell connection.
24266 The default is 15, the minimum non-zero value is 5,
24267 and the maximum is unlimited. If this is set to zero ssh connections
24268 will be completely disabled.
24270 <UL>   
24271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24272 </UL><P>
24273 &lt;End of help on this topic&gt;
24274 </BODY>
24275 </HTML>
24276 ====== h_config_rsh_open_timeo =====
24277 <HTML>
24278 <HEAD>
24279 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24280 </HEAD>
24281 <BODY>
24282 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24284 Sets the time in seconds that Alpine will
24285 attempt to open a UNIX remote shell connection.
24286 The default is 15, the minimum non-zero value is 5,
24287 and the maximum is unlimited. If this is set to zero rsh connections
24288 will be completely disabled.
24289 This might be useful if rsh connections will never work in your environment
24290 but are causing delays due to firewalls or some other reason.
24292 <UL>   
24293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24294 </UL><P>
24295 &lt;End of help on this topic&gt;
24296 </BODY>
24297 </HTML>
24298 ====== h_config_tcp_open_timeo =====
24299 <HTML>
24300 <HEAD>
24301 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24302 </HEAD>
24303 <BODY>
24304 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24306 Sets the time in seconds that Alpine will
24307 attempt to open a network connection. The default is 30, the minimum is 5,
24308 and the maximum is system defined (typically 75). If a connection has not
24309 completed within this many seconds Alpine will give up and consider it a
24310 failed connection.
24312 <UL>   
24313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24314 </UL><P>
24315 &lt;End of help on this topic&gt;
24316 </BODY>
24317 </HTML>
24318 ====== h_config_tcp_readwarn_timeo =====
24319 <HTML>
24320 <HEAD>
24321 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24322 </HEAD>
24323 <BODY>
24324 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24326 Sets the time in seconds that Alpine will
24327 wait for a network read before warning you that things are moving slowly
24328 and possibly giving you the option to break the connection.
24329 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24330 1000 seconds.
24332 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24334 <UL>   
24335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24336 </UL><P>
24337 &lt;End of help on this topic&gt;
24338 </BODY>
24339 </HTML>
24340 ====== h_config_tcp_writewarn_timeo =====
24341 <HTML>
24342 <HEAD>
24343 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24344 </HEAD>
24345 <BODY>
24346 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24348 Sets the time in seconds that Alpine will
24349 wait for a network write before warning you that things are moving slowly
24350 and possibly giving you the option to break the connection.
24351 The default is 0 which means it is unset. If set to a non-zero value, the
24352 minimum is 5 and the maximum is 1000.
24354 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24356 <UL>   
24357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24358 </UL><P>
24359 &lt;End of help on this topic&gt;
24360 </BODY>
24361 </HTML>
24362 ====== h_config_tcp_query_timeo =====
24363 <HTML>
24364 <HEAD>
24365 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24366 </HEAD>
24367 <BODY>
24368 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24370 When Alpine times out a network read or write it will normally just display
24371 a message saying &quot;Still waiting&quot;.
24372 However, if enough time has elapsed since it started waiting it will offer
24373 to let you break the connection.
24374 That amount of time is set by this option, which defaults to 60 seconds,
24375 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24377 <UL>   
24378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24379 </UL><P>
24380 &lt;End of help on this topic&gt;
24381 </BODY>
24382 </HTML>
24383 ====== h_config_incoming_folders =====
24384 <HTML>
24385 <HEAD>
24386 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24387 </HEAD>
24388 <BODY>
24389 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24391 This is a list of one or more folders other than <EM>INBOX</EM> that
24392 may receive new messages.
24393 It is related to the
24394 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24395 feature.
24396 This variable is normally manipulated with the Add, Delete, and Rename
24397 commands in the FOLDER LIST for the Incoming Message Folders collection.
24399 <UL>   
24400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24401 </UL><P>
24402 &lt;End of help on this topic&gt;
24403 </BODY>
24404 </HTML>
24405 ====== h_config_folder_spec =====
24406 <HTML>
24407 <HEAD>
24408 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24409 </HEAD>
24410 <BODY>
24411 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24413 This is a list of one or more collections where saved mail is stored. 
24414 The first collection in this list is the default
24415 collection for <EM>Save</EM>s,
24416 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24418 This variable is normally manipulated using the Setup/collectionList screen.
24420 <UL>   
24421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24422 </UL><P>
24423 &lt;End of help on this topic&gt;
24424 </BODY>
24425 </HTML>
24426 ====== h_config_news_spec =====
24427 <HTML>
24428 <HEAD>
24429 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24430 </HEAD>
24431 <BODY>
24432 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24434 This is a list of collections where news folders are located.
24436 This variable is normally manipulated using the Setup/collectionList screen.
24438 <UL>   
24439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24440 </UL><P>
24441 &lt;End of help on this topic&gt;
24442 </BODY>
24443 </HTML>
24444 ====== h_config_address_book =====
24445 <HTML>
24446 <HEAD>
24447 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24448 </HEAD>
24449 <BODY>
24450 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24452 A list of personal address books.
24453 Each entry in the list is an
24454 optional nickname followed by a pathname or file name relative to the home
24455 directory.
24456 The nickname is separated from the rest of the line with whitespace.
24457 Instead of a local pathname or file name, a remote folder name can be given.
24458 This causes the address book to
24459 be a Remote address book.
24461 Use the Setup/AddressBook screen to modify this variable.
24463 <UL>   
24464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24465 </UL><P>
24466 &lt;End of help on this topic&gt;
24467 </BODY>
24468 </HTML>
24469 ====== h_config_glob_addrbook =====
24470 <HTML>
24471 <HEAD>
24472 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24473 </HEAD>
24474 <BODY>
24475 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24477 A list of shared address books.  Each entry in the list is an
24478 optional nickname followed by a pathname or file name relative to the home
24479 directory.
24480 A SPACE character separates the nickname from the rest of the line.
24481 Instead of a local pathname or file name, a remote folder name can be given.
24482 This causes the address book to
24483 be a Remote address book.
24484 Global address books are
24485 defined to be ReadOnly.
24487 Use the Setup/AddressBook screen to modify this variable.
24489 <UL>   
24490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24491 </UL><P>
24492 &lt;End of help on this topic&gt;
24493 </BODY>
24494 </HTML>
24495 ====== h_config_last_vers =====
24496 <HTML>
24497 <HEAD>
24498 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24499 </HEAD>
24500 <BODY>
24501 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24503 This is set automatically by Alpine. 
24504 It is used to keep track of the last version of Alpine that
24505 was run by the user.
24506 Whenever the version number increases, a new version message is printed out.
24507 This may not be set in the system-wide configuration files.
24509 <UL>   
24510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24511 </UL><P>
24512 &lt;End of help on this topic&gt;
24513 </BODY>
24514 </HTML>
24515 ====== h_config_printer =====
24516 <HTML>
24517 <HEAD>
24518 <TITLE>OPTION: Printer</TITLE>
24519 </HEAD>
24520 <BODY>
24521 <H1>OPTION: Printer</H1>
24523 Your default printer selection.
24525 Use the Setup/Printer screen to modify this variable.
24527 <UL>   
24528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24529 </UL><P>
24530 &lt;End of help on this topic&gt;
24531 </BODY>
24532 </HTML>
24533 ====== h_config_print_cat =====
24534 <HTML>
24535 <HEAD>
24536 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24537 </HEAD>
24538 <BODY>
24539 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24541 This is an internal Alpine variable.
24542 It will be equal to 1, 2, or 3 depending on whether the default printer is
24543 attached, standard, or a personal print command.
24545 Use the Setup/Printer screen to modify this variable.
24547 <UL>   
24548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24549 </UL><P>
24550 &lt;End of help on this topic&gt;
24551 </BODY>
24552 </HTML>
24553 ====== h_config_print_command =====
24554 <HTML>
24555 <HEAD>
24556 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24557 </HEAD>
24558 <BODY>
24559 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24561 List of personal print commands.
24563 Use the Setup/Printer screen to modify this variable.
24565 <UL>   
24566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24567 </UL><P>
24568 &lt;End of help on this topic&gt;
24569 </BODY>
24570 </HTML>
24571 ====== h_config_pat_old =====
24572 <HTML>
24573 <HEAD>
24574 <TITLE>OPTION: Patterns</TITLE>
24575 </HEAD>
24576 <BODY>
24577 <H1>OPTION: Patterns</H1>
24579 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24580 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24581 and Patterns-Other.
24582 Patterns-Scores and Patterns-Filters have been replaced since then by
24583 Patterns-Scores2 and Patterns-Filters2.
24585 Use the Setup/Rules screens to modify these variable.
24587 <UL>   
24588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24589 </UL><P>
24590 &lt;End of help on this topic&gt;
24591 </BODY>
24592 </HTML>
24593 ====== h_config_pat_roles =====
24594 <HTML>
24595 <HEAD>
24596 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24597 </HEAD>
24598 <BODY>
24599 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24601 List of rules used for roles.
24602 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24603 other options.
24605 Use the Setup/Rules/Roles screen to modify this variable.
24607 <UL>   
24608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24609 </UL><P>
24610 &lt;End of help on this topic&gt;
24611 </BODY>
24612 </HTML>
24613 ====== h_config_pat_filts =====
24614 <HTML>
24615 <HEAD>
24616 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24617 </HEAD>
24618 <BODY>
24619 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24621 List of rules used for filters.
24623 Use the Setup/Rules/Filters screen to modify this variable.
24625 <UL>   
24626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24627 </UL><P>
24628 &lt;End of help on this topic&gt;
24629 </BODY>
24630 </HTML>
24631 ====== h_config_pat_scores =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24639 List of rules used for scoring.
24641 Use the Setup/Rules/SetScores screen to modify this variable.
24643 <UL>   
24644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24645 </UL><P>
24646 &lt;End of help on this topic&gt;
24647 </BODY>
24648 </HTML>
24649 ====== h_config_pat_other =====
24650 <HTML>
24651 <HEAD>
24652 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24653 </HEAD>
24654 <BODY>
24655 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24657 List of rules used for miscellaneous configuration.
24659 Use the Setup/Rules/Other screen to modify this variable.
24661 <UL>   
24662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24663 </UL><P>
24664 &lt;End of help on this topic&gt;
24665 </BODY>
24666 </HTML>
24667 ====== h_config_pat_incols =====
24668 <HTML>
24669 <HEAD>
24670 <TITLE>OPTION: patterns-indexcolors</TITLE>
24671 </HEAD>
24672 <BODY>
24673 <H1>OPTION: patterns-indexcolors</H1>
24675 List of rules used for coloring lines in the index.
24677 Use the Setup/Rules/Indexcolor screen to modify this variable.
24679 <UL>   
24680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24681 </UL><P>
24682 &lt;End of help on this topic&gt;
24683 </BODY>
24684 </HTML>
24685 ====== h_config_pat_srch =====
24686 <HTML>
24687 <HEAD>
24688 <TITLE>OPTION: patterns-search</TITLE>
24689 </HEAD>
24690 <BODY>
24691 <H1>OPTION: patterns-search</H1>
24693 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24695 Use the Setup/Rules/searCh screen to modify this variable.
24697 <UL>   
24698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24699 </UL><P>
24700 &lt;End of help on this topic&gt;
24701 </BODY>
24702 </HTML>
24703 ====== h_config_font_name =====
24704 <HTML>
24705 <HEAD>
24706 <TITLE>OPTION: Font Name</TITLE>
24707 </HEAD>
24708 <BODY>
24709 <H1>OPTION: Font Name</H1>
24711 PC-Alpine only.
24713 Name of normal font.
24715 Use the pulldown Config menu to modify this variable.
24717 <UL>   
24718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24719 </UL><P>
24720 &lt;End of help on this topic&gt;
24721 </BODY>
24722 </HTML>
24723 ====== h_config_font_size =====
24724 <HTML>
24725 <HEAD>
24726 <TITLE>OPTION: Font Size</TITLE>
24727 </HEAD>
24728 <BODY>
24729 <H1>OPTION: Font Size</H1>
24731 PC-Alpine only.
24733 Size of normal font.
24735 Use the pulldown Config menu to modify this variable.
24737 <UL>   
24738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24739 </UL><P>
24740 &lt;End of help on this topic&gt;
24741 </BODY>
24742 </HTML>
24743 ====== h_config_font_style =====
24744 <HTML>
24745 <HEAD>
24746 <TITLE>OPTION: Font Style</TITLE>
24747 </HEAD>
24748 <BODY>
24749 <H1>OPTION: Font Style</H1>
24751 PC-Alpine only.
24753 Style of normal font.
24755 Use the pulldown Config menu to modify this variable.
24757 <UL>   
24758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24759 </UL><P>
24760 &lt;End of help on this topic&gt;
24761 </BODY>
24762 </HTML>
24763 ====== h_config_font_char_set =====
24764 <HTML>
24765 <HEAD>
24766 <TITLE>OPTION: Font Character Set</TITLE>
24767 </HEAD>
24768 <BODY>
24769 <H1>OPTION: Font Character Set</H1>
24771 PC-Alpine only.
24773 Character set of normal font.
24775 Use the pulldown Config menu to modify this variable.
24777 <UL>   
24778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24779 </UL><P>
24780 &lt;End of help on this topic&gt;
24781 </BODY>
24782 </HTML>
24783 ====== h_config_print_font_name =====
24784 <HTML>
24785 <HEAD>
24786 <TITLE>OPTION: Print-Font-Name</TITLE>
24787 </HEAD>
24788 <BODY>
24789 <H1>OPTION: Print-Font-Name</H1>
24791 PC-Alpine only.
24793 Name of printer font.
24795 Use the pulldown Config menu to modify this variable.
24797 <UL>   
24798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24799 </UL><P>
24800 &lt;End of help on this topic&gt;
24801 </BODY>
24802 </HTML>
24803 ====== h_config_print_font_size =====
24804 <HTML>
24805 <HEAD>
24806 <TITLE>OPTION: Print-Font-Size</TITLE>
24807 </HEAD>
24808 <BODY>
24809 <H1>OPTION: Print-Font-Size</H1>
24811 PC-Alpine only.
24813 Size of printer font.
24815 Use the pulldown Config menu to modify this variable.
24817 <UL>   
24818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24819 </UL><P>
24820 &lt;End of help on this topic&gt;
24821 </BODY>
24822 </HTML>
24823 ====== h_config_print_font_style =====
24824 <HTML>
24825 <HEAD>
24826 <TITLE>OPTION: Print-Font-Style</TITLE>
24827 </HEAD>
24828 <BODY>
24829 <H1>OPTION: Print-Font-Style</H1>
24831 PC-Alpine only.
24833 Style of printer font.
24835 Use the pulldown Config menu to modify this variable.
24837 <UL>   
24838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24839 </UL><P>
24840 &lt;End of help on this topic&gt;
24841 </BODY>
24842 </HTML>
24843 ====== h_config_print_font_char_set =====
24844 <HTML>
24845 <HEAD>
24846 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24847 </HEAD>
24848 <BODY>
24849 <H1>OPTION: Print-Font-Char-Set</H1>
24851 PC-Alpine only.
24853 Character set of printer font.
24855 Use the pulldown Config menu to modify this variable.
24857 <UL>   
24858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24859 </UL><P>
24860 &lt;End of help on this topic&gt;
24861 </BODY>
24862 </HTML>
24863 ====== h_config_window_position =====
24864 <HTML>
24865 <HEAD>
24866 <TITLE>OPTION: Window-Position</TITLE>
24867 </HEAD>
24868 <BODY>
24869 <H1>OPTION: Window-Position</H1>
24871 PC-Alpine only.
24873 Position on the screen of the Alpine window.
24875 Alpine normally maintains this variable itself, and it is set automatically. 
24876 This variable is provided to those who wish to use the same window position 
24877 across different machines from the same configuration.
24878 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24879 must also be set for this setting to be used.
24881 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24882 C is the number of columns, R is the number of rows, and X and Y specify the
24883 top left corner of the window.
24885 <UL>   
24886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24887 </UL><P>
24888 &lt;End of help on this topic&gt;
24889 </BODY>
24890 </HTML>
24891 ====== h_config_cursor_style =====
24892 <HTML>
24893 <HEAD>
24894 <TITLE>OPTION: Cursor Style</TITLE>
24895 </HEAD>
24896 <BODY>
24897 <H1>OPTION: Cursor Style</H1>
24899 PC-Alpine only.
24901 Cursor style.
24903 Use the pulldown Config menu to modify this variable.
24905 <UL>   
24906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24907 </UL><P>
24908 &lt;End of help on this topic&gt;
24909 </BODY>
24910 </HTML>
24911 ====== h_config_ldap_servers =====
24912 <HTML>
24913 <HEAD>
24914 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24915 </HEAD>
24916 <BODY>
24917 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24919 List of LDAP servers and associated data.
24921 Use the Setup/Directory screen to modify this variable.
24923 <UL>   
24924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24925 </UL><P>
24926 &lt;End of help on this topic&gt;
24927 </BODY>
24928 </HTML>
24929 ====== h_config_sendmail_path =====
24930 <HTML>
24931 <HEAD>
24932 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24933 </HEAD>
24934 <BODY>
24935 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24937 This names the path to an
24938 alternative program, and any necessary arguments, to be used in posting
24939 mail messages. See the Technical notes for more information.
24941 <UL>   
24942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24943 </UL><P>
24944 &lt;End of help on this topic&gt;
24945 </BODY>
24946 </HTML>
24947 ====== h_config_oper_dir =====
24948 <HTML>
24949 <HEAD>
24950 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24951 </HEAD>
24952 <BODY>
24953 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24955 This names the root of the
24956 tree to which you are restricted when reading and writing folders and
24957 files. It is usually used in the system-wide,
24958 <EM>fixed</EM> configuration file.
24960 <UL>   
24961 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24962 </UL><P>
24963 &lt;End of help on this topic&gt;
24964 </BODY>
24965 </HTML>
24966 ====== h_config_rshpath =====
24967 <HTML>
24968 <HEAD>
24969 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24970 </HEAD>
24971 <BODY>
24972 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24974 Sets the name of the command used to open a UNIX remote shell
24975 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24977 <UL>   
24978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24979 </UL><P>
24980 &lt;End of help on this topic&gt;
24981 </BODY>
24982 </HTML>
24983 ====== h_config_rshcmd =====
24984 <HTML>
24985 <HEAD>
24986 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24987 </HEAD>
24988 <BODY>
24989 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24991 Sets the format of the command used to
24992 open a UNIX remote shell connection. The default is
24993 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24994 provided command. The first is for the command's pathname, the second is
24995 for the host to connnect to, the third is for the user to connect as, and
24996 the fourth is for the connection method (typically <CODE>imap</CODE>).
24998 <UL>   
24999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25000 </UL><P>
25001 &lt;End of help on this topic&gt;
25002 </BODY>
25003 </HTML>
25004 ====== h_config_sshpath =====
25005 <HTML>
25006 <HEAD>
25007 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25008 </HEAD>
25009 <BODY>
25010 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25012 Sets the name of the command used to open a UNIX secure shell
25013 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25015 <UL>   
25016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25017 </UL><P>
25018 &lt;End of help on this topic&gt;
25019 </BODY>
25020 </HTML>
25021 ====== h_config_sshcmd =====
25022 <HTML>
25023 <HEAD>
25024 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25025 </HEAD>
25026 <BODY>
25027 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25029 Sets the format of the command used to
25030 open a UNIX secure shell connection. The default is
25031 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25032 provided command. The first is for the command's pathname, the second is
25033 for the host to connnect to, the third is for the user to connect as, and
25034 the fourth is for the connection method (typically <CODE>imap</CODE>).
25036 <UL>   
25037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25038 </UL><P>
25039 &lt;End of help on this topic&gt;
25040 </BODY>
25041 </HTML>
25042 ====== h_config_new_ver_quell =====
25043 <HTML>
25044 <HEAD>
25045 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25046 </HEAD>
25047 <BODY>
25048 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25050 When a new version of Alpine is run for the first time it offers a
25051 special explanatory screen to the user upon startup.  This option
25052 helps control when and if that special screen appears for users that
25053 have previously run Alpine.  It takes as its value an Alpine version
25054 number.  Alpine versions less than the specified value will supress this
25055 special screen while versions equal to or greater than that specified
25056 will behave normally.
25058 <UL>   
25059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25060 </UL><P>
25061 &lt;End of help on this topic&gt;
25062 </BODY>
25063 </HTML>
25064 ====== h_config_disable_drivers =====
25065 <HTML>
25066 <HEAD>
25067 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25068 </HEAD>
25069 <BODY>
25070 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25072 This variable is a list of mail drivers that will be disabled.
25073 The candidates for disabling are listed below.
25074 There may be more in the future if you compile Alpine with
25075 a newer version of the c-client library.
25078 <UL>
25079 <LI> mbox
25080 <LI> mbx
25081 <LI> mh
25082 <LI> mmdf
25083 <LI> mtx
25084 <LI> mx
25085 <LI> news
25086 <LI> phile
25087 <LI> tenex
25088 <LI> unix
25089 </UL>
25092 The <EM>mbox</EM> driver enables the following behavior: if there is a
25093 file called <CODE>mbox</CODE>
25094 in your home directory, and if that file is either empty or in Unix mailbox
25095 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25096 will automatically transfer mail from the system mail spool directory into the
25097 <CODE>mbox</CODE> file and
25098 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25099 this will not happen.
25102 It is not recommended to disable the driver that supports the system default
25103 mailbox format. On most non-SCO systems, that driver is the
25104 <EM>unix</EM> driver.
25105 On most SCO systems, it is the <EM>mmdf</EM> driver.
25106 The system default driver may be
25107 configured to something else on your system; check with your system manager
25108 for additional information.
25111 It is most likely not very useful for you to disable any of the drivers other
25112 than possibly <EM>mbox</EM>.
25113 You could disable some of the others if you know for
25114 certain that you don't need them but the performance gain in doing so
25115 is very modest.
25117 <UL>   
25118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25119 </UL><P>
25120 &lt;End of help on this topic&gt;
25121 </BODY>
25122 </HTML>
25123 ====== h_config_disable_auths =====
25124 <HTML>
25125 <HEAD>
25126 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25127 </HEAD>
25128 <BODY>
25129 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25131 This variable is a list of SASL (Simple Authentication and Security
25132 Layer) authenticators that will be disabled.
25133 SASL is a mechanism for
25134 authenticating to IMAP, POP3, SMTP, and other network servers.
25137 Alpine matches its list of supported authenticators with the server to
25138 determine the most secure authenticator that is supported by both.
25139 If no matching authenticators are found, Alpine will revert to plaintext
25140 login (or, in the case of SMTP, will be unable to authenticate at all).
25142 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25145 Normally, you will not disable any authenticators.
25146 There are two exceptions:
25148 <OL>
25149 <LI> You use a broken server that advertises an authenticator,
25150 but does not actually implement it.
25151 <LI> You have a Kerberos-capable version of Alpine and the server is
25152 also Kerberos-capable, but you can not obtain Kerberos
25153 credentials on the server machine, thus you desire to disable
25154 GSSAPI (which in turn disables Alpine's Kerberos support).
25155 </OL>
25157 It is never necessary to disable authenticators, since Alpine will try
25158 other authenticators before giving up.
25159 However, disabling the relevant authenticator avoids annoying error messages.
25161 <UL>   
25162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25163 </UL><P>
25164 &lt;End of help on this topic&gt;
25165 </BODY>
25166 </HTML>
25167 ====== h_config_abook_metafile =====
25168 <HTML>
25169 <HEAD>
25170 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25171 </HEAD>
25172 <BODY>
25173 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25175 This is usually set by Alpine and is the name of a file
25176 that contains data about
25177 remote address books and remote configuration files.
25179 <UL>   
25180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25181 </UL><P>
25182 &lt;End of help on this topic&gt;
25183 </BODY>
25184 </HTML>
25185 ====== h_config_composer_wrap_column =====
25186 <HTML>
25187 <HEAD>
25188 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25189 </HEAD>
25190 <BODY>
25191 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25194 This option specifies an aspect of Alpine's Composer.  This gives the
25195 maximum width that auto-wrapped lines will have.  It's also the maximum
25196 width of lines justified using the <A HREF="h_compose_justify">^J
25197 Justify</A> command.  The normal default
25198 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25199 in order to
25200 prevent very long lines from being sent in outgoing mail.  When the mail
25201 is actually sent, trailing spaces will be stripped off of each line.
25204 <UL>   
25205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25206 </UL><P>
25207 &lt;End of help on this topic&gt;
25208 </BODY>
25209 </HTML>
25210 ====== h_config_deadlets =====
25211 <HTML>
25212 <HEAD>
25213 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25214 </HEAD>
25215 <BODY>
25216 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25219 This option affects Alpine's behavior when you cancel a message being
25220 composed.  Alpine's usual behavior is to write the canceled message to
25221 a file named 
25222 <!--chtml if pinemode="os_windows"-->
25223 &quot;DEADLETR&quot;,
25224 <!--chtml else-->
25225 &quot;dead.letter&quot; in your home directory,
25226 <!--chtml endif-->
25227 overwriting any previous message.
25229 If you set this option to a value higher than one, then that many copies
25230 of dead letter files will be saved.
25231 For example, if you set this option to &quot;3&quot; then you may have
25232 files named
25233 <!--chtml if pinemode="os_windows"-->
25234 &quot;DEADLETR&quot;,
25235 &quot;DEADLETR2&quot;, and
25236 &quot;DEADLETR3&quot;.
25237 <!--chtml else-->
25238 &quot;dead.letter&quot;,
25239 &quot;dead.letter2&quot;, and
25240 &quot;dead.letter3&quot; in your home directory.
25241 <!--chtml endif-->
25242 In this example, the most recently cancelled message will be in
25243 <!--chtml if pinemode="os_windows"-->
25244 &quot;DEADLETR&quot;,
25245 <!--chtml else-->
25246 &quot;dead.letter&quot;,
25247 <!--chtml endif-->
25248 and the third most recently cancelled message will be in
25249 <!--chtml if pinemode="os_windows"-->
25250 &quot;DEADLETR3&quot;.
25251 <!--chtml else-->
25252 &quot;dead.letter3&quot;.
25253 <!--chtml endif-->
25254 The fourth most recently cancelled message will no longer be saved.
25257 If you set this option to zero, then NO record of canceled messages is
25258 maintained.
25260 If the feature
25261 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25262 is set, that overrides whatever you set for this option.
25263 If this option had existed at the time, then the Quell feature would not
25264 have been added, but it is still there for backwards compatibility.
25265 So, in order for this option to have the desired effect, make sure the
25266 Quell feature is turned off.
25269 <UL>   
25270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25271 </UL><P>
25272 &lt;End of help on this topic&gt;
25273 </BODY>
25274 </HTML>
25275 ====== h_config_maxremstream =====
25276 <HTML>
25277 <HEAD>
25278 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25279 </HEAD>
25280 <BODY>
25281 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25283 This option affects low-level behavior of Alpine.
25284 The default value for this option is <EM>3</EM>.
25285 If your INBOX is accessed using the IMAP protocol
25286 from an IMAP server, that connection is kept open throughout the
25287 duration of your Alpine session, independent of the value of this option.
25288 The same is true of any 
25289 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25290 you have defined.
25291 This option controls Alpine's behavior when connecting to remote IMAP folders
25292 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25293 It specifies the maximum number of remote IMAP connections (other than
25294 those mentioned above) that Alpine will use for accessing the rest of your
25295 folders.
25296 If you set this option to zero, you will turn off most remote connection
25297 re-use.
25298 It's difficult to understand exactly what this option does, and it is usually
25299 fine to leave it set to its default value.
25300 It is probably more likely that you will be interested in setting the
25301 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25302 instead of changing the value of this option.
25303 A slightly longer explanation of what is going on with this option
25304 is given in the next paragraphs.
25307 There are some time costs involved in opening and closing remote IMAP 
25308 folders, the main costs being the time you have to wait for the connection
25309 to the server and the time for the folder to open.
25310 Opening a folder may involve not only the time the server takes to do its
25311 processing but time that Alpine uses to do filtering.
25312 These times can vary widely.
25313 They depend on how loaded the server is, how large
25314 the folder being opened is, and how you set up filtering, among other things.
25315 Once Alpine has opened a connection to a particular folder, it will attempt
25316 to keep that connection open in case you use it again.
25317 In order to do this,
25318 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25319 this option) IMAP connections you have alloted for this purpose.
25321 For example, suppose the value of this option is set to &quot;2&quot;.
25322 If your INBOX is accessed on a remote server using the IMAP protocol, that
25323 doesn't count as one of the remote connections but it is always kept open.
25324 If you then open another IMAP folder, that would be your first
25325 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25326 If you open a third folder the second will be left open, in case you
25327 return to it.
25328 You won't be able to tell it has been left open.
25329 It will appear to be closed when you leave the folder but the connection
25330 will remain in the background.
25331 Now suppose you go back to the second folder (the first folder after the
25332 INBOX).
25333 A connection to that folder is still open so you won't have to wait
25334 for the startup time to open it.
25335 Meanwhile, the connection to the third folder will be left behind.
25336 Now, if you open a fourth folder, you will bump into the
25337 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25338 than INBOX and you have the option set to &quot;2&quot;.
25339 The connection that is being used for
25340 the third folder will be re-used for this new fourth folder.
25341 If you go back to the third folder after this, it is no longer already
25342 connected when you get there.
25343 You'll still save some time since Alpine will re-use the connection to the
25344 fourth folder and you have already logged in on that connection,
25345 but the folder will have to be re-opened from scratch.
25347 If a folder is large and the startup cost is dominated by the time it takes
25348 to open that folder or to run filters on it, then it will pay to make the
25349 value of this option large enough to keep it open.
25350 On the other hand, if you only revisit a handful of folders or if
25351 the folders are small, then it might
25352 make more sense to keep this number small so that the reconnect
25353 time (the time to start up a new connection and authenticate)
25354 is eliminated instead.
25356 You may also need to consider the impact on the server.
25357 On the surface, a larger number here may cause a larger impact on the
25358 server, since you will have more connections open to the server.
25359 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25360 associated with reopening a folder, but the <EM>server</EM> will be
25361 avoiding those costs as well.
25363 When twenty five minutes pass without any active use of an IMAP connection
25364 being saved for possible re-use, that connection will be shut down,
25367 <UL>   
25368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25369 </UL><P>
25370 &lt;End of help on this topic&gt;
25371 </BODY>
25372 </HTML>
25373 ====== h_config_permlocked =====
25374 <HTML>
25375 <HEAD>
25376 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25377 </HEAD>
25378 <BODY>
25379 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25381 This option affects low-level behavior of Alpine.
25382 There is no default value for this option.
25383 It is related to the options
25384 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25385 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25386 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25389 Note: changes made to this list take effect the next time you open a
25390 folder in the list.
25393 This is a list of folders that will be permanently kept open once they
25394 are first opened.
25395 The names in this list may be either the nickname of an Incoming folder
25396 or the full technical specification of a folder.
25397 The folders in this list need not be remote IMAP folders, they could usefully
25398 be local folders, as well.
25399 If a folder in the list is a newsgroup or is not accessed either locally
25400 or via IMAP, then the entry will be ignored.
25401 For example, folders accessed via NNTP or POP3 will not be kept open, since
25402 the way that new mail is found with those protocols involves closing and
25403 reopening the connection.
25405 Once a Stay Open folder has been opened, new-mail checking will continue
25406 to happen on that folder for the rest of the Alpine session.
25407 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25408 need to be added explicitly.
25410 Another difference that you may notice between a Stay Open folder and a
25411 non-Stay Open folder is which message is selected as the current message
25412 when you enter the folder index.
25413 Normally, the starting position for an incoming folder (which most Stay Open
25414 folders will likely be) is controlled by the
25415 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25416 However, if a folder is a Stay Open folder, when you re-enter the folder
25417 after the first time the current message will be the same as it was when
25418 you left the folder.
25419 An exception is made if you use the TAB command to get to the folder.
25420 In that case, the message number will be incremented by one from what it
25421 was when you left the folder.
25423 The above special behavior is thought to be useful.
25424 However, it is special and different from what you might at first expect.
25425 The feature
25426 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25427 may be used to turn off this special treatment.
25429 If the message that was current when you left the folder no longer exists,
25430 then the regular startup rule will be used instead.
25433 <UL>   
25434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25435 </UL><P>
25436 &lt;End of help on this topic&gt;
25437 </BODY>
25438 </HTML>
25439 ====== h_config_viewer_overlap =====
25440 <html>
25441 <header>
25442 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25443 </header>
25444 <body>
25445 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25447 This option specifies an aspect of Alpine's Message Viewing screen.  When
25448 the space bar is used to page forward in a message, the number of lines
25449 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25450 bottom of the screen.  That is, if this was set to two lines, then the
25451 bottom two lines of the screen would be repeated on the top of the next
25452 screen.  The normal default value is "2".<p>
25453 <UL>   
25454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25455 </UL><P>
25456 &lt;End of help on this topic&gt;
25457 </body>
25458 </html>
25459 ====== h_config_scroll_margin =====
25460 <HTML>
25461 <HEAD>
25462 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25463 </HEAD>
25464 <BODY>
25465 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25467 This option controls when Alpine's line-by-line scrolling occurs.
25468 Typically, when a selected item is at the top or bottom screen edge
25469 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25470 displayed items are scrolled down or up by a single line.
25473 This option allows you to tell Alpine the number of lines from the top and
25474 bottom screen edge that line-by-line paging should occcur.  For example,
25475 setting this value to one (1) will cause Alpine to scroll the display
25476 vertically when you move to select an item on the display's top or
25477 bottom edge.
25480 By default, this variable is zero, indicating that scrolling happens
25481 when you move up or down to select an item immediately off the display's
25482 top or bottom edge.
25485 <UL>   
25486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25487 </UL><P>
25488 &lt;End of help on this topic&gt;
25489 </BODY>
25490 </HTML>
25491 ====== h_config_wordseps =====
25492 <HTML>
25493 <HEAD>
25494 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25495 </HEAD>
25496 <BODY>
25497 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25499 This option affects how a &quot;word&quot; is defined in the composer.
25500 The definition of a word is used when using the Forward Word and Backward
25501 Word commands in the composer, as well as when using the spell checker.
25502 Whitespace is always considered a word separator.
25503 Punctuation (like question marks, periods, commas, and so on) is always
25504 a word separator if it comes at the end of a word.
25505 By default, a punctuation character that is in the middle of a word does
25506 not break up that word as long as the character before and the character
25507 after it are both alphanumeric.
25508 If you add a character to this option it will be considered a
25509 word separator even when it occurs in the middle of an alphanumeric word.
25510 For example, if you want to skip through each part of an address instead
25511 of skipping the whole address at once you might want to include &quot;@&quot;
25512 and &quot;.&quot; in this list.
25513 If you want the word-skipper to stop on each part of a UNIX filename you
25514 could add &quot;/&quot; to the list.
25515 The equal sign and dash are other possibilities you might find helpful.
25517 <UL>   
25518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25519 </UL><P>
25520 &lt;End of help on this topic&gt;
25521 </BODY>
25522 </HTML>
25523 ====== h_config_reply_indent_string =====
25524 <HTML>
25525 <HEAD>
25526 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25527 </HEAD>
25528 <BODY>
25529 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25531 This option specifies an aspect of Alpine's Reply command.
25532 When a message is replied to and the text of the message is included, the
25533 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25534 to each line indicating it is quoted text.
25535 (In case you haven't seen this before, &quot;string&quot; is a technical term
25536 that means chunk of text.)
25539 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25540 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25541 use one of the standard values,
25542 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25545 This option specifies a different value for that string.
25546 If you wish to use a string that begins or ends with a space,
25547 enclose the string in double quotes.
25550 Besides simple text, the prepended string can be based
25551 on the message being replied to.
25552 The following tokens are substituted for the message's corresponding value:
25554 <DL>
25555 <DT>_FROM_</DT>
25556 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25557 If the name is longer than six characters, only the first six characters are
25558 used.
25559 </DD>
25561 <DT>_NICK_</DT>
25562 <DD>This token gets replaced with the nickname of the message sender's
25563 address as found in your addressbook.
25564 If no addressbook entry is found,
25565 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25566 If the nickname is longer than six characters, only the first six characters are
25567 used.
25568 </DD>
25570 <DT>_INIT_</DT>
25571 <DD>This token gets replaced with the initials of the sender of the message.
25572 </DD>
25574 </DL>
25576 NOTE: When the
25577 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25578 feature is enabled, you are given the opportunity to edit the string, whether 
25579 it is the default or one automatically generated using the above tokens.
25581 If you change your <!--#echo var="VAR_reply-indent-string"-->
25582 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25583 quoted text will not be flowed
25584 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25585 when you reply.
25586 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25587 set to the default value.
25589 <UL>   
25590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25591 </UL><P>
25592 &lt;End of help on this topic&gt;
25593 </BODY>
25594 </HTML>
25595 ====== h_config_quote_replace_string =====
25596 <HTML>
25597 <HEAD>
25598 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25599 </HEAD>
25600 <BODY>
25601 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25603 This option specifies what string to use as a quote when <b>viewing</b> a
25604 message.  The standard way of quoting messages when replying is the string
25605 &quot;&gt;&nbsp;&quot; (quote space).
25606 With this variable set, viewing a message will
25607 replace occurrences of 
25608 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25609 This setting works best when
25610 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25611 or the equivalent setting in your correspondents' mail programs
25612 is set to the default
25613 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25614 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25616 By default, this setting will only work on messages that are flowed, which is
25617 the default way of sending messages for many mail clients including
25618 Alpine.  Enable the feature
25619 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25620 to also have quote-replacement performed on non-flowed messages.
25623 Setting this option will replace  &quot;&gt;&quot; and 
25624 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25625 spaces. To preserve those spaces enclose the full string in double quotes.
25627 No padding to separate the text of the message from the quote string is
25628 added. This means that if you do not add trailing spaces to the value of
25629 this variable, text will be displayed right next to the quote string,
25630 which may be undesirable. This can be avoided by adding a new string
25631 separated by a space from your selection of quote string replacement. This
25632 last string will be used for padding. For example, setting this variable to 
25633 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25634 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25635 a space from the last quote string to make it more readable.
25637 One possible setting for this variable could be
25638 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25639 would have the effect of indenting each level of quoting four spaces and
25640 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25641 more discernible by setting colors for quoted text.
25643 Replying to or forwarding the viewed message will preserve the original
25644 formatting of the message, so quote-replacement will not be performed on
25645 messages that are being composed.
25647 <UL>   
25648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25649 </UL><P>
25650 &lt;End of help on this topic&gt;
25651 </BODY>
25652 </HTML>
25653 ====== h_config_empty_hdr_msg =====
25654 <HTML>
25655 <HEAD>
25656 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25657 </HEAD>
25658 <BODY>
25659 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25661 When sending, if both the To and Cc fields are empty and you
25662 are sending the message to a Bcc,
25663 Alpine will put a special address in the To line.  The default value is:
25666 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25669 The reason for this is to avoid embarrassment caused by some Internet
25670 mail transfer software that interprets a &quot;missing&quot;
25671 <SAMP>To:</SAMP> header as an error and replaces it with an
25672 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25673 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25674 Bcc.  You may change the part of this message that comes before the
25675 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25676 variable to something else.
25679 The normal default is &quot;undisclosed-recipients&quot;.
25682 <UL>   
25683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25684 </UL><P>
25685 &lt;End of help on this topic&gt;
25686 </BODY>
25687 </HTML>
25688 ====== h_config_status_msg_delay =====
25689 <HTML>
25690 <HEAD>
25691 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25692 </HEAD>
25693 <BODY>
25694 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25696 This option has evolved over time, causing the possible values to be
25697 counter-intuitive.
25698 Read carefully before you set this option.
25699 First we explain what the option does, then there is a longer discussion
25700 following that.
25702 If this is set to zero, the default value, it has <EM>no</EM> effect.
25703 Positive and negative values serve two similar, but different purposes.
25705 If it is set to a positive number, it causes the cursor to move to the
25706 status line whenever a status message is printed and pause there for this
25707 many seconds.
25708 It will probably only be useful if the 
25709 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25710 also turned on.
25711 Setting this option to a positive number can only be used to
25712 <EM>increase</EM> the status message delay.
25713 This may be useful for Braille displays, or other non-traditional displays.
25715 If it is set to a negative number the interpretation is a bit complicated.
25716 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25717 allow you to read important status messages.
25718 Of course, this may cause you to miss some important messages.
25719 If you see a message flash by but miss what it says you can use the
25720 Journal command from the MAIN MENU to read it.
25721 If you set this option to a negative value, the delay will be
25722 no more than one second less than the absolute value
25723 of the value you set.
25724 So if you set it to -1, the delay will be no more than zero seconds, no
25725 delay at all.
25726 If you set it to -2, the delay will be no more than 1 second.
25727 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25728 If the delay that Alpine would have used by default is less than this delay,
25729 then the smaller delay set by Alpine will be used.
25730 Setting this option to a negative value can only reduce the amount of
25731 delay, never increase it.
25733 Here is a more detailed explanation.
25734 Status messages are the messages that show up spontaneously in the
25735 status message line, usually the third line from the bottom of the screen.
25736 By default, Alpine assigns each status message it produces a minimum
25737 display time.
25738 Some status messages have a minimum display time of zero.
25739 You can see an example of such a message by paging up in this help text
25740 until you reach the top of the screen.
25741 If you try to page past the top you will see the message
25743 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25745 in the status line.
25746 If there is another more important use of the status message line this message
25747 might be replaced quickly, or it even might not be shown at all.
25748 However, if there is no reason to get rid of the message, it might stay
25749 there for several seconds while you read the help.
25750 An example where it is replaced immediately happens when you page up in
25751 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25752 command right after paging up.
25753 The message will disappear immediately without causing a delay (unless you
25754 have set this option to a positive value) to allow you to type input for
25755 the &quot;WhereIs&quot; command.
25756 Since it isn't a very important message, Alpine has set its minimum display
25757 time to zero seconds.
25759 Other messages have minimum display times of three or more seconds.
25760 These are usually error messages that Alpine thinks you ought to see.
25761 For example, it might be a message about a failed Save or a failed folder open.
25762 It is often the case that this minimum display time won't delay you in
25763 any way because the status message line is not needed for another reason.
25764 However, there are times when Alpine has to delay what it is doing in
25765 order to display a status message for the minimum display time.
25766 This happens when a message is being displayed and Alpine wants to ask
25767 for input from the keyboard.
25768 For example, when you Save a message you use the status message line.
25769 You get a prompt there asking for the name of the folder to save to.
25770 If there is a status message being displayed that has not
25771 yet displayed for its minimum
25772 time Alpine will display that status message surrounded with the characters
25773 &gt; and &lt; to show you that it is delaying.
25774 That might happen, for example, if you tried to save to a folder that
25775 caused an error, then followed that immediately with another Save command.
25776 You might find yourself waiting for a status message like
25778 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25780 to finish displaying for three seconds.
25781 If that is something you find happening to you frequently, you may use
25782 negative values of this option to decrease or eliminate that delay, at
25783 the risk of missing the message.
25785 <UL>   
25786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25787 </UL><P>
25788 &lt;End of help on this topic&gt;
25789 </BODY>
25790 </HTML>
25791 ====== h_config_active_msg_interval =====
25792 <HTML>
25793 <HEAD>
25794 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25795 </HEAD>
25796 <BODY>
25797 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25799 When Alpine is delayed for some reason it usually shows that
25800 something is happening with a small animated display in the status
25801 message line near the bottom of the screen.
25802 This option sets how frequently the characters (for example, a spinning bar)
25803 in the active status message lines are updated.
25804 At most, it can be set to be udpated 20 times per second. 
25807 Setting this value to zero will prevent display of the animations
25808 altogether.
25811 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25812 can be used to remove the randomness from this animated display.
25815 <UL>   
25816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25817 </UL><P>
25818 &lt;End of help on this topic&gt;
25819 </BODY>
25820 </HTML>
25821 ====== h_config_mailchecknoncurr =====
25822 <HTML>
25823 <HEADER>
25824 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25825 </HEADER>
25826 <BODY>
25827 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25829 This option is closely related to the
25830 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25831 option, as well as the
25832 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25833 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25834 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25835 new-mail checking is disabled and this option will have no effect.
25837 Normally this option is set to zero, which means that the value used will be
25838 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25839 If you set this option to a value different from zero
25840 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25841 then that is the check interval that will be used
25842 for folders that are not the currently open folder or the INBOX.
25843 You may not even have any folders that are noncurrent and not the INBOX.
25844 If you do, it is likely that they are due to
25845 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25846 you have configured.
25847 This option also affects the rate of mail checking done on cached
25848 connections to folders you previously had open but are no longer actively
25849 using.
25850 You aren't expected to understand that last sentence, but if you are interested
25851 take a look at
25852 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25853 and the related options.
25855 <UL>   
25856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25857 </UL><P>
25858 &lt;End of help on this topic&gt;
25859 </BODY>
25860 </HTML>
25861 ====== h_config_fifopath =====
25862 <HTML>
25863 <HEADER>
25864 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25865 </HEADER>
25866 <BODY>
25867 <H1>OPTION: NewMail FIFO Path</H1>
25869 This option is only available in UNIX Alpine.
25870 However, there is a very similar feature built in to PC-Alpine.
25871 In PC-Alpine's Config menu at the top of the screen
25872 is an option called &quot;New Mail Window&quot;.
25874 You may have Alpine create a FIFO special file (also called a named pipe) where
25875 it will send a one-line message each time a new message is received in
25876 the current folder, the INBOX, or any open
25877 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25878 To protect against two different Alpines both writing to the same FIFO, Alpine
25879 will only create the FIFO and write to it if it doesn't already exist.
25881 A possible way to use this option would be to have a separate window
25882 on your screen running the command
25884 <CENTER><SAMP>cat filename</SAMP></CENTER>
25886 where &quot;filename&quot; is the name of the file given for this option.
25887 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25888 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25889 You may be tempted to use &quot;tail -f filename&quot; to view the new
25890 mail log.
25891 However, the common implementations of the tail command will not do what you
25892 are hoping.
25894 The width of the messages produced for the FIFO may be altered with the
25895 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25897 On some systems, fifos may only be created in a local filesystem.
25898 In other words, they may not be in NFS filesystems.
25899 This requirement is not universal.
25900 If the system you are using supports it, it should work.
25901 (It is often the case that your home directory is in an NFS filesystem.
25902 If that is the case, you might try using a file in the &quot;/tmp&quot;
25903 filesystem, which is usually a local filesytem.)
25904 Even when it is possible to use an NFS-mounted filesystem as a place to name
25905 the fifo (for example, your home directory), it will still be the case that
25906 the reader (probably the &quot;cat&quot; command) and the
25907 writer (Alpine) of the fifo must be running on the same system.
25909 <UL>   
25910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25911 </UL><P>
25912 &lt;End of help on this topic&gt;
25913 </BODY>
25914 </HTML>
25915 ====== h_config_newmailwidth =====
25916 <HTML>
25917 <HEADER>
25918 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25919 </HEADER>
25920 <BODY>
25921 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25923 For UNIX Alpine, this option is only useful if you have turned on the
25924 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25925 That option causes new mail messages to be sent to a fifo file.
25926 Those messages will be 80 characters wide by default.
25927 You can change the width of those messages by changing this option.
25928 For example, if you are reading those messages in another window you might
25929 want to set this width to the width of that other window.
25931 If you are using PC-Alpine, it has an option in the Config menu to turn
25932 on the &quot;New Mail Window&quot;.
25933 This present option also controls the width of that window.
25935 <UL>   
25936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25937 </UL><P>
25938 &lt;End of help on this topic&gt;
25939 </BODY>
25940 </HTML>
25941 ====== h_config_mailcheck =====
25942 <HTML>
25943 <HEADER>
25944 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25945 </HEADER>
25946 <BODY>
25947 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25949 This option specifies, in seconds,
25950 how often Alpine will check for new mail.
25951 If set to zero, new-mail checking is disabled.
25952 (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
25953 current message is the last message of the folder.)
25954 There is a minimum value for this option, normally 15 seconds.
25955 The default value is normally 150 seconds.
25956 The higher you set this option, the easier it is on the server.
25958 There are some situations where automatic new-mail checking does not work.
25959 See the discussion about new-mail checking in
25960 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25962 The new-mail checking will not happen exactly at the frequency that you specify.
25963 For example, Alpine may elect to defer a non-INBOX mail check if you
25964 are busy typing.
25965 Or, it may check more frequently than you have specified if that is
25966 thought to be necessary to keep the server from closing the connection
25967 to the folder due to inactivity.
25968 If Alpine checks for new mail as a side effect of another command, it will reset
25969 the timer, so that new-mail checking may seem to happen irregularly instead of
25970 every X seconds like clockwork.
25972 If you are anxious to know about new mail as soon as possible, set the check
25973 interval low, and you'll know about the new mail by approximately
25974 that amount of time after it arrives.
25975 If you aren't so worried about knowing right away, set this option to a
25976 higher value.
25977 That will save the server some processing time and may save you some of
25978 the time you spend waiting for new-mail checks to happen if you are
25979 dealing with a slow server or slow network connection.
25981 If you suspect that new-mail checking is causing slow downs for you,
25982 you may want to look into the options
25983 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25984 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25985 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25986 which refine when mail checking is done.
25988 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25989 there is a minimum time
25990 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25991 between new-mail checks.
25992 Because of this minimum you may notice that new mail does not
25993 appear promptly when you expect it.
25994 The reason for this is to protect the server from over-zealous opening and
25995 closing of the Mail Drop folder, since that is a costly operation.
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_quell_checks_comp =====
26004 <HTML>
26005 <HEAD>
26006 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26007 </HEAD>
26008 <BODY>
26009 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26011 This option is closely related to the
26012 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26013 option, the
26014 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26015 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26017 If this option is set, then the normal new-mail checking that happens
26018 while you are composing will not happen for folders other than your
26019 INBOX (which depends on the setting
26020 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26022 You might want to set this option if you are experiencing delays while
26023 composing that you think might be related to the speed of the new-mail
26024 checks.
26026 Even with this option turned on, an occasional new-mail check may be done
26027 in order to keep the server from killing the connection to the folder.
26028 For example, IMAP servers may remove a connection to a folder if there
26029 has been no activity on the connection for 30 minutes or more.
26030 Instead of letting that happen, Alpine will check for new mail before the
26031 30 minutes is up even though you have turned on this feature to quell
26032 those checks.
26034 Besides new-mail checks, checkpoint operations on the folders
26035 will also be quelled when you set this option.
26036 The purpose of checkpointing is to write the changes to a folder out to
26037 disk periodically in order to avoid losing those changes when system or
26038 software problems occur.
26039 New-mail checking and checkpointing while you are not composing are not
26040 affected by this option.
26043 &lt;End of help on this topic&gt;
26044 </BODY>
26045 </HTML>
26046 ====== h_config_quell_checks_comp_inbox =====
26047 <HTML>
26048 <HEAD>
26049 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26050 </HEAD>
26051 <BODY>
26052 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26054 This option is closely related to the
26055 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26056 option, the
26057 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26058 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26060 If this option is set, then the normal new-mail checking that happens
26061 while you are composing will not happen for your INBOX.
26062 Checking of other folders is controlled in a similar way with the
26063 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26065 You might want to set this option if you are experiencing delays while
26066 composing that you think might be related to the speed of the new-mail
26067 checks.
26069 Even with this option turned on, an occasional new-mail check may be done
26070 in order to keep the server from killing the connection to the folder.
26071 For example, IMAP servers may remove a connection to a folder if there
26072 has been no activity on the connection for 30 minutes or more.
26073 Instead of letting that happen, Alpine will check for new mail before the
26074 30 minutes is up even though you have turned on this feature to quell
26075 those checks.
26077 Besides new-mail checks, checkpoint operations on the INBOX
26078 will also be quelled when you set this option.
26079 The purpose of checkpointing is to write the changes to a folder out to
26080 disk periodically in order to avoid losing those changes when system or
26081 software problems occur.
26082 New-mail checking and checkpointing while you are not composing are not
26083 affected by this option.
26085 &lt;End of help on this topic&gt;
26086 </BODY>
26087 </HTML>
26088 ====== h_config_maildropcheck =====
26089 <HTML>
26090 <HEADER>
26091 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26092 </HEADER>
26093 <BODY>
26094 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26096 New-mail checking for a
26097 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26098 mail checking for a regular folder.
26099 One of the differences is that the connection to the Mail Drop is not
26100 kept open and so the cost of checking
26101 (delay for you and additional load for the server) may be significant.
26102 Because of this additional cost we set a minimum time that
26103 must pass between checks.
26104 This minimum only applies to the automatic checking done by Alpine.
26105 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26106 at the end of a folder index, then the check is done right away.
26108 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26109 new-mail checks.
26110 You may want to set this minimum high in order to avoid experiencing some
26111 of the delays associated with the checks.
26112 Note that the time between checks is still controlled by the regular
26113 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26114 When Alpine is about to do an automatic check for new mail (because
26115 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26116 new-mail check
26117 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26118 the Mail Drop is checked for new mail as well.
26119 Therefore, it is only useful to set this option to a value that is higher
26120 than the <!--#echo var="VAR_mail-check-interval"-->.
26122 If this option is set to zero, automatic Mail Drop new-mail
26123 checking is disabled.
26124 There is a minimum value, normally 60 seconds.
26125 The default value is normally 60 seconds as well.
26126 This applies to the INBOX and to the currently open folder if that is
26127 different from the INBOX.
26130 <UL>   
26131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26132 </UL><P>
26133 &lt;End of help on this topic&gt;
26134 </BODY>
26135 </HTML>
26136 ====== h_config_nntprange =====
26137 <HTML>
26138 <HEADER>
26139 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26140 </HEADER>
26141 <BODY>
26142 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26144 This option applies only to newsgroups accessed using the NNTP protocol.
26145 It does not, for example,
26146 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26149 When you open a connection to a News server using the NNTP protocol, you
26150 normally have access to all of the articles in each newsgroup.
26151 If a server keeps a large backlog of messages it may speed performance
26152 some to restrict attention to only the newer messages in a group.
26153 This option allows you to set how many article numbers should be checked
26154 when opening a newsgroup.
26155 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26156 of messages you ever want to see.
26157 For example, if you only ever wanted to look at the last 500 messages in each
26158 newsgroup you could set this option to 500.
26159 In actuality, it isn't quite that.
26160 Instead, for performance reasons, it specifies the range of article
26161 numbers to be checked, beginning
26162 with the highest numbered article and going backwards from there.
26163 If there are messages that have been canceled or deleted
26164 their article numbers are still counted as part of the range.
26166 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26167 numbers
26168 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26170 to be considered when reading a newsgroup.
26171 The number of messages that show up in your index will be less than or equal
26172 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26175 The purpose of this option is simply to speed up access when reading news.
26176 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26177 numbers, and can avoid downloading any information about the ignored articles.
26178 There is a cost you pay for this speedup.
26179 That cost is that there is no way for you to see those ignored articles.
26180 The articles that come before the range you specify are invisible to you and
26181 to Alpine, as if they did not exist at all.
26182 There is no way to see those messages using, for example, an unexclude command
26183 or something similar.
26184 The only way to see those articles is to set this option high enough (or
26185 set it to zero) and then to reopen the newsgroup.
26188 If this option is set to 0 (which is also the default),
26189 then the range is unlimited.
26190 This option applies globally to all NNTP servers and to all newsgroups
26191 on those servers.
26192 There is no way to set different values for different newsgroups or servers.
26195 <UL>   
26196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26197 </UL><P>
26198 &lt;End of help on this topic&gt;
26199 </BODY>
26200 </HTML>
26201 ====== h_config_news_active =====
26202 <html>
26203 <header>
26204 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26205 </header>
26206 <body>
26207 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26209 This option tells Alpine where to look for the "active file" for newsgroups
26210 when accessing news locally, rather than via NNTP.  The default path is
26211 usually "/usr/lib/news/active".<p>
26212 <UL>   
26213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26214 </UL><P>
26215 &lt;End of help on this topic&gt;
26216 </body>
26217 </html>
26218 ====== h_config_news_spool =====
26219 <html>
26220 <header>
26221 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26222 </header>
26223 <body>
26224 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26226 This option tells Alpine where to look for the "news spool" for newsgroups
26227 when accessing news locally, rather than via NNTP.  The default path is
26228 usually "/var/spool/news".<p>
26229 <UL>   
26230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26231 </UL><P>
26232 &lt;End of help on this topic&gt;
26233 </body>
26234 </html>
26235 ====== h_config_image_viewer =====
26236 <html>
26237 <header>
26238 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26239 </header>
26240 <body>
26241 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26242 <body>
26243 This option specifies the program Alpine should call to view MIME
26244 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26245 no longer needed, but remains for backward compatibility.  The more
26246 general method for associating external printing and viewing programs with
26247 specific MIME data types is to use the system's (or your personal)
26248 "mailcap" configuration file.<p>
26249 <UL>   
26250 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26251 </UL><P>
26252 &lt;End of help on this topic&gt;
26253 </body>
26254 </html>
26255 ====== h_config_domain_name =====
26256 <HTML>
26257 <HEAD>
26258 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26259 </HEAD>
26260 <BODY>
26261 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26263 This option is used only if the 
26264 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26265 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26266 strips the hostname from your return (&quot;From&quot;) address and when 
26267 completing unqualified addresses that you enter into the composer.
26269 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26270 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26273 <!--chtml if pinemode="os_windows"-->
26274 <P>This option is not applicable to PC-Alpine.
26275 <!--chtml else-->
26277 <!--chtml endif-->
26278 <UL>
26279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26280 </UL>
26282 &lt;End of help on this topic&gt;
26283 </BODY>
26284 </HTML>
26285 ====== h_config_prune_date =====
26286 <HTML>
26287 <HEAD>
26288 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26289 </HEAD>
26290 <BODY>
26291 <H1>OPTION: Last-Time-Prune Question</H1>
26293 This value records the last time you were asked about deleting old
26294 sent-mail.
26295 It is set automatically by Alpine at the beginning of each month.
26296 In the past, if you wished to suppress the monthly sent-mail
26297 pruning feature, you could set this to a date in the future.
26298 This value is relative to the year 1900, so 
26299 to set this, for example, to October 2005, use 105.10.
26301 You can still do that if you wish, or you can use the
26302 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26303 a little more convenient to use.
26305 <UL>   
26306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26307 </UL><P>
26308 &lt;End of help on this topic&gt;
26309 </BODY>
26310 </HTML>
26311 ====== h_config_goto_default =====
26312 <HTML>
26313 <HEAD>
26314 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26315 </HEAD>
26316 <BODY>
26317 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26319 This value affects Alpine's behavior when you use the Goto command.
26320 Alpine's usual behavior has two parts.  If your current folder is
26321 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26322 default.  If the current folder is other than &quot;Inbox&quot;,
26323 &quot;Inbox&quot; is offered as the default.
26326 The available options include:
26328 <DL>
26330  <DT>folder-in-first-collection</DT>
26332  <DD> Alpine will offer the most recently visited folder in the default
26333 collection found in the &quot;Collection List&quot; screen as the default.
26334 </DD>
26336  <DT> inbox-or-folder-in-first-collection</DT>
26338  <DD> If the current folder is &quot;Inbox&quot;,
26339 Alpine will offer the most recently visited folder in the
26340 default collection found in the &quot;Collection List&quot; screen.
26341 If the current folder is other than &quot;Inbox&quot;,
26342 &quot;Inbox&quot; is offered as the default.
26343 </DD>
26345  <DT> inbox-or-folder-in-recent-collection</DT>
26347  <DD> This is Alpine's default behavior.
26348 If the current folder is &quot;Inbox&quot;,
26349 Alpine will offer the last open
26350 folder as the default.
26351 If the current folder is other than &quot;Inbox&quot;,
26352 &quot;Inbox&quot; is offered as the default.
26353 </DD>
26355  <DT> first-collection-with-inbox-default</DT>
26357  <DD> Instead of offering the most recently visited folder in the default
26358 collection, the default collection is offered but with &quot;Inbox&quot; as
26359 the default folder.
26360 If you type in a folder name it will be in the default collection.
26361 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26362 </DD>
26364  <DT> most-recent-folder</DT>
26366  <DD> The last accepted value simply causes the most recently opened
26367 folder to be offered as the default regardless of the currently opened
26368 folder.
26369 </DD>
26370 </DL>
26373 NOTE: The default while a newsgroup is open remains the same; the last
26374 open newsgroup.
26377 <UL>   
26378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26379 </UL><P>
26380 &lt;End of help on this topic&gt;
26381 </BODY>
26382 </HTML>
26383 ====== h_config_thread_lastreply_char =====
26384 <HTML>
26385 <HEAD>
26386 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26387 </HEAD>
26388 <BODY>
26389 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26391 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26392 INDEX display when using a
26393 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26394 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26395 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26396 The value of this option is a single character.
26397 This character is used instead of the vertical line character when there are
26398 no more replies directly to the parent of the current message.
26399 It can be used to &quot;round-off&quot; the bottom of the vertical line
26400 by setting it to a character such as a backslash (&#92;) or
26401 a backquote (&#96;).
26402 The default value of this option is the backslash character (&#92;).
26403 This option may not be set to the Empty Value.
26404 In that case, the default will be used instead.
26407 <UL>   
26408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26409 </UL><P>
26410 &lt;End of help on this topic&gt;
26411 </BODY>
26412 </HTML>
26413 ====== h_config_thread_indicator_char =====
26414 <HTML>
26415 <HEAD>
26416 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26417 </HEAD>
26418 <BODY>
26419 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26421 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26422 INDEX display when using a
26423 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26424 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26425 The value of this option is a single character.
26426 This character is used to indicate that part of a thread (a conversation) is
26427 hidden beneath a message.
26428 The message could be expanded
26429 if desired with the &quot;/&quot; Collapse/Expand command.
26430 By default, the value of this option is the greater than sign (&gt;).
26432 If this option is set to the Empty Value, then the column (and the following
26433 blank column) will be deleted from the display.
26436 This option is closely related to the
26437 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26438 Another similar option that affects the thread display is the
26439 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26442 <UL>   
26443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26444 </UL><P>
26445 &lt;End of help on this topic&gt;
26446 </BODY>
26447 </HTML>
26448 ====== h_config_thread_exp_char =====
26449 <HTML>
26450 <HEAD>
26451 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26452 </HEAD>
26453 <BODY>
26454 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26456 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26457 INDEX display when using a
26458 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26459 than &quot;none&quot;.
26460 The value of this option is a single character.
26461 This character is used to indicate that part of a thread has been expanded
26462 and could be collapsed if desired with
26463 the &quot;/&quot; Collapse/Expand command.
26464 By default, the value of this option is a dot (.).
26466 If this option is set to the Empty Value, then the column (and the following
26467 blank column) will be deleted from the display.
26470 This option is closely related to the
26471 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26472 Another similar option that affects the thread display is the
26473 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26476 <UL>   
26477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26478 </UL><P>
26479 &lt;End of help on this topic&gt;
26480 </BODY>
26481 </HTML>
26482 ====== h_config_thread_index_style =====
26483 <HTML>
26484 <HEAD>
26485 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26486 </HEAD>
26487 <BODY>
26488 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26490 When a folder is sorted by Threads or OrderedSubject,
26491 this option will affect the INDEX displays.
26494 The possible values for this option are:
26496 <DL>
26497 <DT>regular-index-with-expanded-threads</DT>
26498 <DD>This is the default display.
26499 If the configuration option
26500 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26501 is set to something other than &quot;none&quot;, then this setting
26502 will cause Alpine to start off with a MESSAGE INDEX with all of
26503 the threads expanded.
26504 That is, each message will have a line in the MESSAGE INDEX display.
26505 The Collapse/Expand command (/) may be used to manually collapse or
26506 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26508 This setting affects the display when the folder is first threaded.
26509 The collapsed state may also be re-initialized by re-sorting the folder manually
26510 using the SortIndex command ($).
26511 After re-sorting the threads will once again all be expanded, even if you
26512 have previously collapsed some of them.
26514 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26515 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26516 in a different order.
26517 </DD>
26519 <DT>regular-index-with-collapsed-threads</DT>
26520 <DD>If the configuration option
26521 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26522 is set to something other than &quot;none&quot;, then this setting
26523 will cause Alpine to start out with all of the threads collapsed instead of
26524 starting out with all of the threads expanded.
26525 The Collapse/Expand command (/) may be used to manually collapse or
26526 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26528 This setting affects the display when the folder is first threaded.
26529 The collapsed state may also be re-initialized by re-sorting the folder manually
26530 using the SortIndex command ($).
26531 After re-sorting the threads will once again all be collapsed, even if you
26532 have previously expanded some of them.
26533 </DD>
26535 <DT>separate-index-screen-always</DT>
26536 <DD>With this setting and the next, you will see an index of threads
26537 instead of an
26538 index of messages, provided you have sorted by Threads or OrderedSubject.
26540 The THREAD INDEX contains a '*' in the first column if any message in the thread
26541 is marked Important.
26542 If not, it contains a '+' if any message in the thread is to you.
26543 The second column is blank. The third column contains a 'D' if all of the
26544 messages in the thread are deleted.
26545 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26547 When you view a particular thread from the THREAD INDEX you will be
26548 in the MESSAGE INDEX display
26549 but the index will only contain messages from the thread you are viewing.
26550 </DD>
26552 <DT>separate-index-screen-except-for-single-messages</DT>
26553 <DD>This is very similar to the option above.
26554 When you are in the THREAD INDEX, one of the available commands
26555 is &quot;ViewThd&quot;.
26556 With the setting &quot;separate-index-screen-always&quot; (the option above)
26557 when you view a particular thread you will be in the
26558 MESSAGE INDEX display and the index will only contain messages from
26559 the thread you are viewing.
26560 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26561 will be an index with only one message in it.
26562 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26563 setting instead, then that index that contains a single message
26564 will be skipped and you will go directly from the THREAD INDEX into the
26565 MESSAGE TEXT screen.
26566 </DD>
26568 </DL>
26571 <UL>   
26572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26573 </UL><P>
26574 &lt;End of help on this topic&gt;
26575 </BODY>
26576 </HTML>
26577 ====== h_config_thread_disp_style =====
26578 <HTML>
26579 <HEAD>
26580 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26581 </HEAD>
26582 <BODY>
26583 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26585 When a folder is sorted by Threads or OrderedSubject,
26586 this option will affect the MESSAGE INDEX display.
26587 By default, Alpine will display the MESSAGE INDEX in the
26588 &quot;show-thread-structure&quot; style if a folder is sorted
26589 by Threads or OrderedSubject.
26592 The possible values for this option are:
26594 <DL>
26595 <DT>none</DT>
26596 <DD>Regular index display.
26597 The same index line as would be displayed without threading is used.
26598 The only difference will be in the order of the messages.
26599 </DD>
26601 <DT>show-thread-structure</DT>
26602 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26603 lines will be added to make it easier to see the relationships among
26604 the messages in a thread (a conversation).
26605 </DD>
26607 <DT>mutt-like</DT>
26608 <DD>This is the same as the option above except that the Subject
26609 is suppressed (is blank) if it matches the previous Subject in the thread.
26610 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26611 Here is an example of what a mutt-like index might look like.
26612 In this example, the first column represents the message number, the
26613 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26614 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26615 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26616 is set to a backslash:
26617 <PRE>
26618 &nbsp;&nbsp;&nbsp;1    Some topic
26619 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26620 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26621 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26622 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26623 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26624 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26625 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26626 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26627 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26628 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26629 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26630 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26631 &nbsp;&nbsp;&nbsp;14    Next topic
26632 </PRE>
26633 </DD>
26635 <DT>indent-subject-1</DT>
26636 <DD>Threaded Subjects will be indented one space per level of the conversation.
26637 The bars and lines that show up in the show-thread-structure display will
26638 not be there with this style.
26639 </DD>
26641 <DT>indent-subject-2</DT>
26642 <DD>Same as above but indent two spaces per level instead of one space.
26643 </DD>
26645 <DT>indent-from-1</DT>
26646 <DD>Similar to indent-subject-1, except that instead of indenting the
26647 Subject field one space the From field of a thread will be indented one
26648 space per level of the conversation.
26649 </DD>
26651 <DT>indent-from-2</DT>
26652 <DD>Same as above but indent two spaces per level instead of one space.
26653 </DD>
26655 <DT>show-structure-in-from</DT>
26656 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26657 and horizontal lines just like with the show-thread-structure option, but
26658 the From field is used to show the relationships instead of the Subject field. 
26659 </DD>
26661 </DL>
26664 <UL>   
26665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26666 </UL><P>
26667 &lt;End of help on this topic&gt;
26668 </BODY>
26669 </HTML>
26670 ====== h_config_pruning_rule =====
26671 <HTML>
26672 <HEAD>
26673 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26674 </HEAD>
26675 <BODY>
26676 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26678 By default, Alpine will ask at the beginning of each month whether or not
26679 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26680 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26681 change the format of the folder to sent-mail-yyyy-mm.)
26682 It will also ask whether you would like to delete old sent-mail folders.
26683 If you have defined
26684 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26686 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26687 Alpine will also ask about pruning those folders.
26690 With this option you may provide an automatic answer to these questions.
26691 The default value is to ask you what you'd like to do.
26694 The six possible values for this option are:
26696 <DL>
26697 <DT>ask about rename, ask about deleting</DT>
26698 <DD>This is the default.
26699 Alpine will ask whether you want to rename the folders and whether you
26700 want to delete each of the old folders.
26701 </DD>
26703 <DT>ask about rename, don't delete</DT>
26704 <DD>Alpine will ask whether you want to rename the folders, but won't
26705 ask about or delete old folders.
26706 </DD>
26708 <DT>always rename, ask about deleting</DT>
26709 <DD>This means you want to always answer yes and have Alpine automatically
26710 rename the folder if possible.
26711 You will also be asked about deleting old folders.
26712 </DD>
26714 <DT>always rename, don't delete</DT>
26715 <DD>This means you want to always answer yes and have Alpine automatically
26716 rename the folder if possible.
26717 There will be no deleting of old folders.
26718 </DD>
26720 <DT>don't rename, ask about deleting</DT>
26721 <DD>This means you want to always answer no.
26722 Alpine will not rename the folder.
26723 You will be asked about deleting old folders.
26724 </DD>
26726 <DT>don't rename, don't delete</DT>
26727 <DD>This means you want to always answer no.
26728 Alpine will not rename the folder.
26729 There will be no deleting of old folders, either.
26730 </DD>
26731 </DL>
26734 <UL>   
26735 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26736 </UL><P>
26737 &lt;End of help on this topic&gt;
26738 </BODY>
26739 </HTML>
26740 ====== h_config_reopen_rule =====
26741 <HTML>
26742 <HEAD>
26743 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26744 </HEAD>
26745 <BODY>
26746 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26748 Alpine normally checks for new mail in the currently open folder
26749 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26752 There are some situations where automatic new-mail checking does not work.
26753 For example, if a mail folder is opened using the POP protocol or a newsgroup
26754 is being read using the NNTP protocol, then new-mail checking is disabled.
26757 It may be possible to check for new mail in these cases by reopening the
26758 folder.
26759 Alpine does not do this for you automatically, but you may do the commands
26760 manually to cause this to happen.
26761 You reopen by going back to the folder list screen from the message
26762 index screen with the &quot;&lt;&quot; command,
26763 and then going back into the message index screen with
26764 the &quot;&gt;&quot; command.
26765 (Actually, any method you would normally use to open a folder will work the
26766 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26767 For example, the GoTo Folder command will work, or you may use L to go to the
26768 Folder List screen and Carriage Return to reopen the folder.)
26771 There are some cases where Alpine knows that reopening the folder should
26772 be useful as a way to discover new mail.
26773 At the time of this writing, connections made using the POP protocol,
26774 news reading using the NNTP protocol, local news reading, and local
26775 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26776 fall into this category.
26777 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26778 has no way of knowing, so it might also just be an exercise in futility.
26779 All remote, ReadOnly folders other than those listed just above fall into this
26780 category.
26781 The setting of this option together with the type of folder
26782 controls how Alpine will react to the apparent attempt to reopen a folder.
26785 If you don't reopen, then you will just be back in
26786 the message index with no change.
26787 You left the index and came back, but the folder remained &quot;open&quot;
26788 the whole time.
26789 However, if you do reopen the folder, the folder is closed and then reopened.
26790 In this case, the current state of the open folder is lost.
26791 The New status, Important and Answered flags,
26792 selected state, Zoom state, collapsed or expanded state of threads,
26793 current message number,
26794 and any other temporary state is all lost when the reopen happens.
26795 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26798 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26799 several places.
26800 That really implies the case where Alpine knows it is a good way to discover
26801 new mail, which is more than just POP and NNTP, but POP and NNTP are
26802 the cases of most interest.
26803 This option probably has more possible values than it deserves. They are:
26805 <DL>
26806 <DT>Always reopen</DT>
26807 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26808 whenever you type a command that implies a reopen, regardless of the
26809 access method.
26810 In other words, it is assumed you would always answer Yes if asked
26811 about reopening.
26812 </DD>
26814 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26815 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26816 will ask you whether to reopen other remote folders,
26817 with a default answer of Yes.
26818 </DD>
26820 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26821 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26822 will ask you whether to reopen other remote folders,
26823 with a default answer of No.
26824 </DD>
26826 <DT>Yes for POP/NNTP, No for other remote</DT>
26827 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26828 will assume a No answer for all other remote folders.
26829 </DD>
26831 <DT>Always ask [Yes]</DT>
26832 <DD>Alpine will not differentiate based on access method.
26833 It will always ask for all remote folders, with a default answer of Yes.
26834 </DD>
26836 <DT>Always ask [No]</DT>
26837 <DD>Alpine will not differentiate based on access method.
26838 It will always ask for all remote folders, with a default answer of No.
26839 </DD>
26841 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26842 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26843 of Yes.
26844 It will never attempt to reopen other remote folders.
26845 </DD>
26847 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26848 <DD>This is the default.
26849 Alpine will ask if the access method is POP or NNTP, with a default answer
26850 of No.
26851 It will never attempt to reopen other remote folders.
26852 </DD>
26854 <DT>Never reopen</DT>
26855 <DD>Alpine will never attempt to reopen already open folders.
26856 </DD>
26857 </DL>
26860 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26861 any of the other situations where it is likely that reopening is a good way
26862 to discover new mail.
26865 There is an alternative that may be of useful in some situations.
26866 Instead of manually checking for new mail you can set up a
26867 <A HREF="h_maildrop">Mail Drop</A>
26868 and automatically check for new mail.
26871 <UL>   
26872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26873 </UL><P>
26874 &lt;End of help on this topic&gt;
26875 </BODY>
26876 </HTML>
26877 ====== h_config_inc_startup =====
26878 <HTML>
26879 <HEAD>
26880 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26881 </HEAD>
26882 <BODY>
26883 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26885 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26886 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26887 It determines which message will be the <EM>current message</EM> when
26888 the folder is first opened.
26889 The default value is &quot;first-unseen&quot;.
26892 The seven possible values for this option are:
26894 <DL>
26895 <DT>first-unseen</DT>
26896 <DD>The current message is set to the first
26897 unseen message that has not been marked deleted, or the last message if
26898 all of the messages have been seen previously.
26899 Messages which have not been seen or which have been seen but re-marked
26900 as New are considered unseen messages.
26901 See the note at the bottom of this help about newsgroups.
26902 </DD>
26904 <DT>first-recent</DT>
26905 <DD>Similar to the default, but rather than starting on the first
26906 unseen message Alpine starts on the first <EM>recent</EM> message.
26907 A message is recent if it arrived since the last time the folder was
26908 open.  This value causes the current message to be set to the first
26909 recent message if there is one, otherwise to the last
26910 message in the folder.
26911 </DD>
26913 <DT>first-important</DT>
26914 <DD>This will result in the current message being set to the first
26915 message marked Important (but not Deleted).
26916 If no messages are marked Important, then it will be the last message.
26917 Messages are marked Important by <EM>you</EM>, not by the sender, using
26919 <A HREF="h_common_flag">Flag command</A>.
26920 Or they may be marked Important by an Alpine
26921 <A HREF="h_mainhelp_filtering">Filter</A>
26922 that you have set up.
26923 </DD>
26925 <DT>first-important-or-unseen</DT>
26926 <DD>This selects the first of the first unseen and the first important
26927 messages.
26928 </DD>
26930 <DT>first-important-or-recent</DT>
26931 <DD>This selects the first of the first recent and the first important
26932 messages.
26933 </DD>
26935 <DT>first</DT>
26936 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26937 If all messages are deleted you start on the last message.
26938 </DD>
26940 <DT>last</DT>
26941 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26942 If all messages are deleted you start on the last message.
26943 </DD>
26944 </DL>
26947 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26948 &quot;first-recent&quot; are the same and are affected by whether or not the
26949 feature 
26950 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26951 is turned on. 
26952 Also, there is no permanent storage in news for an Important flag.
26953 This means that no messages will be marked Important when a newsgroup is
26954 first opened.
26957 <UL>   
26958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26959 </UL><P>
26960 &lt;End of help on this topic&gt;
26961 </BODY>
26962 </HTML>
26963 ====== h_config_browser =====
26964 <HTML>
26965 <HEAD>
26966 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26967 </HEAD>
26968 <BODY>
26969 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26970 <!--chtml if pinemode="os_windows"-->
26971 PC-Alpine users do not need to enter anything here, unless:<UL>
26972 <LI> they want to override, for use with Alpine, the application defined
26973 in the Windows operating system for handling URLs; or
26974 <LI> they are (planning on) using the same configuration file with 
26975 Unix Alpine.
26976 </UL>
26978 Note that if using a viewer that has a space in its path, you should
26979 use the DOS name for that directory or file. Example:
26980 <PRE>
26981 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26982 </PRE>
26983 <HR><P>
26984 <!--chtml endif-->
26985 This option affects Alpine's handling of URLs that are found in 
26986 messages you read.  Normally, only URLs Alpine can handle directly
26987 are automatically offered for selection in the &quot;Message
26988 Text&quot; screen.  When one or more applications
26989 capable of deciphering URLs on their command line are added here, Alpine
26990 will choose the first available to display URLs it cannot handle directly.
26991 A viewer's availability is based on its being specified with a <B>full
26992 directory path</B> and the evaluation of any optionally supplied
26993 parameters described below.
26996 Additionally, to support various connection methods and applications, each
26997 entry in this list can optionally begin with one or more of
26998 the following special tokens.  The allowed tokens include:
27001 <DL>
27002 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27003 <DD>
27004 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27005 evaluate a viewer's availability.  The command specified by the test
27006 string is run and if its resulting exit status is non-zero, Alpine will
27007 not consider the associated viewer for use.
27008 </DD>
27010 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27011 <DD>
27012 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27013 URL schemes that are to be used with the associated viewer.  This is
27014 the way to configure Alpine to recognize URLs other than the built-in set.
27016 It can also be used to override Alpine's built-in handlers.
27017 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27018 and Alpine would use (provided it passed all other criteria) the associated
27019 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27021 </DD>
27022 </DL>
27025 By default, Alpine will simply append a space character followed by the
27026 selected URL prior to launching the command in your specified SHELL.  You can
27027 optionally specify where in the command the selected URL should appear
27028 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27029 will be replaced with the selected URL before the command is handed
27030 to the shell.  If such replacement occurs, the default appending of the
27031 selected URL does not take place.
27034 NOTE: If the viewer you specify has any command-line arguments,
27035 including the &quot;_URL_&quot; token, you will need to add a
27036 double-quote character before the command path and after the last
27037 argument (see the &quot;lynx&quot; example below).
27040 So, here are some example entries:
27041 <PRE>
27042 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27043               &quot;/usr/local/bin/lynx _URL_&quot;
27044               C:&#92;BIN&#92;NETSCAPE.BAT
27045 </PRE>
27047 This example shows that for the first viewer in the list to be used
27048 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27049 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27050 If neither condition is met,
27051 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27052 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27053 If the path to &quot;lynx&quot; is invalid,
27054 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27055 Note that the last
27056 entry is a DOS/Windows path.  This is one way to support Alpine running
27057 on more than one architecture with the same configuration file.<P>
27059 <!--chtml if pinemode="os_windows"-->
27060 <!--chtml else-->
27061 Note that depending on the type of browser used and the method of 
27062 its invocation (such as whether it will open in a separate window) from
27063 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27064 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27065 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27066 In other words, launching the browser from Alpine may make Alpine 
27067 &quot;disappear&quot; (although it is still &quot;running&quot;)
27068 until you close the browser again.<P>  
27069 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27070 environment: for advanced users and  systems administrators</A>
27071 </UL>
27072 <!--chtml endif-->
27073 <P>If you are unsure what browsers are available on your system or how to 
27074 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27075 local computing support staff.
27076 <P><UL>
27077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27078 </UL>
27080 &lt;End of help on this topic&gt;
27081 </BODY>
27082 </HTML>
27083 ====== h_config_browser_xterm =====
27084 <HTML>
27085 <HEAD>
27086 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27087 </HEAD>
27088 <BODY>
27089 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27090 environment: for advanced users and  systems administrators</H1>
27091 If you are using Alpine with an X-terminal (emulator) and want to define an 
27092 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27093 you may want to do so in a manner that causes any <B>already</B> 
27094 invoked viewer application to be used for viewing URLs you select from Alpine 
27095 messages, and a <B>new</B> URL-viewer process to be 
27096 started <B>only</B> if the same application has <B>not already</B> 
27097 been launched -- for one reason, to avoid file-locking contentions among 
27098 multiple invocations of the same URL-viewer application.  
27099 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27100 option does not do this.)  A method of doing that would be:<OL>
27101 <LI> use 
27102 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27103 check (using commands appropriate for your Unix shell
27104 in place of <VAR>test-string</VAR>) for the presence of a 
27105 lockfile created by the URL-viewer application -- which implies that the 
27106 application is already running, though this is not foolproof. 
27107 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27108 application with its appropriate command line option(s) to 
27109 show the URL selected from the Alpine message in an already open window of 
27110 that application, or perhaps in a new window of that application.  
27112 <LI> In the 
27113 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27114 application without those command line options, but this time using the 
27115 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27116 is defined.
27117 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27118 windows environment (for instance, using VT-100 terminal emulation), you 
27119 may wish to specify a non-X windows URL-viewer application such as Lynx
27120 as the last entry.
27121 </OL><BR>
27122 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27123 the command shell, the URL-viewer application(s), and possibly the specific 
27124 version of the latter, you are using.  
27126 Relevant command 
27127 line options for the Netscape browser for showing URLs (selected from Alpine) 
27128 when Netscape is already running are discussed in the document
27129 &quot;Remote Control of UNIX Netscape&quot; 
27130 found at the URL (as of 12 Aug. 1998):
27133 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27135 <P>(If the URL-viewer application is 
27136 <B>not</B> running on the same host as Alpine, but being launched from an 
27137 applications server, you may not be able to use the command line options for 
27138 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27140 <!--chtml if this-method="shown-to-work"-->
27141 An example using the Korn shell and the Netscape browser (first entry wrapped 
27142 because of its length, but should all appear on one line):
27144 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27146 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27147               &quot;/usr/local/bin/lynx '_URL_'&quot;
27149 <!--chtml endif-->
27151 <UL>   
27152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27153 </UL><P>
27154 &lt;End of help on this topic&gt;
27155 </BODY>
27156 </HTML>
27157 ====== h_config_enable_full_hdr =====
27158 <HTML>
27159 <HEAD>
27160 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27161 </HEAD>
27162 <BODY>
27163 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27165 This feature enables the &quot;H Full Headers&quot; command which toggles between
27166 the display of all headers in the message and the normal edited view of
27167 headers.  The Full Header command also controls which headers are included
27168 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27169 Full Header mode will respect the
27170 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27171 feature setting.)
27173 If Full Header mode is turned on and you Forward a message, you will
27174 be asked if you'd like to forward the message as an attachment, as opposed
27175 to including the text of the message in the body of your new message.
27177 If you have also turned on the
27178 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27179 option then the Full Headers command actually rotates through three states
27180 instead of just two.
27181 The first is the normal view with long quotes suppressed.
27182 The second is the normal view but with the long quotes included.
27183 The last enables the display of all headers in the message.
27184 When using Export, Pipe, Print, Forward, or Reply the quotes are
27185 never suppressed, so the first two states are identical.
27187 Normally, the Header Mode will reset
27188 to the default behavior when moving to a new message.
27189 The mode can be made to persist from message to message by setting the feature
27190 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27192 <UL>   
27193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27194 </UL><P>
27195 &lt;End of help on this topic&gt;
27196 </BODY>
27197 </HTML>
27198 ====== h_config_enable_full_hdr_and_text =====
27199 <HTML>
27200 <HEAD>
27201 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27202 </HEAD>
27203 <BODY>
27204 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27206 This feature affects how the &quot;H Full Headers&quot; command displays
27207 message text.  If set, the raw message text will be displayed.  This
27208 especially affects MIME formatted email, where the entire MIME format
27209 will be displayed.  This feature similarly affects how messages are
27210 included for the Export, Pipe, Print, Forward, and Reply functions.
27212 When viewing a raw message that has attachments with this feature set,
27213 you will not be able to view attachments without first leaving full 
27214 headers mode.  This is because MIME parsing is not done on the raw message.
27216 <UL>   
27217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27218 </UL><P>
27219 &lt;End of help on this topic&gt;
27220 </BODY>
27221 </HTML>
27222 ====== h_config_enable_pipe =====
27223 <HTML>
27224 <HEAD>
27225 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27226 </HEAD>
27227 <BODY>
27228 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27230 This feature enables the "| Pipe" command that sends the current message
27231 to the specified command for external processing.
27234 A short description of how the pipe command works is given
27235 <A HREF="h_pipe_command">here</A>.
27238 <UL>   
27239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27240 </UL><P>
27241 &lt;End of help on this topic&gt;
27242 </BODY>
27243 </HTML>
27244 ====== h_config_quell_full_hdr_reset =====
27245 <HTML>
27246 <HEAD>
27247 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27248 </HEAD>
27249 <BODY>
27250 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27252 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27253 normally resets to the default state when switching to a new message.
27254 For example, if you've used the &quot;H&quot; command to turn on Full
27255 Headers for a message you are viewing, and then you type the Next command
27256 to look at the next message, the full headers will no longer be shown.
27257 Setting this feature disables that reset.
27258 Instead, the Header Mode remains the same from message to message.
27261 The presence or absence of the HdrMode command is determined by the
27262 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27263 Feature-List option.
27265 <UL>   
27266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27267 </UL><P>
27268 &lt;End of help on this topic&gt;
27269 </BODY>
27270 </HTML>
27271 ====== h_config_enable_tab_complete =====
27272 <HTML>
27273 <HEAD>
27274 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27275 </HEAD>
27276 <BODY>
27277 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27279 This feature enables the TAB key when at a prompt for a filename. In this
27280 case, TAB will cause the partial name already entered to be automatically
27281 completed, provided the partial name is unambiguous.
27282 This feature is on by default.
27284 Similarly, this feature also enables TAB completion of address book
27285 nicknames when at a prompt for a nickname,
27286 or when typing in an address field in the composer.
27288 &lt;End of help on this topic&gt;
27289 </BODY>
27290 </HTML>
27291 ====== h_config_quit_wo_confirm =====
27292 <HTML>
27293 <HEAD>
27294 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27295 </HEAD>
27296 <BODY>
27297 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27299 This feature controls whether or not Alpine will ask for confirmation when a
27300 Quit command is received.
27302 &lt;End of help on this topic&gt;
27303 </BODY>
27304 </HTML>
27305 ====== h_config_quote_replace_noflow =====
27306 <HTML>
27307 <HEAD>
27308 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27309 </HEAD>
27310 <BODY>
27311 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27313 This feature, which is only active when
27314 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27315 also set,
27316 enables quote-replacement on non-flowed messages.  It is off
27317 by default because a non-flowed message is more dependent on its format,
27318 and thus quote-replacement may cause less-than-pleasing results.
27319 Setting this feature will cause quote-replacement similar to that of flowed
27320 messages, but with the added possibility of long lines being wrapped
27321 into new lines if the Quote-Replacement-String is longer than the string
27322 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27324 &lt;End of help on this topic&gt;
27325 </BODY>
27326 </HTML>
27327 ====== h_config_enable_jump =====
27328 <HTML>
27329 <HEAD>
27330 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27331 </HEAD>
27332 <BODY>
27333 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27335 When this feature is set you may enter a number (followed by RETURN)
27336 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27337 screens.  In other words, it obviates the need for typing the "J" for the
27338 Jump command.
27340 &lt;End of help on this topic&gt;
27341 </BODY>
27342 </HTML>
27343 ====== h_config_enable_alt_ed =====
27344 <HTML>
27345 <HEAD>
27346 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27347 </HEAD>
27348 <BODY>
27349 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27351 If this feature is set (the default), and the 
27352 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27353 <B>is not</B> set, entering
27354 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27355 for the name of the editor you would like to use.
27357 If the environment variable $EDITOR is set, its value will be offered as
27358 a default.
27360 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27361 <B>is</B> set, the ^_ key will activate the specified
27362 editor without prompting, in which case it is not necessary to
27363 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27365 <UL>   
27366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27367 </UL><P>
27368 &lt;End of help on this topic&gt;
27369 </BODY>
27370 </HTML>
27371 ====== h_config_alt_ed_now =====
27372 <HTML>
27373 <HEAD>
27374 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27375 </HEAD>
27376 <BODY>
27377 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27379 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27380 variable are both set, Alpine will
27381 automatically activate the specified editor when the cursor is moved from
27382 the header of the message being composed into the message text.  For
27383 replies, the alternate editor will be activated immediately.  If this
27384 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27385 automatically ask for the name of an alternate editor when the cursor
27386 is moved out of the header being composed, or if a reply is being done.
27388 <P><UL>
27389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27390 </UL>
27392 &lt;End of help on this topic&gt;
27393 </BODY>
27394 </HTML>
27395 ====== h_config_enable_bounce =====
27396 <HTML>
27397 <HEAD>
27398 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27399 </HEAD>
27400 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27401 <BODY>
27403 Setting this feature enables the "B Bounce" command, which will prompt
27404 for an address and *remail* the message to the new recipient.  This command
27405 is used to re-direct messages that you have received in error, or need to
27406 be redirected for some other reason (e.g. list moderation).  The final
27407 recipient will see a header indicating that you have Resent the msg, but
27408 the message's From: header will show the original author of the message,
27409 and replies to it will go back to that author, and not to you.
27411 &lt;End of help on this topic&gt;
27412 </BODY>
27413 </HTML>
27414 ====== h_config_enable_agg_ops =====
27415 <HTML>
27416 <HEAD>
27417 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27418 </HEAD>
27419 <BODY>
27420 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27422 When this feature is set you may use the commands and subcommands that relate to
27423 performing operations on more than one message at a time.  We call these
27424 &quot;aggregate operations&quot;.  In particular, the 
27425 <!--chtml if pinemode="function_key"-->&quot;F5
27426 <!--chtml else-->&quot;;
27427 <!--chtml endif--> Select&quot;, 
27429 <!--chtml if pinemode="function_key"-->
27430 &quot;F6
27431 <!--chtml else-->
27432 &quot;A 
27433 <!--chtml endif-->
27434 Apply&quot;, and 
27435 <!--chtml if pinemode="function_key"-->
27436 &quot;F4
27437 <!--chtml else-->
27438 &quot;Z 
27439 <!--chtml endif-->
27440 Zoom&quot; commands are enabled by this feature.  Select is used to
27441 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27442 then be used to apply any message command to all of the selected/tagged
27443 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27444 view between just those Selected and all messages in the folder.
27446 This feature also enables the 
27447 <!--chtml if pinemode="function_key"-->
27448 &quot;F7&quot; 
27449 <!--chtml else-->
27450 &quot;^X&quot; 
27451 <!--chtml endif-->
27453 subcommand in the MESSAGE INDEX 
27454 WhereIs command that causes all messages matching the WhereIs argument to 
27455 become selected; and the Select, Select Current, and ZoomMode commands in the
27456 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27458 Some related help topics are
27459 <UL>
27460 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27461 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27462 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27463 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27464 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27465 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27466 </UL>
27468 <UL>   
27469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27470 </UL><P>
27471 &lt;End of help on this topic&gt;
27472 </BODY>
27473 </HTML>
27475 ====== h_config_enable_flag =====
27476 <HTML>
27477 <HEAD>
27478 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27479 </HEAD>
27480 <BODY>
27481 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27483 Setting this feature enables the
27484 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27485 command that allows you to
27486 manipulate the status flags associated with a message.  By default, Flag
27487 will set the "Important" flag, which results in an asterisk being
27488 displayed in column one of the MESSAGE INDEX for such messages.
27490 &lt;End of help on this topic&gt;
27491 </BODY>
27492 </HTML>
27493 ====== h_config_flag_screen_default =====
27494 <HTML>
27495 <HEAD>
27496 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27497 </HEAD>
27498 <BODY>
27499 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27501 The feature modifies the behavior of the
27502 <a href="h_common_flag">Flag</a>
27503 command (provided it too is
27504 <A HREF="h_config_enable_flag">enabled</A>).
27505 By default, when the "* Flag" command is selected,
27506 Alpine offers a prompt to set one of several flags and also offers the
27507 option of entering the detailed flag manipulation screen via the "^T"
27508 key. Enabling this feature causes Alpine to immediately enter the detailed
27509 flag screen rather than first offer the simple prompt.
27511 <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.
27513 &lt;End of help on this topic&gt;
27514 </BODY>
27515 </HTML>
27516 ====== h_config_flag_screen_kw_shortcut =====
27517 <HTML>
27518 <HEAD>
27519 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27520 </HEAD>
27521 <BODY>
27522 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27524 This feature modifies the behavior of the
27525 <a href="h_common_flag">Flag</a> command
27526 and the <A HREF="h_index_cmd_select">Select</A> command.
27527 This feature is set by default.
27528 When this feature is not set, when the "* Flag" command is selected,
27529 Alpine offers a prompt to set one of several flags and also offers the
27530 option of entering the detailed flag manipulation screen via the "^T"
27531 key.
27532 If you have
27533 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27534 defined, then enabling this feature adds a shortcut way to set or unset
27535 keywords.
27536 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27537 a keyword if you've given it a nickname) and that will set the keyword.
27539 An example is easier to understand than the explanation.
27540 The flag command can always be used to set the system flags.
27541 For example, to set the Answered flag you would type
27543 <CENTER><SAMP>* A</SAMP></CENTER>
27545 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27546 option in the Config screen.
27547 By default, to set a keyword like &quot;Work&quot; you would usually
27548 have to go to the Flag Details screen using
27549 the &quot;^T To Flag Details&quot; command.
27550 Instead, if you have enabled this feature, you may type
27552 <CENTER><SAMP>* W</SAMP></CENTER>
27554 to set the Work flag, or
27556 <CENTER><SAMP>* ! W</SAMP></CENTER>
27558 to unset it.
27559 Just like for the other flag setting commands, the case of the letter does
27560 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27561 keyword.
27563 Notice that you can only use this trick for one keyword that begins
27564 with &quot;W&quot;.
27565 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27566 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27567 your list of keywords.
27568 Also, there are five letters that are reserved for system
27569 flags and the NOT command.
27570 If you type &quot;* A&quot; it will always set the Answered flag, not
27571 your &quot;Aardvark&quot; keyword.
27572 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27573 the Flag Details screen.
27575 Because enabling the
27576 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27577 option causes Alpine to skip directly to the Flag Details screen when the
27578 Flag command is used, 
27579 setting it will cause this feature to have no effect at all.
27581 Similarly, when Selecting by Keyword, setting this option will allow you
27582 to use Keyword initials instead of full keywords.
27584 &lt;End of help on this topic&gt;
27585 </BODY>
27586 </HTML>
27587 ====== h_config_can_suspend =====
27588 <HTML>
27589 <HEAD>
27590 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27591 </HEAD>
27592 <BODY>
27593 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27595 Setting this feature will allow you to type ^Z (Control Z) to 
27596 <!--chtml if pinemode="os_windows"-->
27597 minimize Alpine into its icon, bringing into focus whatever
27598 application is running behind the PC-Alpine window.
27599 <!--chtml else-->
27600 temporarily suspend Alpine.
27603 This does not exit Alpine, but puts it in the background to watch
27604 for new mail and such.  Normally, you type a command, such
27605 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27608 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27609 adjusts whether Alpine is placed into the background of the shell its 
27610 running in or starts a news shell.
27611 <!--chtml endif-->
27614 <UL>   
27615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27616 </UL><P>
27617 &lt;End of help on this topic&gt;
27618 </BODY>
27619 </HTML>
27620 ====== h_config_take_lastfirst ======
27621 <HTML>
27622 <HEAD>
27623 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27624 </HEAD>
27625 <BODY>
27626 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27628 Normally, when TakeAddr is used to copy an address from a message into
27629 an address book entry, Alpine will attempt to rewrite the full name of the
27630 address in the form
27633 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27635 instead of<P>
27637 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27640 It does this because many people find it useful to sort by Last name
27641 instead of First name.  If this feature is set, then the TakeAddr command
27642 will not attempt to reverse the name in this manner.
27644 &lt;End of help on this topic&gt;
27645 </BODY></HTML>
27646 ====== h_config_disable_regex ======
27647 <HTML>
27648 <HEAD>
27649 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27650 </HEAD>
27651 <BODY>
27652 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27654 Normally, the
27655 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27656 option is interpreted as a regular expression.
27657 One type of address that might cause trouble is an address that
27658 contains a plus sign.
27659 If you want to have an address with a plus as one of your
27660 <!--#echo var="VAR_alt-addresses"-->
27661 and you don't want to use regular expressions, then setting this
27662 feature will cause Alpine to treat the addresses you list literally instead.
27664 &lt;End of help on this topic&gt;
27665 </BODY></HTML>
27666 ====== h_config_take_fullname ======
27667 <HTML>
27668 <HEAD>
27669 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27670 </HEAD>
27671 <BODY>
27672 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27674 Normally, when TakeAddr is used to copy an address or addresses
27675 from a message into an address book entry, Alpine will try to preserve
27676 the full name associated with each address in the list of addresses.
27677 The reason for this is so that if the entry is a list or later becomes a
27678 list, then information about the individual addresses in the list
27679 is preserved.
27680 If you would rather just have the simple addresses in the list of addresses,
27681 set this feature. For example, with the default setting you might
27682 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27684 <PRE>
27685  Nickname  : nick
27686  Fullname  : Bedrock Elders
27687  Fcc       :
27688  Comment   :
27689  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27690              Barney Rubble &lt;rubble@bedrock.org&gt;
27691 </PRE>
27693 but with this feature set it would look like
27695 <PRE>
27696  Nickname  : nick
27697  Fullname  : Bedrock Elders
27698  Fcc       :
27699  Comment   :
27700  Addresses : flint@bedrock.org,
27701              rubble@bedrock.org
27702 </PRE>
27704 instead. Note the difference in the Addresses field.
27706 &lt;End of help on this topic&gt;
27707 </BODY></HTML>
27708 ====== h_config_print_from ======
27709 <HTML>
27710 <HEAD>
27711 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27712 </HEAD>
27713 <BODY>
27714 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27716 If this feature is set, then the Berkeley-mail style From line is included
27717 at the start of each message that is printed.  This line looks something
27718 like the following, with the address replaced by the address from the
27719 From line of the message being printed:
27721 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27722 14:11:06 1998
27724 &lt;End of help on this topic&gt;
27725 </BODY>
27726 </HTML>
27727 ====== h_config_expanded_distlists ======
27728 <HTML>
27729 <HEAD>
27730 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27731 </HEAD>
27732 <BODY>
27733 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27734 If this feature is set, then distribution lists in the address book
27735 screen will always be expanded automatically.
27737 &lt;End of help on this topic&gt;
27738 </BODY>
27739 </HTML>
27740 ====== h_config_compose_news_wo_conf ======
27741 <HTML>
27742 <HEAD>
27743 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27744 </HEAD>
27745 <BODY>
27746 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27747 This feature controls one aspect of Alpine's Composer.  If you enter the
27748 composer while reading a newsgroup, you will normally be prompted to
27749 determine whether you intend the new message to be posted to the current
27750 newsgroup or not.  If this feature is set, Alpine will not prompt you
27751 in this situation, and will assume that you do indeed wish to post
27752 to the newsgroup you are reading.
27754 &lt;End of help on this topic&gt;
27755 </BODY>
27756 </HTML>
27757 ====== h_config_compose_rejects_unqual ======
27758 <HTML>
27759 <HEAD>
27760 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27761 </HEAD>
27762 <BODY>
27763 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27765 This feature controls one aspect of the message composer; in particular,
27766 what happens when an unqualified name is entered into an address header.
27767 If set, unqualified names entered as addresses will be treated as errors
27768 unless they match an addressbook nickname.  Alpine will not attempt to turn
27769 them into complete addresses by adding your local domain.<P>
27771 A complete (fully qualified) address is one containing a username followed
27772 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27773 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27774 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27776 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27780 When you enter a fully qualified address, Alpine does not interpret or
27781 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27782 your system.  Alpine conforms to the Internet standards governing message
27783 headers and will not send an unqualifed name to the MTA.  Therefore, when
27784 you enter an unqualified name, Alpine will normally attempt to turn it into
27785 a fully qualified address, first by checking to see if you have entered a
27786 matching nickname in your addressbook, or failing that, by simply adding
27787 your own domain to the name entered.  So if your address is
27788 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27789 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27790 that into &quot;fred@example.com&quot;.<P>
27792 There are situations where it is not desirable for Alpine to interpret such
27793 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27794 turned out to be a typo (intended to be an addressbook nickname), but
27795 there actually was a &quot;fred&quot; in your local domain, the message might 
27796 be mis-delivered without your realizing it.  In order to reduce the likelihood
27797 of such accidents, setting this feature will cause Alpine to treat such
27798 addresses as errors, and require that you explicitly enter the full local
27799 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27800 matches an address book nickname.<P>
27802 Consider this a safety feature against mis-directed mail.
27804 <UL>   
27805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27806 </UL><P>
27807 &lt;End of help on this topic&gt;
27808 </BODY>
27809 </HTML>
27810 ====== h_config_quell_local_lookup ======
27811 <HTML>
27812 <HEAD>
27813 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27814 </HEAD>
27815 <BODY>
27816 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27818 This feature controls an aspect of Alpine's Composer, and if needed, will
27819 usually be set by your system manager in Alpine's system-wide configuration
27820 file. Specifically, if this feature is set, Alpine will not attempt to look
27821 in the system password file to find a Full Name for the entered address.
27823 Normally, names you enter into address fields (e.g. To: or Cc:) are
27824 checked against your address book(s) to see if they match an address book
27825 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27826 the Unix password file.  If the entered name matches a username in the
27827 system password file, Alpine extracts the corresponding Full Name information
27828 for that individual, and adds that to the address being entered.
27830 However, password file matching can have surprising (incorrect) results if
27831 other users of the system do not receive mail at the domain you are using.
27832 That is, if either the 
27833 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27834 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27835 option
27836 is set such that the administrative domain of other users on the system
27837 isn't accurately reflected, Alpine should be told that a passwd file match
27838 is coincidental, and Full Name info will be incorrect.  For example, a
27839 personal name from the password file could get falsely paired with the
27840 entered name as it is turned into an address in the configured domain.
27842 If you are seeing this behavior, enabling this feature will prevent Unix
27843 Alpine from looking up names in the password file to find the Full Name
27844 for incomplete addresses you enter.<P>
27845 <UL>
27846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27847 </UL>
27849 &lt;End of help on this topic&gt;
27850 </BODY>
27851 </HTML>
27852 ====== h_config_tab_checks_recent ======
27853 <HTML>
27854 <HEAD>
27855 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27856 </HEAD>
27857 <BODY>
27858 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27860 In a FOLDER LIST screen, the TAB key usually just changes which
27861 folder is highlighted.
27862 If this feature is set, then the TAB key will cause the number of
27863 recent messages and the total number of messages in the highlighted folder
27864 to be displayed instead.
27867 &lt;End of help on this topic&gt;
27868 </BODY>
27869 </HTML>
27870 ====== h_config_maildrops_preserve_state ======
27871 <HTML>
27872 <HEAD>
27873 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27874 </HEAD>
27875 <BODY>
27876 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27878 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27879 Normally, when mail is moved from a Mail Drop folder to a destination
27880 folder, it is delivered as new mail.
27881 Any Seen/New, Answered, Important/Flagged state that has changed will be
27882 ignored.
27883 All of the mail will be considered unSeen, unAnswered, and unImportant after
27884 it is moved.
27886 If this feature is set, then the state changes that have been made
27887 to the messages in the Mail Drop folder will be preserved.
27889 In any case, messages that are already marked Deleted when the
27890 mail is to be moved from the Mail Drop will be ignored.
27892 &lt;End of help on this topic&gt;
27893 </BODY>
27894 </HTML>
27895 ====== h_config_preopen_stayopens ======
27896 <HTML>
27897 <HEAD>
27898 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27899 </HEAD>
27900 <BODY>
27901 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27903 This feature is related to the option
27904 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27905 Normally, Stay Open folders are only opened on demand, when the user
27906 asks to open them.
27907 From then on they are kept open for the duration of the session.
27908 However, if this feature is set, then the Stay Open folders will all be
27909 opened at startup, at the same time that the INBOX is opened.
27912 &lt;End of help on this topic&gt;
27913 </BODY>
27914 </HTML>
27915 ====== h_config_expunge_inbox ======
27916 <HTML>
27917 <HEAD>
27918 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27919 </HEAD>
27920 <BODY>
27921 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27923 The INBOX is normally treated differently from regular folders in several
27924 ways.
27925 One of the differences is that the normal &quot;close&quot; sequence of
27926 events is deferred until Alpine is exited, instead of happening when you
27927 leave the INBOX to view another folder.
27928 The &quot;close&quot; sequence normally includes the Expunging
27929 of deleted messages
27930 (either automatically or after a prompt, controlled by the features
27931 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27932 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27933 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27934 handling of the
27935 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27938 If this feature is set the &quot;close&quot; sequence handling will take
27939 place every time you leave the INBOX.
27940 The INBOX will still be kept open, but the offer to Expunge and the archiving
27941 to the <!--#echo var="VAR_read-message-folder"-->
27942 will take place each time you leave the INBOX instead of only once at the
27943 end of the session.
27946 &lt;End of help on this topic&gt;
27947 </BODY>
27948 </HTML>
27949 ====== h_config_expunge_stayopens ======
27950 <HTML>
27951 <HEAD>
27952 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27953 </HEAD>
27954 <BODY>
27955 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27957 This feature is related to the option
27958 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27959 Stay Open folders are treated differently from regular folders in several
27960 ways.
27961 One of the differences is that the normal &quot;close&quot; sequence of
27962 events is deferred until Alpine is exited, instead of happening when you
27963 leave the folder to view another folder.
27964 The &quot;close&quot; sequence normally includes the Expunging
27965 of deleted messages
27966 (either automatically or after a prompt, controlled by the features
27967 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27968 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27969 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27970 handling of
27971 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27974 If this feature is set the &quot;close&quot; sequence handling will take
27975 place when you leave the Stay Open folder.
27976 The folder will still be kept open, but the offer to Expunge and the archiving
27977 will take place each time you leave the folder instead of only once at the
27978 end of the session.
27979 This feature does not affect the INBOX, which will still only be processed
27980 when you exit Alpine.
27981 However, there is a similar feature that affects only the INBOX called
27982 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27985 &lt;End of help on this topic&gt;
27986 </BODY>
27987 </HTML>
27988 ====== h_config_preserve_start_stop ======
27989 <HTML>
27990 <HEAD>
27991 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27992 </HEAD>
27993 <BODY>
27994 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27996 This feature controls how special control key characters, typically
27997 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27998 are known as the "stop" and "start" characters and are sometimes used in
27999 communications paths to control data flow between devices that operate at
28000 different speeds.
28004 By default, Alpine turns the system's handling of these special characters
28005 off except during printing.  However, if you see Alpine reporting input errors
28006 such as:
28008 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28010 and, at the same time, see your display become garbled, then it is likely
28011 that setting this option will solve the problem.  Be aware, though, that
28012 enabling this feature will also cause Alpine to ostensibly "hang" 
28013 whenever the Ctrl-S key combination is entered as the system is now
28014 interpreting such input as a "stop output" command.  To "start
28015 output"  again, simply type Ctrl-Q. 
28017 &lt;End of help on this topic&gt;
28018 </BODY>
28019 </HTML>
28020 ====== h_config_enable_incoming ======
28021 <HTML>
28022 <HEAD>
28023 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28024 </HEAD>
28025 <BODY>
28026 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28028 Alpine's Incoming Message Folders collection
28029 provides a convenient way to access multiple incoming folders.
28030 It is also useful if you have accounts on multiple computers.
28033 If set, this feature defines a pseudo-folder collection called
28034 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28035 in this collection will be your INBOX, which will no longer show up in
28036 your Default folder collection.
28039 You may add more folders to the Incoming Message Folders collection by
28040 using the
28041 <!--chtml if pinemode="function_key"-->
28042 &quot;F10
28043 <!--chtml else-->
28044 &quot;A
28045 <!--chtml endif-->
28046 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28047 the host the folder is stored on (which defaults to the same host used
28048 for your INBOX), a nickname, and the actual folder name.  Once a set
28049 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28050 or MESSAGE TEXT screens) may be used to scan the folders for those
28051 with Recent messages.  If you add more folders to
28052 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28053 no effect.
28055 NOTE: Normally the software that actually delivers mail (the stuff that happens
28056 before Alpine is involved) is in a better position to do delivery filtering
28057 than is Alpine itself.
28058 If possible, you may want to look at programs such as
28059 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28060 filtering programs.
28061 If you'd prefer to have Alpine do the filtering for you, you may set that
28063 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28065 <UL>   
28066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28067 </UL><P>
28068 &lt;End of help on this topic&gt;
28069 </BODY>
28070 </HTML>
28071 ====== h_config_enable_incoming_checking ======
28072 <HTML>
28073 <HEAD>
28074 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28075 </HEAD>
28076 <BODY>
28077 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28079 This feature is only operational if you have enabled the optional
28080 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28081 If you do have Incoming Message Folders and you also set this feature,
28082 then the number of Unseen messages in each folder will be displayed
28083 in the FOLDER LIST screen for the Incoming Message Folders.
28084 The number of Unseen messages in a folder will be displayed in parentheses
28085 to the right of the name of each folder.
28086 If there are no Unseen messages in a folder then only the name
28087 is displayed, not a set of parentheses with zero inside them.
28088 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28089 the Incoming Message Folders to cause an immediate update.
28091 If a check for Unseen messages fails for a particular folder then Alpine
28092 will no longer attempt to check that folder for the duration of the
28093 session and this will be indicated by a question mark inside the
28094 parentheses.
28096 The features
28097 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28098 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28099 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28100 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28101 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28102 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28103 all affect how this feature behaves.
28105 <UL>   
28106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28107 </UL><P>
28108 &lt;End of help on this topic&gt;
28109 </BODY>
28110 </HTML>
28111 ====== h_config_incoming_checking_total ======
28112 <HTML>
28113 <HEAD>
28114 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28115 </HEAD>
28116 <BODY>
28117 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28119 This option has no effect unless the feature
28120 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28121 is set, which in turn has no effect unless
28122 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28123 is set.
28125 When incoming folder checking is turned on the default is to display
28126 the number of unseen messages in each folder.
28127 More precisely, it is the number of undeleted unseen messages.
28128 Using this option you may also display the total number of messages
28129 in each folder.
28130 Instead of a single number representing the number of unseen messages
28131 you will get two numbers separated by a slash character.
28132 The first is the number of unseen messages and the second is the
28133 total number of messages.
28135 You may also use the recent message count instead of the unseen message
28136 count by turning on the feature
28137 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28139 <UL>   
28140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28141 </UL><P>
28142 &lt;End of help on this topic&gt;
28143 </BODY>
28144 </HTML>
28145 ====== h_config_incoming_checking_recent ======
28146 <HTML>
28147 <HEAD>
28148 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28149 </HEAD>
28150 <BODY>
28151 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28153 This option has no effect unless the feature
28154 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28155 is set, which in turn has no effect unless
28156 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28157 is set.
28159 When incoming folder checking is turned on the default is to display
28160 the number of unseen messages in each folder.
28161 More precisely, it is the number of undeleted unseen messages.
28162 Using this option you may display the number of recent messages instead
28163 of the number of unseen messages.
28164 A message is only counted as recent if this is the first session to
28165 see it, so the recent count might be less than the unseen count.
28166 The difference between the two would be accounted for by the unseen messages
28167 in the folder which were there previously but have not been looked at yet.
28169 If you simultaneously run more than one email client at a time
28170 (for example, you run more than one Alpine in parallel) then turning
28171 this feature on can cause some confusion.
28172 The confusion stems from the fact that each message is only considered to be
28173 recent in one session.
28174 That means that the counts of new messages may be different in the two
28175 Alpines running side by side, because each incoming message will only be
28176 counted as recent in one of the two sessions.
28178 You may also display the total number of messages
28179 in each folder by using the
28180 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28181 option.
28183 <UL>   
28184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28185 </UL><P>
28186 &lt;End of help on this topic&gt;
28187 </BODY>
28188 </HTML>
28189 ====== h_config_attach_in_reply ======
28190 <HTML>
28191 <HEAD>
28192 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28193 </HEAD>
28194 <BODY>
28195 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28197 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28198 attachments that were part of the original message will automatically be
28199 included in the Reply.
28201 &lt;End of help on this topic&gt;
28202 </BODY>
28203 </HTML>
28204 ====== h_config_include_header =====
28205 <HTML>
28206 <HEAD>
28207 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28208 </HEAD>
28209 <BODY>
28210 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28212 This feature controls an aspect of Alpine's Reply command. If set, and the
28213 original message is being included in the reply, then headers from that
28214 message will also be part of the reply.
28216 &lt;End of help on this topic&gt;
28217 </HEAD>
28218 </HTML>
28219 ====== h_config_sig_at_bottom =====
28220 <HTML>
28221 <HEAD>        
28222 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28223 </HEAD>
28224 <BODY>
28225 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28227 This feature controls an aspect of Alpine's Reply command.  If this feature
28228 is set, and the original message is being included in the reply, then the
28229 contents of your signature file (if any) will be inserted after the included
28230 message.
28232 This feature does not affect the results of a Forward command.
28234 &lt;End of help on this topic&gt;
28235 </BODY>
28236 </HTML>
28237 ====== h_config_sigdashes =====
28238 <HTML>
28239 <HEAD>
28240 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28241 </HEAD>
28242 <BODY>
28243 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28245 This feature enables support for the common USENET news convention 
28246 of preceding a message signature with the special line consisting of 
28247 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28250 When enabled and a
28251 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28252 Alpine will insert the special line before including the file's text (unless
28253 the special line already exists somewhere in the file's text).
28256 In addition, when you Reply or Followup to a message containing one of
28257 these special lines and choose to include its text, Alpine will observe
28258 the convention of not including text beyond the special line in your
28259 reply.
28260 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28261 mode is enabled and turned on, then Alpine <EM>will</EM>
28262 include the text beyond the special line regardless of the setting of
28263 this feature.
28266 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28267 for a related feature.
28270 <UL>   
28271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28272 </UL><P>
28273 &lt;End of help on this topic&gt;
28274 </BODY>
28275 </HTML>
28276 ====== h_config_new_thread_blank_subject =====
28277 <HTML>
28278 <HEAD>
28279 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28280 </HEAD>
28281 <BODY>
28282 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28284 When this feature is enabled (the default) Alpine will create a new thread
28285 every time that the subject line becomes empty at any time during composition.
28288 This behavior is particularly useful in case you are replying to a message.
28289 Replying to a message causes the message to be in the same thread than the
28290 original message that is being replied to. However, many authors want to create
28291 a new message (in a different thread) while replying to a message, and they do
28292 this by changing the full subject, by first deleting the original subject and
28293 typing the new subject of the current message.
28296 Enabling this feature causes that any time that the subject is deleted, the 
28297 message being composed will be considered the first message of a new thread.
28300 <UL>   
28301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28302 </UL><P>
28303 &lt;End of help on this topic&gt;
28304 </BODY>
28305 </HTML>
28306 ====== h_config_strip_sigdashes =====
28307 <HTML>
28308 <HEAD>
28309 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28310 </HEAD>
28311 <BODY>
28312 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28314 This feature doesn't do anything if the feature
28315 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28316 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28317 then turning on this feature enables support for the convention
28318 of not including text beyond the sigdashes line when Replying or Following
28319 up to a message and including the text of that message.
28320 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28321 mode is enabled and turned on, then Alpine <EM>will</EM>
28322 include the text beyond the special line regardless of the setting of
28323 this feature.
28325 In other words, this is a way to turn on the signature stripping behavior
28326 without also turning on the dashes-adding behavior.
28328 <UL>   
28329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28330 </UL><P>
28331 &lt;End of help on this topic&gt;
28332 </BODY>
28333 </HTML>
28334 ====== h_config_forward_as_attachment =====
28335 <HTML>
28336 <HEAD>
28337 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28338 </HEAD>
28339 <BODY>
28340 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28342 This feature affects the way forwarded message text is handled.  When set, rather than 
28343 include the text of the forwarded message below any additional text you provide in the
28344 composer, the forwarded message is attached in its entirety to the message you send.
28346 This is useful in that it keeps the text you provide in the composer distinct from the
28347 text of the forwarded message.  Similarly, it allows the recipient to 
28348 conveniently operate on the forwarded message.  For example, they might reply directly to
28349 the sender of the forwarded message, or process it as part of a spam report.
28350 <UL>   
28351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28352 </UL><P>
28353 &lt;End of help on this topic&gt;
28354 </BODY>
28355 </HTML>
28356 ====== h_config_preserve_field =====
28357 <HTML>
28358 <HEAD>
28359 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28360 </HEAD>
28361 <BODY>
28362 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28364 This feature affects Alpine's behavior when one replies to a message. 
28365 When you receive a message, some or all of the recipients of the message 
28366 have been added to the To: and Cc: fields. If you reply to such message, 
28367 and this feature is disabled, then the original sender of the message is 
28368 added to the To: field, and all other recipients are added to the Cc: 
28369 field, while your address is added to the From: field.
28372 However, if this feature is enabled, then Alpine will preserve the 
28373 original fields as sent in the original message, so the Cc: and To: 
28374 fields will be preserved. The sender's address will be added to the To: 
28375 field, while your address is added to the From: field.
28378 The behavior of this feature is that replies to all messages will behave 
28379 in the way described above. If you only intend this to happen on a per 
28380 message basis, then keep this feature disabled, and when replying to a 
28381 message you will see a new option in the menu for the &quot;Reply to all 
28382 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28383 make Alpine toggle its question so you can preserve the To: and Cc: 
28384 fields for that message only.
28386 <UL>   
28387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28388 </UL><P>
28389 &lt;End of help on this topic&gt;
28390 </BODY>
28391 </HTML>
28392 ====== h_config_sub_lists =====
28393 <HTML>
28394 <HEAD>
28395 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28396 </HEAD>
28397 <BODY>
28398 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28400 This feature affects the subcommands available when Saving, 
28401 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28402 available. This command allows you to type in a substring of the folder
28403 you are looking for and when you type ^X it will display all folders
28404 that contain that substring in their names.
28405 This feature is set by default.
28408 &lt;End of help on this topic&gt;
28409 </BODY>
28410 </HTML>
28411 ====== h_config_scramble_message_id =====
28412 <HTML>
28413 <HEAD>
28414 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28415 </HEAD>
28416 <BODY>
28417 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28419 Normally the Message-ID header that Alpine generates when sending a message
28420 contains the name of the computer from which the message is being sent.
28421 Some believe that this hostname could be used by spammers or could
28422 be used by others for nefarious purposes.
28423 If this feature is set, that name will be transformed with a simple
28424 Rot13 transformation.
28425 The result will still have the correct syntax for a Message-ID but the
28426 part of the MessageID that is often a domain name will not be an actual
28427 domain name because the letters will be scrambled.
28429 In addition, other information such as the name program, version, and
28430 a code for operating system used to build Alpine, will be encoded using
28431 the Rot13 transformation, except for the version number which will be
28432 encoded using a Rot5 transformation.
28434 It is possible (but unlikely?) that some spam detection
28435 software will use that as a reason to reject the mail as spam.
28436 It has also been reported that some spam detection software uses the
28437 fact that there are no dots after the &quot;@&quot; as a reason to reject
28438 messages.
28439 If your PC-Alpine Message-ID is using a name without a dot that is because
28440 that is what Windows thinks is your &quot;Full computer name&quot;.
28441 The method used to set this varies from one type of Windows to another but
28442 check under Settings -> Control Panel -> System and
28443 look for Network Identification or Computer Name or something similar.
28444 How to set it is beyond the scope of Alpine.
28447 &lt;End of help on this topic&gt;
28448 </BODY>
28449 </HTML>
28450 ====== h_downgrade_multipart_to_text =====
28451 <HTML>
28452 <HEAD>
28453 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28454 </HEAD>
28455 <BODY>
28456 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28459 This feature affects Alpine's behavior when sending mail.  Internet
28460 standards require Alpine to translate all non-ASCII characters in
28461 messages that it sends using MIME encoding.  This encoding can be
28462 ostensibly broken for recipients if any agent between Alpine and the
28463 recipient, such as an email list expander, appends text to the
28464 message, such as list information or advertising.  When sending such
28465 messages Alpine attempts to protect such encoding by placing extra
28466 MIME boundaries around the message text.
28468 These extra boundaries are invisible to recipients that 
28469 use MIME-aware email programs (the vast majority).  However, if
28470 you correspond with users of email programs that are not MIME-aware,
28471 or do not handle the extra boundaries gracefully, you can
28472 use this feature to prevent Alpine from including the extra
28473 MIME information.  Of course, it will increase the likelihood
28474 that non-ASCII text you send may appear corrupt to the recipient.
28476 &lt;End of help on this topic&gt;
28477 </BODY>
28478 </HTML>
28479 ====== h_config_show_sort =====
28480 <HTML>
28481 <HEAD>
28482 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28483 </HEAD>
28484 <BODY>
28485 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28487 If this feature is set and there is sufficient space on the screen,
28488 a short indication of the current sort order will be
28489 added in the titlebar (the top line on the screen), before the name
28490 of the folder.
28491 For example, with the default Arrival sort in effect,
28492 the display would have the characters
28494 <P><CENTER>[A]</CENTER><P>
28496 added between the title of the screen and the folder name.
28497 The letters are the same as the letters you may type to manually
28498 sort a folder with the SortIndex command ($).
28499 The letters in the table below are the ones that may show
28500 up in the titlebar line.
28502 <TABLE>   
28503 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28504 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28505 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28506 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28507 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28508 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28509 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28510 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28511 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28512 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28513 </TABLE>
28515 If the sort order is Reversed, the letter above will be preceded by the letter
28516 &quot;R&quot;, for example
28518 <P><CENTER>[RS]</CENTER><P>
28520 means that a Reverse Subject sort is in effect.
28521 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28522 left out, and just an &quot;R&quot; is shown.
28524 <P><CENTER>[R]</CENTER>
28527 &lt;End of help on this topic&gt;
28528 </BODY>
28529 </HTML>
28530 ====== h_config_disable_reset_disp =====
28531 <HTML>
28532 <HEAD>
28533 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28534 </HEAD>
28535 <BODY>
28536 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28538 UNIX Alpine only.
28540 This feature affects Alpine's behavior when using
28541 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28542 Normally, before the display filter is run, the terminal mode is reset
28543 to what it was before you started Alpine.
28544 This may be necessary if the filter requires the use of the terminal.
28545 For example, it may need to interact with you.
28546 If you set this feature, then the terminal mode will not be reset.
28547 One thing that turning on this feature should fix is the coloring of
28548 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28549 breaks because the terminal reset resets the color state of the terminal.
28552 &lt;End of help on this topic&gt;
28553 </BODY>
28554 </HTML>
28555 ====== h_config_disable_sender =====
28556 <HTML>
28557 <HEAD>
28558 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28559 </HEAD>
28560 <BODY>
28561 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28563 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28564 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28565 header fields.
28566 By default, Alpine will generate such a header in situations where the
28567 username or domain are not the same as
28568 the &quot;From:&quot; header on the message.
28569 With this feature set,
28570 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28571 This may be desirable on a system that is virtually hosting many domains,
28572 and the sysadmin has other methods available for tracking a message to
28573 its originator.
28575 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28578 &lt;End of help on this topic&gt;
28579 </BODY>
28580 </HTML>
28581 ====== h_config_use_sender_not_x =====
28582 <HTML>
28583 <HEAD>
28584 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28585 </HEAD>
28586 <BODY>
28587 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28589 Normally Alpine adds a header line
28590 labeled &quot;X-X-Sender&quot;, if the sender is
28591 different from the From: line.
28592 The standard specifies that this header
28593 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28594 Setting this feature causes
28595 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28597 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28600 &lt;End of help on this topic&gt;
28601 </BODY>
28602 </HTML>
28603 ====== h_config_use_fk =====
28604 <HTML>
28605 <HEAD>
28606 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28607 </HEAD>
28608 <BODY>
28609 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28611 This feature specifies that Alpine will respond to function keys instead of
28612 the normal single-letter commands. In this mode, the key menus at the
28613 bottom of each screen will show function key designations instead of the
28614 normal mnemonic key.
28617 &lt;End of help on this topic&gt;
28618 </BODY>
28619 </HTML>
28620 ====== h_config_cancel_confirm =====
28621 <HTML>
28622 <HEAD>
28623 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28624 </HEAD>
28625 <BODY>
28626 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28628 This feature affects what happens when you type ^C to cancel a composition.
28629 By default, if you attempt to cancel a composition by typing ^C, you will be
28630 asked to confirm the cancellation by typing a &quot;C&quot;
28631 for <EM>C</EM>onfirm.
28632 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28633 risky because the &quot;^C Y&quot; needed to cancel a message
28634 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28636 If this feature is set the confirmation asked for
28637 will be a &quot;<EM>Y</EM>es&quot;
28638 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28641 &lt;End of help on this topic&gt;
28642 </BODY>
28643 </HTML>
28644 ====== h_config_compose_maps_del =====
28645 <HTML>
28646 <HEAD>
28647 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28648 </HEAD>
28649 <BODY>
28650 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28652 This feature affects the behavior of the DELETE key.
28653 If set, Delete will be equivalent to ^D, and delete
28654 the current character.  Normally Alpine defines the Delete key
28655 to be equivalent to ^H, which deletes the <EM>previous</EM>
28656 character.
28659 &lt;End of help on this topic&gt;
28660 </BODY>
28661 </HTML>
28662 ====== h_config_compose_bg_post =====
28663 <HTML>
28664 <HEAD>
28665 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28666 </HEAD>
28667 <BODY>
28668 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28670 This feature affects the behavior of Alpine's mail sending.  If set, this
28671 feature enables a subcommand in the composer's "Send?" confirmation
28672 prompt.  The subcommand allows you to tell Alpine to handle the actual
28673 posting in the background.  While this feature usually allows posting
28674 to appear to happen very fast, it has no affect on the actual delivery
28675 time it takes a message to arrive at its destination.
28678 Please Note:
28679 <OL>
28680  <LI>This feature will have no effect if the feature
28681        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28682        is set.
28683  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28684        as well as several Unix ports, do not recognize this feature.
28685  <LI>Error handling is significantly different when this feature is
28686         enabled.  Any message posting failure results in the message
28687         being appended to your &quot;Interrupted&quot; mail folder.  When you
28688         type the <A HREF="h_common_compose">C</A>ompose command,
28689         Alpine will notice this folder and
28690         offer to extract any messages contained.  Upon continuing a 
28691         failed message, Alpine will display the nature of the failure 
28692         in the status message line.
28693  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28694         for message data to
28695         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28696         if you typically run close to any sort of disk-space limits or quotas.
28697 </OL>
28699 &lt;End of help on this topic&gt;
28700 </BODY>
28701 </HTML>
28702 ====== h_config_compose_dsn =====
28703 <HTML>
28704 <HEAD>
28705 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28706 </HEAD>
28707 <BODY>
28708 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28710 This feature affects the behavior of Alpine's mail sending.  If set, this
28711 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28712 prompt.  The subcommand allows you to tell Alpine to request the type of
28713 Delivery Status Notification (DSN) that you would like.  Most users will
28714 be happy with the default, and need not enable this feature.
28716 If the feature
28717 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28718 then this feature has no effect and the type of DSN is not selectable.
28721 Turning on this feature and then turning on the DSNOpts from the send
28722 prompt reveals four on-off toggles at the bottom of the screen.
28723 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28724 that no notification be returned to you, even if there is a delivery
28725 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28726 server that you are willing (or not) to receive delay notifications, which
28727 happen when there is an unusual delay at some mail server (in that mail
28728 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28729 Success requests that you be sent a DSN message when the message is
28730 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28731 automatically turn off Delay and Success notification, and will flip the
28732 toggles to show that.  Similarly, turning on Delay and/or Success will
28733 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28734 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28735 the full message be returned in any failed DSN.  RetHdrs requests that
28736 only the headers be returned in any failed DSN.  Notice that this command
28737 applies only to failed delivery status reports.  For delay or success
28738 reports, the full message is never returned, only the headers are returned.
28741 If you don't enable the DSN feature or if you don't turn it on for a
28742 particular message, the default is that you will be notified about failures,
28743 you might be notified about delays, and you won't be notified about
28744 successes.  You will usually receive the full message back when there is
28745 a failure.
28748 If you turn on the DSNOpts the default is to return as much information as
28749 possible to you.  That is, by default, the Success and Delay options are
28750 turned on and the full message will be returned on failure.
28753 The sending prompt will display the current DSN request (if any) in a
28754 shorthand form.  It will be:
28756 <P><CENTER>[Never]</CENTER>
28759 if you have requested NoErrRets.  Otherwise, it will look something like:
28761 <P><CENTER>[FDS-Hdrs]</CENTER>
28764 The &quot;F&quot; will always be there, indicating that you will be notified
28765 of failures.  (Alpine doesn't provide a way to request no failure notification
28766 and at the same time request either success or delay notification.  The only
28767 way to request no failure notifications is to request no notifications at
28768 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28769 requested Delay and/or Success notification.  If one of those is missing,
28770 that means you are requesting no notification of the corresponding type.
28771 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28772 the headers and Full means to return the full message (applies to
28773 failure notifications only).
28776 NOTE: This feature relies on your system's mail transport agent or
28777 configured
28778 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28779 having the negotiation mechanism introduced in
28780 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28781 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28782 are using doesn't support DSN, a short warning will be shown to you on
28783 the message line at the bottom of the screen after you send your message,
28784 but your message will have been sent anyway.
28787 Note that DSNs don't provide a mechanism to request read receipts.  That
28788 is, if you request notification on success you are notified when the
28789 message is delivered to the mailbox, not when the message is read.
28792 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28793 it is possible that this feature might cause problems for some servers. 
28796 &lt;End of help on this topic&gt;
28797 </BODY>
28798 </HTML>
28799 ====== h_config_auto_zoom =====
28800 <HTML>
28801 <HEAD>
28802 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28803 </HEAD>
28804 <BODY>
28805 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28807 This feature affects the behavior of the Select command.
28808 If set, the select command will automatically perform a zoom
28809 after the select is complete.
28810 This feature is set by default.
28812 Some related help topics are
28813 <UL>
28814 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28815 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28816 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28817 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28818 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28819 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28820 </UL>
28823 &lt;End of help on this topic&gt;
28824 </BODY>
28825 </HTML>
28826 ====== h_config_auto_unzoom =====
28827 <HTML>
28828 <HEAD>
28829 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28830 </HEAD>
28831 <BODY>
28832 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28834 This feature affects the behavior of the Apply command.  If set, and if
28835 you are currently looking at a Zoomed Index view of selected messages,
28836 the Apply command will do the operation you specify, but then will
28837 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28838 the normal Index view after the Apply. 
28839 This feature is set by default.
28842 Some related help topics are
28843 <UL>
28844 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28845 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28846 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28847 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28848 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28849 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28850 </UL>
28852 &lt;End of help on this topic&gt;
28853 </BODY>
28854 </HTML>
28855 ====== h_config_auto_unselect =====
28856 <HTML>
28857 <HEAD>
28858 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28859 </HEAD>
28860 <BODY>
28861 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28863 This feature affects the behavior of the Apply command.  If set,
28864 the Apply command will do the operation you specify, but then will
28865 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28866 the normal Index view after the Apply. 
28869 Some related help topics are
28870 <UL>
28871 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28872 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28873 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28874 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28875 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28876 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28877 </UL>
28879 &lt;End of help on this topic&gt;
28880 </BODY>
28881 </HTML>
28882 ====== h_config_fast_recent =====
28883 <HTML>
28884 <HEAD>
28885 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28886 </HEAD>
28887 <BODY>
28888 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28890 This feature controls the behavior of the TAB key when traversing folders
28891 in the optional 
28892 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28893 collection or in optional <!--#echo var="VAR_news-collections"-->.
28896 When the TAB
28897 (<A HREF="h_common_nextnew">NextNew</A>)
28898 key is pressed, the default behavior is to
28899 explicitly examine the status of the folder for the number of recent
28900 messages (messages delivered since the last time it was viewed).
28901 Depending on the size and number of messages in the folder, this test
28902 can be time consuming.
28905 Enabling this feature will cause Alpine to only test for the existence of
28906 any recent messages rather than to obtain the count.  This is much faster
28907 in many cases.  The downside is that you're not given the number of recent
28908 messages when prompted to view the next folder.
28909 If the feature
28910 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28911 is turned on, then the present feature will have no effect.
28914 <UL>   
28915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28916 </UL><P>
28917 &lt;End of help on this topic&gt;
28918 </BODY>
28919 </HTML>
28920 ====== h_config_arrow_nav =====
28921 <HTML>
28922 <HEAD>
28923 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28924 </HEAD>
28925 <BODY>
28926 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28928 This feature controls the behavior of the left and right arrow keys.
28929 If set, the left and right arrow keys will operate like the usual
28930 navigation keys &lt; and &gt;.
28931 This feature is set by default.
28934 If you set this feature, and do not like the changed behavior of the up/down 
28935 arrow 
28936 keys when navigating through the FOLDER LIST screen -- 
28937 <B>first</B> from column to column, if more than one folder is 
28938 displayed per row, 
28939 and <B>then</B> from row to row -- you may either also wish to set the feature 
28940 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28941 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28942 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28943 folders in each column.
28945 <UL>   
28946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28947 </UL><P>
28948 &lt;End of help on this topic&gt;
28949 </BODY>
28950 </HTML>
28951 ====== h_config_relaxed_arrow_nav =====
28952 <HTML>
28953 <HEAD>
28954 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28955 </HEAD>
28956 <BODY>
28957 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28959 This feature controls the behavior of the left, right, up and down
28960 arrow keys in the FOLDER LIST screen when the &quot;<A
28961 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28962 set.
28963 This feature is set by default.
28967 When this feature is set, the left and right
28968 arrow keys in the FOLDER LIST screen
28969 move the highlight bar to the left or right, and the up and
28970 down arrows move it up or down.
28973 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28974 feature is not set;
28975 the left and right arrow keys in the Folder List screen strictly
28976 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28977 and down arrow keys move the highlight bar to the previous and next
28978 folder or directory name.
28981 <UL>   
28982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28983 </UL><P>
28984 &lt;End of help on this topic&gt;
28985 </BODY>
28986 </HTML>
28987 ====== h_config_alt_compose_menu =====
28988 <HTML>
28989 <HEAD>
28990 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28991 </HEAD>
28992 <BODY>
28993 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28995 This feature controls the menu that is displayed when Compose is selected.
28996 If set, a list of options will be presented, with each option representing
28997 the type of composition that could be used. This feature is most useful for
28998 users who want to avoid being prompted with each option separately, or who
28999 want to avoid the checking of remote postponed or form letter folders.
29000 The possible types of composition are:
29003 New, for starting a new composition. Note that if New is selected and roles
29004 are set, roles are checked for matches and applied according to the setting
29005 of the matching role.
29008 Interrupted, for continuing an interrupted composition. This option is only
29009 offered if an interrupted message folder is detected.
29012 Postponed, for continuing postponed compositions. This option is offered
29013 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29014 the postponed folder actually exists. This option is especially handy
29015 for avoiding having to check for the existence of a remote postponed folder.
29018 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29019 is set in the config, and is not checked for existence for reasons similar
29020 to those explained by the postponed option.
29023 setRole, for selecting a role to apply to a composition.
29026 &lt;End of help on this topic&gt;
29027 </BODY>
29028 </HTML>
29029 ====== h_config_alt_role_menu =====
29030 <HTML>
29031 <HEAD>
29032 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29033 </HEAD>
29034 <BODY>
29035 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29037 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29038 a role and compose a new message using that role.
29039 When this feature is set, the role command will first ask whether you want to
29040 Compose a new message, Forward the current message, Reply to the
29041 current message, or Bounce the current message.
29042 If you are not in the MESSAGE INDEX and are not viewing a message,
29043 then there is no current message and the question will be skipped.
29044 After you have chosen to Compose, Forward, Reply, or Bounce you will
29045 then choose the role to be used.
29047 When Bouncing the &quot;Set From&quot; address is used for the
29048 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29049 provided that the option
29050 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29051 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29052 set.
29053 Other actions of the role are ignored when Bouncing.
29056 &lt;End of help on this topic&gt;
29057 </BODY>
29058 </HTML>
29059 ====== h_config_always_spell_check =====
29060 <HTML>
29061 <HEAD>
29062 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29063 </HEAD>
29064 <BODY>
29065 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29067 When this feature is set, every composed message will be spell-checked before
29068 being sent.
29070 &lt;End of help on this topic&gt;
29071 </BODY>
29072 </HTML>
29073 ====== h_config_quell_asterisks =====
29074 <HTML>
29075 <HEAD>
29076 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29077 </HEAD>
29078 <BODY>
29079 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29081 When you are running Alpine you will sometimes be asked for a password
29082 in a prompt on the third line from the bottom of the screen.
29083 Normally each password character you type will cause an asterisk to echo
29084 on the screen. That gives you some feedback to know that your typing is
29085 being recognized.
29086 There is a very slight security risk in doing it this way because someone
29087 watching over your shoulder might be able to see how many characters there
29088 are in your password.
29089 If you'd like to suppress the echoing of the asterisks set this feature.
29091 &lt;End of help on this topic&gt;
29092 </BODY>
29093 </HTML>
29094 ====== h_config_quell_flowed_text =====
29095 <HTML>
29096 <HEAD>
29097 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29098 </HEAD>
29099 <BODY>
29100 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29102 Alpine generates flowed text where possible.
29103 The method for generating flowed text is defined by
29104 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29105 the benefit of doing so is
29106 to send message text that can properly be viewed both on normal width displays
29107 and on displays with smaller or larger than normal screen widths.
29108 With flowed text, a space at the end of a line tells the receiving mail
29109 client that the following line belongs to the same paragraph.
29110 Quoted text will also be affected, with only the innermost
29111 level of &quot;&gt;&quot; quoting being followed by a space.
29112 However, if you have changed the
29113 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29114 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29115 quoted text will not be flowed.
29116 For this reason, we recommend that you leave your
29117 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29119 This feature turns off the generation of flowed text, as it might be
29120 desired to more tightly control how a message is displayed on the receiving end.
29122 If this feature is <EM>not</EM> set, you can control on a message by message
29123 basis whether or not flowed text is generated.
29124 You do this by typing ^V at the Send confirmation prompt that you get
29125 after typing ^X to send a message.
29126 ^V is a toggle that turns flowing off and back on if typed again.
29127 If for some reason flowing cannot be done on a particular message, then the
29128 ^V command will not be available.
29129 This would be the case, for example, if this feature was set, or if your
29130 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29131 If the feature
29132 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29133 then the opportunity to control on a message by message basis
29134 whether or not flowed text is generated is lost.
29136 When this feature is not set and you have typed ^V to turn off flowing,
29137 the Send confirmation prompt will change to look like
29139 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29141 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29142 also turn off the sending of flowed text messages, but it differs in that
29143 it also trims all trailing white space from a message before sending it.
29145 If alternate editors are used extensively, be aware that a message will still
29146 be sent flowed if this feature is unset.  In most cases this will be fine,
29147 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29148 use that.
29150 &lt;End of help on this topic&gt;
29151 </BODY>
29152 </HTML>
29153 ====== h_config_strip_ws_before_send =====
29154 <HTML>
29155 <HEAD>
29156 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29157 </HEAD>
29158 <BODY>
29159 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29161 By default, trailing whitespace is not stripped from
29162 a message before sending.  Trailing whitespace should have no effect on an
29163 email message, and in flowed text can aid in delimiting paragraphs.
29164 However, the old behavior of stripping trailing whitespace was in place
29165 to better deal with older clients that couldn't handle certain types of
29166 text encodings.  This feature restores the old behavior
29168 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29169 generated by default but can be turned off via the
29170 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29171 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29172 of flowed text.
29174 &lt;End of help on this topic&gt;
29175 </BODY>
29176 </HTML>
29177 ====== h_config_del_from_dot =====
29178 <HTML>
29179 <HEAD>
29180 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29181 </HEAD>
29182 <BODY>
29183 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29185 This feature controls the behavior of the Ctrl-K command in the composer.
29186 If set, ^K will cut from the current cursor position to the end of the line,
29187 rather than cutting the entire line.
29190 &lt;End of help on this topic&gt;
29191 </BODY>
29192 </HTML>
29193 ====== h_config_print_index =====
29194 <HTML>
29195 <HEAD>
29196 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29197 </HEAD>
29198 <BODY>
29199 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29201 This feature controls the behavior of the Print command when in the
29202 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29203 asking if you wish to print the message index, or the currently highlighted
29204 message. If not set, the message will be printed.
29207 &lt;End of help on this topic&gt;
29208 </BODY>
29209 </HTML>
29210 ====== h_config_allow_talk =====
29211 <HTML>
29212 <HEAD>
29213 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29214 </HEAD>
29215 <BODY>
29216 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29218 UNIX Alpine only.
29220 By default, permission for others to &quot;talk&quot; to your terminal is turned
29221 off when you are running Alpine.  When this feature is set, permission is
29222 instead turned on.  If enabled, you may see unexpected messages in the
29223 middle of your Alpine screen from someone attempting to contact you via the
29224 &quot;talk&quot; program.
29227 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29228 talk daemon on your system will attempt to print a message on your screen 
29229 when someone else is trying to contact you.  If you wish to see these
29230 messages while you are running Alpine, you should enable this feature.
29233 If you do enable this feature and see a &quot;talk&quot; message, you must 
29234 suspend or quit Alpine before you can respond.
29237 &lt;End of help on this topic&gt;
29238 </BODY>
29239 </HTML>
29240 ====== h_config_send_filter_dflt =====
29241 <HTML>
29242 <HEAD>
29243 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29244 </HEAD>
29245 <BODY>
29246 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29247 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29248 configured, setting this feature will cause
29249 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29250 instead of unfiltered, the usual default.
29252 <UL>   
29253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29254 </UL><P>
29255 &lt;End of help on this topic&gt;
29256 </BODY>
29257 </HTML>
29258 ====== h_config_custom_print =====
29259 <HTML>
29260 <HEAD>
29261 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29262 </HEAD>
29263 <BODY>
29264 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29266 When this feature is set, the print command will have an additional
29267 subcommand called "C CustomPrint".  If selected, you will have
29268 the opportunity to enter any system print command --instead of being 
29269 restricted to using those that have been previously configured in the 
29270 printer setup menu.
29273 &lt;End of help on this topic&gt;
29274 </BODY>
29275 </HTML>
29276 ====== h_config_enable_dot_files =====
29277 <HTML>
29278 <HEAD>
29279 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29280 </HEAD>
29281 <BODY>
29282 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29284 When this feature is set, files beginning with dot (".") will be
29285 visible in the file browser.  For example, you'll be able to select them
29286 when using the browser to add an attachment to a message.
29288 &lt;End of help on this topic&gt;
29289 </BODY>
29290 </HTML>
29291 ====== h_config_enable_dot_folders =====
29292 <HTML>
29293 <HEAD>        
29294 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29295 </HEAD>
29296 <BODY>
29297 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29299 When this feature is set, folders beginning with dot (".") may be added
29300 and viewed.
29302 &lt;End of help on this topic&gt;
29303 </BODY>
29304 </HTML>
29305 ====== h_config_ff_between_msgs =====
29306 <HTML>
29307 <HEAD>
29308 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29309 </HEAD>
29310 <BODY>
29311 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29313 Setting this feature causes a formfeed to be printed between messages when
29314 printing multiple messages (with Apply Print command).
29316 &lt;End of help on this topic&gt;
29317 </BODY>
29318 </HTML>
29319 ====== h_config_blank_keymenu =====
29320 <HTML>
29321 <HEAD>
29322 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29323 </HEAD>
29324 <BODY>
29325 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29327 If this feature is set the command key menu that normally appears on the
29328 bottom two lines of the screen will not usually be there.  Asking for
29329 help with ^G or ? will cause the key menu to appear instead of causing
29330 the help message to come up.  If you want to actually see the help text,
29331 another ^G or ? will show it to you.  After the key menu has popped
29332 up with the help key it will remain there for an O for Other command but
29333 disappear if any other command is typed.
29335 &lt;End of help on this topic&gt;
29336 </BODY>
29337 </HTML>
29338 ====== h_config_enable_mouse =====
29339 <HTML>
29340 <HEAD>
29341 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29342 </HEAD>
29343 <BODY>
29344 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29346 This feature controls whether or not an X terminal mouse can be used with
29347 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29348 being used, the left mouse button on the mouse can be used to select text
29349 or commands.
29350 Clicking on a command at the bottom of the screen will behave as if you had
29351 typed that command.
29352 Clicking on an index line will move the current message highlight to
29353 that line.
29354 Double-clicking on an index line will view the message.
29355 Double-clicking on a link will view the link.
29357 This type of mouse support will also work in some terminal emulators which are
29358 not actually X terminals, but which have extra code to support the xterm
29359 style mouse.
29360 For those emulators you not only need to turn this feature on but you also
29361 have to set the $DISPLAY environment variable even though it isn't needed
29362 for your terminal.
29363 That will cause Alpine to think that it is an xterm and to properly interpret the
29364 escape sequences sent by the mouse.
29366 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29367 also modified.  It is sometimes possible to hold the shift key down while clicking
29368 left or middle mouse buttons for the normal xterm cut/paste operations. 
29369 There is also an Alpine command to toggle this mode on or off.
29370 The command is Ctrl-&#92; (Control-backslash).
29372 &lt;End of help on this topic&gt;
29373 </BODY>
29374 </HTML>
29375 ====== h_config_enable_xterm_newmail =====
29376 <HTML>
29377 <HEAD>        
29378 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29379 </HEAD>
29380 <BODY>
29381 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29383 This feature controls whether or not Alpine will attempt to announce new
29384 mail arrival when it is running in an X terminal window and that window
29385 is iconified.  If set, and the $DISPLAY variable indicates that an X
29386 terminal is being used, Alpine will send appropriate escape sequences to
29387 the X terminal to modify the label on Alpine's icon to indicate that new
29388 mail has arrived. Alpine will also modify the Alpine window's title to
29389 indicate new mail.
29390 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29392 &lt;End of help on this topic&gt;
29393 </BODY></HTML>
29394 ====== h_config_enable_newmail_short_text =====
29395 <HTML>
29396 <HEAD>        
29397 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29398 </HEAD>
29399 <BODY>
29400 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29402 This feature controls the text to be displayed in an icon in the event
29403 of a new message arrival.  Normally, the message will
29404 be the one that is displayed on the screen.  This feature shortens the
29405 message to a count of the number of new messages in brackets.  This may be
29406 more useful for those who use the window's title bar in the task bar as a
29407 new mail indicator.  This feature is only useful if the
29408 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29409 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29410 feature, this feature is only relevant when run in an xterm environment.
29412 &lt;End of help on this topic&gt;
29413 </BODY></HTML>
29414 ====== h_config_copy_to_to_from =====
29415 <HTML>
29416 <HEAD>
29417 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29418 </HEAD>
29419 <BODY>
29420 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29422 This feature affects the From address used when Replying to a message.
29423 It is probably only useful if you have some
29424 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29425 defined.
29426 When enabled, it checks to see if any of the addresses in the To or Cc
29427 fields of the message you are replying to is one of your addresses.
29428 If it is, and there is only one of them, then that address is used as
29429 the From address in the message you are composing.
29430 In other words, you will be using a From address that is the same
29431 as the To address that was used to get the mail to you in the first place.
29434 If a role is being used and it has a From address defined, that From address will
29435 be used rather than the one derived from this feature.
29438 <UL>   
29439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29440 </UL><P>
29441 &lt;End of help on this topic&gt;
29442 </BODY>
29443 </HTML>
29444 ====== h_config_prefix_editing =====
29445 <HTML>
29446 <HEAD>
29447 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29448 </HEAD>
29449 <BODY>
29450 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29452 This feature affects the Reply command's &quot;Include original message
29453 in Reply?&quot; prompt.  When enabled, it causes the
29454 &quot;Edit Indent String&quot; sub-command to appear which allows 
29455 you to edit the string Alpine would otherwise use to denote included 
29456 text from the message being replied to.<P>
29458 Thus, you can change Alpine's default message quote character (usually
29459 an angle bracket) on a per message basis. So you could change your quoted message to
29460 look, for example, like this:<p>
29462 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29464 John: I just wanted to say hello and to congratulate you
29465 John: on a job well done!</pre><p>
29467 The configuration option
29468 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29469 may be used to change what appears as the default string to be edited.
29471 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29472 currently being replied to.
29474 If you change your <!--#echo var="VAR_reply-indent-string"-->
29475 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29476 quoted text will not be flowed
29477 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29478 when you reply.
29479 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29480 set to the default value.
29482 <UL>   
29483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29484 </UL><P>
29485 &lt;End of help on this topic&gt;
29486 </BODY>
29487 </HTML>
29488 ====== h_config_enable_search_and_repl =====
29489 <HTML>
29490 <HEAD>
29491 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29492 </HEAD>
29493 <BODY>
29494 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29496 This feature modifies the behavior of Alpine's composer.  Setting this
29497 feature causes Alpine to offer the "^R Replace" subcommand, which
29498 allows you to search and replace text strings in a message you are composing, 
29499 inside the "^W Where is" command.  
29503 To search and replace text, first enter the text to be replaced at the 
29504 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29505 text, press ^R, which turns the prompt into 
29509 Search (to replace): 
29513 and then press Enter.  The cursor will highlight the first occurrence 
29514 of the text string you entered, and the prompt will show: 
29518 Replace "<your text string>" with : 
29522 where <your text string> is what you entered at the previous prompt;
29523 here, enter the replacement text.  To only replace the highlighted 
29524 occurrence, simply press Enter now; to replace all occurrences in the 
29525 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29526 each replacement.
29530 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29531 ^X toggles between "Replace All" and "Replace One."
29535 If you previously searched for text in a message, it will be offered for 
29536 re-use as part of the prompt, shown in [ ] brackets.
29539 &lt;End of help on this topic&gt;
29540 </BODY>
29541 </HTML>
29542 ====== h_config_enable_view_attach =====
29543 <HTML>
29544 <HEAD>
29545 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29546 </HEAD>
29547 <BODY>
29548 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29550 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29551 Setting this feature causes Alpine to present attachments in boldface.
29552 The first available attachment is displayed in inverse.  This is the
29553 "selected" attachment.  Pressing RETURN will cause Alpine to display
29554 the selected attachment.  Use the arrow keys to change which of the
29555 attachments displayed in boldface is the current selection.
29559 Speaking of arrow keys, the Up and Down Arrows will select the next
29560 and previous attachments if one is available on the screen for selection.
29561 Otherwise, they will simply adjust the viewed text one line up or down.
29565 Similarly, when selectable items are present in a message, the Ctrl-F key
29566 can be used to select the next item in the message independent of which
29567 portion of the viewed message is currently displayed. The Ctrl-B key can
29568 be used to select the previous item in the same way. 
29569 <P> 
29570 &lt;End of help on this topic&gt;
29571 </BODY>
29572 </HTML>
29573 ====== h_config_enable_y_print =====
29574 <HTML>
29575 <HEAD>
29576 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29577 </HEAD>
29578 <BODY>
29579 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29581 This feature modifies the behavior of Alpine's Print command.
29583 By default, Alpine's print command is available by pressing the "%" key.  
29584 (This command is a substantial change from Pine versions before 4.00 -- 
29585 where the print command was "Y" -- based on numerous complaints about 
29586 printing being invoked inadvertently, since Y also means "Yes.")  
29590 This feature is supplied to mitigate any disruption or anxiety users 
29591 might feel as a result of this change.  
29595 Enabling this feature will cause Alpine to recognize both the old
29596 command, "Y" for Prynt, as well the new "%" method for invoking
29597 printing.  Note, key menu labels are not changed as a result of
29598 enabling this feature.
29602 &lt;End of help on this topic&gt;
29603 </BODY>
29604 </HTML>
29605 ====== h_config_enable_lessthan_exit =====
29606 <HTML>
29607 <HEAD>
29608 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29609 </HEAD>
29610 <BODY>
29611 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29613 If this feature is set, then on screens where there is an Exit command
29614 but no < command, the < key will perform the same function as the Exit
29615 command.
29616 This feature is set by default.
29618 &lt;End of help on this topic&gt;
29619 </BODY>
29620 </HTML>
29621 ====== h_config_enable_view_url =====
29622 <HTML>
29623 <HEAD>
29624 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29625 </HEAD>
29626 <BODY>
29627 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29628 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29629 When this feature is set (the default) Alpine will select possible URLs from the
29630 displayed text and display them in boldface for selection.
29632 The first available URL is displayed in inverse.  This is the
29633 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29634 the selected URL via either built-in means as with mailto:, imap:,
29635 news:, and nntp:, or via an external application as defined
29636 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29637 variable.
29639 Use the arrow keys to change which of the URLs displayed in boldface
29640 is the current selection.
29642 Speaking of arrow keys, the Up and Down Arrows will select the next
29643 and previous URL if one is available on the screen for selection (unless 
29644 you have set the feature 
29645 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29646 Otherwise, they will simply adjust the viewed text one line up or down.
29648 Similarly, when selectable items are present in a message, the Ctrl-F
29649 key can be used to select the next item in the message independent
29650 of which portion of the viewed message is currently displayed. The
29651 Ctrl-B key can be used to select the previous item in the same way.
29653 <UL>   
29654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29655 </UL><P>
29656 &lt;End of help on this topic&gt;
29657 </BODY>
29658 </HTML>
29659 ====== h_config_enable_view_web_host =====
29660 <HTML>
29661 <HEAD>
29662 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29663 </HEAD>
29664 <BODY>
29665 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29667 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29668 When this feature is set (the default) Alpine will select possible web hostnames
29669 from the displayed text and display them in boldface for selection.  
29670 This can be useful when you receive messages referencing World Wide Web 
29671 sites without the use of complete URLs; for example, specifying only 
29672 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29673 selectable 
29674 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29675 rather than explicitly
29676 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29678 The first available hostname is displayed in inverse.  This is the
29679 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29680 the selected hostname via an external application as defined
29681 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29682 variable.
29684 Use the arrow keys (unless you have set the feature 
29685 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29686 to change which of the hostnames displayed in
29687 boldface is the current selection.
29689 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29690 key can be used to select the next web hostname in the message independent
29691 of which portion of the viewed message is currently displayed. The
29692 Ctrl-B key can be used to select the previous web hostnames in the same way.
29694 <UL>   
29695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29696 </UL><P>
29697 &lt;End of help on this topic&gt;
29698 </BODY>
29699 </HTML>
29700 ====== h_config_enable_view_addresses =====
29701 <HTML>
29702 <HEAD>
29703 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29704 </HEAD>
29705 <BODY>
29706 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29708 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29709 Setting this feature causes Alpine to select possible email addresses
29710 from the displayed text and display them in boldface for selection.  
29713 The first available email address is displayed in inverse.  This is the
29714 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29715 the message composition screen with the To: field filled in with the
29716 selected address.
29718 Use the arrow keys (unless you have set the feature 
29719 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29720 to change which of the hostnames displayed in
29721 boldface is the current selection.
29723 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29724 key can be used to select the next web hostname in the message independent
29725 of which portion of the viewed message is currently displayed. The
29726 Ctrl-B key can be used to select the previous web hostnames in the same way.
29728 <UL>   
29729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29730 </UL><P>
29731 &lt;End of help on this topic&gt;
29732 </BODY>
29733 </HTML>
29734 ====== h_config_enable_view_arrows =====
29735 <HTML>
29736 <HEAD>
29737 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29738 </HEAD>
29739 <BODY>
29740 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29742 This feature modifies Up and Down arrow key behavior in Alpine's
29743 MESSAGE TEXT screen when selectable Attachments, URL's, or
29744 web-hostnames are presented. Alpine's usual behavior is to move to
29745 the next or previous selectable item if currently displayed or
29746 simply to adjust the screen view by one line.
29750 Setting this feature causes the UP and Down arrow key to behave as
29751 if no selectable items were present in the message.
29755 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29756 item) functionality is unchanged.
29759 &lt;End of help on this topic&gt;
29760 </BODY>
29761 <HTML>
29762 ====== h_config_quell_charset_warning =====
29763 <HTML>
29764 <HEAD>
29765 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29766 </HEAD>
29767 <BODY>
29768 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29770 By default, if the message you are viewing contains characters that are
29771 not representable in your
29772 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29773 then Alpine will
29774 add a warning to the start of the displayed text.
29775 If this option is set, then that editorial message will be suppressed.
29777 Setting this feature also suppresses the comment about the character set
29778 in header lines.
29779 For example, when viewing a message you might see
29781 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29783 in the From header if your Character-Set is something other than ISO-8859-2.
29784 If you set this feature, the comment about the character set will
29785 no longer be there.
29787 &lt;End of help on this topic&gt;
29788 </BODY>
29789 </HTML>
29790 ====== h_config_quell_host_after_url =====
29791 <HTML>
29792 <HEAD>
29793 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29794 </HEAD>
29795 <BODY>
29796 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29798 By default, links in HTML text are displayed with the host the link
29799 references appended, within square brackets, to the link text.  Alpine
29800 does this to help indicate where a link will take you, particularly when
29801 the link text might suggest a different destination.
29804 Setting this feature will prevent the server name from being appended
29805 to the displayed text.
29808 &lt;End of help on this topic&gt;
29809 </BODY>
29810 </HTML>
29811 ====== h_config_prefer_plain_text =====
29812 <HTML>
29813 <HEAD>
29814 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29815 </HEAD>
29816 <BODY>
29817 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29819 A message being viewed may contain alternate versions of the same content.
29820 Those alternate versions are supposed to be ordered by the sending software such that the
29821 first alternative is the least preferred and the last alternative is the
29822 most preferred. Alpine will normally display the most-preferred version that
29823 it knows how to display. This is most often encountered where the two
29824 alternate versions are a plain text version and an HTML version, with the
29825 HTML version listed last as the most preferred.
29827 If this option is set, then any plain text version will be preferred to
29828 all other versions.
29830 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29831 which will temporarily change the sense of this option.
29832 If this option is set you will first see the plain text version of a
29833 message.
29834 If you then type the &quot;A&quot; command, you will see the most preferred version,
29835 most likely HTML, instead.
29836 Typing the &quot;A&quot; command a second time will switch it back.
29837 Alternatively, if the present option is not set you will originally see
29838 the most preferred version of the message and typing &quot;A&quot; will switch to
29839 the plain text version.
29841 &lt;End of help on this topic&gt;
29842 </BODY>
29843 </HTML>
29844 ====== h_config_pass_control =====
29845 <HTML>
29846 <HEAD>
29847 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29848 </HEAD>
29849 <BODY>
29850 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29852 It is probably not useful to set this option.
29853 This is a legacy option left behind &quot;just in case&quot;.
29854 Multi-byte characters that have an octet that has the same
29855 value as a control character are permitted through whether or not
29856 this option is turned on.
29858 This feature controls how certain characters contained in messages are
29859 displayed.
29860 If set, all characters in a message will be sent to the
29861 screen. Normally, control characters are displayed as shown below to
29862 avoid a garbled screen and to 
29863 avoid inadvertently changing terminal setup parameters.
29864 Control characters are usually displayed as two character sequences like
29865 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29866 for Control-C,
29867 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29868 for ESCAPE,
29869 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29870 for DELETE, and
29871 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29872 for the character with value 133 (0x85).
29873 (The DEL character is displayed as ^?, regular control characters are displayed
29874 as the character ^ followed by the character obtained by adding the
29875 five low-order bits of the character to 0x40, and the C1
29876 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29877 character obtained by adding the
29878 five low-order bits of the character to 0x40.)
29879 Sometimes, in cases where changing a single control character into a
29880 two-character sequence would confuse Alpine's display routines,
29881 a question mark is substituted for the control character.
29883 If you wish to filter out regular control characters but pass the
29884 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29885 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.
29887 &lt;End of help on this topic&gt;
29888 </BODY>
29889 </HTML>
29890 ====== h_config_pass_c1_control =====
29891 <HTML>
29892 <HEAD>
29893 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29894 </HEAD>
29895 <BODY>
29896 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29898 It is probably not useful to set this option.
29899 This is a legacy option left behind &quot;just in case&quot;.
29900 Multi-byte characters that have an octet that has the same
29901 value as a control character are permitted through whether or not
29902 this option is turned on.
29904 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29905 is set, then this feature has no effect.
29906 However, if you wish to filter out regular control characters but pass the
29907 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29908 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29909 unset and set this feature.
29911 &lt;End of help on this topic&gt;
29912 </BODY>
29913 </HTML>
29914 ====== h_config_fcc_on_bounce =====
29915 <HTML>
29916 <HEAD>
29917 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29918 </HEAD>
29919 <BODY>
29920 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29922 This feature controls an aspect of Alpine's behavior when bouncing a
29923 message. If set, normal FCC ("File Carbon Copy") processing will be
29924 done, just as if you had composed a message to the address you are
29925 bouncing to.  If not set, no FCC of the message will be saved. 
29927 &lt;End of help on this topic&gt;
29928 </BODY>
29929 </HTML>
29930 ====== h_config_show_cursor =====
29931 <HTML>
29932 <HEAD>
29933 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29934 </HEAD>
29935 <BODY>
29936 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29938 This feature controls an aspect of Alpine's displays.  If set, the system
29939 cursor will move to convenient locations in the displays.  For example,
29940 to the beginning of the status field of the highlighted index line, or
29941 to the highlighted word after a successful WhereIs command.  It is intended
29942 to draw your attention to an "interesting" spot on the screen.
29944 &lt;End of help on this topic&gt;
29945 </BODY>
29946 </HTML>
29947 ====== h_config_sort_fcc_alpha =====
29948 <HTML>
29949 <HEAD>
29950 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29951 </HEAD>
29952 <BODY>
29953 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29955 This feature controls an aspect of Alpine's FOLDER LIST screen.
29956 If set, the default Fcc folder will be sorted alphabetically with the other
29957 folders instead of appearing right after the INBOX.
29959 &lt;End of help on this topic&gt;
29960 </BODY>
29961 </HTML>
29962 ====== h_config_sort_save_alpha =====
29963 <HTML>
29964 <HEAD>
29965 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29966 </HEAD>
29967 <BODY>
29968 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29970 This feature controls an aspect of Alpine's FOLDER LIST screen.
29971 If set, the default save folder will be sorted alphabetically with the other
29972 folders instead of appearing right after the INBOX (and default FCC folder).
29974 &lt;End of help on this topic&gt;
29975 </BODY>
29976 </HTML>
29977 ====== h_config_single_list =====
29978 <HTML>
29979 <HEAD>
29980 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29981 </HEAD>
29982 <BODY>
29983 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29985 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29986 the folders will be listed one per line instead of several per line
29987 in the FOLDER LIST display.
29989 &lt;End of help on this topic&gt;
29990 </BODY>
29991 </HTML>
29992 ====== h_config_vertical_list =====
29993 <HTML>
29994 <HEAD>
29995 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29996 </HEAD>
29997 <BODY>
29998 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30000 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30001 the folders will be listed alphabetically down the columns rather
30002 than across the columns as is the default.
30004 &lt;End of help on this topic&gt;
30005 </BODY>
30006 </HTML>
30007 ====== h_config_verbose_post =====
30008 <HTML>
30009 <HEAD>
30010 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30011 </HEAD>
30012 <BODY>
30013 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30014 This feature controls an aspect of Alpine's message sending.  When enabled,
30015 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30016 intended to cause the SMTP server to provide a more detailed account of
30017 the transaction.  This feature is typically only useful to system
30018 administrators and other support personel as an aid in troublshooting
30019 problems.
30021 Note, this feature relies on a specific capability of the system's mail
30022 transport agent or configured 
30023 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30024 It is possible that this
30025 feature will cause problems for some tranport agents, and may result in
30026 sending failure.  In addition, as the verbose output comes from the mail
30027 transport agent, it is likely to vary from one system to another. 
30028 <P><UL>
30029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30030 </UL><P>
30031 &lt;End of help on this topic&gt;
30032 </BODY>
30033 </HTML>
30034 ====== h_config_auto_reply_to =====
30035 <HTML>
30036 <HEAD>
30037 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30038 </HEAD>
30039 <BODY>
30040 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30042 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30043 will not prompt when a message being replied to contains a "Reply-To:"
30044 header value, but will simply use its value (as opposed to using the
30045 "From:" field's value).
30049 Note: Using the "Reply-To:" address is usually the preferred behavior,
30050 however, some mailing list managers choose to place the list's address in
30051 the "Reply-To:" field of any message sent out to the list.  In such
30052 cases, this feature makes it all too easy for personal replies to be
30053 inadvertently sent to the entire mail list, so be careful! 
30055 &lt;End of help on this topic&gt;
30056 </BODY>
30057 </HTML>
30058 ====== h_config_del_skips_del =====
30059 <HTML>
30060 <HEAD>
30061 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30062 </HEAD>
30063 <BODY>
30064 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30066 This feature controls an aspect of Alpine's Delete command.  If set, this
30067 feature will cause the Delete command to advance past following messages that
30068 are marked deleted.  In other words, pressing "D" will both mark the
30069 current message deleted and advance to the next message that is not marked
30070 deleted.
30071 This feature is set by default.
30073 &lt;End of help on this topic&gt;
30074 </BODY></HTML>
30075 ====== h_config_expunge_manually =====
30076 <HTML>
30077 <HEAD>
30078 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30079 </HEAD>
30080 <BODY>
30081 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30083 Normally, when you close a folder that contains deleted messages you are
30084 asked if you want to expunge those messages from the folder permanently.
30085 If this feature is set, you won't be asked and the deleted messages will
30086 remain in the folder.
30087 If you choose to set this feature you will have to expunge the
30088 messages manually using the eXpunge command, which you can use while
30089 in the MESSAGE INDEX screen.
30090 If you do not expunge deleted messages the size of your
30091 folder will continue to increase until you are out of disk space.
30093 <UL>   
30094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30095 </UL><P>
30096 &lt;End of help on this topic&gt;
30097 </BODY>
30098 </HTML>
30099 ====== h_config_auto_expunge =====
30100 <HTML>
30101 <HEAD>
30102 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30103 </HEAD>
30104 <BODY>
30105 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30107 This features controls an aspect of Alpine's eXpunge command.  If set, you
30108 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30109 place.
30110 Actually, this is only true for the INBOX folder and for folders in the
30111 Incoming Folders collection. See the feature
30112 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30114 <UL>   
30115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30116 </UL><P>
30117 &lt;End of help on this topic&gt;
30118 </BODY>
30119 </HTML>
30120 ====== h_config_full_auto_expunge =====
30121 <HTML>
30122 <HEAD>
30123 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30124 </HEAD>
30125 <BODY>
30126 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30128 This features controls an aspect of Alpine's eXpunge command.  If set, you
30129 will <B>not</B> be prompted to confirm your intent before the expunge 
30130 takes place.  This feature sets this behavior for all folders, unlike the
30131 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30132 feature that works only for incoming folders.
30134 <UL>   
30135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30136 </UL><P>
30137 &lt;End of help on this topic&gt;
30138 </BODY>
30139 </HTML>
30140 ====== h_config_auto_read_msgs =====
30141 <HTML>
30142 <HEAD>
30143 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30144 </HEAD>
30145 <BODY>
30146 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30147 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30148 and the 
30149 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30150 option is also set, then Alpine will
30151 automatically transfer all read messages to the designated folder and mark
30152 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30153 &quot;N&quot; (meaning New, or unseen) are not affected.
30155 <UL>   
30156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30157 </UL><P>
30158 &lt;End of help on this topic&gt;
30159 </BODY>
30160 </HTML>
30161 ====== h_config_auto_fcc_only =====
30162 <HTML>
30163 <HEAD>
30164 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30165 </HEAD>
30166 <BODY>
30167 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30168 This features controls an aspect of Alpine's composer.
30169 The only time this feature will be used is if you attempt to send mail
30170 that has no recipients but does have an Fcc.
30171 Normally, Alpine will ask if you really mean to copy the message only to
30172 the Fcc.
30173 That is, it asks if you really meant to have no recipients.
30174 If this feature is set, you
30175 will <B>not</B> be prompted to confirm your intent to make only a copy
30176 of a message with no recipients.
30178 This feature is closely related to
30179 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30180 The difference between this feature and that feature is that this feature
30181 considers a Bcc to be a recipient while that feature will ask for confirmation
30182 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30183 The default values also differ. This feature defaults to asking the question
30184 and you have to turn it off.
30185 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30186 unless you turn it on.
30189 <UL>   
30190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30191 </UL><P>
30192 &lt;End of help on this topic&gt;
30193 </BODY>
30194 </HTML>
30195 ====== h_config_mark_fcc_seen =====
30196 <HTML>
30197 <HEAD>
30198 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30199 </HEAD>
30200 <BODY>
30201 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30203 This features controls the way Fccs (File carbon copies) are
30204 made of the messages you send.
30207 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30208 copy will be marked as Unseen.
30209 When you look at the folder it was saved in the message will appear to
30210 be a New message until you read it.
30211 When this feature is enabled, the message will be marked as having
30212 been Seen.
30215 <UL>   
30216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30217 </UL><P>
30218 &lt;End of help on this topic&gt;
30219 </BODY>
30220 </HTML>
30221 ====== h_config_no_fcc_attach =====
30222 <HTML>
30223 <HEAD>
30224 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30225 </HEAD>
30226 <BODY>
30227 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30229 This features controls the way Fcc's (File carbon copies) are
30230 made of the messages you send.
30233 Normally, Alpine saves an exact copy of your message as it was sent.
30234 When this feature is enabled, the &quot;body&quot; of the message
30235 you send (the text you type in the composer) is preserved in the 
30236 copy as before, however all attachments are replaced with text
30237 explaining what had been sent rather than the attachments themselves.
30240 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30241 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30242 allows you to interactively set whether or not attachments are saved
30243 to the Fcc'd copy.
30246 <UL>   
30247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30248 </UL><P>
30249 &lt;End of help on this topic&gt;
30250 </BODY>
30251 </HTML>
30252 ====== h_config_read_in_newsrc_order =====
30253 <HTML>
30254 <HEAD>
30255 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30256 </HEAD>
30257 <BODY>
30258 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30260 This feature controls the order in which newsgroups will be presented.  If
30261 set, they will be presented in the same order as they occur in your 
30262 <!--chtml if pinemode="os_windows"-->
30263 &quot;NEWSRC&quot;
30264 <!--chtml else-->
30265 &quot;.newsrc&quot;
30266 <!--chtml endif-->
30267 file (the default location of which can be changed with the 
30268 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30270 If not set, the newsgroups will be presented in alphabetical order.
30272 <UL>   
30273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30274 </UL><P>
30275 &lt;End of help on this topic&gt;
30276 </BODY>
30277 </HTML>
30278 ====== h_config_quell_tz_comment =====
30279 <HTML>
30280 <HEAD>
30281 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30282 </HEAD>
30283 <BODY>
30284 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30286 Normally, when Alpine generates a Date header for outgoing mail,
30287 it will try to include the symbolic timezone at the end of the
30288 header inside parentheses.
30289 The symbolic timezone is often three characters long, but on
30290 some operating systems, it may be longer.
30291 Apparently there are some SMTP servers in the world that will reject an
30292 incoming message if it has a Date header longer than about 80 characters.
30293 If this feature is set, the symbolic timezone normally generated by
30294 Alpine will not be included.
30295 You probably don't need to worry about this feature unless you run into
30296 the problem described above.
30299 &lt;End of help on this topic&gt;
30300 </BODY>
30301 </HTML>
30302 ====== h_config_post_wo_validation =====
30303 <HTML>
30304 <HEAD>
30305 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30306 </HEAD>
30307 <BODY>
30308 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30310 This feature controls whether the NNTP server is queried as newsgroups
30311 are entered for posting.  Validation over slow links (e.g. dialup using
30312 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30314 &lt;End of help on this topic&gt;
30315 </BODY>
30316 </HTML>
30317 ====== h_config_send_wo_confirm =====
30318 <HTML>
30319 <HEAD>
30320 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30321 </HEAD>
30322 <BODY>
30323 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30325 By default, when you send or post a message you will be asked to confirm
30326 with a question that looks something like:
30329 <CENTER><SAMP>Send message?</SAMP></CENTER>
30332 If this feature is set, you
30333 will <B>not</B> be prompted to confirm your intent to send
30334 and your message will be sent.
30336 If this feature is set it disables some possibilities and renders some
30337 other features meaningless.
30338 You will not be able to use
30339 <A HREF="h_config_sending_filter">Sending Filters</A>,
30340 Verbose sending mode,
30341 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30342 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30343 or ^V to turn off the generation of flowed text for this message.
30344 These options are normally available as suboptions in the Send prompt, but
30345 with no Send prompt the options are gone.
30348 A somewhat related feature is
30349 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30350 which may be used to eliminate the extra confirmation
30351 question when posting to a newsgroup.
30353 <UL>   
30354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30355 </UL><P>
30356 &lt;End of help on this topic&gt;
30357 </BODY>
30358 </HTML>
30359 ====== h_config_quell_filtering_done_message =====
30360 <HTML>
30361 <HEAD>
30362 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30363 </HEAD>
30364 <BODY>
30365 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30367 If you use Filter Rules that move messages or set status of messages
30368 you sometimes see a message from Alpine that looks like
30371 <CENTER><SAMP>filtering done</SAMP></CENTER>
30374 If this feature is set, this message will be suppressed.
30375 If the feature
30376 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30377 is set then this message will be suppressed regardless.
30380 <UL>   
30381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30382 </UL><P>
30383 &lt;End of help on this topic&gt;
30384 </BODY>
30385 </HTML>
30386 ====== h_config_quell_filtering_messages =====
30387 <HTML>
30388 <HEAD>
30389 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30390 </HEAD>
30391 <BODY>
30392 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30394 If you use Filter Rules that move messages or set status of messages
30395 you sometimes see messages from Alpine that look like
30398 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30404 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30410 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30413 If this feature is set, these messages will be suppressed.
30414 The feature
30415 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30416 is related.
30419 <UL>   
30420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30421 </UL><P>
30422 &lt;End of help on this topic&gt;
30423 </BODY>
30424 </HTML>
30425 ====== h_config_quell_post_prompt =====
30426 <HTML>
30427 <HEAD>
30428 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30429 </HEAD>
30430 <BODY>
30431 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30433 By default, when you post a message to a newsgroup you are asked to confirm
30434 that you want to post with the question
30437 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30440 If this feature is set, you
30441 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30442 and your message will be posted.
30445 <UL>   
30446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30447 </UL><P>
30448 &lt;End of help on this topic&gt;
30449 </BODY>
30450 </HTML>
30451 ====== h_config_check_mail_onquit =====
30452 <HTML>
30453 <HEAD>
30454 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30455 </HEAD>
30456 <BODY>
30457 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30459 If this feature is set, Alpine will check for new mail after you give the
30460 Quit command.
30461 If new mail has arrived since the previous check, you will be notified
30462 and given the choice of quitting or not quitting.
30464 <UL>   
30465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30466 </UL><P>
30467 &lt;End of help on this topic&gt;
30468 </BODY>
30469 </HTML>
30470 ====== h_config_inbox_no_confirm =====
30471 <HTML>
30472 <HEAD>
30473 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30474 </HEAD>
30475 <BODY>
30476 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30478 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30479 command and there are no more folders or newsgroups to visit, you are asked
30480 if you want to return to the INBOX.
30481 If this feature is set you will not be asked.
30482 It will be assumed that you do want to return to the INBOX.
30484 <UL>   
30485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30486 </UL><P>
30487 &lt;End of help on this topic&gt;
30488 </BODY>
30489 </HTML>
30490 ====== h_config_dates_to_local =====
30491 <HTML>
30492 <HEAD>
30493 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30494 </HEAD>
30495 <BODY>
30496 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30498 Normally, the message dates that you see in the
30499 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30500 For example, if a message was sent to you from a few timezones to the east
30501 it might appear that it was sent from the future;
30502 or if it was sent from somewhere to the west it might appear
30503 as if it is from yesterday even though it was sent only a few minutes ago.
30504 If this feature is set an attempt will be made to convert the dates
30505 to your local timezone to be displayed.
30507 Note that this does not affect the results of Select by Date or of
30508 anything else other than these displayed dates.
30509 When viewing the message you may look at the original unconverted value of the Date
30510 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30512 <UL>   
30513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30514 </UL><P>
30515 &lt;End of help on this topic&gt;
30516 </BODY>
30517 </HTML>
30518 ====== h_config_tab_no_prompt =====
30519 <HTML>
30520 <HEAD>
30521 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30522 </HEAD>
30523 <BODY>
30524 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30526 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30527 command and there is a problem checking a folder, you are asked
30528 whether you want to continue with the search in the following folder or not.
30529 This question gives you a chance to stop the NextNew processing.
30530 (The checking problem might be caused by the fact that the folder does not
30531 exist, or by an authentication problem, or by a server problem
30532 of some sort.)
30535 If this feature is set you will not be asked.
30536 It will be assumed that you do want to continue.
30538 <UL>   
30539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30540 </UL><P>
30541 &lt;End of help on this topic&gt;
30542 </BODY>
30543 </HTML>
30544 ====== h_config_input_history =====
30545 <HTML>
30546 <HEAD>
30547 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30548 </HEAD>
30549 <BODY>
30550 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30552 Many of the prompts that ask for input in the status line near the
30553 bottom of the screen will respond to Up Arrow and Down Arrow
30554 with the history of previous entries.
30555 For example, in the MESSAGE INDEX screen when you use the WhereIs
30556 command the text you entered will be remembered and can be recalled
30557 by using the Up Arrow key.
30558 Another example, when saving a message the folders saved to will
30559 be remembered and can be recalled using the arrow keys.
30561 In the Save prompt, some users prefer that the Up and Down arrow keys
30562 be used for the Previous Collection and Next Collection commands
30563 instead of for a history of previous saves.
30564 If this option is set the Up and Down arrow keys will become synonyms for the
30565 Previous Collection and Next Collection (^P and ^N) commands in the
30566 prompt for the name of a folder to Save to or in the prompt for the
30567 name of a folder to GoTo.
30568 When this feature is not set (the default), ^P and ^N will change the
30569 collection and the arrow keys will show the history.
30571 <UL>   
30572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30573 </UL><P>
30574 &lt;End of help on this topic&gt;
30575 </BODY>
30576 </HTML>
30577 ====== h_config_confirm_role =====
30578 <HTML>
30579 <HEAD>
30580 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30581 </HEAD>
30582 <BODY>
30583 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30585 If you have roles, when you Reply to or Forward a message, or Compose
30586 a new message, Alpine
30587 will search through your roles for one that matches.
30588 Normally, if no matches are found you will be placed into the composer
30589 with no opportunity to select a role.
30590 If this feature is set, then you will be asked to confirm that you don't
30591 want a role.
30592 This will give you the opportunity to select a role (with the ^T command).
30593 If you confirm no role with a Return, you will be placed in
30594 the composer with no role.
30595 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30596 These behave the same as if you pressed the Return.
30597 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30598 match what you might type if there was a role match.)
30600 If you are using the alternate form of the Compose command called
30601 &quot;Role&quot;, then all of your roles will be available to you,
30602 independent of the value of this feauture and of the values set for all of
30603 Reply Use, Forward Use, and Compose Use.
30605 <UL>   
30606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30607 </UL><P>
30608 &lt;End of help on this topic&gt;
30609 </BODY>
30610 </HTML>
30611 ====== h_config_news_cross_deletes =====
30612 <HTML>
30613 <HEAD>
30614 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30615 </HEAD>
30616 <BODY>
30617 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30619 This feature controls what Alpine does when you delete a message in a
30620 newsgroup that appears in more than one newsgroup.  Such a message
30621 is sometimes termed a &quot;crossposting&quot; in that it was posted
30622 across several newsgroups.
30625 Alpine's default behavior when you delete such a message is to remove
30626 only the copy in the current newsgroup from view when you use the
30627 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30630 Enabling this feature causes Alpine to remove every occurrence of the
30631 message from all newsgroups it appears in and to which you are
30632 subscribed.
30635 NOTE: As currently implemented, enabling this feature may increase the
30636 time it takes the Expunge command and newsgroup closing to complete.
30639 <UL>   
30640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30641 </UL><P>
30642 &lt;End of help on this topic&gt;
30643 </BODY>
30644 </HTML>
30645 ====== h_config_news_catchup =====
30646 <HTML>
30647 <HEAD>
30648 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30649 </HEAD>
30650 <BODY>
30651 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30653 This feature controls what Alpine does as it closes a newsgroup.
30654 When set, Alpine will offer to delete all messages from the newsgroup
30655 as you are quitting Alpine or opening a new folder.
30658 This feature is useful if you typically read all the interesting messages
30659 in a newsgroup each time you open it.  This feature saves you from
30660 having to delete each message in a newsgroup as you read it or from
30661 selecting all the messages and doing an
30662 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30663 move on to the next folder or newsgroup.
30666 <UL>   
30667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30668 </UL><P>
30669 &lt;End of help on this topic&gt;
30670 </BODY>
30671 </HTML>
30672 ====== h_config_next_thrd_wo_confirm =====
30673 <HTML>
30674 <HEAD>
30675 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30676 </HEAD>
30677 <BODY>
30678 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30680 This feature controls an aspect of Alpine's Next and Prev commands in
30681 the case where you are using one of the
30682 &quot;separate-index-screen&quot; styles for the configuration option
30683 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30684 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30685 When you are Viewing a particular thread you have a
30686 MESSAGE INDEX of only the messages in that thread.
30687 If you press the Next command with the last message in the thread highlighted
30688 you will normally be asked if you want to &quot;View next thread?&quot;,
30689 assuming there is a next thread to view.
30690 If this feature is set it will be assumed that you always want to view the
30691 next thread and you won't be asked to confirm that.
30692 Similarly, if the first message of the thread is highlighted and you
30693 press the Prev command, this feature will prevent the question
30694 &quot;View previous thread&quot;.
30696 This feature only has an effect in the MESSAGE INDEX screen.
30697 If you then view a particular message from that screen and press the
30698 Next command, you will be sent to the next thread without being asked,
30699 independent of the setting of this feature.
30701 The feature
30702 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30704 &lt;End of help on this topic&gt;
30705 </BODY>
30706 </HTML>
30707 ====== h_config_kw_braces =====
30708 <HTML>
30709 <HEAD>
30710 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30711 </HEAD>
30712 <BODY>
30713 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30715 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30716 TEXT screens.
30717 If you have modified the
30718 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30719 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30720 are used to display keywords or their initials along with the Subject; then
30721 this option may be used to modify the resulting display slightly.
30722 By default, the keywords or initials displayed for these tokens will be
30723 surrounded with curly braces ({ and }) and a trailing space.
30724 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30725 a message, the &quot;SUBJKEY&quot; token will normally look like
30727 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30729 and the SUBJKEYINIT token would look like
30731 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30733 The default character before the keywords is the left brace ({) and the
30734 default after the keywords is the right brace followed by a space (} ).
30736 This option allows you to change that.
30737 You should set it to two values separated by a space.
30738 The values may be quoted if they include space characters.
30739 So, for example, the default value could be specified explicitly by setting this
30740 option to
30742 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30744 The first part wouldn't need to be quoted (but it doesn't hurt).
30745 The second part does need the quotes because it includes a space character.
30746 If you wanted to change the braces to brackets you could use
30748 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30750 Inside the quotes you can use backslash quote to mean quote, so
30752 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30754 would produce
30756 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30758 It is also possible to color keywords in the index using the
30759 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30761 It is not possible to change the fact that a space character is used to
30762 separate the keywords if more than one keyword is set for a message.
30763 It is also not possible to change the fact that there are no separators
30764 between the keyword initials if more than one keyword is set.
30766 &lt;End of help on this topic&gt;
30767 </BODY>
30768 </HTML>
30769 ====== h_config_opening_sep =====
30770 <HTML>
30771 <HEAD>
30772 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30773 </HEAD>
30774 <BODY>
30775 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30777 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30778 With some setups the text of the subject is followed
30779 by the opening text of the message if there is any room available in the index line.
30780 If you have configured your
30781 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30782 to include one of the Subject tokens that causes this behavior
30783 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30784 to modify what is displayed slightly.
30785 By default, the Subject is separated from the opening text of the message by
30786 the three characters space dash space;
30788 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30790 Use this option to set it to something different.
30791 The value must be quoted if it includes any space characters.
30792 For example, the default value could be specified explicitly by setting this
30793 option to
30795 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30797 &lt;End of help on this topic&gt;
30798 </BODY>
30799 </HTML>
30800 ====== h_config_select_wo_confirm =====
30801 <HTML>
30802 <HEAD>
30803 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30804 </HEAD>
30805 <BODY>
30806 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30808 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30809 These commands all take text input to specify the name of the folder or
30810 file to be used, but allow you to press ^T for a list of possible names.
30811 If set, the selected name will be used immediately, without further
30812 opportunity to confirm or edit the name.
30814 Some related help topics are
30815 <UL>
30816 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30817 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30818 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30819 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30820 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30821 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30822 </UL>
30824 &lt;End of help on this topic&gt;
30825 </BODY>
30826 </HTML>
30827 ====== h_config_save_part_wo_confirm =====
30828 <HTML>
30829 <HEAD>
30830 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30831 </HEAD>
30832 <BODY>
30833 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30835 This feature controls an aspect of Alpine's Save command.
30836 By default, when you Save a message that has some deleted parts, you will
30837 be asked to confirm that you want to Save with a prompt that looks like:
30839 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30841 If this feature is set, you will not be asked.
30843 &lt;End of help on this topic&gt;
30844 </BODY>
30845 </HTML>
30846 ====== h_config_use_resentto =====
30847 <HTML>
30848 <HEAD>
30849 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30850 </HEAD>
30851 <BODY>
30852 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30854 This feature is turned off by default because turning it on causes problems
30855 with some deficient IMAP servers.
30856 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30857 <A HREF="h_rule_patterns">Pattern</A>
30858 contains a To header pattern and this feature is turned on,
30859 then a check is made in the message to see
30860 if a Resent-To header is present, and that is used instead of the To header.
30861 If this feature is not turned on, then the regular To header will always
30862 be used.
30865 &lt;End of help on this topic&gt;
30866 </BODY>
30867 </HTML>
30868 ====== h_config_use_reg_start_for_stayopen =====
30869 <HTML>
30870 <HEAD>
30871 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30872 </HEAD>
30873 <BODY>
30874 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30876 This feature affects which message is selected as the current message
30877 when you enter a
30878 <A HREF="h_config_permlocked">Stay Open</A> folder.
30880 Normally, the starting position for an incoming folder (which most Stay Open
30881 folders will likely be) is controlled by the
30882 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30883 However, if a folder is a Stay Open folder, when you re-enter the folder
30884 after the first time the current message will be the same as it was when
30885 you left the folder.
30886 An exception is made if you use the TAB command to get to the folder.
30887 In that case, the message number will be incremented by one from what it
30888 was when you left the folder.
30890 The above special behavior is thought to be useful.
30891 However, it is special and different from what you might at first expect.
30892 If this feature is set, then Stay Open folders will not be treated specially
30893 as far as the startup rule is concerned.
30896 &lt;End of help on this topic&gt;
30897 </BODY>
30898 </HTML>
30899 ====== h_config_use_current_dir =====
30900 <HTML>
30901 <HEAD>
30902 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30903 </HEAD>
30904 <BODY>
30905 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30907 This feature controls an aspect of several commands. 
30908 If set, your &quot;current working directory&quot; 
30909 <!--chtml if pinemode="running"-->
30910 (which, at least for your current Alpine &quot;session,&quot; 
30911 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30912 <!--chtml endif-->
30913 will be used instead of your home directory 
30914 <!--chtml if pinemode="running"-->
30915 (which, in the present configuration of your system, is
30916  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30917 <!--chtml endif-->
30918 for all of the following operations:<UL>
30919     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30920     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30921     <LI> <!--chtml if pinemode="function_key"-->F4
30922          <!--chtml else-->Ctrl-R
30923          <!--chtml endif--> file inclusion in the COMPOSER
30924     <LI> <!--chtml if pinemode="function_key"-->F5
30925          <!--chtml else-->Ctrl-J
30926          <!--chtml endif--> file attachment in the COMPOSER
30927 </UL>
30928 <!--chtml if pinemode="os_windows"-->
30930 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30931 you can set the &quot;current drive&quot; 
30932 by specifying it in the &quot;Start in:&quot; 
30933 box found in the Shortcut tab of the Properties.  
30934 <!--chtml endif-->
30936 <UL>   
30937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30938 </UL>
30941 &lt;End of help on this topic&gt;
30942 </BODY>
30943 </HTML>
30944 ====== h_config_save_wont_delete =====
30945 <HTML>
30946 <HEAD>
30947 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30948 </HEAD>
30949 <BODY>
30950 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30952 This feature controls one aspect of the Save command.  If set, Save will
30953 not mark the message &quot;deleted&quot; (its default behavior) after
30954 it has been copied to the designated folder.
30957 &lt;End of help on this topic&gt;
30958 </BODY>
30959 </HTML>
30960 ====== h_config_use_boring_spinner =====
30961 <HTML>
30962 <HEAD>
30963 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30964 </HEAD>
30965 <BODY>
30966 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30968 When Alpine is delayed for some reason it usually shows that
30969 something is happening with a small animated display in the status
30970 message line near the bottom of the screen.
30971 Setting this feature will cause that animation to be the same
30972 each time instead of having Alpine choose a random animation.
30973 You may turn the animation off altogether by setting the
30974 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30975 option to zero.
30978 &lt;End of help on this topic&gt;
30979 </BODY>
30980 </HTML>
30981 ====== h_config_unsel_wont_advance =====
30982 <HTML>
30983 <HEAD>
30984 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30985 </HEAD>
30986 <BODY>
30987 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30989 This feature controls one aspect of the Unselect Current message command.
30990 Normally, when the Unselect current message command (:) is typed when the
30991 current message is selected, the message will be unselected and the next
30992 message will become the current message.
30993 If this feature is set, the cursor will not advance to the next message.
30994 Instead, the current message will remain the current message after
30995 unselecting.
30998 &lt;End of help on this topic&gt;
30999 </BODY>
31000 </HTML>
31001 ====== h_config_prune_uses_iso =====
31002 <HTML>
31003 <HEAD>
31004 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31005 </HEAD>
31006 <BODY>
31007 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31009 By default, Alpine asks monthly whether or not you would like to rename
31010 some folders to a new name containing the date.
31011 It also asks whether or not you would like to delete some old folders.
31012 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31013 explanation.
31016 By default, the name used when renaming a folder looks like
31018 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31020 For example, the first time you run Alpine in May of 2004,
31021 the folder &quot;sent-mail&quot; might be renamed to
31023 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31025 If this feature is set, the name used will be of the form
31027 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31029 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31030 month (01, 02, ..., 12).
31031 For the April, 2004 example above, it would instead be
31033 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31035 because April is the 4th month of the year.
31036 A reason you might want to set this feature is so that the folders
31037 will sort in chronological order.
31040 &lt;End of help on this topic&gt;
31041 </BODY>
31042 </HTML>
31043 ====== h_config_save_advances =====
31044 <HTML>
31045 <HEAD>
31046 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31047 </HEAD>
31048 <BODY>
31049 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31051 This feature controls one aspect of the Save command.  If set, Save will
31052 (in addition to copying the current message to the designated folder) also
31053 advance to the next message.
31056 &lt;End of help on this topic&gt;
31057 </BODY>
31058 </HTML>
31059 ====== h_config_force_arrow =====
31060 <HTML>
31061 <HEAD>
31062 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31063 </HEAD>
31064 <BODY>
31065 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31067 This feature affects Alpine's MESSAGE INDEX display routine.
31068 If set, the normal inverse-video cursor will be
31069 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31070 second column of the index display.
31072 This is the same index cursor you get if you turn on
31073 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31074 line coloring will still be present if this feature is turned on and
31075 <!--#echo var="FEAT_assume-slow-link"--> is off.
31077 An alternative version of the Arrow cursor is available by including the
31078 <A HREF="h_config_index_arrow_color">ARROW</A>
31079 token in the
31080 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31082 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31083 but that is not implemented.
31086 &lt;End of help on this topic&gt;
31087 </BODY>
31088 </HTML>
31089 ====== h_config_force_low_speed =====
31090 <HTML>
31091 <HEAD>
31092 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31093 </HEAD>
31094 <BODY>
31095 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31097 UNIX Alpine only.
31099 This feature affects Alpine's display routines.  If set, the normal
31100 inverse-video cursor (used to highlight the current item in a list) will be
31101 replaced by an &quot;arrow&quot; cursor and other
31102 screen update optimizations for
31103 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31104 One of the optimizations is that colored index lines (set up with Indexcolor
31105 Rules) will not be colored.
31106 If you are just turning this feature on because you like using
31107 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31108 coloring by turning this feature off and the
31109 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31112 &lt;End of help on this topic&gt;
31113 </BODY>
31114 </HTML>
31115 ====== h_config_show_delay_cue =====
31116 <HTML>
31117 <HEAD>
31118 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31119 </HEAD>
31120 <BODY>
31121 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31123 If set, this feature will cause an asterisk to appear in the upper
31124 left-hand corner of the screen whenever Alpine checks for new mail.
31125 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31126 mailbox to disk.
31128 <!--chtml if pinemode="os_windows"-->
31130 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31131 it is trying to open a network connection (e.g, to open your INBOX
31132 on an IMAP
31133 server) or read from the network connection.  A greater-than symbol,
31134 will be displayed when PC-Alpine is trying to write to the network
31135 connection (e.g, sending a command to your IMAP server).
31136 <!--chtml endif-->
31139 &lt;End of help on this topic&gt;
31140 </BODY>
31141 </HTML>
31142 ====== h_config_color_style =====
31143 <HTML>
31144 <HEAD>
31145 <TITLE>OPTION: Color Style</TITLE>
31146 </HEAD>
31147 <BODY>
31148 <H1>OPTION: Color Style</H1>
31150 UNIX Alpine only.
31152 If the terminal or terminal emulator you are using is capable of displaying
31153 colors, this option controls whether or not color will be used in Alpine.
31154 If you turn color on and things are set up correctly,
31155 you should see color appear on the screen immmediately.
31156 Modern terminal emulators are usually capable of displaying colors.
31158 The available options include:
31161 <DL>
31162 <DT>no-color</DT>
31163 <DD>Don't use color.
31164 </DD>
31166 <DT>use-termdef</DT>
31167 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31168 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31169 how Alpine was compiled.
31170 This is a good option to choose if you switch between a color and a non-color
31171 terminal with the same Alpine configuration.
31172 Alpine will know to use color on the color terminal because it is described
31173 in the termcap entry, and Alpine will know to use black and white on the
31174 non-color terminal.
31175 The Alpine Technical Notes
31176 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31177 have more information on configuring a TERMCAP or TERMINFO
31178 entry for color Alpine.
31179 This is usually something a system administrator does.
31180 </DD>
31182 <DT>force-ansi-8color</DT>
31183 <DD>This is probably the setting that most people should use.
31184 Because setting up a termcap entry is confusing and because the
31185 terminal capabilities database is often not correctly configured for color,
31186 this choice and the next may be easier for you to use.
31187 If your terminal emulator responds to ANSI color escape sequences, which
31188 many do, this option will cause Alpine to believe your terminal will respond
31189 to the escape sequences that produce eight different foreground and background
31190 colors.
31191 The escape sequences used to set the foreground colors are
31193   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31195 where the color_number is an ASCII digit between 0 and 7.
31196 The numbers 0 through 7 should correspond to the colors black, red, green,
31197 yellow, blue, magenta, cyan, and white.
31198 Some terminal emulators use a pre-ANSI scheme that swaps
31199 the colors blue and red and the colors yellow and cyan.
31200 This will cause the default colors to be different, but other than that
31201 things should work fine.
31202 There is also a 9th color available, the last one shown, which is the default
31203 color from the terminal emulator.
31204 When used as a background color some people refer to this color as
31205 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31206 shown in the color swatch of the SETUP COLOR screen.
31207 The foreground transparent color is shown as
31208 the color of the &quot;TRAN&quot; text.
31209 (The transparent color will not work correctly in a PC-Alpine configuration.)
31210 The escape sequences used to set the background colors are the same
31211 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31212 The escape sequences for foreground and background default colors (transparent)
31213 are 39m and 49m.
31215 Note: With the Tera Term terminal emulator this setting works well.
31216 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31217 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31218 menu, in the &quot;Window&quot; submenu.
31219 </DD>
31221 <DT>force-ansi-16color</DT>
31222 <DD>Many terminal emulators know about the same eight colors above
31223 plus eight more.
31224 This option attempts to use all 16 colors.
31225 The same escape sequences as for the eight-color terminal are used
31226 for the first eight colors.
31227 The escape sequences used to set foreground colors 8-15 are the same as
31228 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31229 The background color sequences for colors 8-15 are the same as for 0-7
31230 except the &quot;4&quot; is replaced with &quot;10&quot;.
31231 You can tell if the 16 colors are working by turning on this option
31232 and then going into one of the color configuration screens, for example,
31233 the configuration screen for Normal Color.
31234 If you see 16 different colors to select from (plus a 17th for
31235 the transparent color), it's working.
31236 </DD>
31238 <DT>force-xterm-256color</DT>
31239 <DD>Some versions of xterm (and some other terminal emulators)
31240 have support for 256 colors.
31241 The escape sequences used to set the foreground colors are
31243   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31245 where the color_number is an ASCII digit between 0 and 255.
31246 Background colors are the same with the 38 replaced with a 48.
31247 The numbers 0 through 15 are probably similar to the 16 color version
31248 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31249 The terminal default (transparent) color is the 257th color at the bottom.
31250 Some terminal emulators will misinterpret these escape sequences causing
31251 the terminal to blink or overstrike characters or to do something else
31252 undesirable.
31254 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31255 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31256 this 256-color setting.
31258 </DD>
31259 </DL>
31262 The normal default is &quot;no-color&quot;.
31265 Once you've turned on color you may set the
31266 colors of many objects on the screen individually.
31267 For example, you may add colors to the status letters on the MESSAGE
31268 INDEX page.
31269 Most categories of color that Alpine supports are configurable here.
31270 For example, &quot;Normal Color&quot;
31271 is the color used to display most of the text in Alpine, and
31272 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31273 current message in the MESSAGE INDEX.
31275 Lines in the MESSAGE INDEX may also be colored.
31276 Use Setup Rules to get to the Indexcolor configuration screen.
31279 <UL>   
31280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31281 </UL><P>
31282 &lt;End of help on this topic&gt;
31283 </BODY>
31284 </HTML>
31285 ====== h_config_disable_index_locale_dates =====
31286 <HTML>
31287 <HEAD>
31288 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31289 </HEAD>
31290 <BODY>
31291 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31293 This feature affects the display of dates in the MESSAGE INDEX.
31294 Normally an attempt is made to localize the dates
31295 used in the MESSAGE INDEX display to your locale.
31296 This is controlled with the
31297 LC_TIME locale setting on a UNIX system.
31298 On Windows the Regional Options control panel may be used to set the date format.
31299 At the programming level, Alpine is using the strftime routine
31300 to print the parts of a date.
31302 If this feature is set, dates are displayed in English and
31303 with the conventions of the United States.
31306 <UL>   
31307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31308 </UL><P>
31309 &lt;End of help on this topic&gt;
31310 </BODY>
31311 </HTML>
31312 ====== h_config_auto_open_unread =====
31313 <HTML>
31314 <HEAD>
31315 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31316 </HEAD>
31317 <BODY>
31318 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31320 This feature controls the behavior of the TAB key when traversing folders
31321 in the optional 
31322 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31323 collection or in optional <!--#echo var="VAR_news-collections"-->.
31325 When the TAB
31326 (<A HREF="h_common_nextnew">NextNew</A>)
31327 key is pressed, and there
31328 are no more unseen messages in the current (incoming message or news)
31329 folder, Alpine will search the list of folders in the current collection for
31330 one containing New or Recent (new since the last time the folder was
31331 opened) messages.
31332 This behavior may be modified slightly with the
31333 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31334 feature that causes Alpine to look for Unseen messages instead of Recent
31335 messages.
31336 Normally, when such a folder is found, Alpine will ask
31337 whether you wish to open the folder.  If this feature is set, Alpine will
31338 automatically open the folder without prompting.
31340 This feature also affects some other similar situations.
31341 If you have a
31342 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31343 that is equal to one of the &quot;separate-&quot; values, and you are
31344 viewing a thread; then when you type the NextNew command and are at the
31345 end of the current thread you will automatically go to the next thread
31346 if this feature is set.
31347 By default, you would be asked if you want to view the next thread.
31348 You will also be asked at times whether or not you want to view the next
31349 thread after you delete the last message in the thread.
31350 Setting this feature will also cause that question to be skipped.
31353 <UL>   
31354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31355 </UL><P>
31356 &lt;End of help on this topic&gt;
31357 </BODY>
31358 </HTML>
31359 ====== h_config_auto_include_reply =====
31360 <HTML>
31361 <HEAD>
31362 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31363 </HEAD>
31364 <BODY>
31365 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31367 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31368 will ask whether you wish to include the original message in your reply.
31369 If this feature is set and the feature
31370 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31371 is <EM>not</EM> set, then the original message will be included in the reply
31372 automatically, without prompting.
31374 &lt;End of help on this topic&gt;
31375 </BODY>
31376 </HTML>
31377 ====== h_config_select_in_bold =====
31378 <HTML>
31379 <HEAD>
31380 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31381 </HEAD>
31382 <BODY>
31383 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31385 This feature controls an aspect of Alpine's 
31386 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31387 commands; in
31388 particular, the Select and WhereIs commands. Select and WhereIs (with the
31389 ^X subcommand) will search the current folder for messages meeting a
31390 specified criteria, and &quot;tag&quot; the resulting messages with an 
31391 &quot;X&quot; in the
31392 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31393 is set, instead of using the &quot;X&quot; to denote a selected message, 
31394 Alpine will
31395 attempt to display those index lines in boldface. Whether this is
31396 preferable to the &quot;X&quot; will depend on personal taste and the type of
31397 terminal being used.
31399 <UL>   
31400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31401 </UL><P>
31402 &lt;End of help on this topic&gt;
31403 </BODY>
31404 </HTML>
31405 ====== h_config_alt_auth =====
31406 <HTML>
31407 <HEAD>
31408 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31409 </HEAD>
31410 <BODY>
31411 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31413 This feature affects how Alpine connects to IMAP servers.
31414 It's utility has largely been overtaken by events,
31415 but it may still be useful in some circumstances.
31416 If you only connect to modern IMAP servers that support
31417 &quot;TLS&quot; you can ignore this feature.
31420 Details:
31423 By default, Alpine will attempt to connect to an IMAP server on the
31424 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31425 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31426 then a secure (encrypted) session will be negotiated.
31429 With this feature enabled, before connecting on the normal IMAP port, Alpine
31430 will first attempt to connect to an alternate IMAP service port (993) used
31431 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31432 (SSL) method.
31433 If the SSL attempt fails, Alpine will then try the default
31434 behavior described in the previous paragraph.
31437 TLS negotiation on the normal port is preferred, and supersedes the use of
31438 SSL on port 993, but older servers may not provide TLS support.
31439 This feature may be convenient when accessing IMAP servers that do not support
31440 TLS, but do support SSL connections on port 993.
31441 However, it is important to understand that with this feature enabled,
31442 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31443 but it will proceed to make an insecure connection if that is the only
31444 option offered by the server, or if the Alpine in question has been built
31445 without encryption capability.
31448 Note that this feature specifies a per-user (or system-wide) default
31449 behavior, but host/folder specification flags may be used to control the
31450 behavior of any specific connection.
31451 This feature interacts with some of
31452 the possible host/folder path specification flags as follows:
31455 The <SAMP>/tls</SAMP> host flag, for example,
31458 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31460 will over-ride this feature for the specified host by bypassing the
31461 SSL connection attempt.
31462 Moreover, with <SAMP>/tls</SAMP> specified,
31463 the connection attempt will fail if the
31464 service on port 143 does not offer TLS support.
31467 The <SAMP>/ssl</SAMP> host flag, for example,
31470 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31472 will insist on an SSL connection for the specified host,
31473 and will fail if the SSL service on port 993 is not available.
31474 Alpine will not subsequently retry a connection
31475 on port 143 if <SAMP>/ssl</SAMP> is specified.
31478 <UL>   
31479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31480 </UL><P>
31481 &lt;End of help on this topic&gt;
31482 </BODY>
31483 </HTML>
31484 ====== h_config_file_dir ======
31485 <HTML>
31486 <HEAD>
31487 <TITLE>OPTION: File Directory</TITLE>
31488 </HEAD>
31489 <BODY>
31490 <H1>OPTION: File Directory</H1>
31492 PC-Alpine only.
31494 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31495 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31496 Message Index's &quot;E&nbsp;Export&quot; command.
31499 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31500 component, Alpine assumes the file exists in the user's home directory.
31501 Under Windows operating systems, this definition isn't always clear.  This 
31502 feature allows you to explictly set where Alpine should look for files
31503 without a leading path.
31506 NOTE: this feature's value is ignored if either 
31507 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31508 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31511 <UL>   
31512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31513 </UL><P>
31514 &lt;End of help on this topic&gt;
31515 </BODY>
31516 </HTML>
31517 ====== h_config_quote_all_froms =====
31518 <HTML>
31519 <HEAD>
31520 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31521 </HEAD>
31522 <BODY>
31523 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31525 This feature controls an aspect of the Save command (and also the way
31526 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31527 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31528 when they are saved to another folder, including lines syntactically
31529 distinguishable from the type of message separator line commonly used on
31530 Unix systems.
31533 The default behavior is that a &quot;>&quot; will be prepended only to lines
31534 beginning with &quot;From &quot; that might otherwise be confused with a message
31535 separator line on Unix systems.  If pine is the only mail program you use,
31536 this default is reasonable.  If another program you use has trouble
31537 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31538 enable this feature.  This feature only applies to the common Unix mailbox
31539 format that uses message separator lines beginning with &quot;From &quot;.  If
31540 Alpine has been configured to use a different mailbox format (possibly
31541 incompatible with other mail programs), then this issue does not arise,
31542 and the feature is irrelevant.
31545 &lt;End of help on this topic&gt;
31546 </BODY>
31547 </HTML>
31548 ====== h_config_normal_color =====
31549 <HTML>
31550 <HEAD>
31551 <TITLE>OPTION: Normal Color</TITLE>
31552 </HEAD>
31553 <BODY>
31554 <H1>OPTION: Normal Color</H1>
31556 Sets the color Alpine normally uses.
31557 The foreground color is the color of the actual character and the
31558 background color is the color of the area behind the character.
31559 By default this color is black characters on a white background.
31561 <A HREF="h_color_setup">Descriptions of the available commands</A>
31563 Look <A HREF="h_edit_nav_cmds">here</A>
31564 to see the available Editing and Navigation commands.
31566 &lt;End of help on this topic&gt;
31567 </BODY>
31568 </HTML>
31569 ====== h_config_reverse_color =====
31570 <HTML>
31571 <HEAD>
31572 <TITLE>OPTION: Reverse Color</TITLE>
31573 </HEAD>
31574 <BODY>
31575 <H1>OPTION: Reverse Color</H1>
31577 Sets the color Alpine uses for reverse video characters.
31578 The foreground color is the color of the actual character and the
31579 background color is the color of the area behind the character.
31581 <A HREF="h_color_setup">Descriptions of the available commands</A>
31583 Look <A HREF="h_edit_nav_cmds">here</A>
31584 to see the available Editing and Navigation commands.
31586 &lt;End of help on this topic&gt;
31587 </BODY>
31588 </HTML>
31589 ====== h_config_title_color =====
31590 <HTML>
31591 <HEAD>
31592 <TITLE>OPTION: Title Color</TITLE>
31593 </HEAD>
31594 <BODY>
31595 <H1>OPTION: Title Color</H1>
31597 Sets the color Alpine uses for the titlebar (the top line on the screen).
31598 The foreground color is the color of the actual character and the
31599 background color is the color of the area behind the character.
31600 By default, the Title Color is black characters on a yellow background.
31602 The actual titlebar color may be different from the Title Color if
31603 the option
31604 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31605 is set to some value other than the default.
31606 It may also be different if the current folder is closed and the
31607 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31608 color is set to something different from the Title Color.
31610 <A HREF="h_color_setup">Descriptions of the available commands</A>
31612 Look <A HREF="h_edit_nav_cmds">here</A>
31613 to see the available Editing and Navigation commands.
31615 &lt;End of help on this topic&gt;
31616 </BODY>
31617 </HTML>
31618 ====== h_config_titleclosed_color =====
31619 <HTML>
31620 <HEAD>
31621 <TITLE>OPTION: Title Closed Color</TITLE>
31622 </HEAD>
31623 <BODY>
31624 <H1>OPTION: Title Closed Color</H1>
31626 Sets the color Alpine uses for the titlebar (the top line on the screen)
31627 when the current folder is closed.
31628 The foreground color is the color of the actual character and the
31629 background color is the color of the area behind the character.
31630 By default, the Title Color Closed Color is white characters on a red background.
31632 By setting this color to something noticeable you will be alerted to the
31633 fact that the current folder is closed, perhaps unexpectedly.
31635 &lt;End of help on this topic&gt;
31636 </BODY>
31637 </HTML>
31638 ====== h_config_status_color =====
31639 <HTML>
31640 <HEAD>
31641 <TITLE>OPTION: Status Color</TITLE>
31642 </HEAD>
31643 <BODY>
31644 <H1>OPTION: Status Color</H1>
31646 Sets the color Alpine uses for status messages written to the message
31647 line near the bottom of the screen.
31648 The foreground color is the color of the actual character and the
31649 background color is the color of the area behind the character.
31650 By default, the Status Color is the same as the Reverse Color.
31652 <A HREF="h_color_setup">Descriptions of the available commands</A>
31654 Look <A HREF="h_edit_nav_cmds">here</A>
31655 to see the available Editing and Navigation commands.
31657 &lt;End of help on this topic&gt;
31658 </BODY>
31659 </HTML>
31660 ====== h_config_index_opening_color =====
31661 <HTML>
31662 <HEAD>
31663 <TITLE>OPTION: Index Opening Color</TITLE>
31664 </HEAD>
31665 <BODY>
31666 <H1>OPTION: Index Opening Color</H1>
31668 With some setups the text of the subject is followed
31669 by the opening text of the message if there is any room available in the index line.
31670 If you have configured your
31671 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31672 to include one of the Subject tokens that causes this behavior
31673 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31674 this opening text with this option.
31675 This coloring takes place for all but the current index line, and the Opening
31676 Color appears to be in front of any color from an Index Color Rule.
31678 By default the Index Opening Color is gray characters on a white background.
31681 <A HREF="h_color_setup">Descriptions of the available commands</A>
31683 Look <A HREF="h_edit_nav_cmds">here</A>
31684 to see the available Editing and Navigation commands.
31686 &lt;End of help on this topic&gt;
31687 </BODY>
31688 </HTML>
31689 ====== h_config_index_pri_color =====
31690 <HTML>
31691 <HEAD>
31692 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31693 </HEAD>
31694 <BODY>
31695 <H1>OPTION: Index Priority Symbol Colors</H1>
31697 The X-Priority header is a non-standard header that is used in a
31698 somewhat standard way by many mail programs.
31699 Alpine expects the value of this header to be a digit with a value
31700 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31701 Alpine can be made to display an indication of this priority in
31702 messages by use of one of the tokens
31703 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31704 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31705 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31708 You may set the color used to draw these tokens by use of the colors
31709 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31710 This coloring takes place for all but the current index line, and the Priority
31711 Color appears to be in front of any color from an Index Color Rule.
31712 If the priority has a value of 1 or 2 the High Priority color will be
31713 used,
31714 and if the value is 4 or 5 the Low Priority color will be used.
31716 If you don't set these colors the index line will be colored in the same color as
31717 the bulk of the index line.
31720 <A HREF="h_color_setup">Descriptions of the available commands</A>
31722 Look <A HREF="h_edit_nav_cmds">here</A>
31723 to see the available Editing and Navigation commands.
31725 &lt;End of help on this topic&gt;
31726 </BODY>
31727 </HTML>
31728 ====== h_config_index_subject_color =====
31729 <HTML>
31730 <HEAD>
31731 <TITLE>OPTION: Index Subject Color</TITLE>
31732 </HEAD>
31733 <BODY>
31734 <H1>OPTION: Index Subject Color</H1>
31736 You may set the color used to draw the Subject part of the index line.
31737 This coloring takes place for all but the current index line, and the Subject
31738 Color appears to be in front of any color from an Index Color Rule.
31740 If you don't set this color it will be colored in the same color as
31741 the bulk of the index line.
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_index_from_color =====
31753 <HTML>
31754 <HEAD>
31755 <TITLE>OPTION: Index From Color</TITLE>
31756 </HEAD>
31757 <BODY>
31758 <H1>OPTION: Index From Color</H1>
31760 You may set the color used to draw the From part of the index line.
31761 This coloring takes place for all but the current index line, and the From
31762 Color appears to be in front of any color from an Index Color Rule.
31764 If you don't set this color it will be colored in the same color as
31765 the bulk of the index line.
31768 <A HREF="h_color_setup">Descriptions of the available commands</A>
31770 Look <A HREF="h_edit_nav_cmds">here</A>
31771 to see the available Editing and Navigation commands.
31773 &lt;End of help on this topic&gt;
31774 </BODY>
31775 </HTML>
31776 ====== h_config_index_arrow_color =====
31777 <HTML>
31778 <HEAD>
31779 <TITLE>OPTION: Index Arrow Color</TITLE>
31780 </HEAD>
31781 <BODY>
31782 <H1>OPTION: Index Arrow Color</H1>
31784 If you have configured your
31785 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31786 to include the &quot;ARROW&quot; token, you may set the color of
31787 the arrow displayed with this option.
31788 If you don't set the color it will be colored in the same color as
31789 the bulk of the index line.
31792 <A HREF="h_color_setup">Descriptions of the available commands</A>
31794 Look <A HREF="h_edit_nav_cmds">here</A>
31795 to see the available Editing and Navigation commands.
31797 &lt;End of help on this topic&gt;
31798 </BODY>
31799 </HTML>
31800 ====== h_config_index_color =====
31801 <HTML>
31802 <HEAD>
31803 <TITLE>OPTION: Index Colors</TITLE>
31804 </HEAD>
31805 <BODY>
31806 <H1>OPTION: Index Colors</H1>
31808 You may add color to the single character symbols that give the status
31809 of each message in the MESSAGE INDEX.
31810 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31811 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31812 screen depending on whether the message is addressed to you, and whether
31813 the message is marked Important, is Deleted, is Answered, or is New.
31814 The color for each of those characters may be specified by setting the
31815 &quot;Index-to-me&quot; Symbol Color,
31816 the &quot;Index-important&quot; Symbol Color,
31817 the &quot;Index-deleted&quot; Symbol Color,
31818 the &quot;Index-answered&quot; Symbol Color,
31819 and the &quot;Index-new&quot; Symbol Color.
31820 There are also two other symbol colors called &quot;Index-recent&quot;
31821 and &quot;Index-unseen&quot;.
31822 These two colors will only be used if you have configured your
31823 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31824 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31826 The default colors for these symbols are:
31827 <TABLE>
31828 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31829 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31830 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31831 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31832 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31833 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31834 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31835 </TABLE>
31837 Besides coloring the message status symbols, you may also color the
31838 entire index line.
31839 This is done by using the
31840 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31841 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31842 When the entire line is colored that color will be &quot;behind&quot; the
31843 status symbol colors talked about in the paragraph above.
31845 You may also color
31846 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31847 in the index using the
31848 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31849 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31850 the Subject using
31851 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31852 the From field using
31853 <A HREF="h_config_index_from_color">Index From Color</A>;
31854 and the
31855 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31857 <A HREF="h_color_setup">Descriptions of the available commands</A>
31859 Look <A HREF="h_edit_nav_cmds">here</A>
31860 to see the available Editing and Navigation commands.
31862 &lt;End of help on this topic&gt;
31863 </BODY>
31864 </HTML>
31865 ====== h_config_metamsg_color =====
31866 <HTML>
31867 <HEAD>
31868 <TITLE>OPTION: Meta-Message Color</TITLE>
31869 </HEAD>
31870 <BODY>
31871 <H1>OPTION: Meta-Message Color</H1>
31873 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31874 that aren't part of the message itself.
31875 For example, an attachment that isn't shown might produce a meta
31876 message something like:
31878 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31880 If you set the
31881 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31882 option you might see
31884 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31886 Warnings about suspicious looking URLs in HTML will also be colored
31887 with this color.
31889 The foreground color is the color of the actual character and the
31890 background color is the color of the area behind the character.
31891 By default, the Meta-Message Color is black characters on a yellow background.
31893 <A HREF="h_color_setup">Descriptions of the available commands</A>
31895 Look <A HREF="h_edit_nav_cmds">here</A>
31896 to see the available Editing and Navigation commands.
31898 &lt;End of help on this topic&gt;
31899 </BODY>
31900 </HTML>
31901 ====== h_config_keylabel_color =====
31902 <HTML>
31903 <HEAD>
31904 <TITLE>OPTION: KeyLabel Color</TITLE>
31905 </HEAD>
31906 <BODY>
31907 <H1>OPTION: KeyLabel Color</H1>
31909 Sets the color Alpine uses for the labels of the keys in the two-line
31910 menu at the bottom of the screen.
31911 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31912 This option sets the color used when displaying &quot;PrevMsg&quot;.
31913 The foreground color is the color of the actual character and the
31914 background color is the color of the area behind the character.
31915 By default, the KeyLabel Color is the same as the Normal Color.
31917 WARNING: Some terminal emulators have the property that the screen will scroll
31918 down one line whenever a character is written to the character cell in the
31919 lower right corner of the screen.
31920 Alpine can usually avoid writing a character in that corner of the screen.
31921 However, if you have defined a KeyLabel Color then Alpine does have to write
31922 a character in that cell in order to color the cell correctly.
31923 If you find that your display sometimes scrolls up a line this could be
31924 the problem.
31925 The most obvious symptom is probably that the titlebar at the top of the
31926 screen scrolls off the screen.
31927 Try setting KeyLabel Color to Default to see if that fixes the problem.
31929 <A HREF="h_color_setup">Descriptions of the available commands</A>
31931 Look <A HREF="h_edit_nav_cmds">here</A>
31932 to see the available Editing and Navigation commands.
31934 &lt;End of help on this topic&gt;
31935 </BODY>
31936 </HTML>
31937 ====== h_config_keyname_color =====
31938 <HTML>
31939 <HEAD>
31940 <TITLE>OPTION: KeyName Color</TITLE>
31941 </HEAD>
31942 <BODY>
31943 <H1>OPTION: KeyName Color</H1>
31945 Sets the color Alpine uses for the names of the keys in the two-line
31946 menu at the bottom of the screen.
31947 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31948 This option sets the color used when displaying the &quot;P&quot;.
31949 The foreground color is the color of the actual character and the
31950 background color is the color of the area behind the character.
31951 By default, the KeyName Color is the same as the Reverse Color.
31953 <A HREF="h_color_setup">Descriptions of the available commands</A>
31955 Look <A HREF="h_edit_nav_cmds">here</A>
31956 to see the available Editing and Navigation commands.
31958 &lt;End of help on this topic&gt;
31959 </BODY>
31960 </HTML>
31961 ====== h_config_slctbl_color =====
31962 <HTML>
31963 <HEAD>
31964 <TITLE>OPTION: Selectable Item Color</TITLE>
31965 </HEAD>
31966 <BODY>
31967 <H1>OPTION: Selectable Item Color</H1>
31969 Sets the color Alpine uses for selectable items, such as URLs.
31970 The foreground color is the color of the actual character and the
31971 background color is the color of the area behind the character.
31972 By default, the Selectable Item Color is the same as the Normal Color,
31973 except that it is bold.
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_quote_color =====
31984 <HTML>
31985 <HEAD>
31986 <TITLE>OPTION: Quote Colors</TITLE>
31987 </HEAD>
31988 <BODY>
31989 <H1>OPTION: Quote Colors</H1>
31991 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31992 screen.
31993 If a line begins with a &gt; character (or space followed by &gt;)
31994 it is considered a quote.
31995 That line will be given the Quote1 Color (first level quote).
31996 If there is a second level of quoting then the Quote2 Color will be used.
31997 Alpine considers there to be a second level of quoting if that first &gt; is
31998 followed by another &gt; (or space followed by &gt;).
31999 If there are characters other than whitespace and &gt; signs, then it isn't
32000 considered another level of quoting.
32001 Similarly, if there is a third level of quoting the Quote3 Color will be
32002 used.
32003 If there are more levels after that the Quote Colors are re-used.
32004 If you define all three colors then it would repeat like Color1, Color2, Color3,
32005 Color1, Color2, Color3, ...
32006 If you only define the first two it would be
32007 Color1, Color2, Color1, Color2, ...
32008 If you define only the Quote1 Color, then the entire quote would be that
32009 color regardless of the quoting levels.
32010 By default, the Quote1 Color is black characters on a greenish-blue background;
32011 the Quote2 Color is black characters on a dull yellow background; and
32012 the Quote3 Color is black characters on a green background.
32014 <A HREF="h_color_setup">Descriptions of the available commands</A>
32016 Look <A HREF="h_edit_nav_cmds">here</A>
32017 to see the available Editing and Navigation commands.
32019 &lt;End of help on this topic&gt;
32020 </BODY>
32021 </HTML>
32022 ====== h_config_folder_color =====
32023 <HTML>
32024 <HEAD>
32025 <TITLE>OPTION: Folder Color</TITLE>
32026 </HEAD>
32027 <BODY>
32028 <H1>OPTION: Folder Color</H1>
32030 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32031 screen. By default, the Folder Color is the normal text color.
32034 If you set a color for this feature, other than the normal color
32035 (the default), or a color for
32036 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32037 will be colored according to the color specified in the
32038 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32039 case, the color will be the only indication that the colored name
32040 refers to a directory. The normal behavior is that Alpine
32041 indicates that a name refers to a directory by appending a
32042 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32043 the folder.
32046 If a folder is a directory, then the folder name will be painted
32047 according to the color defined by this variable, and a separator
32048 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32049 to the name. That
32050 indicator will be painted according to the color defined in the
32051 <A HREF="h_config_directory_color">Directory Color</A> option.
32054 &lt;End of help on this topic&gt;
32055 </BODY>
32056 </HTML>
32057 ====== h_config_directory_color =====
32058 <HTML>
32059 <HEAD>
32060 <TITLE>OPTION: Directory Color</TITLE>
32061 </HEAD>
32062 <BODY>
32063 <H1>OPTION: Directory Color</H1>
32065 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32066 screen. By default, the Folder Color is the normal text color.
32068 If you set a color for this feature, other than the normal color
32069 (the default), or a color for
32070 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32071 will be colored according to the color specified in the
32072 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32073 case, the color will be the only indication that the colored name
32074 refers to a directory. The normal behavior is that Alpine
32075 indicates that a name refers to a directory by appending a
32076 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32077 the folder.
32079 If a folder is a directory, then the folder name will be painted
32080 according to the color defined by the option
32081 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32082 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32083 after the name. That
32084 indicator will be painted according to the color defined in this
32085 option.
32087 &lt;End of help on this topic&gt;
32088 </BODY>
32089 </HTML>
32090 ====== h_config_folder_list_color =====
32091 <HTML>
32092 <HEAD>
32093 <TITLE>OPTION: Folder-List Color</TITLE>
32094 </HEAD>
32095 <BODY>
32096 <H1>OPTION: Folder-List Color</H1>
32098 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32099 screen. By default, the Folder-List Color is the normal text color.
32101 This text refers to the informative text that Alpine displays so you
32102 can recognize each collection. The color of the content of each collection
32103 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32104 and <A HREF="h_config_directory_color">Directory Color</A>.
32106 Unlike the options
32107 <A HREF="h_config_folder_color">Folder Color</A>
32108 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32109 this option does not affect the way that Alpine reports folders,
32110 directories and folders that are directories.
32112 &lt;End of help on this topic&gt;
32113 </BODY>
32114 </HTML>
32115 ====== h_config_incunseen_color =====
32116 <HTML>
32117 <HEAD>
32118 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32119 </HEAD>
32120 <BODY>
32121 <H1>OPTION: Incoming Unseen Color</H1>
32123 If the option
32124 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32125 is turned on it is possible to highlight the folders that contain
32126 unseen messages by coloring them with this color.
32127 By default, this is the same as the Normal Color and no highlighting is done.
32129 Usually the &quot;current&quot; folder (the folder the cursor is on)
32130 is highlighted using reverse video.
32131 If the current folder is colored because it contains unseen messages then
32132 the color used to show that it is also the current folder is controlled
32133 by the
32134 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32135 feature at the top of the SETUP COLOR screen.
32137 <A HREF="h_color_setup">Descriptions of the available commands</A>
32139 Look <A HREF="h_edit_nav_cmds">here</A>
32140 to see the available Editing and Navigation commands.
32142 &lt;End of help on this topic&gt;
32143 </BODY>
32144 </HTML>
32145 ====== h_config_signature_color =====
32146 <HTML>
32147 <HEAD>
32148 <TITLE>OPTION: Signature Color</TITLE>
32149 </HEAD>
32150 <BODY>
32151 <H1>OPTION: Signature Color</H1>
32153 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32154 screen. According to USENET conventions, the signature is defined as the
32155 paragraph following the &quot;sigdashes&quot;, that is, the special line
32156 consisting of the three characters
32157 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32158 empty line right after the sigdashes to be considered as part of the
32159 signature.
32160 By default, the Signature Color is blue characters on a white background.
32162 <A HREF="h_color_setup">Descriptions of the available commands</A>
32164 Look <A HREF="h_edit_nav_cmds">here</A>
32165 to see the available Editing and Navigation commands.
32167 &lt;End of help on this topic&gt;
32168 </BODY>
32169 </HTML>
32170 ====== h_config_prompt_color =====
32171 <HTML>
32172 <HEAD>
32173 <TITLE>OPTION: Prompt Color</TITLE>
32174 </HEAD>
32175 <BODY>
32176 <H1>OPTION: Prompt Color</H1>
32178 Sets the color Alpine uses for confirmation prompts and questions that
32179 appear in the status line near the bottom of the screen.
32180 The foreground color is the color of the actual character and the
32181 background color is the color of the area behind the character.
32182 By default, the Prompt Color is the same as the Reverse Color.
32184 <A HREF="h_color_setup">Descriptions of the available commands</A>
32186 Look <A HREF="h_edit_nav_cmds">here</A>
32187 to see the available Editing and Navigation commands.
32189 &lt;End of help on this topic&gt;
32190 </BODY>
32191 </HTML>
32192 ====== h_config_header_general_color =====
32193 <HTML>
32194 <HEAD>
32195 <TITLE>OPTION: Header General Color</TITLE>
32196 </HEAD>
32197 <BODY>
32198 <H1>OPTION: Header General Color</H1>
32200 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32201 screen.
32202 The foreground color is the color of the actual character and the
32203 background color is the color of the area behind the character.
32204 By default, this is the same as the Normal Color.
32206 It is also possible to set the colors for specific header fields, for
32207 example the Subject, using
32208 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32209 If both a Header General Color and a specific Viewer Header Color are set
32210 the specific color will override the general color, as you would expect.
32212 <A HREF="h_color_setup">Descriptions of the available commands</A>
32214 Look <A HREF="h_edit_nav_cmds">here</A>
32215 to see the available Editing and Navigation commands.
32217 &lt;End of help on this topic&gt;
32218 </BODY>
32219 </HTML>
32220 ====== h_config_incol =====
32221 <HTML>
32222 <HEAD>
32223 <TITLE>Index Line Color</TITLE>
32224 </HEAD>
32225 <BODY>
32226 <H1>Index Line Color</H1>
32228 This option is used to set the color of a line in the index when the
32229 message for that line matches the Pattern.
32230 This colors the whole index line, except possibly the status letters,
32231 which may be colored separately using the
32232 <A HREF="h_color_setup">Setup Kolor</A> screen.
32233 The foreground color is the color of the actual characters and the
32234 background color is the color of the area behind the characters.
32236 <A HREF="h_color_setup">Descriptions of the available commands</A>
32238 Look <A HREF="h_edit_nav_cmds">here</A>
32239 to see the available Editing and Navigation commands.
32241 &lt;End of help on this topic&gt;
32242 </BODY>
32243 </HTML>
32244 ====== h_config_usetransparent_color =====
32245 <HTML>
32246 <HEAD>
32247 <TITLE>OPTION: Use Transparent Color</TITLE>
32248 </HEAD>
32249 <BODY>
32250 <H1>OPTION: Use Transparent Color</H1>
32252 This is a special color supported by some terminal emulators.
32253 It is intended to result in the default foreground or background color
32254 from the terminal emulator.
32255 This is the color the terminal was displaying characters in before you started Alpine.
32256 The reason it is called Transparent is because you could set the foreground color
32257 to some specific color, like Red, and then set the background color to the
32258 Transparent Color. If it works as expected, the background color from the terminal
32259 window in which Alpine is running will show through but with the Red characters
32260 in the foreground.
32262 <A HREF="h_color_setup">Descriptions of the available commands</A>
32264 Look <A HREF="h_edit_nav_cmds">here</A>
32265 to see the available Editing and Navigation commands.
32267 &lt;End of help on this topic&gt;
32268 </BODY>
32269 </HTML>
32270 ====== h_config_usenormal_color =====
32271 <HTML>
32272 <HEAD>
32273 <TITLE>OPTION: Use Normal Color</TITLE>
32274 </HEAD>
32275 <BODY>
32276 <H1>OPTION: Use Normal Color</H1>
32278 When you use this color value, the actual color used will be the same
32279 as the corresponding Normal Color.
32280 For example if your Normal Color is black on white and you set both
32281 the foreground and background colors here to use the Normal Color, you'll
32282 get black on white. If you later change the Normal Color to red on blue
32283 this color will also change to red on blue.
32285 <A HREF="h_color_setup">Descriptions of the available commands</A>
32287 Look <A HREF="h_edit_nav_cmds">here</A>
32288 to see the available Editing and Navigation commands.
32290 &lt;End of help on this topic&gt;
32291 </BODY>
32292 </HTML>
32293 ====== h_config_usenone_color =====
32294 <HTML>
32295 <HEAD>
32296 <TITLE>OPTION: Use None Color</TITLE>
32297 </HEAD>
32298 <BODY>
32299 <H1>OPTION: Use None Color</H1>
32301 This is a special color that simply means to leave the color alone.
32302 It is useful for Index symbols and for Keyword Colors used in the Subject
32303 field of an index line.
32304 The most likely use is to set an explicit foreground color and then set
32305 the background color to the None Color.
32306 That will cause the symbol or keyword to be drawn in the foreground color
32307 with a background equal to whatever color the rest of the index line is already
32308 drawn in.
32309 You will see no visible effect unless you have assigned Indexcolor Rules to
32310 color index lines or you have set an actual color for the Reverse Color.
32312 <A HREF="h_color_setup">Descriptions of the available commands</A>
32314 Look <A HREF="h_edit_nav_cmds">here</A>
32315 to see the available Editing and Navigation commands.
32317 &lt;End of help on this topic&gt;
32318 </BODY>
32319 </HTML>
32320 ====== h_config_dflt_color =====
32321 <HTML>
32322 <HEAD>
32323 <TITLE>OPTION: Default Color</TITLE>
32324 </HEAD>
32325 <BODY>
32326 <H1>OPTION: Default Color</H1>
32328 Setting default will cause the color to be the default color.
32329 Unsetting default is normally done by choosing a color, but in some cases
32330 you may want to declare the current default color to be your non-default
32331 choice.
32332 For example, the default Keyname Color is the same as the Reverse Color.
32333 Whenever the Reverse Color changes the Keyname Color will also change, unless
32334 you've changed it or unset the default box.
32336 <A HREF="h_color_setup">Descriptions of the available commands</A>
32338 Look <A HREF="h_edit_nav_cmds">here</A>
32339 to see the available Editing and Navigation commands.
32341 &lt;End of help on this topic&gt;
32342 </BODY>
32343 </HTML>
32344 ====== h_config_bold_slctbl =====
32345 <HTML>
32346 <HEAD>
32347 <TITLE>OPTION: Bold</TITLE>
32348 </HEAD>
32349 <BODY>
32350 <H1>OPTION: Bold</H1>
32352 The color for this particular section may have the Bold attribute turned
32353 on or off.
32354 Setting bold will cause the characters to be bold.
32356 <A HREF="h_color_setup">Descriptions of the available commands</A>
32358 Look <A HREF="h_edit_nav_cmds">here</A>
32359 to see the available Editing and Navigation commands.
32361 &lt;End of help on this topic&gt;
32362 </BODY>
32363 </HTML>
32364 ====== h_config_kw_color =====
32365 <HTML>
32366 <HEAD>
32367 <TITLE>OPTION: Keyword Colors</TITLE>
32368 </HEAD>
32369 <BODY>
32370 <H1>OPTION: Keyword Colors</H1>
32372 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32373 Keywords are displayed as part of the Subject by default.
32374 They are also displayed as part of the Subject if the tokens
32375 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32376 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32377 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32378 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32380 For example, you might have set up a Keyword
32381 &quot;Work&quot; using the
32382 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32383 You could cause that Keyword to show up as a special color
32384 by setting up the Keyword Color using this option, and then including it
32385 in the MESSAGE INDEX screen using one of the tokens listed above in the
32386 <!--#echo var="VAR_index-format"-->.
32388 <A HREF="h_color_setup">Descriptions of the available commands</A>
32390 Look <A HREF="h_edit_nav_cmds">here</A>
32391 to see the available Editing and Navigation commands.
32393 &lt;End of help on this topic&gt;
32394 </BODY>
32395 </HTML>
32396 ====== h_config_customhdr_color =====
32397 <HTML>
32398 <HEAD>
32399 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32400 </HEAD>
32401 <BODY>
32402 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32404 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32405 For example, you may set the color of the Subject header or the From header.
32406 The foreground color is the color of the actual character and the
32407 background color is the color of the area behind the character.
32409 In addition to setting the colors for particular headers (like the Subject)
32410 you may also set a color to be used for all headers unless overridden by a
32411 more specific Viewer Header Color.
32412 To do this use the
32413 <A HREF="h_config_header_general_color">Header General Color</A>.
32415 For Header Colors,
32416 there is an additional line on the
32417 screen labeled &quot;Pattern to match&quot;.
32418 If you leave that blank, then the whole field for that header will
32419 be colored.
32420 However, if you give a pattern to match, the coloring will only take place
32421 if there is a match for that pattern in the value of the field.
32422 For example, if you are working on a color for the Subject header and
32423 you fill in a pattern of &quot;important&quot;, then only Subjects that
32424 contain the word &quot;important&quot; will be colored.
32426 If the pattern you enter is a comma-separated list of patterns, then coloring
32427 happens if any of those patterns matches.
32429 <A HREF="h_color_setup">Descriptions of the available commands</A>
32431 Look <A HREF="h_edit_nav_cmds">here</A>
32432 to see the available Editing and Navigation commands.
32434 &lt;End of help on this topic&gt;
32435 </BODY>
32436 </HTML>
32437 ====== h_config_indextoken_color =====
32438 <HTML>
32439 <HEAD>
32440 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32441 </HEAD>
32442 <BODY>
32443 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32445 This option allows you to set up the color in which any token, not specified by the
32446 previous options, will be colored in the MESSAGE INDEX screen. 
32448 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32449 a token that can be used in the index format. 
32450 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32452 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32453 enter a new one. Once you have entered a valid token, a line will be added to the
32454 configuration screen that you can use to set up the colors in which that token will
32455 be painted. This is done in the same way that you configure colors for other
32456 variables.
32458 <A HREF="h_color_setup">Descriptions of the available commands</A>
32460 Look <A HREF="h_edit_nav_cmds">here</A>
32461 to see the available Editing and Navigation commands.
32463 &lt;End of help on this topic&gt;
32464 </BODY>
32465 </HTML>
32466 ====== h_config_customhdr_pattern =====
32467 <HTML>
32468 <HEAD>
32469 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32470 </HEAD>
32471 <BODY>
32472 <H1>OPTION: Viewer Header Color Pattern</H1>
32474 If you leave this blank, then the whole field for the header will
32475 be colored.
32476 If you give a pattern to match, the coloring will only take place
32477 if there is a match for that pattern in the value of the field.
32478 For example, if you are working on a color for the Subject header and
32479 you fill in a pattern of &quot;important&quot;, then only Subjects that
32480 contain the word &quot;important&quot; will be colored.
32482 For address headers (like From and To) and for the Newsgroups header,
32483 a pattern match will cause only the matched addresses or newsgroups to be
32484 colored.
32485 If there is no pattern to match, then all of the addresses or newsgroups
32486 in the relevant header will be colored.
32488 The matching pattern may be a comma-separated list of patterns to match
32489 instead of a single pattern.
32490 For example, you could use the pattern &quot;important,urgent&quot; which would
32491 cause a match if either the word &quot;important&quot; or the word
32492 &quot;urgent&quot; appeared in the value of the header.
32493 You could list several comma-separated email addresses in the Header
32494 From Color pattern so that those addresses will be colored when any of
32495 them appear in the From header.
32497 To add a new matching pattern or change the existing pattern use the 
32498 <!--chtml if pinemode="function_key"-->
32499 &quot;F4&quot;
32500 <!--chtml else-->
32501 &quot;C&quot;
32502 <!--chtml endif-->
32503 &quot;Change&quot; command that is available when the &quot;Pattern to
32504 match&quot; line is highlighted.
32506 <!--chtml if pinemode="function_key"-->
32507 &quot;F10&quot;
32508 <!--chtml else-->
32509 &quot;D&quot;
32510 <!--chtml endif-->
32511 &quot;Delete&quot; command may be used to quickly remove all patterns
32512 for a particular header.
32514 &lt;End of help on this topic&gt;
32515 </BODY>
32516 </HTML>
32517 ====== h_color_setup =====
32518 <HTML>
32519 <HEAD>
32520 <TITLE>SETUP COLOR COMMANDS</TITLE>
32521 </HEAD>
32522 <BODY>
32523 <H1>SETUP COLOR COMMANDS</H1>
32524 <!--chtml if pinemode="function_key"-->
32525 <PRE>
32526 Available Commands -- Group 1
32527 -------------------------------
32528 F1  Display this help text
32529 F2  Show other available commands
32530 F3  Exit to MAIN MENU
32531 F4  Select the highlighted foreground or background color
32532 F5  Move to previous line
32533 F6  Move to next line
32534 F7  Previous page
32535 F8  Next page
32536 F9  Add a config section for a header field
32537 F10 Restore all default colors (for all sections)
32538 F11 Print color configuration screen
32539 F12 Whereis (search for word)
32541 Available Commands -- Group 2
32542 -------------------------------
32543 F1  Display this help text
32544 F2  Show other available commands
32545 F5  Delete config section for highlighted header field
32546 F6  Shuffle the order of Header Color sections
32547 </PRE>
32548 <!--chtml else-->
32549 <PRE>
32550 General commands
32551 -------------------------------------------------
32552  ?  Display this help text     E  Exit back to MAIN MENU
32553  P  Previous Line              N  Next Line
32554  -  Previous page             Spc (space bar) Next page
32555  W  WhereIs (search for word)  %  Print color configuration screen
32557 Color Setup Commands
32558 ------------------------------------------------
32559  *  Select the highlighted foreground or background color
32560  A  Add a config section for a header field
32561  D  Delete config section for highlighted header field
32562  R  Restore all default colors (for all sections)
32563  $  Shuffle the order of Header Color sections
32564 </PRE>
32565 <!--chtml endif-->
32567 <H2>Description of the Setup Color Screen</H2>
32569 From this screen you may turn on color and set the colors of
32570 various parts of the Alpine display.
32571 For help on turning on color move your cursor into the Color Style section
32572 at the top of the Setup Color screen and ask for help.
32575 There are several sections in the Setup Color Screen.
32576 At the top are some settings that handle the style of color used
32577 with your terminal emulator (UNIX only), and some settings that
32578 control how the current indexline and the titlebar are colored.
32579 After that comes a long section called GENERAL COLORS that allows
32580 you to set the color of many elements in the Alpine screens.
32581 For example, the color of the titlebar, status messages,
32582 selectable links, quotes and signatures in messages, and so on.
32583 After that is a section called INDEX COLORS that allows you to
32584 set the colors of various pieces of the displayed index lines in
32585 the MESSAGE INDEX screen.
32586 The next section is HEADER COLORS. This is for coloring headers of
32587 messages in the MESSAGE TEXT screen in just about any way you would like.
32588 Finally, the KEYWORD COLORS section allows you to highlight
32589 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32590 in the MESSAGE INDEX screen.
32593 To change a color, highlight the color you want to change (for example,
32594 the Status Color) by moving
32595 the cursor into it.
32596 You may want to read the help text for the color to see a brief desription
32597 of what you are coloring.
32598 Then press &quot;C&quot; for Change to set the color to something new.
32599 That will put you into a screen with two columns of colors, one for
32600 the foreground color and one for the background color.
32601 The foreground color is just the color you want the actual characters
32602 to be and the background color is the color of the rest of the rectangle
32603 behind the characters.
32604 Select the foreground and background colors desired by using the Next and
32605 Prev keys to highlight the color, and the * command to select it.
32607 To set a color to its default value, set the X in the Default line at
32608 the bottom of the list of colors.
32611 The HEADER COLORS section is a little bit different from the others.
32612 Besides coloring the specific fields that Alpine knows about, you may also
32613 color specific header fields when viewing a message in the MESSAGE TEXT
32614 screen.
32615 For example, you may color the Subject header a particular color.
32616 There are a few commands for use with headers.
32617 The &quot;AddHeader&quot; command adds a section to the color
32618 configuration screen that allows you to set the color for that header.
32619 You'll be asked for the name of the header field you want to color.
32620 If you wanted to color the Subject, you would answer
32621 with the word &quot;subject&quot;.
32622 Once you've added a header field, the color setting works just like the
32623 other color fields, except that there is an additional line on the
32624 configuration screen labeled &quot;Pattern to match&quot;.
32625 If you leave that blank, then the whole field for that header will always
32626 be colored.
32627 However, if you give a pattern to match, the coloring will only take place
32628 if there is a match for that pattern in the value of the field.
32629 For example, if you are working on a color for the Subject header and
32630 you fill in a pattern of &quot;important&quot;, then only Subjects that
32631 contain the word &quot;important&quot; will be colored.
32633 The &quot;DeleteHdr&quot; command removes a header section from the
32634 configuration altogether.
32635 The &quot;Shuffle&quot; command changes the order of header sections.
32636 This is only necessary if you use header sections with pattern fields.
32637 For example, if you have two Subject sections, one with one pattern and
32638 another with another pattern, and the subject for a particular message
32639 happens to match both, then the color from the first match is used.
32642 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32643 Each section will change to the default value used for that section when
32644 color is first enabled.
32645 When you restore all default colors the color settings for the Header Colors
32646 will be unset (since that's the default), but the header fields you've
32647 added will remain so that you may easily reset them.
32648 In order to get rid of them completely you'd have to use
32649 the &quot;DeleteHdr&quot; command.
32652 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32653 may be set with matching rules and that is configured separately from
32654 the rest of the color settings described here.
32655 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32656 instead of in the Setup/Kolor section.
32658 <P><UL>
32659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32660 </UL><P>
32661 &lt;End of help on this topic&gt;
32662 </BODY>
32663 </HTML>
32664 ====== h_config_news_uses_recent ======
32665 <HTML>
32666 <HEAD>
32667 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32668 </HEAD>
32669 <BODY>
32670 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32672 This feature causes certain messages to be marked as "New" in the
32673 MESSAGE INDEX of newsgroups.
32674 This feature is set by default.
32678 When opening a newsgroup, Alpine will consult your "newsrc" file and
32679 determine the last message you have previously disposed of via the "D"
32680 key.  If this feature is set, any subsequent messages will be shown in the
32681 Index with an "N", and the first of these messages will be highlighted.
32682 Although this is only an approximation of true "New" or "Unseen"
32683 status, it provides a useful cue to distinguish more-or-less recent
32684 messages from those you have seen previously, but are not yet ready to
32685 mark deleted.
32689 Background: your "newsrc" file (used to store message status information
32690 for newsgroups) is only capable of storing a single flag, and Alpine uses
32691 this to record whether or not you are "done with" a message, as
32692 indicated by marking the message as "Deleted".  Unfortunately, this
32693 means that Alpine has no way to record exactly which messages you have
32694 previously seen, so it normally does not show the "N" status flag for
32695 any messages in a newsgroup. This feature enables a starting
32696 *approximation* of seen/unseen status that may be useful.
32698 &lt;End of help on this topic&gt;
32699 </BODY>
32700 </HTML>
32701 ====== h_config_expose_hidden_config =====
32702 <HTML>
32703 <HEAD>
32704 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32705 </HEAD>
32706 <BODY>
32707 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32709 If set, this causes configuration options and features that are normally
32710 hidden from view to be editable in the Setup/Config screen.
32713 The purpose of this feature is to allow you to change configuration
32714 features and variables that are normally hidden.
32715 This is particularly useful if you are using a remote configuration,
32716 where it is difficult to edit the contents manually, but it may also be used
32717 on a local pinerc configuration file.
32719 If set, several configuration variables and features that are normally
32720 hidden from view will show up in the Setup/Configuration screen.
32721 They will be at the bottom of the configuration screen.
32722 You can find them by searching for the words &quot;hidden configuration&quot;.
32725 Note that this is an advanced feature that should be used with care.
32726 The reason that this part of the configuration is normally hidden is because
32727 there is a significant potential for causing problems if you change these
32728 variables.
32729 If something breaks after a change try changing it back to see if that is
32730 what is causing the problem.
32731 There are also some variables that are normally hidden because they are
32732 manipulated through Alpine in other ways.
32733 For example, colors are normally set using the Setup/Kolors screen and
32734 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32735 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32736 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32737 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32738 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32739 internally by Alpine and not set directly by the user.
32741 <UL>   
32742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32743 </UL><P>
32744 &lt;End of help on this topic&gt;
32745 </BODY>
32746 </HTML>
32747 ====== h_config_disable_signature_edit =====
32748 <HTML>
32749 <HEAD>
32750 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32751 </HEAD>
32752 <BODY>
32753 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32755 If set, this disables the editing of signature files from within
32756 the Setup/Config screen.
32758 <UL>   
32759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32760 </UL><P>
32761 &lt;End of help on this topic&gt;
32762 </BODY>
32763 </HTML>
32764 ====== h_config_disable_roles_templateedit =====
32765 <HTML>
32766 <HEAD>
32767 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32768 </HEAD>
32769 <BODY>
32770 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32772 If set, this disables the editing of template files within the
32773 Role setup screen.
32775 <UL>   
32776 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32777 </UL><P>
32778 &lt;End of help on this topic&gt;
32779 </BODY>
32780 </HTML>
32781 ====== h_config_disable_roles_sigedit =====
32782 <HTML>
32783 <HEAD>
32784 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32785 </HEAD>
32786 <BODY>
32787 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32789 If set, this disables the editing of signature files within the
32790 Role setup screen.
32792 <UL>   
32793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32794 </UL><P>
32795 &lt;End of help on this topic&gt;
32796 </BODY>
32797 </HTML>
32798 ====== h_config_disable_roles_setup =====
32799 <HTML>
32800 <HEAD>
32801 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32802 </HEAD>
32803 <BODY>
32804 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32806 If set, this disables the Setup/Rules/Roles command.
32808 <UL>   
32809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32810 </UL><P>
32811 &lt;End of help on this topic&gt;
32812 </BODY>
32813 </HTML>
32814 ====== h_config_disable_pipes_in_templates =====
32815 <HTML>
32816 <HEAD>
32817 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32818 </HEAD>
32819 <BODY>
32820 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32822 By default, if a template file name is followed by a vertical bar (|) then
32823 that causes the file to be executed to produce the text for the template.
32824 If this feature is set, then this is not allowed.
32826 <UL>   
32827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32828 </UL><P>
32829 &lt;End of help on this topic&gt;
32830 </BODY>
32831 </HTML>
32832 ====== h_config_disable_pipes_in_sigs =====
32833 <HTML>
32834 <HEAD>
32835 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32836 </HEAD>
32837 <BODY>
32838 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32840 By default, if a signature file name is followed by a vertical bar (|) then
32841 that causes the file to be executed to produce the text for the signature.
32842 If this feature is set, then this is not allowed.
32844 <UL>   
32845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32846 </UL><P>
32847 &lt;End of help on this topic&gt;
32848 </BODY>
32849 </HTML>
32850 ====== h_config_disable_password_cmd =====
32851 <HTML>
32852 <HEAD>
32853 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32854 </HEAD>
32855 <BODY>
32856 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32858 If set, then the Setup/Newpassword command is disabled.
32860 <UL>   
32861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32862 </UL><P>
32863 &lt;End of help on this topic&gt;
32864 </BODY>
32865 </HTML>
32866 ====== h_config_disable_password_caching =====
32867 <HTML>
32868 <HEAD>
32869 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32870 </HEAD>
32871 <BODY>
32872 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32874 Normally, loginname/password combinations are cached in Alpine so that
32875 you do not have to enter the same password more than once in a session.
32876 A disadvantage to this approach is that the password must be stored in
32877 the memory image of the running Alpine in order that it can be re-used.
32878 In the event that Alpine crashes and produces a core dump, and that core
32879 dump is readable by others, the loginname and password could be read
32880 from the core dump.
32882 If this feature is set, then the passwords will not be cached and you
32883 will have to retype the password whenever Alpine needs it.
32884 Even with this feature set there is still some chance that the core
32885 file will contain a password, so care should be taken to make the
32886 core files unreadable.
32888 NOTE: If PASSFILE caching is enabled, this does not disable it.
32889 That is a separate and independent feature.
32890 <UL>   
32891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32892 </UL><P>
32893 &lt;End of help on this topic&gt;
32894 </BODY>
32895 </HTML>
32896 ====== h_config_disable_password_file_saving =====
32897 <HTML>
32898 <HEAD>
32899 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32900 </HEAD>
32901 <BODY>
32902 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32904 This feature changes the behavior of Alpine when a login name and password combination
32905 for a specific server is not found in the password file. The default behavior is that
32906 Alpine will ask the user if they wish to save this information in the password file for future
32907 use. It is assumed that if a user created a password file it is because they intend
32908 to use it, but in some instances a user might want to save some passwords and not others.
32909 In this case, enabling this feature will make Alpine not add any more passwords to the
32910 password file and will only use the passwords that it already saved. If you wish to allow
32911 Alpine to save more passwords in the password file, disable this feature.
32913 <UL>   
32914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32915 </UL><P>
32916 &lt;End of help on this topic&gt;
32917 </BODY>
32918 </HTML>
32919 ====== h_config_disable_kb_lock =====
32920 <HTML>
32921 <HEAD>
32922 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32923 </HEAD>
32924 <BODY>
32925 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32927 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32929 <UL>   
32930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32931 </UL><P>
32932 &lt;End of help on this topic&gt;
32933 </BODY>
32934 </HTML>
32935 ====== h_config_disable_config_cmd =====
32936 <HTML>
32937 <HEAD>
32938 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32939 </HEAD>
32940 <BODY>
32941 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32943 If set, then the Setup/Config screen is disabled.
32945 <UL>   
32946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32947 </UL><P>
32948 &lt;End of help on this topic&gt;
32949 </BODY>
32950 </HTML>
32951 ====== h_config_allow_chg_from =====
32952 <HTML>
32953 <HEAD>
32954 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32955 </HEAD>
32956 <BODY>
32957 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32959 This feature affects Alpine's handling of the &quot;From:&quot; header field
32960 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32961 option.
32963 If this feature is set then the From line can be changed just like
32964 all the other header fields that can be changed.
32965 This feature defaults to <EM>ON</EM>.
32967 Even with this feature turned ON (the default) you will not be able 
32968 to change the From header unless you add it to your list of
32969 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32970 You may also want to change the
32971 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32972 if you want the From header to always show up in the composer without
32973 having to type the Rich Headers command first.
32975 Note that many sites restrict the use of this feature in order to
32976 reduce the chance of falsified addresses and misdirected mail.
32977 If you want to change the value of what gets included in the From header
32978 in messages you send
32979 look <A HREF="h_config_change_your_from">here</A> for a description.
32981 <UL>   
32982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32983 </UL><P>
32984 &lt;End of help on this topic&gt;
32985 </BODY>
32986 </HTML>
32987 ====== h_config_disable_collate =====
32988 <HTML>
32989 <HEAD>
32990 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32991 </HEAD>
32992 <BODY>
32993 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32995 This is a hard to understand feature that should only be used in rare cases.
32996 Normally, the C function call
32998 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33000 is used by Alpine.
33001 If you want to try turning it off,
33002 setting this feature will turn it off.
33003 This part of the locale has to do with the sort order
33004 of characters in your locale.
33006 <UL>   
33007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33008 </UL><P>
33009 &lt;End of help on this topic&gt;
33010 </BODY>
33011 </HTML>
33012 ====== h_config_quell_attach_extra_prompt =====
33013 <HTML>
33014 <HEAD>
33015 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33016 </HEAD>
33017 <BODY>
33018 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33020 By default, when you attempt to view an attachment externally
33021 from the &quot;Attachment View&quot; screen, you are asked if you
33022 really want to view the selected attachment.
33025 If this feature is set, you will <B>not</B> be prompted to confirm
33026 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33027 prompt. This feature was added for those wanting to preserve that
33028 behavior (along with 
33029 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33032 <UL>   
33033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33034 </UL><P>
33035 &lt;End of help on this topic&gt;
33036 </BODY>
33037 </HTML>
33038 ====== h_config_quell_attach_ext_warn =====
33039 <HTML>
33040 <HEAD>
33041 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33042 </HEAD>
33043 <BODY>
33044 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33047 This feature suppresses the extra warning you can get when trying
33048 to view an attachment for which there is no mime-type match.  Turning
33049 on this feature will just run the program according to extension
33050 instead of first warning the user that it will run according to the
33051 file's extension.
33053 This feature can be used along side 
33054 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33055 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33057 <UL>   
33058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33059 </UL><P>
33060 &lt;End of help on this topic&gt;
33061 </BODY>
33062 </HTML>
33063 ====== h_config_mailcap_params =====
33064 <HTML>
33065 <HEAD>
33066 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33067 </HEAD>
33068 <BODY>
33069 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33071 If set, this will allow mailcap named parameter substitution to occur
33072 in mailcap entries.
33073 By default, this is turned off to prevent security problems that may occur
33074 with some incorrect mailcap configurations.
33075 For more information, see RFC1524 and look for "named parameters" in the
33076 text of the RFC.
33078 <UL>   
33079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33080 </UL><P>
33081 &lt;End of help on this topic&gt;
33082 </BODY>
33083 </HTML>
33084 ====== h_config_disable_shared =====
33085 <HTML>
33086 <HEAD>
33087 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33088 </HEAD>
33089 <BODY>
33090 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33092 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33093 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33094 will be disabled.
33095 The reason this feature exists is because there are some implementations
33096 of system password lookup routines that are very slow when presented with
33097 a long loginname that does not exist.
33098 This feature could be set to prevent the delay at startup time when the
33099 names above are searched for in the password file.
33101 <UL>   
33102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33103 </UL><P>
33104 &lt;End of help on this topic&gt;
33105 </BODY>
33106 </HTML>
33107 ====== h_config_hide_nntp_path =====
33108 <HTML>
33109 <HEAD>
33110 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33111 </HEAD>
33112 <BODY>
33113 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33115 Normally the Path header that Alpine generates when posting to a newsgroup
33116 contains the name of the computer from which the message is being sent and
33117 the user name.
33118 Some believe that this information is used by spammers.
33119 If this feature is set, that information will be replaced with the text
33121 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33123 instead.
33125 It should be noted that many servers being connected to will still reveal
33126 the information that this feature attempts to protect.
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_no_bezerk_zone =====
33135 <HTML>
33136 <HEAD>
33137 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33138 </HEAD>
33139 <BODY>
33140 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33142 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33143 (the line that begins with From <SPACE>).
33144 Some versions of Berkeley mail have trouble with this, and don't recognize
33145 the line as a message delimiter.
33146 If this feature is set, the timezone will be left off the delimiter line.
33148 <UL>   
33149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33150 </UL><P>
33151 &lt;End of help on this topic&gt;
33152 </BODY>
33153 </HTML>
33154 ====== h_config_quell_domain_warn =====
33155 <HTML>
33156 <HEAD>
33157 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33158 </HEAD>
33159 <BODY>
33160 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33162 When your configuration is set up so that your domain name contains no dots,
33163 it is usually a configuration error.
33164 By default, Alpine will warn you about this when you start it up.
33165 You will see a warning message that looks like
33168 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33171 If this feature is set, the warning is turned off.
33173 <UL>   
33174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33175 </UL><P>
33176 &lt;End of help on this topic&gt;
33177 </BODY>
33178 </HTML>
33179 ====== h_config_quell_imap_env =====
33180 <HTML>
33181 <HEAD>
33182 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33183 </HEAD>
33184 <BODY>
33185 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33187 In the MESSAGE INDEX screen, if the open folder is being accessed
33188 using IMAP, Alpine normally tries to paint the index lines on the screen
33189 as soon as the information arrives from the IMAP server.
33190 This means that the index information makes it onto the screen more quickly
33191 than it otherwise would.
33192 This sometimes results in behavior that bothers some users.
33193 For example, when paging to a new page of the index, it may be possible for
33194 the lines to be painted on the screen in a random order, rather than from
33195 top to bottom.
33198 Setting this feature causes Alpine to wait for all of the information
33199 to be gathered before it paints the index screen.
33200 Once it collects all of the information, the screen will be painted quickly
33201 from top to bottom.
33203 <UL>   
33204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33205 </UL><P>
33206 &lt;End of help on this topic&gt;
33207 </BODY>
33208 </HTML>
33209 ====== h_config_quell_news_env =====
33210 <HTML>
33211 <HEAD>
33212 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33213 </HEAD>
33214 <BODY>
33215 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33217 In the MESSAGE INDEX screen, if the open folder is being accessed
33218 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33219 as soon as the information arrives from the NNTP server.
33220 This means that the index information makes it onto the screen more quickly
33221 than it otherwise would.
33222 This sometimes results in behavior that bothers some users.
33223 For example, when paging to a new page of the index, it may be possible for
33224 the lines to be painted on the screen in a random order, rather than from
33225 top to bottom.
33228 Setting this feature causes Alpine to wait for all of the information
33229 to be gathered before it paints the index screen.
33230 Once it collects all of the information, the screen will be painted quickly
33231 from top to bottom.
33233 <UL>   
33234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33235 </UL><P>
33236 &lt;End of help on this topic&gt;
33237 </BODY>
33238 </HTML>
33239 ====== h_config_quell_content_id =====
33240 <HTML>
33241 <HEAD>
33242 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33243 </HEAD>
33244 <BODY>
33245 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33247 This feature changes the behavior of Alpine when sending messages.
33248 It is intended to work around a bug in Microsoft's Outlook XP mail user
33249 agent.
33250 As of this writing, Microsoft has acknowledged the bug but
33251 has not added it to the Knowledge Base.
33252 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33253 This particular bug has bug fix number OfficeQFE:4781.
33254 The nature of the bug is that messages with attachments that
33255 contain a Content-ID header (which standard Alpine attachments do)
33256 do not show the attachment indicator (a paperclip) when viewed with
33257 Outlook XP.
33258 So the user has no indication that the message contains an attachment.
33261 If this feature is set then Alpine will remove most Content-ID headers
33262 before sending a message.
33263 If an attachment is of type MESSAGE, then the existing Content-ID headers
33264 inside the message will be left intact.
33265 This would only happen with Alpine if a message was forwarded as an attachment
33266 or if a message with a message attached was forwarded.
33267 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33268 the Content-ID headers of the alternative parts will not be removed.
33271 Because the Content-ID header is a standard part of MIME it is possible
33272 that setting this feature will break something.
33273 For example, if an attachment has a Content-ID header that is necessary
33274 for the correct functioning of that attachment, it is possible that Alpine
33275 may remove that header when the attachment is forwarded.
33276 However, it seems fairly safe at this time.
33279 <UL>   
33280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33281 </UL><P>
33282 &lt;End of help on this topic&gt;
33283 </BODY>
33284 </HTML>
33285 ====== h_config_winpos_in_config =====
33286 <HTML>
33287 <HEAD>
33288 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33289 </HEAD>
33290 <BODY>
33291 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33293 PC-Alpine only.
33296 Normally, PC-Alpine will store its window size and position in the
33297 Windows Registry.
33298 This is convenient if you want to use the same remote
33299 configuration from more than one PC.
33300 If you use multiple configuration files to start PC-Alpine, you may want
33301 to store the window size and position in the configuration file instead
33302 of in the Registry.
33303 Setting this feature causes the value to be stored in 
33304 <A HREF="h_config_window_position">Window-Position</A>.
33307 <UL>   
33308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33309 </UL><P>
33310 &lt;End of help on this topic&gt;
33311 </BODY>
33312 </HTML>
33313 ====== h_config_quell_ssl_largeblocks =====
33314 <HTML>
33315 <HEAD>
33316 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33317 </HEAD>
33318 <BODY>
33319 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33321 PC-Alpine only.
33323 This feature changes the behavior of fetching messages
33324 and attachments so that the message data is fetched in chunks no larger
33325 than 12K bytes.
33326 This works around a bug in Microsoft's SSL/TLS support.
33327 Some versions of Microsoft SSL are not able to read full-sized (16K)
33328 SSL/TLS packets.
33329 Some servers will send such packets and this will
33330 cause PC-Alpine to crash with the error
33333 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33336 Microsoft is aware of the problem and has developed a hotfix for it, it is
33337 discussed in article 300562 in the Microsoft Knowledge Base.
33339 <UL>   
33340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33341 </UL><P>
33342 &lt;End of help on this topic&gt;
33343 </BODY>
33344 </HTML>
33345 ====== h_config_quell_partial =====
33346 <HTML>
33347 <HEAD>
33348 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33349 </HEAD>
33350 <BODY>
33351 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33353 Partial fetching is a feature of the IMAP protocol.
33354 By default, Alpine
33355 will use partial fetching when copying the contents of a message or attachment
33356 from the IMAP server to Alpine.
33357 This means that the fetch will be done in many
33358 small chunks instead of one big chunk. The main benefit of this approach is
33359 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33360 to stop the fetch early. In some cases partial fetching may cause a performance
33361 problem so that the fetching of data takes significantly longer when partial
33362 fetching is used. Turning on this feature will turn off partial fetching.
33364 <UL>   
33365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33366 </UL><P>
33367 &lt;End of help on this topic&gt;
33368 </BODY>
33369 </HTML>
33370 ====== h_config_quell_personal_name_prompt =====
33371 <HTML>
33372 <HEAD>
33373 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33374 </HEAD>
33375 <BODY>
33376 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33378 PC-Alpine only.  This feature quells the prompting for a 
33379 <A HREF="h_config_pers_name">personal name</A>.  This
33380 prompt normally happens before composing a message, and only happens when
33381 there is no personal name already set.
33383 <UL>   
33384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33385 </UL><P>
33386 &lt;End of help on this topic&gt;
33387 </BODY>
33388 </HTML>
33389 ====== h_config_quell_user_id_prompt =====
33390 <HTML>
33391 <HEAD>
33392 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33393 </HEAD>
33394 <BODY>
33395 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33397 PC-Alpine only.  This feature quells the prompting for a 
33398 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33399 if the information can be obtained from the login name used
33400 to open the INBOX.  Normally, this prompt happens before composing
33401 a message, and only happens when there is no user-id already set
33402 in the configuration.
33404 With this feature set, composing a message is only possible after
33405 establishing a connection to the INBOX.
33407 <UL>   
33408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33409 </UL><P>
33410 &lt;End of help on this topic&gt;
33411 </BODY>
33412 </HTML>
33413 ====== h_config_save_aggregates =====
33414 <HTML>
33415 <HEAD>
33416 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33417 </HEAD>
33418 <BODY>
33419 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33421 This feature will optimize an aggregate copy operation, if
33422 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33423 list of the messages to be copied.
33424 This feature is set by default.
33425 This may reduce network traffic and elapsed time for the Save.
33426 <EM>However, many IMAP servers (including the UW IMAP server) do
33427 not preserve the order of messages when this optimization is applied.</EM>
33428 If this feature is not set, 
33429 Alpine will copy each message individually and the order of the messages
33430 will be preserved.
33432 <UL>   
33433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33434 </UL><P>
33435 &lt;End of help on this topic&gt;
33436 </BODY>
33437 </HTML>
33438 ====== h_config_use_system_translation =====
33439 <HTML>
33440 <HEAD>
33441 <TITLE>FEATURE: Use System Translation</TITLE>
33442 </HEAD>
33443 <BODY>
33444 <H1>FEATURE: Use System Translation</H1>
33446 UNIX Alpine only.
33448 Alpine normally uses its own internal software to convert between the multi-byte
33449 representation of characters and the Unicode representation of those
33450 same characters.
33451 It converts from the multi-byte characters your keyboard produces to Unicode,
33452 and from Unicode to the multi-byte characters your display expects.
33453 Alpine also uses its own internal software to decide how much space on
33454 the screen a particular Unicode character will occupy.
33457 Setting this feature tells Alpine to use the system-supplied routines to
33458 perform these tasks instead.
33459 In particular there are three tasks and three system routines that will
33460 be used for these tasks.
33463 To convert from multi-byte to Unicode the routine
33466 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33469 is used.
33470 To convert from Unicode to multi-byte the routine
33473 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33476 is used.
33477 And to find the screen width a particular Unicode character will
33478 occupy the routine used is
33481 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33484 This feature has been only lightly tested.
33485 The internal routines should normally be used unless you run into
33486 a problem that you think may be solved by using the system routines.
33487 Note that your environment needs to be set up for these
33488 routines to work correctly.
33489 In particular, the LANG or LC_CTYPE variable in your environment will
33490 need to be set.
33493 <UL>   
33494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33495 </UL><P>
33496 &lt;End of help on this topic&gt;
33497 </BODY>
33498 </HTML>
33499 ====== h_config_suspend_spawns =====
33500 <HTML>
33501 <HEAD>
33502 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33503 </HEAD>
33504 <BODY>
33505 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33507 This feature affects Alpine's behavior when process suspension is enabled
33508 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33509 temporarily interact with the operating system command &quot;shell&quot; 
33510 without
33511 quitting Alpine, and then subsequently resume the still-active Alpine session.
33514 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33515 is set and subsequently the Ctrl-Z key
33516 is pressed, Alpine will normally suspend itself and return temporary control
33517 to Alpine's parent shell process.  However, if this feature is set, Alpine
33518 will instead create an inferior subshell process.  This is useful when the
33519 parent process is not intended to be used interactively.  Examples include
33520 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33521 or via a menu system.<P>
33523 Note that one typically resumes a suspended Alpine by entering the Unix
33524 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33525 enter the &quot;exit&quot; command instead.
33527 <UL>   
33528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33529 </UL><P>
33530 &lt;End of help on this topic&gt;
33531 </BODY>
33532 </HTML>
33533 ====== h_config_8bit_smtp =====
33534 <HTML>
33535 <HEAD>
33536 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33537 </HEAD>
33538 <BODY>
33539 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33541 This feature affects Alpine's behavior when sending mail.
33542 By default, this feature is set.
33543 Internet standards
33544 require that all electronic mail messages traversing the global Internet
33545 consist of 7bit ASCII characters unless a pair of cooperating mail 
33546 transfer agents explicitly agree to allow 8bit messages.  In general, 
33547 then, exchanging messages in non-ASCII characters requires MIME encoding.
33549 However, there are now Internet standards that allow for unencoded 8bit
33550 exchange of messages between cooperating systems.  When this feature is set
33551 Alpine will try to negotiate unencoded 8bit transmission during the
33552 sending process.  Should the negotiation fail, Alpine will fall back to its
33553 ordinary encoding rules. 
33555 Note, this feature relies on your system's mail transport agent or
33556 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33557 having the negotiation mechanism introduced in
33558 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33559 &quot;8BITMIME&quot;. 
33561 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33562 it is possible that this feature might cause problems for some servers. 
33563 <P><UL>
33564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33565 </UL>
33566 <P>&lt;End of help on this topic&gt;
33567 </BODY>
33568 </HTML>
33569 ====== h_config_8bit_nntp =====
33570 <HTML>
33571 <HEAD>
33572 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33573 </HEAD>
33574 <BODY>
33575 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33577 This feature affects Alpine's behavior when posting news.  
33581 The Internet standard for exchanging USENET news messages (RFC-1036)
33582 specifies that USENET messages should conform to Internet mail standards
33583 and contain only 7bit characters, but much of the news transport software
33584 in use today is capable of successfully sending messages containing 8bit
33585 characters.  Hence, many people believe that it is appropriate to send 8bit
33586 news messages without any MIME encoding.
33590 Moreover, there is no Internet standard for explicitly negotiating 8bit
33591 transfer, as there is for Internet email.  Therefore, Alpine provides the
33592 option of posting unencoded 8bit news messages, though not as the default.
33593 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33594 postings that contain 8bit characters. 
33598 Note, articles may cross a path or pass through news transport software
33599 that is unsafe or even hostile to 8bit characters.  At best this will only
33600 cause the posting to become garbled.  The safest way to transmit 8bit
33601 characters is to leave Alpine's MIME encoding turned on, but recipients
33602 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33603 messages.
33605 &lt;End of help on this topic&gt;
33606 </BODY>
33607 </HTML>
33608 ====== h_config_mark_for_cc =====
33609 <HTML>
33610 <HEAD>
33611 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33612 </HEAD>
33613 <BODY>
33614 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33616 This feature affects Alpine's MESSAGE INDEX display.
33617 By default, a '+' is displayed in the first column if the
33618 message is addressed directly to you.
33619 When this feature is set and the message is not addressed to you, then a
33620 '-' character is displayed if the message is instead Cc'd directly
33621 to you.
33624 <UL>   
33625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33626 </UL><P>
33627 &lt;End of help on this topic&gt;
33628 </BODY>
33629 </HTML>
33630 ====== h_config_tab_uses_unseen =====
33631 <HTML>
33632 <HEAD>
33633 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33634 </HEAD>
33635 <BODY>
33636 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33638 This feature affects Alpine's behavior when using the TAB
33639 <A HREF="h_common_nextnew">NextNew Command</A>
33640 to move from one folder to the next.
33641 Alpine's usual behavior is to search for folders
33642 with <EM>Recent</EM> messages in them.
33643 Recent messages are messages that have arrived since the last time the
33644 folder was opened.
33647 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33648 messages instead of Recent messages.
33649 Unseen messages remain Unseen until you view them (or flag then as Seen with
33650 the <A HREF="h_common_flag">Flag Command</A>).
33651 Setting this feature allows you to locate messages you have not read
33652 instead of only recently received messages.
33653 When this feature is set, the feature
33654 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33655 will have no effect, so the checking may be slower.
33658 Another reason why you might want to use this feature is that Alpine sometimes
33659 opens folders implicitly behind the scenes, and this clears the
33660 Recent status of all messages in the folder.
33661 One example where this happens is when Saving or filtering a
33662 message to another folder.
33663 If that message has some <A HREF="h_config_keywords">keywords</A>
33664 set, then because of some shortcomings
33665 in the IMAP specification, the best way to ensure that those keywords are
33666 still set in the saved copy of the message is to open the folder and
33667 set the keywords explicitly.
33668 Because this clears the Recent status of all messages in that folder the
33669 folder will not be found by the NextNew command unless this feature is set.
33672 &lt;End of help on this topic&gt;
33673 </BODY>
33674 </HTML>
33675 ====== h_config_tab_new_only =====
33676 <HTML>
33677 <HEAD>
33678 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33679 </HEAD>
33680 <BODY>
33681 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33683 This feature affects Alpine's behavior when using the TAB key to move from
33684 one message to the next.  Alpine's usual behavior is to select the next
33685 unread message or message flagged as "Important".
33689 Setting this feature causes Alpine to skip the messages flagged as important,
33690 and select unread messages exclusively.  Tab behavior when there are no
33691 new messages left to select remains unchanged.
33693 &lt;End of help on this topic&gt;
33694 </BODY>
33695 </HTML>
33696 ====== h_config_warn_if_subj_blank =====
33697 <HTML>
33698 <HEAD>
33699 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33700 </HEAD>
33701 <BODY>
33702 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33704 This feature affects Alpine's behavior when you send a message being
33705 composed.
33706 If this option is set, Alpine will check to see if the message about to be sent
33707 has a subject or not.
33708 If not, you will be asked if you want to send the message anyway.
33711 <UL>   
33712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33713 </UL><P>
33714 &lt;End of help on this topic&gt;
33715 </BODY>
33716 </HTML>
33717 ====== h_config_warn_if_fcc_blank =====
33718 <HTML>
33719 <HEAD>
33720 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33721 </HEAD>
33722 <BODY>
33723 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33725 This feature affects Alpine's behavior when you send a message being
33726 composed.
33727 If this option is set, Alpine will check to see if the message about to be sent
33728 has an Fcc or not.
33729 If not, you will be asked if you want to send the message anyway.
33732 <UL>   
33733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33734 </UL><P>
33735 &lt;End of help on this topic&gt;
33736 </BODY>
33737 </HTML>
33738 ====== h_config_warn_if_no_to_or_cc =====
33739 <HTML>
33740 <HEAD>
33741 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33742 </HEAD>
33743 <BODY>
33744 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33746 This feature affects Alpine's behavior when you send a message being
33747 composed.
33748 If this option is set, Alpine will check to see if the message about to be sent
33749 has either a To address, a Cc address, or a Newsgroup.
33750 If none of these is set,
33751 you will be asked if you want to send the message anyway.
33754 This feature is closely related to
33755 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33756 Alpine will normally ask if you want to copy a message only to the Fcc.
33757 This feature also applies to cases where there is a Bcc but still no To, Cc,
33758 or Newsgroup.
33759 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33760 message with only an Fcc, then you won't be asked about sending with
33761 a blank To and Cc and Newsgroups header even if this feature is set.
33762 Similarly, if you have already been asked if you want to send to the Fcc
33763 only and you have answered Yes, then you won't be asked again about sending with
33764 blank To, Cc, and Newsgroups headers even if this feature is set.
33767 <UL>   
33768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33769 </UL><P>
33770 &lt;End of help on this topic&gt;
33771 </BODY>
33772 </HTML>
33773 ====== h_config_quell_dead_letter =====
33774 <HTML>
33775 <HEAD>
33776 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33777 </HEAD>
33778 <BODY>
33779 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33781 This feature affects Alpine's behavior when you cancel a message being
33782 composed.  Alpine's usual behavior is to write the canceled message to
33783 a file named 
33784 <!--chtml if pinemode="os_windows"-->
33785 &quot;DEADLETR&quot;,
33786 <!--chtml else-->
33787 &quot;dead.letter&quot; in your home directory,
33788 <!--chtml endif-->
33789 overwriting any previous message. Under
33790 some conditions (some routine), this can introduce a noticeable delay.
33791 Setting this feature will cause Alpine NOT to write canceled compositions
33792 into the file.
33794 NOTE: Enabling this feature means NO record of canceled messages is
33795 maintained.
33797 This feature affects the newer option
33798 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33799 number of dead letter files to keep around.
33800 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33802 <UL>   
33803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33804 </UL><P>
33805 &lt;End of help on this topic&gt;
33806 </BODY>
33807 </HTML>
33808 ====== h_config_quell_beeps =====
33809 <HTML>
33810 <HEAD>
33811 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33812 </HEAD>
33813 <BODY>
33814 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33816 This feature affects Alpine's behavior when it displays status message
33817 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33818 will not affect the display of such messages, but will cause those that
33819 emit a beep to become silent.
33822 <UL>   
33823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33824 </UL><P>
33825 &lt;End of help on this topic&gt;
33826 </BODY>
33827 </HTML>
33828 ====== h_config_suppress_user_agent =====
33829 <HTML>
33830 <HEAD>
33831 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33832 </HEAD>
33833 <BODY>
33834 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33836 If this feature is set then Alpine will not generate a
33837 <CODE>User-Agent</CODE> header in outgoing messages.
33839 <UL>   
33840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33841 </UL><P>
33842 &lt;End of help on this topic&gt;
33843 </BODY>
33844 </HTML>
33845 ====== h_config_quell_lock_failure_warnings =====
33846 <HTML>
33847 <HEAD>
33848 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33849 </HEAD>
33850 <BODY>
33851 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33853 This feature affects Alpine's behavior when it encounters a problem
33854 acquiring a mail folder lock.  Typically, a secondary file associated
33855 with the mail folder being opened is created as part of the locking
33856 process.  On some systems, such file creation has been administratively
33857 precluded by the system configuration.
33859 Alpine issues a warning when such failures occur, which can become bothersome
33860 if the system is configured to disallow such actions.  Setting this
33861 feature causes Alpine to remain silent when this part of lock creation fails.
33863 WARNING: systems that have been configured in a way that precludes locking
33864 introduce some risk of mail folder corruption when more than one program
33865 attempts to modify the mail folder.  This is most likely to occur to one's
33866 INBOX or other incoming message folder. 
33868 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33870 <UL>   
33871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33872 </UL><P>
33873 &lt;End of help on this topic&gt;
33874 </BODY>
33875 </HTML>
33876 ====== h_config_enable_role_take ======
33877 <HTML>
33878 <HEAD>
33879 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33880 </HEAD>
33881 <BODY>
33882 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33884 Normally, the Take command takes addresses from a message and helps you
33885 put them into your Address Book.
33886 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33887 you may find it useful
33888 to be able to Take information from a message's headers and put it into
33889 a new Rule.
33890 When this feature is set, you will be given an extra prompt that gives
33891 you the choice to Take into the Address Book or Take into a rule.
33892 <P><UL>
33893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33894 </UL>
33896 &lt;End of help on this topic&gt;
33897 </BODY>
33898 </HTML>
33899 ====== h_config_enable_take_export ======
33900 <HTML>
33901 <HEAD>
33902 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33903 </HEAD>
33904 <BODY>
33905 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33907 Normally, the Take command takes addresses from a message and helps you
33908 put them into your Address Book.
33909 When this feature is set, you will be given an extra prompt that gives you
33910 the choice to Take addresses into a file instead of your Address
33911 Book.
33912 Only the user@domain_name part of the address is put in the file.
33913 <P><UL>
33914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33915 </UL>
33917 &lt;End of help on this topic&gt;
33918 </BODY>
33919 </HTML>
33920 ====== h_config_quell_folder_internal_msg ======
33921 <HTML>
33922 <HEAD>
33923 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33924 </HEAD>
33925 <BODY>
33926 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33928 This feature determines whether or not Alpine will create 
33929 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33930 MMDF format. <P> 
33932 Alpine will normally create these pseudo messages when they are not already
33933 present in a standard Unix or MMDF folder.  Their purpose is to record
33934 certain mailbox state data needed for correct IMAP and POP server
33935 operation, and also for Alpine to be able to mark messages as Answered when
33936 the Reply has been postponed.<P>
33938 Sites that do not use IMAP/POP for remote mail access, and that need to
33939 support mail tools that are adversely affected by the presence of the
33940 pseudo-messages (e.g. some mail notification tools) may enable this
33941 feature to tell Alpine not to create them.  Note that Alpine's 
33942 &quot;Answered&quot; flag
33943 capability will be adversely affected if this is done.<P>
33945 Note too that, even if this feature is enabled, Alpine will not remove
33946 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33947 or ipopd servers.) This feature has no effect on folders that are not in
33948 standard Unix or MMDF format, as pseudo-messages are not needed in the
33949 other formats to record mailbox state information.
33950 <P><UL>
33951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33952 </UL>
33954 &lt;End of help on this topic&gt;
33955 </BODY>
33956 </HTML>
33957 ====== h_config_mulnews_as_typed ======
33958 <HTML>
33959 <HEAD>
33960 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33961 </HEAD>
33962 <BODY>
33963 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33965 This feature will be of little use to most users.
33966 It has no effect unless the feature
33967 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33968 is set.
33970 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33971 then the setting of this feature may have an effect on the names of the
33972 newsrc files used.
33973 Normally, the name of the news server will be canonicalized before it is
33974 used in the newsrc file name.
33975 For example, if you type the news server name
33978 <CENTER><SAMP>servername</SAMP></CENTER>
33981 it is likely that the canonical name will be something like
33984 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33987 Or it may be the case that
33990 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33993 is really an alias (a DNS CNAME) for
33996 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33999 If this feature is not set, then the canonicalized names will be used.
34000 If this feature is set, then the name you typed in (or put in your
34001 configuration) will be used.
34003 <P><UL>
34004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34005 </UL>
34007 &lt;End of help on this topic&gt;
34008 </BODY>
34009 </HTML>
34010 ====== h_config_quell_empty_dirs ======
34011 <HTML>
34012 <HEAD>
34013 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34014 </HEAD>
34015 <BODY>
34016 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34018 This feature causes Alpine to remove from the display any directories
34019 that do not contain at least one file or directory.  This can be useful
34020 to prevent overly cluttered folder lists when a collection is stored on
34021 a server that treats all names as both a folder and a directory.
34024 Note, enabling this feature can cause surprising behavior!  For example,
34025 you can still use Add to create a directory, but unless you immediately
34026 enter that directory and create a folder, that newly created directory
34027 may not be displayed next time you enter the folder list.
34030 The description above is not quite correct.
34031 Only directories which potentially may hold messages are hidden if empty.
34032 That is, a directory which is really just a directory and is not selectable
34033 as a folder will not be hidden.
34034 Such directories can occur on servers that treat most names as both a folder
34035 and a directory.
34036 These directories are typically created implicitly when a folder is created
34037 inside a directory that does not yet exist.
34040 <UL>   
34041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34042 </UL><P>
34043 &lt;End of help on this topic&gt;
34044 </BODY>
34045 </HTML>
34046 ====== h_config_termcap_wins =====
34047 <HTML>
34048 <HEAD>
34049 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34050 </HEAD>
34051 <BODY>
34052 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34054 This feature may affect Alpine's low-level input routines.  Termcap (or
34055 terminfo, depending on how your copy of Alpine was compiled and linked)
34056 is the name of the database that describes terminal capabilities.  In
34057 particular, it describes the sequences of characters that various keys
34058 will emit.
34061 An example would be the Up Arrow key on the keyboard.  Up
34062 Arrow is not a distinct character on most Unix systems.  When you press
34063 the Up Arrow key a short sequence of characters are produced.  This
34064 sequence is supposed to be described in the termcap database by the
34065 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34066 are using terminfo instead of termcap).
34069 By default, Alpine defines some terminal
34070 escape sequences that are commonly used.  For example, the sequence
34071 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34072 &quot;ESC&nbsp;[&nbsp;A&quot;
34073 is also recognized as an Up Arrow key.  These are chosen because common
34074 terminals like VT100's or ANSI standard terminals produce these
34075 sequences when you press the Up Arrow key.
34078 If your system's termcap
34079 (terminfo) database assigns some other function to the sequence
34080 &quot;ESC&nbsp;O&nbsp;A&quot;
34081 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34082 database assigns a sequence that doesn't begin with an escape
34083 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34084 This usually works fine
34085 because most terminals emit the escape sequences that Alpine has defined
34086 by default.  We have also found that it is usually better to have these
34087 defaults take precedence over the definitions contained in the database
34088 because the defaults are more likely to be correct than the database.
34091 There are some terminals where this breaks down.  If you want Alpine to
34092 believe the definitions given in your termcap (terminfo) database in
34093 preference to the defaults the Alpine itself sets up, then you may turn
34094 this feature on.  Then, sequences of characters that are defined in
34095 both termcap (terminfo) and in Alpine's set of defaults will be
34096 interpreted the way that termcap (terminfo) says they should be
34097 interpreted.  Also, if your terminal capabilities database assigns a
34098 sequence that doesn't begin with escape, it will not be ignored.
34101 <UL>   
34102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34103 </UL><P>
34104 &lt;End of help on this topic&gt;
34105 </BODY>
34106 </HTML>
34107 ====== h_config_cruise_mode =====
34108 <HTML>
34109 <HEAD>
34110 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34111 </HEAD>
34112 <BODY>
34113 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34115 This feature affects Alpine's behavior when you hit the
34116 &quot;Space&nbsp;Bar&quot; at
34117 the end of a displayed message.  Typically, Alpine complains that the end
34118 of the text has already been reached.  Setting this feature causes such
34119 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34120 taking you to the next &quot;interesting&quot; message,
34121 or scanning ahead to the 
34122 next incoming folder with &quot;interesting&quot; messages.
34125 <UL>   
34126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34127 </UL><P>
34128 &lt;End of help on this topic&gt;
34129 </BODY>
34130 </HTML>
34131 ====== h_config_cruise_mode_delete =====
34132 <HTML>
34133 <HEAD>
34134 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34135 </HEAD>
34136 <BODY>
34137 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34139 This feature modifies the behavior of Alpine's 
34140 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34141 Setting this feature causes Alpine to implicitly delete read
34142 messages when it moves on to display the next &quot;interesting&quot; message.
34144 NOTE: Beware when enabling this feature AND the 
34145 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34146 feature.
34148 <UL>   
34149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34150 </UL><P>
34151 &lt;End of help on this topic&gt;
34152 </BODY>
34153 </HTML>
34154 ====== h_config_slash_coll_entire =====
34155 <HTML>
34156 <HEAD>
34157 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34158 </HEAD>
34159 <BODY>
34160 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34162 The slash (/) command is available from the MESSAGE INDEX screen when
34163 the folder is sorted by either Threads or OrderedSubject, and the
34164 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34165 is set to something other than &quot;none&quot;.
34166 Normally, the slash command Collapses or Expands the subthread that
34167 starts at the currently highlighted message, if any.
34168 If this option is set, then the slash command Collapses or Expands the
34169 <EM>entire</EM> current thread instead of just the subthread.
34170 The current thread is simply the top-level thread that contains the
34171 current message.
34174 <UL>   
34175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34176 </UL><P>
34177 &lt;End of help on this topic&gt;
34178 </BODY>
34179 </HTML>
34180 ====== h_config_color_thrd_import =====
34181 <HTML>
34182 <HEAD>
34183 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34184 </HEAD>
34185 <BODY>
34186 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34188 This option affects only the THREAD INDEX screen.
34189 Whether or not you ever see a THREAD INDEX screen depends on the setting
34190 of the configuration option
34191 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34192 and on the sort order of the index.
34195 If a message within a thread is flagged as Important
34196 and this option is set, then
34197 the entire line in the THREAD INDEX will be colored the color of the
34198 Index-important Symbol, which can be set using the
34199 <A HREF="h_color_setup">Setup Kolor</A> screen.
34202 <UL>   
34203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34204 </UL><P>
34205 &lt;End of help on this topic&gt;
34206 </BODY>
34207 </HTML>
34208 ====== h_config_allow_goto =====
34209 <HTML>
34210 <HEAD>        
34211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34212 </HEAD>
34213 <BODY>
34214 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34216 This feature modifies the behavior of Alpine's file browser.  Setting this
34217 feature causes Alpine to offer the "G Goto" command in the file browser.
34218 That is the default.
34222 The Goto command allows you to explicitly type in the desired directory.
34224 &lt;End of help on this topic&gt;
34225 </BODY></HTML>
34226 ====== h_config_add_ldap =====
34227 <HTML>
34228 <HEAD>
34229 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34230 </HEAD>
34231 <BODY>
34232 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34234 If both the Directory option
34235 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34236 and this feature are set,
34237 then when an implicit directory lookup is done from the
34238 composer you will automatically be prompted to add the result of the
34239 directory lookup to your address book.
34241 <UL>   
34242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34243 </UL><P>
34244 &lt;End of help on this topic&gt;
34245 </BODY>
34246 </HTML>
34247 ===== h_patterns_compat_behavior =====
34248 <HTML>
34249 <HEAD>
34250 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34251 </HEAD>
34252 <BODY>
34253 <H1>Rules Behavior Changes in Pine 4.50</H1>
34255 In Alpine, Rules that contain unrecognized elements
34256 are ignored.
34257 In most cases, the unrecognized elements will be something that was
34258 added as a new Rules feature in a later version of Alpine.
34259 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34260 ignore rules that contained unrecognized elements.
34261 For example, a new element of Rules that was added in Pine 4.50 is
34262 Age interval.
34263 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34264 all messages older than a week red.
34265 Now, if you run Pine 4.44 using that same configuration file, it will not
34266 recognize the Age interval and so will just ignore it.
34267 That means that all messages will match that rule so all messages will
34268 be colored red when using Pine version 4.44.
34271 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34272 However, since the behavior still exists in versions prior to Pine 4.50 and
34273 since Filtering is a potentially destructive operation, another measure
34274 was taken to attempt to avoid unintentional Filtering of messages.
34275 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34276 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34277 will be copied to a new Filters configuration variable
34278 with a different name (&quot;Patterns-Filters2&quot;).
34279 From then on, Alpine will continue to use the new
34280 variable.
34281 Of course, Pine version 4.44 or lower will continue to use the old
34282 variable.
34283 That means that if you are using Alpine
34284 and also using a version of Pine that is older than 4.50, they will not
34285 share the configuration information about Filters.
34286 If you make a change in one version you won't see it in the other version.
34289 Since Scoring can be used to trigger Filtering, the same thing has been
34290 done for Score rules.
34291 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34292 and the new name is (&quot;Patterns-Scores2&quot;).
34293 The same is not true of Role, Indexcolor, and Other rules that are
34294 thought to be less harmful when a mistake is made.
34297 &lt;End of help on this topic&gt;
34298 </BODY>
34299 </HTML>
34300 ======= h_config_filt_opts_sentdate =======
34301 <HTML>
34302 <HEAD>
34303 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34304 </HEAD>
34305 <BODY>
34306 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34308 By default, the Age interval of a Pattern uses a message's time of
34309 arrival to compute the age of the message.
34310 If this feature is set, the date in the message's Date header will
34311 be used instead.
34313 &lt;End of help on this topic&gt;
34314 </BODY>
34315 </HTML>
34316 ======= h_config_filt_opts_notdel =======
34317 <HTML>
34318 <HEAD>
34319 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34320 </HEAD>
34321 <BODY>
34322 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34324 If this option is set then a message will be moved into the
34325 specified folder only if it is not marked for deletion.
34326 This is useful if you have multiple Alpine sessions running
34327 simultaneously and you don't want messages to be filtered into a
34328 folder more than once.
34329 It is also useful if you want to filter
34330 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34331 This method is not foolproof.
34332 There may be cases where a message
34333 gets marked deleted and so it is never filtered into the folder.
34334 For example, if you deleted it in another Alpine session or another mail
34335 program that didn't use the filtering rule.
34337 This option has no effect if the Filter Action is not set to Move.
34339 &lt;End of help on this topic&gt;
34340 </BODY>
34341 </HTML>
34342 ======= h_config_filt_opts_nonterm =======
34343 <HTML>
34344 <HEAD>
34345 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34346 </HEAD>
34347 <BODY>
34348 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34350 If this option is set then this is a non-terminating rule.
34351 Usually, for each message, Alpine searches through the Filter Rules until
34352 a match is found and then it performs the action associated with that rule.
34353 Rules following the match are not considered.
34354 If this option is set then the search for matches will continue at the next
34355 rule.
34357 If a non-terminating rule matches then the actions associated with
34358 that rule, except for any implied deletion of the message, are performed
34359 before the match for the next rule is checked.
34360 For example, if the non-terminating rule sets the Important status, then that
34361 status will be set when the next rule is considered.
34362 However, if the non-terminating rule Moves the message, the message will
34363 actually be copied instead of copied and deleted so that it is still there
34364 for the next rule.
34365 A moved message is deleted after all the relevant rules have been checked.
34366 The name of the &quot;Move&quot; action is confusing in this case because
34367 a single message can be moved to more than one folder.
34368 It turns the Move into a Copy instead, but it is still followed by a deletion
34369 at the end.
34371 This option may be useful if you want to have a single message filtered to
34372 two different folders because it matches two different Patterns.
34373 For example, suppose you normally filter messages to a particular mailing
34374 list into one folder, and messages addressed directly to you into a second
34375 folder.
34376 If a message is sent to both you and the list (and you can tell that by
34377 looking at the headers of the message) this option may give you a convenient
34378 way to capture a copy to each folder.
34379 (It may also cause you to capture two copies to each folder,
34380 depending on whether your mail system delivers one or two copies of the
34381 message to you and on how the list works.)
34383 &lt;End of help on this topic&gt;
34384 </BODY>
34385 </HTML>
34386 ===== h_mainhelp_smime ======
34387 <HTML>
34388 <HEAD>
34389 <TITLE>S/MIME Overview</TITLE>
34390 </HEAD>
34391 <BODY>
34392 <H1>S/MIME Overview</H1>
34394 S/MIME is a standard for the public key encryption and signing of email.
34395 UNIX Alpine contains a basic implementation of S/MIME based on
34396 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34397 To check if this version of Alpine supports S/MIME look at
34398 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34399 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34401 Some limitations:
34402 <UL>
34403    <LI> There is no PC-Alpine implementation.
34404    <LI> There is no provision for checking for CRLs
34405         (Certificate Revocation Lists) in Alpine.
34406    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34407    <LI> There is no mechanism available for feeding either an entire incoming
34408         or an entire outgoing message to an external
34409         filter and using that external filter to do S/MIME or PGP processing.
34410    <LI> Because the implementation currently uses OpenSSL, there is only a very
34411         limited integration with the Mac OS Keychain (the storing and access of
34412         public certificates).
34413 </UL>
34415 The S/MIME configuration screen is reached by going to the Main Menu and typing
34416 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34419 <H2>S/MIME BASICS</H2>
34421 In order to digitally sign messages you send you must have a public/private key-pair.
34422 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34423 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34424 users or a company which provides certificates for its workers.
34425 These certificates are bound to an email address, so the identity being verified is the
34426 email address not a person's name.
34428 Mail is signed by using the sender's private key, which only the owner of the private key
34429 has access to.
34430 The signature is verified using the signer's public key, which anyone can
34431 have access to.
34432 With Alpine, the first time you receive a signed message the public key of the
34433 sender will be stored for future use.
34436 Mail is encrypted using the recipient's public key and decrypted by
34437 the recipient with their private key.
34440 You need a key of your own in order to sign outgoing messages and to have others
34441 encrypt messages sent to you.
34442 You do not need a key of your own to verify signed messages sent by others or to
34443 encrypt messages sent to others.
34445 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34447 By default UNIX Alpine stores the certificates it uses in a directory in your
34448 home directory.
34449 The directory name is
34451 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34453 Within that directory are three subdirectories.
34454 Each of the three subdirectories contains files with PEM-encoded contents,
34455 the default format for OpenSSL.
34456 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34457 The files within that directory have names that are email addresses with the
34458 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34459 An example filename is
34461 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34463 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34464 your private key.
34465 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34466 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34467 Authorities that you want to trust but that aren't contained in the set of system CAs.
34468 Those files may have arbitrary names as long as they end with the
34469 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34471 <H2>HOW TO SIGN AND ENCRYPT</H2>
34473 If you have a certificate you may sign outgoing messages.
34474 After typing the Ctrl-X command to send a message you will see the prompt
34476 <CENTER><SAMP>Send message?</SAMP></CENTER>
34478 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34479 Typing the &quot;G&quot; command will change the prompt to
34481 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34483 Typing the &quot;E&quot; command will change the prompt to
34485 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34487 You may even type both to get
34489 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34492 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34494 The reading of a signed message should not require any special action on
34495 your part.
34496 There should be an editorial addition at the start of the message which
34497 says either
34499 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34503 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34505 If an encrypted message is sent to you the encrypted text will not
34506 be shown.
34507 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34508 you are viewing the message) and supply your passphrase when asked.
34510 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34511 which gives you some information about the certificate used to sign or encrypt the message.
34513 <H2>MISCELLANEOUS</H2>
34515 If you have access to a private certificate in the PKCS12 format, which 
34516 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34517 use the following commands to generate private keys, public and certificate
34518 authorities certificates. In the examples below, we assume that the 
34519 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34520 that your email address is &quot;your@address.com&quot;.
34523 In order to create a private key use the command
34525 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34527 In order to create a public certificate use the command
34529 <CENTER><SAMP>
34530 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34531 </SAMP></CENTER>
34533 In order to create a certificate authority certificate use the command
34535 <CENTER><SAMP>
34536 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34537 </SAMP></CENTER>
34539 <P> If the previous command produces an empty file, it means that the 
34540 certificate authority was not included in the .p12 file, so you will have 
34541 to get it from some other sources. You will need these certificates, so 
34542 that you can validate correctly signatures.
34545 After you have exported these certificates and keys, you can  use the import 
34546 command in Alpine, from the S/MIME configuration screen,
34547 to import these certificates into Alpine. They will be available for use
34548 as soon as you import them.
34550 &lt;End of help on this topic&gt;
34551 </BODY>
34552 </HTML>
34553 ====== h_config_smime_pubcertdir =====
34554 <HTML>
34555 <HEAD>
34556 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34557 </HEAD>
34558 <BODY>
34559 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34561 UNIX Alpine only.
34563 If the option
34564 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34565 is set then this option will have no effect.
34567 Normally, Public Certificates for use with S/MIME will be stored in the directory
34568 which is the value of this option.
34569 Those certificates will be stored in PEM format, one certificate per file.
34570 The name of the file for the certificate corresponding to
34572 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34574 should be
34576 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34578 For example, a file for user@example.com would be in the file
34580 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34582 in this directory.
34584 Use the Setup/SMIME screen to modify this variable.
34586 Typically, the public certificates that you have will come from S/MIME signed
34587 messages that are sent to you.
34588 Alpine will extract the public certificate from the signed message and store
34589 it in the certificates directory.
34590 These PEM format public certificates look something like:
34591 <PRE>
34592 -----BEGIN CERTIFICATE-----
34593 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34594 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34595 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34597 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34598 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34599 -----END CERTIFICATE-----
34600 </PRE>
34602 <UL>   
34603 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34604 </UL><P>
34606 <UL>   
34607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34608 </UL><P>
34609 &lt;End of help on this topic&gt;
34610 </BODY>
34611 </HTML>
34612 ====== h_config_smime_pubcertcon =====
34613 <HTML>
34614 <HEAD>
34615 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34616 </HEAD>
34617 <BODY>
34618 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34620 UNIX Alpine only.
34622 If this option is set it will be used instead of
34623 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34625 This option gives you a way to store certificates remotely on an IMAP server
34626 instead of storing the certificates one per file locally.
34627 In order to do that you just give this option a remote folder name for a folder
34628 which does not yet exist.
34629 The name is similar to the name you might use for a remote configuration file.
34630 A remote folder name might look something like:
34632 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34635 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34636 about the syntax of folder names.
34638 Use the Setup/SMIME screen to modify this variable.
34640 <UL>   
34641 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34642 </UL><P>
34644 <UL>   
34645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34646 </UL><P>
34647 &lt;End of help on this topic&gt;
34648 </BODY>
34649 </HTML>
34650 ====== h_config_smime_privkeydir =====
34651 <HTML>
34652 <HEAD>
34653 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34654 </HEAD>
34655 <BODY>
34656 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34658 UNIX Alpine only.
34660 In order to sign outgoing S/MIME messages you will need a
34661 personal digital ID certificate.
34662 You will usually get such a certificate from a certificate authority such as
34663 Thawte or CAcert.
34664 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34665 need the public certificate of the recipient instead.)
34666 If the option
34667 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34668 is set then this option will have no effect.
34670 Normally, Private Keys for use with S/MIME will be stored in the directory
34671 which is the value of this option.
34672 Those certificates will be stored in PEM format, one certificate per file.
34673 The name of the file for the certificate corresponding to your
34675 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34677 should be
34679 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34681 For example, if your address is user@example.com the name of the file would be
34683 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34685 in this directory.
34687 Use the Setup/SMIME screen to modify this variable.
34689 Typically, the private key that you have will come from a Certificate
34690 Authority.
34691 The private key should be stored in a PEM format file that
34692 looks something like:
34693 <PRE>
34694 -----BEGIN RSA PRIVATE KEY-----
34695 Proc-Type: 4,ENCRYPTED
34696 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34698 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34699 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34700 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34702 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34703 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34704 -----END RSA PRIVATE KEY-----
34705 </PRE>
34707 <UL>   
34708 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34709 </UL><P>
34711 <UL>   
34712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34713 </UL><P>
34714 &lt;End of help on this topic&gt;
34715 </BODY>
34716 </HTML>
34717 ====== h_config_smime_privkeycon =====
34718 <HTML>
34719 <HEAD>
34720 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34721 </HEAD>
34722 <BODY>
34723 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34725 UNIX Alpine only.
34727 If this option is set it will be used instead of
34728 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34730 This option gives you a way to store keys remotely on an IMAP server
34731 instead of storing the keys one per file locally.
34732 In order to do that you just give this option a remote folder name for a folder
34733 which does not yet exist.
34734 The name is similar to the name you might use for a remote configuration file.
34735 A remote folder name might look something like:
34737 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34740 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34741 about the syntax of folder names.
34743 Use the Setup/SMIME screen to modify this variable.
34745 <UL>   
34746 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34747 </UL><P>
34749 <UL>   
34750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34751 </UL><P>
34752 &lt;End of help on this topic&gt;
34753 </BODY>
34754 </HTML>
34755 ====== h_config_smime_cacertdir =====
34756 <HTML>
34757 <HEAD>
34758 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34759 </HEAD>
34760 <BODY>
34761 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34763 UNIX Alpine only.
34765 If the option
34766 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34767 is set then this option will have no effect.
34769 CACert is a shorthand name for certification authority certificate.
34770 Normally Alpine will use the CACerts that are located in the standard system
34771 location for CACerts.
34772 It may be the case that one of your correspondents has a Digital ID which has
34773 been signed by a certificate authority that is not in the regular set of system certificate
34774 authorities.
34775 You may supplement the system list by adding further certificates of your own.
34776 These should  be stored in the directory
34777 which is the value of this option.
34778 The certificates will be stored in PEM format, one certificate per file.
34779 The names of the files can be anything ending in &quot;.crt&quot;.
34781 Use the Setup/SMIME screen to modify this variable.
34783 These PEM format CA certificates look very similar to your public
34784 certificates for particular email addresses
34785 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34787 <UL>   
34788 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34789 </UL><P>
34791 <UL>   
34792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34793 </UL><P>
34794 &lt;End of help on this topic&gt;
34795 </BODY>
34796 </HTML>
34797 ====== h_config_smime_cacertcon =====
34798 <HTML>
34799 <HEAD>
34800 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34801 </HEAD>
34802 <BODY>
34803 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34805 UNIX Alpine only.
34807 If this option is set it will be used instead of
34808 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34810 This option gives you a way to store certificates remotely on an IMAP server
34811 instead of storing the certificates one per file locally.
34812 In order to do that you just give this option a remote folder name for a folder
34813 which does not yet exist.
34814 The name is similar to the name you might use for a remote configuration file.
34815 A remote folder name might look something like:
34817 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34820 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34821 about the syntax of folder names.
34823 Use the Setup/SMIME screen to modify this variable.
34825 <UL>   
34826 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34827 </UL><P>
34829 <UL>   
34830 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34831 </UL><P>
34832 &lt;End of help on this topic&gt;
34833 </BODY>
34834 </HTML>
34835 ========== h_config_smime_sign_by_default ==========
34836 <HTML>
34837 <HEAD>
34838 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34839 </HEAD>
34840 <BODY>
34841 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34843 UNIX Alpine only.
34845 This feature only has an effect if your version of Alpine includes
34846 support for S/MIME.
34847 It affects Alpine's behavior when you send a message.
34848 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34850 Only the default value is affected.
34851 In any case, you may still toggle the Signing option on or off before sending
34852 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34853 certificate).
34855 <UL>   
34856 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34857 </UL><P>
34860 <UL>   
34861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34862 </UL><P>
34863 &lt;End of help on this topic&gt;
34864 </BODY>
34865 </HTML>
34866 ========== h_config_smime_use_cert_store ==========
34867 <HTML>
34868 <HEAD>
34869 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34870 </HEAD>
34871 <BODY>
34872 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34874 UNIX Alpine only.
34876 This feature only has an effect if your version of Alpine includes
34877 support for S/MIME.
34878 It affects Alpine's behavior when you validate a message, and should
34879 not be disabled, unless you are performing a test.
34881 There are two important aspects of validation: validation of the message
34882 (that is, the message was not modified after it was sent) 
34883 as well as validation of the identity of the sender. This option has to 
34884 do with the latter. 
34886 In order to validate that the message came from the sender in the message
34887 and not an impersonator, Alpine can 
34888 either use the certificates that come in the message, or the ones that 
34889 you have personally stored. If this feature is enabled (the default) then 
34890 Alpine will use certificates that you have already saved in your store 
34891 and not those that come in the message to validate the sender of the 
34892 message. This behavior helps you prevent against impersonation, because 
34893 it is assumed that you trust the certificates that you have saved, and 
34894 might not trust those that came with the message that you are validating.
34896 <UL>   
34897 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34898 </UL><P>
34901 <UL>   
34902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34903 </UL><P>
34904 &lt;End of help on this topic&gt;
34905 </BODY>
34906 </HTML>
34907 ========== h_config_smime_pubcerts_in_keychain ==========
34908 <HTML>
34909 <HEAD>
34910 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34911 </HEAD>
34912 <BODY>
34913 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34915 UNIX Alpine only.
34917 If this feature is set the Mac OS X default keychain will be used as the place
34918 to store public certificates instead of a
34919 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34920 or a
34921 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34923 <UL>   
34924 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34925 </UL><P>
34927 <UL>   
34928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34929 </UL><P>
34930 &lt;End of help on this topic&gt;
34931 </BODY>
34932 </HTML>
34933 ========== h_config_smime_dont_do_smime ==========
34934 <HTML>
34935 <HEAD>
34936 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34937 </HEAD>
34938 <BODY>
34939 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34941 UNIX Alpine only.
34943 Setting this feature turns off all of Alpine's S/MIME support.
34944 You might want to set this if you are having trouble due to the S/MIME support.
34946 <UL>   
34947 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34948 </UL><P>
34951 <UL>   
34952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34953 </UL><P>
34954 &lt;End of help on this topic&gt;
34955 </BODY>
34956 </HTML>
34957 ========== h_config_smime_encrypt_by_default ==========
34958 <HTML>
34959 <HEAD>
34960 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34961 </HEAD>
34962 <BODY>
34963 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34965 UNIX Alpine only.
34967 This feature only has an effect if your version of Alpine includes
34968 support for S/MIME.
34969 It affects Alpine's behavior when you send a message.
34970 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34972 Only the default value is affected.
34973 In any case, you may still toggle the Encrypt option on or off before sending
34974 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34975 for the recipient).
34977 <UL>   
34978 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34979 </UL><P>
34982 <UL>   
34983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34984 </UL><P>
34985 &lt;End of help on this topic&gt;
34986 </BODY>
34987 </HTML>
34988 ========== h_config_smime_remember_passphrase ==========
34989 <HTML>
34990 <HEAD>
34991 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34992 </HEAD>
34993 <BODY>
34994 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34996 UNIX Alpine only.
34998 This feature only has an effect if your version of Alpine includes
34999 support for S/MIME.
35000 If this option is set, you will only have to enter your passphrase for your private key
35001 once during an Alpine session.
35003 <UL>   
35004 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35005 </UL><P>
35008 <UL>   
35009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35010 </UL><P>
35011 &lt;End of help on this topic&gt;
35012 </BODY>
35013 </HTML>
35014 ====== h_config_smime_transfer_pub_to_con =====
35015 <HTML>
35016 <HEAD>
35017 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35018 </HEAD>
35019 <BODY>
35020 <H1>S/MIME: Transfer Public Certs to Container</H1>
35022 UNIX Alpine only.
35024 The Transfer command will copy the public certificates in your configured
35025 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35026 to the container in your configured
35027 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35028 This might be useful if you decide to switch from using a cert directory to a cert
35029 container.
35031 Warning: Any previous contents in the container will be lost.
35033 <UL>   
35034 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35035 </UL><P>
35037 <UL>   
35038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35039 </UL><P>
35040 &lt;End of help on this topic&gt;
35041 </BODY>
35042 </HTML>
35043 ====== h_config_smime_transfer_pub_to_dir =====
35044 <HTML>
35045 <HEAD>
35046 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35047 </HEAD>
35048 <BODY>
35049 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35051 UNIX Alpine only.
35053 The Transfer command will copy the public certificates in your configured
35054 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35055 to the directory in your configured
35056 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35057 This might be useful if you decide to switch from using a cert container to a cert
35058 directory.
35060 <UL>   
35061 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35062 </UL><P>
35064 <UL>   
35065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35066 </UL><P>
35067 &lt;End of help on this topic&gt;
35068 </BODY>
35069 </HTML>
35070 ====== h_config_smime_transfer_priv_to_con =====
35071 <HTML>
35072 <HEAD>
35073 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35074 </HEAD>
35075 <BODY>
35076 <H1>S/MIME: Transfer Private Keys to Container</H1>
35078 UNIX Alpine only.
35080 The Transfer command will copy the private keys in your configured
35081 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35082 to the container in your configured
35083 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35084 This might be useful if you decide to switch from using a key directory to a key
35085 container.
35087 Warning: Any previous contents in the container will be lost.
35089 <UL>   
35090 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35091 </UL><P>
35093 <UL>   
35094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35095 </UL><P>
35096 &lt;End of help on this topic&gt;
35097 </BODY>
35098 </HTML>
35099 ====== h_config_smime_transfer_priv_to_dir =====
35100 <HTML>
35101 <HEAD>
35102 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35103 </HEAD>
35104 <BODY>
35105 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35107 UNIX Alpine only.
35109 The Transfer command will copy the private keys in your configured
35110 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35111 to the directory in your configured
35112 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35113 This might be useful if you decide to switch from using a key container to a key
35114 directory.
35116 <UL>   
35117 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35118 </UL><P>
35120 <UL>   
35121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35122 </UL><P>
35123 &lt;End of help on this topic&gt;
35124 </BODY>
35125 </HTML>
35126 ====== h_config_smime_transfer_cacert_to_con =====
35127 <HTML>
35128 <HEAD>
35129 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35130 </HEAD>
35131 <BODY>
35132 <H1>S/MIME: Transfer CA Certs to Container</H1>
35134 UNIX Alpine only.
35136 The Transfer command will copy the CA certificates in your configured
35137 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35138 to the container in your configured
35139 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35140 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35141 container.
35143 Warning: Any previous contents in the container will be lost.
35145 <UL>   
35146 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35147 </UL><P>
35149 <UL>   
35150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35151 </UL><P>
35152 &lt;End of help on this topic&gt;
35153 </BODY>
35154 </HTML>
35155 ====== h_config_smime_transfer_cacert_to_dir =====
35156 <HTML>
35157 <HEAD>
35158 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35159 </HEAD>
35160 <BODY>
35161 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35163 UNIX Alpine only.
35165 The Transfer command will copy the CA certificates in your configured
35166 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35167 to the directory in your configured
35168 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35169 This might be useful if you decide to switch from using a CA cert container to a CA cert
35170 directory.
35172 <UL>   
35173 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35174 </UL><P>
35176 <UL>   
35177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35178 </UL><P>
35179 &lt;End of help on this topic&gt;
35180 </BODY>
35181 </HTML>
35182 ====== h_config_smime_transfer_pubcon_to_key =====
35183 <HTML>
35184 <HEAD>
35185 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35186 </HEAD>
35187 <BODY>
35188 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35190 Mac OS X Alpine only.
35192 The Transfer command will copy the public certificates in your configured
35193 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35194 to your default Mac OS X Keychain.
35195 This might be useful if you decide to switch from using a cert container to using
35196 the Keychain to store your public certs, which you may do by using the
35197 feature
35198 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35200 <UL>   
35201 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35202 </UL><P>
35204 <UL>   
35205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35206 </UL><P>
35207 &lt;End of help on this topic&gt;
35208 </BODY>
35209 </HTML>
35210 ====== h_config_smime_transfer_pubkey_to_con =====
35211 <HTML>
35212 <HEAD>
35213 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35214 </HEAD>
35215 <BODY>
35216 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35218 UNIX Alpine only.
35220 The Transfer command will copy the public certificates in your configured
35221 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35222 to your default Mac OS X Keychain.
35223 This might be useful if you decide to switch from using a cert container to using
35224 the Keychain to store your public certs.
35226 <UL>   
35227 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35228 </UL><P>
35230 <UL>   
35231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35232 </UL><P>
35233 &lt;End of help on this topic&gt;
35234 </BODY>
35235 </HTML>
35236 ====== h_config_smime_public_certificates =====
35237 <HTML>
35238 <HEAD>
35239 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35240 </HEAD>
35241 <BODY>
35242 <H1>S/MIME: Manage Public Certificates</H1>
35244 UNIX Alpine only.
35246 This menu item allows you to manage your public certificates, this
35247 may include your own public certificate, but it normally includes
35248 certificates of people you correspond with. These certificates are
35249 saved by Alpine automatically when they are found in signed messages
35250 that you receive. This interface allows you to manage them, by
35251 giving you the option to delete them, or trust them (in the case
35252 of self-signed certificates).
35255 Please note that Alpine will not validate a message that was sent to you
35256 using a self-signed certificate, unless you decide to trust that certificate.
35257 Internally, a certificate is trusted by copying it to the
35258 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35259 collection. If you decide that you want to stop trusting a self-signed
35260 certificate, you must delete such certificate from such collection.
35262 The <B>I</B> Import command available in this screen allows you to 
35263 import a command to this collection.
35265 <UL>   
35266 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35267 </UL><P>
35269 <UL>   
35270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35271 </UL><P>
35272 &lt;End of help on this topic&gt;
35273 </BODY>
35274 </HTML>
35275 ====== h_config_smime_private_keys =====
35276 <HTML>
35277 <HEAD>
35278 <TITLE>S/MIME: Manage Private Keys</TITLE>
35279 </HEAD>
35280 <BODY>
35281 <H1>S/MIME: Manage Private Keys</H1>
35283 UNIX Alpine only.
35285 This option allows you to manage your private key. Normally a person has only
35286 one key, in the same way that a person only has one valid passport, or ID card,
35287 at any given time. This option allows you to manage private keys. You can
35288 delete them or import them. Additionally, you can view information
35289 about your public certificate, such as the issuer and the dates of validity
35290 of such certificate, among others.
35293 If you have more than one e-mail address for which you want to use the 
35294 same private key, you must add all those addresses to the private key at 
35295 the moment that the key is generated. When you receive a signed message using 
35296 a key generated for several e-mail addresses, Alpine will save a 
35297 certificate for each e-mail address included in such certificate.
35299 The <B>I</B> Import command available in this screen allows you to 
35300 import a command to this collection.
35302 <UL>   
35303 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35304 </UL><P>
35306 <UL>   
35307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35308 </UL><P>
35309 &lt;End of help on this topic&gt;
35310 </BODY>
35311 </HTML>
35312 ====== h_config_smime_certificate_authorities =====
35313 <HTML>
35314 <HEAD>
35315 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35316 </HEAD>
35317 <BODY>
35318 <H1>S/MIME: Manage Certificate Authorities</H1>
35320 UNIX Alpine only.
35322 This collection contains certificates that are needed to validate the 
35323 certificate of another person, and therefore contains certificates that 
35324 you trust. Typically a certificate is signed by another entity, called a 
35325 certificate authority. This option allows you to manage which certificates 
35326 you trust, allowing you to import them and to delete them or view information
35327 about each certificate, such as the issuer and the dates of validity
35328 of such certificate.
35330 The <B>I</B> Import command available in this screen allows you to 
35331 import a command to this collection.
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_certificate_information =====
35344 <HTML>
35345 <HEAD>
35346 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35347 </HEAD>
35348 <BODY>
35349 <H1>S/MIME: Certificate Information Screen</H1>
35351 UNIX Alpine only.
35353 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35354 such as its owner, e-mail address, issuer, and interval of validity, 
35355 among others.
35357 In the case of public certificates, this screen shows you if there was a
35358 failure when attempting to validate such message. If the certificate is
35359 self-signed, then the <B>T</B> Trust command will be available, which
35360 you can use to trust such certificate and make Alpine not fail validating 
35361 signatures signed with such certificate.
35363 You can also mark a certificate deleted, with the <B>D</B> command, or 
35364 remove the deleted mark with the <B>U</B> undelete command.
35366 In the case of your private key, Alpine shows you the information
35367 from your public key. Additionally, Alpine allows you to see public
35368 and private information about your key, with the <B>B</B> and
35369 <B>R</B> commands respectively.
35370 <UL>   
35371 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35372 </UL><P>
35374 <UL>   
35375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35376 </UL><P>
35377 &lt;End of help on this topic&gt;
35378 </BODY>
35379 </HTML>
35380 ====== h_config_smime_manage_public_menu =====
35381 <HTML>
35382 <HEAD>
35383 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35384 </HEAD>
35385 <BODY>
35386 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35388 UNIX Alpine only.
35390 This screen allows you to manage your public certificates. 
35392 The format of this screen is as follows. There are five fields: The 
35393 leftmost field is normally empty, but it could contain the letter 
35394 &quot;D&quot; to indicate that that certificate has been marked for 
35395 deletion. The next field is the e-mail address of the owner of the 
35396 certificate, shown in its entirety. The third and fourth field are the 
35397 first and last day validity for that certificate, respectively. The date
35398 is displayed in the user's locale unless the option 
35399 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35400 is set. In this case, the month, day and year are represented by two
35401 digits, and the format used is mm/dd/yy. Finally, the fifth 
35402 field is what can be displayed of the MD5 hash of the certificate. You can 
35403 use any of the last three fields to distinguish between two certificates 
35404 for the same owner.
35406 Available commands in this screen and a short description of what they 
35407 do follows.
35408 <UL>
35409 <LI> <B>I</B> Imports a public certificate to this collection.
35410 <LI> <B>V</B> View information about a certificate such as the name of the person the
35411 certificate was issued to, its dates of validity, and validity status.
35412 <LI> <B>D</B> Marks a certificate deleted.
35413 <LI> <B>U</B> Removes the deletion mark on a certificate.
35414 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35415 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35416 trust a certificate by copying it to the collection of trusted certificates.
35417 </UL>
35419 All commands provide feedback to let you know about their success or failure.
35421 <UL>   
35422 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35423 </UL><P>
35425 <UL>   
35426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35427 </UL><P>
35428 &lt;End of help on this topic&gt;
35429 </BODY>
35430 </HTML>
35431 ====== h_config_smime_manage_private_menu =====
35432 <HTML>
35433 <HEAD>
35434 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35435 </HEAD>
35436 <BODY>
35437 <H1>S/MIME: Commands that Manage Private Keys</H1>
35439 UNIX Alpine only.
35441 This screen allows you to manage your private key.
35443 The format of this screen is as follows. There are five fields: The 
35444 leftmost field is normally empty, but it could contain the letter 
35445 &quot;D&quot; to indicate that that certificate has been marked for 
35446 deletion. The next field is the e-mail address of the owner of the 
35447 certificate, shown in its entirety. The third field is the first day of 
35448 validity for that certificate; the fourth field in the last day that that 
35449 certificate is valid, and the fifth field is what can be displayed of the 
35450 MD5 hash of the public certificate corresponding to this private key. You 
35451 can use any of the last three fields to distinguish between two 
35452 certificates for the same owner.
35454 Available commands and a short description of what they do follows.
35455 <UL>
35456 <LI> <B>I</B> Imports a new public key to this collection.
35457 <LI> <B>V</B> View information about the public certificate corresponding to this
35458 key.
35459 <LI> <B>D</B> Marks a key to be deleted.
35460 <LI> <B>U</B> Removes the deletion mark on a key.
35461 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35462 Note that expunging a private key does not remove the public key, which must
35463 be removed separately.
35464 </UL>
35466 All commands provide feedback to let you know about their success or failure.
35468 <UL>   
35469 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35470 </UL><P>
35472 <UL>   
35473 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35474 </UL><P>
35475 &lt;End of help on this topic&gt;
35476 </BODY>
35477 </HTML>
35478 ====== h_config_smime_manage_cacerts_menu =====
35479 <HTML>
35480 <HEAD>
35481 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35482 </HEAD>
35483 <BODY>
35484 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35486 UNIX Alpine only.
35488 This screen allows you to manage your collection of certificates that you
35489 trust. 
35491 The format of this screen is as follows. There are five fields: The 
35492 leftmost field is normally empty, but it could contain the letter 
35493 &quot;D&quot; to indicate that that certificate has been marked for 
35494 deletion. The next field is the e-mail address of the owner of the 
35495 certificate, shown in its entirety. The third field is the first day of 
35496 validity for that certificate; the fourth field in the last day that that 
35497 certificate is valid, and the fifth field is what can be displayed of the 
35498 MD5 hash of the certificate. You can use any of the last three fields to 
35499 distinguish between two certificates for the same owner.
35501 Available commands and a short description of what they do follows.
35502 <UL>
35503 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35504 done by reading the certificate and validating it. Once a certificate
35505 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35506 to the certificate, if necessary.
35507 <LI> <B>V</B> View information about this certificate, such as its issuer 
35508 and validity dates.
35509 <LI> <B>D</B> Marks a certificate to be deleted.
35510 <LI> <B>U</B> Removes the deletion mark on a certificate.
35511 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35512 </UL>
35514 All commands provide feedback to let you know about their success or failure.
35516 <UL>
35517 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35518 </UL><P>
35520 <UL>   
35521 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35522 </UL><P>
35523 &lt;End of help on this topic&gt;
35524 </BODY>
35525 </HTML>
35526 ====== h_config_lame_list_mode =====
35527 <HTML>
35528 <HEAD>
35529 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35530 </HEAD>
35531 <BODY>
35532 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35534 This feature modifies the method Alpine uses to ask your IMAP
35535 server for folder names to display in the FOLDER LIST screen.
35536 It is intended to compensate for a small set of IMAP servers that
35537 are programmed to ignore a part of the request, and thus respond
35538 to Alpine's query with nonsensical results.
35541 If you find that Alpine is erroneously displaying blank folder lists,
35542 try enabling this feature.
35545 NOTE: Enabling this feature has consequences for the Goto and Save
35546 commands.  Many servers allow access to folders outside the area
35547 reserved for your personal folders via some reserved character,
35548 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35549 allows, at the Goto and Save prompts, quick access to folders
35550 outside your personal folder collection without requiring a specific
35551 collection definition.  This behavior will generally not be available
35552 when this feature is enabled.
35555 <UL>   
35556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35557 </UL><P>
35558 &lt;End of help on this topic&gt;
35559 </BODY>
35560 </HTML>
35561 ====== h_config_enable_mulnewsrcs =====
35562 <HTML>
35563 <HEAD>
35564 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35565 </HEAD>
35566 <BODY>
35567 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35569 This feature makes it so Alpine can use multiple newsrcs based on
35570 the news server being connected to, which allows for separate lists
35571 of subscribed-to newsgroups. When this feature is not set, there is only
35572 one list of newsgroups.
35574 Under this feature, the name of a newsrc is based on the news server.
35575 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35576 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35577 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35578 Setting this feature for the first time will allow for the option of using
35579 your old newsrc the next time you read news.
35581 If this feature is set, then the feature
35582 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35583 also may affect the name of the newsrc file that is used.
35585 <UL>   
35586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35587 </UL><P>
35588 &lt;End of help on this topic&gt;
35589 </BODY>
35590 </HTML>
35591 ======= h_ab_export_vcard =======
35592 <HTML>
35593 <HEAD>
35594 <TITLE>Address Book Export Format</TITLE>
35595 </HEAD>
35596 <BODY>
35597 <H1>Address Book Export Format</H1>
35599 You are exporting address book data from Alpine to a file outside of Alpine.
35600 You are being asked to choose the format of the export.
35601 Here are the choices:
35603 <DL>
35604 <DT><EM>A</EM>ddress List</DT>
35605 <DD>
35606 The addresses from the address book entries you are saving
35607 from will be saved one address per line.
35608 Address book lists (those with more than one address) will have
35609 all of their addresses saved separately.
35610 </DD>
35612 <DT><EM>V</EM>Card</DT>
35613 <DD>
35614 The entries will be saved in
35615 <A HREF="h_whatis_vcard">vCard</A> format.
35616 </DD>
35618 <DT><EM>T</EM>ab Separated</DT>
35619 <DD>
35620 The entries will be saved in tab-separated columns.
35621 There will be just 4 columns of data that correspond to Alpine's
35622 Nickname field, Full Name field, Address field, and Comment field.
35623 It might prove useful to Select only the Simple, non-List address book
35624 entries before Saving.
35625 </DD>
35627 <DT><EM>^C</EM> Cancel</DT>
35628 <DD>
35629 Cancel out of the Save.
35630 </DD>
35632 </DL>
35636 &lt;End of help on this topic&gt;
35637 </BODY>
35638 </HTML>
35639 ====== h_config_predict_nntp_server =====
35640 <HTML>
35641 <HEAD>
35642 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35643 </HEAD>
35644 <BODY>
35645 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35647 This feature allows Alpine to assume that the open NNTP server at the
35648 time of composition is the NNTP server to which the message should be
35649 posted.  This is especially recommended when there are multiple News
35650 collections.  If this feature is not set, Alpine will try to post to the first server in
35651 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35652 this feature also negates the need to add News collection servers to
35653 the <!--#echo var="VAR_nntp-server"--> variable.
35655 This feature can be especially handy when used in conjunction with
35656 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35658 <UL>   
35659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35660 </UL><P>
35661 &lt;End of help on this topic&gt;
35662 </BODY>
35663 </HTML>
35664 ====== h_config_nntp_search_uses_overview =====
35665 <HTML>
35666 <HEAD>
35667 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35668 </HEAD>
35669 <BODY>
35670 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35672 This feature should probably be turned on unless it causes trouble.
35673 The results of the NNTP overview command (XOVER) may be used to help
35674 with some searches in news groups.
35675 It should result in quicker response time.
35676 Turning this feature on apparently causes search results which are
35677 different from what you would get with the feature turned off on some
35678 servers.
35680 <UL>   
35681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35682 </UL><P>
35683 &lt;End of help on this topic&gt;
35684 </BODY>
35685 </HTML>
35686 ====== h_config_thread_sorts_by_arrival =====
35687 <HTML>
35688 <HEAD>
35689 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35690 </HEAD>
35691 <BODY>
35692 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35694 This feature affects how a threading sort arranges threads.  The default way
35695 to arrange threads is by the date of the earliest message in the thread.
35696 This feature arranges threads by the last message to arrive in a thread.
35698 This feature causes old threads that get recent messages to sort to the bottom,
35699 where previously a message arrival to a thread would not rearrange the order of
35700 that thread.
35702 <UL>   
35703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35704 </UL><P>
35705 &lt;End of help on this topic&gt;
35706 </BODY>
35707 </HTML>
35708 ====== h_config_textplain_int =====
35709 <HTML>
35710 <HEAD>
35711 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35712 </HEAD>
35713 <BODY>
35714 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35716 This feature modifies the method Alpine uses to display Text/Plain
35717 MIME attachments from the Attachment Index screen.  Normally, the
35718 &quot;View&quot; command searches for any externally defined (usually
35719 via the
35720 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35721 and displays the selected text within that viewer.
35724 Enabling this feature causes Alpine to ignore any external viewer
35725 settings and always display text with Alpine's internal viewer.
35728 <UL>   
35729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35730 </UL><P>
35731 &lt;End of help on this topic&gt;
35732 </BODY>
35733 </HTML>
35734 ====== h_config_wp_columns =====
35735 <HTML>
35736 <HEAD>
35737 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35738 </HEAD>
35739 <BODY>
35740 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35742 Web Alpine only.
35744 This configuration setting specifies the number of horizontal characters
35745 used to format various WebAlpine pages.  Smaller values will tend to reduce
35746 the amount of horizontal scrolling required to view pages within narrow
35747 browsers, such as those found on PDAs, and larger values will tend to 
35748 spread more information across the page.
35751 The Message List page uses the width to determine how many characters
35752 to assign each field.  Note, a smaller value may result in a disproportionate
35753 amount of blank space between fields on each line.  Similarly, a large
35754 value may result in cramped fields or horizontal scrolling.
35757 The Message View page uses this value to determine when to wrap lines
35758 in displayed message text.  Note, a smaller value may result in jagged
35759 right margins or confusing quoting.  A larger value may cause lines of text to
35760 run beyond the browser's right edge, requiring horizontal scrolling.
35763 <UL>   
35764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35765 </UL><P>
35766 &lt;End of help on this topic&gt;
35767 </BODY>
35768 </HTML>
35769 ====== h_config_wp_state =====
35770 <HTML>
35771 <HEAD>
35772 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35773 </HEAD>
35774 <BODY>
35775 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35777 Web Alpine only.
35779 Various aspects of cross-session state.
35782 <UL>   
35783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35784 </UL><P>
35785 &lt;End of help on this topic&gt;
35786 </BODY>
35787 </HTML>
35788 ====== h_config_wp_aggstate =====
35789 <HTML>
35790 <HEAD>
35791 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35792 </HEAD>
35793 <BODY>
35794 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35796 Web Alpine only.
35798 Aggregate operations tab state.
35801 <UL>   
35802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35803 </UL><P>
35804 &lt;End of help on this topic&gt;
35805 </BODY>
35806 </HTML>
35807 ====== h_config_wp_indexlines =====
35808 <HTML>
35809 <HEAD>
35810 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35811 </HEAD>
35812 <BODY>
35813 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35815 Web Alpine only.
35817 Number of index lines in table.
35820 <UL>   
35821 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35822 </UL><P>
35823 &lt;End of help on this topic&gt;
35824 </BODY>
35825 </HTML>
35826 ====== h_config_wp_indexheight =====
35827 <HTML>
35828 <HEAD>
35829 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35830 </HEAD>
35831 <BODY>
35832 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35834 Web Alpine only.
35836 Index table row height.
35839 <UL>   
35840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35841 </UL><P>
35842 &lt;End of help on this topic&gt;
35843 </BODY>
35844 </HTML>
35845 ====== h_config_rss_news =====
35846 <HTML>
35847 <HEAD>
35848 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35849 </HEAD>
35850 <BODY>
35851 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35853 Web Alpine only.
35855 RSS News feed.
35858 <UL>   
35859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35860 </UL><P>
35861 &lt;End of help on this topic&gt;
35862 </BODY>
35863 </HTML>
35864 ====== h_config_rss_weather =====
35865 <HTML>
35866 <HEAD>
35867 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35868 </HEAD>
35869 <BODY>
35870 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35872 Web Alpine only.
35874 RSS Weather feed.
35877 <UL>   
35878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35879 </UL><P>
35880 &lt;End of help on this topic&gt;
35881 </BODY>
35882 </HTML>
35883 ====== h_config_send_confirms_only_expanded =====
35884 <HTML>
35885 <HEAD>
35886 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35887 </HEAD>
35888 <BODY>
35889 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35891 This Web Alpine option specifies whether or not a Send confirmations
35892 happens when a composed message is readied for sending or not.  The
35893 default behavior is to not confirm that the nicknames were expanded to
35894 the intended addresses.
35897 <UL>   
35898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35899 </UL><P>
35900 &lt;End of help on this topic&gt;
35901 </BODY>
35902 </HTML>
35903 ====== h_config_enable_jump_command =====
35904 <HTML>
35905 <HEAD>
35906 <TITLE>FEATURE: enable-jump-command</TITLE>
35907 </HEAD>
35908 <BODY>
35909 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35911 This Web Alpine option specifies whether or not a Jump command is
35912 offered in the Message List and Message View pages.  The command is
35913 implemented as an input field in the left column of the List and View
35914 screens. 
35917 When enabled and a number is entered in the input field while the
35918 Message List is displayed, the Message List is reframed with the
35919 specified message.  While viewing a message, the message associated
35920 with the specified message number is displayed.
35923 <UL>   
35924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35925 </UL><P>
35926 &lt;End of help on this topic&gt;
35927 </BODY>
35928 </HTML>
35929 ====== h_config_enable_newmail_sound =====
35930 <HTML>
35931 <HEAD>
35932 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35933 </HEAD>
35934 <BODY>
35935 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35937 This Web Alpine option specifies whether or not a sound file is sent
35938 to the web browser along with the newmail notification message.
35942 <UL>   
35943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35944 </UL><P>
35945 &lt;End of help on this topic&gt;
35946 </BODY>
35947 </HTML>
35948 ====== h_config_render_html_internally =====
35949 <HTML>
35950 <HEAD>
35951 <TITLE>FEATURE: render-html-internally</TITLE>
35952 </HEAD>
35953 <BODY>
35954 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35956 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35957 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35958 the HTML text into plain text in the same way Unix and PC-Alpine do.
35962 <UL>   
35963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35964 </UL><P>
35965 &lt;End of help on this topic&gt;
35966 </BODY>
35967 </HTML>
35968 ====== h_config_role_undo =====
35969 Yes, remember changes and exit back to list of roles; No, discard changes
35970 made in this screen; ^C, cancel exit and stay in this config screen.
35971 ====== h_exit_editor =====
35972 S, save changes and exit from the editor; D, do not save changes but
35973 do exit from the editor; or ^C, cancel exit and stay in the editor.
35974 ====== h_config_undo =====
35975 Yes, save changes and exit; No, exit without saving any changes made since
35976 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35977 ====== h_os_index_whereis =====
35978 Enter ^V or ^Y to go immediately to the last or first message in the index.
35979 Or, enter the match string followed by RETURN.
35980 ====== h_os_index_whereis_agg =====
35981 Enter ^V or ^Y to go immediately to the last or first message in the index,
35982 Or, enter the match string followed by RETURN (or ^X to select all matches).
35983 =========== h_oe_add_full ==================
35984 Type the full name of the person being added and press the RETURN key.
35985 Press ^C to cancel addition.
35986 =========== h_oe_add_nick ==================
35987 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35988 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35989 ========== h_oe_add_addr ================
35990 Type the e-mail address and press RETURN.
35991 Press ^C to cancel addition.
35992 ========== h_oe_crlst_full ==============
35993 Type a long name or description for the list that you are creating and
35994 press RETURN.  Press ^C to cancel creation of list.
35995 =========== h_oe_crlst_nick =============
35996 Type a nickname (short, easy-to-remember name or single word) for the list
35997 you are creating and press RETURN.  Press ^C to cancel.
35998 ========== h_oe_crlst_addr ==============
35999 Type an e-mail address, or a nickname already in the address book that you
36000 want to be part of this list and press RETURN.
36001 ========== h_oe_adlst_addr =============
36002 Type an e-mail address or a nickname already in the address book that you
36003 want to add to this list and press RETURN.
36004 ========== h_oe_editab_nick ============
36005 Change the nickname using the arrow keys and delete key.  Press RETURN
36006 when done.  Press ^C to cancel editing and leave the nickname as it was.
36007 ========== h_oe_editab_full ============
36008 Change the full name using the arrow keys and delete key.  Press RETURN
36009 when done.  Press ^C to cancel editing and leave the full name as it was.
36010 ========== h_oe_editab_addr ============
36011 Change the address using the arrow keys and delete key.  Press RETURN
36012 when done.  Press ^C to cancel editing and leave the address as it was.
36013 ========== h_oe_editab_fcc ============
36014 Change the fcc using the arrow keys and delete key.  Press RETURN when
36015 done.  Press ^C to cancel editing and leave the fcc as it was.
36016 ========== h_oe_editab_comment ============
36017 Change the comment field using the arrow keys and delete key.  Press RETURN
36018 when done.  Press ^C to cancel editing and leave the comment as it was.
36019 ====== h_ab_forward =====
36020 Yes, expand nicknames and qualify local names with your current domain name;
36021 No, leave nicknames and local names as is;  ^C, cancel.
36022 ========== h_ab_export ==========
36023 Type the name of a file to write the addresses into and
36024 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36025 ========== h_ab_edit_a_field ==========
36026 Edit any of the fields of the currently selected entry by typing one of the
36027 letters at the bottom of the screen.  Press ^C to cancel edit.
36028 ====== h_ab_del_data_revert =====
36029 Press B to completely delete addrbook and revert to default, C to delete config
36030 and revert while leaving data, or D to only delete data (make it empty).
36031 ====== h_ab_del_data_modify =====
36032 Press B to completely delete addrbook, C to delete configuration while leaving
36033 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36034 ====== h_ab_del_config_modify =====
36035 Yes, remove this address book from my configuration.
36036 No, make no changes now.
36037 ====== h_ab_del_config_revert =====
36038 Yes, remove this address book from my config and revert to default.
36039 No, make no changes now.
36040 ====== h_ab_del_default =====
36041 Yes, remove this default address book from my configuration.
36042 No, make no changes now.
36043 ====== h_ab_really_delete =====
36044 Yes, delete the actual contents of the address book, not just the 
36045 configuration.  No, don't delete the data after all, cancel and start over.
36046 ====== h_ab_del_ignore =====
36047 Press I to ignore all the default address books for this category.  Press R to
36048 remove this one address book and add the others to your personal list.
36049 ====== h_ab_del_dir_ignore =====
36050 Press I to ignore all the default directory servers for this category.
36051 Press R to remove this one server and add the others to your personal list.
36052 ====== h_ab_copy_dups =====
36053 Yes, overwrite the existing entry.
36054 No, skip duplicates but save the rest. Press ^C to cancel.
36055 ====== h_confirm_cancel =====
36056 Type C to Confirm that you want to abandon the message you are composing.
36057 Type N or ^C to cancel out of the cancel and keep composing.
36058 ====== h_ab_text_or_vcard =====
36059 Text, start composer with displayed text already included.
36060 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36061 ====== h_ab_backup_or_ldap =====
36062 Backup, copy email address from entry and allow editing of it.
36063 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36064 ====== h_ldap_text_or_vcard =====
36065 Text: export displayed text for selected entry. Address: export only the
36066 email address. VCard: export entry in vCard format. ^C cancels.
36067 ====== h_ab_save_exp =====
36068 Save, save entry or entries to an address book.
36069 Export, save to file outside of pine. ^C cancels save.
36070 ====== h_ab_add =====
36071 A, add a brand new entry to this address book.
36072 E, edit the entry that is currently highlighted. ^C to cancel.
36073 ====== h_ab_shuf =====
36074 U, swap order of highlighted address book and the one above it.
36075 D, swap order of highlighted address book and the one below it. ^C to cancel.
36076 ====== h_ab_shuf_up =====
36077 U, swap order of highlighted address book and the one above it.
36078 Press ^C to cancel.
36079 ====== h_ab_shuf_down =====
36080 D, swap order of highlighted address book and the one below it.
36081 Press ^C to cancel.
36082 ====== h_folder_prop =====
36083 Count is # of messages in the folder, Unseen means messages that have not
36084 been read, New means messages that were Recently added to the folder.
36085 ====== h_role_shuf =====
36086 U, swap order of highlighted rule and the one above it.
36087 D, swap order of highlighted rule and the one below it. ^C to cancel.
36088 ====== h_role_shuf_up =====
36089 U, swap order of highlighted rule and the one above it.
36090 Press ^C to cancel.
36091 ====== h_role_shuf_down =====
36092 D, swap order of highlighted rule and the one below it.
36093 Press ^C to cancel.
36094 ====== h_incoming_shuf =====
36095 B, swap order of highlighted directory and the one before it.
36096 F, swap order of highlighted directory and the one after it. ^C to cancel.
36097 ====== h_incoming_shuf_up =====
36098 B, swap order of highlighted directory and the one before it.
36099 Press ^C to cancel.
36100 ====== h_incoming_shuf_down =====
36101 F, swap order of highlighted directory and the one after it.
36102 Press ^C to cancel.
36103 ====== h_dir_shuf =====
36104 U, swap order of highlighted directory and the one above it.
36105 D, swap order of highlighted directory and the one below it. ^C to cancel.
36106 ====== h_dir_shuf_up =====
36107 U, swap order of highlighted directory and the one above it.
36108 Press ^C to cancel.
36109 ====== h_dir_shuf_down =====
36110 D, swap order of highlighted directory and the one below it.
36111 Press ^C to cancel.
36112 ====== h_hdrcolor_shuf =====
36113 U, swap order of highlighted Header Color and the one above it.
36114 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36115 ====== h_hdrcolor_shuf_up =====
36116 U, swap order of highlighted Header Color and the one above it.
36117 Press ^C to cancel.
36118 ====== h_hdrcolor_shuf_down =====
36119 D, swap order of highlighted Header Color and the one below it.
36120 Press ^C to cancel.
36121 ========== h_oe_editab_al ============
36122 Change the address using the arrow keys and delete key.  Press RETURN
36123 when done.  Press ^C to cancel editing and leave the address as it was.
36124 ========== h_dir_comp_search ===============
36125 Type a string to look for just like you would in the composer. Your configured
36126 rules for the servers with the implicit flag set will be used.
36127 ========== h_oe_searchab ===============
36128 Type the word or name you want to search for and press RETURN.  If you press
36129 RETURN without entering anything the word in [] will be searched for.
36130 ========== h_oe_chooseabook ==========
36131 Choose the address book you want to save the new entry in.
36132 Use ^N or ^P to change address books.  ^C to cancel.
36133 ========== h_oe_takeaddr ==========
36134 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36135 when done.  Press ^C to cancel adding this entry to the address book.
36136 ========== h_oe_take_replace ==========
36137 Press R to replace the old entry with this new data.  You will still have
36138 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36139 ========== h_oe_take_replace_or_add ==========
36140 Press R to replace the old entry.  Press A to add the selected addresses to
36141 the old existing list.  N to enter another nickname. ^C to cancel now.
36142 ========== h_oe_takename ==========
36143 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36144 when done.  Press ^C to cancel adding this entry to the address book.
36145 ========== h_oe_takenick ==========
36146 Type a nickname (short easy-to-remember name, initials or single word) for this
36147 entry in the address book and press RETURN.  Press ^C to cancel addition.
36148 ========== h_oe_jump ==========
36149 Type the message number you want to jump to and press RETURN.  The word "end"
36150 represents the last message. Press ^C to cancel jumping to another message.
36151 ========== h_oe_jump_thd ==========
36152 Type the thread number you want to jump to and press RETURN.  The word "end"
36153 represents the last thread. Press ^C to cancel jumping to another thread.
36154 ========== h_oe_debuglevel ==========
36155 Higher number shows more debugging details.
36156 Press ^C if you want to cancel the change.
36157 ========== h_oe_broach ==========
36158 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36159 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36160 ========== h_oe_foldsearch ==========
36161 Type the text you want to search for in foldernames and press RETURN.  If you
36162 press RETURN without entering anything, any text in [] will be searched for.
36163 ========== h_oe_foldrename ==========
36164 Change the old name of the folder to the new name using the arrow and
36165 delete keys and press RETURN.  Press ^C to cancel rename.
36166 ========== h_oe_login ==========
36167 Enter your login name for the host you are opening the mailbox on.  Just press
36168 RETURN to use your login from this host as is, or edit it with delete key.
36169 ========== h_oe_passwd ==========
36170 Type your password for the host and login shown as part of the prompt.
36171 Press ^C to cancel opening folder.
36172 ========== h_oe_choosep ==========
36173 Enter the number associated with the printer you want to select.  Press ^C to
36174 cancel the printer selection.  The current selection is highlighted.
36175 ========== h_oe_customp ==========
36176 Type the name of the Unix print command and press RETURN.  Press ^C to
36177 cancel the printer selection.
36178 ========== h_oe_searchview ==========
36179 Type the word or name you want to search for and press RETURN.  If you press
36180 RETURN without entering anything the word in [] will be searched for.
36181 ========== h_oe_keylock ==========
36182 The keyboard is in use and locked by another user.  Only that user can
36183 unlock this keyboard by typing the password.
36184 ========== h_wt_expire ==========
36185 At the beginning of each month Alpine offers to rename your current sent-mail
36186 folder to one named for the month so you have a sent-mail folder for each month
36187 ========== h_wt_delete_old ==========
36188 It is the beginning of the month, and we need to conserve disk
36189 space.  Please delete any sent-mail that you do not need.
36190 ========== h_select_sort ==========
36191 Select the order for sorting the index by typing the capitalized letter.
36192 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36193 ========== h_no_F_arg ============
36194 Enter name of file to be opened.
36196 ========== h_sticky_personal_name ==========
36197 Type in your name as you want it to appear on outgoing email.  This entry
36198 will be saved into your Alpine configuration file.
36199 ========== h_sticky_inbox ============
36200 INBOX syntax is usually {complete.machine.name}INBOX
36201 This entry will be saved in your Alpine configuration file.
36202 ========== h_sticky_smtp ============
36203 The name of the computer on your campus that relays your outgoing email
36204 to the Internet.  This entry will be saved in your Alpine configuration file.
36205 ========== h_sticky_user_id ==========
36206 The username or login-id part of your email address.  This entry will be
36207 saved in your Alpine configuration file.
36208 ========== h_sticky_domain ==========
36209 The domain part of your email address, NOT the name of your PC.  This
36210 entry will be saved in your Alpine configuration file.
36211 ========== h_bounce =========
36212 Enter the address or nickname of the intended recipient.  Alpine will resend
36213 the message, which will retain the original author's From: address.
36214 ========== h_incoming_add_folder_nickname =========
36215 Enter an (optional) nickname that will be used in lieu of the actual
36216 host and folder names in the FOLDER LIST display.
36217 ========== h_anon_forward ==========
36218 Enter the address of your intended recipient, or ^C to cancel.
36219 Example: jsmith@somewhere.edu
36220 ========== h_news_subscribe ==========
36221 Enter the name of the newsgroup to which you wish to subscribe,
36222 or ^C to cancel.  Example: comp.mail.pine
36223 ========== h_pipe_msg ==========
36224 Enter the name of the Unix command to which you wish to send this
36225 message, or ^C to cancel.
36226 ========== h_pipe_attach ==========
36227 Enter the name of the Unix command to which you wish to send this
36228 attachment, or ^C to cancel.
36229 ========== h_select_by_num ==========
36230 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36231 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36232 ========== h_select_by_thrdnum ==========
36233 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36234 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36235 ========== h_select_txt_from ==========
36236 Messages with From: headers containing the entered string will be selected.
36237 ^C to cancel. ^G again to see original options.
36238 ========== h_select_txt_not_from ==========
36239 Messages without From: headers containing the entered string will be selected.
36240 ^C to cancel. ^G again to see original options.
36241 ========== h_select_txt_to ==========
36242 Messages with To: headers containing the entered string will be selected.
36243 ^C to cancel. ^G again to see original options.
36244 ========== h_select_txt_not_to ==========
36245 Messages without To: headers containing the entered string will be selected.
36246 ^C to cancel. ^G again to see original options.
36247 ========== h_select_txt_cc ==========
36248 Messages with Cc: headers containing the entered string will be selected.
36249 ^C to cancel. ^G again to see original options.
36250 ========== h_select_txt_not_cc ==========
36251 Messages without Cc: headers containing the entered string will be selected.
36252 ^C to cancel. ^G again to see original options.
36253 ========== h_select_txt_subj ==========
36254 Messages with Subject: headers containing the entered string will be selected.
36255 ^C to cancel.  ^X enters Subject: line of current message.
36256 ========== h_select_txt_not_subj ==========
36257 Messages without Subject headers containing the entered string will be selected.
36258 ^C to cancel.  ^X enters Subject: line of current message.
36259 ========== h_select_txt_all ==========
36260 All messages containing the entered string will be selected.  Headers and body,
36261 but not encoded attachments, will be compared.  Enter ^C to cancel.
36262 ========== h_select_txt_not_all ==========
36263 All messages that don't contain the entered string will be selected.  Headers
36264 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36265 ========== h_select_txt_body ==========
36266 All messages containing the entered string will be selected. Body text, but
36267 not headers or encoded attachments, will be compared. ^C to cancel.
36268 ========== h_select_txt_not_body ==========
36269 All messages that don't contain the entered string will be selected. Body
36270 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36271 ========== h_select_txt_recip ==========
36272 Messages with Cc: or To: headers containing the entered string will be selected.
36273 ^C to cancel. ^G again to see original options.
36274 ========== h_select_txt_not_recip ==========
36275 Messages without Cc: or To: headers containing the string will be selected.
36276 ^C to cancel. ^G again to see original options.
36277 ========== h_select_txt_partic ==========
36278 Messages with Cc, To, or From headers containing the string will be selected.
36279 ^C to cancel. ^G again to see original options.
36280 ========== h_select_txt_not_partic ==========
36281 Messages without Cc, To, or From headers containing the string will be selected.
36282 ^C to cancel. ^G again to see original options.
36283 ========== h_select_date ==========
36284 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36285 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36286 ========== h_attach_index_whereis ==========
36287 Enter some text that appears in the Attachment Index entry for the desired
36288 attachment.  The first attachment containing that text will be highlighted.
36289 ========== h_kb_lock ==========
36290 Keystrokes entered here (up to a RETURN) comprise a password that must
36291 be entered again later in order to unlock the keyboard.
36292 ========== h_compose_default ==========
36293 N, compose a new message. R, set a role.
36294 ^C to cancel.
36295 ========== h_untranslatable ==========
36296 Send using UTF-8 character set; Send but replace untranslatable characters
36297 with question marks; return to the composer; or cancel message altogether.
36298 ========== h_compose_intrptd ==========
36299 N, compose a new msg. I, continue interrupted msg. R, set a role.
36300 ^C to cancel.
36301 ========== h_compose_postponed ==========
36302 N, compose a new message. P, continue postponed msg. R, set a role.
36303 ^C to cancel.
36304 ========== h_compose_intrptd_postponed ==========
36305 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36306 R, set a role. ^C to cancel.
36307 ========== h_compose_form ==========
36308 N, compose a new message. F, use form letter. R, set a role.
36309 ^C to cancel.
36310 ========== h_compose_intrptd_form ==========
36311 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36312 R, set a role. ^C to cancel.
36313 ========== h_compose_postponed_form ==========
36314 N, compose a new message. P, continue postponed msg. F, use form letter.
36315 R, set a role. ^C to cancel.
36316 ========== h_compose_intrptd_postponed_form ==========
36317 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36318 F, use form letter. R, set a role. ^C to cancel.
36319 ========== h_config_context_del_except ==========
36320 If you delete the last exceptional collection you can only add it back by
36321 manually editing the exceptions config file.
36322 ========== h_config_whereis ==========
36323 To move quickly to a particular line, enter a search string or
36324 ^C to cancel.
36325 ========== h_config_edit_scorei ==========
36326 Enter interval in the form (min,max). -INF and INF may be used to represent
36327 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36328 ========== h_config_add ==========
36329 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36330 pressing RETURN sets the Empty Value (this turns off any global default).
36331 ========== h_config_add_custom_color ==========
36332 Enter a header fieldname. For example, "subject" or "from".
36334 ========== h_config_add_pat_hdr ==========
36335 Enter a header fieldname. For example, "reply-to" or "organization" or
36336 any fieldname you want that isn't included already.
36337 ========== h_config_print_opt_choice ==========
36338 You may edit either the initialization string (characters printed before
36339 printing starts) or the trailer string.  Choose one or ^C to cancel.
36340 ========== h_config_print_init ==========
36341 Enter a C-style string for this.  You may use common backslash escapes like
36342 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36343 ========== h_config_change ==========
36344 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36345 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36346 ========== h_config_replace_add ==========
36347 Replace ignores the current default, Add places the current default in your
36348 editing buffer as if you had typed it in.
36349 ========== h_config_insert_after ==========
36350 Enter a nickname for this print command.  (InsertBefore puts the new item
36351 before the current line, InsertAfter puts it after the current line.)
36352 ========== h_config_print_cmd ==========
36353 Enter command to be executed for the printer.  Use normal editing keys
36354 to modify, ^C to cancel, carriage return to accept current value.
36355 ========== h_config_role_del ==========
36356 Answering Yes will remove this rule completely from your rules list.
36357 ========== h_config_role_addfile ==========
36358 Type the name of a file to add to your configuration. You don't need to
36359 use a file, you may add rules directly (with Add) without using a file.
36360 ========== h_config_role_delfile ==========
36361 Answering Yes will remove this rule file completely from your rules list.
36362 The rules data file itself will not be removed.
36363 ========== h_config_print_del ==========
36364 Answering Yes will remove this printer completely from your printer list.
36365 ========== h_config_print_name_cmd ==========
36366 You may edit the Nickname of this printer, the Command to be executed when
36367 printing, or change the Options associated with this printer.
36368 ========== h_send_check_fcc ==========
36369 Yes, send message without an Fcc.
36370 No, return to composer.
36371 ========== h_send_check_subj ==========
36372 Yes, send message without a Subject.
36373 No, return to composer.
36374 ========== h_send_check_to_cc ==========
36375 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36376 No, return to composer.
36377 ========== h_send_fcc_only ==========
36378 Yes, copy message to Fcc only and send to NO recipients.
36379 No, return to composer.
36380 ========== h_send_prompt ==========
36381 Yes, send the message.
36382 No or ^C, return to composer.
36383 ========== h_send_prompt_flowed ==========
36384 Yes, send the message.  No or ^C, return to composer.
36385 What's Flowed? See Do Not Send Flowed Text in config screen.
36386 ========== h_send_prompt_dsn ==========
36387 Yes, send the message.  No or ^C, return to composer.
36388 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36389 ========== h_send_prompt_dsn_flowed ==========
36390 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36391 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36392 ========== h_role_confirm ==========
36393 Yes, use displayed role. No, compose without a role.
36394 ^C, cancel the message. ^T, select a role from your other eligible roles.
36395 ========== h_norole_confirm ==========
36396 Return, compose without a role.
36397 ^C, cancel the message. ^T, select a role from your eligible roles.
36398 ========== h_custom_print ==========
36399 Enter a Unix command that accepts its data on standard input.
36400 Alpine will display any information the command sends to standard output.
36401 ========== h_convert_abooks_and_sigs ==========
36402 You will be given the opportunity to convert address books and signature files
36403 to remote configurations.
36404 ========== h_convert_abooks ==========
36405 You will be given the opportunity to convert address books to remote
36406 configurations.
36407 ========== h_flag_keyword ==========
36408 Enter the name of the keyword you want to add for this folder.
36409 No spaces, parentheses, braces, percents or asterisks are allowed.
36410 ========== h_select_keyword ==========
36411 Enter the keyword you want to match, or use ^T to select a keyword from a list
36412 of possible keywords for this folder. Use ! to look for non-matches instead.
36413 ========== h_type_keyword ==========
36414 Enter the keyword you want to add. You may add a nickname in the next step.
36415 No spaces, parentheses, braces, percents or asterisks are allowed.
36416 ========== h_type_keyword_nickname ==========
36417 Enter an optional nickname for the keyword you want to add.
36418 Type Carriage return to use the keyword name instead of a nickname.
36419 ========== h_convert_sigs ==========
36420 You will be given the opportunity to convert signature files to remote
36421 configurations.
36422 ========== h_convert_abook ==========
36423 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36424 of the current address book. The current abook won't be removed automatically.
36425 ========== h_convert_sig ==========
36426 Answering Yes copies the contents of the signature file into your Alpine
36427 configuration file. After that, the contents of the file will not be used.
36428 ========== h_save_addman ==========
36429 Enter the simple name of the folder you want to add. Carriage return to
36430 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36431 ========== h_reopen_folder ==========
36432 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36433 No leaves the folder index as it was without discovering new mail.
36434 ========== h_convert_pinerc_server ==========
36435 This is the name of the host (computer) where the remote Alpine configuration
36436 will be stored. This should be an IMAP server that you have permission to use.
36437 ========== h_convert_pinerc_folder ==========
36438 Enter the correct remote folder name. This folder is special and should
36439 contain only configuration data. It shouldn't contain other mail messages.
36440 ========== h_role_compose ==========
36441 Compose a New message, Reply to current message, Forward current message, or
36442 Bounce message. Then you will be asked to choose one of your Roles to be used.
36443 ========== h_save_size_changed ==========
36444 The reported size of a message is not the same as the actual size. Answer Yes
36445 to continue and hope for the best or No to Cancel the entire Save.
36446 ========== h_select_by_larger_size ==========
36447 Enter a number or ^C to cancel. All messages greater than this many characters
36448 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36449 ========== h_select_by_smaller_size ==========
36450 Enter a number or ^C to cancel. All messages less than this many characters
36451 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36452 ========== h_preserve_field ==========
36453 Use 'p' to toggle between preserving or not preserving the original To:
36454 and Cc: fields of the message. Enter ^C to cancel message.