NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
[alpine.git] / pith / pine.hlp
blobb0eaeac66c5dff38ea7801bd6776ec03c732651b
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 91 2015-08-14 00:35:07
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> HTML: Add support for decoding entities in hexadecimal notation.
200        Suggested by Tulip&aacute;nt Gergely.
202   <LI> If the charset of a message can not be determined, use the value set
203        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
205   <LI> Resizing setup screen will redraw screen.
207   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
208        in the width ambiguous zone, it will use other means to determine
209        the width, such as call wcwidth.
211   <LI> Pico: Code reorganization in the search command to make it easier to
212        add subcommands of the search command.
214   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
215        subcommand of the search command to bring this choice into view.
217   <LI> Pico: Add the ability to search for strings in the beginning or end
218        of a line. Use the Ctrl-^ subcommand of the search command to bring 
219        this choice into view.
221   <LI> For a multipart/alternative message, the Take Address command will 
222        work on the part that is being read.
224   <LI> When sending a message, allow for 512 characters of consecutive 
225        non-white space before folding the subject line.
227   <LI> Make sure titlebar (the line at the top of the screen) always 
228        contains the name of the folder/newsgroup that is open, if this 
229        fits in the title.
231   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
232        will also scramble the name, version and operative system in the message-id header. 
233        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
234        Mark Hills.
236   <LI> Change in logic in imap_set_password function to make Alpine ask if
237        a user wants to save a password before reading the password file.
239   <LI> Add the Control-R subcommand to the save command for attachments. 
240        This subcommand toggles if the saving will be done in binary mode 
241        for text attachments. When a user saves an attachment using binary
242        mode it will be saved as it was sent, otherwise the attachment will
243        be transformed to UTF-8 for further transformation through internal
244        and user defined filters for saving.
246   <LI> Add command line argument -smimedir, which allows to specify
247        the default path for a directory that contains the public, private, 
248        and ca directories. This is useful in case a user has a backup of 
249        old certificates that cannot be installed in the ~/.alpine-smime 
250        dir.
251 </UL>
255 Bugs that have been addressed include:
256 <UL>
257   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
258        Alpine will use the function ASN1_TIME_print to determine the date 
259        of validity. Reported by Ben Stienstra.
261   <LI> SMIME: Crash when atempting to unlock the password file and an
262        incorrect password is entered.
264   <LI> SMIME: Crash when checking the signature of a message that contains
265        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
266        Krellner.
268   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
270   <LI> Pico: Searching for a string that is too long causes Pico to crash
271        in the next search.
273   <LI> Fix vulnerability in regex library. This only affects those who use
274        this library, such as the windows version of Alpine. See 
275        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
276        for more details.
278   <LI> Alpine would not set include and lib paths for OpenSSL if this was
279        installed in /usr/local/ssl.
281   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
282        contents when saving its configuration.
284   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
285        the name. Reported by Andreas Fehr.
287   <LI> Mismatch in size of UCS and CELL caused a corruption in the
288        content of a pointer, which made the speller in PC-Alpine get the 
289        content of a word incorrectly.
291   <LI> Skip testing openssl compatibility version when cross-compilation
292        is detected. Fix contributed by Antti Sepp&auml;l&auml;
294   <LI> Alpine fails to remove temporary files used during a display or sending
295        filter. Fix contributed by Phil Brooke.
297   <LI> When the index is in zoomed state, adding new messages to the 
298        selection would not show those messages if those messages are on 
299        top of the current message in the top of the screen. Reported by
300        Ulf-Dietrich Braumann.
301 </UL>
305 Version 2.20 addresses bugs found in previous releases and has several 
306 additions as well.
309 Additions include:
312 <UL>
313   <LI> Upgrade UW-IMAP to Panda IMAP from 
314        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
315   <LI> S/MIME: Add screen to manage certificates.
316   <LI> S/MIME: Signatures are validated using the user's certificates instead
317        of the ones included in the message. Behavior can be disabled by
318        disabling the option <A href="h_config_smime_use_cert_store">
319         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
320        by default.
321   <LI> S/MIME: sign messages using intermediate certificates when needed 
322        and possible.
323   <LI> S/MIME: validation of certificates for servers that modify signed 
324        content.
325   <LI> S/MIME: signed and encrypted messages will be signed first and 
326        encrypted second, so that they can be decoded by other clients.
327   <LI> S/MIME: add the sender certificate to the list of certificates in
328        encrypted messages to make it possible for the sender to decrypt
329        the message they sent.
330   <LI> S/MIME: When transferring certificates to a local container, create 
331        container with default names PublicContainer, PrivateContainer and 
332        CAContainer, as appropriate for these files, unless the user has 
333        provided some other names.
334   <LI> S/MIME: Forwarding a message will include the signed part as part
335        of the text and not as a multipart message, just as the reply
336        command does.
337   <LI> HTML: Style tag in body of html message causes Alpine to not write
338        its content until a new &lt;/style&gt;
339   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
340        the same inline tag; the same is valid for the &lt;HR&gt; tag.
341   <LI> Add support to selective expunge through a subcommand of the 
342        select-apply commands. Read more in the <A 
343        HREF="h_index_cmd_expunge">help</A> for the expunge command.
344   <LI> Pico: New subcommand of the search command, allows to reverse the
345        direction of search.
346   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
347        the key and certificate used to encrypt the password file are saved 
348        in the ~/.alpine-smime/.pwd directory, or in the directory specified
349        by the -pwdcertdir command line option. 
350        <A HREF="h_password_file_support">Learn more</A>.
351   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
352        server to use different ways to connect using ssl, for 
353        example {server.com/tls1} will attempt to connect to 
354        server.com at the ssl imap port (port 993) and establish a 
355        connection using TLSv1. These flags can be used in 
356        conjunction with the /ssl flag, the ssl flag is redundant. 
357        Conversely, however, the /ssl flag does not imply any of 
358        these flags; the /ssl flag means SSLv3 or, if not available, 
359        SSLv2 in the SSL port.
360   <LI> Alpine does not attempt to automatically reopen a collection 
361        that was not opened due to cancellation by the user. 
362        Instead, the user must try to open it explicitly.
363   <LI> Alpine searches for a certificate that matches an email address in
364        all addresses in a certificate (instead of just the first 
365        one) but when it tries to unlock the certificate, it asks 
366        for the password for the first email address in that 
367        certificate.
368   <LI> Style tag in body of html message causes Alpine to not write its content
369        until a new &lt;/style&gt;
370   <LI> Experimental: Write the content-type of a message in 
371        lowercase, as some non-compliant servers do not understand 
372        uppercase content-type, such as those of GMX.de.
373   <LI> Experimental: Do not send the RSET command before attempting
374        to send a message, as this causes a delay in some evily managed
375        servers.
376   <LI> Opening a folder updates recent count in maildrops (this 
377        already works for other types of folders)
378   <LI> Automatically redraw screen after opening an attachment 
379        instead of simply clearing it.
380   <LI> Pico: Justification works without need of a predefined quote 
381        string. This allows justification of blocks of text that are 
382        indented with spaces.
383   <LI> Decode the name of attachment names, so they can be written as part   
384        of the description of the part. 
385   <LI> Check bounds and tie strings off to improve security. Contributed 
386        by James Jerkins.
387   <LI> Replace tabs by spaces in From and Subject fields to control for
388        size in screen of these fields. Change only in index screen display.
389   <LI> Aggregate operations allows bouncing a list of messages using a role.
390        Suggested by Ulf-Dietrich Braumann.
391   <LI> Disable saving new passwords to the password file. Implemented
392        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
393   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
394      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
395      Charles M. Register.
396 </UL>
400 Bugs that have been addressed include:
401 <UL>
402   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
403        in personal names. Reported by Lev Gorenstein.
404   <LI> When writing the .pinerc file, lines were truncated if they were longer
405        than 10,000 characters. This could cause data corruption, so now lines
406        are allowed to be of any length.
407   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
408        remove attachments before they were open by a mailcap viewer. It 
409        requires that the user has an equivalent to a command such as "ps 
410        auxww" to list the list of processes, and check if there is any 
411        program using the attachment. The default is "/bin/ps auxww", but 
412        it can be changed at compile time with the option --with-ps-cmd. 
413        See the help of the variable 
414        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
415        for more information.
416   <LI> S/MIME: signed messages that contained an attachment would not validate.
417   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
418        validate. Thanks to Andreas Schamanek for testing, debugging and 
419        advising during the process of fixing this problem.
420   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
421        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
422        and Stefan Mueller.
423   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
424        home directory.
425   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
426        SMIME making it not possible to sign or encrypt messages.
427   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
428        information that is not part of the body, and hence making the body
429        of the message seem wrong.
430   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
431        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
432        enabled, the message contains 8bit characters and the smtp server 
433        supports 8bit sending.
434   <LI> When replying to several messages, subject will be decoded first,
435        and then stripped from re/fwd before they are compared to determine
436        the subject of the replied message.
437   <LI> Crash when tcp connection to NNTP server was lost after connection
438        had been established, but lost immediately afterwards.
439   <LI> Crash with message &quot;lock when already locked&quot;, when painting
440        an index was based on scores that needed information from a remote
441        addressbook in the same server as the folder opened. Reported by
442        Peter Koellner.
443   <LI> Crash in message/rfc822 attachments encoded in base64.
444   <LI> Postponed messages whose content-type is text/html, text/enriched and
445        text/richtext are sent with that content-type, even though, after
446        resuming composition, Alpine had changed its type to text/plain.
447   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
448        character set, which might lead to a crash or a corruption in the 
449        screen. Work was done to contain the bug. A more complete fix will 
450        be done in a future release. Reported by Professor Robert Funnell.
451   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
452   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
453   <LI> Save command did not warn of existence of a message with a deleted 
454        attachment in an aggregate save, unless cursor was positioned on a message 
455        with a deleted attachment. Reported by Florian Herzig.
456   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
457        in an IMAP server.
458   <LI> DATE tokens were not internally transformed to UTF-8, which made their
459        values not appear complete in the screen. Reported by Werner Scheinast.
460   <LI> Fixes to configure script so that it will not require PAM for every system.
461   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
462        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
463        during the build. Fix by Ulf-Dietrich Braumann.
464   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
465        needs to use tcl_getstringresult() instead. Reported by 
466        Ulf-Dietrich Braumann.
467   <LI> Quoted string in URL Viewers configuration variable were not 
468        unquoted before passing to viewer.
469   <LI> Fix in configure script to detect location of tcl library; add
470        /usr/local in FreeBSD and fix a bug in configure script that used 
471        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
472        by Werner Scheinast.
473   <LI> Move SSL configurations from UW-IMAP to configure script, and
474        update OpenSSL configuration for Mac OS X.
475   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
476   <LI> When the download of an attachment is interrumpted, Alpine stills
477      caches what was downloaded, making the download incomplete for 
478      subsequent calls of Alpine attempting to open the attachment. In the 
479      future, Alpine will not cache any downloaded part of the attachment 
480      when it is interrupted.
481 </UL>
486 Version 2.11 addresses bugs found in previous releases and has a few 
487 additions as well.
490 Additions include:
493 <UL>
494    <LI> Alpine requires version 1.0.0c of Openssl to build.
495    <LI> Increase encryption of S/MIME encrypted messages.
496    <LI> Pico: Improvements in justification of paragraphs: lines that begin
497 with a quote string, followed by a space were considered individual paragraphs,
498 now they are considered part of a paragraph. Based on earlier joint work
499 with Jeff Franklin.
500    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
501    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
502 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
503    <LI> Added recognition of ws and wss URIs.
504    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
505  <A HREF="h_config_directory_color">directory names</A>,
506  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
507    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
508 used in the display of the INDEX SCREEN.
509    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
510 that adds the ability to preserve To: and Cc: fields when replying to a 
511 message, as specified by original sender.
512    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
513  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
514    <LI> Quota command includes subcommands for printing, forwarding, etc.
515 </UL>
518 Bugs that have been addressed include:
520 <UL>
521   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
522   <LI> Crash when resizing the screen in a configuration screen.
523   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
524   <LI> Do not use a shell to open a browser.
525   <LI> Configure script did not test for crypto or pam libraries.
526   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
527   <LI> Change Cygwin directory separator to &quot;/&quot;.
528   <LI> Alpine could set List- headers, contrary to RFC 2369.
529 </UL>
532 Version 2.10 addresses bugs found in previous releases and has a few 
533 additions as well.
536 Additions include:
539 <UL>
540    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
541    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
542    <LI> Foreign characters are decoded correctly in IMAP folder names.
543    <LI> Question about breaking connection to slow servers includes their name.
544    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
545    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
546    <LI> Cygwin: Alpine builds without need of patch.
547    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
548    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
549    <LI> Add support for strong encryption of password file when S/MIME is built in.
550 </UL>
553 Bugs that have been addressed include:
556 <UL>
557    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
558    <LI> Double allocation of memory in Pico.
559    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
560    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
561    <LI> Not recognition of environment variables in some options.
562    <LI> Not display of login prompt during initial keystrokes.
563    <LI> justification of long urls breaks them.
564    <LI> Incorrect New Mail message when envelope is not available.
565    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
566    <LI> Crash when resizing the screen after display of LDAP search.
567    <LI> Crash when redrawing screen while opening a remote folder collection.
568    <LI> Infinite loop in scrolltool function during notification of new mail.
569    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
570    <LI> No display of signed and encrypted S/MIME messages.
571    <LI> Alpine will not build with OpenSSL.
572    <LI> Crash for double locking in calls to c-client.
573    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
574    <LI> Ignore the references header when threading messages
575    <LI> No update of colors in index screen after update to addressbook.
576 </UL>
579 Version 2.01 addresses bugs found in previous releases and has a few 
580 additions as well.
583 Additions include:
586 <UL>
587    <LI> Fixed non-ASCII web alpine handling
588    <LI> Added web alpine help.
589    <LI> Allow web alpine inbox on second IMAP server.
590    <LI> Allow web alpine config reset after bad inbox-path gets set.
591    <LI> Added web alpine ability to create group contact from contact list members.
592    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
593    <LI> Tidied up web alpine script layout.
594    <LI> Fixed web alpine status message ordering
595    <LI> Added web alpine Fcc setting via Contacts in Compose
596    <LI> Fixed web alpine autodraft attachment issues
597    <LI> Fixed web alpine problems with recent count maintenance
598    <LI> Fixed web alpine newmail arrival display in message list
599    <LI> Added web alpine confirmation to folder create for Move/Copy
600    <LI> Added web alpine user-domain support
601    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
602 </UL>
605 Bugs that have been addressed include:
608 <UL>
609    <LI> In web alpine fixed delete all selected within a search result to reorient
610         correctly to whole-mailbox message list.
611    <LI> Fixed web alpine delete in view page to be sensitive to sort
612    <LI> Fixed web alpine open of folder within directory from folder manager page.
613    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
614    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
615    <LI> Fixed web alpine adding contacts from message list and view
616    <LI> Fixed web alpine create of non-existent fcc
617    <LI> Remove mistakenly left debugger statement in web alpine javascript.
618    <LI> Some UNIX alpine build problems fixed
619    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
620         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
621         by locale charmap call on some Solaris 8 systems.
622    <LI> MacOS Keychain logins were not working correctly with generic host names, like
623         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
624         new password requests when not needed
625    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
626         last folder in the list
627    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
628         looked for along with the email address
629    <LI> Changes to configure to get spellcheck options with work with arguments.
630    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
631         returned by gethostname (iPhone can do this)
632    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
633         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
634    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
635         Jake Scott of marganstanley.com.
636    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
637         is not used in alpine.
638    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
639         Apparently this causes RIM Blackberry BIS service problems. This is not
640         used in alpine.
641    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
642    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
643         Fix from Ludwig Nussel of SUSE and from Crispin.
644    <LI> Include whole filename in export filename history
645    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
646 </UL>
649 Version 2.00
650 addressed bugs found in previous releases and had a few additions as well.
652 Additions included:
655 <UL>
656    <LI> Redesigned Web Alpine interface
657    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
658         in UNIX versions of Alpine
659    <LI> Attempt to include the attachment filename as part of the name of the
660         temporary file used when viewing an attachment with an external program.
661         Add some randomness to that filename to make it hard to predict the filename.
662         Add a filename extension, usually derived from the type/subtype, to the
663         temporary filename. This was previously done only on Windows and MacOS X.
664    <LI> Enhance address completion in the composer (TAB command) so that it looks
665         through nicknames, fullnames, and addresses from the address book; addresses
666         from the message being viewed, if any; and the results from
667         <A HREF="h_direct_config">LDAP Directory Server</A>
668         lookups for all of the defined directory servers that have the
669         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
670         feature set.
671    <LI> Make the default character set setting more liberal in what it will accept
672         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
673    <LI> Remove the Alpine revision number from the titlebar in released versions
674         while leaving it there in snapshot versions
675    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
676         display of asterisks when you type a password for Alpine
677    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
678    <LI> When the
679         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
680         feature is turned on convert not only the dates in the index screen but also
681         the dates in the MESSAGE VIEW
682 </UL>
685 Bugs addressed in the 2.00 release included:
688 <UL>
689    <LI> Crash when using tab-completion for selecting a Save filename
690    <LI> Make Web Alpine help text images relative for more portability
691    <LI> Fixed attach save of html parts in Web Alpine
692    <LI> Viewing, printing, exporting, replying, and bouncing of message
693         digests was broken. Replying and bouncing should not have been
694         allowed at all for digests. It would be nice to have a more standard
695         index-like view of a message digest but that has not been addressed
696         with this minor bug fix.
697    <LI> Adjust wrapping of HTML messages so that the margins specified by
698         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
699         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
700         are observed correctly
701    <LI> Interrupt of WhereIs command in index was broken
702    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
703         option did not work correctly interpreting unknown characters in message headers
704    <LI> Long address lines could cause blank continuation lines
705    <LI> Save to a local default INBOX failed if the primary collection was also local,
706         which it is by default. The save went to  ~/mail/inbox instead.
707    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
708         inbox, not the inbox in the primary collection
709    <LI> Address book entries with lots of addresses would be truncated when
710         entered in the composer with a screen size wider than 270 or so charcters
711    <LI> Some fields in the index screen were truncated when the screen width was
712         wider than 256 characters
713    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
714         folder, and there is a more than 10 minute pause between typing the TAB
715         and typing the Yes
716 </UL>
719 Version 1.10(962)
720 addressed bugs found in previous releases and had a few additions as well.
722 Additions included:
725 <UL>
726    <LI> Add the possibility of setting a default role
727         (see <A HREF="h_role_select">Roles Screen</A>)
728         which may be convenient if your work flow involves acting in one
729         role for a while then switching to another role and staying in the
730         new role for another period of time
731    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
732         is encountered, ask the user if he or she wants to continue with the
733         risky Save anyway instead of aborting. This may be helpful if your
734         IMAP server is broken in this way but be aware that it is possible there
735         was a real error instead of just a broken server implementation.
736    <LI> Some configure adjustments for Kerberos detection and
737         for SCO OpenServer 5 support
738    <LI> Hide INBOX in a collection if it also appears as an
739         <A HREF="h_config_enable_incoming">Incoming Folder</A>
740    <LI> Show asterisks for feedback when the user is typing a password
741    <LI> Performance improvement for threading of large folders
742    <LI> Previously, the search used to find
743         Pattern matches containing To patterns searched for both To
744         and Resent-To headers. The relatively complicated search this
745         produces causes problems when using some deficient IMAP servers.
746         Now the default is to look only for To headers and ignore the
747         presence of Resent-To. The previous behavior may be restored
748         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
749    <LI> Add an
750         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
751         to help with reading malformed unlabeled messages
752    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
753    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
754    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
755 </UL>
758 Bugs addressed in the 1.10(962) release included:
761 <UL>
762    <LI> Crash when encountering certain errors from an SMTP server
763    <LI> Crash in composer caused by overflow in replace_pat()
764    <LI> Hang when authenticating to an SMTP server that fails with a
765         &quot;connection disconnected&quot; error
766    <LI> Bug in handling of trailing tab character in flowed text
767    <LI> Security enhancement for mailcap parameter substitution
768    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
769         did not work if the message being replied to was not flowed text
770         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
771         was not turned on
772    <LI> Don't allow printer to be changed through hidden config screen
773         if system administrator didn't want it to be allowed
774    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
775         should know that it won't work, causing error messages to appear
776    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
777         of double-quote double-quote didn't work right
778    <LI> Quoting wasn't being done to protect special characters from the
779         MacOS X shell when
780         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
781         was not defined
782    <LI> On MacOS X message attachments should be shown internally instead of
783         being shown using the Mail application
784    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
785         sometimes set the outgoing charset to X-UNKNOWN, making the result
786         unreadable
787    <LI> When the sending of a message failed lines with leading spaces had one
788         additional space inserted in each of those lines when the user
789         was returned to the composer
790    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
791         that contained non-ascii characters because it was truncating the
792         line being searched so that it was shorter than what was visible on
793         the screen
794    <LI> When composing, an attachment with a long name that causes wrapping in
795         just the wrong place would generate an error and cause the send
796         of the attachment to fail
797    <LI> After calling the file browser to attach a file in the composer, a resize
798         of the window when back in the composer would redraw the last screen that
799         had been shown in the browser instead of the current composer screen
800    <LI> Possible crash in index screen when encountering unparseable addresses
801         or when using one of the PRIORITY tokens or the HEADER token in the
802         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
803    <LI> Problems with Header Color editing if the configuration option
804         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
805         was inadvertently changed to the Empty Value in the hidden config screen
806    <LI> When resuming the final postponed message from an Exchange server the user
807         could get a certificate validation failure because alpine was trying
808         to validate the canonical name of the folder instead of the name the
809         user used
810    <LI> Windows line endings in a mimetypes file on a Unix system cause a
811         failure to find a match
812    <LI> Make matching of extension names case independent in mimetypes files
813    <LI> Windows dialog boxes for entering text were not working correctly
814    <LI> Replying to or Forwarding multipart/alternative messages which had a
815         single text/html part did not work well
816    <LI> Printing the print confirmation page caused a crash
817    <LI> A To line with a long, quoted personal name could display incorrectly
818         if it was close to the same width as the screen
819    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
820         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
821         are turned on hide (0/0) when the folder is empty
822    <LI> Folder completion while Saving didn't work if the collection being
823         saved to was the local home directory
824 </UL>
827 Version 1.00
828 was an evolutionary release based on
829 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
830 developed at the University of Washington.
831 It is upwards-compatible for existing Pine users.
834 Changes included:
836 <UL>
837    <LI> Ground-up reorganization of source code around addition
838         of "pith/" core routine library.
839    <LI> Fundamental improvement in Alpine's internal text handling, which
840         is now based exclusively on Unicode. This allows displaying incoming
841         messages and producing outgoing messages in many different languages.
842    <LI> Ground-up reorganization of build and install procedures
843         based on GNU Build System's autotools. NOTE, the included IMAP library
844         build is not based on autotools, so some features will not work. However,
845         it should get built automatically during the Alpine build process.
846    <LI> Web-based version included built on TCL designed to run under
847         a suitable CGI-supporting web server such as Apache.
848 </UL>
852 Details on changes in previous (prerelease) versions of Alpine
853 may be found at the following URL:
855 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
858 <HR WIDTH="75%"><P>
860 <H2>Getting Help</H2>
861 <DL>
862 <DT>Online Help</DT>
863 <DD>
864 Every Alpine screen and command has associated help text
865 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
866 </DD>
868 <DT>Web Help</DT>
869 <DD>
870 The most current source of information about Alpine,
871 including new version availability, is the web page at
873 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
874 </DD>
875 </DL>
877 Frequently Asked Questions (and answers) may be found at the following
878 URL:
880 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
883 <HR WIDTH="75%"><P>
885 <H2>Additional Information</H2>
887 General Alpine configuration information can be found
888 <A HREF="h_news_config">here</A>.
890 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
891 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
892 access is provided by the IMAP Toolkit Environment (c-client library)
893 version <!--#echo var="C_CLIENT_VERSION"-->.
894 <P> 
895 Alpine was developed until 2009 by the Office of Computing 
896 &amp; Communications at the University of Washington in Seattle.  
897 Since then, the effort of developing Alpine has been continued by
898 a community of volunteers who make good software even better!
901 Alpine Copyright 2013-2015 Eduardo Chappa, 
902 <BR> Copyright 2006-2008 University of Washington.
905 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
906 or instead you can find the Apache License, version 2.0 at the web URL:
909 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
912 &lt;End of Release Notes&gt;
913 </BODY>
914 </HTML>
915 ====== h_password_file_support ======
916 <HTML>
917 <HEAD>
918 <TITLE>Encryption for Password File Support Explained</TITLE>
919 </HEAD>
920 <BODY>
921 <H1>Encryption for Password File Support Explained</H1>
923 Index<BR>
924 <OL>
925 <LI><A HREF="#content">Explanation</A>
926 <LI><A HREF="#example">Example</A>
927 </OL>
929 <P><A NAME="content">Unix Alpine Only.</A>
931 <P> If your version of Alpine has been built with password file support
932 then you can use a special file to save your passwords, and avoid typing
933 them every time you open a connection to a remote server.
935 <P> If your version of Alpine was built with SMIME support, and you have a
936 public certificate/private key pair, then Alpine will use such pair to
937 encrypt your password file. If you have more than one key/certificate
938 pair, Alpine will pick the first pair that it finds that works. You can also
939 select a pair, and the way to do this is explained below.
941 <P> Once a pair has been chosen, it will be copied to the directory 
942 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
943 that directory. The first time this process is done, this directory will 
944 be created, a key/certificate pair will be copied to it, and this pair 
945 will be used in the future to encrypt and decrypt your password file. You 
946 can create this directory and copy any key/certificate pair there. You
947 can add a self-signed certificate there, if you like, and you can let
948 this certificate expire. This will not affect the encryption and decryption
949 of the password file.
951 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
952 your key/certificate pair, you can specify a different one with the 
953 -pwdcertdir command line option in Alpine. If the directory specified by 
954 this option is not found or there is no valid key/certificate pair there, 
955 Alpine will fail to encrypt and decrypt your password file. In other words,
956 Alpine will not initialize this directory for you.
958 <P> Alpine does not care about the names of the key and certificates in 
959 this directory, but the private key must have &quot;.key&quot; extension 
960 and your public certificate must have the &quot;.crt&quot; extension. The
961 name of the private key will be used in the prompt when you are asked
962 to unlock your key to decrypt your password.
964 <P><A NAME="example">An example follows</A>
966 <P>Assume you have a private key called peter@address.com.key in your, 
967 ~/.alpine-smime/private directory, and a public certificate called 
968 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
969 are your only key/certificate pair.
971 <P> When Alpine starts for the first time, without command line options, 
972 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
973 it will create it. Then it will go through your keys and certificates and 
974 find a pair that it can use, and copy the files peter@address.com.key,
975 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
976 you can do the same by copying these files by yourself. This can be done
977 with the sequence of commands
979 <PRE>
980 mkdir ~/.alpine-smime/.pwd
981 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
982 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
983 </PRE>
985 <P> When Alpine starts, you will be asked the password to unlock your
986 private key with the prompt.
988 <PRE>
989 Enter password of key &lt;peter@address.com&gt; to unlock password file:
990 </PRE>
992 <P> If you prefer to use different names for your private and public keys 
993 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
994 preserve the extension of the files. For example, you can use the names 
995 private_key.key and public_cert.crt instead. In this case, the prompt you 
996 will see when you are asked to unlock your private key will read
998 <PRE>
999 Enter password of key &lt;private_key&gt; to unlock password file:
1000 </PRE>
1002 <P>Observe that you do not need to use an existing key/certificate pair, 
1003 and that you can create a new private key/public certificate pair to 
1004 encrypt and decrypt your password. However, once one is used, Alpine does 
1005 not provide a mechanism to switch the encryption and decryption files to 
1006 another key/certificate pair. This will be implemented in a future 
1007 release of Alpine.
1010 &lt;End of help&gt;
1011 </BODY>
1012 </HTML>
1013 ====== h_tls_failure_details ======
1014 <HTML>
1015 <HEAD>
1016 <TITLE>Certificate Validation Details</TITLE>
1017 </HEAD>
1018 <BODY>
1019 <H1>Certificate Validation Details</H1>
1021 This screen gives details as to why the certificate validation failed: the
1022 name of the desired server system; the reason for failure; and the name on
1023 the certificate.  This is primarily of interest to experts.
1026 &lt;End of help&gt;
1027 </BODY>
1028 </HTML>
1029 ====== h_tls_failure ======
1030 <HTML>
1031 <HEAD>
1032 <TITLE>TLS or SSL Failure</TITLE>
1033 </HEAD>
1034 <BODY>
1035 <H1>TLS or SSL Failure</H1>
1037 An attempt was made to establish a secure, encrypted connection to the
1038 server system using either Transport Layer Security (TLS) or the older
1039 Secure Sockets Layer (SSL).  This attempt failed.
1042 You should contact your server system management for more assistance.
1043 The problem is probably at the server system and not in Alpine or your local
1044 system.  The text in this screen may be helpful for the server system
1045 management in debugging the problem,
1048 &lt;End of help&gt;
1049 </BODY>
1050 </HTML>
1051 ====== h_tls_validation_failure ======
1052 <HTML>
1053 <HEAD>
1054 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1055 </HEAD>
1056 <BODY>
1057 <H1>TLS and SSL Certificate Validation Failures</H1>
1059 An attempt was made to establish a secure, encrypted connection to the
1060 server system using either Transport Layer Security (TLS) or the older
1061 Secure Sockets Layer (SSL).
1064 An important part of this procedure is server certificate validation.  A
1065 server certificate is an &quot;electronic identification card&quot; for the server
1066 system that is signed by a well-known certificate authority (CA).  Alpine
1067 compares the server system identity in the server certificate with the
1068 name of the server system to which it is trying to connect.  Alpine also
1069 verifies that the CA signature is authentic.
1072 Some common failure conditions are:
1075 <UL>
1076   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1077 signed its own certificate.  This does not necessarily indicate anything
1078 bad; the server operators may simply have elected to not purchase a
1079 signed certificate from a certificate authority.
1081   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1082 the signature on the server system is from an unknown certificate authority.
1083 It can also mean that no certificate authority certificates have been
1084 installed on the local UNIX system.
1086   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1087 the same as either of the above two conditions in UNIX Alpine.  Note that
1088 Windows systems typically have a full set of certificate authority
1089 certificates installed, so it is more likely to be a self-signed
1090 certificate than an unknown certificate authority.
1092   <LI> Server name does not match certificate.  This means that the server
1093 presented a proper signed certificate for a name other than the desired
1094 name.
1095 </UL>
1098 Any of these conditions can indicate that you are being attacked and have
1099 been directed to an imposter server that will record your password and
1100 your private mail messages.  It can also mean something innocuous.
1103 If you are certain that the problem is innocuous, you can append the
1104 option
1107 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1110 to the server system name where it appears in your configuration (e.g. the
1111 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1112 a folder-collection, or a news or SMTP server).  This will
1113 disable certificate validation.  On the other hand, if you are attacked,
1114 you will get no warning if you do this.
1117 &lt;End of Cert Validation Failures help&gt;
1118 </BODY>
1119 </HTML>
1120 ====== h_release_tlscerts ======
1121 <HTML>
1122 <HEAD>
1123 <TITLE>TLS and SSL usage note</TITLE>
1124 </HEAD>
1125 <BODY>
1126 <H1>TLS and SSL usage note</H1>
1129 When using Alpine from Unix or Windows 2000,
1130 server certificates must be signed by a trusted certificate authority.
1131 You may relax this requirement (at the cost of some security) by using
1133 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1134 modifier in the mailbox name.
1137 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1140 The fully-qualified host name of the server should be used
1141 so that it matches the host name in the server certificate.
1143 Here is an example of a host specification that directs Alpine to use
1144 the SSL port (993) and an encrypted data stream.
1146 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1148 &lt;End of TLS usage help&gt;
1149 </BODY>
1150 </HTML>
1151 ====== h_news_config ======
1152 <HTML>
1153 <HEAD>
1154 <TITLE>Alpine Configuration</TITLE>
1155 </HEAD>
1156 <BODY>
1157 <H1>Alpine Configuration</H1>
1159 <H2>Using Environment Variables</H2>
1161 The values of Alpine configuration options may include environment variables
1162 that are replaced by the value of the variable at the time Alpine is run
1163 (and also at the time the config option is changed).
1164 The syntax to use environment variables is a subset of the common Unix
1165 shell dollar-syntax.
1166 For example, if
1168 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1170 appears in the value of an Alpine configuration option it is looked up in the
1171 environent (using getenv(&quot;VAR&quot;)) and its
1172 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1173 To include a literal dollar sign you may precede the dollar sign with another
1174 dollar sign.
1175 In other words, if the text
1177 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1179 is the value of a configuration option, it will be expanded to
1181 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1183 and no environment lookup will be done.
1184 For Unix Alpine it will also work to use a backslash character to
1185 escape the special meaning of the dollar sign, but $$ is preferable since
1186 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1187 to be in a shared configuration file.
1190 This all sounds more complicated than it actually is.
1191 An example may make it clearer.
1192 Unfortunately, the way in which environment variables are set is OS-dependent 
1193 and command shell-dependent.
1194 In some Unix command shells you may use
1196 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1197    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1199 Now, if you use Alpine's Setup/Config screen to set
1201 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1203 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1204 so that this would be equivalent to
1206 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1208 Note, environment variable substitution happens after configuration
1209 options that are lists are split into the separate elements of the list,
1210 so a single environment variable can't contain a list of values.
1213 The environment variable doesn't have to be the only thing
1214 after the equal sign.
1215 However, if the name of the variable is not at the end of the line or
1216 followed by a space (so that you can tell where the variable name ends),
1217 it must be enclosed in curly braces like
1219 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1221 It is always ok to use the braces even if you don't need to.
1223 It is also possible to set a default value for an environment variable.
1224 This default value will be used if the environment variable is not
1225 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1226 The syntax used to set a default value is
1228 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1230 If the config file contains
1232 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1234 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1235 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1236 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1237 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1238 the default value.
1239 (Note that the variable is called &quot;personal-name&quot; in the config
1240 file but is displayed in the config screen as
1241 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1242 In general, the value that goes into a config file is never exactly the
1243 same as the value you see on the screen.)
1246 An example where an environment variable might be useful is the
1247 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1248 Suppose most users used the server
1250 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1252 but that there were some exceptions who used
1254 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1256 In this case, the system manager might include the following line in
1257 the systemwide default Alpine configuration file
1259 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1261 For the exceptional users adding
1263 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1265 to their environment should work.
1267 Another example might be the case where a user has to use a different
1268 SMTP server from work and from home.
1269 The setup might be something as simple as
1271 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1273 or perhaps a default value could be given.
1274 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1275 a list of SMTP servers.
1278 <H2>Configuration precedence</H2>
1280 There are several levels of Alpine configuration.  Configuration values at
1281 a given level override corresponding values at lower levels.  In order of
1282 increasing precedence:
1284 <UL>
1285  <LI> built-in defaults
1286  <LI> system-wide
1287 <!--chtml if pinemode="os_windows"-->
1288       config file from command line or provided
1289       by "PINECONF" environment variable
1290 <!--chtml else-->
1291       pine.conf file
1292 <!--chtml endif-->
1293  <LI> personal configuration file
1294  <LI> personal exceptions configuration file
1295  <LI> command-line options
1296  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1297  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1298 </UL>
1300 The values in both the personal configuration file and the
1301 <A HREF="h_config_exceptions">exceptions</A>
1302 configuration file may be set using the Setup command.
1303 Setup/Config is the command to change most of the personal configuration
1304 options.
1305 The other Setup subcommands are also used to change the configuration,
1306 for example, Setup/AddressBook, Setup/Rules, and so on.
1307 Changing the personal exceptions configuration is very similar.
1308 To change a value in the Config screen you would use the command
1309 Setup/eXceptions/Config.
1310 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1312 There are a couple exceptions to the rule that configuration values are replaced
1313 by the value of the same option in a higher-precedence file.
1314 The Feature-List variable has values that are additive, but can be
1315 negated by prepending &quot;no-&quot; in front of an individual feature name.
1316 So for features, each individual feature's value is replaced by the value
1317 of the same feature in a higher-precedence file.
1318 Note that this is done automatically for you when you change these values via
1319 the Setup/Config command.
1320 The other exception to the <EM>replace</EM> semantics happens when you
1321 use <A HREF="h_config_inheritance">configuration inheritance</A>
1322 for option lists.
1325 <H2>File name defaults</H2>
1327 Notes:<P>
1329 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1330 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1331 <BR> # = default file name is overridable in pinerc.
1332 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1333 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1334 <BR> + between the mailcap paths implies that the two files are combined.
1335 <BR> ; between other default paths implies that the first one found is used.
1336 </P>
1337 Alpine looks for most support files in the same directory it finds its
1338 personal configuration file (pinerc).  The -p command-line flag may be
1339 used to specify a particular path name for the pinerc file.  If a
1340 pinerc file does not exist, it will be created (if directory permissions
1341 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1342 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1343 file does not exist in either one, it will create one in the first of those
1344 two directories that is writable.  In detail:
1345 <PRE>
1347 PC-Alpine:
1349  executable     &lt;DOS search path&gt;&#92;pine.exe
1350  help index     &lt;exe dir&gt;&#92;pine.ndx
1351  help text      &lt;exe dir&gt;&#92;pine.hlp
1353  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1354  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1355  global cfg     $PINECONF
1357  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1358  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1359  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1360  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1361  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1362  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1363  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1364  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1365  postponed#     $HOME&#92;mail&#92;postpond.mtx
1366  interrupted    $HOME&#92;mail&#92;intruptd
1368 Unix Alpine:
1370  executable     &lt;Unix search path&gt;/pine
1371  persnl cfg     ~/.pinerc
1372  except cfg     ~/.pinercex
1373  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1374  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1375  local help     <!--#echo var="PINE_INFO_PATH"-->
1377  interrupted    ~/.pine-interrupted-mail
1378  debug          ~/.pine-debugN
1379  crash          ~/.pine-crash
1380  newsrc#        ~/.newsrc
1381  signature#     &lt;pinerc dir&gt;/.signature
1382  addressbook#   &lt;pinerc dir&gt;/.addressbook
1383  postponed#     ~/mail/postponed-msgs
1384  sentmail#      ~/mail/sent-mail
1385  mailcap#       ~/.mailcap + /etc/mailcap
1386                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1387  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1389  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1390  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1391  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1392  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1393  password       /etc/passwd
1395 Unix Alpine and PC-Alpine:
1397  .ab*           remote addressbook support files
1398  a[1-9]*        temporary (while Alpine is running) addressbook files
1400 </PRE>
1403 <H2>Mailcap files</H2>
1405 Alpine honors the mailcap configuration system for specifying external
1406 programs for handling attachments.  The mailcap file maps MIME attachment
1407 types to the external programs loaded on your system that can display
1408 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1409 distribution.  It includes comments that explain the syntax you need to
1410 use for mailcap.  With the mailcap file, any program (mail readers,
1411 newsreaders, WWW clients) can use the same configuration for handling
1412 MIME-encoded data.
1415 <H2>MIME-Types files</H2>
1417 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1418 what Content-Type to use for labeling an attached file, based on
1419 the file extension.  That is, this file provides a mapping between
1420 filename extensions and MIME content-types.
1423 <H2>Environment variables</H2>
1425 PC-Alpine uses the following environment variables:
1426 <DL>
1427 <DT>PINERC</DT>
1428 <DD>Optional path to pinerc file.</DD>
1429 <DT>PINERCEX</DT>
1430 <DD>Optional path to personal exceptions configuration file.</DD>
1431 <DT>PINECONF</DT>
1432 <DD>Optional path to global pine config file.</DD>
1433 <DT>HOME</DT>
1434 <DT>TMPDIR, TMP, or TEMP</DT>
1435 <DT>COMSPEC</DT>
1436 <DT>MAILCAPS</DT>
1437 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1438 <DT>USER_DICTIONARY</DT>
1439 <DD>Used to specify the file to contain the user's spell check
1440 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1441 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1442 </DL>
1444 Unix Alpine uses the following environment variables:
1445 <DL>
1446 <DT>TERM</DT>
1447 <DD>Tells Alpine what kind of terminal is being used.</DD>
1448 <DT>DISPLAY</DT>
1449 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1450 <DT>SHELL</DT>
1451 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1452 <DT>TMPDIR, TMP, or TEMP</DT>
1453 <DT>MAILCAPS</DT>
1454 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1455 </DL>
1456 <!--chtml if pinemode="os_windows"-->
1458 <H2>Common PC-Alpine Configuration Problems</H2>
1460 <H3>Configuration settings aren't being saved</H3>
1462 <P>This problem can happen if you run pine from one directory and
1463 then decide to move your pine directory to another location.  PC-Alpine
1464 stores certain variables, including the configuration location, in the
1465 Windows Registry (which you shouldn't ever need to manually edit).  There
1466 are a couple of ways to go about removing or resetting the values in the
1467 registry.
1470 1) Run PC-Alpine's registry value deletion command.  This can be done by
1471 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1472 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1473 value to the above command.
1476 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1477 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1478 option, you can tell PC-Alpine the location of your pinerc.  An example of
1479 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;.
1480 Again, you can use the DOS prompt or the shortcut method explained in (1).
1483 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1484 set registry values to the current setting, and is therefore useful with
1485 the &quot;-p&nbsp;PINERC&quot; option.
1487 <!--chtml endif-->
1489 &lt;End of Configuration Notes&gt;
1490 </BODY>
1491 </HTML>
1492 ====== h_news_legal ======
1493 <html>
1494 <head>
1495 <TITLE>Alpine Legal Notices</TITLE>
1496 </head>
1497 <body>
1499 <H1>Alpine Legal Notices</H1>
1501 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1505 &lt;End of Alpine Legal Notices&gt;
1506 </BODY>
1507 </HTML>
1508 ===== h_info_on_mbox =====
1509 <HTML>
1510 <HEAD>
1511 <TITLE>Information on mbox driver</TITLE>
1512 </HEAD>
1513 <BODY>
1514 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1516 Beginning with Pine 4.00 (Pine came before Alpine)
1517 a new INBOX access method is
1518 available as part of the standard configuration.  It is called the
1519 &quot;mbox&quot; driver and it works like this:<P>
1522 <BLOCKQUOTE>
1523 If the file &quot;mbox&quot; exists in the user's home directory, and
1524 is in Unix mailbox format, then when INBOX is opened this file will be
1525 selected as INBOX instead of the mail spool file.  Messages will be
1526 automatically transferred from the mail spool file into the mbox
1527 file.
1528 </BLOCKQUOTE>
1531 The advantage of this method is that, after new mail has been copied
1532 from the system mail spool, all subsequent access is confined to the
1533 user's home directory, which is desirable on some systems.  However, a
1534 possible disadvantage is that mail tools other than those from the
1535 University of Washington will not know to look for mail in the user's
1536 mbox file.  For example, POP or IMAP servers other than those from the
1537 University of Washington, and many &quot;new mail notification&quot;
1538 programs may not work as expected with this driver enabled.<P>
1540 To disable this behavior, either remove/rename the &quot;mbox&quot;
1541 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1542 option in Setup/Config
1543 and add &quot;mbox&quot; to it:
1545 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1547 &lt;End of help on this topic&gt;
1548 </BODY>
1549 </HTML>
1550 ===== h_info_on_locking =====
1551 <HTML>
1552 <HEAD>
1553 <TITLE>FAQs on Alpine Locking</TITLE>
1554 </HEAD>
1555 <BODY>
1556 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1558 There is an extensive section on locking in the Alpine technical notes;
1559 this information is intended to provide answers to some common questions:<P>
1560 <OL>
1561 <LI> Why did locking change in Pine 4.00?<BR>
1562 The actual locking mechanisms did not change in 4.00.
1563 What changed is that when one particular locking mechanism used by Alpine 
1564 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1565 failure would occur, but no warning was issued.<P>
1567 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1568 Yes.  It means that Alpine was unable to create a lockfile in the
1569 spool directory, generally because of overly restrictive protections on the
1570 spool directory.  The correct permissions on the spool directory for
1571 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1572 with the sticky-bit set, so only owners of a file can delete them.<P>
1574 <LI> Why does Alpine require that the mail spool directory have 1777
1575    protections?<BR>
1576 Alpine was designed to run without special privileges.  This means that in
1577 order to create a lockfile in the spool directory, it is necessary to have
1578 the spool directory permissions be world-writable.<P>
1580 <LI> Can't you create the lockfile somewhere else?<BR>
1581 No.  The lockfile in question must be in the mail spool directory, because
1582 that's where the mail delivery program expects to find it, and the purpose
1583 of the file is to coordinate access between the mail client (Alpine) and the
1584 mail delivery program.<P>
1586 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1587 No.  Remember that the individual mail files in the spool directory are
1588 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1589 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1590 -- means that only the owner of the file (or root) can delete files in the 
1591 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1592 anyone could
1593 create a random file in the spool directory.  If the spool directory is
1594 under quota control along with home directories, there is little incentive
1595 for anyone to do this, and even without quotas a periodic scan for
1596 non-mail files usually takes care of the problem.  <P>
1598 <LI> Why not run Alpine as setgid mail?<BR>
1599 Alpine was never designed to run with privileges, and to do so introduces a
1600 significant security vulnerability.  For example, if a user suspends Alpine,
1601 the resulting shell will have group privileges.  This is one example of
1602 why we strongly recommend against running Alpine as a privileged program.
1603 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1604 users
1605 could not test Alpine versions or other mailers that had not been installed
1606 by the system administrators.<P>
1609 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1610 There are, but they all have different sets of tradeoffs, and not all will
1611 work on all systems.  Some examples:<UL>
1612  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1613    spool is local.   Doesn't work reliably if NFS is used.
1614    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1615    use the same calls.
1616  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1617    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1618 mail tools that always look in the spool directory for the mail.
1619 </UL><P>
1621 <LI> Are these spool directory lock files the only kinds of locks used by
1622    Alpine?<BR>
1623 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1624 mailbox format folders, these are used to coordinate access between
1625 multiple Alpine sessions.  <P>
1627 <LI> What about the 
1628 <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>
1629 This is for people who are content to live dangerously, or who have
1630 specific knowledge that the spool directory lockfiles are superfluous on
1631 their system (because both Alpine and the mail delivery program are using 
1632 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1634 <LI> Where can I find more details on how Alpine locking works?<BR>
1635 See the Alpine Technical Notes.<P>
1637 </OL>
1639 &lt;End of help on this topic&gt;
1640 </BODY>
1641 </HTML>
1642 ===== h_finding_help ====
1643 <HTML>
1644 <HEAD>
1645 <TITLE>Finding more information and requesting help</TITLE>
1646 </HEAD>
1647 <BODY>
1648 <H1>Places to Look for More Answers</H1>
1649 If you have questions about or problems with Alpine that you cannot resolve 
1650 after consulting the program's internal, context-sensitive help screens, here 
1651 are additional information resources that you may find helpful:
1653 <UL>
1654   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1656   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1658   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1659 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1660   since the last version, which may be useful for you to be aware of, 
1661 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1662 a change in the way an aspect of Alpine works.  There, you will also find notes 
1663 on Alpine configuration.<P>
1665   <LI> The main site for Alpine contains information on configuring and solving problems
1666        with Alpine, it can be found at
1668 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1670   <LI> The Alpine Information Center (maintained by the University of
1671            Washington) World Wide Web site contains, among other things
1672            <UL>
1673            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1674            <LI>an overview of the basics for beginning Alpine users
1675            <LI>Technical Notes for systems administrators
1676            <LI>archives (including a searchable index) of the alpine-info 
1677 mailing list, on which matters of interest to systems/email administrators,
1678 developers, trainers, user support personnel, and others involved with Alpine 
1679 messaging on a &quot;technical&quot; level are discussed.
1680 </UL>
1681         The Alpine Information Center can be accessed with a WWW browser at:<P>
1682             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1683 </UL>
1684 <P><HR WIDTH="75%">
1685 <H1>Requesting help</H1>
1686 If the internal help, the Release Notes, the Alpine Information Center, and your 
1687 local online and print resources do not help you resolve a problem, please
1688 start by contacting your local computer support staff and asking for help.
1690 This is especially true if:
1691 <ul>
1692   <li>You suddenly have trouble sending or receiving mail.
1693   <li>You receive a "disk quota exceeded" message.
1694   <li>You have forgotten your password.
1695   <li>You think your account may have been compromised.
1696   <li>You need help viewing an attachment.
1697   <li>You need to know how to configure your:
1698       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1699       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1700       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1701       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1702   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1703   <li>You want to block email from a particular person.
1704   <li>You're going on vacation and need to autorespond to incoming mail.
1705   <li>You want to automatically file or filter incoming messages.
1706 </ul>
1708 In all of these cases,
1709 you should contact <B>your</B> support staff, because <B>only they</B> 
1710 will be able to assist you effectively. Your support staff may be, depending on who 
1711 provides you with the email account you use Alpine with, for example:<UL>
1712 <LI> the computing help desk of (a department of) your university, school, 
1713 employer, ... ; or
1714 <LI> the customer service center of your Internet Service Provider; or
1715 <LI> the friendly volunteer helpers of your Freenet; or
1716 <LI> the person who setup your computer and internet connection.
1717 </UL>
1719 Due to the large number of Alpine installations worldwide, and because we
1720 receive no funding for it, the University of Washington <B>cannot provide 
1721 individual support services outside the University of Washington</B>.
1723 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1724 newsgroup can be a valuable source of information and assistance for Alpine 
1725 user issues.
1727 For systems/email administrators, developers, trainers, user support
1728 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1729 level, the mailing list alpine-info is available; for information on
1730 subscribing and posting to it, see
1732 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1735 Regardless of whom you are asking for help with Alpine, remember 
1736 to provide as much detail as you can about the
1737 nature of any problem you are encountering, such as
1738 <UL>
1739 <LI>when it first occurred;
1740 <LI>what, if anything, happened that might have brought it about;
1741 <LI>whether it still persists;
1742 <LI>whether it is reproducible, and if so, how;
1743 <LI>what, if anything, you already tried to solve it.
1744 </UL> 
1745 It may also be helpful if you specify what version of Alpine you are using 
1746 <!--chtml if pinemode="running"-->
1747 -- this is <!--#echo var="ALPINE_VERSION"--> --
1748 <!--chtml endif-->
1749 and on what system, and when the copy of Alpine you are using was created
1750 <!--chtml if pinemode="running"-->
1751 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1752 <!--chtml endif-->
1754 <!--chtml if pinemode="running"-->
1755 <P>   
1756 When the Alpine program you are currently using was installed, a support
1757 contact email address may have been set up; in that case, you can simply select
1758 this link now to send a message to it:<BR>
1759 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1760 <!--chtml endif-->
1761 <!--chtml if [ -r PINE_INFO_PATH ]-->
1762 <HR WIDTH="75%">Local Support Contacts:<P>
1763 <!--#include file="PINE_INFO_PATH"-->
1764 <HR WIDTH="75%">
1765 <!--chtml endif-->
1766 <P> 
1767 &lt;End of help on this topic&gt;
1768 </BODY>
1769 </HTML>
1770 ===== new_user_greeting ======
1771 <HTML>
1772 <HEAD>
1773 <TITLE>NEW USER GREETING</TITLE>
1774 </HEAD>
1775 <BODY>
1776 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1777 <BR>
1778 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1779 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1780 select Setup/Config to see many of the options available to you. Also note
1781 that all screens have context-sensitive help text available.<P>
1782 <!--chtml if pinemode="phone_home"-->
1783 SPECIAL REQUEST:
1784 This software was originally created and maintained as a public
1785 service by the University of Washington until 2009; updates are made 
1786 available as a public service of the Alpine community. It is always 
1787 helpful to have an idea of how many users are using Alpine. Are you 
1788 willing to be counted as an Alpine user? Pressing 
1789 <A HREF="X-Alpine-Phone-Home:">Return</A>
1790 will send an anonymous (meaning, your real email address will not be revealed) 
1791 message to the Alpine developers for purposes of tallying.
1793 <!--To Exit this screen and continue your Alpine session press "E".-->
1794 <!--chtml else-->
1795 To Exit this screen and continue your Alpine session press "Return".
1796 <!--chtml endif-->
1797 </BODY>
1798 </HTML>
1799 ===== new_alpine_user_greeting ======
1800 <HTML>
1801 <HEAD>
1802 <TITLE>NEW ALPINE USER GREETING</TITLE>
1803 </HEAD>
1804 <BODY>
1805 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1806 <BR>
1807 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1808 Your Alpine configuration file indicates that you may have used Pine before
1809 but not Alpine.
1810 If you are familiar with the way Pine works, you should be comfortable
1811 using Alpine.
1812 Your Pine configuration file is automatically used for Alpine.
1813 The Release Notes may be viewed by pressing 
1814 &quot;R&quot; now or while in the MAIN MENU.
1816 <!--chtml if pinemode="phone_home"-->
1817 SPECIAL REQUEST:
1818 This software was originally created and maintained as a public
1819 service by the University of Washington until 2009; updates are made 
1820 available as a public service of the Alpine community. It is always 
1821 helpful to have an idea of how many users are using Alpine. Are you 
1822 willing to be counted as an Alpine user? Pressing 
1823 <A HREF="X-Alpine-Phone-Home:">Return</A>
1824 will send an anonymous (meaning, your real email address will not be revealed) 
1825 message to the Alpine developers for purposes of tallying.
1827 <!--To Exit this screen and continue your Alpine session press "E".-->
1828 <!--chtml else-->
1829 To Exit this screen and continue your Alpine session press "Return".
1830 <!--chtml endif-->
1831 </BODY>
1832 </HTML>
1833 ===== new_version_greeting ======
1834 <HTML>
1835 <HEAD>
1836 <TITLE>NEW VERSION GREETING</TITLE>
1837 </HEAD>
1838 <BODY>
1839 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1840 <BR>
1841 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1842 Your Alpine configuration file indicates that you may not have used 
1843 this version of Alpine before.  This version's significant changes are
1844 documented in the Release Notes, which may be viewed by pressing 
1845 &quot;R&quot; now or while in the MAIN MENU.
1847 <!--chtml if pinemode="phone_home"-->
1848 SPECIAL REQUEST:
1849 This software was originally created and maintained as a public
1850 service by the University of Washington until 2009; updates are made 
1851 available as a public service of the Alpine community. It is always 
1852 helpful to have an idea of how many users are using Alpine. Are you 
1853 willing to be counted as an Alpine user? Pressing 
1854 <A HREF="X-Alpine-Phone-Home:">Return</A>
1855 will send an anonymous (meaning, your real email address will not be revealed) 
1856 message to the Alpine developers for purposes of tallying.
1858 <!--To Exit this screen and continue your Alpine session press "E".-->
1859 <!--chtml else-->
1860 To Exit this screen and continue your Alpine session press "Return".
1861 <!--chtml endif-->
1862 </BODY>
1863 </HTML>
1865 ===== main_menu_tx ======
1866 <HTML>
1867 <HEAD>
1868 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1869 </HEAD>
1870 <BODY>
1871 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1872 <DIV ALIGN=CENTER>
1873 Version <!--#echo var="ALPINE_VERSION"-->
1874 <!--chtml if pinemode="running"-->
1875 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1876 <!--chtml endif-->
1877 </DIV>
1878 <CENTER>Copyright 2013-2015 Eduardo Chappa,
1879 <BR>Copyright 2006-2008 University of Washington.
1880 </CENTER>
1883 When you are viewing a help screen, there may be links to
1884 other topics highlighted (in Reverse video) in the text.
1885 Here is an example.
1886 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1887 highlighted.
1888 If you type carriage return (or V for View Link, see the commands at the
1889 bottom of the screen) you will be taken to a new help screen to view the
1890 Introduction.
1891 The commands at the bottom of the screen should then include
1892 &quot;P Prev Help&quot;.
1893 If you type &quot;P&quot; you will end up back here.
1894 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1895 to the place you were in Alpine when you entered Help.
1896 In this case, you would go back to the MAIN MENU.
1897 There are also other links that are highlighted in bold (or the color used
1898 by your terminal to display bold).
1899 The items after the Introduction in the TABLE OF CONTENTS are all examples
1900 of such links.
1901 In order to view those links, you first have to make the link you want
1902 to view the current link.
1903 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1904 (see bottom of screen) can do that for you.
1907 <H2>TABLE OF CONTENTS</H2>
1908 <OL>
1909   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1910   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1911 <!--chtml if [ -r PINE_INFO_PATH ]-->
1912   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1913 <!--chtml endif-->
1914   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1915   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1916   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1917   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1918   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1919   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1920   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1921   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1922   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1923   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1924   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1925   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1926   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1927   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1928   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1929   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1930   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1931   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1932   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1933   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1934   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1935   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1936   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1937   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1938   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1939 </OL>
1942 &lt;End of help on this topic&gt;
1943 </BODY>
1944 </HTML>
1945 ===== h_mainhelp_intro ======
1946 <HTML>
1947 <HEAD>
1948 <TITLE>Introduction</TITLE>
1949 </HEAD>
1950 <BODY>
1951 <H1>Introduction</H1>
1953 Alpine is an &quot;Alternatively Licensed Program for Internet
1954 News and Email&quot; produced until 2009 by the University of Washington.
1955 It is intended to be an easy-to-use program for
1956 sending, receiving, and filing Internet electronic mail messages and
1957 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1958 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1959 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1960 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1961 Directory Access Protocol).<p>
1963 Although originally designed for inexperienced email users, Alpine has
1964 evolved to support many advanced features.  There are an ever-growing
1965 number of configuration and personal-preference options, though which of
1966 them are available to you is determined by your local system managers. 
1968 <H2>WHAT ALPINE DOES...</H2>
1970 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1971 allows you to
1972 compose and read messages using Internet mail standards.  (Whether you
1973 can correspond with others on the Internet depends on whether or not your
1974 computer is connected to the Internet.)  Alpine also allows reading and
1975 posting messages on the Internet &quot;net news&quot; system, provided
1976 that your site operates a suitable news server.
1978 <H2>WHAT ALPINE DOES NOT DO...</H2>
1980 A &quot;mail user agent&quot; such as Alpine is just one part of a
1981 messaging system. Here are some things that are <B>not</B> done by Alpine,
1982 but require other programs:<P>
1983 <UL>
1984  <LI> Actual relaying of email... which is done by &quot;message transfer 
1985 agents&quot;.
1986  <LI> Vacation messages... automatically responding to incoming messages
1987  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1988 email.
1989  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1990  <LI> List processing... resending one message to a list of recipients.
1991 </UL>
1994 &lt;End of help on this topic&gt;
1995 </BODY>
1996 </HTML>
1998 ===== h_mainhelp_pinehelp ======
1999 <HTML>
2000 <HEAD>
2001 <TITLE>Alpine Help</TITLE>
2002 </HEAD>
2003 <BODY>
2004 <H1>Alpine Help</H1>
2006 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2007 use will have its own help text, explaining the choices available for that
2008 screen. This general help section, on the other hand, attempts to give an 
2009 overall picture of what Alpine is capable of doing, as well as pointers to 
2010 additional help sections about specific topics.<p>
2012 Much of the help text contains links to further help topics, similar to
2013 how the World Wide Web works.
2014 You may choose a link to view using the &quot;NextLink&quot; and
2015 &quot;PrevLink&quot; commands to change the link that is highlighted.
2016 The &quot;View Link&quot; command will then show you the highlighted link.
2017 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2018 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2019 will return you to the location in Alpine before you asked for help.
2020 For example, if you are reading this text in Alpine you may return to the
2021 help table of contents with the &quot;Prev Help&quot; command or you may view the
2022 Release notes link in the next paragraph and then return here with
2023 &quot;Prev Help&quot;.
2026 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2027 on the current Alpine version are also available from the MAIN MENU: Press
2028 <!--chtml if pinemode="function_key"-->
2029 &quot;F9&quot;
2030 <!--chtml else-->
2031 &quot;R&quot;
2032 <!--chtml endif-->
2033 to browse the release notes.  These include changes since the last release,
2034 configuration information, the history of the Alpine
2035 project, credits, and legal notices.
2037 Alpine releases are available via the world wide web at
2039 <CENTER><SAMP><A 
2040 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2041 ></CENTER>
2044 If you would like to print <EM>all</EM> of Alpine's internal help text
2045 (not recommended) for a little light bedtime reading, then press
2046 <!--chtml if pinemode="function_key"-->
2047 &quot;F12&quot;
2048 <!--chtml else-->
2049 &quot;Z&quot;
2050 <!--chtml endif-->
2051 now.  (This assumes that the
2052 copy of Alpine you are using has been properly configured for printing
2053 at your site.)
2055 &lt;End of help on this topic&gt;
2056 </BODY>
2057 </HTML>
2058 ===== h_mainhelp_localsupport ======
2059 <HTML>
2060 <HEAD>
2061 <TITLE>Local Support Contacts</TITLE>
2062 </HEAD>
2063 <BODY>
2064 <H1>Local Support Contacts</H1>
2066 <!--chtml if [ -r PINE_INFO_PATH ]-->
2067 <!--#include file="PINE_INFO_PATH"-->
2068 <!--chtml else-->
2069 No Local Support Contacts configured.
2070 <!--chtml endif-->
2073 &lt;End of help on this topic&gt;
2074 </BODY>
2075 </HTML>
2077 ===== h_mainhelp_cmds ======
2078 <HTML>
2079 <HEAD>
2080 <TITLE>Giving Commands in Alpine</TITLE>
2081 </HEAD>
2082 <BODY>
2083 <H1>Giving Commands in Alpine</H1>
2085 Unless configured otherwise
2086 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2087 the bottom two lines of the screen are always used to list the
2088 commands you can give.  You press the keys that are highlighted to give
2089 the command.  The commands for getting help and going back to the main
2090 menu are always present (except when viewing help as you are now).
2091 <!--chtml if pinemode="function_key"-->
2092 <!--chtml else-->
2094 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2095 you see at the bottom of any screen. In some cases there are 3 or
2096 even 4 different
2097 sets of keys that can be seen by using the O key. <EM>All commands are 
2098 active</EM>, even if they are not currently showing at the bottom of your 
2099 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2100 remind yourself of the proper key to press to perform an operation.
2102 <H2>Control Key Commands</H2>
2103 When composing mail, and in a few other places, in Alpine you
2104 have to use Control keys. This means pressing the Control key (usually labeled 
2105 &quot;Ctrl&quot;) and the
2106 letter indicated at the same time.  Usually, this is shown with a
2107 &quot;^&quot; in front of the letter.  On some systems, certain control
2108 characters are intercepted before they get to Alpine.  As a work-around,
2109 you can press the ESCAPE key twice followed by the desired key.  For
2110 example, if Ctrl-O (^O) does not work on your system, try typing
2111 &quot;ESC ESC O&quot;.
2112 <!--chtml endif-->
2113 <H2>Paging Up and Down</H2>
2114 The &quot;+&quot; and &quot;-&quot; keys are used for
2115 moving to the next or previous page.  The space bar is a synonym for
2116 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2117 up as you do in the message composer.  On screens with a WhereIs (search)
2118 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2119 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2120 of the message or list.
2122 <H2>Return Key</H2>
2123 The return key is usually a synonym for a frequently used
2124 command.  When viewing a message, there is currently not a default
2125 command, so RETURN does nothing; when in the index, it is synonymous with
2126 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2127 enclosed in square brackets [] is the same as the return key.
2129 <H2>Control Keys Not Used By Alpine</H2>
2130 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2131 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2132 at prompts for file/folder names, control keys must be used for editing and 
2133 navigation functions.
2136 Alpine has used nearly all the control keys available.  There are, however,
2137 certain control keys that are reserved by other programs or for technical
2138 reasons.  Alpine does not use any of these keys:
2139 <DL>
2140  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2141  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2142  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2143 </DL>
2145 Note: Ctrl-S and Ctrl-Q can be subject to 
2146 <A HREF="h_special_xon_xoff">special handling</A>.
2148 In addition, while the ESC key alone is not used for command input,
2149 Alpine will recognize two consecutive ESC key presses followed by a letter 
2150 key as a substitute for control key input.  For example, the control key
2151 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2152 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2153 This is useful if the communication program you are using
2154 (e.g. Telnet) has its own, conflicting, idea of what certain control
2155 characters mean.
2158 <H2>Repainting the Screen</H2>
2159 Sometimes what is displayed on the screen will be
2160 incorrect due to noise on the phone line or other causes and you will want
2161 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2162 command to do this.  It never hurts to do it when in doubt.
2165 &lt;End of help on this topic&gt;
2166 </BODY>
2167 </HTML>
2168 ===== h_mainhelp_status ======
2169 <HTML>
2170 <HEAD>
2171 <TITLE>Titlebar Line</TITLE>
2172 </HEAD>
2173 <BODY>
2174 <H1>Titlebar Line</H1>
2176 The top line of the screen is Alpine's titlebar line.  It will always display
2177 the current version of Alpine and will also convey information about the
2178 status of the program.  This is where you look to find out what
2179 collection, folder and message number is active and where you are in Alpine.
2182 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2183 (typically your INBOX) is &quot;locked&quot; by another mail session --
2184 most likely a more recent session of Alpine has taken the INBOX lock.
2187 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2188 access a
2189 folder on a remote mail server, and for some reason, communication with
2190 the mail server has either been lost, or never successfully established.
2191 This can be a result of trying to open a non-existent folder, or one
2192 stored on an invalid or non-operational server, or it can mean that Alpine
2193 has been suspended for more that 30 minutes while accessing a remote mail
2194 server.
2197 &lt;End of help on this topic&gt;
2198 </BODY>
2199 </HTML>
2200 ===== h_mainhelp_mainmenu ======
2201 <HTML>
2202 <HEAD>
2203 <TITLE>Main Menu</TITLE>
2204 </HEAD>
2205 <BODY>
2206 <H1>Main Menu</H1>
2208 The Main Menu lists Alpine's main options.
2209 The key or keys you must type to enter your
2210 choice are to the left of each option or command name.
2211 You can type either uppercase or lowercase letters,
2212 and you should not press &lt;Return&gt; after typing the
2213 letter (unless you are specifically asking for the default,
2214 highlighted command).
2217 From the Main Menu you can choose to read online help, write (compose) and 
2218 send a message, look at an index of your mail messages, open or maintain
2219 your mail folders, update your address book, configure Alpine, and quit Alpine.
2220 There are additional options listed at
2221 the bottom of the screen as well.
2224 The Help command usually returns context-sensitive help information.
2225 However, in the Main Menu you get the most general help, which includes
2226 a Table of Contents.
2227 The last entry in the Table of Contents is an Index of help topics,
2228 so this is a good place to go if you are having trouble finding how
2229 to do something.
2231 <H2>Main Menu Commands</H2>
2232 The Alpine main menu lists the most common Alpine functions. A <a
2233 href="h_main_menu_commands">full list of these
2234 commands</a> and what they do is available.
2236 &lt;End of help on this topic&gt;
2237 </BODY>
2238 </HTML>
2239 ===== h_mainhelp_abooks ======
2240 <HTML>
2241 <HEAD>
2242 <TITLE>Address Books</TITLE>
2243 </HEAD>
2244 <BODY>
2245 <H1>Address Books</H1>
2248 As you use email, you can build a list of your regular email correspondents 
2249 in your Alpine
2250 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2251 screen. Your
2252 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2253 You can use the address book to store email addresses for individuals or
2254 groups, to create easily
2255 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2256 address when you are composing a message.
2258 There are two ways to add addresses to your address book: you can add them 
2259 manually or take them from messages (by pressing T to access the Take command). 
2260 With either method, you specify nicknames for your correspondents. A single 
2261 address book entry (or nickname) can point to just one email address, or, it can
2262 point to more than one. When it points to more than one, it is called a 
2263 distribution list. Each distribution list has a nickname, a full name, and a 
2264 list of addresses. These
2265 addresses may be actual addresses, other nicknames in your address book, or 
2266 other
2267 distribution lists.
2270 Additional information is available in Alpine's online help:
2271 <ul>
2272   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2273 </ul>
2275 &lt;End of help on this topic&gt;
2276 </BODY>
2277 </HTML>
2278 ===== h_mainhelp_ldap ======
2279 <HTML>
2280 <HEAD>
2281 <TITLE>LDAP</TITLE>
2282 </HEAD>
2283 <BODY>
2284 <H1>LDAP</H1>
2286 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2287 an organization's shared
2288 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2289 large address
2290 books, rather like the White Pages provided by the phone company. As an Alpine 
2291 user, it is not
2292 necessary to know much about how this works, only how to use it and how to 
2293 configure
2296 More information on configuring LDAP is available in Alpine's online help:
2297 <ul>
2298   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2299 </ul>
2301 Additional help on using LDAP in Alpine is also available:
2302 <ul>
2303   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2304 </ul>
2306 &lt;End of help on this topic&gt;
2307 </BODY>
2308 </HTML>
2309 ===== h_mainhelp_index ======
2310 <HTML>
2311 <HEAD>
2312 <TITLE>Index of Messages</TITLE>
2313 </HEAD>
2314 <BODY>
2315 <H1>Index of Messages</H1>
2317 In Alpine's message index, the selected message is highlighted. The first 
2318 column on the left is blank, shows a &quot;+&quot; if the message was
2319 sent directly to you (i.e., it is not a
2320 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2322 The second column may be blank, or it may contain:
2323 <ul>
2324   <li>"N" if the message is new (unread), </li>
2325   <li>"A" if you have answered the message (using the Reply command), </li>
2326   <li>"D" if you have marked the message for deletion.</li>
2327 </ul>
2330 Note: If you answer a message as well as mark it deleted (in either order), 
2331 you will only see the &quot;D&quot;.
2334 The rest of the columns in the message line show you the message
2335 number, date sent, sender, size, and subject. For details, press ? (Help).  
2336 The behavior and appearance of the Index screen is highly configurable.
2337 In the Setup/Config screen search (with the WhereIs command) for options
2338 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2339 many of the configuration possibilities.
2340 In particular, the
2341 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2342 option may be used to configure the look of the standard MESSAGE INDEX lines
2343 in many different ways.
2344 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2345 read the help text there for more information.
2347 Most of the commands you need to handle your messages are visible at the
2348 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2349 commands that are available.
2350 You do not need to see these &quot;other commands&quot;
2351 on the screen to use them. That is, you never need to press O as a prefix
2352 for any other command.
2355 Additional information is available in Alpine's online help:
2356 <ul>
2357   <li><a href="h_mail_index">Message Index Commands</a></li>
2358 </ul>
2360 &lt;End of help on this topic&gt;
2361 </BODY>
2362 </HTML>
2363 ===== h_mainhelp_reading ======
2364 <HTML>
2365 <HEAD>
2366 <TITLE>Reading Messages</TITLE>
2367 </HEAD>
2368 <BODY>
2369 <H1>Reading Messages</H1>
2371 The message text screen shows you the text of the message along with
2372 its header. If a message has attachments, those will be listed (but not
2373 displayed) also.  The titlebar line displays information about the currently
2374 open message, folder and collection.  You see the name of the collection
2375 (if there is one) in angle brackets, then the name of the folder, then the
2376 message number and finally the position within the current message (in
2377 percent). If the message is marked for deletion
2378 &quot;DEL&quot; will appear in the
2379 upper right as well.
2382 As with every Alpine screen, the bottom two lines show you the commands 
2383 available.
2385 <P>Additional information is available in Alpine's online help:
2386 <ul>
2387   <li><a href="h_mail_view">Message Text Screen</a></li>
2388   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2389   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2390 </ul>
2392 &lt;End of help on this topic&gt;
2393 </BODY>
2394 </HTML>
2395 ===== h_mainhelp_composing ======
2396 <HTML>
2397 <HEAD>
2398 <TITLE>Composing Messages</TITLE>
2399 </HEAD>
2400 <BODY>
2401 <H1>Composing Messages</H1>
2403 To write a message, press C (Compose). You see the Compose Message
2404 screen, which is divided into two parts: the header area and the message
2405 text area. The header area is where information on the recipient (the To:
2406 field) and the subject line go, while the message text area contains the
2407 actual text of the email message. Different commands are available to you
2408 when your cursor is in different areas on this screen. To see additional
2409 help on commands in either the message text or header area, type
2410 <Control>G (Get help).
2413 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2414 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2416 <P>The following information from Alpine's online help may prove useful:
2417 <ul>
2418   <li><a href="h_composer_to">Message Header Commands</a></li>
2419   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2420   <li><a href="h_composer">Composer Commands</a></li>
2421   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2422   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2423   <li><a href="h_compose_send">Send Command</a></li>
2424   <li><a href="h_compose_spell">Spell Check Command</a></li>
2425 </ul>
2427 &lt;End of help on this topic&gt;
2428 </BODY>
2429 </HTML>
2430 ===== h_mainhelp_collections ======
2431 <HTML>
2432 <HEAD>
2433 <TITLE>Collection Lists</TITLE>
2434 </HEAD>
2435 <BODY>
2436 <H1>Collection Lists</H1>
2438 Collection lists are Alpine's way of organizing groups of folders. Each
2439 "collection" can reside on a different server, for example, and contain a
2440 different group of mail folders.
2443 For more information on this, see:
2444 <ul>
2445   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2446 </ul>
2448 Additional information relating to collection lists is also available in 
2449 Alpine's online
2450 help:
2451 <ul>
2452   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2453   <li><a href="h_collection_screen">Collection List Screen</a></li>
2454 </ul>
2456 &lt;End of help on this topic&gt;
2457 </BODY>
2458 </HTML>
2459 ===== h_mainhelp_folders ======
2460 <HTML>
2461 <HEAD>
2462 <TITLE>Folders</TITLE>
2463 </HEAD>
2464 <BODY>
2465 <H1>Folders</H1>
2467 Messages can quickly accumulate in your INBOX folder. If you use email
2468 often, you soon could have hundreds. You need to delete messages you do
2469 not want, and you can use folders to organize messages you wish to save. A
2470 folder is a collection of one or more messages that are stored (just like
2471 the messages in your INBOX) so you can access and manage them.
2474 You can organize your email messages into different folders by topic,
2475 correspondent, date, or any other category that is meaningful to you. You
2476 can create your own folders, and Alpine automatically provides three:
2477 <ul>
2478   <li>The INBOX folder: messages sent to you are listed in this folder.
2479       When you first start Alpine and go to the Message Index screen, you are
2480 looking at the list of messages in your INBOX folder. Every incoming
2481 message remains in your INBOX until you delete it or save it in another
2482 folder. </li>
2483   <li>The sent-mail folder: copies of messages you send are stored in this 
2484 folder. This is
2485 convenient if you cannot remember whether you actually sent a message and want 
2486 to check, or
2487 if you want to send a message again.</li>
2488   <li>The saved-messages folder: copies of messages you save are stored in this 
2489 folder
2490 unless you choose to save them to other folders you create yourself.</li>
2491 </ul>
2494 More information about folders is available in Alpine's online help:
2495 <ul>
2496   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2497   <li><a href="h_folder_maint">Help for Folder List</a></li>
2498   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2499   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2500 Explained</a></li>
2501   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2502 </ul>
2504 &lt;End of help on this topic&gt;
2505 </BODY>
2506 </HTML>
2507 ===== h_mainhelp_color ======
2508 <HTML>
2509 <HEAD>
2510 <TITLE>Color</TITLE>
2511 </HEAD>
2512 <BODY>
2513 <H1>Color</H1>
2515 If the terminal emulator you are using is capable of displaying color or if
2516 you are using PC-Alpine, then it is possible to set up Alpine so that various
2517 parts of the display will be shown in colors you configure. This is done
2518 using the Setup Color screen, available from the MAIN MENU by selecting
2519 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2520 stands for Config in this context).
2523 For example, you may color things like the titlebar, the current item,
2524 the keymenu, and the status messages.
2525 You may also color lines in the index, and headers and quoted text in the
2526 MESSAGE TEXT screen.
2527 You use the Color Setup screen for configuring most of this, but you must
2528 use the IndexColor setup for coloring whole index lines.
2529 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2532 The following entries in Alpine's online help provide additional information 
2533 about how to use color:
2534 <UL>
2535   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2536   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2537   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2538   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2539 </UL>
2541 &lt;End of help on this topic&gt;
2542 </BODY>
2543 </HTML>
2544 ===== h_mainhelp_mouse ======
2545 <HTML>
2546 <HEAD>
2547 <TITLE>Using a Mouse</TITLE>
2548 </HEAD>
2549 <BODY>
2550 <H1>Using a Mouse</H1>
2552 If you are using PC-Alpine mouse support is turned on automatically.
2553 If you are using UNIX Alpine within an X terminal window or within
2554 a terminal emulator that supports an xterm-style mouse, then you may
2555 turn on support for the mouse with the feature
2556 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2557 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2559 PC-Alpine offers considerable mouse support.  You can view what is
2560 &quot;clickable&quot; by dragging your mouse over any screen; when the
2561 arrow cursor changes into a hand, you found something. Mouse-click
2562 possibilities include navigating between screens and folders and
2563 double-clicking on hyperlinks to open your Web browser.
2564 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2565 screen.  Examples of right-click options include &quot;copy&quot; after
2566 selecting text to copy and &quot;View in New Window&quot; when you click
2567 on a particular message in the Message Index. The menu choices available
2568 to you will vary based upon what screen is open, where on the screen your
2569 cursor is located, and even what action you have already taken.
2570 Within a folder, you may set the &quot;Important&quot; flag on any
2571 message.
2573 X terminal mouse support is more limited but still quite powerful.
2574 As with PC-Alpine, clicking on any of the commands in the keymenu at
2575 the bottom of the screen will execute that command as if you typed it.
2576 Double-clicking on a link, for example the link to the
2577 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2578 will take you to that link.
2579 Double-clicking on an index line will view the message, and so on.
2581 &lt;End of help on this topic&gt;
2582 </BODY>
2583 </HTML>
2584 ===== h_mainhelp_keywords ======
2585 <HTML>
2586 <HEAD>
2587 <TITLE>Keywords</TITLE>
2588 </HEAD>
2589 <BODY>
2590 <H1>Keywords</H1>
2592 Within a folder, you may set the &quot;Important&quot; flag on any
2593 message.
2594 This doesn't have any system-defined meaning and is only called
2595 the Important flag because many users use it to signify that a message
2596 is important to them in some way.
2598 You may also define your own set of keywords.
2599 You might know these as user defined flags or as labels.
2600 These are similar to the Important flag but you choose the names for yourself.
2602 Alpine will only display keywords that
2603 have been added by you in the Flag Details screen or
2604 that have been configured by you using the Setup/Config option
2605 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2606 Keywords set by other means (for example, by another email client) will not
2607 show up in Alpine unless you configure Alpine to know about them.
2608 They will show up in the Flag Details screen, but will not show up, for example,
2609 in the index line.
2612 The following entries in Alpine's online help provide additional information 
2613 about how to use keywords:
2614 <ul>
2615   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2616   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2617 </ul>
2619 &lt;End of help on this topic&gt;
2620 </BODY>
2621 </HTML>
2622 ===== h_mainhelp_roles ======
2623 <HTML>
2624 <HEAD>
2625 <TITLE>Roles</TITLE>
2626 </HEAD>
2627 <BODY>
2628 <H1>Roles</H1>
2630 You may play different roles depending on who you are replying to. For
2631 example, if you are replying to a message addressed to help-desk you may
2632 be acting as a Help Desk Worker. That role may require that you use a
2633 different return address and/or a different signature.
2636 To configure roles, go to the MAIN MENU and use the Setup command
2637 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2638 The following entries in Alpine's online help provide additional information 
2639 about how to
2640 use roles:
2641 <ul>
2642   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2643   <li><a href="h_role_select">Roles Screen</a></li>
2644 </ul>
2646 &lt;End of help on this topic&gt;
2647 </BODY>
2648 </HTML>
2649 ===== h_mainhelp_filtering ======
2650 <HTML>
2651 <HEAD>
2652 <TITLE>Filtering</TITLE>
2653 </HEAD>
2654 <BODY>
2655 <H1>Filtering</H1>
2657 The software that actually delivers mail (the stuff that happens
2658 before Alpine is involved) for you is in a better position to do mail filtering
2659 than Alpine itself.
2660 If possible, you may want to look into using that sort of mail filtering to
2661 deliver mail to different folders, delete it, or forward it.
2662 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2665 Filtering is a way to automatically move certain messages from one folder
2666 to another or to automatically delete messages.
2667 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2668 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2669 Alpine doesn't have the ability to forward mail to another address or
2670 to deliver vacation messages.
2673 To configure filtering, go to the MAIN MENU and use the Setup command
2674 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2675 The following entries in Alpine's online help provide additional information 
2676 about how to use filtering:
2677 <UL>
2678   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2679 </UL>
2681 &lt;End of help on this topic&gt;
2682 </BODY>
2683 </HTML>
2684 ===== h_mainhelp_patterns ======
2685 <HTML>
2686 <HEAD>
2687 <TITLE>Patterns</TITLE>
2688 </HEAD>
2689 <BODY>
2690 <H1>Patterns</H1>
2692 Patterns are used with Roles, Filtering, Index Coloring,
2693 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2694 The following entries in Alpine's online help provide information 
2695 about using Patterns:
2696 <UL>
2697   <LI> <A HREF="h_rule_patterns">Patterns</A>
2698 </UL>
2700 &lt;End of help on this topic&gt;
2701 </BODY>
2702 </HTML>
2703 ===== h_mainhelp_cmdlineopts ======
2704 <HTML>
2705 <HEAD>
2706 <TITLE>Command Line Options</TITLE>
2707 </HEAD>
2708 <BODY>
2709 <H1>Command Line Options</H1>
2711 Alpine accepts a number of command line arguments, allowing you, for
2712 example, to start Alpine and immediately access a particular folder.
2713 Many of these arguments overlap with options in the Alpine configuration file.
2714 If there is a difference, then an option set on the command line takes
2715 precedence.
2716 Alpine expects command line arguments (other than addresses) to be
2717 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2718 A <a href="h_command_line_options">full list</a> of command line
2719 possibilities is available.
2721 &lt;End of help on this topic&gt;
2722 </BODY>
2723 </HTML>
2724 ===== h_mainhelp_config ======
2725 <HTML>
2726 <HEAD>
2727 <TITLE>Alpine Configuration</TITLE>
2728 </HEAD>
2729 <BODY>
2730 <H1>Alpine Configuration</H1>
2732 Unless it has been administratively disabled, the Setup command on the
2733 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2734 The possible subcommands are for general Configuration settings,
2735 Printer settings, Changing your Password, Signature setup,
2736 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2737 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2738 and Color configuration.
2739 In particular, the &quot;Config&quot; subcommand has many features you may
2740 set or unset and many other configuration variables that may be set to change
2741 the way Alpine works.
2742 Every one of the hundreds of options available in that configuration settings
2743 screen has help text associated with it.
2744 You may read that text by moving the cursor to highlight the option and then
2745 typing the Help command.
2747 These settings are stored in your personal
2748 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2749 <A HREF="h_config_remote_config">remotely</A>),
2750 but on shared systems these settings
2751 may be over-ridden by a system-wide control file (due to local site
2752 security or support policies).  A global pine configuration file can also
2753 be used to set default values for all Alpine users on a particular system.
2754 Power users may be interested in splitting their personal configuration
2755 data into two pieces, a generic piece and
2756 <A HREF="h_config_exceptions">exceptions</A> which apply to
2757 a particular platform.
2758 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2759 General Alpine configuration information can be found
2760 <A HREF="h_news_config">here</A>.
2762 &lt;End of help on this topic&gt;
2763 </BODY>
2764 </HTML>
2765 ===== h_mainhelp_aggops ======
2766 <HTML>
2767 <HEAD>
2768 <TITLE>Aggregate Operations</TITLE>
2769 </HEAD>
2770 <BODY>
2771 <H1>Aggregate Operations</H1>
2773 When you are in the MESSAGE INDEX, the available commands
2774 (for example, Delete, Undelete, Save, Reply, and so on)
2775 normally act on a single message.
2776 So, for example, if you press the Delete command, the currently highlighted
2777 message is marked Deleted.
2778 These commands that normally act on a single message may be applied to
2779 several messages at once instead.
2781 By default this feature is turned on, but it could be administratively turned
2782 off to reduce complexity.
2783 The feature
2784 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2785 in the Setup/Config screen is used to turn it off or on.
2786 When this feature is turned on, the four commands &quot;Select&quot;,
2787 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2788 are available.
2789 The two selection commands allow you to mark a set of
2790 messages as being &quot;selected&quot;.
2791 The &quot;ZoomMode&quot; command will toggle between
2792 displaying only the selected messages and displaying all the messages.
2793 The &quot;Apply&quot; command allows you to
2794 apply one of the regular MESSAGE INDEX commands to all of the selected
2795 messages instead of to only the highlighted message.
2797 An example aggregate operation would be to catch up when reading
2798 a news group.
2799 That is, get rid of all the messages in the news group so that you can
2800 start fresh.
2801 The easiest way to do this in Alpine is to use aggregate operations.
2802 You want to Delete all of the messages in the group.
2803 You could start at the top and type &quot;D&quot; once for every message.
2804 A much faster method is to first Select all of the messages in the group,
2805 and then Delete all of them.
2806 This would take four keystrokes:
2808 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2809 <BR>
2810 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2812 Another use of Select is to use it for searching for a particular message
2813 or set of messages in a large folder.
2814 You may know that the message was From a certain user.
2815 You could select all messages from that user to start, and use Zoom to
2816 look at only those messages.
2817 If there were still too many messages to look at you could Narrow the
2818 set of messages further by selecting from all of those messages only
2819 the ones that were after a certain date, or contained a particular phrase
2820 in the Subject, or were too a particular address, and so on.
2821 That may be the end of what you are doing, or you may want to use Apply to
2822 Save or Forward or Print all of the selected messages.
2824 Some related help topics are
2825 <UL>
2826 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2827 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2828 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2829 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2830 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2831 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2832 </UL>
2834 &lt;End of help on this topic&gt;
2835 </BODY>
2836 </HTML>
2837 ===== h_mainhelp_readingnews ======
2838 <HTML>
2839 <HEAD>
2840 <TITLE>Reading News</TITLE>
2841 </HEAD>
2842 <BODY>
2843 <H1>Reading News</H1>
2845 <H2>Background</H2>
2846 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2847 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2848 Usenet newsgroups allow groups of people with common interests to discuss 
2849 particular topics. You might find newsgroups related to your career, or you 
2850 might wish to check out the online discussion among the fans of your favorite 
2851 television show. 
2853 <H2>Configuring Alpine for Reading News</H2>
2854 Alpine often arrives
2855 pre-configured by your system administrator to automatically access the
2856 newsgroups offered by your organization, Internet Service Provider, or
2857 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2858 need additional details on <a href="h_configuring_news">how to
2859 configure Alpine to read news</a>.
2861 <H2>Accessing Newsgroups</H2>
2862 The first step in reading news is to access the newsgroups collections
2863 screen from Alpine. If everything is configured properly, you should be able
2864 to do this by first typing L (folder List), then selecting the folder
2865 collection listed as "News." The actual name of this collection may differ
2866 from system to system.
2868 <H2>Subscribing to Newsgroups</H2>
2870 Once you have accessed the news collection, you need to subscribe to a
2871 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2872 will keep a record of the newsgroups in which you are interested and which
2873 articles in those newsgroups have been read.
2875 <H2>Using Newsgroups</H2> 
2876 Alpine uses the similar commands to read news as to read mail. For example,
2877 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2878 and the R command Replies to a news posting. Basically, Alpine allows you to
2879 read news as if it were mail, so you don't need to change the way you
2880 interact with Alpine.
2882 There is also additional Alpine help available on 
2883 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2885 &lt;End of help on this topic&gt;
2886 </BODY>
2887 </HTML>
2888 ===== h_mainhelp_securing ======
2889 <HTML>
2890 <HEAD>
2891 <TITLE>Securing your Alpine Session</TITLE>
2892 </HEAD>
2893 <BODY>
2894 <H1>Securing your Alpine Session</H1>
2896 By default, Alpine will attempt to connect to an IMAP server on the normal
2897 IMAP service port (143).
2898 If the Alpine you are using has been built to
2899 support &quot;Transport Layer Security&quot; (TLS)
2900 and &quot;Secure Sockets Layer&quot; (SSL) 
2901 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2902 and the server offers the STARTTLS capability, then a secure (encrypted)
2903 session will be established.
2905 When you are connected to a remote folder the titlebar will contain a plus sign
2906 in the far right column if the connection is encrypted using TLS or SSL.
2907 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2908 if the connection is encrypted.
2910 <H2>More Information on Alpine with SSL and TLS</H2>
2911 <UL>
2912 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2913 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2914 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2915 <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>
2916 </UL>
2917 <H2>Here are some other security-related features and options</H2>
2919 <UL>
2920 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2921 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2922 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2923 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2924 </UL>
2926 &lt;End of help on this topic&gt;
2927 </BODY>
2928 </HTML>
2929 ===== h_mainhelp_problems ======
2930 <HTML>
2931 <HEAD>
2932 <TITLE>Reporting Problems</TITLE>
2933 </HEAD>
2934 <BODY>
2935 <H1>Reporting Problems</H1>
2937 We ask that you first read the relevant help screens and then seek
2938 assistance from your own local support staff.  Once you are sure that your
2939 difficulty is not a local configuration problem, you might look at the
2940 help section explaining where to look for
2941 <A HREF="h_finding_help">more information</A> and where to 
2942 get assistance.
2945 <ADDRESS>
2946    Eduardo Chappa &lt;chappa@gmx.com&gt;
2947 </ADDRESS>
2950 &lt;End of help on this topic&gt;
2951 </BODY>
2952 </HTML>
2953 ===== h_main_menu_commands ======
2954 <HTML>
2955 <HEAD>
2956 <TITLE>MAIN MENU COMMANDS</TITLE>
2957 </HEAD>
2958 <BODY>
2959 <H1>MAIN MENU COMMANDS</H1>
2961 <!--chtml if pinemode="function_key"-->
2962 &nbsp;Available&nbsp;Commands&nbsp;--
2963 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2964 &nbsp;------------------------------
2965 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2966 ----------<BR>
2967 &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>
2968 &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>
2969 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2970 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2971 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2972 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2973 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2974 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2975 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2976 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2977 &nbsp;F7&nbsp;&nbsp;<A 
2978 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2979 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2980 &nbsp;F8&nbsp;&nbsp;<A 
2981 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2982 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2983 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 
2984 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2985 &nbsp;F10&nbsp;<A 
2986 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 
2987 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2988 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2989 &nbsp;F11&nbsp;<A 
2990 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2991 <!--chtml else-->
2992 &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>
2993 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2994 &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>
2995 &nbsp;C&nbsp;&nbsp;<A 
2996 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>
2997 &nbsp;I&nbsp;&nbsp;<A 
2998 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>
2999 &nbsp;L&nbsp;&nbsp;<A 
3000 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>
3001 &nbsp;A&nbsp;&nbsp;<A 
3002 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3003 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3004 &nbsp;S&nbsp;&nbsp;<A 
3005 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 
3006 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3007 &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>
3008 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3009 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3010 <!--chtml endif-->
3013 NOTE:
3014 <OL>
3015  <LI>For help on a particular command, highlight the bold text associated
3016 with it above and hit Return.
3017  <LI> The availability of certain commands (e.g. some of the options under
3018 SETUP) is determined by Alpine configuration files and system capabilities.
3019 At some sites, certain commands may not be available due to security or
3020 support concerns.
3021 </OL>
3023 &lt;End of help on this topic&gt;
3024 </BODY>
3025 </HTML>
3027 ===== h_command_line_options ======
3028 <HTML>
3029 <HEAD>
3030 <TITLE>COMMAND LINE OPTIONS</TITLE>
3031 </HEAD>
3032 <BODY>
3033 <H1>COMMAND LINE OPTIONS</H1>
3034 Possible starting arguments for Alpine:
3036 <DL COMPACT>
3038 <DT> <EM>[addresses]</EM>
3040 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3041 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3042 <EM>Alpine</EM> will startup in
3043 the composer with a message started to the addresses specified.
3044 Once the message is sent, the <EM>Alpine</EM> session closes.
3045 Standard input redirection is allowed.
3046 Separate multiple addresses with a space between them.
3047 Addresses are placed in the &quot;To&quot; field only.
3050 <DT> &lt; <EM>file</EM>
3052 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3053 into the body of the message.
3054 Once the message is sent, the <EM>Alpine</EM> session closes. 
3057 <DT> -attach <EM>file</EM>
3059 <DD> Go directly into composer with given file attached.
3062 <DT> -attachlist <EM>file-list</EM>
3064 <DD> Go directly into composer with given files attached.
3065 This must be the last option on the command line.
3068 <DT> -attach_and_delete <EM>file</EM>
3070 <DD> Go directly into composer with given file attached, delete when finished.
3073 <DT> -aux <EM>local_directory</EM>
3075 <DD> <EM>PC-Alpine</EM> only.
3076 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3077 files, like debug files, address books, and signature files.  The pinerc may 
3078 be local or remote.
3081 <DT> -bail
3083 <DD> If the personal configuration file doesn't already exist, exit.
3084 This might be useful if the configuration file is accessed using some
3085 remote filesystem protocol. If the remote mount is missing this will cause
3086 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3089 <DT> -c <EM>n</EM>
3091 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3092 This is used when there are multiple folder collections (contexts) and you 
3093 want to open a folder not in the primary collection.
3096 <DT> -conf
3098 <DD> Configuration: Prints a sample system configuration file to the
3099 screen or standard output. To generate an initial system configuration 
3100 file, execute
3102 <PRE><CODE>
3103                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3104 </CODE></PRE>
3107 To generate a system configuration file using settings from an old
3108 system configuration file, execute
3110 <PRE><CODE>
3111                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3112 </CODE></PRE>
3114 A system configuration file is not required.
3117 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3119 <DD> Copy an address book file to a remote address book folder.
3120 If the remote folder doesn't exist, it will be created.
3121 If it exists but the first message in the folder isn't a remote address
3122 book header message, the copy will be aborted.
3123 This flag will not usually be used by a user.
3124 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3125 and copy entries from the local address book by using aggregate Save in
3126 the address book screen.
3129 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3131 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3132 If the remote folder doesn't exist, it will be created.
3133 If it exists but the first message in the folder isn't a remote pinerc
3134 header message, the copy will be aborted.
3135 This flag may be useful to users who already have a local pinerc file and
3136 would like to convert it to a remote pinerc folder and use that instead.
3137 This gives a way to bootstrap that conversion without having to manually
3138 reset all of the variables in the remote pinerc folder.
3141 <DT> -d <EM>debug-level</EM>
3143 <DD> Debug Level:  Sets the level of debugging information written by
3144 <EM>Alpine</EM>.
3145 <EM>debug-level</EM> can be set to any integer 0-9.
3146 A debug level of 0 turns off debugging for the session.
3147 (Actually there are some levels higher than 9, but you probably don't
3148 want to see them.)
3151 <DT> -d <EM>keywords</EM>
3153 <DD> You may use a more detailed version of the debugging flag to set
3154 the debug level in separate parts of <EM>Alpine</EM>.
3155 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3156 verbose=0..9.
3157 <EM>Flush</EM> causes debugging information to be flushed immediately to
3158 the debug file as it is written.
3159 <EM>Verbose</EM> is the general debugging verbosity level.
3160 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3161 is useful when you are trying to figure out what is responsible for delays.
3162 <EM>Numfiles</EM> sets the number of debug files saved.
3163 <EM>Imap</EM> sets the debug level for the debugging statements related
3164 to the conversation with the IMAP server, and more generally, for the
3165 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3166 <EM>Tcp</EM> turns on some TCP/IP debugging.
3169 <DT> -f <EM>folder</EM>
3171 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3172 of the standard INBOX.
3175 <DT> -F <EM>file</EM>
3177 <DD> Open named text file for viewing and forwarding.
3180 <DT> -h
3182 <DD> Help:  Prints the list of available command-line arguments to the
3183 screen.
3186 <DT> -i
3188 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3189 screen instead of the MAIN MENU.
3192 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3195 <DT> -I <EM>a,b,c,...</EM>
3197 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3198 sequence of commands upon startup.
3199 This allows users to get <EM>Alpine</EM> to start in any
3200 of its menus/screens.
3201 You cannot include any input to the composer in the initial keystrokes.
3202 The key &lt;Return&gt; is represented by a ``CR'' in
3203 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3204 Control keys are two character sequences beginning with ``^'', such as
3205 ``^I''.
3206 A tab character is ``TAB''.
3207 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3208 ``DOWN'', ``LEFT'', and ``RIGHT''.
3209 A restriction is that you can't mix function keys and character keys in this
3210 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3211 A user can always use only <EM>character</EM> keys in the startup list even
3212 if he or she is using <EM>function</EM> keys normally, or vice versa.
3213 If an element in this list is a string of characters surrounded by double
3214 quotes (&quot;) then it will be expanded into the individual characters in
3215 the string, excluding the double quotes.
3218 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3221 <DT> -install
3223 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3224 some basic information to help with getting properly set up.
3227 <DT> -k
3229 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3230 the input of commands to be function-keys.
3231 Otherwise, commands are linked to the regular character keys.
3234 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3235 <EM>Feature-List</EM>.
3238 <DT> -n <EM>n</EM>
3240 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3241 FOLDER INDEX screen with the current message being the specified
3242 message number.
3245 <DT> -nosplash
3247 <DD> <EM>PC-Alpine</EM> only.
3248 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3249 This may be helpful for certain troubleshooting or terminal server scenarios.
3252 <DT> -o <EM>folder</EM>
3254 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3257 <DT> -p <EM>pinerc</EM>
3259 <DD> Uses the named file as the personal configuration file instead of
3260 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3261 Alpinerc may be either a local file or a remote configuration folder.
3264 <DT> -P <EM>pinerc</EM>
3266 <DD> Uses the named file as the system wide configuration file instead of
3267 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3268 Alpinerc may be either a local file or a remote configuration folder.
3271 <DT> -passfile <EM>passfile</EM>
3273 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3274 This should be a fully-qualified filename.
3277 <DT> -pinerc <EM>file</EM>
3279 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3280 settings of variables that the user has made.
3281 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3284 <DT> -r
3286 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3287 <EM>Alpine</EM> in restricted mode can only send email to itself.
3288 Save and export are limited.
3291 <DT> -registry <EM>cmd</EM>
3293 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3294 <EM>Alpine</EM>'s registry entries.
3295 Possible values for <EM>cmd</EM> are set, clear, and dump.
3296 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3297 entries according to its current settings.
3298 <EM>Clear</EM> will clear the registry values.
3299 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3300 <EM>Dump</EM> will display the values of current registry settings.
3301 Note that the dump command is currently disabled.
3302 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3303 the registry only if there currently aren't any values set.
3306 <DT> -sort <EM>key</EM>
3308 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3309 FOLDER INDEX screen.
3310 <EM>Key</EM> can have the following values: 
3311 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3312 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3313 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3314 The default value is &quot;arrival&quot;.
3315 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3318 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3321 <DT> -uninstall
3323 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3324 in Windows settings.  The registry settings are removed and
3325 the password cache is cleared.
3328 <DT> -url <EM>url</EM>
3330 <DD> Open the given URL.
3333 <DT> -v
3335 <DD> Version:  Print version information to the screen.
3338 <DT> -x <EM>exceptions_config</EM>
3340 <DD> Configuration settings in the exceptions configuration override your normal
3341 default settings.
3342 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3345 <DT> -z
3347 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3348 will suspend the <EM>Alpine</EM> session.
3351 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3352 <EM>Feature-List</EM>.
3355 <DT> -<EM>option</EM>=<EM>value</EM>
3357 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3358 For example, <EM>-signature-file=sig1</EM> or
3359 <EM>-Feature-List=signature-at-bottom</EM>.
3360 Note:  Feature-List values are
3361 additive and features may be preceded with no- to turn them off.
3362 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3363 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3364 <EM>-Feature-List=signature-at-bottom</EM>.
3367 </DL>
3369 &lt;End of help on this topic&gt;
3370 </BODY>
3371 </HTML>
3372 ===== h_configuring_news ======
3373 <HTML>
3374 <HEAD>
3375 <TITLE>CONFIGURING NEWS</TITLE>
3376 </HEAD>
3377 <BODY>
3378 <H1>CONFIGURING NEWS</H1>
3379 Alpine can access news folders in any one of three different ways:
3380 <DL>
3381 <DT>REMOTE NNTP</DT>
3382 <DD>Using the Network News Transport Protocol (NNTP) to
3383 access news on a remote news server.  In this case the newsrc file is
3384 stored on the machine where Alpine is running.
3387 To specify a remote news-collection accessed via NNTP use the
3388 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3389 Server: value to the NNTP server's hostname appended with the
3390 communication method &quot;/service=NNTP&quot;, and set the Path:
3391 value to the &quot;#news.&quot; namespace (without the quotes).  See
3392 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3393 help text for a more complete explanation of access method, and the
3394 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3395 text for a more complete explanation of &quot;namespace&quot;.
3397 Instead of specifying a news-collection, you may simply set the
3398 <A HREF="h_config_nntp_server">NNTP Server</A>
3399 option, which will cause Alpine to create a default news-collection for you.
3400 Another NNTP option that may be of interest is
3401 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3403 <DT>REMOTE IMAP</DT>
3404 <DD>Using the Internet Message Access Protocol (IMAP) to
3405 access news on a remote news server.  In this case, your newsrc file is
3406 stored on the news server, in your home directory, so you must have an
3407 account on the news server, but you would be running Alpine on a different
3408 machine.  The news server must be running an IMAPd server process. 
3411 To specify a remote news-collection accessed via IMAP use the
3412 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3413 Server: value to the IMAP server's hostname, and set the Path: value
3414 to the &quot;#news.&quot; namespace (without the quotes).  See the
3415 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3416 text for a more complete explanation of &quot;namespace&quot;.
3418 </DD>
3420 <DT>LOCAL</DT>
3421 <DD>Using local file access to the news database.  In this
3422 case, your newsrc file is stored on the news server, in your home
3423 directory, so you must have an account on the news server, and you would
3424 be running Alpine on the same machine.
3427 To specify a local news-collection use the SETUP/collectionList
3428 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3429 set the Path: value to the &quot;#news.&quot; namespace (without the
3430 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3431 field's help text for a more complete explanation of &quot;namespace&quot;.
3433 </DD>
3434 </DL>
3438 NOTE: Should no news-collection be defined as above, Alpine will
3439 automatically create one using the Setup/Config screen's
3440 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3441 will be created as a &quot;Remote NNTP&quot; as described above.
3445 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3446 possible.  If you don't have an account on the news server, or if the news
3447 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3448 sure, ask your service provider, university, or company for help.)  In
3449 this case, your Unix .newsrc file can be transferred to your PC.  A good
3450 place to put it would be in the same directory as your PINERC file, under
3451 the name NEWSRC, but you can 
3452 <A HREF="h_config_newsrc_path">specify a different location</A>
3453 via Alpine's Setup/Config screen.
3456 Other configuration features related to news are
3457 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3458 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3459 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3460 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3461 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3462 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3463 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3464 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3467 &lt;End of help on this topic&gt;
3468 </BODY>
3469 </HTML>
3470 ===== h_reading_news ======
3471 <HTML>
3472 <HEAD>
3473 <TITLE>READING NEWS</TITLE>
3474 </HEAD>
3475 <BODY>
3476 <H1>READING NEWS</H1>
3478 Alpine uses almost the same commands for manipulating news folders as for
3479 mail folders.  This means, for example, that when you are done with a
3480 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3481 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3482 most newsreaders, wherein a message is implicitly dismissed after you have
3483 looked at it once. We strongly believe that Alpine should offer as much
3484 consistency as possible between mail and news, so the mail paradigm --
3485 wherein a message does not magically disappear without explicit action by
3486 the user -- is used for news as well. <P>
3488 If you answer a message in a news folder, the index view will show the
3489 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3490 keep track of what news as been read has no way of storing this flag, so
3491 it will not be preserved across sessions.  The Deleted flag is the only
3492 one that is preserved when you leave and then return to a newsgroup.  As an
3493 additional note on replies, when you Reply to a newsgroup message and say
3494 you want to reply to all recipients, Alpine will ask if you want to post the
3495 message to all the newsgroups listed in the original message. <P>
3497 If you would like Alpine to mark more-or-less recent news messages as
3498 &quot;New&quot;, then set the
3499 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3500 feature (which is set by default).  This will cause messages after the last one you have marked as
3501 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3502 &quot;N&quot; status often makes it easier to distinguish later news
3503 articles from those you've previously seen, but not yet disposed of via
3504 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3505 record of which messages you have not seen.
3508 A frequent operation in news-reading is &quot;catching up&quot; -- that
3509 is, getting rid of all the messages in the newsgroup so that you can
3510 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3511 Select command.  You would enter the following four keystrokes:
3512 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3513 dismiss) command to all of them.
3516 There are also additional details on 
3517 <A HREF="h_configuring_news">configuring news</a>.
3520 &lt;End of help on this topic&gt;
3521 </BODY>
3522 </HTML>
3523 ====== h_help_index ======
3524 <HTML>
3525 <HEAD>
3526 <TITLE>Help Index</TITLE>
3527 </HEAD>
3528 <BODY>
3529 <H1>Help Index</H1>
3530 <ul>
3531 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3532 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3533 <li><a href="h_main_addrbook">Address Book Command</a>
3534 <li><a href="h_abook_view">Address Book View Explained</a>
3535 <li><a href="h_compose_addrcomplete">Address Completion</a>
3536 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3537 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3538 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3539 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3540 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3541 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3542 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3543 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3544 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3545 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3546 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3547 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3548 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3549 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3550 <li><a href="h_news_legal">Alpine Legal Notices</a>
3551 <li><a href="h_compose_alted">Alt Editor Command</a>
3552 <li><a href="h_index_cmd_apply">Apply Command</a>
3553 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3554 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3555 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3556 <li><a href="h_composer_browse">BROWSER</a>
3557 <li><a href="h_common_bounce">Bounce Command</a>
3558 <li><a href="h_compose_cancel">Cancel Command</a>
3559 <li><a href="h_config_change_your_from">Changing your From Address</a>
3560 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3561 <li><a href="h_mainhelp_color">Color</a>
3562 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3563 <li><a href="h_composer">COMPOSER COMMANDS</a>
3564 <li><a href="h_mainhelp_composing">Composing Messages</a>
3565 <li><a href="h_mainhelp_collections">Collection Lists</a>
3566 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3567 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3568 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3569 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3570 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3571 <li><a href="h_common_compose">Compose Command</a>
3572 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3573 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3574 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3575 <li><a href="h_mainhelp_config">Configuration</a>
3576 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3577 <li><a href="h_config_dflt_color">Default Color</a>
3578 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3579 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3580 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3581 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3582 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3583 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3584 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3585 <li><a href="h_ge_export">Export File Selection</a>
3586 <li><a href="h_ge_allparts">Export Message File Selection</a>
3587 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3588 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3589 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3590 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3591 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3592 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3593 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3594 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3595 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3596 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3597 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3598 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3599 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3600 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3601 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3602 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3603 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3604 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3605 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3606 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3607 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3608 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3609 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3610 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3611 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3612 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3613 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3614 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3615 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3616 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3617 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3618 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3619 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3620 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3621 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3622 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3623 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3624 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3625 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3626 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3627 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3628 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3629 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3630 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3631 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3632 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3633 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3634 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3635 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3636 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3637 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3638 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3639 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3640 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3641 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3642 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3643 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3644 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3645 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3646 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3647 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3648 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3649 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3650 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3651 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3652 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3653 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3654 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3655 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3656 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3657 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3658 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3659 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3660 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3661 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3662 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3663 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3664 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3665 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3666 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3667 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3668 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3669 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3670 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3671 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3672 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3673 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3674 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3675 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3676 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3677 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3678 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3679 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3680 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3681 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3682 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3683 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3684 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3685 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3686 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3687 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3688 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3689 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3690 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3691 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3692 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3693 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3694 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3695 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3696 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3697 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3698 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3699 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3700 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3701 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3702 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3703 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3704 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3705 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3706 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3707 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3708 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3709 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3710 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3711 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3712 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3713 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3714 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3715 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3716 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3717 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3718 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3719 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3720 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3721 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3722 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3723 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3724 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3725 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3726 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3727 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3728 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3729 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3730 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3731 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3732 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3733 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3734 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3735 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3736 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3737 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3738 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3739 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3740 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3741 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3742 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3743 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3744 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3745 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3746 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3747 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3748 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3749 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3750 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3751 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3752 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3753 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3754 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3755 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3756 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3757 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3758 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3759 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3760 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3761 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3762 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3763 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3764 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3765 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3766 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3767 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3768 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3769 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3770 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3771 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3772 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3773 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3774 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3775 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3776 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3777 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3778 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3779 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3780 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3781 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3782 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3783 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3784 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3785 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3786 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3787 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3788 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3789 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3790 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3791 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3792 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3793 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3794 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3795 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3796 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3797 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3798 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3799 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3800 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3801 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3802 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3803 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3804 <li><a href="h_mainhelp_filtering">Filtering</a>
3805 <li><a href="h_finding_help">Finding more information and requesting help</a>
3806 <li><a href="h_common_flag">Flag Command</a>
3807 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3808 <li><a href="h_mainhelp_folders">Folders</a>
3809 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3810 <li><a href="h_common_folders">Folder List Command</a>
3811 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3812 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3813 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3814 <li><a href="h_config_change_your_from">From Address, Changing</a>
3815 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3816 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3817 <li><a href="h_common_goto">Goto Command</a>
3818 <li><a href="h_common_hdrmode">HdrMode Command</a>
3819 <li><a href="h_mainhelp_pinehelp">Help</a>
3820 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3821 <li><a href="h_folder_maint">Help for Folder List</a>
3822 <li><a href="h_valid_folder_names">IMAP</a>
3823 <li><a href="h_ge_import">Import File Selection</a>
3824 <li><a href="h_mainhelp_index">Index of Messages</a>
3825 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3826 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3827 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3828 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3829 <li><a href="h_mainhelp_intro">Introduction</a>
3830 <li><a href="h_main_journal">Journal Command</a>
3831 <li><a href="h_common_jump">Jump Command</a>
3832 <li><a href="h_compose_justify">Justify Command</a>
3833 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3834 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3835 <li><a href="h_mainhelp_ldap">LDAP</a>
3836 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3837 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3838 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3839 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3840 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3841 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3842 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3843 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3844 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3845 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3846 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3847 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3848 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3849 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3850 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3851 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3852 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3853 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3854 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3855 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3856 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3857 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3858 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3859 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3860 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3861 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3862 <li><a href="h_common_index">Message Index Command</a>
3863 <li><a href="h_mainhelp_mouse">Mouse</a>
3864 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3865 <li><a href="new_user_greeting">NEW USER GREETING</a>
3866 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3867 <li><a href="h_mainhelp_readingnews">News Reading</a>
3868 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3869 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3870 <li><a href="h_common_nextnew">NextNew Command</a>
3871 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3872 <li><a href="h_mainhelp_readingnews">NNTP</a>
3873 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3874 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3875 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3876 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3877 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3878 <li><a href="h_config_color_style">OPTION: Color Style</a>
3879 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3880 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3881 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3882 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3883 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3884 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3885 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3886 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3887 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3888 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3889 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3890 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3891 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3892 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3893 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3894 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3895 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3896 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3897 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3898 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3899 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3900 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3901 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3902 <li><a href="h_config_font_name">OPTION: Font Name</a>
3903 <li><a href="h_config_font_size">OPTION: Font Size</a>
3904 <li><a href="h_config_font_style">OPTION: Font Style</a>
3905 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3906 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3907 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3908 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3909 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3910 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3911 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3912 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3913 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3914 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3915 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3916 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3917 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3918 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3919 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3920 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3921 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3922 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3923 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3924 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3925 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3926 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3927 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3928 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3929 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3930 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3931 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3932 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3933 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3934 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3935 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3936 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3937 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3938 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3939 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3940 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3941 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3942 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3943 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3944 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3945 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3946 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3947 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3948 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3949 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3950 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3951 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3952 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3953 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3954 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3955 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3956 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3957 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3958 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3959 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3960 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3961 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3962 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3963 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3964 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3965 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3966 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3967 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3968 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3969 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3970 <li><a href="h_config_printer">OPTION: Printer</a>
3971 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3972 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3973 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3974 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3975 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3976 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3977 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3978 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3979 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3980 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3981 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3982 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3983 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3984 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3985 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3986 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3987 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3988 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3989 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3990 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3991 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3992 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3993 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3994 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3995 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3996 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3997 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3998 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3999 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4000 <li><a href="h_config_status_color">OPTION: Status Color</a>
4001 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4002 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4003 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4004 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4005 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4006 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4007 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4008 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4009 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4010 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4011 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4012 <li><a href="h_config_title_color">OPTION: Title Color</a>
4013 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4014 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4015 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4016 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4017 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4018 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4019 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4020 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4021 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4022 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4023 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4024 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4025 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4026 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4027 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4028 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4029 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4030 <li><a href="h_mainhelp_patterns">Patterns</a>
4031 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4032 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4033 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4034 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4035 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4036 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4037 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4038 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4039 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4040 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4041 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4042 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4043 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4044 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4045 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4046 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4047 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4048 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4049 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4050 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4051 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4052 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4053 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4054 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4055 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4056 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4057 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4058 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4059 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4060 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4061 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4062 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4063 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4064 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4065 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4066 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4067 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4068 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4069 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4070 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4071 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4072 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4073 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4074 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4075 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4076 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4077 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4078 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4079 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4080 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4081 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4082 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4083 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4084 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4085 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4086 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4087 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4088 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4089 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4090 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4091 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4092 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4093 <li><a href="h_common_pipe">Pipe Command</a>
4094 <li><a href="h_valid_folder_names">POP</a>
4095 <li><a href="h_common_postpone">Postpone Command</a>
4096 <li><a href="h_common_print">Print Command</a>
4097 <li><a href="h_mainhelp_readingnews">Reading News</a>
4098 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4099 <li><a href="h_mainhelp_roles">Roles</a>
4100 <li><a href="h_role_select">ROLES SCREEN</a>
4101 <li><a href="h_compose_readfile">Read File Command</a>
4102 <li><a href="h_mainhelp_reading">Reading Messages</a>
4103 <li><a href="h_main_release_notes">Release Notes Command</a>
4104 <li><a href="h_common_reply">Reply and Forward Commands</a>
4105 <li><a href="h_compose_richhdr">Rich Header Command</a>
4106 <li><a href="h_common_role">Role Command</a>
4107 <li><a href="h_mainhelp_smime">S/MIME</a>
4108 <li><a href="h_index_cmd_select">Searching for Messages</a>
4109 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4110 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4111 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4112 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4113 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4114 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4115 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4116 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4117 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4118 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4119 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4120 <li><a href="h_common_save">Save and Export Commands</a>
4121 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4122 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4123 <li><a href="h_compose_send">Send Command</a>
4124 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4125 <li><a href="h_main_setup">Setup Command</a>
4126 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4127 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4128 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4129 <li><a href="h_mainhelp_smime">S/MIME</a>
4130 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4131 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4132 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4133 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4134 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4135 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4136 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4137 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4138 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4139 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4140 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4141 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4142 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4143 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4144 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4145 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4146 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4147 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4148 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4149 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4150 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4151 <li><a href="h_index_cmd_sort">Sort Command</a>
4152 <li><a href="h_compose_spell">Spell Check Command</a>
4153 <li><a href="h_common_suspend">Suspend Command</a>
4154 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4155 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4156 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4157 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4158 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4159 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4160 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4161 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4162 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4163 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4164 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4165 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4166 <li><a href="h_common_take">TakeAddr Command</a>
4167 <li><a href="h_mainhelp_status">Titlebar Line</a>
4168 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4169 <li><a href="h_config_usenone_color">Use None Color</a>
4170 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4171 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4172 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4173 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4174 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4175 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4176 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4177 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4178 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4179 </UL>
4182 &lt;End of Help Index&gt;
4183 </BODY>
4184 </HTML>
4187 ============== h_config_remote_config =============
4188 <HTML>
4189 <HEAD>
4190 <TITLE>Remote Configuration</TITLE>
4191 </HEAD>
4192 <BODY>
4193 <H1>Remote Configuration</H1>
4195 You may use the command line argument &quot;-p pinerc&quot; to tell
4196 Alpine to use a non-default configuration file.
4197 There are two types of storage for configuration information.
4198 <EM>Local</EM> configuration files are used by default.
4199 These are just regular files on the UNIX system or on the PC.
4200 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4201 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4202 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4203 The advantage of using a remote configuration is that the same information
4204 may be accessed from multiple platforms.
4205 For example, if you use one computer at work and another at home, the same
4206 configuration could be used from both places.
4207 A configuration change from one place would be seen in both places.
4208 To use a remote configuration you simply give a
4209 <A HREF="h_valid_folder_names">remote folder name</A>
4210 as the argument to the &quot;-p&quot; command line option.
4211 The command line might look something like:
4213 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4215 If there are special characters in the command shell you use, you may need to
4216 quote the last argument (to protect the curly braces from the shell).
4217 The command might look like:
4219 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4221 You should choose a folder name for a folder that does not yet exist.
4222 It will be created containing an empty configuration.
4223 Do not use a folder that you wish to store regular mail messages in.
4225 The Setup/RemoteConfigSetup command will help you convert from a local
4226 configuration to a remote configuration.
4227 It will create a remote configuration for you and copy your current local
4228 configuration to it.
4229 It will also help you convert local address books into remote address books
4230 and local signature files into literal signatures contained in the
4231 remote configuration file.
4233 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4234 may copy a local pinerc file to a remote configuration folder by hand
4235 by using the command line option &quot;-copy_pinerc&quot;.
4237 Another command line option, which is somewhat related to remote
4238 configuration, is the option &quot;-x exceptions_config&quot;.
4239 The configuration settings in the exceptions configuration override
4240 your default settings.
4241 It may be useful to store the default configuration (the -p argument) remotely
4242 and to have the exceptions configuration stored in a local file.
4243 You might put generic configuration information in the remote configuration
4244 and platform-specific configuration on each platform in the exceptions
4245 configuration.
4246 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4247 can be either remote folders or local files.
4249 There is another command line argument that works only with PC-Alpine and
4250 which may prove useful when using a remote configuration.
4251 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4252 to store your local auxiliary files.
4253 This only has an effect if your configuration file is remote.
4254 Some examples of auxiliary files are debug files, address book files, and
4255 signature files.
4257 &lt;End of help on this topic&gt;
4258 </BODY>
4259 </HTML>
4260 ============== h_config_exceptions =============
4261 <HTML>
4262 <HEAD>
4263 <TITLE>Generic and Exceptional Configuration</TITLE>
4264 </HEAD>
4265 <BODY>
4266 <H1>Generic and Exceptional Configuration</H1>
4268 If you use Alpine from more than one platform it may be convenient
4269 to split your configuration information into two pieces, a generic piece
4270 and exceptions that apply to a particular platform.
4271 For example, suppose you use Alpine from home and from work.
4272 Most of your configuration settings are probably the
4273 same in both locations, so those settings belong in the generic settings
4274 configuration.
4275 However, you may use a different SMTP server and INBOX
4276 from home than you do from work.
4278 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4280 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4281 options could be
4282 part of your exceptional configuration so that they could be different in the
4283 two places.
4285 The command line option &quot;-x exceptions_config&quot;
4286 may be used to split your configuration into generic and exceptional pieces.
4287 &quot;Exceptions_config&quot; may be either local or remote.
4288 The regular Alpine configuration file will contain the generic data, and
4289 &quot;exceptions_config&quot; will contain the exceptional data.
4291 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4292 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4293 in the same local directory that the regular config file is located in (usually
4294 the Unix home directory).
4295 If the regular config file is remote (because the command line option
4296 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4297 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4298 If the file does not already exist then no exceptions will be used.
4299 You can force exceptions to be used by using the &quot;-x&quot; option or
4300 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4302 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4303 PC-Alpine will use the value of the
4304 environment variable <CODE>$PINERCEX</CODE>.
4305 If that is not set, PC-Alpine will look for
4306 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4307 in the same local directory that the regular config file is located in.
4308 If the regular config file is remote (because the command line option
4309 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4310 local directory specified by the &quot;-aux local_directory&quot; command
4311 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4312 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4314 When you have an exception configuration there is a new command
4315 in the Alpine Setup screen, Setup/eXceptions.
4316 It toggles between exceptions and the regular configuration.
4317 This is the usual way to make changes in your exceptional configuration data.
4318 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4319 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4320 for Config or &quot;K&quot; for Kolor.
4322 For most people, splitting the configuration information into two pieces is
4323 going to be most useful if the generic information is accessed
4324 <A HREF="h_config_remote_config">remotely</A>).
4325 That data will be the same no matter where you access it from and if you
4326 change it that change will show up everywhere.
4327 The exceptional data will most commonly be in a local file, so that the
4328 contents may easily be different on each computing platform used.
4330 If you already have a local configuration file with settings you like
4331 you may find that the command Setup/RemoteConfigSetup is useful
4332 in helping you convert to a remote configuration.
4333 The command line flag &quot;-copy_pinerc&quot;
4334 may also be useful.
4336 &lt;End of help on this topic&gt;
4337 </BODY>
4338 </HTML>
4339 ============== h_config_inheritance =============
4340 <HTML>
4341 <HEAD>
4342 <TITLE>Configuration Inheritance</TITLE>
4343 </HEAD>
4344 <BODY>
4345 <H1>Configuration Inheritance</H1>
4347 Configuration inheritance is a power user feature.
4348 It is confusing and not completely supported by the configuration
4349 user interface.
4350 We start with an explanation of how configuration works in hopes of making
4351 it easier to describe how inheritance works.
4353 Alpine uses a hierarchy of configuration values from different locations.
4354 There are five ways in which each configuration option (configuration
4355 variable) can be set.
4356 In increasing order of precedence they are:
4358 <OL>
4359 <LI> the system-wide configuration file.
4361 <LI> the personal configuration file
4363 <LI> the personal exceptions file
4365 <LI> a command line argument
4367 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4368 </OL>
4370 The fixed configuration file is normally
4371 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4373 The system-wide configuration file is normally
4374 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4375 set for PC-Alpine.
4376 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4377 is used for the system-wide configuration.
4378 This location can be set or changed on the command line with the -P flag.
4379 The system-wide configuration file can be either a local file or a
4380 remote configuration folder.
4382 For Unix Alpine, the personal configuration file is normally the file
4383 <CODE>.pinerc</CODE> in the user's home directory.
4384 This can be changed with the -p command line flag.
4385 For PC-Alpine, the personal configuration file is in
4386 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4387 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4388 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4389 This can be changed with the -p command line flag.
4390 If -p is used, the configuration data may be in a local file or a remote config
4391 folder.
4393 For Unix Alpine, the personal exceptions configuration file is named
4394 <CODE>.pinercex</CODE> and is in the same directory as the personal
4395 configuration file, if that configuration file is not remote, and is in
4396 the home directory if the personal configuration file is remote.
4397 If the file exists, then exceptions are turned on.
4398 If it doesn't, then you are not using exceptions.
4399 Alternatively, you may change the location of the exceptions configuration
4400 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4401 Like the personal configuration data, exceptions_config may be
4402 either local or remote.
4404 For PC-Alpine, the personal exceptions configuration file is named
4405 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4406 configuration file unless the personal configuration file is remote.
4407 In that case, it is in the local directory specfied by the
4408 &quot;-aux local_directory&quot; command line argument.
4409 (In the case that the personal configuration is remote and there is no
4410 &quot;-aux&quot; command line argument, Alpine searches for
4411 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4412 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4413 If the file exists, then exceptions are turned on.
4414 If it doesn't, then you are not using exceptions.
4415 You may change the location of the exceptions configuration
4416 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4417 or with the
4418 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4419 option).
4421 To reiterate, the value of a configuration option is taken from the
4422 last location in the list above in which it is set.
4423 Or, thinking about it slightly differently, a default value for an option
4424 is established in the system-wide configuration file (or internally by Alpine
4425 if there is no value in the system-wide file).
4426 That default remains in effect until and unless it is overridden by a value in a
4427 location further down the list, in which case a new &quot;default&quot;
4428 value is established.
4429 As we continue down the list of locations we either retain the
4430 value at each step or establish a new value.
4431 The value that is still set after going through the whole list of
4432 configuration locations is the one that is used.
4434 So, for example, if an option is set in the system-wide configuration
4435 file and in the personal configuration file, but is not set in the
4436 exceptions, on the command line, or in the fixed file; then the value
4437 from the personal configuration file is the one that is used.
4438 Or, if it is set in the system-wide config, in the personal config, not
4439 in the exceptions, but is set on the command line; then the value
4440 on the command line is used.
4442 Finally we get to inheritance.
4443 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4444 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4445 the inheritance mechanism makes it possible to <EM>combine</EM>
4446 the values from different locations instead of <EM>replacing</EM> the value.
4447 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4448 for which you may already set whatever you want at
4449 any configuration location (by using the &quot;no-&quot; prefix if
4450 necessary).
4452 To use inheritance, set the first item in a configuration list to the
4453 token &quot;INHERIT&quot;, without the quotes.
4454 If the first item is &quot;INHERIT&quot;,
4455 then instead of replacing the default value established so far, the rest of
4456 the list is appended to the default value established so far and that is
4457 the new value.
4459 Here is an example which may make it clearer. Suppose we have:
4461 <PRE>
4462  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4463  Personal config    :   smtp-server = INHERIT, mysmtp.home
4464  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4465  Command line       :   smtp-server = &lt;No Value Set&gt;
4466  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4467 </PRE>
4470 This would result in an effective smtp-server option of
4472 <PRE>
4473  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4474 </PRE>
4476 The &quot;INHERIT&quot; token can be used in any of the configuration files
4477 and the effect cascades.
4478 For example, if we change the above example to:
4480 <PRE>
4481  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4482  Personal config    :   smtp-server = INHERIT, mysmtp.home
4483  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4484  Command line       :   smtp-server = &lt;No Value Set&gt;
4485  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4486 </PRE>
4489 This would result in:
4491 <PRE>
4492  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4493 </PRE>
4495 Unset variables are skipped over (the default value is carried forward) so
4496 that, for example:
4498 <PRE>
4499  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4500  Personal config    :   smtp-server = &lt;No Value Set&gt;
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 produces:
4509 <PRE>
4510  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4511 </PRE>
4514 If any later configuration location has a value set (for a particular list
4515 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4516 then that value replaces whatever value has been defined up to that point.
4517 In other words, that cancels out any previous inheritance.
4519 <PRE>
4520  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4521  Personal config    :   smtp-server = INHERIT, mysmtp.org
4522  Exceptions config  :   smtp-server = yoursmtp.org
4523  Command line       :   smtp-server = &lt;No Value Set&gt;
4524  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4525 </PRE>
4528 results in:
4530 <PRE>
4531  smtp-server = yoursmtp.org
4532 </PRE>
4535 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4536 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4537 difficult to insert the value &quot;INHERIT&quot; into the list of values
4538 for the option using the normal Setup tools.
4539 In other words, the color setting screen (for example) does not
4540 provide a way to input the text &quot;INHERIT&quot; as the first
4541 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4542 The way to do this is to either edit the pinerc file directly and manually
4543 insert it, or turn
4544 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4545 feature and insert it using the Setup/Config screen.
4547 &lt;End of help on this topic&gt;
4548 </BODY>
4549 </HTML>
4550 ============== h_special_xon_xoff =============
4551 <HTML>
4552 <HEAD>
4553 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4554 </HEAD>
4555 <BODY>
4556 <H1>XOFF/XON Handling within Alpine</H1>
4558 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4559 and XON) as normal characters, even though Alpine does not use them.
4560 However, the printer, modem, or communication software you are using may
4561 be configured for &quot;software flow control,&quot; which means that
4562 XON/XOFF must be treated as special characters by the operating system.
4563 If you see messages such as &quot;^S not defined for this screen&quot;,
4564 then your system is probably using software flow control. In this case
4565 you will need to set the
4566 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4567 feature.
4569 If you <EM>do</EM> set this
4570 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4571 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4572 and see if that puts things right.  Printing via the
4573 &quot;attached-to-ansi&quot; or 
4574 &quot;attached-to-wyse&quot;
4575 option will automatically enable software
4576 flow-control handling for the duration of the printing.
4578 &lt;End of help on this topic&gt;
4579 </BODY>
4580 </HTML>
4581 ============= h_special_help_nav =============
4582 <HTML>
4583 <HEAD>
4584 <TITLE>Help Text Navigation Explained</TITLE>
4585 </HEAD>
4586 <BODY>
4587 <H1>Help Text Navigation Explained</H1>
4589 Alpine contains extensive context-sensitive help text.   At any point, 
4590 pressing the &quot;?&quot; key will bring up a page of help text
4591 explaining the options available to you.  You can leave the help
4592 text screen and return to normal Alpine operation by pressing
4594 <!--chtml if pinemode="function_key"-->
4595 F3 function
4596 <!--chtml else-->
4597 &quot;E&quot;
4598 <!--chtml endif-->
4599 key to Exit Help at any time.
4602 Within the help screen you might find a word or phrase displayed in 
4603 inverse text and others displayed in bold typeface.  Such words and
4604 phrases are used to tell you Alpine has more information available on
4605 the topic they describe.
4606 The inverted text is the &quot;selected&quot; topic.  
4607 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4608 displayed in bold type
4609 is &quot;selected&quot;.
4610 Hit the Return key to display the information Alpine has available on that
4611 topic.  While viewing such additional information, the 
4612 <!--chtml if pinemode="function_key"-->
4613 F3 function
4614 <!--chtml else-->
4615 &quot;P&quot;
4616 <!--chtml endif-->
4617 key will return you to the previous help screen, and the
4618 <!--chtml if pinemode="function_key"-->
4619 F2 function
4620 <!--chtml else-->
4621 &quot;E&quot;
4622 <!--chtml endif-->
4623 key will Exit the Help system altogether.
4626 The "N" command will tell you the internal name of the help text you are 
4627 reading each time, so that you can send this name in the text of a message 
4628 and create a direct link to that internal help using the x-pine-help URL 
4629 scheme. For example, the direct link to this item is 
4630 x-pine-help:h_special_help_nav. If you add this text to a message, then
4631 a person using Pine to read such message would have a direct link to this
4632 help text.
4635 When you are finished reading this help text, you can press the
4636 <!--chtml if pinemode="function_key"-->
4637 F3 function
4638 <!--chtml else-->
4639 &quot;P&quot;
4640 <!--chtml endif-->
4641 key to return to the previously displayed help text.
4644 &lt;End of help on this topic&gt;
4645 </BODY>
4646 </HTML>
4647 ============= h_special_list_commands =============
4648 <HTML>
4649 <HEAD>
4650 <TITLE>Email List Commands Explained</TITLE>
4651 </HEAD>
4652 <BODY>
4653 <H1>Email List Commands Explained</H1>
4655 Electonic mail lists provide a way for like-minded users to join in
4656 discussions on topics of interest.  The email list itself is 
4657 represented by a
4658 single address that participants send messages to when they have
4659 something of interest to share with other members of the list.  The
4660 receiving computer then, either automatically or after review by the
4661 list's owner (or moderator), sends a copy of that message to each
4662 member of the list.
4665 Usually, subscribing and unsubscribing is done by sending requests in
4666 an email message to a special address setup to handle managing list
4667 membership.  Often this is the name of the list followed by
4668 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4669 the address used to send messages to the list.
4672 Unfortunately, email list participation commands are more a matter
4673 of convention than standard, and thus may vary from list to list.
4674 Increasingly, list management software is adding information to
4675 the copy of the postings as they're copied to the list members that
4676 explains how to do the various list management functions.
4679 Alpine will recognize this information and offer the management commands
4680 they represent in a simple display. One or more of the following
4681 operations will be made available:
4683 <DL>
4684 <DT>Help</DT>
4685 <DD>
4686 A method to get help on subscribing, unsubscribing, 
4687 an explanation of what the list is about, or special instructions
4688 for participation.  This may be in the form of a reply in response
4689 to an email message, or instructions on how to connect to a Web site.
4690 </DD>
4692 <DT>Unsubscribe</DT>
4693 <DD>
4694 A method to get your email addressed removed from the list of
4695 recipients of the email list.
4696 </DD>
4698 <DT>Subscribe</DT>
4699 <DD>
4700 A method to get your email address added to the list of recipients
4701 of the email list.  It may be in the form of a message sent to 
4702 a special address or you may be connected to a web site.
4703 <DD>
4704 </DD>
4706 <DT>Post</DT>
4707 <DD>
4708 A method used to post to the email list.  However, it might also 
4709 indicate that no posting is allowed directly to the list.
4710 </DD>
4712 <DT>Owner</DT>
4713 <DD>
4714 A method to contact the list owner for special questions you might
4715 have regarding the list.
4716 </DD>
4718 <DT>Archive</DT>
4719 <DD>
4720 A method to view an archive of previous messages posted to the list.
4721 This may be in the form of a mail folder on a remote computer, an
4722 IMAP mailbox or even a Web site.
4723 </DD>
4724 </DL>
4727 &lt;End of help on this topic&gt;
4728 </BODY>
4729 </HTML>
4730 ============= h_quota_command =============
4731 <HTML>
4732 <HEAD>
4733 <TITLE>Quota Screen Explained</TITLE>
4734 </HEAD>
4735 <BODY>
4736 <H1>Quota Screen Explained</H1>
4738 <P> This screen summarizes the quota report for this mailbox in the
4739 IMAP server. For each resource that you have a quota, this reports summarizes
4740 its use and limit.
4742 <P> Your IMAP server administrator may have set a quota based either on 
4743 the total size of your mailbox (STORAGE), or the number of messages in 
4744 your mailbox (MESSAGES), or some other criteria. This will be reported
4745 to you indicating the type of quota, its total use and its limit.
4747 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4748 1024 bytes. Each of the characters that you see in this help text is one 
4749 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4750 by Alpine are normally less than 4 kibibytes in size (which includes 
4751 headers and text). Other email programs may send messages with bigger 
4752 sizes when they send messages, since they send plain text and an 
4753 alternative part in HTML.
4755 <P> A convenient way to save space for the STORAGE type of quota is by 
4756 deleting attachments. This is done on each individual message by pressing 
4757 the &quot;V&quot; command while reading the message text, then moving the cursor 
4758 to the position of the attachment that is to be deleted, then pressing
4759 &quot;D&quot; to delete such attachment, going back to reading the 
4760 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4761 save the message in the same folder you are reading from. The saved 
4762 message will not have the attachment that was marked deleted. Now you
4763 can delete and expunge the message with the unwanted attachment.
4766 &lt;End of help on this topic&gt;
4767 </BODY>
4768 </HTML>
4769 ============= h_mail_thread_index =============
4770 <HTML>
4771 <HEAD>
4772 <TITLE>THREAD INDEX COMMANDS</TITLE>
4773 </HEAD>
4774 <BODY>                 
4775 <H1>THREAD INDEX COMMANDS</H1>
4776 <!--chtml if pinemode="function_key"-->
4777 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>
4778 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4779 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>
4780 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>
4781 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>
4782 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>
4783 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>
4784 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>
4785 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>
4786 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>
4787 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>
4788 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>
4789 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>
4790 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>
4791 <BR>
4792 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4793 -----------------------------<BR>
4794 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>
4795 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>
4796 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>
4797 <BR>
4798 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4799 -----------------------------<BR>
4800 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
4801 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4802 <BR>
4803 <!--chtml else-->
4804 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>
4805 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4806 &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>
4807 &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>
4808 &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>
4809 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>
4810 &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>
4811 &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>
4812 &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>
4813 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>
4814 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4815 <BR>
4816 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4817 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4818 &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>
4819 &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>
4820 &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>
4821 &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>
4822 &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>
4823 &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>
4824 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4825 <!--chtml endif-->
4828 NOTE:
4829 <OL>
4830  <LI>For help on a particular command, highlight the bold text associated
4831 with it above and hit Return.
4832  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4833 </OL>
4835 <H2>Description of the THREAD INDEX Screen</H2>
4837 The THREAD INDEX displays summary information from each
4838 thread (conversation) in the current folder.
4839 This is useful if you want to quickly
4840 scan new threads, or find a particular thread without having to go
4841 through the text of each message, or to quickly get rid of junk
4842 threads, etc.
4843 The current thread is always highlighted.
4844 Each line of the THREAD INDEX contains the following columns: <P>
4845 <DL>
4846  <DT>STATUS:</DT>
4847  <DD> The markings on the left side of the thread tell you about its
4848 status.  You may see one or more of the following codes on any given
4849 thread:
4850 <UL>
4851   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4852   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4853   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4854   <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.
4855   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4856         message in the thread was sent to you as a cc:. This symbol will only show up if
4857         the feature
4858         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4859   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4860         &quot;select&quot; command.  (Some systems may optionally allow selected
4861         messages to be denoted by the index line being displayed in bold
4862         type instead.)
4863   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4864       to mark at least one message in this thread as &quot;important&quot;.
4865 </UL></DD><P>
4867  <DT>THREAD NUMBER:</DT>
4868  <DD>Threads in a folder are numbered, from one through the number
4869 of threads in the folder, to help you know where you are in the folder.
4870 </DD><P>
4872  <DT>DATE STARTED:</DT>
4873  <DD>The date the thread was started. This is actually from the Date header
4874 of the first message in the thread. It doesn't take different time zones
4875 into account.</DD><P>
4877  <DT>WHO STARTED THE THREAD:</DT>
4878  <DD>This is usually the name of the sender of the first message in the thread, taken from
4879 the From header of the message.
4880 If there is no personal name given in that
4881 address, then the email address is used instead.
4882 If the message is from you (or from one of your
4883 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4884 then the recipient's name is shown here instead, with the characters
4885 &quot;To: &quot; inserted before the name.
4886 (The idea of this is that if you started the thread you would rather see who
4887 the mail was sent to instead of that the mail was from you.)
4888 In Newsgroups, if you are
4889 the sender and there are no email recipients, the newsgroup name will be
4890 listed after the &quot;To: &quot;.
4891 </DD><P>
4893  <DT>SIZE:</DT>
4894  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4896  <DT>SUBJECT:</DT>
4897  <DD>As much of the thread's subject line as will fit on the screen.
4898 This is the subject of the first message in the thread.</DD>
4899 </DL>
4901 <P><UL>
4902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4903 </UL>
4905 &lt;End of help on this topic&gt;
4906 </BODY>
4907 </HTML>
4908 ============= h_mail_index =============
4909 <HTML>
4910 <HEAD>
4911 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4912 </HEAD>
4913 <BODY>                 
4914 <H1>MESSAGE INDEX COMMANDS</H1>
4915 <!--chtml if pinemode="function_key"-->
4916 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>
4917 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4918 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>
4919 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>
4920 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>
4921 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>
4922 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>
4923 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>
4924 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>
4925 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>
4926 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>
4927 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>
4928 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>
4929 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>
4930 <BR>
4931 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4932 -----------------------------<BR>
4933 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>
4934 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>
4935 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>
4936 <BR>
4937 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4938 -----------------------------<BR>
4939 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
4940 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>
4941 <BR>
4942 <!--chtml else-->
4943 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>
4944 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4945 &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>
4946 &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>
4947 &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>
4948 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>
4949 &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>
4950 &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>
4951 &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>
4952 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>
4953 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4954 Miscellaneous&nbsp;Operations<BR>
4955 ------------------------<BR>
4956 &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>
4957 &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>
4958 &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>
4959 &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>
4960 &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>
4961 &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>
4962 &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>
4963 &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>
4964 <!--chtml endif-->
4967 NOTE:
4968 <OL>
4969  <LI>For help on a particular command, highlight the bold text associated
4970 with it above and hit Return.
4971  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4972 </OL>
4974 <H2>Description of the MESSAGE INDEX Screen</H2>
4976 The MESSAGE INDEX displays summary information from each
4977 message in the current folder.
4978 This is useful if you want to quickly
4979 scan new messages, or find a particular message without having to go
4980 through the text of each message, or to quickly get rid of junk
4981 messages, etc.
4983 The current message is always highlighted
4984 and many commands operate on the current message.
4985 For example, the Delete command will delete the current message.
4986 If the folder is sorted by either Threads or OrderedSubject, then, depending
4987 on some of your configuration settings, a single line in the index may
4988 refer to an entire thread or to a subthread.
4989 If that is the case, then the commands that normally operate on the current
4990 message will operate on the thread or subthread instead.
4991 For example, the Delete command will delete the whole collapsed thread
4992 instead of just a single message.
4994 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4995 you can change this with the 
4996 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4997 in the SETUP CONFIGURATION screen): <P>
4998 <DL>
4999  <DT>STATUS:</DT>
5000  <DD> The markings on the left side of the message tell you about its
5001 status.  You may see one or more of the following codes on any given
5002 message:
5003 <UL>
5004   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5005          yet eXpunged the folder.
5006   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5007   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5008          to be answered.
5009   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5010          forward a message.
5011   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5012         directly to your account, your copy is not part of a cc: or a
5013         mailing list.
5014   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5015         message was sent to you as a cc:. This symbol will only show up if
5016         the feature
5017         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5018   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5019         &quot;select&quot; command.  (Some systems may optionally allow selected
5020         messages to be denoted by the index line being displayed in bold
5021         type.)
5022   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5023       to mark this message as &quot;important&quot;.
5024 </UL></DD><P>
5026  <DT>MESSAGE NUMBER:</DT>
5027  <DD>Messages in a folder are numbered, from one through the number
5028 of messages in the folder, to help you know where you are in the folder.
5029 These numbers are always in increasing order, even if you sort the folder
5030 in a different way.</DD><P>
5032  <DT>DATE SENT:</DT>
5033  <DD>The date the message was sent.  By default, messages are
5034 ordered by arrival time, not by date sent.  Most of the time, arrival time
5035 and date sent (effectively departure time) are similar.  Sometimes,
5036 however, the index will appear to be out of order because a message took a
5037 long time in delivery or because the sender is in a different time
5038 zone than you are. This date is just the date from the Date header
5039 field in the message.</DD><P>
5041  <DT>WHO SENT THE MESSAGE:</DT>
5042  <DD>This is usually the name of the sender of the message, taken from
5043 the From header of the message.
5044 If there is no personal name given in that
5045 address, then the email address is used instead.
5046 If the message is from you (or from one of your
5047 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5048 then the recipient's name is shown here instead, with the characters
5049 &quot;To: &quot; inserted before the name.
5050 (The idea of this is that if you sent the mail you would rather see who
5051 the mail was sent to instead of that the mail was from you.
5052 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5053 above.
5054 In particular, use the FROM token or the FROMORTONOTNEWS token
5055 in place of the FROMORTO token.)
5056 In Newsgroups, if you are
5057 the sender and there are no email recipients, the newsgroup name will be
5058 listed after the &quot;To: &quot;. </DD><P>
5060  <DT>SIZE:</DT>
5061  <DD>The number in parentheses is the number of characters in the message.
5062 It may have a suffix of K, M, or G which means the number should be
5063 multiplied by one thousand, one million, or one billion to get the
5064 size of the message.</DD><P>
5066  <DT>SUBJECT:</DT>
5067  <DD>As much of the message's subject line as will fit on the screen.</DD>
5068 </DL>
5070 <P><UL>
5071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5072 </UL>
5074 &lt;End of help on this topic&gt;
5075 </BODY>
5076 </HTML>
5077 ============= h_mail_view ========================
5078 <HTML>
5079 <HEAD>
5080 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5081 </HEAD>
5082 <BODY>
5083 <H1>MESSAGE TEXT SCREEN</H1>
5084 <!--chtml if pinemode="function_key"-->
5085 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>
5086 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5087 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>
5088 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>
5089 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>
5090 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>
5091 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>
5092 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>
5093 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>
5094 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>
5095 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>
5096 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>
5097 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>
5098 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>
5099 <BR>
5100 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5101 ------------------------------<BR>
5102 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5103 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5104 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5105 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5106 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5107 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5108 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5109 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5110 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5111 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5112 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5113 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5114 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5115 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5116 <!--chtml else-->
5117 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5118 ---------------------------------<BR>
5119 <BR>
5120 &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>
5121 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>
5122 &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>
5123 &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>
5124 &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>
5125 &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>
5126 &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>
5127 &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>
5128 &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>
5129 <BR>
5130 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5131 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5132 &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>
5133 &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>
5134 &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>
5135 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>
5136 <BR>
5137 General&nbsp;Alpine&nbsp;Commands<BR>
5138 ---------------------<BR>
5139 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5140 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5141 &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>
5142 &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>
5143 &nbsp;&nbsp;&nbsp;&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>
5144 <!--chtml endif-->
5147 NOTE:
5148 <OL>
5149  <LI>For help on a particular command, highlight the bold text associated
5150 with it above and hit Return.
5151  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5152 </OL>
5154 <H2>Description of the MESSAGE TEXT Screen</H2>
5156 The top line of the view message screen displays status
5157 information about the currently open collection and folder and about the
5158 current message.  It shows the name of the collection in angle brackets
5159 and then the name of the folder.  The line also displays the number
5160 of messages in the folder, the number of the current message and the
5161 percentage of the current message that has been displayed on the screen.
5162 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5163 right corner.
5164 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5165 in the corner.
5168 NOTE: to rapidly move to the end of a message, hit the
5169 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5170 (or Ctrl-W) key followed
5171 by Ctrl-V.  Similarly,
5172 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5173 followed by Ctrl-Y will take you to the beginning of
5174 a message.
5176 <H2>Explanation of Alternate Character Sets</H2>
5178 Alpine attempts to stay out of the way so that it won't prevent you from
5179 viewing mail in any character set.  It will simply send the message to
5180 your display device.  If the device is capable of displaying the
5181 message as it was written it will do so.  If not, the display may be
5182 partially or totally incorrect.
5183 If the message contains characters that are not representable in your 
5184 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5185 variable in your configuration, then a warning message will be printed
5186 to your screen at the beginning of the message display.
5187 It is probably best to use UNIX Alpine in a terminal emulator
5188 capable of displaying UTF-8 characters.
5189 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5190 more information about character set settings.
5192 <P><UL>
5193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5194 </UL>
5196 &lt;End of help on this topic&gt;
5197 </BODY>
5198 </HTML>
5199 ======= h_index_cmd_select =======
5200 <HTML>
5201 <HEAD>
5202 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5203 </HEAD>
5204 <BODY>
5205 <H1>Selecting: Select and WhereIs/Select</H1>
5207 Aggregate operations give you the ability to process a group of messages
5208 at once.  Acting on multiple messages requires two steps: (1) selecting a
5209 set of messages and then; (2) applying a command to that set. The first
5210 part is handled by the select command.  Select allows you to
5211 select messages based on their status (read, answered, etc.), contents,
5212 date, size, or keywords.
5213 You may also select based on one of your Rules or based on threads,
5214 and there are quick options to select a specific message or range of messages,
5215 to select the current message, or to select all messages.
5218 We describe the various selection criteria briefly:
5221 <DL>
5222 <DT>select All</DT>
5223 <DD> Marks all the messages in the folder as selected.
5224 </DD>
5226 <DT>select Cur</DT>
5227 <DD> Selects the currently highlighted message or currently highlighted
5228 set of messages if in a threaded view.
5229 </DD>
5231 <DT>select by Number</DT>
5232 <DD> Select by message number. This may be a comma-separated list instead or
5233 a single entry.
5234 Each element in the list may be either a single message number or a range
5235 of numbers with a dash between the lowest and highest member of the range.
5236 Some examples are 7 to select only message number 7; 2-5 to select messages
5237 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5238 The word &quot;end&quot; may be used as a substitute for the highest numbered
5239 message in the folder.
5240 If in a separate thread index where the numbers refer to threads instead of
5241 to messages, then you will be selecting all of the messages in the
5242 referenced threads instead of selecting by message number.
5243 </DD>
5245 <DT>select by Date</DT>
5246 <DD> Select by either the date stored in the Date headers of each message,
5247 or by the date when the messages arrived.
5248 This does not adjust for different time zones, but just checks to see what
5249 day the message was sent on.
5250 You may type in a date. If you do, the date should be in the form
5251 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5252 For example,
5253 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5255 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5256 If the date you want is close to the current date, it is probably
5257 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5258 is displayed, instead of typing in the date yourself.
5259 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5260 the date of the currently highlighted message. 
5262 There are six possible settings that are selected using the
5263 &quot;^W&nbsp;Toggle When&quot; command.
5264 Three of them select messages based on the Date headers.
5265 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5266 and &quot;SENT ON&quot;.
5267 SINCE is all messages with the selected date or later.
5268 BEFORE is all messages earlier than the selected date (not including the day
5269 itself).
5270 ON is all messages sent on the selected date.
5271 The other three select messages in the same way but they use the arrival
5272 times of the messages instead of the Date headers included in the messages.
5273 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5274 and &quot;ARRIVED ON&quot;.
5275 When you save a message from one folder to another the arrival time is
5276 preserved.
5277 </DD>
5279 <DT>select by Text</DT>
5280 <DD> Selects messages based on the message contents.
5281 This allows you to select a set of messages based on whether or not the
5282 message headers or message body contain specified text.
5283 You may look for text in the Subject, the From header,
5284 the To header, or the Cc header.
5285 You may also choose Recipient, which searches for the text in
5286 either the To or the Cc header;
5287 or Participant, which means To or Cc or From.
5288 Besides those specific header searches, you may also search the entire
5289 header and text of the message with &quot;All Text&quot;, or just the
5290 body of the message.
5292 To search for the absence of text, first type the &quot;! Not&quot; command
5293 before typing the specific type of text search.
5294 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5295 search for all messages that do not contain a particular word in their
5296 Subjects.
5298 If you choose a Subject search, you may use the subject from the current
5299 message by typing the &quot;^X Cur Subject&quot; command.
5300 You may then edit it further if you wish.
5301 For example, you might select the subject of a reply and edit the
5302 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5303 the original message being replied to.
5304 All of the other header searches allow you to use addresses from the
5305 headers of the current message if you want to.
5306 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5307 &quot;^W Cur Cc&quot;.
5308 In each case, if there is more than one address, only the first is offered.
5309 </DD>
5311 <DT>select by Status</DT>
5312 <DD> Selects messages based on their status.
5313 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5314 messages.
5315 Or, if you first type the &quot;! Not&quot; command, you get not New,
5316 or not Important, and so on.
5317 If you select Deleted messages, you will get all messages with their
5318 Deleted flag set.
5319 Likewise for Important messages, all messages that you have flagged as
5320 being Important with the
5321 <A HREF="h_common_flag">Flag</A> command.
5322 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5323 because they try to match what you see on the screen by default.
5324 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5325 and Unanswered.
5326 If you have looked at the message, or deleted it, or answered it; then it
5327 is not considered &quot;New &quot;.
5328 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5330 &quot;Answered&quot; is another one that is a little different.
5331 It means that the message has been Answered <EM>and</EM> is not deleted.
5332 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5333 the opposite of &quot;Answered&quot;!
5334 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5335 both Unanswered <EM>and</EM> not deleted.
5337 The other two types were added later because the special nature of the
5338 New flag was not what was wanted by all users.
5339 New does match what you see in the index by default, but if you use
5340 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5341 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5342 be exactly what you want.
5343 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5344 they are deleted or answered, and
5345 &quot;Recent&quot; selects all of the messages that have been added to
5346 the folder since you started this Alpine session.
5347 (That's not technically quite true. If there are multiple mail clients
5348 reading an IMAP mailbox, each message will be marked as Recent in only
5349 one of the client's sessions.)
5350 </DD>
5352 <DT>select by siZe</DT>
5353 <DD> Selects messages based on their size being smaller than or larger
5354 than the size you specify.
5355 The size is the number of bytes.
5356 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5357 the number.
5358 For example, 7K is the same as 7000.
5359 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5360 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5361 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5362 and Larger.
5363 </DD>
5365 <DT>select by Keyword</DT>
5366 <DD> Selects messages that either have or do not have
5367 (using the &quot;!&nbsp;Not&quot; command)
5368 a particular <A HREF="h_config_keywords">Keyword</A> set.
5369 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5370 command to select one from your list of keywords.
5372 <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.
5373 </DD>
5375 <DT>select by Rule</DT>
5376 <DD> Selects messages that either match or don't match
5377 (using the &quot;!&nbsp;Not&quot; command)
5378 one of the Rules you have defined.
5379 The most likely method of filling in the Rule is to use the
5380 &quot;^T&nbsp;To&nbsp;List&quot;
5381 command to select one of your Rules.
5382 All of the Rules you have defined will be in the list, including
5383 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5384 They may not all make sense for this purpose, but they are all there for
5385 flexibility.
5386 You might find it useful to define some rules solely for the purpose
5387 of being used by the Select command.
5388 There is a special category for such Rules. They are called Search Rules.
5390 Unfortunately, Alpine does not allow all possible Rules to be defined.
5391 For example, there is no logical OR operation.
5392 OR is accomplished in the Filter Rules or the other types of Rules by
5393 simply defining two rules, one that matches the first part of the OR
5394 and another that matches the second part.
5395 But you can't do that here, since you only have a single Rule to work with.
5396 Likewise, the order of Rules is usually important.
5397 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5398 a message, then that stops the search for a further match.
5399 This means that you may be confused if you try to use Select by Rule to
5400 check your Filter rules because the order is important when filtering but
5401 is not considered here.
5402 </DD>
5404 <DT>select by tHread</DT>
5405 <DD> Selects all of the messages in the current thread.
5406 </DD>
5407 </DL>
5409 After you have an initial selection, the next and subsequent selection
5410 commands modify the selection.
5411 The select command changes. It first gives
5412 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5413 &quot;unselect Current&quot;,
5414 &quot;Broaden selection&quot; (implements a logical OR), and
5415 &quot;Narrow selection&quot; (implements a logical AND).
5416 After you choose either Broaden or Narrow, you then choose one of the
5417 selection criteria listed above (by Text or Number or ...).
5418 You may use select as many times as you wish to get the selected set right.
5421 The WhereIs command has a feature (Ctrl-X) to
5422 select all the messages that match the WhereIs search. WhereIs searches
5423 through just the text that appears on the MESSAGE INDEX screen.
5424 This method is often slower than using the select command itself, unless the
5425 line you are looking for is not too far away in the index.
5428 The availability of the aggregate operations commands is determined by the
5429 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5430 Feature-List option in your Alpine
5431 configuration, which defaults to set.
5432 The features
5433 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5435 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5436 affect the behavior of the Select command.
5439 &lt;End of help on this topic&gt;
5440 </BODY>
5441 </HTML>
5442 ======= h_select_rule =======
5443 <HTML>
5444 <HEAD>
5445 <TITLE>Select: Rule</TITLE>
5446 </HEAD>
5447 <BODY>
5448 <H1>Select: Rule</H1>
5450 You are selecting messages that either match or don't match
5451 one of the Rules you have defined.
5452 You may either type the nickname of the Rule at the prompt, or use the
5453 &quot;^T&nbsp;To&nbsp;List&quot;
5454 command to select one of your Rules.
5455 All of the Rules you have defined will be in the list, including
5456 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5457 They may not all make sense for this purpose, but they are all there for
5458 flexibility.
5459 Rules may be added by using the Setup/Rules screen off of the main Alpine
5460 menu.
5462 Unfortunately, Alpine does not allow all possible Rules to be defined.
5463 For example, there is no logical OR operation.
5464 OR is accomplished in the Filter Rules or the other types of Rules by
5465 simply defining two rules, one that matches the first part of the OR
5466 and another that matches the second part.
5467 But you can't do that here, since you only have a single Rule to work with.
5468 Likewise, the order of Rules is usually important.
5469 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5470 a message, then that stops the search for a further match.
5471 This means that you may be confused if you try to use Select by Rule to
5472 check your Filter rules because the order is important when filtering but
5473 is not considered here.
5476 &lt;End of help on this topic&gt;
5477 </BODY>
5478 </HTML>
5479 ======= h_select_text =======
5480 <HTML>
5481 <HEAD>
5482 <TITLE>Select: Text</TITLE>
5483 </HEAD>
5484 <BODY>
5485 <H1>Select: Text</H1>
5487 You are selecting messages based on the contents of the message.
5488 This allows you to select a set of messages based on whether or not the
5489 message headers or message body contain specified text.
5490 You may look for text in the Subject, the From header,
5491 the To header, or the Cc header.
5492 You may also choose Recipient, which searches for the text in
5493 either the To or the Cc header;
5494 or Participant, which means either the To header, or the Cc header,
5495 or the From header.
5496 Besides those specific header searches, you may also search the entire
5497 header and text of the message with &quot;All Text&quot;, or just the
5498 body of the message with &quot;Body&quot;.
5500 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5501 before typing the specific type of text search.
5502 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5503 search for all messages that do not contain a particular word in their
5504 Subjects.
5506 If you choose a Subject search, you may use the subject from the current
5507 message by typing the &quot;^X Cur Subject&quot; command.
5508 You may then edit it further if you wish.
5509 For example, you might select the subject of a reply and edit the
5510 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5511 the original message being replied to.
5512 All of the other header searches allow you to use addresses from the
5513 headers of the current message if you want to.
5514 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5515 &quot;^W Cur Cc&quot;.
5516 In each case, if there is more than one address, only the first is offered.
5519 &lt;End of help on this topic&gt;
5520 </BODY>
5521 </HTML>
5522 ======= h_select_status =======
5523 <HTML>
5524 <HEAD>
5525 <TITLE>Select: Status</TITLE>
5526 </HEAD>
5527 <BODY>
5528 <H1>Select: Status</H1>
5530 You are selecting messages based on the status of the message.
5531 For example, whether or not the message has been marked Deleted or Important,
5532 or whether or not it has been Answered or is New.
5533 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5534 opposite: not Deleted, not Important, and so on.
5536 If you select Deleted messages, you will get all messages with their
5537 Deleted flag set.
5538 Likewise for Important messages, all messages that you have flagged as
5539 being Important with the
5540 <A HREF="h_common_flag">Flag</A> command.
5541 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5542 because they try to match what you see on the screen by default.
5543 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5544 and Unanswered.
5545 If you have looked at the message, or deleted it, or answered it; then it
5546 is not considered &quot;New &quot;.
5547 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5549 &quot;Answered&quot; is another one that is a little different.
5550 It means that the message has been Answered <EM>and</EM> is not deleted.
5551 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5552 the opposite of &quot;Answered&quot;!
5553 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5554 both Unanswered <EM>and</EM> not deleted.
5556 (The New and Answered options may seem counter-intuitive.
5557 The reason it is done this way is
5558 because, by default, a Deleted message will show up with the &quot;D&quot;
5559 symbol in the MAIL INDEX screen even if it is New or Answered.
5560 The Delete symbol overrides the New and Answered symbols, because you
5561 usually don't care about the message anymore once you've deleted it.
5562 Similarly, you usually only care about whether a message is Answered or
5563 not if it is not Deleted.
5564 Once it is Deleted you've put it out of your mind.)
5566 The other two options were added later because the special nature of the
5567 New flag was not what was wanted by all users.
5568 New does match what you see in the index by default, but if you use
5569 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5570 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5571 be exactly what you expect.
5572 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5573 they are deleted or answered, and
5574 &quot;Recent&quot; selects all of the messages that have been added to
5575 the folder since you started this Alpine session.
5576 (That's not technically quite true. If there are multiple mail clients
5577 reading an IMAP mailbox, each message will be marked as Recent in only
5578 one of the client's sessions.
5579 That behavior can be convenienent for some purposes, like filtering, but
5580 it isn't usually what you expect when selecting.)
5583 &lt;End of help on this topic&gt;
5584 </BODY>
5585 </HTML>
5586 ======= h_index_cmd_apply =======
5587 <HTML>
5588 <HEAD>
5589 <TITLE>Apply Command</TITLE>
5590 </HEAD>
5591 <BODY>
5592 <H1>Apply Command</H1>
5594 Apply
5595 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5596 is the second step of most aggregate operations.  Apply
5597 becomes active any time there is a defined set of selected messages.  The
5598 following commands can be applied to a selected message set: delete,
5599 undelete, reply, forward,
5600 <!--chtml if pinemode="os_windows"-->
5601 <!--chtml else--> 
5602 pipe,
5603 <!--chtml endif-->
5604 print, take address, save, export, bounce, and flag.
5607 The behavior of some of these commands in an aggregate sense is not easy to
5608 explain.  Try them out to see what they do.
5609 The feature
5610 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5611 affects the behavior of the Apply command, as does the feature
5612 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5615 &lt;End of help on this topic&gt;
5616 </BODY>
5617 </HTML>
5618 ======= h_index_cmd_zoom =======
5619 <HTML>
5620 <HEAD>
5621 <TITLE>ZoomMode Command</TITLE>
5622 </HEAD>
5623 <BODY>
5624 <H1>ZoomMode Command</H1>
5626 Another action you might want to take on a set of selected messages is to
5627 zoom in on them.  Like apply, zoom only becomes active when messages have
5628 been selected.
5629 ZoomMode
5630 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5631 is a toggle command that allows you to
5632 zoom-in (and only see the selected messages) and zoom-out (to see all
5633 messages in the folder).  Neither apply nor zoom removes the markings that
5634 define the selected set; you need to use a select command in order
5635 to do that.
5638 &lt;End of help on this topic&gt;
5639 </BODY>
5640 </HTML>
5641 ======= h_index_collapse_expand =======
5642 <HTML>
5643 <HEAD>
5644 <TITLE>Collapse/Expand Command</TITLE>
5645 </HEAD>
5646 <BODY>
5647 <H1>Collapse/Expand Command</H1>
5649 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5650 the folder is sorted by either Threads or OrderedSubject, and the
5651 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5652 is set to something other than &quot;none&quot;.
5653 By default, this command collapses or expands the subthread that starts at
5654 the currently highlighted message, if any.
5655 If the subthread is already collapsed, then this command expands it.
5656 If the subthread is expanded, then this command collapses it.
5657 If there are no more messages below the current message in the
5658 thread tree (that is, there are no replies to the current message) then
5659 this command does nothing.
5662 The behavior of this command is affected by the option
5663 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5664 Normally, this command Collapses or Expands the subthread that
5665 starts at the currently highlighted message.
5666 If the above option is set, then this command Collapses or Expands the
5667 entire current thread instead of just the subthread.
5668 The current thread is simply the top-level thread that contains the
5669 current message.
5672 &lt;End of help on this topic&gt;
5673 </BODY>
5674 </HTML>
5675 ======= h_index_cmd_sort =======
5676 <HTML>
5677 <HEAD>
5678 <TITLE>Sort Command</TITLE>
5679 </HEAD>
5680 <BODY>
5681 <H1>Sort Command</H1>
5683 In Alpine's generic configuration, messages are presented in the order in
5684 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5685 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5686 You can also re-sort the folder on demand with the sort
5687 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5688 command.
5689 Your sorting options are:
5691 <UL>
5692  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5693  <LI> <A HREF="h_index_sort_date">D</A>ate
5694  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5695  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5696  <LI> t<A HREF="h_index_sort_thread">H</A>read
5697  <LI> <A HREF="h_index_sort_from">F</A>rom
5698  <LI> si<A HREF="h_index_sort_size">Z</A>e
5699  <LI> scor<A HREF="h_index_sort_score">E</A>,
5700  <LI> <A HREF="h_index_sort_to">T</A>o
5701  <LI> <A HREF="h_index_sort_cc">C</A>c
5702 </UL>
5705 The Reverse option will toggle the order the index is currently
5706 sorted by, but will not change the relative sort order.
5709 Sorting a folder does not actually rearrange the way the folder is saved,
5710 it just re-arranges how the messages are presented to you.  This means
5711 that Alpine has to do the work of sorting every time you change sort order.
5712 Sometimes, especially with PC-Alpine or with large folders, this could take
5713 a while.
5716 &lt;End of help on this topic&gt;
5717 </BODY>
5718 </HTML>
5719 ======= h_index_sort_default =======
5720 <HTML>
5721 <HEAD>
5722 <TITLE>SORT OPTION: Default</TITLE>
5723 </HEAD>
5724 <BODY>
5725 <H1>SORT OPTION: Default</H1>
5727 The <EM>Default</EM> sort option just means to use the default sort order
5728 set in the
5729 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5730 option in Setup/Config.
5733 &lt;End of help on this topic&gt;
5734 </BODY>
5735 </HTML>
5736 ======= h_index_sort_arrival =======
5737 <HTML>
5738 <HEAD>
5739 <TITLE>SORT OPTION: Arrival</TITLE>
5740 </HEAD>
5741 <BODY>
5742 <H1>SORT OPTION: Arrival</H1>
5744 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5745 in the order that they exist in the folder.  This is usually the same as the
5746 order in which they arrived.  This option is comparable to not sorting
5747 the messages at all.
5750 &lt;End of help on this topic&gt;
5751 </BODY>
5752 </HTML>
5753 ======= h_index_sort_date =======
5754 <HTML>
5755 <HEAD>
5756 <TITLE>SORT OPTION: Date</TITLE>
5757 </HEAD>
5758 <BODY>
5759 <H1>SORT OPTION: Date</H1>
5761 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5762 according to the date and time they were
5763 sent.
5766 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5767 identical to sorting by &quot;Arrival&quot;.
5770 &lt;End of help on this topic&gt;
5771 </BODY>
5772 </HTML>
5773 ======= h_index_sort_subj =======
5774 <HTML>
5775 <HEAD>
5776 <TITLE>SORT OPTION: Subject</TITLE>
5777 </HEAD>
5778 <BODY>
5779 <H1>SORT OPTION: Subject</H1>
5781 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5782 by subject. 
5785 Messages with the same subject are
5786 first grouped together, and then the groups of like-subject messages
5787 are arranged alphabetically.
5790 Alpine ignores leading &quot;Re:&quot; and
5791 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5792 likeness and alphabetical order of subject lines.
5795 &lt;End of help on this topic&gt;
5796 </BODY>
5797 </HTML>
5798 ======= h_index_sort_ordsubj =======
5799 <HTML>
5800 <HEAD>
5801 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5802 </HEAD>
5803 <BODY>
5804 <H1>SORT OPTION: OrderedSubject</H1>
5806 The <EM>OrderedSubject</EM> sort option arranges messages in the
5807 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5808 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5811 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5812 messages by the date of the oldest message in the group.
5815 This sort method provides for pseudo threading of conversations within
5816 a folder.
5817 You may want to try sorting by Thread instead.
5820 &lt;End of help on this topic&gt;
5821 </BODY>
5822 </HTML>
5823 ======= h_index_sort_thread =======
5824 <HTML>
5825 <HEAD>
5826 <TITLE>SORT OPTION: Thread</TITLE>
5827 </HEAD>
5828 <BODY>
5829 <H1>SORT OPTION: Thread</H1>
5831 The <EM>Thread</EM> sort option arranges messages in the
5832 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5833 they are part of a conversation (discussion thread) taking
5834 place within a mailbox or newsgroup.  This indication is
5835 based on information in the message's header -- specifically
5836 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5839 &lt;End of help on this topic&gt;
5840 </BODY>
5841 </HTML>
5842 ======= h_index_sort_from =======
5843 <HTML>
5844 <HEAD>
5845 <TITLE>SORT OPTION: From</TITLE>
5846 </HEAD>
5847 <BODY>
5848 <H1>SORT OPTION: From</H1>
5850 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5851 by the name of the author of the message.
5854 Messages with the same author are grouped together. Groups of
5855 messages are then put into alphabetical order according to message
5856 author.
5859 &lt;End of help on this topic&gt;
5860 </BODY>
5861 </HTML>
5862 ======= h_index_sort_size =======
5863 <HTML>
5864 <HEAD>
5865 <TITLE>SORT OPTION: Size</TITLE>
5866 </HEAD>
5867 <BODY>
5868 <H1>SORT OPTION: Size</H1>
5870 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5871 by their relative sizes.
5874 &lt;End of help on this topic&gt;
5875 </BODY>
5876 </HTML>
5877 ======= h_index_sort_score =======
5878 <HTML>
5879 <HEAD>
5880 <TITLE>SORT OPTION: Score</TITLE>
5881 </HEAD>
5882 <BODY>
5883 <H1>SORT OPTION: Score</H1>
5885 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5886 by their scores.
5889 Messages with the same score are sorted in arrival order.
5890 Scores are something you create using the
5891 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5894 &lt;End of help on this topic&gt;
5895 </BODY>
5896 </HTML>
5897 ======= h_index_sort_to =======
5898 <HTML>
5899 <HEAD>
5900 <TITLE>SORT OPTION: To</TITLE>
5901 </HEAD>
5902 <BODY>
5903 <H1>SORT OPTION: To</H1>
5905 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5906 by the names of the recipients of the message.
5909 Messages with the same recipients are grouped together. Groups of
5910 messages are then put into alphabetical order according to message
5911 recipients.
5914 &lt;End of help on this topic&gt;
5915 </BODY>
5916 </HTML>
5917 ======= h_index_sort_cc =======
5918 <HTML>
5919 <HEAD>
5920 <TITLE>SORT OPTION: Cc</TITLE>
5921 </HEAD>
5922 <BODY>
5923 <H1>SORT OPTION: Cc</H1>
5925 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5926 the names of the carbon copy addresses of the message.
5929 &lt;End of help on this topic&gt;
5930 </BODY>
5931 </HTML>
5932 ======= h_index_cmd_whereis =======
5933 <HTML>
5934 <HEAD>
5935 <TITLE>WhereIs Command</TITLE>
5936 </HEAD>
5937 <BODY>
5938 <H1>WhereIs Command</H1>
5940 The WhereIs
5941 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5942 command lets you search the MESSAGE INDEX for a word.
5943 It scans through whatever you see, usually the name of the author
5944 and the Subject line.
5945 WhereIs has special subcommands to let you find the beginning of the
5946 index (Ctrl-Y -- first message)
5947 or the end of the index (Ctrl-V -- last message).
5949 Note that WhereIs only searches through the visible text on the screen.
5950 For example, if only part of the Subject of a message is shown because it
5951 is long, then only the visible portion of the Subject is searched.
5952 Also note that WhereIs does not &quot;see&quot; the 
5953 &quot;X&quot; in column one of Index entries for selected messages
5954 so it can't be used to search for
5955 selected messages (use &quot;Zoom&quot; instead).
5957 If the feature
5958 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5959 is turned on,
5960 WhereIs can also be used as a quick way to select messages that match the
5961 string being searched for.
5962 Instead of typing carriage return to search for the next match, type
5963 Ctrl-X to select all matches.
5964 Once again, this only selects matches that are (or would be if the right
5965 index line was on the screen) visible.
5966 Truncated From lines or Subjects will cause matches to be missed.
5967 Although WhereIs is sometimes convenient for quick matching, the Select
5968 command is usually more powerful and usually faster.
5971 &lt;End of help on this topic&gt;
5972 </BODY>
5973 </HTML>
5974 ======= h_view_cmd_whereis =======
5975 <HTML>
5976 <HEAD>
5977 <TITLE>WhereIs Command</TITLE>
5978 </HEAD>
5979 <BODY>
5980 <H1>WhereIs Command</H1>
5982 The WhereIs
5983 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5984 command does a &quot;find in current message&quot; operation.  You
5985 type in text and Alpine will try to find it in the message you are
5986 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5987 or end (Ctrl-V) of the message.
5988 That is, to rapidly move to the end of a message, hit the 
5989 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5990 (or Ctrl-W) key followed
5991 by Ctrl-V.  Similarly,
5992 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5993 followed by Ctrl-Y will take you to the beginning of a message.
5996 &lt;End of help on this topic&gt;
5997 </BODY>
5998 </HTML>
5999 ======= h_view_cmd_hilite =======
6000 <HTML>
6001 <HEAD>
6002 <TITLE>View Hilite and Next item/Previous item</TITLE>
6003 </HEAD>
6004 <BODY>
6005 <H1>View Hilite and Next item/Previous item</H1>
6007 Sometimes messages may be in the form of formatted HTML text
6008 or they may contain URLs or Web server hostnames.
6009 When any of the features
6010 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6011 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6012 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6014 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6015 are enabled, Alpine will represent such selectable items in the text
6016 in bold typeface.  One of the selectable items will be displayed in
6017 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6018 Press the Return key to view the currently selected item.
6021 The Up and Down Arrows keys can be used to change the selected item
6022 (also see the feature
6023 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6024 If there are no selectable items in the direction of the arrow you
6025 pressed, Alpine will scroll the display in that direction until one
6026 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6027 items in the message text, use the Previous and Next item commands,
6028 <!--chtml if pinemode="function_key"-->F5 and F6
6029 <!--chtml else-->^B and ^F<!--chtml endif-->.
6032 &lt;End of help on this topic&gt;
6033 </BODY>
6034 </HTML>
6035 ======= h_view_cmd_viewattch =======
6036 <HTML>
6037 <HEAD>
6038 <TITLE>ViewAttch Command</TITLE>
6039 </HEAD>
6040 <BODY>
6041 <H1>ViewAttch Command</H1>
6044 The View/Save Attachment
6045 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6046 command allows you to handle MIME attachments to a message you have
6047 received.  Alpine shows you a list of the message attachments -- you just
6048 choose the attachment you want.  You may either view or save the
6049 selected attachment.
6052 Because many attachments require external programs for display, there
6053 is some system configuration that has to happen before you can
6054 actually display attachments.  Hopefully much of that will have been
6055 done already by your system administrator.  MIME configuration is
6056 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6057 on configuration in the
6058 <A HREF="h_news">release notes</A> for more information.)
6061 &lt;End of help on this topic&gt;
6062 </BODY>
6063 </HTML>
6064 ======= h_index_cmd_expunge =======
6065 <HTML>
6066 <HEAD>
6067 <TITLE>Expunge/Exclude Command</TITLE>
6068 </HEAD>
6069 <BODY>
6070 <H1>Expunge/Exclude Command</H1>
6072 Expunge/Exclude
6073 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6074 is the command Alpine uses to actually remove all messages
6075 marked for deletion.  With regular email files, expunge literally deletes
6076 the text from the current folder.  With newsgroups or shared mailboxes,
6077 you don't have permission to actually remove the message, so it is an
6078 exclude -- Alpine removes the message from your view of the folder even
6079 though it is not technically gone.
6081 <P> A selective expunge command is available in IMAP folders that support 
6082 the UID EXPUNGE extension in <A 
6083 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6084 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6085 as a subcommand of the apply command. If some selected messages are marked 
6086 deleted, then the apply command will offer the eXpunge command, which when 
6087 executed will only expunge those messages that are selected and deleted.
6089 <P> 
6090 Observe that the expunge command (when not used from the apply command) 
6091 will expunge/exclude all deleted messages from the folder, and so all 
6092 messages marked deleted will be expunged, regardless of if they are 
6093 selected or not. In other words, there is no protection against 
6094 potentially expunging more messages than only those that have been 
6095 selected and deleted.
6098 The configuration features
6099 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6101 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6102 affect the behavior of the Expunge command.
6105 &lt;End of help on this topic&gt;
6106 </BODY>
6107 </HTML>
6108 ======= h_common_compose =======
6109 <HTML>
6110 <HEAD>
6111 <TITLE>Compose Command</TITLE>
6112 </HEAD>
6113 <BODY>
6114 <H1>Compose Command</H1>
6116 The Compose command takes you into the Alpine message composer where you
6117 can start a new message for sending.  This is where you type in the
6118 message's text and specify its recipient list (the &quot;To:&quot;
6119 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6120 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6121 be attached to the message.
6124 When you type this command, Alpine will also automatically check for any
6125 interrupted (i.e., a message that was being composed when your modem
6126 or network connection was broken) or previously postponed messages and
6127 offer you a chance to continue working on those.
6130 <UL>   
6131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6132 </UL><P>
6133 &lt;End of help on this topic&gt;
6134 </BODY>
6135 </HTML>
6136 ======= h_common_index =======
6137 <HTML>
6138 <HEAD>
6139 <TITLE>Message Index Command</TITLE>
6140 </HEAD>
6141 <BODY>
6142 <H1>Message Index Command</H1>
6144 The Index command takes you to the MESSAGE INDEX screen that displays a
6145 summary caption for each message in the currently-open folder. One
6146 message will be highlighted; this is the &quot;Current&quot; message.
6147 The message commands available from this screen (e.g. View, Reply,
6148 Forward, Delete, Print, Save, etc) apply to the current message.
6151 &lt;End of help on this topic&gt;
6152 </BODY>
6153 </HTML>
6154 ======= h_common_folders =======
6155 <HTML>
6156 <HEAD>
6157 <TITLE>Folder List Command</TITLE>
6158 </HEAD>
6159 <BODY>
6160 <H1>Folder List Command</H1>
6162 This Folder List command takes you to the FOLDER LIST screen that displays
6163 the names of all your message folders and allows you to view, rename,
6164 delete, and add folders.  You can open (view) a different folder than the
6165 one currently open by highlighting the desired one (using the arrow keys
6166 or their control-key equivalents) and pressing RETURN.
6169 If you have multiple folder collections defined (see the Help text for
6170 the FOLDER LIST screen to learn more about Collections), you may need
6171 to press Return to expand the collection and display all of the
6172 folders in it.
6175 &lt;End of help on this topic&gt;
6176 </BODY>
6177 </HTML>
6178 ======= h_main_addrbook =======
6179 <HTML>
6180 <HEAD>
6181 <TITLE>Address Book Command</TITLE>
6182 </HEAD>
6183 <BODY>
6184 <H1>Address Book Command</H1>
6186 This command, available only from the MAIN MENU, takes you
6187 to the ADDRESS BOOK management screen.  From here, your personal address
6188 book(s) may be updated.
6191 &lt;End of help on this topic&gt;
6192 </BODY>
6193 </HTML>
6194 ======= h_main_setup =======
6195 <HTML>
6196 <HEAD>
6197 <TITLE>Setup Command</TITLE>
6198 </HEAD>
6199 <BODY>
6200 <H1>Setup Command</H1>
6202 The Setup command, available only from the MAIN MENU, prompts you for
6203 one of several configuration screens, including the SETUP CONFIGURATION 
6204 screen, by which you may activate optional Alpine features.
6207 &lt;End of help on this topic&gt;
6208 </BODY>
6209 </HTML>
6210 ======= h_main_release_notes =======
6211 <HTML>
6212 <HEAD>
6213 <TITLE>Release Notes Command</TITLE>
6214 </HEAD>
6215 <BODY>
6216 <H1>Release Notes Command</H1>
6218 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6219 as well as pointers to further information such as history and legal notes.
6222 &lt;End of help on this topic&gt;
6223 </BODY>
6224 </HTML>
6225 ======= h_main_kblock =======
6226 <HTML>
6227 <HEAD>
6228 <TITLE>Keyboard Lock Command</TITLE>
6229 </HEAD>
6230 <BODY>
6231 <H1>Keyboard Lock Command</H1>
6233 This command allows your Alpine session to be protected
6234 during a temporary absence from your terminal.
6237 &lt;End of help on this topic&gt;
6238 </BODY>
6239 </HTML>
6240 ======= h_main_journal =======
6241 <HTML>
6242 <HEAD>
6243 <TITLE>Journal Command</TITLE>
6244 </HEAD>
6245 <BODY>
6246 <H1>Journal Command</H1>
6248 This command displays a list of all the status messages Alpine has
6249 displayed (on the third line from the bottom of the screen). This may
6250 be useful if a message disappeared before you had a chance to read it.
6253 &lt;End of help on this topic&gt;
6254 </BODY>
6255 </HTML>
6256 ======= h_common_role =======
6257 <HTML>
6258 <HEAD>
6259 <TITLE>Role Command</TITLE>
6260 </HEAD>
6261 <BODY>
6262 <H1>Role Command</H1>
6264 The Role command is similar to the Compose command except that it starts
6265 off by letting you select a <A HREF="h_rules_roles">role</A>
6266 to be used for the composition.
6267 You may set up alternate roles by using Setup/Rules/Roles.
6270 &lt;End of help on this topic&gt;
6271 </BODY>
6272 </HTML>
6273 ======= h_common_conditional_cmds =======
6274 <HTML>
6275 <HEAD>
6276 <TITLE>Conditional Commands</TITLE>
6277 </HEAD>
6278 <BODY>
6279 <H1>Conditional Commands</H1>
6281 The presence or absence of certain commands, particularly in the
6282 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6283 whether or not specific features are set in your Alpine configuration.  
6284 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6285 Alpine's MAIN MENU.)  To see if a desired command's availability is
6286 conditioned on a feature setting, see the command's help text (highlight
6287 the phrase associated with the command and hit Return).
6290 Also note that some
6291 commands may be administratively disabled by your system manager;
6292 if they don't work, please check with your local help desk.
6295 <UL>   
6296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6297 </UL><P>
6298 &lt;End of help on this topic&gt;
6299 </BODY>
6300 </HTML>
6301 ======= h_common_pipe =======
6302 <HTML>
6303 <HEAD>
6304 <TITLE>Pipe Command</TITLE>
6305 </HEAD>
6306 <BODY>
6307 <H1>Pipe Command</H1>
6309 Pipe
6310 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6311 allows you to send a message to a specified Unix command for external
6312 processing.
6313 This command's availability is controlled by the
6314 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6315 feature.
6316 By default, the processed text of the message is sent to the command
6317 you specify and the output is captured by Alpine and shown to you.
6318 When you run the pipe command, there are some sub-commands which may be
6319 used to alter this behavior.
6320 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6323 &lt;End of help on this topic&gt;
6324 </BODY>
6325 </HTML>
6326 ======= h_common_goto =======
6327 <HTML>
6328 <HEAD>
6329 <TITLE>Goto Command</TITLE>
6330 </HEAD>
6331 <BODY>
6332 <H1>Goto Command</H1>
6334 Goto
6335 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6336 is the command that lets you bypass Alpine's folder selection screens
6337 and jump directly to a new folder.  You can select any folder in the
6338 world: one in your current collection, one in a different collection or
6339 one in a collection you've never even used before.
6342 Alpine will help you as much as possible to narrow in on the folder you want.
6343 However, if the folder is outside of your defined collections, you are
6344 going to have to enter the exact folder location using the correct
6345 <A HREF="h_valid_folder_names">syntax</A>
6346 for a remote folder and/or fully-qualified path name.
6349 &lt;End of help on this topic&gt;
6350 </BODY>
6351 </HTML>
6352 ======= h_common_nextnew =======
6353 <HTML>
6354 <HEAD>
6355 <TITLE>NextNew Command</TITLE>
6356 </HEAD>
6357 <BODY>
6358 <H1>NextNew Command</H1>
6360 When you press the TAB key, Alpine advances to the next
6361 &quot;interesting&quot; message.
6362 This will be the next message you have not seen before, or the next message
6363 you have flagged Important, whichever comes first.
6364 Unread messages that have been deleted are not considered interesting.
6365 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6366 articles after you have read them if you want to remove them from future
6367 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6368 more information.)
6371 The NextNew command is affected by the feature
6372 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6373 which causes Alpine to only consider Unread messages interesting, not messages
6374 flagged Important.
6377 This command behaves a little differently when it finds there are no more
6378 interesting messages left in the current folder.
6379 If the current folder is one of your Incoming Message Folders
6380 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6381 or it is a newsgroup, then Alpine will try to find the next folder or
6382 newsgroup that contains <EM>Recent</EM> messages and will ask you
6383 if you want to open that folder.
6384 This behavior may be modified by using the
6385 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6386 feature that causes Alpine to look for Unseen messages instead of Recent
6387 messages.
6388 The NextNew command's behavior is also affected by the configuration features
6389 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6391 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6394 &lt;End of help on this topic&gt;
6395 </BODY>
6396 </HTML>
6397 ======= h_common_jump =======
6398 <HTML>
6399 <HEAD>
6400 <TITLE>Jump Command</TITLE>
6401 </HEAD>
6402 <BODY>
6403 <H1>Jump Command</H1>
6405 This is Alpine's way of allowing you to go straight to a specific message.
6406 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6407 configured such that typing in any number automatically jumps you to that
6408 message 
6409 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6410 in the SETUP CONFIGURATION).
6413 &lt;End of help on this topic&gt;
6414 </BODY>
6415 </HTML>
6416 ======= h_common_flag =======
6417 <HTML>
6418 <HEAD>
6419 <TITLE>Flag Command</TITLE>
6420 </HEAD>
6421 <BODY>
6422 <H1>Flag Command</H1>
6424 Flag
6425 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6426 is the command that allows users to manipulate the status flags that
6427 appear on the left side of the MESSAGE INDEX screen.  The most common
6428 use of this is to mark a message as important. This is something of a
6429 note to yourself to get back to that message.  You may also use the
6430 flag command to set (or unset) the flags that indicate that a message
6431 is new, answered, deleted, or forwarded.<P>
6433 Provided the mail server supports it,
6434 you may also manipulate user-defined keywords
6435 for a message using the flag command.
6436 These keywords will be available if you use the Flag Details screen that you
6437 can get to after typing the
6438 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6439 command.
6440 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6441 which are always present.
6442 You may add new keywords by using the Add KW command from the Flag Details screen
6443 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6445 The availability of the flag command is determined by the
6446 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6447 feature in your Alpine configuration. Also, it is possible that Flag could be
6448 administratively disabled by your system manager; if it doesn't work,
6449 please check with your local help desk before reporting a bug.
6450 The behavior of the flag command may be modified by the
6451 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6452 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6455 &lt;End of help on this topic&gt;
6456 </BODY>
6457 </HTML>
6458 ======= h_common_hdrmode =======
6459 <HTML>
6460 <HEAD>
6461 <TITLE>HdrMode Command</TITLE>
6462 </HEAD>
6463 <BODY>
6464 <H1>HdrMode Command</H1>
6466 Every email message comes with some header lines that you normally
6467 don't see (and don't want to see).
6468 These include anywhere from 3-20 lines (or more) added by the
6469 Internet mail transport system to record the route your message took,
6470 for diagnostic purposes.
6471 These are normally of no import and simply
6472 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6473 This also includes other non-standard headers the message may contain.
6474 If you want to see these headers, there is a way to reveal them.
6477 The Header Mode
6478 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6479 command is a toggle that controls Alpine's handling of these header
6480 lines.  Normally, full headers is &quot;off&quot; and you only see a
6481 few lines about who a message is to and who it is from.  When you
6482 press
6483 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6484 to turn full headers on, Alpine will show you
6485 the normal header lines as well as delivery headers, comment headers,
6486 MIME headers, and any other headers present.
6489 Several different Alpine commands honor the header mode -- it affects how
6490 messages are displayed, how they appear in forward and reply email, how
6491 they are printed, how they are saved, and how they are exported.
6492 <!--chtml if pinemode="os_windows"-->
6493 <!--chtml else--> 
6494 The pipe command is also affected.
6495 <!--chtml endif-->
6498 The presence or absence of the Header Mode command is determined by the
6499 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6500 Feature-List option in your Alpine configuration.
6503 If you have also turned on the
6504 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6505 option then the HdrMode command actually rotates through three states
6506 instead of just two.
6507 The first is the normal view with long quotes suppressed.
6508 The second is the normal view but with the long quotes included.
6509 The last enables the display of all headers in the message.
6510 When using Export, Pipe, Print, Forward, or Reply the quotes are
6511 never suppressed, so the first two states are identical.
6514 The behavior of the Header Mode command may be altered slightly by
6515 turning on the
6516 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6517 Feature-List option in your Alpine configuration.
6518 In particular, it will cause the Header Mode to be persistent when moving
6519 from message to message instead of resetting to the default for each message.
6522 <UL>   
6523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6524 </UL><P>
6525 &lt;End of help on this topic&gt;
6526 </BODY>
6527 </HTML>
6528 ======= h_common_print =======
6529 <HTML>
6530 <HEAD>
6531 <TITLE>Print Command</TITLE>
6532 </HEAD>
6533 <BODY>
6534 <H1>Print Command</H1>
6536 The Print
6537 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6538 command allows you to print a copy of a message.
6539 There are many SETUP CONFIGURATION features that affect the
6540 Print command, including
6541 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6542 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6543 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6544 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6545 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6546 You set up for printing by using the Printer option of the Setup command
6547 on the MAIN MENU.
6551 &lt;End of help on this topic&gt;
6552 </BODY>
6553 </HTML>
6554 ======= h_common_take =======
6555 <HTML>
6556 <HEAD>
6557 <TITLE>TakeAddr Command</TITLE>
6558 </HEAD>
6559 <BODY>
6560 <H1>TakeAddr Command</H1>
6563 With the Take Address
6564 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6565 command, you can extract email addresses from an
6566 incoming message and save them in an address book.  This is an easy way
6567 to add to your address book and avoid having to remember the email
6568 addresses of the people who write to you.
6571 If the message is just to you individually, then you will only need to
6572 provide a nickname.  If the message contains more than one email address,
6573 then you will see an address
6574 selection screen that lets you choose the address you want to save into
6575 your address book, or lets you choose several of them add to a
6576 personal distribution list.
6579 Once you've added an entry to your address book, you can use it from the
6580 message composer by typing the nickname of the entry into one of the
6581 header fields (for example, into the To: field), or you can use ^T from
6582 the header field to select the entry from your address book.
6585 If the configuration feature
6586 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6587 is set, the behavior of the Take command is altered slightly.
6590 &lt;End of help on this topic&gt;
6591 </BODY>
6592 </HTML>
6593 ======= h_ge_import =======
6594 <HTML>
6595 <HEAD>
6596 <TITLE>Import File Selection</TITLE>
6597 </HEAD>
6598 <BODY>
6599 <H1>Import File Selection</H1>
6601 You are importing a file that you previously
6602 exported from Alpine.
6603 You are now being asked for the name of that file.
6604 The easiest way to select a file is probably with the &quot;^T&quot;
6605 &quot;To Files&quot; command.
6606 Alternatively, you may type in a file name.
6607 It may be an absolute pathname.
6608 Otherwise, it is a file located in your home directory
6609 or current working directory
6610 <!--chtml if pinemode="running"-->
6611 (which, at least for your current Alpine &quot;session,&quot; 
6612 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6613 <!--chtml endif-->, depending on the
6614 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6615 In any case, you finish by typing a carriage return to accept the
6616 file name that is displayed.
6617 When the feature
6618 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6619 is turned on you may use TAB to complete partially typed in names.
6621 You may cancel the import operation by typing &quot;^C&quot; after exiting
6622 this help.
6624 &lt;End of help on this topic&gt;
6625 </BODY>
6626 </HTML>
6627 ======= h_ge_allparts =======
6628 <HTML>
6629 <HEAD>
6630 <TITLE>Export Message File Selection</TITLE>
6631 </HEAD>
6632 <BODY>
6633 <H1>Export Message File Selection</H1>
6635 You are Exporting a message from an Alpine mail folder
6636 to a plain text file.
6637 You also have the option of exporting all of the attachments associated
6638 with the message.
6639 You are now being asked for the name of the file to export <EM>to</EM>.
6640 The easiest way to select a file is probably with the &quot;^T&quot;
6641 &quot;To Files&quot; subcommand.
6642 After returning from that subcommand you will still be allowed to
6643 edit the name you have selected.
6644 Alternatively, you may type in a file name.
6645 It may be an absolute pathname.
6646 Otherwise, it is a file located in your home directory
6647 or current working directory
6648 <!--chtml if pinemode="running"-->
6649 (which, at least for your current Alpine &quot;session,&quot; 
6650 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6651 <!--chtml endif-->, depending on the
6652 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6653 In any case, you finish by typing a carriage return to accept the
6654 file name that is displayed.
6655 When the feature
6656 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6657 is turned on you may use TAB to complete partially typed in names.
6659 The message you are exporting appears to have some attachments.
6660 If you wish to save <EM>all</EM> of the attachments at once,
6661 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6662 saving of the attachments.
6663 You may turn it back off by typing &quot;^P&quot; again, which will now
6664 be labeled &quot;NoAllParts&quot; instead.
6665 If you want to save the parts the command displayed should be
6666 &quot;NoAllParts&quot;!
6667 When you choose to save attachments like this, the attachments will be saved
6668 in a newly created directory.
6669 That directory will have the same name as the file name you choose here,
6670 with the letters &quot;.d&quot; appended.
6671 If that directory already exists, then the letters &quot;.d_1&quot; will
6672 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6673 is found.
6674 For example, if you select the file name
6676 <CENTER><SAMP>filename</SAMP></CENTER>
6678 to export the message to, then the directory used for the attachments will be
6680 <CENTER><SAMP>filename.d</SAMP></CENTER>
6682 or perhaps
6684 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6686 The attachments will then be put into files inside that directory.
6687 The names for the attachment files will be derived from the attachments
6688 if possible.
6689 This is done in the same way as the default values are derived if you
6690 save them one at a time.
6691 (The &quot;filename&quot; parameter from the Content-Disposition header
6692 is the first choice. If that doesn't exist, the &quot;name&quot;
6693 parameter from the Content-Type header is used.)
6694 If a name for a particular attachment is not available, then the
6695 part number of the attachment is used, with the characters &quot;part_&quot;
6696 prepended.
6697 An example of that would be
6699 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6701 If you want to save only some of the attachments or if you want more control
6702 over the directory and filename where an attachment is saved you may
6703 cancel out of this command and View the attachment list.
6704 From there you can save each attachment individually.
6706 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6707 this help.
6709 &lt;End of help on this topic&gt;
6710 </BODY>
6711 </HTML>
6712 ======= h_ge_export =======
6713 <HTML>
6714 <HEAD>
6715 <TITLE>Export File Selection</TITLE>
6716 </HEAD>
6717 <BODY>
6718 <H1>Export File Selection</H1>
6720 You are Exporting or Saving something from within the Alpine world
6721 (a message, an attachment, etc.)
6722 to a plain text file.
6723 You are now being asked for the name of the file to export <EM>to</EM>.
6724 The easiest way to select a file is probably with the &quot;^T&quot;
6725 &quot;To Files&quot; subcommand.
6726 After returning from that subcommand you will still be allowed to
6727 edit the name you have selected.
6728 Alternatively, you may type in a file name.
6729 It may be an absolute pathname.
6730 Otherwise, it is a file located in your home directory
6731 or current working directory
6732 <!--chtml if pinemode="running"-->
6733 (which, at least for your current Alpine &quot;session,&quot; 
6734 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6735 <!--chtml endif-->, depending on the
6736 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6737 In any case, you finish by typing a carriage return to accept the
6738 file name that is displayed.
6739 When the feature
6740 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6741 is turned on you may use TAB to complete partially typed in names.
6743 If the object you are exporting is a message with some attachments,
6744 you may wish to save all of the attachments by typing the &quot;^P&quot;
6745 &quot;AllParts&quot; command to turn on saving of the attachments.
6746 This subcommand will only be visible if the message actually has attachments.
6747 You may also View the attachment list and save individual attachments from
6748 there.
6750 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6751 the Control-R subcommand to toggle if saving will be done in binary mode,
6752 meaning that the attachment will be decoded, but will not be transformed
6753 to UTF-8 for further processing (either in internal filters, or user
6754 supplied filters.) This is useful in case you either want to preserve
6755 the text as it was encoded originally to you, or the attachment was
6756 incorrectly attached (the attachment is not of text type) and you need
6757 the original text to process the attachment.
6759 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6760 this help.
6762 &lt;End of help on this topic&gt;
6763 </BODY>
6764 </HTML>
6765 ======= h_common_save =======
6766 <HTML>
6767 <HEAD>
6768 <TITLE>Save and Export Commands</TITLE>
6769 </HEAD>
6770 <BODY>
6771 <H1>Save and Export Commands</H1>
6773 Save
6774 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6775 and Export
6776 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6777 are the two alternatives Alpine gives you to keep a copy of the message
6778 you are reading. If you want to keep the message within Alpine's email
6779 world, use &quot;Save&quot;; if you want to use the message in another
6780 program, use &quot;Export&quot;.
6783 When you Save a message, it is put into an existing folder or into a new
6784 folder in one of your existing folder collections.  The message stays in
6785 email format and can be read by Alpine again.  Alpine may use a special format
6786 for its mail folders -- never edit an Alpine folder by hand or with any
6787 program other than Alpine.  The exact behavior of the Save command can be
6788 configured with the
6789 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6790 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6791 and 
6792 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6793 feature list settings.
6794 The name of the folder offered as a default is controlled by the option
6795 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6798 When you use Export, the message is placed in a plain text file in your
6799 home directory 
6800 <!--chtml if pinemode="running"-->
6801 (which, in the present configuration of your system, is
6802  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6803 <!--chtml endif-->
6804 or current working directory
6805 <!--chtml if pinemode="running"-->
6806 (which, at least for your current Alpine &quot;session,&quot; 
6807 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6808 <!--chtml endif-->, depending on the
6809 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6810 configuration setting.  In the normal case, only minimal
6811 headers are exported with the message; however, if the full header mode 
6812 (whose availability may be disabled  by setting the feature 
6813 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6814 in SETUP CONFIGURATION) is
6815 toggled on, then complete headers are exported along with the message
6816 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6817 defined, they may affect the contents of the exported file.)
6820 &lt;End of help on this topic&gt;
6821 </BODY>
6822 </HTML>
6823 ======= h_common_bounce =======
6824 <HTML>
6825 <HEAD>
6826 <TITLE>Bounce Command</TITLE>
6827 </HEAD>
6828 <BODY>
6829 <H1>Bounce Command</H1>
6831 The Bounce 
6832 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6833 command allows you to re-send, or &quot;remail&quot;, a
6834 message, as if you were never in the loop.  It is analogous to crossing
6835 out your address on a postal letter, writing a different address on the
6836 envelope, and putting it into the mailbox. Bounce is used primarily to
6837 redirect email that was sent to you in error.
6838 Also, some owners of email
6839 lists need the bounce command to handle list traffic.
6840 Bounce is not anonymous.
6841 A ReSent-From header is added to the message so that the recipient may
6842 tell that you Bounced it to them.
6845 The presence or absence of the Bounce command is determined by the
6846 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6847 feature in your Alpine configuration.
6848 The feature
6849 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6850 affects the behavior of the Bounce command.
6851 Also, it is possible that Bounce could be
6852 administratively disabled by your system manager; if it doesn't work,
6853 please check with your local help desk before reporting a bug.
6856 &lt;End of help on this topic&gt;
6857 </BODY>
6858 </HTML>
6859 ======= h_common_reply =======
6860 <HTML>
6861 <HEAD>
6862 <TITLE>Reply and Forward Commands</TITLE>
6863 </HEAD>
6864 <BODY>
6866 <H1>Reply and Forward Commands</H1>
6868 Replying 
6869 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6870 and Forwarding 
6871 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6872 are your two alternatives for following up on the
6873 message you are reading.  You would use reply if you want to get email
6874 back to the author of the message and/or the other people who have
6875 already seen it.  You use forward if you want somebody new to see the
6876 message.
6879 In the normal case, the only thing that you must supply when forwarding a
6880 message is the name/email address of the new recipient.
6881 Alpine will include the text of the forwarded message.
6882 Alpine will also include any attachments to the message.
6883 There is space above the forwarded text for you to include additional comments.
6886 When replying, you usually have to answer some questions.
6887 If the message is to multiple people and/or specified with a Reply-To: header,
6888 then you will have to decide who should get the reply.
6889 You also need to decide whether or not to include the previous
6890 message in your reply.
6891 Some of this is configurable.
6892 Specifically, see the
6893 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6894 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6895 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6897 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6898 configuration features.
6901 Both the Reply and Forward commands react to the full header mode toggle.
6902 If the full header mode is on, then all the header and delivery lines are
6903 included with the text of the message in your reply/forward.
6906 Other configuration features that affect the Reply command are
6907 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6908 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6909 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6912 &lt;End of help on this topic&gt;
6913 </BODY>
6914 </HTML>
6915 ======= h_common_delete =======
6916 <HTML>
6917 <HEAD>
6918 <TITLE>Delete and Undelete Commands</TITLE>
6919 </HEAD>
6920 <BODY>
6921 <H1>Delete and Undelete Commands</H1>
6923 Delete 
6924 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6925 and Undelete 
6926 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6927 allow you to change the Deleted flag for the current message.
6928 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6929 removes the mark.
6930 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6931 at the left hand edge of the index line.
6932 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6933 in the upper right hand corner of the screen.
6934 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6935 get rid of the message.
6936 The eXpunge command (available from the MESSAGE INDEX screen) actually
6937 removes all of the deleted messages in a folder.
6938 Once a message is eXpunged, it can't be retrieved.
6941 The Delete command is affected by the setting of the configuration feature
6942 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6945 &lt;End of help on this topic&gt;
6946 </BODY>
6947 </HTML>
6948 ======= h_common_postpone =======
6949 <HTML>
6950 <HEAD>
6951 <TITLE>Postpone Command</TITLE>
6952 </HEAD>
6953 <BODY>
6954 <H1>Postpone Command</H1>
6956 The postpone
6957 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6958 command allows you to temporarily stop working on the current
6959 message so you may read
6960 other messages or compose another message.  When you want to resume a
6961 message later, start to compose and answer &quot;yes&quot; to the
6962 &quot;Continue postponed composition?&quot; question.  You may
6963 postpone as many messages as you like.
6966 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6967 in the Setup/Config screen, then the Postpone command will prompt you for
6968 the folder in which to store your outgoing message.
6971 &lt;End of help on this topic&gt;
6972 </BODY>
6973 </HTML>
6974 ======= h_compose_cancel =======
6975 <HTML>
6976 <HEAD>
6977 <TITLE>Cancel Command</TITLE>
6978 </HEAD>
6979 <BODY>
6980 <H1>Cancel Command</H1>
6982 Cancel
6983 <!--chtml if pinemode="function_key"-->
6984 (F2)
6985 <!--chtml else-->
6986 (^C) 
6987 <!--chtml endif-->
6989 The Cancel command returns you to Alpine's normal mail processing and
6990 causes the message currently under composition to be thrown out.
6991 The message text <EM>will be lost</EM>.
6994 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
6995 will be preserved in the file named
6996 <!--chtml if pinemode="os_windows"-->
6997 &quot;DEADLETR&quot;.
6998 <!--chtml else-->
6999 &quot;dead.letter&quot; in your home directory.
7000 <!--chtml endif-->
7001 If you unintentionally cancel a message, look there for its text.
7004 &lt;End of help on this topic&gt;
7005 </BODY>
7006 </HTML>
7007 ======= h_compose_addrcomplete =======
7008 <HTML>
7009 <HEAD>
7010 <TITLE>Address Completion</TITLE>
7011 </HEAD>
7012 <BODY>
7013 <H1>Address Completion</H1>
7015 When entering addresses in the address fields of the composer (To, Cc, etc.)
7016 the TAB key may be used to help complete the address.
7017 Type a partial nickname and tap the TAB key to complete the typing.
7018 The unambiguous part of the name will be filled in automatically.
7019 Typing TAB twice in succession will bring up a selection list of possibilities,
7020 making it easy to find and choose the correct address.
7023 The matching algorithm is rather ad hoc.
7024 The search starts with a search of your address book.
7025 It counts as a match if the nickname, address, or fullname field of an
7026 entry begins with the text typed in so far. It is also a match if
7027 a later word in the fullname (for example, the middle name or last name)
7028 begins with the entered text.
7030 Next comes an LDAP search.
7031 The search will happen for any servers that have the
7032 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7033 feature set. You can set or unset the feature for each server independently
7034 in the Setup/Directory screen.
7036 Finally, if you are replying to or forwarding a message, that message is
7037 searched for likely candidate addresses that match the typed-in text.
7040 &lt;End of help on this topic&gt;
7041 </BODY>
7042 </HTML>
7043 ======= h_compose_richhdr =======
7044 <HTML>
7045 <HEAD>
7046 <TITLE>Rich Header Command</TITLE>
7047 </HEAD>
7048 <BODY>
7049 <H1>Rich Header Command</H1>
7051 The Rich Header command allows you to toggle between the list of 
7052 all message headers available for editing and those that are most
7053 common.
7056 Use this toggle to expose headers that are not normally visible by
7057 default.
7058 This set usually includes the
7059 &quot;Bcc:&quot;,
7060 &quot;Fcc:&quot;,
7061 &quot;Lcc:&quot;,
7062 and &quot;Newsgroups&quot;
7063 headers.
7064 If you are posting to a newsgroup the set of defaults is a little different.
7065 Obviously, in that case, the Newsgroups header is of interest so is not
7066 hidden.
7067 For news posting the hidden set includes the
7068 &quot;To:&quot;,
7069 &quot;Cc:&quot;,
7070 &quot;Bcc:&quot;,
7071 &quot;Fcc:&quot;,
7072 and &quot;Lcc:&quot;
7073 headers.
7074 You won't normally want to edit these, which is why they are hidden,
7075 but it is sometimes useful to be able to set them manually.
7078 The default sets of headers listed above can be altered.
7079 Any header that you have added to the
7080 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7081 option, but not to the
7082 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7083 option will appear when you use the Rich Headers command to
7084 make the Rich Headers visible.
7085 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7086 even without toggling the Rich Headers command.)
7089 &lt;End of help on this topic&gt;
7090 </BODY>
7091 </HTML>
7092 ======= h_compose_send =======
7093 <HTML>
7094 <HEAD>
7095 <TITLE>Send Command</TITLE>
7096 </HEAD>
7097 <BODY>
7098 <H1>Send Command</H1>
7100 The Send command
7101 <!--chtml if pinemode="function_key"-->
7102 (F3)
7103 <!--chtml else-->
7104 (^X) 
7105 <!--chtml endif-->
7106 tells Alpine you are finished composing.
7107 Before actually sending it, though, Alpine will ask you to confirm 
7108 your intention, and, at the same time, redisplayed the message text
7109 with the recipients at the top of the screen to give you the opportunity
7110 to review and verify that the message is addressed to the people
7111 you intended.
7113 If the feature
7114 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7115 then this confirmation prompt and any options it allows are skipped.
7118 This confirmation prompt may also offer, depending
7119 on your particular Setup/Config, options allowing you to set
7120 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7121 include attachments in the &quot;Fcc&quot; (if you had previously
7122 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7123 observe details of the
7124 <A HREF="h_config_verbose_post">message submission process</A>,
7125 choose the filter through which the
7126 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7127 or turn of flowed text generation.
7130 &lt;End of help on this topic&gt;
7131 </BODY>
7132 </HTML>
7133 ======= h_compose_markcutpaste =======
7134 <HTML>
7135 <HEAD>
7136 <TITLE>Mark, Cut and Paste Commands</TITLE>
7137 </HEAD>
7138 <BODY>
7139 <H1>Mark, Cut and Paste Commands</H1>
7141 You can define a &quot;block&quot; of text, which can subsequently
7142  be deleted or
7143 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7144 then moving the cursor to the end of the desired text block.  You can then
7145 &quot;cut&quot; the block out 
7146 <!--chtml if pinemode="function_key"-->
7147 &quot;F9&quot;,
7148 <!--chtml else-->
7149 &quot;Ctrl-K&quot;,
7150 <!--chtml endif-->
7151 move the cursor, and &quot;paste&quot; it
7152 <!--chtml if pinemode="function_key"-->
7153 &quot;F10&quot;,
7154 <!--chtml else-->
7155 &quot;Ctrl-U&quot;,
7156 <!--chtml endif-->
7157 in the new location.  Also, you can paste more than once, allowing you
7158 to use this feature to copy a block of text.<P>
7160 If you press 
7161 <!--chtml if pinemode="function_key"-->
7162 &quot;F9&quot;
7163 <!--chtml else-->
7164 &quot;^K&quot;
7165 <!--chtml endif-->
7166 without having marked anything, Alpine will delete
7167 a single line.  If you delete a group of lines together, Alpine keeps them
7168 in the same buffer, so 
7169 <!--chtml if pinemode="function_key"-->
7171 <!--chtml else-->
7173 <!--chtml endif-->
7174 will restore them as a block.  About
7175 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7176 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7177 &quot;type the character ^&quot;.
7180 &lt;End of help on this topic&gt;
7181 </BODY>
7182 </HTML>
7183 ======= h_compose_justify =======
7184 <HTML>
7185 <HEAD>
7186 <TITLE>Justify Command</TITLE>
7187 </HEAD>
7188 <BODY>
7189 <H1>Justify Command</H1>
7191 The Justify
7192 <!--chtml if pinemode="function_key"-->
7193 (F4)
7194 <!--chtml else-->
7195 (^J) 
7196 <!--chtml endif-->
7197 command reformats the text in the paragraph the cursor is in.
7198 Paragraphs are separated by one blank line or a line beginning with a space.
7199 This is useful when you have been editing a paragraph and the lines become
7200 uneven.  The text is left aligned or justified and the right is ragged.  If
7201 the text is already justified as typed with auto-wrap, no justification will
7202 be done.
7205 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7206 block of text, the Justify command is modified.
7207 Instead of automatically justifying the current paragraph you will be
7208 asked if you want to justify the paragraph, justify the selected region,
7209 or adjust the quote level of the selected region.
7210 Adjusting the quote level only works if you are using standard
7211 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7212 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7215 When composing a reply containing included text, the justify command
7216 will reformat text to the right of the 
7217 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7218 adding or removing indented lines as needed.  Paragraphs are separated
7219 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7220 line containing the indent string and one or more blank spaces.
7221 Included text that was previously indented (or &quot;quoted&quot;) is
7222 not preserved.
7225 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7226 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7227 use the standard
7228 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7231 &lt;End of help on this topic&gt;
7232 </BODY>
7233 </HTML>
7234 ======= h_compose_spell =======
7235 <HTML>
7236 <HEAD>
7237 <TITLE>Spell Check Command</TITLE>
7238 </HEAD>
7239 <BODY>
7240 <H1>Spell Check Command</H1>
7242 The &quot;To Spell&quot;
7243 <!--chtml if pinemode="function_key"-->
7244 (F12)
7245 <!--chtml else-->
7246 (^T) 
7247 <!--chtml endif-->
7248 command calls an external spell checking program to look over the
7249 message you are composing.  By default, Alpine uses
7251 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7253 if it knows where to find &quot;aspell&quot;.
7254 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7255 then the command used is
7257 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7259 Otherwise, the ancient &quot;spell&quot; command is used.
7261 For PC-Alpine, you must install the aspell library code that you
7262 may get from
7263 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7266 &lt;End of help on this topic&gt;
7267 </BODY>
7268 </HTML>
7269 ======= h_compose_alted =======
7270 <HTML>
7271 <HEAD>
7272 <TITLE>Alt Editor Command</TITLE>
7273 </HEAD>
7274 <BODY>
7275 <H1>Alt Editor Command</H1>
7277 The &quot;Alt Editor&quot; command's availability depends on the
7278 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7281 When the variable specifies a valid editor on your system, this
7282 command will launch it with the current text of your message
7283 already filled in.
7286 &lt;End of help on this topic&gt;
7287 </BODY>
7288 </HTML>
7289 ======= h_compose_readfile =======
7290 <HTML>
7291 <HEAD>
7292 <TITLE>Read File Command</TITLE>
7293 </HEAD>
7294 <BODY>
7295 <H1>Read File Command</H1>
7297 The &quot;Read File&quot;
7298 <!--chtml if pinemode="function_key"-->
7299 (F5)
7300 <!--chtml else-->
7301 (^R) 
7302 <!--chtml endif-->
7303 command allows you to copy in text from an existing file. You will be
7304 prompted for the name of a file to be inserted into the message.  The file
7305 name is relative to your home directory 
7306 <!--chtml if pinemode="running"-->
7307 (which, in the present configuration of your system, is
7308  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7309 <!--chtml endif-->
7310 or current working directory
7311 <!--chtml if pinemode="running"-->
7312 (which, at least for your current Alpine &quot;session,&quot; 
7313 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7314 <!--chtml endif-->, depending on the
7315 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7316 configuration setting; or, the file name must be specified as a full path name 
7317 <!--chtml if pinemode="os_windows"-->
7318 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7319 <!--chtml else-->
7320 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7321 <!--chtml endif-->
7322 (without the quotation marks).
7325 The file will be inserted where the cursor is located.  <B>The
7326 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7327 Unix machine but have files on a PC or Mac, the files must be transferred
7328 to the system Alpine is running on before they can be read.  Please ask your
7329 local computer support people about the correct way to transfer a file to 
7330 your Alpine system.
7333 &lt;End of help on this topic&gt;
7334 </BODY>
7335 </HTML>
7336 ======= h_config_tray_icon =======
7337 <HTML>
7338 <HEAD>
7339 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7340 </HEAD>
7341 <BODY>
7342 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7344 PC-Alpine only.
7346 This option restores a behavior of previous versions of PC-Alpine.
7347 These
7348 versions, when started, installed a PC-Alpine icon in the notification 
7349 tray of Window's Taskbar.  The primary use of this icon was to indicate
7350 new mail arrival by turning red (while the Taskbar icon remained green).
7351 Additionally, the icon now changes to yellow to signify that a mail folder
7352 has been closed unexpectedly.
7355 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7356 color its Taskbar entry's icon red (as well as the icon in the Window
7357 Title).  This feature is only provided for backwards compatibility.
7360 &lt;End of help on this topic&gt;
7361 </BODY>
7362 </HTML>
7363 ======= h_common_suspend =======
7364 <HTML>
7365 <HEAD>
7366 <TITLE>Suspend Command</TITLE>
7367 </HEAD>
7368 <BODY>
7369 <H1>Suspend Command</H1>
7371 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7372 enabled, you can, at almost any time, temporarily halt your Alpine session,
7373 <!--chtml if pinemode="os_windows"-->
7374 minimizing it into an icon.
7375 <!--chtml else-->
7376 and return to your system prompt.
7377 <!--chtml endif-->
7380 &lt;End of help on this topic&gt;
7381 </BODY>
7382 </HTML>
7383 ======= h_pipe_command =======
7384 <HTML>
7385 <HEAD>
7386 <TITLE>Pipe Command SubOptions</TITLE>
7387 </HEAD>
7388 <BODY>
7389 <H1>Pipe Command SubOptions</H1>
7391 By default, when you use the Pipe command, the processed text of the
7392 message is sent to the Unix command
7393 you specify and the output is captured by Alpine and shown to you.
7394 (This command is available in PC-Alpine, as well, but there aren't many
7395 Windows commands that work well with piping.)
7396 There are some sub-commands that may be used to alter this behavior.
7397 These are toggles that switch the behavior between two possibilities.
7398 They can be combined in any way you wish.
7400 By default, the prompt at the bottom of the screen looks like
7402 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7406 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7408 if you are piping more than one message.
7410 The sub-command options are:
7411 <DL>
7412    <DT>Shown Text or Raw Text</DT>
7413    <DD>This option toggles between sending the shown (processed) text
7414 of the message to the Unix command, and sending the
7415 raw (unprocessed) text of the message to the Unix command.
7416 The default is to send the shown text.
7417 The raw version of the message will contain all of the headers and any
7418 MIME encoding that the message contains.
7419 If you've selected the Raw Text then the prompt will have the additional word
7420 &quot;RAW&quot; in it, like
7422 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7424 You can experiment with this option by piping to something simple like the
7425 Unix &quot;cat&quot; command.
7426    </DD>
7427    <DT>Captured Output or Free Output</DT>
7428    <DD>This option toggles between having Alpine capture the output of
7429 the Unix pipe command for display, and not capturing it.
7430 If the command you are piping to is a filter that will produce output
7431 you want to view, then you want to capture that output
7432 for display (the default).
7433 If the Unix command doesn't produce output or handles the display itself,
7434 then you want free output.
7435 When you've selected the Free Output option the prompt will change to
7437 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7439    </DD>
7440    <DT>No Delimiter or With Delimiter</DT>
7441    <DD>This option controls whether or not a Unix mailbox style delimiter
7442 will come before the text of the message.
7443 This is the delimiter used in the common Unix mailbox format.
7444 It's the single line that begins with the five characters
7445 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7446 You'll usually only want to include this if the Unix command requires
7447 input in the format of a traditional Unix mailbox file.
7448 When you've selected the With Delimiter option the prompt will change to
7450 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7452    </DD>
7453    <DT>To Same Pipe or To Individual Pipes</DT>
7454    <DD>This option only shows up if you are running an aggregate
7455 pipe command.
7456 That is, the command was Apply Pipe, not just Pipe.
7457 You have the option of piping all of the selected messages through a
7458 single pipe to a single instance of the Unix command,
7459 or piping each individual message through a separate pipe to separate
7460 instances of the Unix command.
7461 The default is that all of the output will go through a single pipe
7462 to a single instance of the command.
7463 You can try this option with a command like &quot;less&quot;, with Free
7464 Output enabled.
7465 When you've selected the Individual Pipes option the prompt will change to
7467 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7469    </DD>
7470 </DL>
7473 As mentioned earlier, the options can be combined in any way you wish.
7474 You may leave them all off, turn them all on, or turn some of them on
7475 and some of them off.
7476 If you use the pipe command a second time in the same session the default
7477 options will be what you used the last time.
7480 &lt;End of help on this topic&gt;
7481 </BODY>
7482 </HTML>
7483 ========== h_emptydir_subfolder_name =========
7484 <HTML>
7485 <HEAD>
7486 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7487 </HEAD>
7488 <BODY>
7489 <H1>Enter Subfolder Name</H1>
7491 <P> 
7492 This is the name of a new subfolder in the directory you are creating.
7493 Because empty directories are hidden and therefore not useful, you must also
7494 create a subfolder in the directory you are creating in order that the
7495 directory remains visible.
7497 Alternatively, you may turn off the configuration feature
7498 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7499 so that empty directories remain visible.
7500 If you do that, you will not be required to create the subfolder when you
7501 create a directory.
7504 &lt;End of help on this topic&gt;
7505 </BODY>
7506 </HTML>
7507 ========== h_incoming_add_folder_name =========
7508 <HTML>
7509 <HEAD>
7510 <TITLE>ENTER FOLDER NAME</TITLE>
7511 </HEAD>
7512 <BODY>
7513 <H1>Enter Folder Name</H1>
7515 <P> 
7516 This is the name of the folder on the previously specified server.
7517 By default the folder name is interpreted as defining a section of your personal
7518 folder area.  This area and how you specify it are defined by the
7519 server, if one is specified.
7522 To define a folder outside the default area, prefix
7523 the path with the namespace to use when interpreting the
7524 given path.  If a namespace is specified, the folder name begins with the
7525 sharp (#) character followed by the name of the namespace
7526 and then the namespace's path-element-delimiter.  Aside from the
7527 name's format, namespaces can also imply access rights, content
7528 policy, audience, location, and, occasionally, access methods.
7531 Each server exports its own set (possibly of size one) of 
7532 namespaces.
7533 For a more detailed explanation read about
7534 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7537 To specify the default for INBOX on the server you can usually just enter
7538 &quot;INBOX&quot;, and the server will understand the special meaning of
7539 that word.
7542 &lt;End of help on this topic&gt;
7543 </BODY>
7544 </HTML>
7545 ========== h_incoming_add_folder_host =========
7546 <HTML>
7547 <HEAD>
7548 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7549 </HEAD>
7550 <BODY>
7551 <H1>Enter Incoming Folder Server</H1>
7553 You are being asked for the name of the server for use with this incoming
7554 folder.
7555 If the folder is on the machine where Alpine is running, then just enter
7556 RETURN without typing a server name.
7559 If the folder is on an IMAP server then type the server's name followed
7560 by RETURN.
7561 You may use the ^X command if the server is the same as the server that
7562 the INBOX is on.
7565 You may have to add optional extra information to the server name.
7566 For example, if the IMAP server is using a non-standard port number you
7567 would specify that by appending a colon (:) followed by the port number
7568 to the server name
7571 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7574 or you may need to specify a different protocol if the server is not an
7575 IMAP server. For example:
7578 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7581 for a POP server or
7584 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7587 for an NNTP news server.
7588 For an explanation of all of the possibilities, see
7589 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7590 for folders.
7593 There is a special command (^W) if you want to set up a folder that gets its
7594 mail from a
7595 <A HREF="h_maildrop">Mail Drop</A>.
7596 If you type that command, you will be prompted for the information for
7597 both the Mail Drop folder and the destination folder.
7600 &lt;End of help on this topic&gt;
7601 </BODY>
7602 </HTML>
7603 ========== h_incoming_add_inbox =========
7604 <HTML>
7605 <HEAD>
7606 <TITLE>ENTER INBOX SERVER</TITLE>
7607 </HEAD>
7608 <BODY>
7609 <H1>Enter INBOX Server</H1>
7611 You are being asked for the name of the server for use with
7612 the INBOX folder.
7613 Type the server's name followed by RETURN.
7616 You may have to add optional extra information to the server name.
7617 For example, if the server is using a non-standard port number you
7618 would specify that by appending a colon (:) followed by the port number
7619 to the server name
7622 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7625 or you may need to specify a different protocol if the server is not an
7626 IMAP server. For example:
7629 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7632 for a POP server.
7635 For an explanation of all of the possibilities, see
7636 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7637 for folders.
7640 If the INBOX folder is on the machine where Alpine is running, then just enter
7641 RETURN without typing a server name.
7644 There is a special command (^W) if you want to set up a folder that gets its
7645 mail from a
7646 <A HREF="h_maildrop">Mail Drop</A>.
7647 If you type that command, you will be prompted for the information for
7648 both the Mail Drop folder and the destination folder, which will be used
7649 as your INBOX folder.
7652 &lt;End of help on this topic&gt;
7653 </BODY>
7654 </HTML>
7655 ========== h_incoming_add_maildrop_destn =========
7656 <HTML>
7657 <HEAD>
7658 <TITLE>ENTER DESTINATION SERVER</TITLE>
7659 </HEAD>
7660 <BODY>
7661 <H1>Enter Destination Server</H1>
7663 You are being asked for the name of the server where the destination
7664 folder is for use with this Mail Drop incoming folder.
7665 That is, you are using a Mail Drop for this incoming folder and
7666 you've already entered
7667 the server and folder name for the Mail Drop.
7668 Now you need to enter the server for the destination folder
7669 where the mail should be copied to.
7670 Mail will come from the Mail Drop and be copied to the destination folder.
7673 Type the server's name followed by RETURN.
7674 If the folder is local to this computer, just type RETURN without entering
7675 a server name.
7678 You may have to add optional extra information to the server name.
7679 For example, if the server is using a non-standard port number you
7680 would specify that by appending a colon (:) followed by the port number
7681 to the server name
7684 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7687 For an explanation of all of the possibilities, see
7688 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7689 for folders.
7692 &lt;End of help on this topic&gt;
7693 </BODY>
7694 </HTML>
7695 ========== h_inbox_add_maildrop_destn =========
7696 <HTML>
7697 <HEAD>
7698 <TITLE>ENTER DESTINATION SERVER</TITLE>
7699 </HEAD>
7700 <BODY>
7701 <H1>Enter Destination Server</H1>
7703 You are being asked for the name of the server where the destination
7704 folder is for use with your Mail Drop INBOX.
7705 That is, you are using a Mail Drop for your INBOX and you've already entered
7706 the server and folder name for the Mail Drop.
7707 Now you need to enter the server for the destination folder
7708 where the mail should be copied to.
7709 Mail will come from the Mail Drop and be copied to the destination folder.
7712 Type the server's name followed by RETURN.
7713 If the folder is local to this computer, just type RETURN without entering
7714 a server name.
7717 You may have to add optional extra information to the server name.
7718 For example, if the server is using a non-standard port number you
7719 would specify that by appending a colon (:) followed by the port number
7720 to the server name
7723 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7726 For an explanation of all of the possibilities, see
7727 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7728 for folders.
7731 &lt;End of help on this topic&gt;
7732 </BODY>
7733 </HTML>
7734 ========== h_inbox_add_maildrop =========
7735 <HTML>
7736 <HEAD>
7737 <TITLE>ENTER MAILDROP SERVER</TITLE>
7738 </HEAD>
7739 <BODY>
7740 <H1>Enter Mail Drop Server</H1>
7742 You are being asked for the name of the Mail Drop server for use with
7743 your INBOX.
7746 Type the server's name followed by RETURN.
7749 You may have to add optional extra information to the server name.
7750 For example, if the server is using a non-standard port number you
7751 would specify that by appending a colon (:) followed by the port number
7752 to the server name
7755 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7758 or you may need to specify a different protocol if the server is not an
7759 IMAP server. For example:
7762 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7765 for a POP server or
7768 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7771 for an NNTP news server.
7772 For an explanation of all of the possibilities, see
7773 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7774 for folders.
7777 &lt;End of help on this topic&gt;
7778 </BODY>
7779 </HTML>
7780 ========== h_incoming_add_maildrop =========
7781 <HTML>
7782 <HEAD>
7783 <TITLE>ENTER MAILDROP SERVER</TITLE>
7784 </HEAD>
7785 <BODY>
7786 <H1>Enter Mail Drop Server</H1>
7788 You are being asked for the name of the Mail Drop server for use with
7789 this incoming folder.
7792 Type the server's name followed by RETURN.
7793 You may use the ^X command if the server is the same as the server that
7794 the INBOX is on.
7797 You may have to add optional extra information to the server name.
7798 For example, if the server is using a non-standard port number you
7799 would specify that by appending a colon (:) followed by the port number
7800 to the server name
7803 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7806 or you may need to specify a different protocol if the server is not an
7807 IMAP server. For example:
7810 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7813 for a POP server or
7816 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7819 for an NNTP news server.
7820 For an explanation of all of the possibilities, see
7821 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7822 for folders.
7825 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7826 RETURN without typing a server name.
7829 &lt;End of help on this topic&gt;
7830 </BODY>
7831 </HTML>
7832 ========== h_maildrop =========
7833 <HTML>
7834 <HEAD>
7835 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7836 </HEAD>
7837 <BODY>
7838 <H1>What is a Mail Drop?</H1>
7840 In some situaions it may make sense to have your mail delivered to one
7841 folder (the Mail Drop) and then when you want to read mail that has been
7842 delivered to the Mail Drop folder Alpine will move it to another
7843 destination folder.
7844 Often the Mail Drop will be a remote folder and messages will be moved from
7845 there to a local destination folder.
7848 One example where this might make sense is if the Mail Drop folder is accessible
7849 only with the POP protocol.
7850 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7851 mail from there to a local (on the same machine Alpine is running on)
7852 destination folder, where you'll read it.
7855 A Mail Drop may only be used as your Inbox or as an
7856 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7859 There is no attempt to synchronize the contents of the destination folder
7860 with the contents of the Mail Drop folder.
7861 All that happens is that all of the messages in the Mail Drop folder are
7862 copied to the destination folder and then they are deleted and expunged (if possible)
7863 from the Mail Drop folder.
7864 The next time a check for new mail is made, any messages in the Mail 
7865 Drop folder are once again copied to the destination folder and deleted
7866 and expunged from the Mail Drop folder.
7867 (If the Mail Drop folder is a news group, then the messages can't be
7868 expunged from the newsgroup. Instead, only Recent messages are copied from
7869 the newsgroup to the destination folder.)
7872 Configuration of a Mail Drop is a little different from configuration of
7873 a folder that does not use a Mail Drop because you have to specify two
7874 folder names instead of one.
7875 The two folders may be any types of folders that Alpine can normally use.
7876 They don't have to be a remote folder and a local folder, that is
7877 simply the most common usage.
7878 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7879 Drop to check for new mail.
7880 The new-mail checks will happen at the frequency set with the
7881 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7882 but with a minimum time
7883 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7884 between checks.
7885 Because of this minimum you may notice that new mail does not
7886 appear promptly when you expect it.
7887 The reason for this is to protect the server from over-zealous opening and
7888 closing of the Mail Drop folder.
7889 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7890 the end of the folder index, then the check will happen, regardless of how
7891 long it has been since the previous check.
7893 If there is new mail, that mail will be copied to the destination folder
7894 and then will be deleted from the Mail Drop.
7895 Note that using a Mail Drop with a local destination folder does not make
7896 sense if you read mail from more than one machine, because the mail is
7897 downloaded to the destination folder (which is accessible from only one
7898 machine) and deleted from the Mail Drop.
7900 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7903 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7906 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7908 The brackets are not literal.
7910 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7912 is a single character that does not appear in the MailDropFolder name.
7913 If the name doesn't contain spaces then it can be a space character.
7914 The two folder names are full technical
7915 <A HREF="h_valid_folder_names">folder names</A>
7916 as used by Alpine.
7917 Here are a couple examples to give you an idea what is being talked about:
7920 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7922 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7925 A #move folder may only be used as an
7926 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7927 an Inbox.
7928 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7929 on the
7930 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7931 option)
7932 the Add command has a subcommand &quot;Use Mail Drop&quot;
7933 which may be helpful for defining the folder in your Alpine configuration.
7934 The same is true when you edit the
7935 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7936 option in Setup/Config.
7937 Each of these configuration methods will also create the DestinationFolder
7938 if it doesn't already exist.
7939 If you are having problems, make sure the DestinationFolder exists.
7942 &lt;End of help on this topic&gt;
7943 </BODY>
7944 </HTML>
7945 ========== h_save =========
7946 <HTML>
7947 <HEAD>
7948 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7949 </HEAD>
7950 <BODY>
7951 <H1>Choose a Folder to Save Into</H1>
7953 After Exiting from this help text,
7954 type the name of the folder you want to save into and press RETURN.
7956 Press ^T to get a list of your folders to choose from.
7957 Press ^C to cancel the Save.
7959 If you have Folder Collections defined you may use
7960 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7961 the collection being saved to.
7963 If Tab Completion is enabled (it is enabled by default)
7964 you may type a Tab character to have Alpine complete the folder name for you.
7966 If Partial Match Lists is enabled (it is enabled by default) you may type
7967 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7969 If the Ctrl-R subcommand is present that means you can decide to Delete or
7970 not Delete the message you are saving after you save it.
7971 The label on that key gives the action to switch to.
7972 If it says Delete and you type Ctrl-R the label displayed will change to
7973 No Delete and the source message will be deleted after the save. If it
7974 says No Delete and you type Ctrl-R the label displayed will change to
7975 Delete and the message will not be deleted.
7976 You can control the default for the Delete parameter with the
7977 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7979 Similarly, if the Ctrl-W subcommand is present that means you can decide
7980 to Preserve the order of the messages being saved or not.
7981 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7982 will be in the same order as you see them in the source folder now.
7983 The opposite action (which is usually the default) is that you don't care
7984 about the order.
7985 The Saved messages may or may not be in the same order in the destination folder.
7986 There may be a performance penalty for choosing to save the messages in order.
7987 You can control the default for the Preserve Order parameter with the
7988 configuration feature
7989 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7992 If you haven't disabled the Save Input History and you've already done a
7993 Save earlier in this session then you may use the Up and Down arrows to retrieve
7994 a folder name used in a previous Save.
7997 &lt;End of help on this topic&gt;
7998 </BODY>
7999 </HTML>
8000 ============= h_simple_index ========================
8001 <HTML>
8002 <HEAD>
8003 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8004 </HEAD>
8005 <BODY>
8006 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8007 <!--chtml if pinemode="function_key"-->
8008 <PRE>
8009 Navigating the List of Messages               General Alpine Commands
8010 -------------------------------               -----------------------
8011  F5   Move to previous message                 F1   Show this help text
8012  F6   Move to next message
8013  F7   Show previous screen of messages
8014  F8   Show next screen of messages
8016 Message Selection Commands
8017 --------------------------
8018  F3   Exit the Message Select menu (canceling Send command)
8019  F4   Select the currently highlighted message
8020  F9   Mark the currently highlighted message as deleted
8021  F10  Undelete (remove deletion mark from) the highlighted message
8022 </PRE>
8023 <!--chtml else-->
8024 <PRE>
8025 Navigating the List of Messages               General Alpine Commands
8026 -------------------------------               -----------------------
8027   P  Move to previous message                  ?  Show this help text
8028   N  Move to next message
8029   -  Show previous screen of messages
8030  Spc (space bar) Show next screen of messages
8032 Message Selection Commands
8033 --------------------------
8034   E  Exit the Message Select menu (canceling Send command)
8035   S  Select the currently highlighted message
8036   D  Mark the currently highlighted message as deleted
8037   U  Undelete (remove deletion mark from) the highlighted message
8038 </PRE>
8039 <!--chtml endif-->
8041 <H2>Description of the Select Postponed Message Screen</H2>
8043 This screen allows you to select one of several previously postponed
8044 messages in order to continue composition.  Your options are very limited
8045 -- the screen is not meant to let you manipulate these messages.  However,
8046 you may now delete messages from this list.  Once you choose a message,
8047 Alpine reads it in and puts you into the regular message composer.
8050 Messages do not stay in this postponed state automatically.  If you select
8051 a message and then want to postpone it again, use the normal postpone
8052 (Ctrl-O) command in the composer.
8055 If you exit this screen without selecting a message, the Compose command
8056 that got you here is canceled.  Other than messages explicitly marked
8057 &quot;Deleted&quot;, no messages will be removed.
8060 &lt;End of help on this topic&gt;
8061 </BODY>
8062 </HTML>
8063 ============= h_collection_screen ========================
8064 <HTML>
8065 <HEAD>
8066 <TITLE>COLLECTION LIST screen</TITLE>
8067 </HEAD>
8068 <BODY>
8069 <H1>COLLECTION LIST screen</H1>
8071 The COLLECTION LIST screen is used to select one of your  
8072 collection definitions to display the folders they contain.  See
8073 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8074 detailed explanation of collections.<P>
8076 To manage your collection definitions (Add, Change, Delete, etc.), use
8077 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8078 MAIN MENU.
8081 &lt;End of help on this topic&gt;
8082 </BODY>
8083 </HTML>
8084 ============= h_collection_maint ========================
8085 <HTML>
8086 <HEAD>
8087 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8088 </HEAD>
8089 <BODY>
8090 <H1>SETUP COLLECTION LIST screen</H1>
8092 The SETUP COLLECTION LIST screen lets you manage your collection
8093 definitions.  See 
8094 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8095 for detailed explanation of collections.<P>
8097 Maintenance commands include:
8098 <DL>
8099 <DT>Change
8100 <!--chtml if pinemode="function_key"-->
8101 (F4)
8102 <!--chtml else-->
8104 <!--chtml endif-->
8105 </DT>
8107 <DD>Modify attributes of the selected collection definition.
8109 <DT>Add Cltn
8110 <!--chtml if pinemode="function_key"-->
8111 (F9)
8112 <!--chtml else-->
8114 <!--chtml endif-->
8115 </DT>
8117 <DD>Create a new collection definition.
8118 </DD>
8120 <DT>Del Cltn
8121 <!--chtml if pinemode="function_key"-->
8122 (F10)
8123 <!--chtml else-->
8125 <!--chtml endif-->
8126 </DT>
8128 <DD>Delete the selected collection definition.<BR>
8129 NOTE: The folders and directories referred to by the
8130 collection definition are <EM>NOT</EM> deleted.  Folders must
8131 be deleted, if that's what you wish to do, from the 
8132 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8133 individual folders in a collection.
8134 </DD>
8136 <DT>Shuffle
8137 <!--chtml if pinemode="function_key"-->
8138 (F11)
8139 <!--chtml else-->
8141 <!--chtml endif-->
8142 </DT>
8144 <DD>Change the order of the displayed collections.  Alpine will offer
8145 to move the currently selected collection one position UP
8146 or DOWN.
8147 </DD>
8148 </DL>
8151 &lt;End of help on this topic&gt;
8152 </BODY>
8153 </HTML>
8154 ============ h_what_are_collections ==========
8155 <HTML>
8156 <HEAD>
8157 <TITLE>Folder Collections Explained</TITLE>
8158 </HEAD>
8159 <BODY>
8160 <H1>Folder Collections Explained</H1>
8163 Those of you with simple mail configurations will just see a list of all the
8164 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8165 The special folders for INBOX, sent mail and saved messages
8166 will appear at the top of the list.  All others are in alphabetical order.
8168 If you
8169 or your system administrator have defined more than one collection or if
8170 you have a collection (for newsgroups or email folders) defined on your 
8171 system, then you will see the COLLECTION LIST screen first when choosing 
8172 FOLDER LIST from Alpine's MAIN MENU.
8174 <H2>Why have multiple folder collections?</H2>
8176 For Alpine users who only maintain email folders (and not too many) on one host, 
8177 a single folder collection is probably sufficient.<P>
8179 However, people who have more than one email account - for example, one 
8180 at their university, and one with their personal Internet Service Provider - 
8181 will have different sets of folders on different hosts, and they may want to
8182 access them all from the same installation of Alpine, rather than use different 
8183 software and/or log into other hosts to manipulate messages in different 
8184 accounts.  (If in doubt whether one of your email accounts can be accessed 
8185 with Alpine, contact the technical support people for that account.)  Even people
8186 who have only one email account on one host, but have dozens or
8187 hundreds of email folders, may want to arrange these folders together in a 
8188 meaningful way.<BR>
8189 That is where multiple collections come in.
8191 <H2>Types of Collections</H2>
8192 <DL>
8193 <DT>INCOMING FOLDERS</DT>
8194 <DD>&quot;Incoming Message Folders&quot; 
8195 is a special collection typically used to supplement your single INBOX.  
8196 All the folders here are meant to be ones that receive incoming messages, 
8197 which you intend to check more or less frequently.  
8198 You may have multiple folders like this because you or your systems 
8199 administrator have set up an external program or you may have set up
8200 Alpine to filter incoming 
8201 messages into different folders, based on certain criteria such as 
8202 sender, recipient, or subject; or because you have multiple accounts and 
8203 wish to check their INBOXes easily.  This collection is established by 
8204 setting the 
8205 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8206 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8207 MAIN MENU.
8208 </DD>
8210 <DT>NEWS</DT>
8211 <DD>You can also define a collection specifically for
8212 newsgroups.  Alpine does this for you implicitly when you 
8213 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8214 in your Alpine configuration.  The news collection appears last in the 
8215 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8216 and Alpine knows not to save messages there.
8217 </DD>
8219 <DT>DEFAULT COLLECTION</DT>
8220 <DD>This is the default collection for your saved and sent messages folders.
8221 </DD>
8222 </DL>
8226 <H2>Defining Collections</H2>
8228 In the absence of any folder-collection definitions, Alpine will assume a
8229 single default folder collection.
8230 <!--chtml if pinemode="os_windows"-->
8231 <!--chtml else-->
8232 If necessary, Alpine will create the directory
8233 &quot;mail&quot; in your Unix home directory 
8234 to hold your folders.
8235 <!--chtml endif-->
8237 You can use the 
8238 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8239 the MAIN MENU, to manage your collection list.  
8241 &lt;End of help on this topic&gt;
8242 </BODY>
8243 </HTML>
8244 ===== h_select_address_screen =====
8245 <HTML>
8246 <HEAD>
8247 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8248 </HEAD>
8249 <BODY>
8250 <H1>SELECT AN ADDRESS SCREEN</H1>
8251 <H2>COMMANDS</H2>
8252 <!--chtml if pinemode="function_key"-->
8253 <PRE>
8254 Available  Commands                        
8255 -------------------------------            
8256 F1  Show Help Text
8257 F3  Exit without selecting anything
8258 F4  Select the highlighted address
8259 F5  Move highlight to previous address
8260 F6  Move highlight to next address
8261 F7  Previous page of addresses
8262 F8  Next page of addresses
8263 F11 Print
8264 F12 WhereIs
8265 </PRE>
8266 <!--chtml else-->
8267 <PRE>
8268 Navigation                     General Alpine Commands
8269 -------------------------      -----------------------
8270  P  Prev Address                ?  Display this help text
8271  N  Next Address                E  Exit without selecting anything
8272  -  Previous page               %  Print
8273 Spc (space bar) Next page
8274  W  WhereIs
8276 Select Command
8277 ------------------------------------------------
8278  S  Select the highlighted address
8279 </PRE>
8280 <!--chtml endif-->
8282 <H2>Description of the Select Address Screen</H2>
8284 This screen gives you an easy way to select an address from all of
8285 the address book entries that match the prefix typed so far.
8287 <P><UL>
8288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8289 </UL>
8291 &lt;End of help on this topic&gt;
8292 </BODY>
8293 </HTML>
8294 ===== h_select_rule_screen =====
8295 <HTML>
8296 <HEAD>
8297 <TITLE>SELECT A RULE SCREEN</TITLE>
8298 </HEAD>
8299 <BODY>
8300 <H1>SELECT A RULE SCREEN</H1>
8301 <H2>COMMANDS</H2>
8302 <!--chtml if pinemode="function_key"-->
8303 <PRE>
8304 Available  Commands                        
8305 -------------------------------            
8306 F1  Show Help Text
8307 F3  Exit without selecting anything
8308 F4  Select the highlighted rule
8309 F5  Move highlight to previous rule
8310 F6  Move highlight to next rule
8311 F7  Previous page of rules
8312 F8  Next page of rules
8313 F11 Print
8314 F12 WhereIs
8315 </PRE>
8316 <!--chtml else-->
8317 <PRE>
8318 Navigation                     General Alpine Commands
8319 -------------------------      -----------------------
8320  P  Prev Rule                   ?  Display this help text
8321  N  Next Rule                   E  Exit without selecting anything
8322  -  Previous page               %  Print
8323 Spc (space bar) Next page
8324  W  WhereIs
8326 Select Command
8327 ------------------------------------------------
8328  S  Select the highlighted rule
8329 </PRE>
8330 <!--chtml endif-->
8332 <H2>Description of the Select Rule Screen</H2>
8334 This screen just gives you an easy way to select a rule from all of your
8335 defined rules.
8336 The list of rules presented is the list of nicknames of all of the rules
8337 defined using Setup/Rules.
8338 For selecting messages, it is likely that the Indexcolor rules and possibly
8339 the Roles rules will be most useful.
8340 The others are there also, in case you find a use for them.
8342 In order for this to be useful for selecting messages, the nicknames of
8343 the rules have to be different.
8344 Alpine actually just gets the nickname of the rule that you select and then
8345 looks up that rule using the nickname.
8346 So if there are duplicate nicknames, the first rule that has that
8347 nickname will be used.
8349 <P><UL>
8350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8351 </UL>
8353 &lt;End of help on this topic&gt;
8354 </BODY>
8355 </HTML>
8356 ===== h_select_priority_screen =====
8357 <HTML>
8358 <HEAD>
8359 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8360 </HEAD>
8361 <BODY>
8362 <H1>SELECT A PRIORITY SCREEN</H1>
8363 <H2>COMMANDS</H2>
8364 <!--chtml if pinemode="function_key"-->
8365 <PRE>
8366 Available  Commands                        
8367 -------------------------------            
8368 F1  Show Help Text
8369 F3  Exit without selecting anything
8370 F4  Select the highlighted priority
8371 F5  Move highlight to previous priority
8372 F6  Move highlight to next priority
8373 F7  Previous page of priorities
8374 F8  Next page of priorities
8375 F11 Print
8376 F12 WhereIs
8377 </PRE>
8378 <!--chtml else-->
8379 <PRE>
8380 Navigation                     General Alpine Commands
8381 -------------------------      -----------------------
8382  P  Prev Priority               ?  Display this help text
8383  N  Next Priority               E  Exit without selecting anything
8384  -  Previous page               %  Print
8385 Spc (space bar) Next page
8386  W  WhereIs
8388 Select Command
8389 ------------------------------------------------
8390  S  Select the highlighted priority
8391 </PRE>
8392 <!--chtml endif-->
8394 <H2>Description of the Select Priority Screen</H2>
8396 This screen gives you a way to select a priority for the message you are sending.
8397 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8398 Some mail programs will display an indication of the priority level to
8399 the recipient of the message, some will ignore it.
8400 Even in cases where the mail programs of both the sender and the recipient
8401 agree on the meaning of this header, keep in mind that it is
8402 something that the sender sets so it is only an indication
8403 of the priority that the sender attaches to the mail.
8404 Alpine can be made to display an indication of this priority in incoming
8405 messages by use of one of the tokens
8406 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8407 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8408 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8410 <P><UL>
8411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8412 </UL>
8414 &lt;End of help on this topic&gt;
8415 </BODY>
8416 </HTML>
8417 ===== h_select_keyword_screen =====
8418 <HTML>
8419 <HEAD>
8420 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8421 </HEAD>
8422 <BODY>
8423 <H1>SELECT A KEYWORD SCREEN</H1>
8424 <H2>COMMANDS</H2>
8425 <!--chtml if pinemode="function_key"-->
8426 <PRE>
8427 Available  Commands                        
8428 -------------------------------            
8429 F1  Show Help Text
8430 F3  Exit without selecting anything
8431 F4  Select the highlighted keyword
8432 F5  Move highlight to previous keyword
8433 F6  Move highlight to next keyword
8434 F7  Previous page of keywords
8435 F8  Next page of keywords
8436 F11 Print
8437 F12 WhereIs
8438 </PRE>
8439 <!--chtml else-->
8440 <PRE>
8441 Navigation                     General Alpine Commands
8442 -------------------------      -----------------------
8443  P  Prev Keyword                ?  Display this help text
8444  N  Next Keyword                E  Exit without selecting anything
8445  -  Previous page               %  Print
8446 Spc (space bar) Next page
8447  W  WhereIs
8449 Select Command
8450 ------------------------------------------------
8451  S  Select the highlighted keyword
8452 </PRE>
8453 <!--chtml endif-->
8455 <H2>Description of the Select Keyword Screen</H2>
8457 This screen just gives you an easy way to select a keyword.
8458 The list of keywords presented is the list of all keywords defined in your 
8459 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8460 If you have given a keyword a nickname, that nickname is displayed
8461 instead of the actual keyword.
8463 <P><UL>
8464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8465 </UL>
8467 &lt;End of help on this topic&gt;
8468 </BODY>
8469 </HTML>
8470 ===== h_select_charset_screen =====
8471 <HTML>
8472 <HEAD>
8473 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8474 </HEAD>
8475 <BODY>
8476 <H1>SELECT A CHARACTER SET SCREEN</H1>
8477 <H2>COMMANDS</H2>
8478 <!--chtml if pinemode="function_key"-->
8479 <PRE>
8480 Available  Commands                        
8481 -------------------------------            
8482 F1  Show Help Text
8483 F3  Exit without selecting anything
8484 F4  Select the highlighted character set
8485 F5  Move highlight to previous character set
8486 F6  Move highlight to next character set
8487 F7  Previous page of character sets
8488 F8  Next page of character sets
8489 F11 Print
8490 F12 WhereIs
8491 </PRE>
8492 <!--chtml else-->
8493 <PRE>
8494 Navigation                     General Alpine Commands
8495 -------------------------      -----------------------
8496  P  Prev Character Set          ?  Display this help text
8497  N  Next Character Set          E  Exit without selecting anything
8498  -  Previous page               %  Print
8499 Spc (space bar) Next page
8500  W  WhereIs
8502 Select Command
8503 ------------------------------------------------
8504  S  Select the highlighted character set
8505 </PRE>
8506 <!--chtml endif-->
8508 <H2>Description of the Select A Character Set Screen</H2>
8510 This screen just gives you an easy way to select a character set from the
8511 set of character sets Alpine knows about.
8512 The list presented will vary slightly depending on what option you are
8513 selecting the character set for.
8515 <P><UL>
8516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8517 </UL>
8519 &lt;End of help on this topic&gt;
8520 </BODY>
8521 </HTML>
8522 ===== h_select_multcharsets_screen =====
8523 <HTML>
8524 <HEAD>
8525 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8526 </HEAD>
8527 <BODY>
8528 <H1>SELECT CHARACTER SETS SCREEN</H1>
8529 <H2>COMMANDS</H2>
8530 <!--chtml if pinemode="function_key"-->
8531 <PRE>
8532 Available  Commands
8533 -------------------------------            
8534 F1  Show Help Text
8535 F3  Exit without selecting anything
8536 F4  Select the highlighted charset (or chosen charsets in ListMode)
8537 F5  Move highlight to previous charset
8538 F6  Move highlight to next charset
8539 F7  Previous page of charsets
8540 F8  Next page of charsets
8541 F9  Toggle choices when using ListMode
8542 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8543 F11 Print
8544 F12 WhereIs
8545 </PRE>
8546 <!--chtml else-->
8547 <PRE>
8548 Navigation                     General Alpine Commands
8549 -------------------------      -----------------------
8550  P  Prev Charset                ?  Display this help text
8551  N  Next Charset                E  Exit without selecting anything
8552  -  Previous page               %  Print
8553 Spc (space bar) Next page
8554  W  WhereIs
8556 Select Command
8557 ------------------------------------------------
8558  S  Select the highlighted charset (or chosen charsets in ListMode)
8559  L  Turn on ListMode (makes it easy to choose multiple charsets)
8560  1  Turn off ListMode
8561  X  Toggle choices when using ListMode
8562 </PRE>
8563 <!--chtml endif-->
8565 <H2>Description of the Select Character Set Screen</H2>
8567 This screen just gives you an easy way to select a character set or a list of
8568 character sets.
8569 The list of character sets presented is the list of all character sets known to
8570 Alpine.
8571 You may select other character sets by typing them in directly.
8573 <P><UL>
8574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8575 </UL>
8577 &lt;End of help on this topic&gt;
8578 </BODY>
8579 </HTML>
8580 ===== h_select_multkeyword_screen =====
8581 <HTML>
8582 <HEAD>
8583 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8584 </HEAD>
8585 <BODY>
8586 <H1>SELECT KEYWORDS SCREEN</H1>
8587 <H2>COMMANDS</H2>
8588 <!--chtml if pinemode="function_key"-->
8589 <PRE>
8590 Available  Commands
8591 -------------------------------            
8592 F1  Show Help Text
8593 F3  Exit without selecting anything
8594 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8595 F5  Move highlight to previous keyword
8596 F6  Move highlight to next keyword
8597 F7  Previous page of keywords
8598 F8  Next page of keywords
8599 F9  Toggle choices when using ListMode
8600 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8601 F11 Print
8602 F12 WhereIs
8603 </PRE>
8604 <!--chtml else-->
8605 <PRE>
8606 Navigation                     General Alpine Commands
8607 -------------------------      -----------------------
8608  P  Prev Keyword                ?  Display this help text
8609  N  Next Keyword                E  Exit without selecting anything
8610  -  Previous page               %  Print
8611 Spc (space bar) Next page
8612  W  WhereIs
8614 Select Command
8615 ------------------------------------------------
8616  S  Select the highlighted keyword (or chosen keywords in ListMode)
8617  L  Turn on ListMode (makes it easy to choose multiple keywords)
8618  1  Turn off ListMode
8619  X  Toggle choices when using ListMode
8620 </PRE>
8621 <!--chtml endif-->
8623 <H2>Description of the Select Keyword Screen</H2>
8625 This screen just gives you an easy way to select a keyword or a list of
8626 keywords.
8627 The list of keywords presented is the list of all keywords defined in your 
8628 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8629 If you have given a keyword a nickname, that nickname is displayed
8630 instead of the actual keyword.
8632 <P><UL>
8633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8634 </UL>
8636 &lt;End of help on this topic&gt;
8637 </BODY>
8638 </HTML>
8639 ===== h_select_incoming_to_monitor =====
8640 <HTML>
8641 <HEAD>
8642 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8643 </HEAD>
8644 <BODY>
8645 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8646 <H2>COMMANDS</H2>
8647 <!--chtml if pinemode="function_key"-->
8648 <PRE>
8649 Available  Commands
8650 -------------------------------            
8651 F1  Show Help Text
8652 F3  Exit without selecting anything
8653 F4  Select the marked folders
8654 F5  Move highlight to previous folder
8655 F6  Move highlight to next folder
8656 F7  Previous page of folders
8657 F8  Next page of folders
8658 F9  Toggle choices on or off
8659 F11 Print
8660 F12 WhereIs
8661 </PRE>
8662 <!--chtml else-->
8663 <PRE>
8664 Navigation                     General Alpine Commands
8665 -------------------------      -----------------------
8666  P  Prev Folder                 ?  Display this help text
8667  N  Next Folder                ^C  exit without changing anything
8668  -  Previous page               %  Print
8669 Spc (space bar) Next page
8670  W  WhereIs
8672 Select Command
8673 ------------------------------------------------
8674  S  Select the marked folders
8675  X  Toggle choices on or off
8676 </PRE>
8677 <!--chtml endif-->
8679 <H2>Description of the Select Folders to Check Screen</H2>
8681 This screen is only useful if the feature
8682 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8683 is set.
8684 By default, when you set that feature all of your incoming folders
8685 will be checked periodically for Unseen messages.
8686 By using this screen, you may restrict the set of monitored folders to
8687 a subset of all of the incoming folders.
8689 Mark the folders you want to monitor for Unseen messages with
8690 an &quot;X&quot;.
8691 When you've finished marking all your selections use the Select
8692 command to register your choices.
8693 To return to the default of checking all incoming folders
8694 delete all folders or unmark all folders.
8696 <P><UL>
8697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8698 </UL>
8700 &lt;End of help on this topic&gt;
8701 </BODY>
8702 </HTML>
8703 ===== h_role_select =====
8704 <HTML>
8705 <HEAD>
8706 <TITLE>ROLES SCREEN</TITLE>
8707 </HEAD>
8708 <BODY>
8709 <H1>ROLES SCREEN</H1>
8710 <H2>ROLES COMMANDS</H2>
8711 <!--chtml if pinemode="function_key"-->
8712 <PRE>
8713 Available  Commands                        
8714 -------------------------------            
8715 F1  Show Help Text
8716 F3  Exit without a selection
8717 F4  Select a role to use in composition
8718 F5  Move to previous role
8719 F6  Move to next role
8720 F7  Previous page of roles
8721 F8  Next page of roles
8722 F11 Change Default Role
8723 F12 Whereis (search role nicknames)
8724 </PRE>
8725 <!--chtml else-->
8726 <PRE>
8727 Navigation                     General Alpine Commands
8728 -------------------------      -----------------------
8729  P  Prev Role                     ?  Display this help text
8730  N  Next Role                     E  Exit without a selection
8731  -  Previous page
8732 Spc (space bar) Next page
8733  W  WhereIs (search for word in role nicknames)
8735 Select Role Commands
8736 ------------------------------------------------
8737  [Return]  Select highlighted role
8738  D         Change Default Role
8739 </PRE>
8740 <!--chtml endif-->
8742 <H2>Description of the Roles Screen</H2>
8744 With this screen you select a role to be used in the composition of a
8745 message.
8746 Use the Previous and Next commands to highlight the role you wish to
8747 use.
8748 When you type carriage return you will be placed in the composer using the highlighted role.
8750 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8751 available unless you set them up.
8752 You may do so by using the Setup/Rules command on the MAIN MENU.
8754 By using the D command, you may set a default role that will persist until
8755 you change it or until you exit Alpine.
8756 The D command toggles through three states: set the default role, unset the
8757 default role, and leave the default role as it is.
8758 <P><UL>
8759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8760 </UL>
8762 &lt;End of help on this topic&gt;
8763 </BODY>
8764 </HTML>
8765 ===== h_role_abook_select =====
8766 <HTML>
8767 <HEAD>
8768 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8769 </HEAD>
8770 <BODY>
8771 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8772 <H2>COMMANDS</H2>
8773 <!--chtml if pinemode="function_key"-->
8774 <PRE>
8775 Available  Commands                        
8776 -------------------------------            
8777 F1  Show Help Text
8778 F3  Exit screen without selecting anything
8779 F4  Select highlighted address book
8780 F5  Move to previous address book
8781 F6  Move to next address book
8782 F7  Previous page of address books
8783 F8  Next page of address books
8784 F12 Whereis
8785 </PRE>
8786 <!--chtml else-->
8787 <PRE>
8788 Navigation                     General Alpine Commands
8789 -------------------------      -----------------------
8790  P  Previous addrbook          ?  Display this help text
8791  N  Next addrbook
8792  -  Previous page
8793 Spc (space bar) Next page
8794  W  WhereIs
8796 Select Role Commands
8797 ------------------------------------------------
8798  S  Select highlighted address book
8799  E  Exit screen without selecting anything
8800 </PRE>
8801 <!--chtml endif-->
8803 <H2>Description of the Select Address Book Screen</H2>
8805 This screen helps you select one of your address books.
8806 Use the Previous and Next commands to highlight the address book you wish to
8807 select.
8808 <P><UL>
8809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8810 </UL>
8812 &lt;End of help on this topic&gt;
8813 </BODY>
8814 </HTML>
8815 ======== h_rule_patterns =============
8816 <HTML>
8817 <HEAD>
8818 <TITLE>PATTERNS</TITLE>
8819 </HEAD>
8820 <BODY>
8821 <H1>PATTERNS</H1>
8822 Patterns are used with Roles, Filtering, Index Coloring,
8823 Scoring, Other Rules, and Search Rules.
8824 Patterns are compared with a message to see if there is a match.
8825 For Filtering, the messages being checked are all the messages in the
8826 folder, one at a time.
8827 For Index Line Coloring, each message that is visible on the screen is
8828 checked for matches with the Index Coloring Patterns.
8829 Roles are used with the Reply, Forward, and Compose commands.
8830 For Reply, the message used to compare the Pattern with is the message
8831 being replied to;
8832 for Forward, the message used to compare the Pattern with is the message
8833 being forwarded;
8834 and for Compose, there is no message, so the parts of the Pattern that depend
8835 on a message (everything other than Current Folder Type and the
8836 Beginning of Month and Year)
8837 are not used.
8838 Only the Current Folder Type matters for Compose (plus the Beginning of
8839 Month or Year, which you wouldn't usually use for a Role).
8840 For Scoring, the message being scored is compared with all of the Score
8841 Patterns, and the Score Values from the ones that match are added together to 
8842 get the message's score.
8843 For Other Rules, there is no message. Only the Current Folder Type is checked
8844 for Other Rules.
8846 Each Pattern has several possible parts, all of which are optional.
8847 In order for there to be a match, <EM>ALL</EM> of the
8848 <EM>defined</EM> parts of the Pattern must match the message.
8849 If a part is not defined it is considered a match, but note that a filtering
8850 Pattern must have at least one defined part or it will be ignored.
8851 For example, if the To pattern is not defined it will be
8852 displayed as
8854 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8856 That is considered a match because it is not defined.
8857 This means that the Pattern with nothing defined is a match if the
8858 Current Folder Type matches, but there is an exception that was mentioned
8859 in the previous paragraph.
8860 Because filtering is a potentially destructive action, filtering Patterns
8861 with nothing other than Current Folder Type defined are ignored.
8862 If you really want a filtering Pattern to match all messages (subject to
8863 Current Folder Type) the best way to do it is to define a Score interval
8864 that includes all possible scores.
8865 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8866 This can be used even if you haven't defined any rules to Set Scores.
8868 There are six predefined header patterns called the To, From, Sender, Cc, News,
8869 and Subject patterns.
8870 Besides those six predefined header patterns, you may add
8871 additional header patterns with header fieldnames of your choosing.
8872 You add an extra header pattern by placing the cursor on one of the
8873 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8874 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8875 and the Partic pattern is a header pattern that stands for
8876 Participant (From OR To OR Cc).
8877 (Defining the Recip pattern does not have the same effect as defining both
8878 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8879 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8880 Instead of comparing this pattern's text against only the contents of
8881 a particular header field, the text for the AllText pattern is compared
8882 with text anywhere in the message's header or body, and the text for the
8883 BodyText pattern is compared with text anywhere in the message's body.
8885 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8886 &quot;!&quot; &quot;toggle NOT&quot; command.
8887 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8888 &quot;!&quot; at the beginning of the pattern line.
8889 When the &quot;!&quot; is present, it reverses the meaning of the match.
8890 That is, if the pattern matches then it is considered to NOT be a match, and
8891 if it does not match it is considered to be a match.
8893 Don't make the mistake of putting the &quot;!&quot; in the data field for
8894 a pattern.
8895 For example, if you type the characters &quot;!urgent&quot; into the Subject
8896 pattern, the pattern will look like:
8898 <PRE>
8899  Subject pattern = !urgent
8900 </PRE>
8902 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8903 In order to match messages that do not have &quot;urgent&quot; in
8904 their Subject field, first type the characters &quot;urgent&quot; followed
8905 by carriage return for the value of the Subject pattern, then negate it
8906 by typing the &quot;!&quot; command.
8907 It should look like
8909 <PRE>
8910  ! Subject pattern = urgent
8911 </PRE>
8913 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8914 be a complete email address, part of an address, or a random set of
8915 characters to match against.
8916 It may also be a list of such patterns, which means you
8917 are looking for a match against the first pattern in the list <EM>OR</EM>
8918 the second pattern <EM>OR</EM> the third and so on.
8919 For example, a Subject pattern equal to
8921 <PRE>
8922  Subject pattern = urgent
8923                    emergency
8924                    alert
8925 </PRE>
8927 would match all messages with a subject that contained at least one
8928 of those words.
8929 It would also match subjects containing the words &quot;alerts&quot; or
8930 &quot;Urgently&quot;.
8932 The same example with &quot;NOT&quot; turned on would be
8934 <PRE>
8935  ! Subject pattern = urgent
8936                      emergency
8937                      alert
8938 </PRE>
8940 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8941 those words.
8942 You can use the &quot;Add Value&quot; command to add new words to the list,
8943 or you can enter them as a comma-separated list.
8945 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8946 present for a match.
8947 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8948 pattern2 must be present,
8949 and that is exactly what using a list does.)
8951 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8952 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8953 when checking for matches for Scoring.
8954 There are five similar settings that relate to the status of the message.
8955 These settings rely on the message being New or not, Deleted or not,
8956 Answered or not, Important or not, and Recent or not.
8957 There are also some other miscellaneous settings.
8958 The first is the Age of the message in days.
8959 Another is the Size of the message, in bytes.
8960 The third is a setting that detects whether or not the Subject of a
8961 message contains raw 8-bit characters (unencoded characters with the most
8962 significant bit set).
8963 There is a setting that detects whether or not this is the first time
8964 Alpine has been run this month (doesn't depend on individual messages),
8965 and another that detects whether or not this is the first time Alpine has
8966 been run this year.
8967 Other parts of the Pattern detect whether or not the From address of a
8968 message appears in your address book, whether or not certain keywords
8969 are set for a message, and whether or not certain character sets are
8970 used in a message.
8972 <H2>Parts of a Pattern</H2>
8974 <H3>Header patterns</H3>
8976 A header pattern is simply text that is searched for in the corresponding
8977 header field.
8978 For example, if a Pattern has a From header pattern with the value
8979 &quot;@company.com&quot;, then only messages that have a From header
8980 that contains the text &quot;@company.com&quot; will be possible
8981 matches.
8982 Matches don't have to be exact.
8983 For example, if the relevant field of a message contains the text
8984 &quot;mailbox@domain&quot; somewhere
8985 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8986 &quot;mailbox@domain&quot; are all matches.
8988 All parts of the Pattern must match so, for example,
8989 if a message matches a defined
8990 From pattern, it still must be checked against the other parts of the
8991 Pattern that have been defined.
8992 The To header pattern is a slightly special case.
8993 If the message being checked has a Resent-To header
8994 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8995 there are used in place of the addresses in the To header.
8996 This is only true for the To header.
8997 Resent-cc and Resent-From headers are never used unless you add them
8998 with the eXtraHdrs command.
9000 The meaning of a header pattern may be negated with the
9001 &quot;!&quot; &quot;toggle NOT&quot; command.
9002 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9003 &quot;!&quot; at the beginning of the pattern line.
9004 It would look something like
9006 <PRE>
9007  ! From pattern = susan@example.com
9008 </PRE>
9010 When the &quot;!&quot; is present, it reverses the meaning of the match.
9012 If you want to check for the presence of a header field but don't care
9013 about its value, then
9014 the empty pattern that you get by entering a pair of
9015 double quotes (&quot;&quot;) should match any message that
9016 has the corresponding header field.
9018 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9020 AllText patterns are just like header patterns except that the text is
9021 searched for anywhere in the message's headers or body, not just in the
9022 contents of a particular header field.
9025 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9027 BodyText patterns are just like header patterns except that the text is
9028 searched for anywhere in the message's body, not just in the
9029 contents of a particular header field.
9032 If there is more than one header pattern or AllText pattern or BodyText pattern
9033 for which you want to take the
9034 same action there is a shorthand notation that may be used.
9035 Any of these patterns may be a list of patterns instead of
9036 just a single pattern.
9037 If any one of the patterns in the list matches the message
9038 then it is considered a match.
9039 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9040 you to use the same role when replying to messages, you might have
9041 a To pattern that looks like
9043 <PRE>
9044  To pattern = company1.com
9045               company2.com
9046 </PRE>
9048 This means that if the mail you are replying to was addressed to
9049 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9050 then this Pattern is a match and the same actions will be taken.
9052 The meaning of an AllText or BodyText pattern may be negated with the
9053 &quot;!&quot; &quot;toggle NOT&quot; command.
9054 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9055 &quot;!&quot; at the beginning of the pattern line.
9056 When the &quot;!&quot; is present, it reverses the meaning of the match.
9058 A technicality: Since comma is the character used to separate multiple values
9059 in any of the fields that may have multiple values (such as header patterns,
9060 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9061 you must escape comma with a
9062 backslash (&#92;) if you want to include a literal comma in one of those fields.
9063 In other words, if you type a backslash followed by a comma it will
9064 be interpreted as a comma by Alpine, instead of as a separator between
9065 pattern values.
9066 All other backslashes (those not followed by a comma) are literal
9067 backslashes and should not be escaped.
9068 It's unlikely you'll ever need to enter a literal comma or backslash in
9069 any of the patterns.
9071 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9073 The &quot;Current Folder Type&quot; may be set to one of four different
9074 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9075 &quot;Specific&quot;.
9076 If the value is set to &quot;News&quot;, then the
9077 Pattern will only match if the currently open folder is a newsgroup.
9078 The value &quot;Email&quot; only matches if the current folder is not news and
9079 the value &quot;Any&quot; causes any folder to match.
9080 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9081 then you must fill in a value for &quot;Folder&quot;, which is on the line
9082 below the &quot;Specific&quot; line.
9083 In this case you will only get a match if the currently open folder is
9084 the specific folder you list.
9085 You may give a list of folders instead of just a single
9086 folder name, in which case the Pattern will match if the open folder is
9087 any one of the folders in the list.
9088 The name of each folder in the list may be either &quot;INBOX&quot;,
9089 the technical specification
9090 of the folder (like what appears in your configuration file) or, if the
9091 folder is one of your incoming folders, it may be the nickname you've given
9092 the folder.
9093 Here are some samples of specific folder names:
9095 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9097 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9099 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9101 The easiest way to fill in the &quot;Folder&quot; field is to use
9102 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9103 highlighted, or to use the &quot;Take&quot; command with the configuration
9104 feature
9105 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9106 turned on.
9108 When reading a newsgroup, there may be a performance penalty
9109 incurred when collecting the information necessary to check whether
9110 or not a Pattern matches a message.
9111 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9112 If you have Patterns with a Current Folder Type of either
9113 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9114 Index Line Coloring or Scoring, you may experience
9115 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9117 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9119 The &quot;Age Interval&quot; may be set to an interval of message
9120 ages that should be considered a match.
9121 Like the other parts of the Pattern, if it is unset it will be ignored.
9122 The Age Interval looks like
9124 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9126 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9127 than or equal to zero.
9128 The special value &quot;INF&quot; may be used for
9129 the max value. It represents infinity.
9131 Actually, this option may be defined as a list of intervals instead
9132 of just a single interval.
9133 The list is separated by commas.
9134 It can look like
9136 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9138 When there is an Age Interval defined, it is a match if the age, in days, of
9139 the message is contained in any of the intervals.
9140 The intervals include both endpoints.
9142 Even though this option is called Age, it isn't actually
9143 the <EM>age</EM> of the message.
9144 Instead, it is how many days ago the message arrived in one of your folders.
9145 If the current time is a little past midnight, then a message that arrived
9146 just before midnight arrived yesterday, even though the message is only
9147 a few minutes old.
9148 By default, the date being used is not the date in the Date
9149 header of the message.
9150 It is the date that the message arrived in one of your folders.
9151 When you Save a message from one folder to another that arrival date
9152 is preserved.
9153 If you would like to use the date in the Date header that is possible.
9154 Turn on the option
9155 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9156 near the bottom of the rule definition.
9157 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9159 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9161 The &quot;Size Interval&quot; may be set to an interval of message
9162 sizes that should be considered a match.
9163 Like the other parts of the Pattern, if it is unset it will be ignored.
9164 The Size Interval looks like
9166 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9168 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9169 than or equal to zero.
9170 The special value &quot;INF&quot; may be used for
9171 the max value. It represents infinity.
9173 Actually, this option may be defined as a list of intervals instead
9174 of just a single interval.
9175 The list is separated by commas.
9176 It can look like
9178 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9180 When there is a Size Interval defined, it is a match if the size, in bytes, of
9181 the message is contained in any of the intervals.
9182 The intervals include both endpoints.
9184 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9186 The &quot;Score Interval&quot; may be set to an interval of message
9187 scores that should be considered a match.
9188 Like the other parts of the Pattern, if it is unset it will be ignored.
9189 The Score Interval looks like
9191 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9193 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9194 negative integers, with min_score less than or equal to max_score.
9195 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9196 the min and max values to represent negative and positive infinity.
9198 Actually, a list of intervals may be used if you wish.
9199 A list would look like
9201 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9203 When there is a Score Interval defined, it is a match if the score for
9204 the message is contained in any of the intervals in the list.
9205 The intervals include the endpoints.
9206 The score for a message is calculated by looking at every Score rule defined and
9207 adding up the Score Values for the ones that match the message.
9208 When deciding whether or not a Pattern matches a message for purposes of
9209 calculating the score, the Score Interval is ignored.
9211 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9213 There are five separate message status settings.
9214 By default, all five are set to the value &quot;Don't care&quot;, which
9215 will match any message.
9216 The value &quot;Yes&quot; means that the particular status must be true
9217 for a match, and the value &quot;No&quot; means that the particular
9218 status must not be true for a match.
9219 For example, one of the five Message Status settings is whether a message
9220 is marked Important or not.
9221 A &quot;Yes&quot; means that the message must be Important to be
9222 considered a match and &quot;No&quot; means that the message must not be
9223 Important to be considered a match.
9224 The same is true of the other four message status settings that depend
9225 on whether or not the message is New; whether the message has 
9226 been Answered or not; whether the message has been Deleted or not, and
9227 whether the message is Recent or not. 
9229 The nomenclature for New and Recent is a bit confusing:
9231 New means that the message is Unseen.
9232 It could have been in your mailbox for a long time but if you haven't looked
9233 at it, it is still considered New.
9234 That matches the default Alpine index display that shows an N for such a
9235 message.
9237 Recent means that the message was added to this folder since the last time
9238 you opened the folder.
9239 Alpine also shows an N by default for these types of messages.
9240 If you were to run two copies of Alpine that opened a folder one right after
9241 the other, a message would only show up as Recent in (at most) the first
9242 Alpine session.
9244 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9246 Keywords are similar to Message Status, but they are chosen by the user.
9247 Provided the mail server allows for it, you may add a set of possible keywords
9248 to a folder and then you may set those keywords or not for each message
9249 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9250 The syntax of this part of the Pattern is similar to the header patterns.
9251 It is a list of keywords.
9252 The Keyword part of the Pattern is a match if the message has any of
9253 the keywords in the list set.
9254 Like other parts of the Pattern, if this is unset it will be ignored.
9256 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9258 A message may use one or more character sets.
9259 This part of the Pattern matches messages that make use of one or more of
9260 the character sets specified in the pattern.
9261 It will be considered a match if a message uses any of the character
9262 sets in the list you give here.
9265 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9266 GB2312) you may also use some shorthand names that Alpine provides.
9267 These names are more understandable shorthand names for sets of 
9268 character set names.
9269 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9270 Selecting one of these shorthand names is equivalent to selecting all of
9271 the character sets that make up the set.
9272 You can see all of these shorthand names and the lists of character sets
9273 they stand for by typing the &quot;T&quot; command with the Character
9274 Set pattern highlighted.
9275 The syntax of this part of the Pattern is similar to the header patterns
9276 and the Message Keywords pattern.
9277 It is a list of character sets (or shorthand names).
9278 The Character Set part of the Pattern is a match if the message uses any
9279 of the character sets in the list.
9280 Like other parts of the Pattern, if this is unset it will be ignored.
9282 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9284 It seems that lots of unwanted email contains unencoded 8-bit characters
9285 in the Subject.
9286 Normally, characters with the 8th bit set are not allowed in the Subject
9287 header unless they are MIME-encoded.
9288 This option gives you a way to match messages that have Subjects that
9289 contain unencoded 8-bit characters.
9290 By default, the value of this option is &quot;Don't care&quot;, which
9291 will match any message.
9292 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9293 the Subject of the message in order for there to be a match,
9294 and the value &quot;No&quot; is the opposite.
9295 Setting this option will affect performance in large folders because the
9296 subject of each message in the folder has to be checked.
9298 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9300 This option gives you a way to take some action once per month.
9301 By default, the value of this option is &quot;Don't care&quot;, which
9302 will always match.
9303 The value &quot;Yes&quot; means that this must be the first time Alpine has
9304 been run this month in order to count as a match,
9305 and the value &quot;No&quot; is the opposite.
9307 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9309 This option gives you a way to take some action once per year.
9310 By default, the value of this option is &quot;Don't care&quot;, which
9311 will always match.
9312 The value &quot;Yes&quot; means that this must be the first time Alpine has
9313 been run this year in order to count as a match,
9314 and the value &quot;No&quot; is the opposite.
9316 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9318 This option gives you a way to match messages that have an address
9319 that is in one of your address books.
9320 Only the simple entries in your address books are searched.
9321 Address book distribution lists are ignored!
9322 By default, the value of this option is &quot;Don't care&quot;, which
9323 will match any message.
9324 The value &quot;Yes, in any address book&quot; means the address
9325 from the message must be in at least one of your
9326 address books in order to be a match.
9327 The value &quot;No, not in any address book&quot;
9328 means none of the addresses may
9329 be in any of your address books in order to be a match.
9330 The values &quot;Yes, in specific address books&quot; and
9331 &quot;No, not in any of specific address books&quot; are similar but instead
9332 of depending on all address books you are allowed to give a list of address
9333 books to look in.
9334 The addresses from the message that are checked for are determined by the
9335 setting you have for &quot;Types of addresses to check for in address book&quot;.
9336 If you set this to &quot;From&quot; the From address from the message will
9337 be looked up in the address book.
9338 If you set it to only &quot;To&quot; then the To addresses will be used.
9339 If any of the To addresses are in the address book then it is considered
9340 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9341 You could set it to both From and To, in which case all of the From and To
9342 addresses are used.
9343 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9344 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9345 exists or the From address if there is no Reply-To address.
9346 Same for the Sender address.
9347 Setting this option may affect performance in large folders because the
9348 From and Reply-To of each message in the folder have to be checked.
9350 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9352 This is a command that is run with its standard input set to the message
9353 being checked and its standard output discarded.
9354 The full directory path should be specified.
9355 The command will be run and then its exit status will be checked against
9356 the Exit Status Interval, which defaults to just the value zero.
9357 If the exit status of the command falls in the interval, it is considered
9358 a match, otherwise it is not a match.
9361 This option may actually be a list of commands.
9362 The first one that exists and is executable is used.
9363 That makes it possible to use the same configuration with Unix Alpine and
9364 PC-Alpine.
9367 If none of the commands in the list exists and is executable then the rule
9368 is <EM>not</EM> a match.
9369 If it is possible that the command may not exist, you should be careful
9370 to structure your rules so that nothing destructive
9371 happens when the command does not exist.
9372 For example, you might have a filter that filters away spam when there is
9373 a match but does nothing when there is not a match.
9374 That would continue to work correctly if the command didn't exist.
9375 However, if you have a filter that filters away spam when there is not
9376 a match and keeps it when there is a match, that would filter everything
9377 if the categorizer command didn't exist.
9379 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9380 setup for the bogofilter filter.
9383 &lt;End of help on this topic&gt;
9384 </BODY>
9385 </HTML>
9386 ===== h_rules_roles =====
9387 <HTML>
9388 <HEAD>
9389 <TITLE>SETUP ROLES SCREEN</TITLE>
9390 </HEAD>
9391 <BODY>
9392 <H1>SETUP ROLES SCREEN</H1>
9393 <H2>SETUP ROLES COMMANDS</H2>
9394 <!--chtml if pinemode="function_key"-->
9395 <PRE>
9396 Available  Commands -- Group 1         Available Commands -- Group 2   
9397 -------------------------------        ------------------------------  
9398 F1  Show Help Text                      F1  Show Help Text             
9399 F2  See commands in next group          F2  See commands in next group
9400 F3  Back to MAIN Alpine menu
9401 F4  Change configuration for role
9402 F5  Move to previous role               F5  Include file in role config
9403 F6  Move to next role                   F6  Exclude file from config
9404 F7  Previous page of roles
9405 F8  Next page of roles
9406 F9  Add new role                        F9  Replicate existing role
9407 F10 Delete existing role
9408 F11 Shuffle the order of roles
9409 F12 Whereis (search role nicknames)
9410 </PRE>
9411 <!--chtml else-->
9412 <PRE>
9413 Navigation                     General Alpine Commands
9414 -------------------------      -----------------------
9415  P  Prev Role                     ?  Display this help text
9416  N  Next Role                     E  Back to MAIN Alpine menu
9417  -  Previous page
9418 Spc (space bar) Next page
9419  W  WhereIs (search for word in role nicknames)
9421 Setup Roles Commands
9422 ------------------------------------------------
9423  A  Add new role                  $  Shuffle the order of roles
9424  D  Delete existing role          C  Change configuration for highlighted role
9425  R  Replicate existing role
9426  I  Include file in role config   X  Exclude file from role config
9427 </PRE>
9428 <!--chtml endif-->
9430 <H2>Description of the Setup Roles Screen</H2>
9432 This screen lets you add, delete, modify, or change the order of the rules
9433 that determine the role you are playing when composing a message.
9435 You may play different roles depending on who you are replying to.
9436 For example, if you are replying to a message addressed to help-desk you
9437 may be acting as a Help Desk Worker.
9438 That role may require that you use a different return address and/or
9439 a different signature.
9441 Roles are optional.
9442 If you set up roles they work like this:  Each role has a set of
9443 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9444 considered for a particular use; a &quot;Pattern&quot;,
9445 which is used to decide which of the eligible roles is used; and a set
9446 of &quot;Actions&quot;, which are taken when that role is used.
9447 When you reply to a message, the message you are replying to is compared
9448 with the Patterns of the roles marked as eligible for use when replying.
9449 The comparisons start with the first eligible role and keep going until there
9450 is a match.
9451 If a match is found, the matching role's Actions are taken.
9453 It is also possible to set a default role and to change that role during
9454 your Alpine session.
9455 When you start Alpine no default role will be set.
9456 You may set or change the current default role by using the &quot;D&quot;
9457 command in the role selection screen.
9458 You'll see that screen while composing a message and being asked to select
9459 a role.
9460 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9461 compose a message.
9462 You may find a default role useful if you normally perform the duties of one
9463 of your roles for a while, then you switch to another role and stay in the
9464 new role for another period of time.
9465 It may be easier than using the Role Command to select the role each time you
9466 compose a message.
9468 <H2>Role Uses</H2>
9470 There are three types of use to be configured;
9471 one for Replying, one for Forwarding, and one for Composing.
9472 These indicate whether or not you want a role to be considered when you
9473 type the Reply, Forward, or Compose commands.
9474 (The Role command is an alternate form of the Compose command, and it is
9475 not affected by these settings.)
9476 Each of these Use types has three possible values.
9477 The value &quot;Never&quot;
9478 means that the role will never be considered as a candidate for use with
9479 the corresponding command.
9480 For example, if you set a role's Reply Use to Never, then when you Reply to
9481 a message, that role won't even be considered.
9482 (That isn't quite true. If the message you are replying to matches some other
9483 role that requires confirmation,
9484 then there will be a ^T command available which allows you to select a role
9485 from all of your roles, not just the reply-eligible roles.)
9488 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9489 both mean that you do want to consider this role when using the corresponding
9490 command.
9491 For either of these settings the role's Pattern will
9492 be checked to see if it matches the message.
9493 For Reply Use, the message used to compare the Pattern with is the message
9494 being replied to.
9495 For Forward Use, the message used to compare the Pattern with is the message
9496 being forwarded.
9497 For Compose Use, there is no message, so the parts of the Pattern that depend
9498 on a message (everything other than Current Folder Type) are ignored.
9499 In all cases, the Current Folder Type is checked if defined.
9500 If there is a match then this role will either be used without confirmation
9501 or will be the default when confirmation is asked for, depending on
9502 which of the two options is selected.
9503 If confirmation is requested, you will have a chance to
9504 choose No Role instead of the offered role, or to
9505 change the role to any one of your other roles (with the ^T command).
9507 <H2>Role Patterns</H2>
9509 In order to determine whether or not a message matches a role the message is
9510 compared with the Role's Pattern.
9511 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9512 Scoring, Other Rules, and Search Rules, so are described in only one place,
9513 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9515 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9516 a role that has all header patterns unset, the AllText pattern unset,
9517 the BodyText pattern unset,
9518 the Score Interval unset, and the Current Folder Type set to
9519 &quot;Any&quot; may be used as a default role.
9520 It should be put last in the list of roles since the matching
9521 starts at the beginning and proceeds until one of the roles is a match.
9522 If no roles at all match, then Alpine will
9523 use its regular methods of defining the role.
9524 If you wanted to, you could define a different &quot;default&quot; role
9525 for Replying, Forwarding, and Composing by setting the
9526 &quot;Use&quot; fields appropriately.
9528 <H2>Role Actions</H2>
9530 Once a role match is found, the role's Actions are taken.
9531 For each role there are several possible actions that may be defined.
9532 They are actions to set the From address, the Reply-To address,
9533 the Fcc, the Signature, the Template file, and Other Headers.
9535 <H3>Set From</H3>
9537 The From address is the address used on the From line of the message
9538 you are sending.
9540 <H3>Set Reply-To</H3>
9542 The Reply-To address is the address used on the Reply-To line of the message
9543 you are sending.
9544 You don't need a Reply-To address unless it is different from the From address.
9546 <H3>Set Other Headers</H3>
9548 If you want to set the value of the From or Reply-To headers, use
9549 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9550 If you want to set the values of other headers, use this field.
9551 This field is similar to the
9552 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9553 Each header you specify here must include the header tag
9554 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9555 and may optionally include a value for that header.
9556 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9557 for a header here will replace any value that already exists.
9558 For example, if you are Replying to a message there will be at least one
9559 address in the To header (the address you are Replying to).
9560 However, if you Reply using a role that sets the To header, that role's
9561 To header value will be used instead.
9563 <H3>Set Fcc</H3>
9565 The Fcc is used as the Fcc for the message you are sending.
9567 <H3>Set Signature or Set LiteralSig</H3>
9569 The Signature is the name of a file to be used as the signature file when
9570 this role is being used.
9571 If the name of the file has a vertical bar following it (|)
9572 then it is assumed that the file is a program that should be run to
9573 produce the signature.
9574 If the LiteralSig is set, then it is used instead of the signature file.
9575 LiteralSig is just a different way to store the signature.
9576 It is stored in the pine configuration file instead of in a separate
9577 signature file.
9578 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9579 either in the role or as the default signature in the Setup/Config screen,
9580 then the signature file is ignored.
9582 <H3>Set Template</H3>
9584 A Template is the name of a file to be included in the message when this
9585 role is being used.
9586 If the name of the file has a vertical bar following it (|)
9587 then it is assumed that the file is a program that should be run to
9588 produce the template.
9591 Both signature files and template files may be stored remotely on an IMAP
9592 server.
9593 In order to do that you just give the file a remote name.
9594 This works just like the regular
9595 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9596 option that is configured from the Setup/Configuration screen.
9597 A remote signature file name might look like:
9599 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9601 Once you have named the remote signature or template file you create its
9602 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9603 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9604 line of the role editor.
9607 Both signature files and template files (or the output of signature programs
9608 and template file programs) may contain special tokens
9609 that are replaced with contents
9610 that depend on the message being replied to or forwarded.
9611 See the help for the individual fields inside the role editor for more
9612 information on tokens.
9614 <H3>Use SMTP Server</H3>
9616 If this field has a value, then it will be used as the SMTP server
9617 to send mail when this role is being used (unless the SMTP server variable
9618 is set in the system-wide fixed configuration file).
9619 It has the same semantics as the
9620 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9621 variable in the Setup/Config screen.
9622 When you postpone the composition this SMTP server list will be saved
9623 with the postponed composition and it cannot be changed later.
9624 Because of that, you may want to make this a list of SMTP servers
9625 with the preferred server at the front of the list and alternate servers
9626 later in the list.
9629 If any of the actions are left unset, then the action depends on what
9630 is present in the &quot;Initialize settings using role&quot; field.
9631 If you've listed the nickname of another one of your roles there, then the
9632 corresponding action from that role will be used here.
9633 If that action is also blank, or if there is no nickname specified,
9634 then Alpine will do whatever it normally does to set these actions.
9635 This depends on other configuration options and features you've set.
9637 <H2>Command Descriptions</H2>
9639 <H3>Add</H3>
9641 The Add command is used to add a new role definition to your set of
9642 roles.
9643 The new role will be added after the highlighted role.
9645 <H3>Delete</H3>
9647 The Delete command deletes the currently highlighted role.
9649 <H3>Change</H3>
9651 The Change command lets you edit the nickname, Uses, Pattern,
9652 and Actions of the currently highlighted role.
9654 <H3>Shuffle</H3>
9656 The Shuffle command allows you to change the order of the roles.
9657 You may move the currently highlighted role up or down in the list.
9658 The order of the roles is important since the roles are tested for a
9659 match starting with the first role and continuing until a match is found.
9660 You should place the roles with more specific Patterns near the beginning
9661 of the list, and those with more general Patterns near the end so that
9662 the more specific matches will happen when appropriate.
9664 <H3>Replicate</H3>
9666 The Replicate command is used to copy an existing role and modify it.
9667 The new role will be added after the highlighted role.
9669 <H3>IncludeFile</H3>
9671 The IncludeFile command allows you to add a roles file to your configuration.
9672 Usually, your roles will be contained in your Alpine configuration file.
9673 If you wish, some or all of your roles may be stored in a separate file.
9674 If a roles file already exists (maybe it was made by somebody else using
9675 Alpine), you may insert it before the currently highlighted role.
9676 You may also insert an empty file or a file that does not yet exist.
9677 Once you have an empty roles file in your configuration, you may use
9678 the Shuffle command to move roles into it.
9679 In fact, that's the only way to get the initial role into the file.
9681 <H3>eXcludeFile</H3>
9683 The eXcludeFile command removes a roles file from your roles configuration.
9684 A limitation of the program is that in order to exclude a roles file
9685 that file must have at least one role
9686 in it, otherwise you won't be able to highlight a line in the file.
9687 So you may have to add a dummy role to the file in order to exclude the file.
9688 <P><UL>
9689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9690 </UL>
9692 &lt;End of help on this topic&gt;
9693 </BODY>
9694 </HTML>
9695 ===== h_rules_other =====
9696 <HTML>
9697 <HEAD>
9698 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9699 </HEAD>
9700 <BODY>
9701 <H1>SETUP OTHER RULES SCREEN</H1>
9702 <H2>SETUP OTHER RULES COMMANDS</H2>
9703 <!--chtml if pinemode="function_key"-->
9704 <PRE>
9705 Available  Commands -- Group 1         Available Commands -- Group 2   
9706 -------------------------------        ------------------------------  
9707 F1  Show Help Text                      F1  Show Help Text             
9708 F2  See commands in next group          F2  See commands in next group
9709 F3  Back to MAIN Alpine menu
9710 F4  Change configuration for rule
9711 F5  Move to previous rule               F5  Include file in rule config
9712 F6  Move to next rule                   F6  Exclude file from config
9713 F7  Previous page of rules
9714 F8  Next page of rules
9715 F9  Add new rule                        F9  Replicate existing rule
9716 F10 Delete existing rule
9717 F11 Shuffle the order of rules
9718 F12 Whereis (search rule nicknames)
9719 </PRE>
9720 <!--chtml else-->
9721 <PRE>
9722 Navigation                     General Alpine Commands
9723 -------------------------      -----------------------
9724  P  Prev rule                     ?  Display this help text
9725  N  Next rule                     E  Back to MAIN Alpine menu
9726  -  Previous page
9727 Spc (space bar) Next page
9728  W  WhereIs (search for word in rule nicknames)
9730 Setup Other Rules Commands
9731 ------------------------------------------------
9732  A  Add new rule                  $  Shuffle the order of rules
9733  D  Delete existing rule          C  Change configuration for highlighted rule
9734  R  Replicate existing rule
9735  I  Include file in rule config   X  Exclude file from rule config
9736 </PRE>
9737 <!--chtml endif-->
9739 <H2>Description of the Setup Other Rules Screen</H2>
9741 This is where you may set various actions that do not fit well into the
9742 other Rules categories.
9744 <H2>Patterns</H2>
9746 Other Rules are a little different from the rest of the Rules because
9747 they depend only on the current folder, and not on a particular message.
9748 In order to determine whether or not a rule's actions should be applied
9749 the current folder is compared with the rule's Pattern, which consists
9750 of only the Current Folder Type.
9751 Current Folder Type works the same for Other Rules as it does for Roles,
9752 Filtering, Index Coloring, and Scoring.
9753 Keep in mind that the only part of the Pattern that applies to Other
9754 Rules is the Current Folder Type when looking at the description of
9755 Patterns given
9756 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9758 <H2>The Actions</H2>
9760 <H3>Set Sort Order</H3>
9762 When you enter a new folder, these rules will be checked to see if you
9763 have set a sort order that is different from your default sort order.
9764 The default is set in the Setup/Config screen with
9765 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9766 If the Sort Order action is set, then the folder will be displayed sorted in
9767 that sort order instead of in the default order.
9769 A possible point of confusion arises when you change the configuration
9770 of the Sort Order for the currently open folder.
9771 The folder will normally be re-sorted when you go back to viewing the
9772 index.
9773 However, if you have manually sorted the folder with the
9774 Sort
9775 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9776 command, then it will not be re-sorted until the next time it is opened.
9778 <H3>Set Index Format</H3>
9780 When you enter a new folder, these rules will be checked to see if you
9781 have set an Index Format that is different from your default Index Format,
9782 which is set with the
9783 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9784 If so, the index will be displayed with this format instead of the default.
9786 <H3>Set Startup Rule</H3>
9788 When you enter a new folder, these rules will be checked to see if you
9789 have set a startup rule that is different from the default startup rule.
9790 The default for incoming folders is set in the Setup/Config screen with
9791 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9792 The default for folders other than INBOX that are not part of your
9793 incoming collection
9794 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9795 is to start with the last message in the folder.
9796 If the Startup Rule is set to something other than &quot;default&quot;,
9797 then the rule will determine which message will be the current message when
9798 the folder is first opened.
9800 The various startup rule possibilities work the same here as they do in
9801 the incoming collection, so check
9802 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9803 for more help.
9805 <H2>Command Descriptions</H2>
9807 <H3>Add</H3>
9809 The Add command is used to add a new rule definition to your set of
9810 rules.
9811 The new rule will be added after the highlighted rule.
9813 <H3>Delete</H3>
9815 The Delete command deletes the currently highlighted rule.
9817 <H3>Change</H3>
9819 The Change command lets you edit the nickname, Pattern,
9820 and Action of the currently highlighted rule.
9822 <H3>Shuffle</H3>
9824 The Shuffle command allows you to change the order of the rules.
9825 You may move the currently highlighted rule up or down in the list.
9826 The order of the rules is important since the rules are tested for a
9827 match starting with the first rule and continuing until a match is found.
9828 You should place the rules with more specific Patterns near the beginning
9829 of the list, and those with more general Patterns near the end so that
9830 the more specific matches will happen when appropriate.
9832 <H3>Replicate</H3>
9834 The Replicate command is used to copy an existing rule definition and modify it.
9835 The new rule will be added after the highlighted rule.
9837 <H3>IncludeFile</H3>
9839 The IncludeFile command allows you to add a rules file to your configuration.
9840 Usually, your rules will be contained in your Alpine configuration file.
9841 If you wish, some or all of your rules may be stored in a separate file.
9842 If a rules file already exists (maybe it was made by somebody else using
9843 Alpine), you may insert it before the currently highlighted rule.
9844 You may also insert an empty file or a file that does not yet exist.
9845 Once you have an empty rules file in your configuration, you may use
9846 the Shuffle command to move rules into it.
9847 In fact, that's the only way to get the initial rule into the file.
9849 <H3>eXcludeFile</H3>
9851 The eXcludeFile command removes a rules file from your rules configuration.
9852 A limitation of the program is that in order to exclude a rules file
9853 that file must have at least one rule
9854 in it, otherwise you won't be able to highlight a line in the file.
9855 So you may have to add a dummy rule to the file in order to exclude the file.
9856 <P><UL>
9857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9858 </UL>
9860 &lt;End of help on this topic&gt;
9861 </BODY>
9862 </HTML>
9863 ===== h_rules_srch =====
9864 <HTML>
9865 <HEAD>
9866 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9867 </HEAD>
9868 <BODY>
9869 <H1>SETUP SEARCH RULES SCREEN</H1>
9870 <H2>SETUP SEARCH RULES COMMANDS</H2>
9871 <!--chtml if pinemode="function_key"-->
9872 <PRE>
9873 Available  Commands -- Group 1         Available Commands -- Group 2   
9874 -------------------------------        ------------------------------  
9875 F1  Show Help Text                      F1  Show Help Text             
9876 F2  See commands in next group          F2  See commands in next group
9877 F3  Back to MAIN Alpine menu
9878 F4  Change configuration for rule
9879 F5  Move to previous rule               F5  Include file in rule config
9880 F6  Move to next rule                   F6  Exclude file from config
9881 F7  Previous page of rules
9882 F8  Next page of rules
9883 F9  Add new rule                        F9  Replicate existing rule
9884 F10 Delete existing rule
9885 F11 Shuffle the order of rules
9886 F12 Whereis (search rule nicknames)
9887 </PRE>
9888 <!--chtml else-->
9889 <PRE>
9890 Navigation                     General Alpine Commands
9891 -------------------------      -----------------------
9892  P  Prev rule                     ?  Display this help text
9893  N  Next rule                     E  Back to MAIN Alpine menu
9894  -  Previous page
9895 Spc (space bar) Next page
9896  W  WhereIs (search for word in rule nicknames)
9898 Setup Search Rules Commands
9899 ------------------------------------------------
9900  A  Add new rule                  $  Shuffle the order of rules
9901  D  Delete existing rule          C  Change configuration for highlighted rule
9902  R  Replicate existing rule
9903  I  Include file in rule config   X  Exclude file from rule config
9904 </PRE>
9905 <!--chtml endif-->
9907 <H2>Description of the Setup Search Rules Screen</H2>
9909 One of the commands that becomes available when that feature is turned on
9910 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9911 screen to select a set of messages.
9912 One way of selecting messages is to use a Rule.
9913 All of the messages that match (or don't match if you wish)
9914 a Rule's Pattern will be selected.
9916 Any of your Rules may be used for this purpose.
9917 You might already have Rules set up for filtering, index line color, scores, or roles;
9918 and you may use any of those Rules with the Select command.
9919 However, you might find it more convenient to set up a separate set of Rules
9920 just for this purpose without having to worry about what other effects
9921 they may cause.
9922 That is the purpose of these Select Rules.
9925 Each rule has a &quot;Pattern&quot;
9926 that is used to decide which messages are selected when you use it with
9927 the Select command.
9929 <H2>Patterns</H2>
9931 In order to determine whether or not a message should be selected
9932 the message is compared with the rule's Pattern.
9933 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9934 Scoring, Other Rules, and Search Rules, so are described in only one place,
9935 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9937 <H2>Command Descriptions</H2>
9939 <H3>Add</H3>
9941 The Add command is used to add a new rule definition to your set of
9942 rules.
9943 The new rule will be added after the highlighted rule.
9945 <H3>Delete</H3>
9947 The Delete command deletes the currently highlighted rule.
9949 <H3>Change</H3>
9951 The Change command lets you edit the nickname and Pattern
9952 of the currently highlighted rule.
9954 <H3>Shuffle</H3>
9956 The Shuffle command allows you to change the order of the rules.
9957 This affects only the order they are presented in when you use the
9958 ^T subcommand of the Select by Rule command.
9959 You may move the currently highlighted rule up or down in the list.
9961 <H3>Replicate</H3>
9963 The Replicate command is used to copy an existing rule definition and modify it.
9964 The new rule will be added after the highlighted rule.
9966 <H3>IncludeFile</H3>
9968 The IncludeFile command allows you to add a rules file to your configuration.
9969 Usually, your rules will be contained in your Alpine configuration file.
9970 If you wish, some or all of your rules may be stored in a separate file.
9971 If a rules file already exists (maybe it was made by somebody else using
9972 Alpine), you may insert it before the currently highlighted rule.
9973 You may also insert an empty file or a file that does not yet exist.
9974 Once you have an empty rules file in your configuration, you may use
9975 the Shuffle command to move rules into it.
9976 In fact, that's the only way to get the initial rule into the file.
9978 <H3>eXcludeFile</H3>
9980 The eXcludeFile command removes a rules file from your rules configuration.
9981 A limitation of the program is that in order to exclude a rules file
9982 that file must have at least one rule
9983 in it, otherwise you won't be able to highlight a line in the file.
9984 So you may have to add a dummy rule to the file in order to exclude the file.
9985 <P><UL>
9986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9987 </UL>
9989 &lt;End of help on this topic&gt;
9990 </BODY>
9991 </HTML>
9992 ===== h_rules_incols =====
9993 <HTML>
9994 <HEAD>
9995 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9996 </HEAD>
9997 <BODY>
9998 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9999 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10000 <!--chtml if pinemode="function_key"-->
10001 <PRE>
10002 Available  Commands -- Group 1         Available Commands -- Group 2   
10003 -------------------------------        ------------------------------  
10004 F1  Show Help Text                      F1  Show Help Text             
10005 F2  See commands in next group          F2  See commands in next group
10006 F3  Back to MAIN Alpine menu
10007 F4  Change configuration for rule
10008 F5  Move to previous rule               F5  Include file in rule config
10009 F6  Move to next rule                   F6  Exclude file from config
10010 F7  Previous page of rules
10011 F8  Next page of rules
10012 F9  Add new rule                        F9  Replicate existing rule
10013 F10 Delete existing rule
10014 F11 Shuffle the order of rules
10015 F12 Whereis (search rule nicknames)
10016 </PRE>
10017 <!--chtml else-->
10018 <PRE>
10019 Navigation                     General Alpine Commands
10020 -------------------------      -----------------------
10021  P  Prev rule                     ?  Display this help text
10022  N  Next rule                     E  Back to MAIN Alpine menu
10023  -  Previous page
10024 Spc (space bar) Next page
10025  W  WhereIs (search for word in rule nicknames)
10027 Setup Index Color Commands
10028 ------------------------------------------------
10029  A  Add new rule                  $  Shuffle the order of rules
10030  D  Delete existing rule          C  Change configuration for highlighted rule
10031  R  Replicate existing rule
10032  I  Include file in rule config   X  Exclude file from rule config
10033 </PRE>
10034 <!--chtml endif-->
10036 <H2>Description of the Setup Index Line Colors Screen</H2>
10038 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10039 This action is only available if your terminal is capable of displaying
10040 color and color display has been enabled with the
10041 <A HREF="h_config_color_style">Color Style</A> option within the
10042 Setup Color screen.
10043 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10044 This screen lets you add, delete, modify, or change the order of the rules
10045 that cause the lines in the MESSAGE INDEX to be displayed in different
10046 colors.
10048 Each rule has a &quot;Pattern&quot;,
10049 which is used to decide which of the rules is used; and the color that
10050 is used if the Pattern matches a particular message.
10052 <H2>Index Color Patterns</H2>
10054 In order to determine whether or not a message matches an Index Color Rule
10055 the message is compared with the rule's Pattern.
10056 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10057 Scoring, Other Rules, and Search Rules, so are described in only one place,
10058 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10061 If none of the Index Color rules is a match for a particular index line,
10062 then the color used is set using
10063 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10065 <H2>Index Line Color</H2>
10067 This is the color that index lines are colored when there is a matching
10068 Pattern.
10069 This colors the whole index line, except possibly the status letters,
10070 which may be colored separately using
10071 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10073 <H2>Command Descriptions</H2>
10075 <H3>Add</H3>
10077 The Add command is used to add a new rule definition to your set of
10078 rules.
10079 The new rule will be added after the highlighted rule.
10081 <H3>Delete</H3>
10083 The Delete command deletes the currently highlighted rule.
10085 <H3>Change</H3>
10087 The Change command lets you edit the nickname, Pattern,
10088 and Index Line Color of the currently highlighted rule.
10090 <H3>Shuffle</H3>
10092 The Shuffle command allows you to change the order of the rules.
10093 You may move the currently highlighted rule up or down in the list.
10094 The order of the rules is important since the rules are tested for a
10095 match starting with the first rule and continuing until a match is found.
10096 You should place the rules with more specific Patterns near the beginning
10097 of the list, and those with more general Patterns near the end so that
10098 the more specific matches will happen when appropriate.
10100 <H3>Replicate</H3>
10102 The Replicate command is used to copy an existing rule definition and modify it.
10103 The new rule will be added after the highlighted rule.
10105 <H3>IncludeFile</H3>
10107 The IncludeFile command allows you to add a rules file to your configuration.
10108 Usually, your rules will be contained in your Alpine configuration file.
10109 If you wish, some or all of your rules may be stored in a separate file.
10110 If a rules file already exists (maybe it was made by somebody else using
10111 Alpine), you may insert it before the currently highlighted rule.
10112 You may also insert an empty file or a file that does not yet exist.
10113 Once you have an empty rules file in your configuration, you may use
10114 the Shuffle command to move rules into it.
10115 In fact, that's the only way to get the initial rule into the file.
10117 <H3>eXcludeFile</H3>
10119 The eXcludeFile command removes a rules file from your rules configuration.
10120 A limitation of the program is that in order to exclude a rules file
10121 that file must have at least one rule
10122 in it, otherwise you won't be able to highlight a line in the file.
10123 So you may have to add a dummy rule to the file in order to exclude the file.
10124 <P><UL>
10125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10126 </UL>
10128 &lt;End of help on this topic&gt;
10129 </BODY>
10130 </HTML>
10131 ===== h_rules_filter =====
10132 <HTML>
10133 <HEAD>
10134 <TITLE>SETUP FILTERING SCREEN</TITLE>
10135 </HEAD>
10136 <BODY>
10137 <H1>SETUP FILTERING SCREEN</H1>
10138 <H2>SETUP FILTERING COMMANDS</H2>
10139 <!--chtml if pinemode="function_key"-->
10140 <PRE>
10141 Available  Commands -- Group 1         Available Commands -- Group 2   
10142 -------------------------------        ------------------------------  
10143 F1  Show Help Text                      F1  Show Help Text             
10144 F2  See commands in next group          F2  See commands in next group
10145 F3  Back to MAIN Alpine menu
10146 F4  Change configuration for filter
10147 F5  Move to previous filter             F5  Include file in filter config
10148 F6  Move to next filter                 F6  Exclude file from config
10149 F7  Previous page of filters
10150 F8  Next page of filters
10151 F9  Add new filter                      F9  Replicate existing filter
10152 F10 Delete existing filter
10153 F11 Shuffle the order of filters
10154 F12 Whereis (search filter nicknames)
10155 </PRE>
10156 <!--chtml else-->
10157 <PRE>
10158 Navigation                     General Alpine Commands
10159 -------------------------      -----------------------
10160  P  Prev Filter                   ?  Display this help text
10161  N  Next Filter                   E  Back to MAIN Alpine menu
10162  -  Previous page
10163 Spc (space bar) Next page
10164  W  WhereIs (search for word in filter nicknames)
10166 Setup Filters Commands
10167 ------------------------------------------------
10168  A  Add new filter                $  Shuffle the order of filters
10169  D  Delete existing filter        C  Change configuration for highlighted filter
10170  R  Replicate existing filter
10171  I  Include file in filter config X  Exclude file from filter config
10172 </PRE>
10173 <!--chtml endif-->
10175 <H2>Description of the Setup Filtering Screen</H2>
10177 This screen lets you add, delete, modify, or change the order of the rules
10178 that determine the filtering Alpine does on folders you view.
10180 The software that actually delivers mail (the stuff that happens
10181 before Alpine is involved) for you is in a better position to do mail filtering
10182 than Alpine itself.
10183 If possible, you may want to look into using that sort of mail filtering to
10184 deliver mail to different folders, delete it, or forward it.
10185 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10187 Filtering is a way to automatically move certain messages from one folder
10188 to another or to delete messages.
10189 It can also be used to set message status (Important, Deleted, New,
10190 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10191 Alpine doesn't have the ability to forward mail to another address or
10192 to deliver vacation messages.
10194 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10195 When a folder is opened, when new mail arrives in an open folder, or
10196 when mail is Expunged from a folder; each
10197 message is compared with the Patterns of your filtering rules.
10198 The comparisons start with the first rule and keep going until there
10199 is a match.
10200 If a match is found, the message may be deleted or moved, depending on
10201 the setting of the Filter Action.
10202 If the message is not deleted, it may have its status altered.
10205 <EM>NOTE:</EM>
10206 When setting up a Pattern used to delete messages,
10207 it is recommended that you test the Pattern first with a &quot;Move&quot;
10208 folder specified in
10209 case unintended matches occur.  Messages that are deleted will be removed 
10210 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10211 next Expunge command or once the folder being filtered has been closed.
10213 <H2>Filter Patterns</H2>
10215 In order to determine whether or not a message matches a filter the message is
10216 compared with the Filter's Pattern.
10217 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10218 Scoring, Other Rules, and Search Rules, so are described in only one place,
10219 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10221 Since filtering is a potentially destructive action, if you have a filtering
10222 Pattern with nothing other than Current Folder Type set, that filtering
10223 rule is ignored.
10225 <H2>Filter Actions</H2>
10227 Once a filter match is found for a particular message, there are some actions
10228 that may be taken.
10229 First, the message may have its status changed.
10230 This is the same message status that you can manipulate manually using the
10231 <a href="h_common_flag">Flag Command</a>.
10232 There are always four elements of message status that you can control.
10233 You can set or clear the Important status, the New status, the Deleted
10234 status, and the Answered status.
10235 Of course, if the filter is going to delete the message,
10236 then there is no point in setting message status.
10237 You may also be able to set user-defined keywords for a message.
10238 Read a little about keywords in the help text for the
10239 <A HREF="h_common_flag">Flag</A> command.
10241 Second, the filter may delete or move the message.
10242 Deleting the message marks it Deleted and removes it from view.
10243 It is effectively gone forever (though it technically is still there until
10244 the next expunge command, which may happen implicitly).
10245 Moving the message moves it from the open folder into the folder
10246 listed on the &quot;Folder List&quot; line of the filter configuration.
10247 If you list more than one folder name (separated by commas) then the message
10248 will be copied to each of those folders.
10249 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10250 message is removed from the current folder.
10251 If you just want to set the messages status without deleting it from
10252 the folder, then set the filter action to
10253 &quot;Just Set Message Status&quot;.
10255 (There is no way to do a Copy instead of a Move, due to the difficulties
10256 involved in keeping track of whether or not a message has
10257 already been copied.)
10259 <H2>Command Descriptions</H2>
10261 <H3>Add</H3>
10263 The Add command is used to add a new filter definition to your set of
10264 filters.
10265 The new filter will be added after the highlighted filter.
10267 <H3>Delete</H3>
10269 The Delete command deletes the currently highlighted filter.
10271 <H3>Change</H3>
10273 The Change command lets you edit the nickname, Pattern,
10274 and Folder of the currently highlighted filter.
10276 <H3>Shuffle</H3>
10278 The Shuffle command allows you to change the order of the filters.
10279 You may move the currently highlighted filter up or down in the list.
10280 The order of the filters is important since the filters are tested for a
10281 match starting with the first filter and continuing until a match is found.
10282 You should place the filters with more specific Patterns near the beginning
10283 of the list, and those with more general Patterns near the end so that
10284 the more specific matches will happen when appropriate.
10286 <H3>Replicate</H3>
10288 The Replicate command is used to copy an existing filter and modify it.
10289 The new filter will be added after the highlighted filter.
10291 <H3>IncludeFile</H3>
10293 The IncludeFile command allows you to add a filters file to your configuration.
10294 Usually, your filters will be contained in your Alpine configuration file.
10295 If you wish, some or all of your filters may be stored in a separate file.
10296 If a filters file already exists (maybe it was made by somebody else using
10297 Alpine), you may insert it before the currently highlighted filter.
10298 You may also insert an empty file or a file that does not yet exist.
10299 Once you have an empty filters file in your configuration, you may use
10300 the Shuffle command to move filters into it.
10301 In fact, that's the only way to get the initial filter into the file.
10303 <H3>eXcludeFile</H3>
10305 The eXcludeFile command removes a filters file from your filters configuration.
10306 A limitation of the program is that in order to exclude a filters file
10307 that file must have at least one filter
10308 in it, otherwise you won't be able to highlight a line in the file.
10309 So you may have to add a dummy filter to the file in order to exclude the file.
10310 <P><UL>
10311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10312 </UL>
10314 <H3>Performance Considerations</H3>
10315 The number and type of patterns being tested can 
10316 adversely effect performance.  Issues to be aware
10317 of include:
10319 <UL>
10320   <LI> The more filters you have defined the longer it will take to run down
10321 the list.  Deleting unused filters is a good idea.
10322   <LI> Filtering in newsgroups served by an NNTP server will be slow
10323 if your patterns include tests other than &quot;From:&quot;
10324 or &quot;Subject:&quot;.
10325 </UL>
10327 &lt;End of help on this topic&gt;
10328 </BODY>
10329 </HTML>
10330 ===== h_rules_score =====
10331 <HTML>
10332 <HEAD>
10333 <TITLE>SETUP SCORING SCREEN</TITLE>
10334 </HEAD>
10335 <BODY>
10336 <H1>SETUP SCORING SCREEN</H1>
10337 <H2>SETUP SCORING COMMANDS</H2>
10338 <!--chtml if pinemode="function_key"-->
10339 <PRE>
10340 Available  Commands -- Group 1         Available Commands -- Group 2   
10341 -------------------------------        ------------------------------  
10342 F1  Show Help Text                      F1  Show Help Text             
10343 F2  See commands in next group          F2  See commands in next group
10344 F3  Back to MAIN Alpine menu
10345 F4  Change configuration for rule
10346 F5  Move to previous rule               F5  Include file in rule config
10347 F6  Move to next rule                   F6  Exclude file from config
10348 F7  Previous page of rules
10349 F8  Next page of rules
10350 F9  Add new rule                        F9  Replicate existing rule
10351 F10 Delete existing rule
10352 F11 Shuffle the order of rules
10353 F12 Whereis (search rule nicknames)
10354 </PRE>
10355 <!--chtml else-->
10356 <PRE>
10357 Navigation                     General Alpine Commands
10358 -------------------------      -----------------------
10359  P  Prev rule                     ?  Display this help text
10360  N  Next rule                     E  Back to MAIN Alpine menu
10361  -  Previous page
10362 Spc (space bar) Next page
10363  W  WhereIs (search for word in rule nicknames)
10365 Setup Scoring Commands
10366 ------------------------------------------------
10367  A  Add new rule                  $  Shuffle the order of rules
10368  D  Delete existing rule          C  Change configuration for highlighted rule
10369  R  Replicate existing rule
10370  I  Include file in rule config   X  Exclude file from rule config
10371 </PRE>
10372 <!--chtml endif-->
10374 <H2>Description of the Setup Scoring Screen</H2>
10376 Most people will not use scores at all, but if you do use them, here's how
10377 they work in Alpine.
10378 Using this screen, you may define Scoring rules.
10379 The score for a message is calculated by looking at every Score rule defined
10380 and adding up the Score Values for the ones that match the message.
10381 If there are no matches for a message, it has a score of zero.
10382 Message scores may be used a couple of ways in Alpine.
10384 <H3>Sorting by Score</H3>
10386 One of the methods you may use to sort message indexes is to sort by
10387 score.
10388 The scores of all the messages in a folder will be calculated and then
10389 the index will be ordered by placing the messages in order of ascending or
10390 descending score.
10392 <H3>Scores for use in Patterns</H3>
10394 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10395 category labeled &quot;Score Interval&quot;.
10396 When a message is being compared with a Pattern to check for a match, if
10397 the Score Interval is set only messages that have a score somewhere in
10398 the interval are a match.
10400 <H2>Scoring Rule Patterns</H2>
10402 In order to determine whether or not a message matches a scoring rule
10403 the message is compared with the rule's Pattern.
10404 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10405 Scoring, Other Rules, and Search Rules, so are described in only one place,
10406 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10409 Actually, Scoring rule Patterns are slightly different from the other types of
10410 Patterns because Scoring rule Patterns don't contain a Score Interval.
10411 In other words, when calculating the score for a message, which is done
10412 by looking at the Scoring rule Patterns, scores aren't used.
10414 <H2>Score Value</H2>
10416 This is the value that will be added to the score for a message if the
10417 rule's Pattern is a match.
10418 Each individual Score Value is an integer between -100 and 100, and the
10419 values from matching rules are added together to get a message's score.
10420 There is also a way to extract the value from a particular header of each
10421 message. See the help text for Score Value for further information.
10423 <H2>Command Descriptions</H2>
10425 <H3>Add</H3>
10427 The Add command is used to add a new scoring rule definition.
10428 The new rule will be added after the highlighted rule.
10430 <H3>Delete</H3>
10432 The Delete command deletes the currently highlighted scoring rule.
10434 <H3>Change</H3>
10436 The Change command lets you edit the nickname, Pattern,
10437 and Score Value of the currently highlighted scoring rule.
10439 <H3>Shuffle</H3>
10441 The Shuffle command allows you to change the order of the scoring rules.
10442 You may move the currently highlighted rule up or down in the list.
10443 The order of the rules is important since the rules are tested for a
10444 match starting with the first rule and continuing until a match is found.
10445 You should place the rules with more specific Patterns near the beginning
10446 of the list, and those with more general Patterns near the end so that
10447 the more specific matches will happen when appropriate.
10449 <H3>Replicate</H3>
10451 The Replicate command is used to copy an existing rule and modify it.
10452 The new rule will be added after the highlighted rule.
10454 <H3>IncludeFile</H3>
10456 The IncludeFile command allows you to add a rules file to your configuration.
10457 Usually, your rules will be contained in your Alpine configuration file.
10458 If you wish, some or all of your rules may be stored in a separate file.
10459 If a rules file already exists (maybe it was made by somebody else using
10460 Alpine), you may insert it before the currently highlighted rule.
10461 You may also insert an empty file or a file that does not yet exist.
10462 Once you have an empty rules file in your configuration, you may use
10463 the Shuffle command to move rules into it.
10464 In fact, that's the only way to get the initial rule into the file.
10466 <H3>eXcludeFile</H3>
10468 The eXcludeFile command removes a rules file from your rules configuration.
10469 A limitation of the program is that in order to exclude a rules file
10470 that file must have at least one rule
10471 in it, otherwise you won't be able to highlight a line in the file.
10472 So you may have to add a dummy rule to the file in order to exclude the file.
10473 <P><UL>
10474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10475 </UL>
10477 &lt;End of help on this topic&gt;
10478 </BODY>
10479 </HTML>
10480 ===== h_direct_config =====
10481 <HTML>
10482 <HEAD>
10483 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10484 </HEAD>
10485 <BODY>
10486 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10487 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10488 <!--chtml if pinemode="function_key"-->
10489 <PRE>
10490 Available  Commands                        
10491 -------------------------------            
10492 F1  Show Help Text                         
10493 F3  Back to MAIN Alpine menu                 
10494 F4  Change configuration for directory server  
10495 F5  Move to previous directory server          
10496 F6  Move to next directory server              
10497 F7  Previous page of directory servers         
10498 F8  Next page of directory servers
10499 F9  Add new directory server
10500 F10 Delete existing directory server
10501 F11 Shuffle the order of directory servers
10502 F12 Whereis (search directory server titles)   
10503 </PRE>
10504 <!--chtml else-->
10505 <PRE>
10506 Navigation                     General Alpine Commands
10507 -------------------------      -----------------------
10508  P  Prev Directory Server         ?  Display this help text
10509  N  Next Directory Server         E  Back to MAIN Alpine menu
10510  -  Previous page
10511 Spc (space bar) Next page
10512  W  WhereIs (search for word in directory server titles)
10514 Setup LDAP Directory Server Commands
10515 ------------------------------------------------
10516  A  Add new directory server      $  Shuffle the order of directory servers
10517  D  Delete existing dir server    C  Change configuration for highlighted server
10518 </PRE>
10519 <!--chtml endif-->
10521 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10523 This screen lets you add, delete, modify, or change the order of your
10524 directory servers. You may also set some optional behavior for each server.
10525 The &quot;Add Dir&quot; command brings up a blank form to 
10526 fill in. You will have to supply at least the name of the LDAP server.
10527 You will often have to supply a search base to be used with that server,
10528 as well. Once the form has been brought up on your screen, there is help
10529 available for each of the options you may set.
10531 The &quot;Del Dir&quot; command allows you to remove a directory server
10532 from your configuration.
10534 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10535 The difference is that instead of bringing up a form for a new server
10536 configuration, you are changing the configuration of an existing entry.
10537 For example, you might want to correct a typing error, change a
10538 nickname, or change one of the options set for that server.
10540 The &quot;Shuffle&quot; command is used to change the order of directory
10541 servers.
10542 <P><UL>
10543 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10544 </UL>
10546 &lt;End of help on this topic&gt;
10547 </BODY>
10548 </HTML>
10549 ============= h_address_display ========================
10550 <HTML>
10551 <HEAD>
10552 <TITLE>SEARCH RESULTS INDEX</TITLE>
10553 </HEAD>
10554 <BODY>
10555 <H1>SEARCH RESULTS INDEX</H1>
10556 This screen shows the results, if any, of your Directory Server search.  
10557 Commands (besides those for screen navigation) are:
10558 <DL>
10559 <DT>View
10560 <!--chtml if pinemode="function_key"-->
10561 (F4)
10562 <!--chtml else-->
10564 <!--chtml endif-->
10565 </DT>
10566 <DD>See the full information for the selected entry.
10568 <DT>Compose
10569 <!--chtml if pinemode="function_key"-->
10570 (F9)
10571 <!--chtml else-->
10573 <!--chtml endif--></DT>
10574 <DD>Compose a message with the selected entry as the recipient.
10576 <DT>Role
10577 <!--chtml if pinemode="function_key"-->
10578 (F2)
10579 <!--chtml else-->
10581 <!--chtml endif--></DT>
10582 <DD>Compose a message with the selected entry as the recipient. This differs
10583 from Compose in that you may select a role before beginning your composition.
10585 <DT>Forward
10586 <!--chtml if pinemode="function_key"-->
10587 (F10)
10588 <!--chtml else-->
10590 <!--chtml endif--></DT>
10591 <DD>Send the full information for the selected entry as an 
10592 email message to someone else.
10594 <DT>Save
10595 <!--chtml if pinemode="function_key"-->
10596 (F11)
10597 <!--chtml else-->
10599 <!--chtml endif-->
10600 </DT>
10601 <DD>Save to your address book:
10602 <UL>
10603 <LI>the result of the search (as just found through your query) for the 
10604 selected entry; or 
10605 <LI>the selected entry for repeated Directory Server searching when used 
10606 in the future.
10607 </UL>
10608 or<BR>
10609 Export to a file (external to Alpine):
10610 <UL>
10611 <LI>the full information for the selected entry; or
10612 <LI>the email address from the selected entry; or
10613 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10614 </UL>
10615 <DT>WhereIs
10616 <!--chtml if pinemode="function_key"-->
10617 (F12)
10618 <!--chtml else-->
10620 <!--chtml endif-->
10621 </DT>
10622 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10623 displayed text, not the full records for each entry.)  
10624 </DL>
10625 &lt;End of help on this topic&gt;
10626 </BODY>
10627 </HTML>
10628 ============= h_address_select ========================
10629 <HTML>
10630 <HEAD>
10631 <TITLE>SEARCH RESULTS INDEX</TITLE>
10632 </HEAD>
10633 <BODY>
10634 <H1>SEARCH RESULTS INDEX</H1>
10635 This screen shows the results, if any, of your Directory Server search.  
10636 Commands (besides those for screen navigation) are:
10637 <DL>
10638 <DT>Select
10639 </DT>
10640 <DD>Select this entry for use.
10642 <DT>ExitSelect
10643 <DD>Exit without selecting any of the entries.
10645 <DT>WhereIs
10646 </DT>
10647 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10648 displayed text, not the full records for each entry.)  
10649 </DL>
10650 &lt;End of help on this topic&gt;
10651 </BODY>
10652 </HTML>
10653 ===== h_folder_maint =====
10654 <HTML>
10655 <HEAD>
10656 <TITLE>Help for Folder List</TITLE>
10657 </HEAD>
10658 <BODY>
10659 <H1>FOLDER LIST COMMANDS</H1>
10660 <!--chtml if pinemode="function_key"-->
10661 <PRE>
10662 Available Commands -- Group 1        Available Commands -- Group 2
10663 -------------------------------      ------------------------------
10664 F1  Show Help Text                    F1  Show Help Text               
10665 F2  See commands in next group        F2  See commands in next group  
10666 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10667 F4  Select folder and view it         F4  MAIN MENU Screen
10668 F5  Move to previous folder
10669 F6  Move to next folder               F6  Specify a folder to go to
10670 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10671 F8  Show next screen of listing       F8  Compose a message
10672 F9  Add a new folder                  F9  Print folder listing
10673 F10 Delete selected folder
10674 F11 Rename selected folder
10675 F12 Whereis (search folder names)
10677 Available Commands -- Group 3
10678 F1  Show Help Text
10679 F2  See commands in next group
10680 F5  Go to next new message
10681     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10682 F8  Compose a message using roles
10683 F9  Export folder to a file
10684 F10 Import the file back to a folder
10685 </PRE>
10686 <!--chtml else-->
10687 <PRE>
10688 Navigating the Folder Screen            Operations on the Selected Folder
10689 ----------------------------            ---------------------------------
10690  P   Move to previous folder              V  View Index of selected folder
10691  N   Move to next folder                  D  Delete
10692  -   Show previous page of listing        R  Rename
10693 Spc  (space bar) Show next page           E  Export to file
10694                                           U  Import from file to folder
10696 FOLDER LIST Screen Commands              General Alpine Command
10697 ---------------------------              -----------------------
10698  A  Add a folder                          O  Show all other available commands
10699  G  Specify a folder to go to             ?  Show Help text
10700  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10701  W  Whereis (search folder names)         Q  Quit Alpine
10702  %  Print folder listing                  C  Compose a message
10703                                           #  Compose a message using roles
10704 </PRE>
10705 <!--chtml endif-->
10707 These commands are only available in the FOLDER LIST screen when the 
10708 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10709 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10710 <DT>Select:</DT>
10711 <DD>Select folders by certain criteria:<UL>
10712 <LI>All: of limited use, since there is no Apply command.
10713 <LI>by Property: <UL>
10714         <LI>folder contains messages not yet seen 
10715         <LI>folder contains new messages
10716         <LI>folder contains exactly as many, more, or fewer messages 
10717 than a given number
10718         </UL>
10719 <LI>by Text: <UL>
10720         <LI>contained in name of folder (Name Select)
10721         <LI>contained in messages in folder (Content Select)
10722         </UL>
10723 </UL></DD>
10725 <DT>Select current:</DT>
10726 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10727 add one or more folders to a set created with the Select command described 
10728 above.)</DD>
10729 <DT>Zoom mode:</DT>
10730 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10731 </DL>
10733 If the feature
10734 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10735 is set then the TAB key will display the number of recent messages and
10736 the total number of messages in the highlighted folder.
10738 The &quot;Export&quot; command causes the lowest common denominator style
10739 mailbox to be written to a file.
10740 If the file already exists, you are asked if you want to delete it.
10741 If you say No, then the operation is aborted.
10742 Export might be a reasonable way to store a backup or an archival copy of
10743 a folder.
10744 The exported-to file is a local file on the system where you are running Alpine.
10745 The &quot;Import&quot; command is the opposite of the Export command.
10746 It reads a file created by Export and asks where it should save it in your
10747 folders.
10748 This could be a new folder or an existing folder.
10749 If the folder already exists, the messages from the exported file will be
10750 appended to the folder.
10752 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10754 The purpose of the FOLDER LIST screen is to help you browse and manage
10755 the folders and directories (also known as &quot;hierarchy&quot;)
10756 contained within a collection.
10759 Folders and directories are arranged alphabetically across lines of
10760 the screen.  Directories, if present, are denoted by a special
10761 character at the end of the name known as the hierarchy delimiter
10762 (typically, &quot;/&quot;).  By default, folders and directories are
10763 mixed together.  The
10764 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10765 configuration option can be used to group directories toward the 
10766 beginning or end of the list.
10769 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10770 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10771 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10772 selected item.  Folder and directory management is provided via the
10773 Rename, Delete and Add commands.
10775 <P><CENTER>About Folders</CENTER>
10776 What are Folders?<P>
10778 Folders are simply files where messages are kept.  Every message has to be
10779 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10780 folder for sent mail and a folder for saved messages.<P>
10782 You may create as many other folders as you wish.  They must be given
10783 names that can be filenames on the filesystem.  
10786 You can move messages from one folder to another by opening the original
10787 folder and saving messages into the other folder just as you can save
10788 message from your INBOX to any other folder.<P>
10790 Folders are typically just files in the filesystem.  However, the files
10791 that are
10792 folders have some special formatting in them (so that Alpine knows where one
10793 message ends and another begins) and should <EM>not</EM> be edited outside of
10794 Alpine.  If you want copies of your messages in text files that you can edit
10795 or otherwise manipulate, use the Export command to copy them from Alpine into
10796 your regular file area.
10799 FOR MORE INFORMATION: See the section on
10800 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10802 <CENTER>About Directories</CENTER>
10804 A directory is simply a container used to group folders within a
10805 folder list.  You can create as many directories as you like.  And 
10806 directories can even contain directories themselves.
10809 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10810 to note that not all IMAP servers support directories.  If you find that
10811 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10812 then it's likely that directories are not supported by the server serving
10813 in that collection.
10816 Similarly, servers that do provide for directories may not do so in
10817 the same way.  On some servers, for example, each folder name you
10818 create is at the same time capable of being a directory.  When this
10819 happens, Alpine will display both the folder name and the name of the
10820 directory (with trailing hierarchy delimiter) in the folder list.
10823 Another issue with IMAP access, though with a much smaller set of servers,
10824 is that not all servers accept the request to list out the available
10825 folders and directories in the same way.  If you find yourself having
10826 trouble viewing folders on your server, you might investigate the
10827 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10828 feature.
10830 <UL>
10831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10832 </UL>
10834 &lt;End of help on this topic&gt;
10835 </BODY>
10836 </HTML>
10837 ========= h_valid_folder_names ========
10838 <HTML>
10839 <HEAD>
10840 <TITLE>Explanation of Valid Folder Names</TITLE>
10841 </HEAD>
10842 <BODY>
10843 <H1>Folder Name Syntax Explained</H1>
10845 Once your folder collections are defined, you can usually refer to
10846 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10847 display.  However, understanding the complete syntax for folder names,
10848 both local and remote, is handy when using the Goto command and when
10849 you are adding new folder collections via the Setups/collectionList screen.
10851 An Alpine folder name looks like
10854 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10857 The square brackets ([]) mean that the part is optional.
10860 If there is no remote-specification, then the folder name is interpreted
10861 locally on the computer running Alpine.
10862 Local folder names depend on the operating system used by the computer 
10863 running Alpine, as well as the configuration of that system.  For example,
10864 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10865 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10866 system running Unix.
10869 Alpine users have the option of using folders that are stored on some other
10870 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10871 Access Protocol), or in the case of news, via NNTP (the Network News
10872 Transport Protocol).  To be able to access remote folders in Alpine, the
10873 remote host must be running the appropriate server software (imapd or
10874 nntpd) and you must correctly specify the name of the folder to Alpine,
10875 including the domain name of the remote machine. For example,
10877 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10879 could be a remote folder specification, and so could
10881 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10884 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10886 Note that in the case of remote folders, the directory/file path in the specification is 
10887 determined by the operating system of the remote computer, <B>not</B> by
10888 the operating system of the computer on which you are running Alpine.
10890 As you can tell, the name of the computer is in &#123;} brackets
10891 followed immediately by the name of the folder.  (In each of these cases the
10892 optional namespace is missing.)  If, as in these
10893 examples, there is no remote access protocol specified, then IMAP is
10894 assumed.  Check
10895 <A HREF="h_folder_server_syntax">here</A>
10896 for a more detailed look at what options can be placed between the brackets.
10897 If there are no brackets at all, then the folder name is interpreted locally
10898 on the computer on which you are running Alpine.
10901 To the right of the brackets when a server name is present, or at the
10902 start of the foldername if no server is present, the sharp sign,
10903 &quot;#&quot;, holds special meaning.  It indicates a folder name
10904 outside the area reserved for your personal folders.  In fact, it's
10905 used to indicate both the name of the folder, and a special phrase
10906 telling Alpine how to interpret the name that follows.
10909 So, for example, Alpine can be used to access a newsgroup that might be 
10910 available on your computer using:
10912 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10914 The sharp sign indicates the folder name is outside your personal
10915 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10916 interpret the remainder of the name as a newsgroup.
10919 Similarly, to access a newsgroup on your IMAP server, you might
10920 use something like:
10922 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10925 There are a number of such special phrases (or &quot;namespaces&quot;)
10926 available.  For a more detailed explanation read about
10927 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10930 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10931 names.  The name INBOX refers to your &quot;principal incoming
10932 message folder&quot; and will be mapped to the actual file name used for your
10933 INBOX on any given host.  Therefore, a name like
10934 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10935 store incoming mail for you on that particular host.
10938 &lt;End of help on this topic&gt;
10939 </BODY>
10940 </HTML>
10941 ======= h_folder_name_namespaces =======
10942 <HTML>
10943 <HEAD>
10944 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10945 </HEAD>
10946 <BODY>
10947 <H1>Folder Name Namespaces Explained</H1>
10949 An Alpine folder name looks like
10952 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10955 The local part of a folder name has an optional &quot;Namespace&quot; which
10956 tells Alpine how to interpret the rest of the name.
10958 <P> 
10959 By default the folder name is interpreted as defining a section of your personal
10960 folder area.  This area and how you specify it are defined by the
10961 server, if one is specified, or, typically, the home
10962 directory, if no server is defined.
10965 If a namespace is specified, it begins with the
10966 sharp, &quot;#&quot;, character followed by the name of the namespace
10967 and then the namespace's path-element-delimiter.  Aside from the
10968 path's format, namespaces can also imply access rights, content
10969 policy, audience, location, and, occasionally, access methods.
10972 Each server exports its own set (possibly of size one) of 
10973 namespaces.  Hence, it's likely communication with your server's
10974 administrator will be required for specific configurations.  Some of
10975 the more common namespaces, however, include:
10977 <DL>
10978 <DT>#news.</DT>
10979 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10980 names are hierarchically defined with each level delimited by a period.
10982 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10984 </DD>
10985 <DT>#public/</DT>
10986 <DD>This specifies a folder area that the server may export to the general
10987 public.
10988 </DD>
10989 <DT>#shared/</DT>
10990 <DD>This specifies a folder area that the server may export to groups
10991 of users.
10992 </DD>
10993 <DT>#ftp/</DT>
10994 <DD>This specifies a folder area that is the same as that it may have 
10995 exported via the &quot;File Transfer Protocol&quot;.
10996 </DD>
10997 <DT>#mh/</DT>
10998 <DD>This specifies the personal folder area associated with folders
10999 and directories that were created using the MH message handling system.
11000 </DD>
11001 <DT>#move/</DT>
11002 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11004 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11006 The #move namespace is followed by two folder names separated by a delimiter
11007 character.
11008 The delimiter character may be any character that does not appear in
11009 the MailDropFolder name.
11010 The meaning of #move is that mail will be copied from the MailDropFolder to
11011 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11012 Periodic checks at frequency
11013 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11014 time between checks set by
11015 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11016 are made for new mail arriving in the MailDropFolder.
11017 An example that copies mail from a POP inbox to a local folder follows
11019 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11021 To you it appears that mail is being delivered to the local folder when it
11022 is copied from the MailDropFolder, and you read mail from the local folder.
11024 Note that if the DestinationFolder does not exist then the messages are not
11025 copied from the MailDropFolder.
11026 A #move folder may only be used as an
11027 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11028 an Inbox.
11029 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11030 on the
11031 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11032 option)
11033 the Add command has a subcommand &quot;Use Mail Drop&quot;
11034 which may be helpful for defining the folder in your Alpine configuration.
11035 The same is true when you edit the
11036 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11037 option in Setup/Config.
11038 Each of these configuration methods will also create the DestinationFolder
11039 if it doesn't already exist.
11040 If you are having problems, make sure the DestinationFolder exists.
11041 You may find some more useful information about Mail Drops at
11042 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11043 </DD>
11044 </DL>
11047 In addition, the server may support access to other user's folders,
11048 provided you have suitable permissions.  Common methods use a prefix
11049 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11050 indicate the root of the other user's folder area.
11053 No, nothing's simple.
11056 &lt;End of help on this topic&gt;
11057 </BODY>
11058 </HTML>
11059 ============= h_whatis_vcard ========================
11060 <HTML>
11061 <HEAD>
11062 <TITLE>VCARD EXPLAINED</TITLE>
11063 </HEAD>
11064 <BODY>
11065 <H1>What is the vCard format?</H1>
11066 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11067 information about and among people and organizations electronically.  
11068 More information about vCard can be found (as of May 1998) on the WWW site 
11069 of the Internet Mail Consortium at the URL:
11071 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11073 &lt;End of help on this topic&gt;
11074 </BODY>
11075 </HTML>
11076 ===== h_folder_open =====
11077 <HTML>
11078 <HEAD>
11079 <TITLE>Explanation of Folder Selection</TITLE>
11080 </HEAD>
11081 <BODY>
11082 <BR>
11083 <BR>
11084 This screen is designed to allow you to quickly and easily survey your
11085 folders and select one to open.
11086 <!--chtml if pinemode="function_key"-->
11087 <PRE>
11088 Navigating the List of Folders             General Alpine Commands
11089 ------------------------------             -----------------------
11090  P   Move to previous folder               ?   Show this help text
11091  N   Move to next folder
11092  -   Show previous screen of folders
11093 Spc  (space bar) Show next screen
11094  W   WhereIs (search folder names)
11096 Folder Selection Commands
11097 -------------------------
11098  E   Exit the Folder Select menu (without selecting a folder)
11099  S   Select the currently highlighted folder
11100 </PRE>
11101 <!--chtml else-->
11102 <PRE>
11103 Navigating the List of Folders             General Alpine Commands
11104 ------------------------------             -----------------------
11105 F5   Move to previous folder               F1  Show this help text
11106 F6   Move to next folder
11107 F7   Show previous screen of folders
11108 F8   Show next screen of folders
11109 F12  WhereIs (search folder names)
11111 Folder Selection Commands
11112 -------------------------
11113 F3   Exit the Folder Select menu (without selecting a folder)
11114 F4   Select the currently highlighted folder
11115 </PRE>
11116 <!--chtml endif-->
11118 FOR MORE INFORMATION: See the section on
11119 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11121 &lt;End of help on this topic&gt;
11122 </BODY>
11123 </HTML>
11124 ===== h_folder_subscribe =====
11125 <HTML>
11126 <HEAD>
11127 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11128 </HEAD>
11129 <BODY>
11130 <H1>FOLDER SUBSCRIBE HELP</H1>
11132 This screen is designed to help you subscribe to newsgroups you are
11133 not currently subscribed to.  The screen display is a list of all
11134 available newsgroups (or possibly a partial list if you specified a
11135 partial name when entering the screen).  Groups you have already
11136 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11137 select a single new group to subscribe to by moving the cursor to that
11138 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11139 you may change into ListMode with the &quot;ListMode&quot; command.
11140 The display will change slightly so that each group has a checkbox in
11141 front of it.  Use the cursor and the Set/Unset command to place an
11142 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11145 When you are finished marking groups, the &quot;Subscribe&quot;
11146 command will subscribe you to those groups you have marked.  Note, you
11147 may not unsubscribe to groups with this command.  Instead of the
11148 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11149 UnSbscrbe command.
11152 <!--chtml if pinemode="function_key"-->
11153 <PRE>
11154 Navigating the List of Newsgroups          General Alpine Commands
11155 ---------------------------------          -----------------------
11156 F5   Move to previous group                F1   Show this help text
11157 F6   Move to next group
11158 F7   Show previous screen of groups
11159 F8   Show next screen of groups
11160 F12  WhereIs (search group names)
11161 F9   Use ListMode
11163 Group Selection Commands
11164 -------------------------
11165 F3  Exit the News Subscribe menu (without selecting any groups)
11166 F4  Subscribe to the currently highlighted newsgroup
11167 </PRE>
11168 <!--chtml else-->
11169 <PRE>
11170 Navigating the List of Newsgroups          General Alpine Commands
11171 ---------------------------------          -----------------------
11172  P   Move to previous group                ?   Show this help text
11173  N   Move to next group
11174  -   Show previous screen of groups
11175 Spc  (space bar) Show next screen
11176  W   WhereIs (search group names)
11177  L   Use ListMode
11179 Group Selection Commands
11180 -------------------------
11181  E   Exit the News Subscribe menu (without selecting any groups)
11182  S   Subscribe to the currently highlighted newsgroup
11183 </PRE>
11184 <!--chtml endif-->
11186 When in ListMode, there is an additional command for marking groups to
11187 subscribe to:
11189 <!--chtml if pinemode="function_key"-->
11190 <PRE>
11191 ListMode Commands
11192 -------------------------
11193 F9  Set or unset the highlighted group
11194 </PRE>
11195 <!--chtml else-->
11196 <PRE>
11197 ListMode Commands
11198 -------------------------
11199 X   Set or unset the highlighted group
11200 </PRE>
11201 <!--chtml endif-->
11203 &lt;End of help on this topic&gt;
11204 </BODY>
11205 </HTML>
11206 ===== h_folder_postnews =====
11207 <HTML>
11208 <HEAD>
11209 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11210 </HEAD>
11211 <BODY>
11212 This screen is designed to allow you to quickly and easily survey
11213 the available newsgroups and select one to post news to.
11215 <!--chtml if pinemode="function_key"-->
11216 <PRE>
11217 Navigating the List of Newsgroups          General Alpine Commands
11218 ---------------------------------          -----------------------
11219 F5   Move to previous group                F1  Show this help text
11220 F6   Move to next group
11221 F7   Show previous screen of groups
11222 F8   Show next screen of groups
11223 F12  WhereIs (search group names)
11225 Group Selection Commands
11226 -------------------------
11227 F3   Exit the Selection menu (without selecting a group)
11228 F4   Select the currently highlighted newsgroup
11229 </PRE>
11230 <!--chtml else-->
11231 <PRE>
11232 Navigating the List of Newsgroups          General Alpine Commands
11233 ---------------------------------          -----------------------
11234  P   Move to previous group                ?  Show this help text
11235  N   Move to next group
11236  -   Show previous screen of groups
11237 Spc  (space bar) Show next screen of groups
11238  W   WhereIs (search group names)
11240 Group Selection Commands
11241 -------------------------
11242  E   Exit the Selection menu (without selecting a group)
11243  S   Select the currently highlighted newsgroup
11244 </PRE>
11245 <!--chtml endif-->
11247 &lt;End of help on this topic&gt;
11248 </BODY>
11249 </HTML>
11250 ===== h_folder_save =====
11251 <HTML>
11252 <HEAD>
11253 <TITLE>Folder Select for Save Explained</TITLE>
11254 </HEAD>
11255 <BODY>
11256 This screen is designed to allow you to quickly and easily survey your
11257 folders and select one to use for saving the current message.
11260 <!--chtml if pinemode="function_key"-->
11261 <PRE>
11262 Navigating the List of Folders             General Alpine Commands
11263 ------------------------------             -----------------------
11264 F5   Move to previous folder               F1  Show this help text
11265 F6   Move to next folder
11266 F7   Show previous screen of folders
11267 F8   Show next screen of folders
11268 F12  WhereIs (search folder names)
11270 Folder Selection Commands
11271 -------------------------
11272 F3   Exit the Folder Select menu (without selecting a folder)
11273 F4   Select the currently highlighted folder
11274 F11  AddNew folder (just like Select, but you type in a new folder name)
11275 </PRE>
11276 <!--chtml else-->
11277 <PRE>
11278 Navigating the List of Folders             General Alpine Commands
11279 ------------------------------             -----------------------
11280  P   Move to previous folder               ?  Show this help text
11281  N   Move to next folder
11282  -   Show previous screen of folders
11283 Spc  (space bar) Show next screen of folders
11284  W   WhereIs (search folder names)
11286 Folder Selection Commands
11287 -------------------------
11288  E   Exit the Folder Select menu (without selecting a folder)
11289  S   Select the currently highlighted folder
11290  A   AddNew folder (just like Select, but you type in a new folder name)
11291 </PRE>
11292 <!--chtml endif-->
11294 FOR MORE INFORMATION: See the section on
11295 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11297 &lt;End of help on this topic&gt;
11298 </BODY>
11299 </HTML>
11300 ===== h_folder_fcc =====
11301 <HTML>
11302 <HEAD>
11303 <TITLE>Folder Select for Fcc Explained</TITLE>
11304 </HEAD>
11305 <BODY>
11306 This screen is designed to allow you to quickly and easily survey your
11307 folders and select one to use as the file carbon copy (fcc) for the
11308 current message.
11311 <!--chtml if pinemode="function_key"-->
11312 <PRE>
11313 Navigating the List of Folders             General Alpine Commands
11314 ------------------------------             -----------------------
11315 F5   Move to previous folder               F1  Show this help text
11316 F6   Move to next folder
11317 F7   Show previous screen of folders
11318 F8   Show next screen of folders
11319 F12  WhereIs (search folder names)
11321 Folder Selection Commands
11322 -------------------------
11323 F3   Exit the Folder Select menu (without selecting a folder)
11324 F4   Select the currently highlighted folder
11325 F11  AddNew folder (just like Select, but you type in a new folder name)
11326 </PRE>
11327 <!--chtml else-->
11328 <PRE>
11329 Navigating the List of Folders             General Alpine Commands
11330 ------------------------------             -----------------------
11331  P   Move to previous folder               ?  Show this help text
11332  N   Move to next folder
11333  -   Show previous screen of folders
11334 Spc  (space bar) Show next screen of folders
11335  W   WhereIs (search folder names)
11337 Folder Selection Commands
11338 -------------------------
11339  E   Exit the Folder Select menu (without selecting a folder)
11340  S   Select the currently highlighted folder
11341  A   AddNew folder (just like Select, but you type in a new folder name)
11342 </PRE>
11343 <!--chtml endif-->
11345 FOR MORE INFORMATION: See the section on
11346 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11348 &lt;End of help on this topic&gt;
11349 </BODY>
11350 </HTML>
11351 ===== h_folder_pattern_roles =====
11352 <HTML>
11353 <HEAD>
11354 <TITLE>Folder Select for Current Folder Explained</TITLE>
11355 </HEAD>
11356 <BODY>
11357 This screen is designed to allow you to quickly and easily survey your
11358 folders and select one to use as the specific Current Folder
11359 in a Pattern.
11362 <!--chtml if pinemode="function_key"-->
11363 <PRE>
11364 Navigating the List of Folders             General Alpine Commands
11365 ------------------------------             -----------------------
11366 F5   Move to previous folder               F1  Show this help text
11367 F6   Move to next folder
11368 F7   Show previous screen of folders
11369 F8   Show next screen of folders
11370 F12  WhereIs (search folder names)
11372 Folder Selection Commands
11373 -------------------------
11374 F3   Exit the Folder Select menu (without selecting a folder)
11375 F4   Select the currently highlighted folder
11376 F11  AddNew folder (just like Select, but you type in a new folder name)
11377 </PRE>
11378 <!--chtml else-->
11379 <PRE>
11380 Navigating the List of Folders             General Alpine Commands
11381 ------------------------------             -----------------------
11382  P   Move to previous folder               ?  Show this help text
11383  N   Move to next folder
11384  -   Show previous screen of folders
11385 Spc  (space bar) Show next screen of folders
11386  W   WhereIs (search folder names)
11388 Folder Selection Commands
11389 -------------------------
11390  E   Exit the Folder Select menu (without selecting a folder)
11391  S   Select the currently highlighted folder
11392  A   AddNew folder (just like Select, but you type in a new folder name)
11393 </PRE>
11394 <!--chtml endif-->
11396 FOR MORE INFORMATION: See the section on
11397 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11399 &lt;End of help on this topic&gt;
11400 </BODY>
11401 </HTML>
11402 ===== h_folder_stayopen_folders =====
11403 <HTML>
11404 <HEAD>
11405 <TITLE>Folder Select Explained</TITLE>
11406 </HEAD>
11407 <BODY>
11408 This screen is designed to allow you to quickly and easily survey your
11409 folders and select one to use as a Stay-Open folder.
11412 <!--chtml if pinemode="function_key"-->
11413 <PRE>
11414 Navigating the List of Folders             General Alpine Commands
11415 ------------------------------             -----------------------
11416 F5   Move to previous folder               F1  Show this help text
11417 F6   Move to next folder
11418 F7   Show previous screen of folders
11419 F8   Show next screen of folders
11420 F12  WhereIs (search folder names)
11422 Folder Selection Commands
11423 -------------------------
11424 F3   Exit the Folder Select menu (without selecting a folder)
11425 F4   Select the currently highlighted folder
11426 F11  AddNew folder (just like Select, but you type in a new folder name)
11427 </PRE>
11428 <!--chtml else-->
11429 <PRE>
11430 Navigating the List of Folders             General Alpine Commands
11431 ------------------------------             -----------------------
11432  P   Move to previous folder               ?  Show this help text
11433  N   Move to next folder
11434  -   Show previous screen of folders
11435 Spc  (space bar) Show next screen of folders
11436  W   WhereIs (search folder names)
11438 Folder Selection Commands
11439 -------------------------
11440  E   Exit the Folder Select menu (without selecting a folder)
11441  S   Select the currently highlighted folder
11442  A   AddNew folder (just like Select, but you type in a new folder name)
11443 </PRE>
11444 <!--chtml endif-->
11446 FOR MORE INFORMATION: See the section on
11447 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11449 &lt;End of help on this topic&gt;
11450 </BODY>
11451 </HTML>
11452 ===== h_folder_action_roles =====
11453 <HTML>
11454 <HEAD>
11455 <TITLE>Folder Select Explained</TITLE>
11456 </HEAD>
11457 <BODY>
11458 This screen is designed to allow you to quickly and easily survey your
11459 folders and select one to use as the folder into which messages
11460 matching this filter will be moved.
11463 <!--chtml if pinemode="function_key"-->
11464 <PRE>
11465 Navigating the List of Folders             General Alpine Commands
11466 ------------------------------             -----------------------
11467 F5   Move to previous folder               F1  Show this help text
11468 F6   Move to next folder
11469 F7   Show previous screen of folders
11470 F8   Show next screen of folders
11471 F12  WhereIs (search folder names)
11473 Folder Selection Commands
11474 -------------------------
11475 F3   Exit the Folder Select menu (without selecting a folder)
11476 F4   Select the currently highlighted folder
11477 F11  AddNew folder (just like Select, but you type in a new folder name)
11478 </PRE>
11479 <!--chtml else-->
11480 <PRE>
11481 Navigating the List of Folders             General Alpine Commands
11482 ------------------------------             -----------------------
11483  P   Move to previous folder               ?  Show this help text
11484  N   Move to next folder
11485  -   Show previous screen of folders
11486 Spc  (space bar) Show next screen of folders
11487  W   WhereIs (search folder names)
11489 Folder Selection Commands
11490 -------------------------
11491  E   Exit the Folder Select menu (without selecting a folder)
11492  S   Select the currently highlighted folder
11493  A   AddNew folder (just like Select, but you type in a new folder name)
11494 </PRE>
11495 <!--chtml endif-->
11497 FOR MORE INFORMATION: See the section on
11498 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11500 &lt;End of help on this topic&gt;
11501 </BODY>
11502 </HTML>
11503 ===== h_abook_config =====
11504 <HTML>
11505 <HEAD>
11506 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11507 </HEAD>
11508 <BODY>
11509 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11510 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11511 <!--chtml if pinemode="function_key"-->
11512 <PRE>
11513 Available  Commands                        
11514 -------------------------------            
11515 F1  Show Help Text                         
11516 F3  Back to MAIN Alpine menu                 
11517 F4  Change configuration for address book  
11518 F5  Move to previous address book          
11519 F6  Move to next address book              
11520 F7  Previous page of address books         
11521 F8  Next page of address books             
11522 F9  Add new address book                   
11523 F10 Delete existing address book           
11524 F11 Shuffle the order of address books     
11525 F12 Whereis (search address book titles)   
11526 </PRE>
11527 <!--chtml else-->
11528 <PRE>
11529 Navigation                     General Alpine Commands
11530 -----------------------        -----------------------
11531  P  Prev Address Book           ?  Display this help text
11532  N  Next Address Book           E  Back to MAIN Alpine menu
11533  -  Previous page
11534 Spc (space bar) Next page
11535  W  WhereIs (search for word in address book titles)
11537 Setup Address Books Commands
11538 ------------------------------------------------
11539  A  Add new address book          $  Shuffle the order of address books
11540  D  Delete existing address book  C  Change configuration for address book
11541 </PRE>
11542 <!--chtml endif-->
11544 <H2>Description of the Setup Address Books Screen</H2>
11546 This screen lets you add, delete, modify, or change the order of your
11547 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11548 fill in.  If you are adding a remote address book on an IMAP server
11549 you should fill in the name of the IMAP server.  Otherwise, leave
11550 that field blank.  (Note that remote IMAP address books are an Alpine
11551 concept and are unlikely to interoperate with other mail clients.)
11552 For a remote address book, fill in the name of the remote folder
11553 in the Folder field.  This should be a folder that is used only for
11554 this one purpose, not a general purpose folder you expect to store
11555 messages in.
11556 <P>If you are adding a local address book, fill in the
11557 Folder Name field with a local file name (e.g., .addressbook).
11559 <B>Please note:</B> Remote address books stored on an IMAP server are 
11560 of an entirely different format (namely, a special-purpose 
11561 &quot;mail folder&quot;) than that of the local addressbook familiar 
11562 to Alpine users.  Therefore, 
11563 you cannot use &quot;add a remote address book&quot; to make an existing 
11564 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11565 Alpine running on a different host.  
11568 The &quot;Del Abook&quot; command allows you to remove an address book
11569 from your configuration.  It will also ask you if you wish to remove
11570 the data for that address book, which would erase all traces of the
11571 address book if you answer Yes.
11574 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11575 The difference is that instead of adding a new address book to your
11576 configuration, you are changing the configuration of an existing entry.
11577 For example, you might want to correct a typing error or change a
11578 nickname.  The &quot;Change&quot; command is not a move command.  If you
11579 change the folder name or server name the data will not be moved for you.
11582 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11583 an address book toward another address book in the same group then
11584 the order of those two address books will be swapped.  If you shuffle
11585 the last Personal address book down towards the Global address book
11586 section, it will become a Global address book.  If you shuffle
11587 the first Global address book up it will become a Personal address
11588 book.  The main difference between Personal and Global address
11589 books is that Global address books are forced read-only.
11590 <P><UL>
11591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11592 </UL>
11594 &lt;End of help on this topic&gt;
11595 </BODY>
11596 </HTML>
11597 ===== h_abook_top =====
11598 <HTML>
11599 <HEAD>
11600 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11601 </HEAD>
11602 <BODY>
11603 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11604 <!--chtml if pinemode="function_key"-->
11605 <PRE>
11606 Available  Commands -- Group 1         Available Commands -- Group 2
11607 -------------------------------        ------------------------------
11608 F1  Show Help Text                      F1  Show Help Text
11609 F2  See commands in next group          F2  See commands in next group
11610 F3  Exit to MAIN MENU                   F3  Quit Alpine
11611 F4  View/Edit selected address book
11612 F5  Move to previous address book       F5  FOLDER LIST screen
11613 F6  Move to next address book           F6  Specify a folder to go to
11614 F7  Previous page                       F7  MESSAGE INDEX screen
11615 F8  Next page                           F9  Print list of address books
11616 F12 Whereis (search for word)
11617 </PRE>
11618 <!--chtml else-->
11619 <PRE>
11620 Navigation                       General Alpine Commands
11621 -----------------------          -----------------------
11622  P  Previous Entry                ?  Display this help text
11623  N  Next Entry                    O  Show all other available commands
11624  -  Previous page                 &lt;  Back to MAIN Alpine menu
11625 Spc (space bar) Next page         Q  Quit Alpine
11626  W  WhereIs (search for word)     L  FOLDER LIST screen
11627                                   G  Specify a folder to go to
11628 Address Book Commands             I  MESSAGE INDEX screen
11629 ------------------------------------------------
11630  &gt;  View/Edit selected address book
11631               or
11632  &gt;  Search on selected directory server
11634  %  Print list of address books and directory servers
11635 </PRE>
11636 <!--chtml endif-->
11638 <H2>Description of the Address Book List Screen</H2>
11640 From this screen you may choose which address book you wish to view
11641 or edit. For more information on address books, view one of your
11642 address books (with
11643 <!--chtml if pinemode="function_key"-->
11645 <!--chtml else-->
11646 &quot;&gt;&quot;
11647 <!--chtml endif-->)
11648 and see the Help Text there.<P>
11650 You may also choose a directory server on which to search for entries.
11651 You do that by highlighting the directory server line and using
11652 <!--chtml if pinemode="function_key"-->
11654 <!--chtml else-->
11655 &quot;&gt;&quot;
11656 <!--chtml endif-->.<P>
11658 If you wish to define new address books or directory servers go to the Main
11659 menu and choose Setup. You may then either choose to setup AddressBooks or
11660 Directory (among other things). It's possible that the Directory option
11661 will not be there if the Alpine you are using does not contain LDAP directory
11662 lookup functionality.
11664 <P><UL>
11665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11666 </UL><P>
11667 &lt;End of help on this topic&gt;
11668 </BODY>
11669 </HTML>
11670 ===== h_abook_opened =====
11671 <HTML>
11672 <HEAD>
11673 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11674 </HEAD>
11675 <BODY>
11676 <H1>THE ALPINE ADDRESS BOOK</H1>
11677 <H2>ADDRESS BOOK COMMANDS</H2>
11678 <PRE>
11679 <!--chtml if pinemode="function_key"-->
11680 Available  Commands -- Group 1         Available Commands -- Group 2   
11681 -------------------------------        ------------------------------  
11682 F1  Show Help Text                      F1  Show Help Text             
11683 F2  See commands in next group          F2  See commands in next group
11684 F3  Exit this screen                    F3  Quit Alpine                  
11685 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11686 F5  Move to previous entry              F5  FOLDER LIST screen         
11687 F6  Move to next entry                  F6  Specify a folder to go to  
11688 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11689 F8  Next page of address book           F8  Compose to entry using roles
11690 F9  Add new entry to address book       F9  Print address book         
11691 F10 Delete selected entry               F10 TakeAddr to another addrbook
11692 F11 Compose to selected entry           F11 Save or Export addrbook selections
11693 F12 Whereis (search address book)       F12 Forward entry by mail       
11695 Available Commands -- Group 3                                           
11696 ------------------------------                                          
11697 F3  Select                              F6  Zoom (or unZoom)            
11698 F5  Select Current                      F7  Apply Command to Selection  
11699 <!--chtml else-->
11700 Address Book Navigation        General Alpine Commands
11701 -----------------------        -----------------------
11702  P  Prev Address                  ?  Display this help text
11703  N  Next Address                  O  Show all other available commands
11704  -  Previous page of address book M  Back to MAIN MENU
11705 Spc (space bar) Next page         Q  Quit Alpine
11706  W  WhereIs (search for word      C  Compose message to selected addr
11707      or name in address book)     #  Compose to addr using roles
11708  &lt;  To List of Address Books if   L  FOLDER LIST screen
11709      more than one, else to MAIN  G  Specify a folder to go to
11710                                   I  MESSAGE INDEX screen
11712 Address Book Commands
11713 ----------------------------------------------------
11714  &gt;  View/Update selected entry    D  Delete selected entries
11715  %  Print address book            S  Save or Export address book selections
11716  F  Forward entries by mail       @  Add new entry to address book
11718  ;  Select command                Z  Toggle Zoom Mode
11719  :  Select highlighted entry      A  Apply command to selected entries
11721 <!--chtml endif-->
11722 </PRE>
11723 Note:  The presence or absence of the final four commands above is
11724 controlled by the option 
11725 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11728 <H2>Description of the Address Book Screen</H2>
11730 This screen lets you edit and manage entries in your address book.  It
11731 also acts as a short-cut for composing messages to people in the address
11732 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11733 message starts &quot;pre-addressed&quot; to whatever address book entry is
11734 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
11735 role to use in your composition.
11737 Alpine's address book helps you keep a list of addresses you send email to so
11738 you do not have to remember addresses that are often complex.  Each entry
11739 in the address book has five fields, all of them optional.  The three
11740 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11742         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11743         This is what you type in as you are addressing the message in the
11744         composer.  If there is a matching entry in your address book(s),
11745         Alpine will extract the corresponding FullName and Address fields to
11746         generate the actual address for your message.
11748         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11749 of the
11750         person or organization.  Usually the full names are put in last
11751         name first so they sort nicely in alphabetical order.  Whatever
11752         you put as the name here will appear on the message when it is
11753         finally delivered.  Examples:<PRE>
11754            Garcia Marquez, Gabriel
11755            Henscheid, Eckhard
11756            Alpine-Info mailing list
11757            Library materials renewal requests
11758            Kim An-guk
11759            &quot;George III, King of Great Britain, 1738-1820&quot;
11760 </PRE>
11761 (In the second-to-last example, no comma is used in the name so that 
11762 the family name appears first in the address book and when the entry is 
11763 used in the composer.
11764 In the last example, retaining the commas is intended; 
11765 double-quotation marks surround the name to 
11766 prevent the transposition of its parts when the entry is used in 
11767 the composer.)
11769         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11770         a valid Internet address that conforms to the Internet message
11771         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11773 The two fields that aren't usually visible are:<DL>
11775   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11776         message to this address to be saved in.  If this field is set, and
11777         this address is the first one in the message's To: header, then
11778         Alpine will use this folder name for the FCC in lieu of the normal
11779         FCC folder name.
11781   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11782         </DL>
11784 Due to screen width limitations, these last two fields do not show up in
11785 the normal ADDRESS BOOK display.  You may select the 
11786 &quot;View/Update&quot; command to
11787 view or modify them.  You may use the configuration variable
11788 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11789 to add these fields to your ADDRESS BOOK 
11790 display, or to modify the format of the display.
11792 <H2>Sorting the Address book</H2>
11794 By default, address book entries are sorted alphabetically on the full
11795 name with distribution lists sorted to the end.  Sorting can be changed by
11796 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11797 --assuming you have &quot;write&quot; permission for the address book file.
11799 Unlike the sorting of folders (which only changes presentation), sorting an
11800 address book actually changes the file as it is kept on the computer.  For
11801 this reason you won't be able to sort a shared or system-wide address
11802 book.
11804 <H2>Adding New Entries</H2>
11806 The easiest way to add new entries to your address book is to use the
11807 &quot;TakeAddr&quot; command when viewing a message.
11808 This command allows you to take addresses from the header and body of the
11809 message and put them into your address book, without having to type
11810 them in.
11813 To manually add a new entry from within the address book screen, use the AddNew
11814 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11815 Use this command both for adding a simple alias and for adding a
11816 distribution list.
11818 <H2>Distribution Lists</H2>
11820 Address book entries can be simple cases of aliases (a single nickname is linked
11821 to a single email address) or distribution lists (a single nickname
11822 pointing at more than one email address).  Each distribution list has a
11823 nickname, a full name and a list of addresses.  The addresses may be
11824 actual addresses or they may be other nicknames in your address book.
11825 They may even refer to other distribution lists.
11826 There's really no difference between a simple alias and a distribution list,
11827 other than the number of addresses.
11828 Therefore, you can turn a simple alias with one address into a distribution
11829 list simply by adding more addresses.
11830 To add entries to an existing list or alias
11831 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
11832 a single address from the list if the cursor is placed on the address;
11833 it will delete the entire distribution list if the cursor is on the
11834 nickname/fullname line.  View/Update may also be used to delete addresses
11835 from a list.
11837 Address field entries in distribution lists may take any one of three
11838 forms: a nickname existing in any of the defined address books, a normal
11839 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11840 fullname/address combination, e.g. &quot;John Smith
11841 &lt;jsmith@art.example.com&gt;&quot;.
11843 Distribution lists in Alpine address books can only be used by the person or
11844 people who have access to that address book.  They are not usually used to
11845 implement discussion groups, but can be used to facilitate small
11846 discussion groups if all the participants have access to the same shared
11847 address book.
11849 <H2>FCC and Comments</H2>
11851 As mentioned above, each entry in the address book also has two other optional
11852 fields, Fcc and Comments.  The command to look at or change either of these
11853 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
11854 Comments field is just for your own use.  The Fcc field overrides the
11855 default Fcc if this address is the first one on the To line.  The WhereIs
11856 command may be used to search for particular strings in the address book,
11857 including fields that are not visible (like Comment and Fcc by default).
11859 <H2>Aggregate Operations</H2>
11861 If the feature
11862 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11863 is turned on (the default), then the four commands &quot;Select&quot;,
11864 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11865 are available.  The two selection commands allow you to mark a set of
11866 address book entries as being selected.  If you have more than one address
11867 book, the selections may be in more than one of those address books.
11868 The &quot;Zoom&quot; command will toggle between displaying only the selected
11869 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11870 apply one of the regular address book commands to all of the selected
11871 entries.  Usually the address book commands apply to only the entry
11872 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11873 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11874 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11876 <H2>Exporting and Forwarding Address book entries</H2>
11878 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
11879 address book entry is placed in a plain text file in your home directory
11880 <!--chtml if pinemode="running"-->
11881 (which, in the present configuration of your system, is
11882  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11883 <!--chtml endif-->
11884 or current working directory
11885 <!--chtml if pinemode="running"-->
11886 (which, at least for your current Alpine &quot;session,&quot; 
11887 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11888 <!--chtml endif-->, depending on the 
11889 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11890 configuration setting.  If you have some entries selected and use the
11891 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11892 placed in the text file.
11894 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11895 address book entry is placed in a special attachment and you are put into
11896 the composer.  You can fill in some comments in the body of the message,
11897 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11898 may use the TakeAddr command on that message to insert the address book
11899 entry you sent in their own address book.  If you have some entries
11900 selected and use the Apply Forward command all of the selected entries
11901 will be forwarded in a single message.  You may
11902 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.
11903 The recipient must be using Alpine in order to receive this correctly.
11904 One way for the recipient to handle this might be to create an empty
11905 address book and then &quot;Take&quot; your forwarded address book entries into
11906 that empty address book.
11908 <H2>Multiple and/or Site-Wide Address books</H2>
11910 You may have more than one personal address book.  In addition, there may
11911 be one or more global address books.  This capability allows you to have
11912 multiple personal address books (some of which may be shared) and it also
11913 allows system administrators to implement site-wide address books that
11914 contain entries for users on multiple machines within the organization.
11915 <P><DL>
11916 <DT>Searching
11917   <DD> If you enter a nickname when composing a message, your
11918   personal address books will be searched through in order, and then the
11919   global address book(s) searched. If more than one address book has an entry
11920   for the nickname, Alpine uses the first one that it finds, so an entry in
11921   your personal address book would override a global address book entry. If
11922   after searching all the address books there is still no match, (Unix) Alpine
11923   then searches the local host password file on the assumption that you have
11924   entered a local user name rather than an address book nickname.
11925   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11926   command, but global address books are always searched after personal
11927   address books.
11929   <P><DT>Tab completion
11930   <DD> If the
11931   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11932   feature is turned on (the default) then the Tab key may be used
11933   in the composer to complete partially typed nicknames in the To
11934   or Cc lines. You type the first few letters of a nickname and then
11935   press the Tab key. It there is only one nickname that matches it will
11936   be filled in by Alpine. If there is more than one the unambiguous part
11937   of the nicknames will be filled in. For example, if your address book or
11938   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11939   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11940   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11941   If you then type a second Tab character you will be presented with a list
11942   of matching nicknames to select from. Alternatively, you could type another
11943   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11944   in the entire &quot;barbecue&quot; entry.
11946   <P><DT>Defining
11947   <DD> You define multiple personal address books in the 
11948   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11949   from the MAIN MENU.  
11950   You may add as many as you like.  Global address books are usually
11951   site-wide address books defined by the System administrator, but
11952   you may define global address books of your own just like you define
11953   personal address books.
11955   <P><DT>Creating and updating
11956   <DD> Personal address books are normally created empty
11957   and populated by explicit additions from within Alpine, e.g. via the
11958   TakeAddr command.  Unlike personal address books, global address books may
11959   not be modified/updated from within Alpine; that is, they are Read-Only.
11960   Thus, global address books are created, populated and updated outside of
11961   Alpine. They might be hand-edited, generated by a program from another
11962   database, or by copying an existing address book.  They might also be
11963   some other user's personal address book, and so be modified normally by
11964   that user but accessed Read-Only by you.  See the Alpine Technical
11965   Notes document (included in the Alpine distribution) for more information on
11966   this.
11968   <P><DT>Accessing
11969   <DD>There are two different types of address books in Alpine.
11970   A local address book is stored in a regular file and the normal file
11971   access permissions apply.  A remote address book is stored on an IMAP
11972   server in a special folder that contains only messages pertaining to
11973   that address book.  The last message in the remote folder contains a
11974   copy of the address book data, and that data is copied to a local cache
11975   file in your home directory.  From there it is accessed just like a local
11976   address book.  The name of the cache file is kept track of in a special
11977   file called the
11978   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11979   the name of which is stored in
11980   your Alpine configuration file the first time you use a remote address book.
11981   Just as local Alpine address books use a format that only Alpine understands,
11982   remote Alpine address books do the same and other mail reading programs
11983   are unlikely to be able to understand them.<P>
11984   While global address books are explicitly intended to be shared, there is
11985   nothing to prevent you from sharing a personal address book with other
11986   Alpine users. This might be useful in the case of a small workgroup.
11987   However, it is recommended that updates to shared personal address books
11988   be done when other Alpine users are not accessing the address book. Alpine
11989   does not do any file-locking to manage concurrent updates to the
11990   addressbook, but it does check to see if the file has been modified before
11991   making any changes.  Consequently, inadvertent concurrent updates will
11992   only cause other Alpine users to have to restart their address book
11993   operation, which will cause Alpine to reopen the updated file.
11995   <P><DT>Converting to Remote
11996   <DD>The easiest way to convert an existing local
11997   address book into a remote address book is to create an empty new remote
11998   personal address book by typing &quot;A&quot; to execute the
11999   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12000   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12001   address book.
12002   After you have added the empty
12003   remote address book, go into the screen for the address book you wish
12004   to copy and &quot;Select&quot; &quot;All&quot;.
12005   This selects every entry in that
12006   address book.  Then type the command &quot;Apply Save&quot;.
12007   You will be asked for the address book to save to.  You may use ^P and ^N
12008   to get to the new empty address book, then hit RETURN and the addresses
12009   will be copied.
12010   At this point you'll probably want to unselect all the entries in the local
12011   address book before proceeding. You do that with
12012   &quot;Select&quot; &quot;unselect All&quot;.
12014 </DL>
12015 <UL>
12016 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12017 </UL>
12018 <P><UL>
12019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12020 </UL>
12022 &lt;End of help on this topic&gt;
12023 </BODY>
12024 </HTML>
12025 ===== h_abook_select_addr =====
12026 <HTML>
12027 <HEAD>
12028 <TITLE>Addressbook Selection Explained</TITLE>
12029 </HEAD>
12030 <BODY>
12031 <H1>SELECT ADDRESS</H1>
12032 <!--chtml if pinemode="function_key"-->
12033 <PRE>
12034 Navigating the List of Messages               General Alpine Commands
12035 -------------------------------               -----------------------
12036 F5   Move to previous entry                   F1  Show this help text
12037 F6   Move to next entry
12038 F7   Show previous screen of address book
12039 F8   Show next screen of address book
12040 F12  WhereIs (search through address book)
12042 Address Selection Commands
12043 --------------------------
12044 F3   Exit the Address Select screen (without selecting an address)
12045 F4   Select the currently highlighted entry
12046 </PRE>
12047 <!--chtml else-->
12048 <PRE>
12049 Navigating the List of Messages               General Alpine Commands
12050 -------------------------------               -----------------------
12051  P   Move to previous entry                    ?  Show this help text
12052  N   Move to next entry
12053  -   Show previous screen of address book
12054 Spc  (space bar) Show next screen of address book
12055  W   WhereIs (search through address book)
12057 Address Selection Commands
12058 --------------------------
12059  E   Exit the Address Select screen (without selecting an address)
12060  S   Select the currently highlighted entry
12061 </PRE>
12062 <!--chtml endif-->
12065 This screen is designed to let you easily scan your address book(s) in
12066 order to select an entry for the message you are composing.  You cannot
12067 edit your address book in any way at this time, for address book
12068 maintenance, select the address book command when not composing a message.
12071 If you are composing a message and know the nickname of the person/list you
12072 want, you can bypass this screen by simply typing in the nickname on the
12073 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12074 selecting an entry does not cancel your message.
12077 FOR MORE INFORMATION on addressing see
12078 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12079 <A HREF="h_abook_opened">Address Book Screen's</A>
12080 help text.
12082 &lt;End of help on this topic&gt;
12083 </BODY>
12084 </HTML>
12085 ===== h_abook_select_top =====
12086 <HTML>
12087 <HEAD>
12088 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12089 </HEAD>
12090 <BODY>
12091 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12092 <!--chtml if pinemode="function_key"-->
12093 <PRE>
12094 Navigating the List of Address Books       General Alpine Commands
12095 ------------------------------------       -----------------------
12096 F4   View the highlighted address book
12097 F5   Move to previous address book         F1  Show this help text
12098 F6   Move to next address book
12099 F7   Show previous screen of address books
12100 F8   Show next screen of address books
12101 F12  WhereIs (search through address books)
12103 Address Selection Commands
12104 --------------------------
12105 F3   Exit the Address Select screen (without selecting an address)
12106 F4   Select the currently selected entries (if using ListMode)
12107 F9   Change to ListMode
12108 </PRE>
12109 <!--chtml else-->
12110 <PRE>
12111 Navigating the List of Address Books       General Alpine Commands
12112 ------------------------------------       -----------------------
12113  &gt;   View the highlighted address book
12114  P   Move to previous address book         ?  Show this help text
12115  N   Move to next address book
12116  -   Show previous screen of address books
12117 Spc  (space bar) Show next screen of address books
12118  W   WhereIs (search through address books)
12120 Address Selection Commands
12121 --------------------------
12122  E   Exit the Address Select screen (without selecting an address)
12123  S   Select the currently selected entries (if using ListMode)
12124  L   Change to ListMode
12125 </PRE>
12126 <!--chtml endif-->
12129 This screen is designed to let you easily scan your address book(s) in
12130 order to select entries for the message you are composing.  You cannot
12131 edit your address book in any way at this time.  For address book
12132 maintenance, select the address book command when not composing a message.
12135 If you are composing a message and know the nickname of the person/list you
12136 want, you can bypass this screen by simply typing in the nickname on the
12137 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12138 selecting an entry does not cancel your message.
12141 The ListMode command will add a column at the left edge of the screen.
12142 You mark the entries that you wish to select with the &quot;X&quot; command.
12143 This allows you to choose more than one entry at a time.
12146 An alternative method of composing a message to entries in your
12147 address book(s) is to first use the &quot;Select&quot; command from
12148 the address book maintenance screen and then the &quot;Apply&quot;
12149 &quot;ComposeTo&quot; command to start the composer composing to the
12150 selected entries.
12153 FOR MORE INFORMATION on addressing see
12154 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12155 <A HREF="h_abook_opened">Address Book Screen's</A>
12156 help text.
12158 &lt;End of help on this topic&gt;
12159 </BODY>
12160 </HTML>
12161 ===== h_abook_select_listmode =====
12162 <HTML>
12163 <HEAD>
12164 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12165 </HEAD>
12166 <BODY>
12167 <H1>COMPOSER: SELECT ADDRESSES</H1>
12168 <!--chtml if pinemode="function_key"-->
12169 <PRE>
12170 Navigating the List of Messages                 General Alpine Commands
12171 -------------------------------                 -----------------------
12172 F5   Move to previous entry                     F1  Show this help text
12173 F6   Move to next entry
12174 F7   Show previous screen of address book
12175 F8   Show next screen of address book
12176 F12  WhereIs (search through address book)
12178 Address Selection Commands
12179 --------------------------
12180 F3   Exit the Address Select screen (without selecting an address)
12181 F4   Select the currently highlighted entry
12182 F9   Change to ListMode
12183 </PRE>
12184 <!--chtml else-->
12185 <PRE>
12186 Navigating the List of Messages                 General Alpine Commands
12187 -------------------------------                 -----------------------
12188  P   Move to previous entry                     ?  Show this help text
12189  N   Move to next entry
12190  -   Show previous screen of address book
12191 Spc  (space bar) Show next screen of address book
12192  W   WhereIs (search through address book)
12194 Address Selection Commands
12195 --------------------------
12196  E   Exit the Address Select screen (without selecting an address)
12197  S   Select the currently highlighted entry
12198  L   Change to ListMode
12199 </PRE>
12200 <!--chtml endif-->
12203 This screen is designed to let you easily scan your address book(s) in
12204 order to select entries for the message you are composing.  You cannot
12205 edit your address book in any way at this time, for address book
12206 maintenance, select the address book command when not composing a message.
12209 If you are composing a message and know the nickname of the person/list you
12210 want, you can bypass this screen by simply typing in the nickname on the
12211 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12212 selecting an entry does not cancel your message.
12215 The ListMode command will add a column at the left edge of the screen.
12216 You mark the entries that you wish to select with the &quot;X&quot; command.
12217 This allows you to choose more than one entry at a time.
12220 An alternative method of composing a message to entries in your
12221 address book(s) is to first use the &quot;Select&quot; command from
12222 the address book maintenance screen and then the &quot;Apply&quot;
12223 &quot;ComposeTo&quot; command to start the composer composing to the
12224 selected entries.
12227 FOR MORE INFORMATION on addressing see
12228 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12229 <A HREF="h_abook_opened">Address Book Screen's</A>
12230 help text.
12232 &lt;End of help on this topic&gt;
12233 </BODY>
12234 </HTML>
12235 ===== h_abook_select_checks =====
12236 <HTML>
12237 <HEAD>
12238 <TITLE>Address Selection from Composer Explained</TITLE>
12239 </HEAD>
12240 <BODY>
12241 <H1>COMPOSER: SELECT ADDRESSES</H1>
12242 <!--chtml if pinemode="function_key"-->
12243 <PRE>
12244 Navigating the List of Messages                 General Alpine Commands
12245 -------------------------------                 -----------------------
12246 F5   Move to previous entry                     F1  Show this help text
12247 F6   Move to next entry
12248 F7   Show previous screen of address book
12249 F8   Show next screen of address book
12250 F12  WhereIs (search through address book)
12252 Address Selection Commands
12253 --------------------------
12254 F3   Exit the Address Select screen (without selecting an address)
12255 F4   Select the currently highlighted entry
12256 F8   Either Sets or Unsets all entries in this address book
12257 F9   Set or Unset the highlighted entry
12258 </PRE>
12259 <!--chtml else-->
12260 <PRE>
12261 Navigating the List of Messages                 General Alpine Commands
12262 -------------------------------                 -----------------------
12263  P   Move to previous entry                     ?  Show this help text
12264  N   Move to next entry
12265  -   Show previous screen of address book
12266 Spc  (space bar) Show next screen of address book
12267  W   WhereIs (search through address book)
12269 Address Selection Commands
12270 --------------------------
12271  E   Exit the Address Select screen (without selecting an address)
12272  S   Select the currently highlighted entry
12273  X   Set or Unset the highlighted entry
12274  A   Either Sets or Unsets all entries in this address book
12275 </PRE>
12276 <!--chtml endif-->
12279 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12280 command.  Type &quot;S Select&quot; to select all of the entries you
12281 have marked, just as if you had typed them in by hand.
12284 An alternative method of composing a message to entries in your
12285 address book(s) is to first use the &quot;Select&quot; command from
12286 the address book maintenance screen and then the &quot;Apply&quot;
12287 &quot;ComposeTo&quot; command to start the composer composing to the
12288 selected entries.
12291 FOR MORE INFORMATION on addressing see
12292 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12293 <A HREF="h_abook_opened">Address Book Screen's</A>
12294 help text.
12296 &lt;End of help on this topic&gt;
12297 </BODY>
12298 </HTML>
12299 ===== h_abook_select_nicks_take =====
12300 <HTML>
12301 <HEAD>
12302 <TITLE>Take Address Nickname Selection Explained</TITLE>
12303 </HEAD>
12304 <BODY>
12305 <H1>TAKEADDR: SELECT NICKNAME</H1>
12306 <!--chtml if pinemode="function_key"-->
12307 <PRE>
12308 Navigating the List of Messages                 General Alpine Commands
12309 -------------------------------                 -----------------------
12310 F5   Move to previous entry                     F1  Show this help text
12311 F6   Move to next entry
12312 F7   Show previous screen of address book
12313 F8   Show next screen of address book
12314 F12  WhereIs (search through address book)
12316 Message Selection Commands
12317 --------------------------
12318 F3   Exit the Nickname Select screen (without selecting an address)
12319 F4   Select the currently highlighted entry
12320 </PRE>
12321 <!--chtml else-->
12322 <PRE>
12323 Navigating the List of Messages                 General Alpine Commands
12324 -------------------------------                 -----------------------
12325  P   Move to previous entry                     ?  Show this help text
12326  N   Move to next entry
12327  -   Show previous screen of address book
12328 Spc  (space bar) Show next screen of address book
12329  W   WhereIs (search through address book)
12331 Message Selection Commands
12332 --------------------------
12333  E   Exit the Nickname Select screen (without selecting an address)
12334  S   Select the currently highlighted entry
12335 </PRE>
12336 <!--chtml endif-->
12339 This screen is designed to let you modify or add to an existing
12340 address book entry.  You have already selected the name(s) and
12341 address(es) through &quot;Take Address&quot;.  This screen simply lets
12342 you scan your address books and select the nickname to be
12343 changed/augmented.  If you want to add a new entry, then you are in
12344 the wrong place-- Select &quot;Exit&quot; command.
12347 FOR MORE INFORMATION on addressing see
12348 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12349 <A HREF="h_abook_opened">Address Book Screen's</A>
12350 help text.
12352 &lt;End of help on this topic&gt;
12353 </BODY>
12354 </HTML>
12355 ===== h_abook_select_nick =====
12356 <HTML>
12357 <HEAD>
12358 <TITLE>Nickname Selection Explained</TITLE>
12359 </HEAD>
12360 <BODY>
12361 <H1>SELECT NICKNAME</H1>
12362 <!--chtml if pinemode="function_key"-->
12363 <PRE>
12364 Navigating the List of Messages                 General Alpine Commands
12365 -------------------------------                 -----------------------
12366 F5   Move to previous entry                     F1  Show this help text
12367 F6   Move to next entry
12368 F7   Show previous screen of address book
12369 F8   Show next screen of address book
12370 F12  WhereIs (search through address book)
12372 Message Selection Commands
12373 --------------------------
12374 F3   Exit the Nickname Select screen (without selecting an address)
12375 F4   Select the currently highlighted entry
12376 </PRE>
12377 <!--chtml else-->
12378 <PRE>
12379 Navigating the List of Messages                 General Alpine Commands
12380 -------------------------------                 -----------------------
12381  P   Move to previous entry                     ?  Show this help text
12382  N   Move to next entry
12383  -   Show previous screen of address book
12384 Spc  (space bar) Show next screen of address book
12385  W   WhereIs (search through address book)
12387 Message Selection Commands
12388 --------------------------
12389  E   Exit the Nickname Select screen (without selecting an address)
12390  S   Select the currently highlighted entry
12391 </PRE>
12392 <!--chtml endif-->
12395 This screen is designed to let you look at the nicknames in your address
12396 books before choosing a new one.
12399 FOR MORE INFORMATION on addressing see
12400 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12401 <A HREF="h_abook_opened">Address Book Screen's</A>
12402 help text.
12404 &lt;End of help on this topic&gt;
12405 </BODY>
12406 </HTML>
12407 ===== h_takeaddr_screen =====
12408 <HTML>
12409 <HEAD>
12410 <TITLE>Take Address Screen Explained</TITLE>
12411 </HEAD>
12412 <BODY>
12413 <H1>TAKE ADDRESS COMMANDS</H1>
12414 <!--chtml if pinemode="function_key"-->
12415 <PRE>
12416 Navigating the List of Addresses       Address Selection Commands        
12417 --------------------------------       --------------------------        
12418  F5  Move to previous entry            F3  Exit without taking address
12419  F6  Move to next entry                F4  Take current address(es)
12420  F7  Show previous page of address list
12421  F8  Show next page of address list
12422  F2  WhereIs (search list)
12423                                --------------
12424 Mode Toggle            F9  Set/Unset current address
12425 -----------            F10 Set all
12426  F12 Toggle between List and single mode       F11 Unset all
12427 </PRE>
12428 <!--chtml else-->
12429 <PRE>
12430 Navigating the List of Addresses       Address Selection Commands
12431 --------------------------------       --------------------------
12432  P  Move to previous entry              &lt;  Exit without taking address
12433  N  Move to next entry                  T  Take address
12434  -  Show previous page of address list
12435 Spc (space bar) Show next page of address list
12436  W  WhereIs (search list)              List Mode
12437                                        ---------
12438 Single Mode                             X  Set/Unset current address
12439 -----------                             A  Set all addresses
12440  L  Switch to list mode                 U  Unset all addresses
12441                                         S  Switch to single mode
12442 </PRE>
12443 <!--chtml endif-->
12445 <H2>Description of the Take Address Screen</H2>
12447 This screen is designed to let you select one or more address/name
12448 combinations from the current message and put them into your address book.
12449 The cursor is initially placed on the line with the message author.
12450 Other lines include the names of people and/or mailing lists who also
12451 received the message.  Other people &quot;involved&quot; in the
12452 message (e.g. the person named as Reply-To:) are also listed here.
12455 The simple case is adding a new, single entry into your address book. To
12456 do this, simply highlight the correct line and press 
12457 <!--chtml if pinemode="function_key"-->
12459 <!--chtml else-->
12460 &quot;T&quot;.
12461 <!--chtml endif-->
12462 To create a new list or add to an existing list, switch the screen display
12463 into List Mode by pressing
12464 <!--chtml if pinemode="function_key"-->
12465 F12.
12466 <!--chtml else-->
12467 &quot;L&quot;.
12468 <!--chtml endif-->
12469 In List Mode, you select the
12470 group of addresses you wish to manipulate by marking them with an
12471 &quot;X&quot;.
12472 The Set/Unset
12473 <!--chtml if pinemode="function_key"-->
12474 (F9)
12475 <!--chtml else-->
12476 (&quot;X&quot;)
12477 <!--chtml endif-->
12478 command will turn the &quot;X&quot; on for the
12479 highlighted address if it was off or turn it off if it was previously on.
12480 The SetAll command will select all of the addresses, and the UnSetAll
12481 command will turn off all the selections.  Once you've gotten the
12482 selection the way you want it, you may create a new list by pressing
12483 <!--chtml if pinemode="function_key"-->
12485 <!--chtml else-->
12486 &quot;T&quot;.
12487 <!--chtml endif-->
12490 In both the simple and list cases, after choosing to take the address,
12491 you will be asked for the nickname of the entry.  Typing in a new name
12492 creates the new entry/list.  Entering an existing nickname will replace
12493 the entry (simple case) or add to the list (list case).  Alternatively,
12494 you can press Ctrl-T at the nickname prompt and select an existing
12495 nickname from your address book.
12498 You will normally start in Single Mode, unless you used the Apply command
12499 to startup the TakeAddr screen, in which case you will start in List Mode.
12500 You may switch between the two modes at any time.  If you've already
12501 selected several addresses in List Mode, those will be remembered when you
12502 switch to Single Mode and then back to List Mode.  The set of addresses
12503 that are pre-selected when you start in List Mode are the From addresses
12504 of all of the messages you are operating on.  You may, of course, easily
12505 erase those selections with the UnSetAll command.
12508 If you have more than one writable address book, you will be prompted for
12509 the name of the address book you wish to add the new entry to before
12510 anything else. You can use ^N and ^P to choose among the defined address
12511 books, or type in the address book name.
12514 FOR MORE INFORMATION on addressing see
12515 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12516 <A HREF="h_abook_opened">Address Book Screen's</A>
12517 help text.
12519 &lt;End of help on this topic&gt;
12520 </BODY>
12521 </HTML>
12522 ===== h_takeexport_screen =====
12523 <HTML>
12524 <HEAD>
12525 <TITLE>Take Export Screen Explained</TITLE>
12526 </HEAD>
12527 <BODY>
12528 <H1>TAKE EXPORT COMMANDS</H1>
12529 <!--chtml if pinemode="function_key"-->
12530 <PRE>
12531 Navigating the List of Addresses       Address Selection Commands        
12532 --------------------------------       --------------------------        
12533  F5  Move to previous entry            F3  Exit without taking address
12534  F6  Move to next entry                F4  Take current address(es)
12535  F7  Show previous page of address list
12536  F8  Show next page of address list
12537  F2  WhereIs (search list)
12538                                --------------
12539 Mode Toggle            F9  Set/Unset current address
12540 -----------            F10 Set all
12541  F12 Toggle between List and single mode       F11 Unset all
12542 </PRE>
12543 <!--chtml else-->
12544 <PRE>
12545 Navigating the List of Addresses       Address Selection Commands
12546 --------------------------------       --------------------------
12547  P  Move to previous entry              &lt;  Exit without taking address
12548  N  Move to next entry                  T  Take address
12549  -  Show previous page of address list
12550 Spc (space bar) Show next page of address list
12551  W  WhereIs (search list)              List Mode
12552                                        ---------
12553 Single Mode                             X  Set/Unset current address
12554 -----------                             A  Set all addresses
12555  L  Switch to list mode                 U  Unset all addresses
12556                                         S  Switch to single mode
12557 </PRE>
12558 <!--chtml endif-->
12560 <H2>Description of the Take Export Screen</H2>
12562 This screen is designed to let you select one or more addresses
12563 from the current message and put them into a file.
12564 Only the user@domain_name part of each address is put into the file.
12567 To put a single entry into a file simply highlight the correct line and press 
12568 <!--chtml if pinemode="function_key"-->
12570 <!--chtml else-->
12571 &quot;T&quot;.
12572 <!--chtml endif-->
12573 To put more than one entry into a file
12574 switch the screen display
12575 into List Mode by pressing
12576 <!--chtml if pinemode="function_key"-->
12577 F12.
12578 <!--chtml else-->
12579 &quot;L&quot;.
12580 <!--chtml endif-->
12581 In List Mode, you select the
12582 group of addresses you wish to manipulate by marking them with an
12583 &quot;X&quot;.
12584 The Set/Unset
12585 <!--chtml if pinemode="function_key"-->
12586 (F9)
12587 <!--chtml else-->
12588 (&quot;X&quot;)
12589 <!--chtml endif-->
12590 command will turn the &quot;X&quot; on for the
12591 highlighted address if it was off or turn it off if it was previously on.
12592 The SetAll command will select all of the addresses, and the UnSetAll
12593 command will turn off all the selections.  Once you've gotten the
12594 selection the way you want it, you may put the addresses in a file by typing
12595 <!--chtml if pinemode="function_key"-->
12597 <!--chtml else-->
12598 &quot;T&quot;.
12599 <!--chtml endif-->
12602 You will be asked for the name of a file to put the addresses in.
12603 If the file already exists, you will be asked whether you want to Overwrite
12604 (replace) the contents of the file or Append to the contents of the file.
12607 &lt;End of help on this topic&gt;
12608 </BODY>
12609 </HTML>
12610 ============= h_abook_view ========================
12611 <HTML>
12612 <HEAD>
12613 <TITLE>Address Book View Explained</TITLE>
12614 </HEAD>
12615 <BODY>
12616 This function allows you to view the contents of an address book entry. You
12617 can only view one entry at a time.
12619 <DL>
12620 <DT>Help
12621 <!--chtml if pinemode="function_key"-->
12622 (F1)
12623 <!--chtml else-->
12625 <!--chtml endif-->
12626 </DT>
12627 <DD>
12628 Display this help text.
12630 <DT>Abook
12631 <!--chtml if pinemode="function_key"-->
12632 (F3)
12633 <!--chtml else-->
12634 (&lt;)
12635 <!--chtml endif-->
12636 </DT>
12637 <DD>
12638 Go back to index of address book entries.
12640 <DT>Update
12641 <!--chtml if pinemode="function_key"-->
12642 (F4)
12643 <!--chtml else-->
12645 <!--chtml endif-->
12646 </DT>
12647 <DD>
12648 Update (modify) this entry.
12650 <DT>ComposeTo
12651 <!--chtml if pinemode="function_key"-->
12652 (F5)
12653 <!--chtml else-->
12655 <!--chtml endif-->
12656 </DT>
12657 <DD>Compose a message to the address(es) in this entry.
12659 <DT>Role
12660 <!--chtml if pinemode="function_key"-->
12661 (F6)
12662 <!--chtml else-->
12664 <!--chtml endif-->
12665 </DT>
12666 <DD>Compose a message to the address(es) in this entry using roles.
12668 <DT>Prev Page
12669 <!--chtml if pinemode="function_key"-->
12670 (F7)
12671 <!--chtml else-->
12673 <!--chtml endif-->
12674 </DT>
12675 <DD>
12676 Show the previous page of the current entry.
12678 <DT>Next Page
12679 <!--chtml if pinemode="function_key"-->
12680 (F8)
12681 <!--chtml else-->
12682 (Space)
12683 <!--chtml endif-->
12684 </DT>
12685 <DD>
12686 Show the next page of the current entry.
12688 <DT>Print
12689 <!--chtml if pinemode="function_key"-->
12690 (F9)
12691 <!--chtml else-->
12693 <!--chtml endif-->
12694 </DT>
12695 <DD>Print the current entry.  You can select the
12696 printer or the print command via the &quot;Setup&quot; command
12697 on the MAIN MENU.
12699 <DT>WhereIs
12700 <!--chtml if pinemode="function_key"-->
12701 (F10)
12702 <!--chtml else-->
12704 <!--chtml endif-->
12705 </DT>
12706 <DD>Search the entry for a string of letters.  If it is
12707 found, move to it.  The string can be one word or a phrase.
12708 If there are multiple occurrences, the cursor moves to the
12709 first occurrence beyond the current cursor position.
12711 <DT>Fwd Email
12712 <!--chtml if pinemode="function_key"-->
12713 (F11)
12714 <!--chtml else-->
12716 <!--chtml endif-->
12717 </DT>
12718 <DD>Begin composition of a new mail message with the displayed
12719 text already inserted in the message body.
12721 </DL>
12723 &lt;End of help on this topic&gt;
12724 </BODY>
12725 </HTML>
12726 ============= h_ldap_view ========================
12727 <HTML>
12728 <HEAD>
12729 <TITLE>LDAP Response View Explained</TITLE>
12730 </HEAD>
12731 <BODY>
12732 This function allows you to view the contents of a directory entry. You
12733 can only view one entry at a time.
12735 <DL>
12736 <DT>Help
12737 <!--chtml if pinemode="function_key"-->
12738 (F1)
12739 <!--chtml else-->
12741 <!--chtml endif-->
12742 </DT>
12743 <DD>
12744 Display this help text.
12746 <DT>Results Index
12747 <!--chtml if pinemode="function_key"-->
12748 (F3)
12749 <!--chtml else-->
12750 (&lt;)
12751 <!--chtml endif-->
12752 </DT>
12753 <DD>Go back to index of search results.
12755 <DT>ComposeTo
12756 <!--chtml if pinemode="function_key"-->
12757 (F5)
12758 <!--chtml else-->
12760 <!--chtml endif-->
12761 </DT>
12762 <DD>Compose a message to the address(es) in this entry.
12764 <DT>Role
12765 <!--chtml if pinemode="function_key"-->
12766 (F6)
12767 <!--chtml else-->
12769 <!--chtml endif-->
12770 </DT>
12771 <DD>Compose a message to the address(es) in this entry using roles.
12773 <DT>Prev Page
12774 <!--chtml if pinemode="function_key"-->
12775 (F7)
12776 <!--chtml else-->
12778 <!--chtml endif-->
12779 </DT>
12780 <DD>
12781 Show the previous page of the current entry.
12783 <DT>Next Page
12784 <!--chtml if pinemode="function_key"-->
12785 (F8)
12786 <!--chtml else-->
12787 (Space)
12788 <!--chtml endif-->
12789 </DT>
12790 <DD>
12791 Show the next page of the current entry.
12793 <DT>Print
12794 <!--chtml if pinemode="function_key"-->
12795 (F9)
12796 <!--chtml else-->
12798 <!--chtml endif-->
12799 </DT>
12800 <DD>Print the current entry on paper.  You can select the
12801 printer or the print command via the &quot;Setup&quot; command
12802 on the MAIN MENU.
12804 <DT>WhereIs
12805 <!--chtml if pinemode="function_key"-->
12806 (F10)
12807 <!--chtml else-->
12809 <!--chtml endif-->
12810 </DT>
12811 <DD>Search the entry for a string of letters.  If it is
12812 found, move to it.  The string can be one word or a phrase.
12813 If there are multiple occurrences, the cursor moves to the
12814 first occurrence beyond the current cursor position.
12816 <DT>Fwd Email
12817 <!--chtml if pinemode="function_key"-->
12818 (F11)
12819 <!--chtml else-->
12821 <!--chtml endif-->
12822 </DT>
12823 <DD>Begin composition of a new mail message with the displayed
12824 text already inserted in the message body.
12826 <DT>Save
12827 <!--chtml if pinemode="function_key"-->
12828 (F12)
12829 <!--chtml else-->
12831 <!--chtml endif-->
12832 </DT>
12833 <DD>Save the displayed entry to one of your address books or export
12834 it to a file.
12835 </DL>
12837 &lt;End of help on this topic&gt;
12838 </BODY>
12839 </HTML>
12840 ===== h_attachment_screen =====
12841 <HTML>
12842 <HEAD>
12843 <TITLE>Attachment Index Screen Explained</TITLE>
12844 </HEAD>
12845 <BODY>
12846 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12847 message's attachments, and allows various operations on them.  The
12848 first attachment is usually the message text, but does not include the
12849 header portion of the message.
12851 Available commands include:
12853 <DL>
12855 <DT>Help</DT>
12856 <DD>Show this help text.
12858 <DT>Msg #<I>num</I></DT>
12859 <DD>Leave this screen without displaying or saving any attachments.
12861 <DT>View</DT>
12862 <DD>View the currently selected attachment.
12864 <DT>Prev Attach</DT>
12865 <DD>Move to previous attachment.
12867 <DT>Next Attach</DT>
12868 <DD>Move to next attachment.
12870 <DT>Prev Page</DT>
12871 <DD>Previous page of the listed attachments.
12873 <DT>Next Page</DT>
12874 <DD>Next page of the listed attachments.
12876 <DT>Delete</DT>
12877 <DD>Mark the currently selected attachment for Deletion.
12878 This does not modify the current message by deleting the attachment from
12879 it, but instead the delete flag <EM>only</EM> has an effect when saving
12880 the message to a folder.
12881 Attachments marked for deletion are not copied to the destination folder
12882 along with the rest of the message when it is saved.
12883 It is ok for the destination folder to be the same as the current folder.
12884 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12886 <DT>Undelete</DT>
12887 <DD>Turn off the Delete flag for the selected attachment.
12889 <DT>Save</DT>
12890 <DD>Save the selected attachment to a file.  If the attachment is of
12891 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12892 the specified mail folder.
12894 <DT>Export</DT>
12895 <DD>If the attachment is of
12896 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12897 copy the message to a file in the same way this command works on 
12898 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12900 <DT>Pipe</DT>
12901 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12902 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12904 <DT>WhereIs</DT>
12905 <DD>Find a matching string in the attachment list.
12907 <DT>AboutAttch</DT>
12908 <DD>Examine various aspects of the selected attachment.
12910 <DT>Print</DT>
12911 <DD>Print the selected attachment.
12913 <DT>Forward</DT>
12914 <DD>Forward the selected attachment as an attachment.
12915 </DL>
12919 All attachments can be saved or piped into a UNIX command, but some may
12920 not be readily displayed by either Alpine or an external tool.  In such
12921 cases, the reason why the message cannot be displayed is displayed on
12922 Alpine's message line.
12924 &lt;End of help on this topic&gt;
12925 </BODY>
12926 </HTML>
12927 ============= h_mail_text_att_view ========================
12928 <HTML>
12929 <HEAD>
12930 <TITLE>Attachment View Screen Explained</TITLE>
12931 </HEAD>
12932 <BODY>
12933 This function allows you to view the contents of a text attachment. You
12934 can only view one attachment at a time.
12936 Available commands include:
12938 <DL>
12940 <DT>Help</DT>
12941 <DD>Display this help text
12943 <DT>AttchIndex</DT>
12944 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12946 <DT>Prev Page</DT>
12947 <DD>Show the previous page of the current attachment.
12949 <DT>Next Page</DT>
12950 <DD>Show the next page of the current attachment by pressing the space bar.
12952 <DT>Delete</DT>
12953 <DD>Mark the viewed attachment for Deletion.  The delete
12954 flag <EM>only</EM> has affect when saving the message to a folder.
12955 Attachments marked for deletion are exluded from the messsage when
12956 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12957 this Alpine session.
12959 <DT>Undelete</DT>
12960 <DD>Turn off the Delete flag for the selected attachment.
12962 <DT>Save</DT>
12963 <DD>Copy the current attachment to a file.  If you just enter
12964 a filename, the attachment will be saved with that name in
12965 your home directory 
12966 <!--chtml if pinemode="running"-->
12967 (which, in the present configuration of your system, is
12968  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12969 <!--chtml endif-->
12970 or current working directory
12971 <!--chtml if pinemode="running"-->
12972 (which, at least for your current Alpine &quot;session,&quot; 
12973 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12974 <!--chtml endif-->, depending on the
12975 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12976 configuration setting.  You may enter the full
12977 path and filename to save it in another directory instead.
12979 <DT>Export</DT>
12980 <DD>If the attachment is of
12981 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12982 copy the message to a file in the same way this command works on 
12983 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12984 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12985 defined, they may affect the contents of the exported file.)
12987 <DT>Pipe</DT>
12988 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12990 <DT>WhereIs</DT>
12991 <DD>Search the attachment for a string of letters.  If it is
12992 found, move to it.  The string can be one word or a phrase.
12993 If there are multiple occurrences, the cursor moves to the
12994 first occurrence beyond the current cursor position.
12996 <DT>Print</DT>
12997 <DD>Print the current attachment on paper.  You can select the
12998 printer or the print command via the &quot;Setup&quot; command
12999 on the MAIN MENU.
13001 <DT>Forward</DT>
13002 <DD>Forward the selected attachment as an attachment.
13003 </DL>
13005 &lt;End of help on this topic&gt;
13006 </BODY>
13007 </HTML>
13008 ============= h_journal ==============
13009 <HTML>
13010 <HEAD>
13011 <TITLE>Recent Message Journal Explained</TITLE>
13012 </HEAD>
13013 <BODY>
13015 The following commands are available on this screen:
13017 <DL>
13018 <DT>Help</DT>
13019 <DD>Show this help text
13021 <DT>Exit</DT>
13022 <DD>Exit Viewer, and go back to mail processing
13024 <DT>Prev Page</DT>
13025 <DD>Show the previous page text
13027 <DT>Next Page</DT>
13028 <DD>Show the next page of text by pressing the space bar
13030 <DT>Print</DT>
13031 <DD>Print the displayed text on paper.  You can select the
13032 printer or the print command via the &quot;Setup&quot; command
13033 on the MAIN MENU.
13035 <DT>Fwd Email</DT>
13036 <DD>Begin composition of a new mail message with the displayed
13037 text already inserted in the message body.
13039 <DT>Save</DT>
13040 <DD>Copy the displayed text to a file.  If you just enter
13041 a filename, the text will be saved with that name in
13042 your 
13043 home directory 
13044 <!--chtml if pinemode="running"-->
13045 (which, in the present configuration of your system, is
13046  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13047 <!--chtml endif-->
13048 or current working directory
13049 <!--chtml if pinemode="running"-->
13050 (which, at least for your current Alpine &quot;session,&quot; 
13051 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13052 <!--chtml endif-->, depending on the
13053 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13054 configuration setting.   You may enter the full
13055 path and filename to save it in another directory instead.
13057 <DT>WhereIs</DT>
13058 <DD>Search the text for a string of letters.  If it is
13059 found, move to it.  The string can be one word or a phrase.
13060 If there are multiple occurrences, the cursor moves to the
13061 first occurrence beyond the current cursor position.
13062 </DL>
13064 &lt;End of help on this topic&gt;
13065 </BODY>
13066 </HTML>
13067 ============= h_debugjournal ==============
13068 <HTML>
13069 <HEAD>
13070 <TITLE>Debug Journal Explained</TITLE>
13071 </HEAD>
13072 <BODY>
13074 The following commands are available on this screen:
13076 <DL>
13077 <DT>Help</DT>
13078 <DD>Show this help text
13080 <DT>Exit</DT>
13081 <DD>Exit Viewer, and go back to mail processing
13083 <DT>Timestamps</DT>
13084 <DD>Turn on or off timestamps.
13086 <DT>DebugView</DT>
13087 <DD>Set the level of debugging you want to see. The level may be any number
13088 in the range 0-9. Higher numbers show more debugging detail. Note that the
13089 debugging information has already been captured. This setting just causes the
13090 debugging information that you see to be filtered. If you set this to
13091 the number &quot;5&quot; then you will be shown all of the debugging information
13092 at levels 5 and below.
13093 It's actually a bit more complicated than that. A fixed amount of memory
13094 is used to store the debug information.
13095 Since the amount of memory used is limited the debugging information
13096 has to be trimmed back when it gets too large.
13098 <DT>Prev Page</DT>
13099 <DD>Show the previous page text
13101 <DT>Next Page</DT>
13102 <DD>Show the next page of text by pressing the space bar
13104 <DT>Print</DT>
13105 <DD>Print the displayed text on paper.  You can select the
13106 printer or the print command via the &quot;Setup&quot; command
13107 on the MAIN MENU.
13109 <DT>Fwd Email</DT>
13110 <DD>Begin composition of a new mail message with the displayed
13111 text already inserted in the message body.
13113 <DT>Save</DT>
13114 <DD>Copy the displayed text to a file.  If you just enter
13115 a filename, the text will be saved with that name in
13116 your 
13117 home directory 
13118 <!--chtml if pinemode="running"-->
13119 (which, in the present configuration of your system, is
13120  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13121 <!--chtml endif-->
13122 or current working directory
13123 <!--chtml if pinemode="running"-->
13124 (which, at least for your current Alpine &quot;session,&quot; 
13125 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13126 <!--chtml endif-->, depending on the
13127 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13128 configuration setting.   You may enter the full
13129 path and filename to save it in another directory instead.
13131 <DT>WhereIs</DT>
13132 <DD>Search the text for a string of letters.  If it is
13133 found, move to it.  The string can be one word or a phrase.
13134 If there are multiple occurrences, the cursor moves to the
13135 first occurrence beyond the current cursor position.
13136 </DL>
13138 &lt;End of help on this topic&gt;
13139 </BODY>
13140 </HTML>
13141 ============= h_simple_text_view ==============
13142 <HTML>
13143 <HEAD>
13144 <TITLE>Simple Text View Screen Explained</TITLE>
13145 </HEAD>
13146 <BODY>
13148 The following commands are available on this screen:
13150 <DL>
13151 <DT>Help</DT>
13152 <DD>Show this help text
13154 <DT>Exit</DT>
13155 <DD>Exit Viewer, and go back to mail processing
13157 <DT>Prev Page</DT>
13158 <DD>Show the previous page text
13160 <DT>Next Page</DT>
13161 <DD>Show the next page of text by pressing the space bar
13163 <DT>Print</DT>
13164 <DD>Print the displayed text on paper.  You can select the
13165 printer or the print command via the &quot;Setup&quot; command
13166 on the MAIN MENU.
13168 <DT>Fwd Email</DT>
13169 <DD>Begin composition of a new mail message with the displayed
13170 text already inserted in the message body.
13172 <DT>Save</DT>
13173 <DD>Copy the displayed text to a file.  If you just enter
13174 a filename, the attachment will be saved with that name in
13175 your 
13176 home directory 
13177 <!--chtml if pinemode="running"-->
13178 (which, in the present configuration of your system, is
13179  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13180 <!--chtml endif-->
13181 or current working directory
13182 <!--chtml if pinemode="running"-->
13183 (which, at least for your current Alpine &quot;session,&quot; 
13184 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13185 <!--chtml endif-->, depending on the
13186 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13187 configuration setting.   You may enter the full
13188 path and filename to save it in another directory instead.
13190 <DT>WhereIs</DT>
13191 <DD>Search the attachment for a string of letters.  If it is
13192 found, move to it.  The string can be one word or a phrase.
13193 If there are multiple occurrences, the cursor moves to the
13194 first occurrence beyond the current cursor position.
13195 </DL>
13197 &lt;End of help on this topic&gt;
13198 </BODY>
13199 </HTML>
13200 ======= h_pine_for_windows ========
13201 <HTML>
13202 <HEAD>
13203 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13204 </HEAD>
13205 <BODY>
13206 <H1>Getting Help In PC-Alpine</H1>
13209 PC-Alpine offers general and specific help text. From the <A
13210 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13211 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13212 specific help for that screen is available from the toolbar Help menu or
13213 with the 
13214 <!--chtml if pinemode="function_key"-->
13215 &quot;F1&quot; key.
13216 <!--chtml else-->
13217 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13218 typing &quot;?&quot; would be mistaken as entering text.
13219 <!--chtml endif-->
13222 Although this version of Alpine is for Microsoft Windows, it is not
13223 considered a full &quot;Graphical User Interface&quot; application. 
13224 Yet, many of the controls that Windows users are accustomed to seeing, 
13225 such as scrollbars and toolbars, are available.
13228 PC-Alpine offers considerable mouse support.  You can view what is
13229 &quot;click-able&quot; by dragging your mouse over any screen; when the
13230 arrow cursor changes into a hand, you found something. Mouse-click
13231 possibilities include navigating between screens and folders and
13232 double-clicking on hyperlinks to open your Web browser.
13233 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13234 screen.  Examples of right-click options include &quot;copy&quot; after
13235 selecting text to copy and &quot;View in New Window&quot; when you click
13236 on a particular message in the Message Index. The menu choices available
13237 to you will vary based upon what screen is open, where on the screen your
13238 cursor is located, and even what action you have already taken.
13241 &lt;End of help on this topic&gt;
13242 </BODY>
13243 </HTML>
13244 ===== h_composer =====
13245 <HTML>
13246 <HEAD>
13247 <TITLE>COMPOSER COMMANDS</TITLE>
13248 </HEAD>
13249 <BODY>
13250 <H1>COMPOSER COMMANDS</H1>
13252 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>
13253 &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>
13254 &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>
13255 &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>
13256 &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>
13257 &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>
13258 &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>
13259 &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>
13260 &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>
13261 &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>
13262 ---------------------------------------|&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>
13263 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>
13264 &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>
13265 &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>
13266 &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>
13269 NOTE:
13270 <OL>
13271  <LI>For help on a particular command, highlight the bold text associated
13272 with it above and hit Return.
13273  <LI> The availability of certain commands
13274 is determined by Alpine configuration files and system capabilities.
13275 At some sites, certain commands may not be available due to security or
13276 support concerns.
13277  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13278 Ctrl-&#92;, ESC.
13279  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13280 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13281 </OL>
13284 HINT: To move rapidly to the bottom of a message you are composing,
13285 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13286 with the Mark and Cut commands to eliminate large amounts of unwanted
13287 text in a Reply.
13289 <H2>Description of Composer</H2>
13291 Alpine has a built-in editing program that allows you to compose messages
13292 without having to leave Alpine.  The editor is designed to be very simple to
13293 use so that you can get started writing email right away.
13296 Messages are usually just text, about 80 columns wide.  Using upper and
13297 lower case is encouraged.  On some systems the size limit of the message
13298 is about 100,000 characters, which is about 2,000 lines.  You can include
13299 punctuation and special characters found on most keyboards, but you can't
13300 include characters with diacritical marks and certain special symbols.
13303 Text automatically wraps as you type past the end of a line so you do not
13304 have to hit return.  Using the
13305 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13306 you can also reformat text explicitly, perhaps after you have
13307 deleted some text.
13310 You can include other text files with the 
13311 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13312 which will prompt you for the name of the file to insert at the
13313 current cursor postion.
13316 <UL>
13317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13318 </UL>
13320 &lt;End of help on this topic&gt;
13321 </BODY>
13322 </HTML>
13323 ====== h_composer_browse =====
13324 <HTML>
13325 <HEAD>
13326 <TITLE>BROWSER</TITLE>
13327 </HEAD>
13328 <BODY>
13329 <H1>BROWSER</H1>
13330 This screen lets you browse your files and directories.  To go to another 
13331 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13332 choose &quot;Select&quot; (the default choice on the menu); 
13333 or choose &quot;Goto&quot; and enter the name of the directory.
13334 <!--chtml if pinemode="os_windows"-->
13335 <!--chtml else--> 
13336 In Unix Alpine, you may use 
13337 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13338 to another's home directory.  
13339 <!--chtml endif--><P>
13340 To select a file, move the cursor to it and 
13341 choose &quot;Select&quot; (the default choice on the menu).  
13343 <UL>
13344 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13345 inclusion in the 
13346 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13347 the 
13348 &quot;----- Message Text -----&quot; line
13349 while composing, then &quot;To Files&quot;):  Since the file 
13350 selected will become part of the message text, it must be in a format 
13351 suitable for that (Alpine does not check!), such as a plain text file.
13352 Files of other formats (for example, graphics, databases, software 
13353 programs) should be 
13354 <B>attached</B> to the message instead --
13355 by moving the cursor in the COMPOSE MESSAGE screen into the 
13356 message header area and pressing 
13357 <!--chtml if pinemode="function_key"-->
13359 <!--chtml else-->
13360 Ctrl-J.
13361 <!--chtml endif--> 
13363 <P><LI>
13364 Note <B>if</B> you are currently using the BROWSER for saving a message 
13365 attachment, or exporting a message, to a file: You can use the Add command to 
13366 provide the name for a new file to save/export to, and then select that name 
13367 to use it for the save/export operation.  Back at the prompt 
13368 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13369 either Overwrite or Append (it doesn't make a difference, since the file is 
13370 so far empty).  Note: If you cancel the 
13371 operation at that point, the file created with the Add command will remain 
13372 0 bytes in size.
13374 </UL>
13375 <P><UL>
13376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13377 </UL>
13379 &lt;End of help on this topic&gt;
13380 </BODY>
13381 </HTML>
13382 ====== h_composer_ins =====
13383 <HTML>
13384 <HEAD>
13385 <TITLE>INSERT TEXT FILE</TITLE>
13386 </HEAD>
13387 <BODY>
13388 <H1>INSERT TEXT FILE</H1>
13390 Use this function to insert a text file. The file name
13391 given can be an absolute file path name for your system
13392 <!--chtml if pinemode="os_windows"-->
13393 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13394 with a relative pathname, or simply a file name without
13395 drive or directory specification.  
13396 <!--chtml else-->
13397 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13398 a file in your home directory, or a file path relative to your 
13399 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13400 your home directory or &quot;~user&quot; to refer to another
13401 account's home directory.
13402 <!--chtml endif-->
13404 No wild card characters may be used.  
13405 The file must reside on the system running Alpine.
13407 If the 
13408 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13409 feature is set, names are relative to your current working directory 
13410 <!--chtml if pinemode="running"-->
13411 (which, at least for your current Alpine &quot;session,&quot; 
13412 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13413 <!--chtml endif-->
13414 rather than your home directory
13415 <!--chtml if pinemode="running"-->
13416 (which, in the present configuration of your system, is
13417  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13418 <!--chtml endif-->
13420 <P><UL>
13421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13422 </UL>
13424 &lt;End of help on this topic&gt;
13425 </BODY>
13426 </HTML>
13427 ====== h_composer_ins_m =====
13428 <HTML>
13429 <HEAD>
13430 <TITLE>INSERT MESSAGE</TITLE>
13431 </HEAD>
13432 <BODY>
13433 <H1>INSERT MESSAGE</H1>
13435 Type in the number of a message in the currently open folder to insert it
13436 into your message.
13437 <P><UL>
13438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13439 </UL>
13441 &lt;End of help on this topic&gt;
13442 </BODY>
13443 </HTML>
13444 ====== h_composer_search =====
13445 <HTML>
13446 <HEAD>
13447 <TITLE>Explanation of Composer Whereis Command </TITLE>
13448 </HEAD>
13449 <BODY>
13450 <H1>Help For Whereis Command</H1>
13452 Whereis is used to search the message for a word or part of a word.
13453 When searching in the composer, only the message part of your mail is
13454 searched, and the cursor is put on the first occurrence appearing
13455 after the location of the cursor.  The search will wrap to the
13456 beginning of the message when it no longer finds matches in the
13457 remainder of the message.
13459 To search for the same string a second time, press 
13460 <!--chtml if pinemode="function_key"-->
13461 &quot;F6&quot;
13462 <!--chtml else-->
13463 &quot;^W&quot;
13464 <!--chtml endif-->
13465 to begin search and then just press RETURN to accept the previous
13466 search string shown in square brackets rather than entering a new
13467 search string.<P>
13469 The &quot;Search&quot; prompt has several sub-command available:
13471 <DL>
13472 <DT>Get Help</DT>
13473 <DD> Takes you to this help page.
13475 <DT>Cancel</DT>
13476 <DD> Cancels the prompt.  No search takes place.
13478 <DT>First Line</DT>
13479 <DD> Takes you back to the composer with the cursor on the first character
13480 of the first line of text.
13482 <DT>Last Line</DT>
13483 <DD> Takes you back to the composer with the cursor on the last character
13484 of the last line of text.
13486 <DT>Replace (Optional)</DT>
13487 <DD> This sub-command is enabled by the 
13488 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13489 feature (which is on by default); see its help screen for details on how replacing works.
13491 </DL>
13493 &lt;End of help on this topic&gt;
13494 </BODY>
13495 </HTML>
13496 ====== h_sigedit_search =====
13497 <HTML>
13498 <HEAD>
13499 <TITLE>Explanation of Whereis Command </TITLE>
13500 </HEAD>
13501 <BODY>
13502 <H1>Help For Whereis Command</H1>
13504 Whereis is used to search for a word or part of a word.
13505 When searching the cursor is put on the first occurrence appearing
13506 after the location of the cursor.  The search will wrap to the
13507 beginning of the signature when it no longer finds matches in the
13508 remainder of the signature.
13510 To search for the same string a second time, press 
13511 <!--chtml if pinemode="function_key"-->
13512 &quot;F6&quot;
13513 <!--chtml else-->
13514 &quot;^W&quot;
13515 <!--chtml endif-->
13516 to begin search and then just press RETURN to accept the previous
13517 search string shown in square brackets rather than entering a new
13518 search string.<P>
13520 The &quot;Search&quot; prompt has several sub-command available:
13522 <DL>
13523 <DT>Get Help</DT>
13524 <DD> Takes you to this help page.
13526 <DT>Cancel</DT>
13527 <DD> Cancels the prompt.  No search takes place.
13529 <DT>First Line</DT>
13530 <DD> Takes you back to the composer with the cursor on the first character
13531 of the first line of text.
13533 <DT>Last Line</DT>
13534 <DD> Takes you back to the composer with the cursor on the last character
13535 of the last line of text.
13537 <DT>Replace (Optional)</DT>
13538 <DD> This sub-command is enabled by the 
13539 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13540 feature (which is on by default); see its help screen for details on how replacing works.
13542 </DL>
13544 &lt;End of help on this topic&gt;
13545 </BODY>
13546 </HTML>
13547 ======= h_composer_to ====
13548 <HTML>
13549 <HEAD>
13550 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13551 </HEAD>
13552 <BODY>
13553 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13555 <H2>The &quot;To:&quot; field</H2>
13556 The address you enter here must be a valid email address that is reachable
13557 from your site. 
13559 <H2>Email Address Format</H2>
13560 You may enter a full name and email address, 
13561 <!--chtml if pinemode="os_windows"-->
13562 <!--chtml else-->
13563 a local (meaning, on the same 
13564 host as the one you are running Alpine on) username that Alpine will
13565 complete for you, 
13566 <!--chtml endif-->
13567 the nickname of someone in a 
13568 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13569 mail alias defined by your system administrator.  When you move the cursor
13570 out of this field, the nicknames will be expanded to the addresses in your
13571 address book, and the local usernames will be expanded to include the 
13572 persons' actual names.  You may enter as many addresses as you wish, but they 
13573 must be separated by commas.  You can move around this and other header fields
13574 with the arrow keys and use many of the usual composer editing keys.
13576 <UL>
13577 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13578 </UL>
13581 <H2>MESSAGE HEADER COMMANDS</H2>
13582 <!--chtml if pinemode="function_key"-->
13583 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13584 ^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>
13585 ^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>
13586 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13587 ^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>
13588 ^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>
13589 ^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>
13590 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>
13591 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>
13592 ^@&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>
13593 ----------------------------------------|<BR>
13594 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13595 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>
13596 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>
13597 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>
13598 <!--chtml else-->
13599 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13600 ^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>
13601 ^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>
13602 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13603 ^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>
13604 ^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>
13605 ^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>
13606 ^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>
13607 ^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>
13608 ^@&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>
13609 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13610 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>
13611 ^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>
13612 ^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>
13613 ^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>
13614 <!--chtml endif-->
13617 NOTE:
13618 <OL>
13619  <LI>For help on a particular command, highlight the bold text associated
13620 with it above and hit Return.
13621  <LI> The availability of certain commands 
13622 is determined by Alpine configuration files and system capabilities.
13623 At some sites, certain commands may not be available due to security or
13624 support concerns.
13625 </OL>
13628 <UL>   
13629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13630 </UL><P>
13631 &lt;End of help on this topic&gt;
13632 </BODY>
13633 </HTML>
13634 ======= h_composer_cc ====
13635 <HTML>
13636 <HEAD>
13637 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13638 </HEAD>
13639 <BODY>
13640 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13641 The Cc: field is just like the To: field, except it is used for addressees
13642 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13643 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13644 them to see the message.  The only difference the recipients see is that their 
13645 name is in the Cc: field, rather than the To: field.
13647 For help with Cc: field editing
13648 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13650 <UL>
13651 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13652 </UL>
13654 <UL>   
13655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13656 </UL><P>
13657 &lt;End of help on this topic&gt;
13658 </BODY>
13659 </HTML>
13660 ======= h_composer_bcc ====
13661 <HTML>
13662 <HEAD>
13663 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13664 </HEAD>
13665 <BODY>
13666 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13667 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13668 a copy of the message to one or more people whose addresses you do not
13669 wish disclosed, either to reduce clutter or for confidentiality.
13671 The format of the Bcc: field is just the same as the To: and Cc: fields in
13672 the way the addresses are entered.  The recipients listed here will
13673 receive a copy of the message, but --assuming your site's mail transport
13674 software is properly configured-- their addresses will not show up in the
13675 headers of the message, as delivered to all of the recipients.  The To:
13676 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13678 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13679 will automatically generate and place in the To: field a pseudo-address of 
13680   &quot;undisclosed-recipients: ;&quot;
13681 or whatever string has been specified in the 
13682 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13683 variable.
13685 The reason for this is to avoid embarrassment caused by some Internet
13686 mail transfer software that interprets a &quot;missing&quot; To: header as 
13687 an error and replaces it with an Apparently-to: header that may contain
13688 the addresses you entered on the Bcc: line.  In addition, it may be
13689 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13691 You can manipulate what text ends up on the (originally) empty To:
13692 field.  Just remember to put a colon and semicolon at the end of the
13693 field, which is a special notation denoting that it is not a real address.
13695 For information on message header editing
13696 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13698 <UL>
13699 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13700 </UL>
13702 <UL>   
13703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13704 </UL><P>
13705 &lt;End of help on this topic&gt;
13706 </BODY>
13707 </HTML>
13708 ======= h_composer_lcc ====
13709 <HTML>
13710 <HEAD>
13711 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13712 </HEAD>
13713 <BODY>
13714 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13715 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13716 you wish to send a message to a list of people but avoid having all
13717 of their addresses visible, in order to reduce clutter when the
13718 message is received.
13720 It is similar to the 
13721 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13722 in that individual
13723 addressees are hidden, but Lcc is designed to work specifically with
13724 distribution lists you have created in your 
13725 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13726 the nickname of the list on the Lcc line will result in the full name of
13727 your Alpine Address Book list being placed on the To: line of the message,
13728 using a special notation that distinguishes it from a real address. You
13729 must leave the To: line blank for your list name to appear there.
13731 For example, if you have this list entered in your Address Book:<PRE>
13733         largo         Key Largo List       DISTRIBUTION LIST:
13734                                            bogie@mgm.com
13735                                            lauren@mgm.com
13736                                            walter@mgm.com</PRE>
13739 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13740 the result is:<PRE>
13742         To      : Key Largo List: ;
13743         Cc      :
13744         Bcc     :
13745         Fcc     : sent-mail
13746         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13747                   lauren@mgm.com,
13748                   walter@mgm.com
13749         Subject :</PRE>
13751 Each recipient listed on the Lcc: line receives a copy of the message
13752 without their address being visible (as though they were listed on the
13753 Bcc: line). The colon-semicolon notation used to put the full-name of the
13754 list on the To: line is a special address format that doesn't specify any
13755 actual addressees, but does give some information to the recipients of the
13756 message.
13758 Note: if after entering an LCC, you delete the list name that is placed
13759 on the To: line, then recipients will see <PRE>
13760        To: undisclosed-recipients: ;</PRE>
13762 (or whatever string is defined in the 
13763 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13764 variable) just as in the BCC case. 
13766 For help with Lcc: field editing
13767 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13769 <UL>
13770 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13771 </UL>
13773 <UL>   
13774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13775 </UL><P>
13776 &lt;End of help on this topic&gt;
13777 </BODY>
13778 </HTML>
13779 ======= h_composer_from =======
13780 <HTML>
13781 <HEAD>
13782 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13783 </HEAD>
13784 <BODY>
13785 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13787 This header carries your return address.  It is the address toward which
13788 replies (and often, future unrelated correspondence) will be directed,
13789 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13790 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13791 sure this address is correct.
13793 For help with message header editing
13794 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13796 <UL>
13797 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13798 </UL>
13800 <UL>   
13801 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13802 </UL><P>
13803 &lt;End of help on this topic&gt;
13804 </BODY>
13805 </HTML>
13806 ======= h_composer_reply_to =======
13807 <HTML>
13808 <HEAD>
13809 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13810 </HEAD>
13811 <BODY>
13812 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13814 Most people should not need this header. The Reply-To: header is used in
13815 cases where you would like replies to your messages to be directed to an
13816 address other than your normal &quot;From:&quot; address.  This is atypical, 
13817 but can happen when you use multiple machines and do not have the same account
13818 name on each one, or when you wish to direct certain replies to accounts
13819 or folders designated for specific classes of correspondence.
13821 For help with message header editing
13822 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13824 <UL>
13825 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13826 </UL>
13829 <UL>   
13830 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13831 </UL><P>
13832 &lt;End of help on this topic&gt;
13833 </BODY>
13834 </HTML>
13835 ======= h_composer_custom_addr ====
13836 <HTML>
13837 <HEAD>
13838 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13839 </HEAD>
13840 <BODY>
13841 <H1>CUSTOMIZED HEADER FIELD</H1>
13842 This is a customized header, i.e. not one that is part of Alpine's normal
13843 set of Compose headers.
13845 For help with message header editing
13846 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13848 <UL>
13849 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13850 </UL>
13852 <UL>   
13853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13854 </UL><P>
13855 &lt;End of help on this topic&gt;
13856 </BODY>
13857 </HTML>
13858 ======= h_composer_custom_free ====
13859 <HTML>
13860 <HEAD>
13861 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13862 </HEAD>
13863 <BODY>
13864 <H1>CUSTOMIZED HEADER FIELD</H1>
13865 This is a customized header, i.e. not one that is part of Alpine's normal
13866 set of Compose headers.
13868 This field consists of arbitrary text.
13870 For help with message header editing
13871 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13873 <UL>   
13874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13875 </UL><P>
13876 &lt;End of help on this topic&gt;
13877 </BODY>
13878 </HTML>
13879 ====== h_composer_news =====
13880 <HTML>
13881 <HEAD>
13882 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13883 </HEAD>
13884 <BODY>
13885 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13886 Use the newsgroups line to specify any and all USENET newsgroups to which
13887 your message should be posted.  When composing a message from scratch, this
13888 line may be hidden.  If so, just press the rich headers command
13889 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13890 to make it visible.
13892 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13893 people will be reading your message.  Also, you or your system manager
13894 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13895 in order for you to be able to post.
13897 For help with message header editing
13898 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13899 <P><UL>
13900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13901 </UL>
13903 &lt;End of help on this topic&gt;
13904 </BODY>
13905 </HTML>
13906 ======= h_composer_fcc ====
13907 <HTML>
13908 <HEADER>
13909 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13910 </HEADER>
13911 <BODY>
13912 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13913 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13914 each outgoing message.  The default value can be configured with the
13915 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13916 the file carbon copy on any message you send by editing the FCC header.<p>
13918 You may type ^T to get a list of all your folders and select one to use as
13919 the FCC for this message.<P>
13921 For help with message header editing
13922 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13924 <UL>   
13925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13926 </UL><P>
13927 &lt;End of help on this topic&gt;
13928 </BODY>
13929 </HTML>
13930 ======= h_composer_subject ====
13931 <HTML>
13932 <HEADER>
13933 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13934 </HEADER>
13935 <BODY>
13936 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13938 The subject header provides a place to enter a few words that summarize
13939 the topic of the message you are sending.  You may leave this line blank,
13940 but it is considered a courtesy to use a meaningful subject.<p>
13942 For help with message header editing
13943 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13945 <UL>   
13946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13947 </UL><P>
13948 &lt;End of help on this topic&gt;
13949 </BODY>
13950 </HTML>
13951 ======= h_composer_attachment ====
13952 <HTML>
13953 <HEAD>
13954 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13955 </HEAD>
13956 <BODY>
13957 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13959 The &quot;Attchmnt:&quot; field is where you specify what file or
13960 files you'd like attached to
13961 the message you are composing.  Those files must reside on the machine
13962 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13963 account on a Unix machine, you'll have to transfer it before attaching it.
13964 Contact local computer support people for assistance with transferring.
13967 The file name
13968 given can be an absolute file path name for your system
13969 <!--chtml if pinemode="os_windows"-->
13970 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13971 with a relative pathname, or simply a file name without
13972 drive or directory specification.  
13973 <!--chtml else-->
13974 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13975 a file in your home directory, or a file path relative to your 
13976 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13977 your home directory or &quot;~user&quot; to refer to another
13978 account's home directory.
13979 <!--chtml endif--><P>
13980 No wild card characters may be used.
13981 <P>If the 
13982 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13983 feature is set, names are relative to your current working directory 
13984 <!--chtml if pinemode="running"-->
13985 (which, at least for your current Alpine &quot;session,&quot; 
13986 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13987 <!--chtml endif-->
13988 rather than your home directory
13989 <!--chtml if pinemode="running"-->
13990 (which, in the present configuration of your system, is
13991  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13992 <!--chtml endif-->
13995 Alpine uses MIME encoding for attachments, so binaries and files of any
13996 length can safely be delivered to any MIME-capable mail reading program.
13997 If you send an attachment to someone who does not have a MIME-capable mail
13998 reading program yet, then the main message text will be readable, but
13999 attachments (even attachments that are just plain text) are not.
14002 Typing the filename on the Attchmnt: line achieves the same
14003 result as using the 
14004 <!--chtml if pinemode="function_key"-->
14006 <!--chtml else-->
14007 Ctrl-J
14008 <!--chtml endif--> command.
14011 If you Forward a message with attachments, you may delete them from your
14012 Forwarded message by editing the Attchmnt header line.
14015 For help with message header editing
14016 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14018 <UL>   
14019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14020 </UL><P>
14021 &lt;End of help on this topic&gt;
14022 </BODY>
14023 </HTML>
14024 ======= h_composer_ctrl_j ====
14025 <HTML>
14026 <HEAD>
14027 <TITLE>COMPOSER ATTACH</TITLE>
14028 </HEAD>
14029 <BODY>
14030 After the
14031 <!--chtml if pinemode="function_key"-->
14033 <!--chtml else-->
14034 Ctrl-J
14035 <!--chtml endif--> command:
14036 At the &quot;File to attach:&quot; prompt, enter the name of the 
14037 existing file to attach to your message.  
14038 When the feature
14039 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14040 is set
14041 you need only enter the beginning of the filename (enough of it to uniquely 
14042 identify the file) and press TAB to complete it.
14044 Or, press ^T to use the BROWSER screen for 
14045 selecting the file.  <P>
14046 For more information on attaching files, see the help screen for the 
14047 composer's 
14048 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14049 but can be revealed using the 
14050 <!--chtml if pinemode="function_key"-->
14052 <!--chtml else-->
14053 Ctrl-R
14054 <!--chtml endif--> 
14055 command with the cursor positioned above the
14056 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14058 &lt;End of help on this topic&gt;
14059 </BODY>
14060 </HTML>
14061 ======= h_edit_nav_cmds =========
14062 <HTML>
14063 <HEAD>
14064 <TITLE>Composer Editing Commands Explained</TITLE>
14065 </HEAD>
14066 <BODY>
14067 <H1>EDITING and NAVIGATION COMMANDS</H1>
14068 <!--chtml if pinemode="function_key"-->
14069 <PRE>
14070 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14071 ^B (Left Arrow)    Back character       | ^D       Delete current character
14072 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14073 ^P (Up Arrow)      Previous line        |
14074 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14075 ^A                 Beginning of line    |            delete current line
14076 ^E                 End of line          | F10      Undelete line(s)
14077 F7                 Previous page        |
14078 F8                 Next page            |-------------------------------------
14079 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14080 ----------------------------------------|
14081 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14082 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14083 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14084 </PRE>
14085 <!--chtml else-->
14086 <PRE>
14087 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14088 ^B (Left Arrow)    Back character       | ^D       Delete current character
14089 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14090 ^P (Up Arrow)      Previous line        |
14091 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14092 ^A                 Beginning of line    |            delete current line
14093 ^E                 End of line          | ^U       Undelete line(s)
14094 ^Y                 Previous page        |
14095 ^V                 Next page            |-------------------------------------
14096 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14097 ----------------------------------------|
14098 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14099 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14100 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14101 </PRE>
14102 <!--chtml endif-->
14103 &lt;End of help on this topic&gt;
14104 </BODY>
14105 </HTML>
14106 ===== h_composer_sigedit =====
14107 <HTML>
14108 <HEAD>
14109 <TITLE>Signature Editor Commands Explained</TITLE>
14110 </HEAD>
14111 <BODY>
14112 <H1>SIGNATURE EDITOR COMMANDS</H1>
14113 <!--chtml if pinemode="function_key"-->
14114 <PRE>
14115 CURSOR MOTION KEYS                     |EDITING KEYS
14116   ^B (Left Arrow)   Back character     | ^D       Delete current character
14117   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14118   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14119   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14120   ^A                Beginning of line  |           delete current line
14121   ^E                End of line        | F10       Paste text, undelete lines
14122   F7                Previous page      |           cut with ^K, or unjustify
14123   F8                Next page          |-------------------------------------
14124   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14125 ---------------------------------------| F6       Whereis (search for string)
14126 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14127  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14128                  |  ^Z    Suspend      | ^L       Redraw Screen
14129  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14130 </PRE>
14131 <!--chtml else-->
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          | ^K       Cut marked text or
14138   ^A                Beginning of line  |           delete current line
14139   ^E                End of line        | ^U        Paste text, undelete lines
14140   ^Y                Previous page      |           cut with ^K, or unjustify
14141   ^V                Next page          |-------------------------------------
14142   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14143 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14144 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14145  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14146                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14147  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14148 </PRE>
14149 <!--chtml endif-->
14151 NOTE: The presence or absence of the following commands is determined
14152 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14153 some of these commands may be administratively disabled by your system
14154 manager; if they don't work, please check with your local help desk
14155 before reporting a bug.
14157 <UL>
14158  <LI>Suspend (suspends Alpine and gives a system prompt)
14159  <LI>Alternate editor (allows you to compose with your own editor)
14160 </UL>
14163 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14164 Ctrl-&#92;, ESC
14167 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14168 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14170 &lt;End of help on this topic&gt;
14171 </BODY>
14172 </HTML>
14173 ===== h_composer_commentedit =====
14174 <HTML>
14175 <HEAD>
14176 <TITLE>Comment Editor Commands Explained</TITLE>
14177 </HEAD>
14178 <BODY>
14179 <H1>COMMENT EDITOR COMMANDS</H1>
14180 <!--chtml if pinemode="function_key"-->
14181 <PRE>
14182 CURSOR MOTION KEYS                     |EDITING KEYS
14183   ^B (Left Arrow)   Back character     | ^D       Delete current character
14184   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14185   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14186   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14187   ^A                Beginning of line  |           delete current line
14188   ^E                End of line        | F10       Paste text, undelete lines
14189   F7                Previous page      |           cut with ^K, or unjustify
14190   F8                Next page          |-------------------------------------
14191   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14192 ---------------------------------------| F6       Whereis (search for string)
14193 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14194  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14195                  |  ^Z    Suspend      | ^L       Redraw Screen
14196  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14197 </PRE>
14198 <!--chtml else-->
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          | ^K       Cut marked text or
14205   ^A                Beginning of line  |           delete current line
14206   ^E                End of line        | ^U        Paste text, undelete lines
14207   ^Y                Previous page      |           cut with ^K, or unjustify
14208   ^V                Next page          |-------------------------------------
14209   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14210 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14211 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14212  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14213                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14214  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14215 </PRE>
14216 <!--chtml endif-->
14218 NOTE: The presence or absence of the following commands is determined
14219 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14220 some of these commands may be administratively disabled by your system
14221 manager; if they don't work, please check with your local help desk
14222 before reporting a bug.
14224 <UL>
14225  <LI>Suspend (suspends Alpine and gives a system prompt)
14226  <LI>Alternate editor (allows you to compose with your own editor)
14227 </UL>
14230 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14231 Ctrl-&#92;, ESC
14234 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14235 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14237 &lt;End of help on this topic&gt;
14238 </BODY>
14239 </HTML>
14240 ======= h_composer_abook_nick =======
14241 <HTML>
14242 <HEAD>
14243 <TITLE>Addressbook Nickname Explained</TITLE>
14244 </HEAD>
14245 <BODY>
14246 This is a short nickname for this address book entry.  If it is used in
14247 place of an address from the composer, the composer will fill in the
14248 address(es) for the entry that matches the nickname. 
14251 Look <A HREF="h_edit_nav_cmds">here</A>
14252 to see the available Editing and Navigation commands.
14254 &lt;End of help on this topic&gt;
14255 </BODY>
14256 </HTML>
14257 ======= h_composer_abook_full =======
14258 <HTML>
14259 <HEAD>
14260 <TITLE>Addressbook Fullname Explained</TITLE>
14261 </HEAD>
14262 <BODY>
14263 This is the full name field for this entry.  If this is going to be a
14264 distribution list (more than one address), it should be a descriptive
14265 phrase describing the list.  It will be included in the mail header if you
14266 put the list in the To: or CC: field, or in the To: line if you put the
14267 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14268 leave any of the other fields blank, too). If this address book entry is
14269 going to be a simple entry with just one address, then this field is the
14270 person's name. When you send mail to this entry, this is the field to the
14271 left of the brackets. That is, it is the most readable part of the 
14272 address. For example, in the sample address:
14273 <PRE>
14274        John Doe &lt;jdoe@some.domain&gt;
14275 </PRE>
14276 "John Doe" is the full name field. If you are sorting your address book
14277 with one of the options that uses full names, then it might be useful to
14278 enter the full name as "Last, First", for example:
14279 <PRE>
14280        Doe, John
14281 </PRE>
14282 so that it will be sorted using Doe instead of John. This will be changed
14283 back into John Doe when you use it.
14285 Look <A HREF="h_edit_nav_cmds">here</A>
14286 to see the available Editing and Navigation commands.
14288 &lt;End of help on this topic&gt;
14289 </BODY>
14290 </HTML>
14291 ======= h_composer_abook_fcc =======
14292 <HTML>
14293 <HEAD>
14294 <TITLE>Addressbook Fcc Explained</TITLE>
14295 </HEAD>
14296 <BODY>
14297 If this entry is the first one in the To: line of an outgoing message,
14298 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14299 you would normally get (which depends on which
14300 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14301 you've chosen). 
14303 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14304 that you don't want any Fcc associated with this entry.
14306 Look <A HREF="h_edit_nav_cmds">here</A>
14307 to see the available Editing and Navigation commands.
14309 &lt;End of help on this topic&gt;
14310 </BODY>
14311 </HTML>
14312 ====== h_config_combined_abook_display =====
14313 <HTML>
14314 <HEAD>
14315 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14316 </HEAD>
14317 <BODY>
14318 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14320 This feature affects the address book display screens.
14321 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14322 will cause the remaining address books and directory servers to disappear
14323 from the screen, leaving only the entries of the expanded address book.
14324 If this feature is set, then the other address books will remain on the screen,
14325 so that all of the address books can be present at once.
14328 The way that commands work won't be changed.
14329 For example, the Select All command will select all of the entries in the
14330 current address book, not all of the entries in all of the address books.
14331 The WhereIs command will change a little.
14332 It will search through all of the text on the screen plus all of the entries
14333 from expanded address books.
14336 When this feature is set, the setting of the feature
14337 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14338 has an effect.
14340 &lt;End of help on this topic&gt;
14341 </BODY>
14342 </HTML>
14343 ====== h_config_titlebar_color_style =====
14344 <HTML>
14345 <HEAD>
14346 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14347 </HEAD>
14348 <BODY>
14349 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14351 This option affects the colors used to display the titlebar (the top
14352 line on the screen) when viewing a message.
14355 The available options include:
14358 <DL>
14359 <DT>default</DT>
14360 <DD>The color of the titlebar will be the color you set for the
14361 <A HREF="h_config_title_color">Title Color</A>.
14362 The Title Color may be set by using the
14363 <A HREF="h_color_setup">Setup Kolor</A> screen.
14364 </DD>
14366 <DT>indexline</DT>
14367 <DD>The color of the titlebar will be the same as the color of the
14368 index line corresponding to the message being viewed.
14369 The rules that determine what color the index line will be may be set
14370 up by going to the Setup/Rules/Indexcolor screen.
14371 If the index line for a message is not colored explicitly by the
14372 Indexcolor rules, then the titlebar will be colored the same as for
14373 the &quot;default&quot; option above (which is not the same color that
14374 the index line itself will have).
14375 </DD>
14377 <DT>reverse-indexline</DT>
14378 <DD>This is similar to the &quot;indexline&quot; option except the
14379 foreground and background colors from the corresponding index line will
14380 be reversed.
14381 For example, if the index line color is red letters on a white background,
14382 then the titlebar will be white letters on a red background.
14383 If the index line for a message is not colored explicitly by the
14384 Indexcolor rules, then the titlebar will be colored the same as for
14385 the &quot;default&quot; option above (which is not the same color that
14386 the index line itself will have).
14387 </DD>
14388 </DL>
14392 <UL>   
14393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14394 </UL><P>
14395 &lt;End of help on this topic&gt;
14396 </BODY>
14397 </HTML>
14398 ====== h_config_index_color_style =====
14399 <HTML>
14400 <HEAD>
14401 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14402 </HEAD>
14403 <BODY>
14404 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14406 This option affects the colors used to display the current line in the
14407 MESSAGE INDEX screen.
14408 If you do not have Index Color Rules defined, then this option will
14409 have no effect in the index.
14410 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14412 If the option
14413 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14414 is turned on and the
14415 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14416 is set to something other than the default, then
14417 this option also affects the color used to display the current folder
14418 in the Incoming FOLDER LIST screen.
14421 The available options include:
14424 <DL>
14425 <DT>flip-colors</DT>
14426 <DD>This is the default.
14427 If an index line is colored because it matches one of your
14428 Index Color Rules, then its colors will be reversed when it is the currently
14429 highlighted line.
14430 For example, if the line is normally red text on a blue background, then
14431 when it is the current line it will be drawn as blue text on a red background.
14433 The rest of the option values all revert to this flip-colors behavior if
14434 there is no Reverse Color defined.
14435 </DD>
14437 <DT>reverse</DT>
14438 <DD>With this option the Reverse color is always used to highlight the
14439 current line.
14440 </DD>
14442 <DT>reverse-fg</DT>
14443 <DD>The foreground part of the Reverse Color is used to highlight
14444 the current line.
14445 If this would cause the text to be unreadable (because the foreground and
14446 background colors are the same) or if it would cause no change in the
14447 color of the index line, then the colors are flipped instead.
14449 Some people think this works particularly well if you use different
14450 background colors to emphasize &quot;interesting&quot; lines,
14451 but always with the same Normal foreground color,
14452 and you use a different foreground color for the Reverse Color.
14453 </DD>
14455 <DT>reverse-fg-no-ambiguity</DT>
14456 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14457 the resulting color will be exactly the same as the regular Reverse
14458 Color.
14459 That can lead to some possible confusion because an
14460 &quot;interesting&quot;
14461 line that is the current line will be displayed exactly the same as a
14462 non-interesting line that is current.
14463 You can't tell whether the line is just a regular current line or if it is
14464 an &quot;interesting&quot; current line by looking at the color.
14465 Setting the option to this value removes that ambiguity.
14466 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14467 interesting current line would look just like a non-interesting current line.
14468 In that case, the interesting line's colors are simply flipped (like in the
14469 default behavior).
14471 As an alternative way to preserve the line's interestingness in this case,
14472 you may find that using both a different foreground and a different
14473 background color for the interesting line will help.
14474 </DD>
14476 <DT>reverse-bg</DT>
14477 <DD>The background part of the Reverse Color is used to highlight
14478 the current line.
14479 If this would cause the text to be unreadable (because the foreground and
14480 background colors are the same) or if it would cause no change in the
14481 color of the index line, then the colors are flipped instead.
14483 Some people think this works particularly well if you use different
14484 foreground colors to emphasize &quot;interesting&quot; lines,
14485 but always with the same Normal background color,
14486 and you use a different background color for the Reverse Color.
14487 </DD>
14489 <DT>reverse-bg-no-ambiguity</DT>
14490 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14491 rule may also result in a color that is exactly the same as the regular
14492 Reverse Color.
14493 Setting the option to this value removes that ambiguity.
14494 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14495 current line has the same color as the Reverse Color.
14496 In that case, the interesting line's colors are simply flipped (like in the
14497 default behavior).
14498 </DD>
14499 </DL>
14503 <UL>   
14504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14505 </UL><P>
14506 &lt;End of help on this topic&gt;
14507 </BODY>
14508 </HTML>
14509 ====== h_config_expanded_addrbooks =====
14510 <HTML>
14511 <HEAD>
14512 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14513 </HEAD>
14514 <BODY>
14515 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14517 If multiple address books (either personal or global) are defined, and you
14518 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14519 screen, then set this feature. This feature will have no effect unless the
14520 feature
14521 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14522 is also set.
14524 &lt;End of help on this topic&gt;
14525 </BODY>
14526 </HTML>
14527 ====== h_config_combined_folder_display =====
14528 <HTML>
14529 <HEAD>
14530 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14531 </HEAD>
14532 <BODY>
14533 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14535 This feature affects the folder list display screens.
14536 Normally, each folder list is viewed within its collection only.  This
14537 command allows folder lists to be viewed within a single screen that
14538 combines the contents of all collections.
14541 The way that commands work won't be changed.
14542 For example, the Select All command will select all of the folders in the
14543 current collection, not all of the entries in all of the collections.
14544 The WhereIs command will change a little.
14545 It will search through all of the folders in the current collection as well
14546 as all the folder in any other expanded collection.
14549 When this feature is set, the setting of the feature
14550 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14551 has an effect.
14553 &lt;End of help on this topic&gt;
14554 </BODY>
14555 </HTML>
14556 ====== h_config_combined_subdir_display =====
14557 <HTML>
14558 <HEAD>
14559 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14560 </HEAD>
14561 <BODY>
14562 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14564 This feature affects the Folder List screen when
14566 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14567 feature is enabled.  Normally, selecting a directory from the Folder
14568 List takes you into a new screen displaying only the contents of
14569 that directory.
14572 Enabling this feature will cause the contents of the selected
14573 directory to be
14574 displayed within the boundaries of the &quot;Collection&quot; it
14575 is a part of.  All previously displayed collections will remain
14576 in the screen.
14579 The way that commands work won't be changed.
14580 For example, the Select All command will select all of the folders in the
14581 directory, as opposed to all of the entries in all of the collections.
14582 The WhereIs command will change a little.
14583 It will search through all of the folders in the current collection as well
14584 as all the folder in any other expanded collection.
14587 &lt;End of help on this topic&gt;
14588 </BODY>
14589 </HTML>
14590 ====== h_config_separate_fold_dir_view =====
14591 <HTML>
14592 <HEAD>
14593 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14594 </HEAD>
14595 <BODY>
14596 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14598 This feature affects folder collections wherein a folder
14599 and directory can have the same name.  By default, Alpine displays them
14600 only once, denoting that it is both a folder and directory by appending
14601 the folder name with the hierarchy character enclosed
14602 in square brackets.
14606 Enabling this feature will cause Alpine to display such names
14607 separately marking the name representing a directory with a trailing
14608 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14611 The feature also alters the command set slightly.  By default, the
14612 right-arrow descends into the directory, while hitting the Return key will
14613 cause the folder by that name to be opened.
14616 With this feature set, the Return key will open the highlighted folder, or
14617 enter the highlighted directory.
14620 &lt;End of help on this topic&gt;
14621 </BODY>
14622 </HTML>
14623 ====== h_config_expanded_folders =====
14624 <HTML>
14625 <HEAD>
14626 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14627 </HEAD>
14628 <BODY>
14629 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14631 If multiple folder collections are defined, and you
14632 wish to have them all expanded implicitly upon entering the FOLDER LIST
14633 screen, then set this feature. This feature will have no effect unless the
14634 feature
14635 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14636 is also set.
14638 &lt;End of help on this topic&gt;
14639 </BODY>
14640 </HTML>
14641 ======= h_config_ldap_server =======
14642 <HTML>
14643 <HEAD>
14644 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14645 </HEAD>
14646 <BODY>
14647 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14648 This is the name of the host where an LDAP server is running.
14649 For redundancy, this may be a space-delimited set of server names, in which
14650 case the first server that answers is used.
14651 Each of the server names may be optionally followed by
14652 a colon and a port number.
14653 If this form is used then the port number configured below in the
14654 <EM>port</EM> field is not used.
14656 To find out whether your organization has its own LDAP server, 
14657 contact its computing support staff.
14658 <P><UL>
14659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14660 </UL>
14662 &lt;End of help on this topic&gt;
14663 </BODY>
14664 </HTML>
14665 ======= h_config_ldap_base =======
14666 <HTML>
14667 <HEAD>
14668 <TITLE>LDAP OPTION: Search-Base</TITLE>
14669 </HEAD>
14670 <BODY>
14671 <H1>LDAP OPTION: Search-Base</H1>
14673 This is the search base to be used on this server.  It functions as a filter 
14674 by restricting your searches in the LDAP server database
14675 to the specified contents of the specified fields.  Without it, searches 
14676 submitted to this directory server may fail.  It might be something
14677 like:
14679 <PRE>
14680       O = &lt;Your Organization Name&gt;, C = US
14681 </PRE>
14682 or it might be blank.  
14683 (Some LDAP servers actually ignore anything specified here.)
14685 If in doubt what parameters you should specify here, 
14686 contact the maintainers of the LDAP server.
14687 <P><UL>
14688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14689 </UL>
14691 &lt;End of help on this topic&gt;
14692 </BODY>
14693 </HTML>
14694 ======= h_config_ldap_port =======
14695 <HTML>
14696 <HEAD>
14697 <TITLE>LDAP OPTION: Port</TITLE>
14698 </HEAD>
14699 <BODY>
14700 <H1>LDAP OPTION: Port</H1>
14702 This is the TCP port number to be used with this LDAP server. If you leave
14703 this blank port 389 will be used.
14705 &lt;End of help on this topic&gt;
14706 </BODY>
14707 </HTML>
14708 ======= h_config_ldap_nick =======
14709 <HTML>
14710 <HEAD>
14711 <TITLE>LDAP OPTION: Nickname</TITLE>
14712 </HEAD>
14713 <BODY>
14714 <H1>LDAP OPTION: Nickname</H1>
14716 This is a nickname to be used in displays. If you don't supply a
14717 nickname the server name
14718 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14719 will be used instead.  This option is strictly for your convenience.
14721 &lt;End of help on this topic&gt;
14722 </BODY>
14723 </HTML>
14724 ======= h_config_ldap_binddn =======
14725 <HTML>
14726 <HEAD>
14727 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14728 </HEAD>
14729 <BODY>
14730 <H1>LDAP OPTION: Bind-DN</H1>
14732 You may need to authenticate to the LDAP server before you are able to use it.
14733 This is the Distinguished Name to bind to when authenticating to this server.
14734 Try leaving this blank until you know you need it.
14736 Alpine only knows about LDAP Simple authentication.
14737 It does not attempt LDAP SASL authentication.
14738 The DN and password will be sent in the clear unless TLS encryption is
14739 being used on this connection.
14740 Because of this, you may want to set the LDAP feature
14741 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14742 or the feature
14743 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14744 if you are going to be providing a password.
14745 <P><UL>
14746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14747 </UL>
14749 &lt;End of help on this topic&gt;
14750 </BODY>
14751 </HTML>
14752 ======= h_config_ldap_opts_impl =======
14753 <HTML>
14754 <HEAD>
14755 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14756 </HEAD>
14757 <BODY>
14758 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14760 Set this to have lookups done to this server implicitly from the composer.
14761 If an address doesn't look like a fully-qualified address, it will be looked
14762 up in your address books, and if it doesn't match a nickname there, then it
14763 will be looked up on the LDAP servers that have this feature set.
14764 The lookups will also be done when using the address completion feature
14765 (TAB command) in the composer if any of the serves have this feature set.
14766 Also see the LDAP feature
14767 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14768 and the Setup/Config feature
14769 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14771 &lt;End of help on this topic&gt;
14772 </BODY>
14773 </HTML>
14774 ======= h_config_ldap_opts_tls =======
14775 <HTML>
14776 <HEAD>
14777 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14778 </HEAD>
14779 <BODY>
14780 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14782 When connecting to this server Alpine will attempt to use TLS encryption
14783 on the connection.
14784 Also see the closely related feature
14785 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14787 &lt;End of help on this topic&gt;
14788 </BODY>
14789 </HTML>
14790 ======= h_config_ldap_opts_tlsmust =======
14791 <HTML>
14792 <HEAD>
14793 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14794 </HEAD>
14795 <BODY>
14796 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14798 When connecting to this server Alpine will attempt to use TLS encryption
14799 on the connection.
14800 If the StartTLS operation fails then the connection will not be used.
14802 &lt;End of help on this topic&gt;
14803 </BODY>
14804 </HTML>
14805 ====== h_config_ldap_opts_rhs =====
14806 <HTML>
14807 <HEAD>
14808 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14809 </HEAD>
14810 <BODY>
14811 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14813 Normally implicit LDAP lookups from the composer are done only for the
14814 strings you type in from the composer screen. In other words, you type in
14815 something in the To or CC field and press return, then the string is looked up.
14816 First that string is looked up in your address books. If a match is found
14817 there, then the results of that match are looked up again. If you place
14818 a string in your address book that you want to have looked up on the LDAP
14819 directory server, you need to turn on this feature. If you set this feature
14820 for a server, you almost always will also want to set the
14821 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14822 feature. An example might serve to best illustrate this feature.
14824 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14825 entry with an
14826 address of pres@whitehouse.gov, then you might put an entry in your address
14827 book that looks like:
14829 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14830 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14832 Now, when you type &quot;bill&quot; into an
14833 address field in the composer Alpine will
14834 find the &quot;bill&quot; entry in your address book.
14835 It will replace &quot;bill&quot; with
14836 &quot;William Clinton&quot;.
14837 It will then search for an entry with that nickname
14838 in your address book and not find one. If this feature
14839 is set, Alpine will then attempt to lookup
14840 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14841 pres@whitehouse.gov.
14843 A better way to accomplish the same thing is probably to use the feature
14844 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14846 &lt;End of help on this topic&gt;
14847 </BODY>
14848 </HTML>
14849 ====== h_config_ldap_opts_ref =====
14850 <HTML>
14851 <HEAD>
14852 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14853 </HEAD>
14854 <BODY>
14855 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14857 Normally when you save the results of an LDAP directory lookup to your
14858 address book the results of the lookup are saved. If this feature is set
14859 and the entry being saved was found on this directory server, then the
14860 search criteria is saved instead of the results of the search. When this
14861 address book entry is used in the future, instead of copying the results
14862 from the address book the directory lookup will be done again. This could
14863 be useful if the copied result might become stale because the data on
14864 the directory server changes (for example, the entry's email address changes).
14865 You probably don't want to set this feature if the server is at all slow or
14866 unreliable.
14868 The way this actually works is that instead of saving the email address
14869 in your address book, Alpine saves enough information to look up the same
14870 directory entry again. In particular, it saves the server name and the
14871 distinguished name of the entry. It's possible that the server administrators
14872 might change the format of distinguished names on the server, or that the
14873 entry might be removed from the server. If Alpine notices this, you will be warned
14874 and a backup copy of the email address will be used. You may want to create
14875 a new entry in this case, since you will get the annoying warning every
14876 time you use the old entry. You may do that by Saving the entry to a new
14877 nickname in the same address book. You will be asked whether or not you
14878 want to use the backup email address.
14880 A related feature in the Setup/Config screen is
14881 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14883 &lt;End of help on this topic&gt;
14884 </BODY>
14885 </HTML>
14886 ======= h_config_ldap_opts_nosub =======
14887 <HTML>
14888 <HEAD>
14889 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14890 </HEAD>
14891 <BODY>
14892 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14894 Spaces in your input are normally handled specially.
14895 Each space character is replaced
14898 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14900 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14901 The reason this is done is so the input string
14903 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14905 (which is converted to &quot;Greg* Donald&quot;) will match
14906 the names &quot;Greg Donald&quot;,
14907 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14908 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14909 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14910 then it would also match the name &quot;Greg Donaldson&quot;.
14912 Turning on this feature will disable this substitution.
14914 &lt;End of help on this topic&gt;
14915 </BODY>
14916 </HTML>
14917 ====== h_config_ldap_searchtypes =======
14918 <HTML>
14919 <HEAD>
14920 <TITLE>LDAP OPTION: Search-Type</TITLE>
14921 </HEAD>
14922 <BODY>
14923 <H1>LDAP OPTION: Search-Type</H1>
14925 This affects the way that LDAP searches are done.
14926 In particular, this tells the server where to look for the string to be matched.
14927 If set to &quot;name&quot; then the string that is being searched for will
14928 be compared with the string in the
14929 &quot;Name&quot; field on the server
14930 (technically, it is the &quot;commonname&quot; field on the server).
14931 &quot;Surname&quot; means we're looking for a
14932 match in the &quot;Surname&quot; field on the
14933 server (actually the &quot;sn&quot; field).
14934 &quot;Givenname&quot; really is &quot;givenname&quot;
14935 and &quot;email&quot; is the electronic mail address (this is actually the field
14936 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14937 The other three types are combinations of
14938 the types listed so far. &quot;Name-or-email&quot;
14939 means the string should appear
14940 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14941 Likewise, &quot;surname-or-givenname&quot;
14942 means &quot;surname&quot; OR &quot;givenname&quot;
14943 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14945 This search TYPE is combined with the
14946 search <A HREF="h_config_ldap_searchrules">RULE</A>
14947 to form the actual search query.
14949 The usual default value for this
14950 option is &quot;sur-or-given-or-name-or-email&quot;.
14951 This type of search may be slow on some servers.
14952 Try &quot;name-or-email&quot;, which is often
14953 faster, or just &quot;name&quot; if the performance seems to be a problem.
14955 Some servers have been configured with different attribute names for
14956 these four fields.
14957 In other words, instead of using the attribute name &quot;mail&quot;
14958 for the email address field, the server might be configured to use something
14959 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14960 Alpine can be configured to use these different attribute names by using
14961 the four configuration options:
14962 <P><UL>
14963 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14964 </UL>
14965 <P><UL>
14966 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14967 </UL>
14968 <P><UL>
14969 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14970 </UL>
14971 <P><UL>
14972 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14973 </UL>
14975 &lt;End of help on this topic&gt;
14976 </BODY>
14977 </HTML>
14978 ====== h_config_ldap_searchrules =======
14979 <HTML>
14980 <HEAD>
14981 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14982 </HEAD>
14983 <BODY>
14984 <H1>LDAP OPTION: Search-Rule</H1>
14986 This affects the way that LDAP searches are done.
14987 If set to &quot;equals&quot; then
14988 only exact matches count.
14989 &quot;Contains&quot; means that the string you type in
14990 is a substring of what you are matching against.
14991 &quot;Begins-with&quot; and &quot;ends-with&quot;
14992 mean that the string starts or ends with the string you type in.
14994 Spaces in your input are normally handled specially, but you can turn that
14995 special handling off with the
14996 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14997 feature.
14999 The usual default value for this option is &quot;begins-with&quot;.
15001 &lt;End of help on this topic&gt;
15002 </BODY>
15003 </HTML>
15004 ======= h_config_ldap_email_attr =======
15005 <HTML>
15006 <HEAD>
15007 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15008 </HEAD>
15009 <BODY>
15010 <H1>LDAP OPTION: EmailAttribute</H1>
15012 This is the name of the attribute that is searched for when looking for
15013 an email address. The default value for this option is &quot;mail&quot; or
15014 &quot;electronicmail&quot;.
15015 If the server you are using uses a different attribute name for the email
15016 address, put that attribute name here.
15018 This will affect the search filter used if your Search-Type is one that
15019 contains a search for &quot;email&quot;.
15020 It will also cause the attribute value matching this attribute name to be used
15021 as the email address when you look up an entry from the composer.
15023 &lt;End of help on this topic&gt;
15024 </BODY>
15025 </HTML>
15026 ======= h_config_ldap_sn_attr =======
15027 <HTML>
15028 <HEAD>
15029 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15030 </HEAD>
15031 <BODY>
15032 <H1>LDAP OPTION: SurnameAttribute</H1>
15034 This is the name of the attribute that is searched for when looking for
15035 the surname of the entry. The default value for this option is &quot;sn&quot;.
15036 If the server you are using uses a different attribute name for the surname,
15037 put that attribute name here.
15038 This will affect the search filter used if your Search-Type is one that
15039 contains a search for &quot;surname&quot;.
15041 &lt;End of help on this topic&gt;
15042 </BODY>
15043 </HTML>
15044 ======= h_config_ldap_gn_attr =======
15045 <HTML>
15046 <HEAD>
15047 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15048 </HEAD>
15049 <BODY>
15050 <H1>LDAP OPTION: GivennameAttribute</H1>
15052 This is the name of the attribute that is searched for when looking for
15053 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15054 If the server you are using uses a different attribute name for the given name,
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;givenname&quot;.
15059 &lt;End of help on this topic&gt;
15060 </BODY>
15061 </HTML>
15062 ======= h_config_ldap_cn_attr =======
15063 <HTML>
15064 <HEAD>
15065 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15066 </HEAD>
15067 <BODY>
15068 <H1>LDAP OPTION: NameAttribute</H1>
15070 This is the name of the attribute that is searched for when looking for
15071 the name of the entry. The default value for this option is &quot;cn&quot;, which
15072 stands for common name.
15073 If the server you are using uses a different attribute name for the name,
15074 put that attribute name here.
15075 This will affect the search filter used if your Search-Type is one that
15076 contains a search for &quot;name&quot;.
15078 &lt;End of help on this topic&gt;
15079 </BODY>
15080 </HTML>
15081 ======= h_config_ldap_time =======
15082 <HTML>
15083 <HEAD>
15084 <TITLE>LDAP OPTION: Timelimit</TITLE>
15085 </HEAD>
15086 <BODY>
15087 <H1>LDAP OPTION: Timelimit</H1>
15089 This places a limit on the number of seconds the LDAP search will continue.
15090 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15091 may place limits of their own on searches.
15093 &lt;End of help on this topic&gt;
15094 </BODY>
15095 </HTML>
15096 ======= h_config_ldap_size =======
15097 <HTML>
15098 <HEAD>
15099 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15100 </HEAD>
15101 <BODY>
15102 <H1>LDAP OPTION: Sizelimit</H1>
15104 This places a limit on the number of entries returned by the LDAP server.
15105 A value of 0 means no limit. The default is 0. Note that some servers
15106 may place limits of their own on searches.
15108 &lt;End of help on this topic&gt;
15109 </BODY>
15110 </HTML>
15111 ======= h_config_ldap_cust =======
15112 <HTML>
15113 <HEAD>
15114 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15115 </HEAD>
15116 <BODY>
15117 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15119 This one is for advanced users only! If you define this, then the
15120 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15121 However, the feature
15122 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15123 is still in effect.
15124 That is, the space substitution will take place even in a custom filter unless
15125 you disable it.
15127 If your LDAP service stops working and you suspect it might be because
15128 of your custom filter, just delete this filter and try using the
15129 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15130 Another option that sometimes causes trouble is the
15131 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15133 This variable may be set to the string representation of an LDAP search
15134 filter (see RFC1960). In the places where you want the address string to be
15135 substituted in, put a '%s' in this filter string. Here are some examples:
15137 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15138 is equivalent to the &quot;Custom-Search-Filter&quot;
15139 <PRE>
15140      (cn=%s*)
15141 </PRE>
15142 When you try to match against the string &quot;string&quot; the program replaces
15143 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15144 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15146 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15147 of &quot;contains&quot; is equivalent to
15148 <PRE>
15149      (|(cn=*%s*)(mail=*%s*))
15150 </PRE>
15152 If your server uses a different attribute <EM>name</EM> than
15153 Alpine uses by default,
15154 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15155 then you may be able to use one or more of the four attribute configuration
15156 options instead of defining a custom filter:
15157 <P><UL>
15158 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15159 </UL>
15160 <P><UL>
15161 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15162 </UL>
15163 <P><UL>
15164 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15165 </UL>
15166 <P><UL>
15167 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15168 </UL>
15170 &lt;End of help on this topic&gt;
15171 </BODY>
15172 </HTML>
15173 ======= h_composer_abook_comment =======
15174 <HTML>
15175 <HEAD>
15176 <TITLE>Addressbook Comment Explained</TITLE>
15177 </HEAD>
15178 <BODY>
15179 This is a comment to help you remember what this entry is. The WhereIs
15180 command searches comments so that it is easier to find an entry with a comment
15181 you know about attached to it. This field is not used in the outgoing message.
15183 Look <A HREF="h_edit_nav_cmds">here</A>
15184 to see the available Editing and Navigation commands.
15186 &lt;End of help on this topic&gt;
15187 </BODY>
15188 </HTML>
15189 ======= h_composer_abook_addrs =======
15190 <HTML>
15191 <HEAD>
15192 <TITLE>Addressbook Lists</TITLE>
15193 </HEAD>
15194 <BODY>
15195 <H1>Addressbook Lists</H1>
15197 This is a list of addresses to send to when sending to this address book
15198 entry.  Each member of the list may be an address or another nickname from
15199 any of your address books.  If it is an address, it is OK to include the
15200 full name field as well as the electronic address portion of that address.
15201 For example, the following are all legitimate entries in this field:
15203 <DL><DT>&nbsp;</DT>
15204 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15205 <DD>jdoe@some.domain
15206 <DD>John Doe &lt;jdoe@some.domain&gt;
15207 </DL>
15209 The addresses should be listed separated by commas, just like you would
15210 enter them from the composer.
15214 The only difference between a distribution list and a simple entry with a
15215 single address, is that a distribution list has more than one address   
15216 listed in the Addresses: field, whereas a simple personal entry has just  
15217 one address.
15221 For individual address book entries, if there is a full name in the
15222 Fullname: field (filling in the Fullname: field is not required), it is
15223 used.  If the full name is specified in the Address: field and not in the
15224 Fullname: field, then the full name from the Address: field is used.
15228 If you type the nickname of a distribution list from one of your address 
15229 books in the Lcc: field, then the full name of that list is used in the  
15230 To: field.  If you put a list in the To: or Cc: fields, that list will be
15231 expanded into all of its addresses.  If the list has a full name, then
15232 that will appear at the beginning of the addresses.
15234 <DL><DT>&nbsp;</DT>
15235 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15236 &lt;sal@here.there&gt;
15237 </DL>
15239 If the first address in the distribution list also has a full name, then
15240 the list full name and that full name are combined into something like the
15241 following:
15243 <DL><DT>&nbsp;</DT>
15244 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15245 </DL>
15248 If you specify a list via Lcc, the full name is used in the To: line.  If
15249 you specify a list in the To: or Cc: fields, then it uses the same method
15250 as for individual entries for filling in the full name.
15254 For help with editing and navigation commands, check the Help for the
15255 Nickname: field.
15258 &lt;End of help on this topic&gt;
15259 </BODY>
15260 </HTML>
15261 ======= h_config_role_nick =======
15262 <HTML>
15263 <HEAD>
15264 <TITLE>Nickname Explained</TITLE>
15265 </HEAD>
15266 <BODY>
15267 <H1>Nickname Explained</H1>
15269 This is a nickname to help you.
15270 You should have a different nickname for each role you define.
15271 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15272 pick a role to edit.
15273 It will also be used when you send a message to let you know you are
15274 sending with a different role than you use by default, and
15275 it will be useful for choosing a role when composing with the Role command
15276 or when composing with one of the Role Uses set to With Confirmation.
15277 This field is not used in the outgoing message.
15279 Look <A HREF="h_edit_nav_cmds">here</A>
15280 to see the available Editing and Navigation commands.
15282 &lt;End of help on this topic&gt;
15283 </BODY>
15284 </HTML>
15285 ======= h_config_role_comment =======
15286 <HTML>
15287 <HEAD>
15288 <TITLE>Comment Explained</TITLE>
15289 </HEAD>
15290 <BODY>
15291 <H1>Comment Explained</H1>
15293 This is a comment to help you.
15294 This comment does not play any functional role, it is simply an optional
15295 comment to help you remember what the rule is for.
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_other_nick =======
15304 <HTML>
15305 <HEAD>
15306 <TITLE>Nickname Explained</TITLE>
15307 </HEAD>
15308 <BODY>
15309 <H1>Nickname Explained</H1>
15311 This is a nickname to help you.
15312 You should have a different nickname for each rule you define.
15313 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15314 pick a rule to edit.
15316 Look <A HREF="h_edit_nav_cmds">here</A>
15317 to see the available Editing and Navigation commands.
15319 &lt;End of help on this topic&gt;
15320 </BODY>
15321 </HTML>
15322 ======= h_config_score_nick =======
15323 <HTML>
15324 <HEAD>
15325 <TITLE>Nickname Explained</TITLE>
15326 </HEAD>
15327 <BODY>
15328 <H1>Nickname Explained</H1>
15330 This is a nickname to help you.
15331 You should have a different nickname for each scoring rule you define.
15332 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15333 pick a rule to edit.
15335 Look <A HREF="h_edit_nav_cmds">here</A>
15336 to see the available Editing and Navigation commands.
15338 &lt;End of help on this topic&gt;
15339 </BODY>
15340 </HTML>
15341 ======= h_config_incol_nick =======
15342 <HTML>
15343 <HEAD>
15344 <TITLE>Nickname Explained</TITLE>
15345 </HEAD>
15346 <BODY>
15347 <H1>Nickname Explained</H1>
15349 This is a nickname to help you.
15350 You should have a different nickname for each color rule you define.
15351 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15352 pick a rule to edit.
15354 Look <A HREF="h_edit_nav_cmds">here</A>
15355 to see the available Editing and Navigation commands.
15357 &lt;End of help on this topic&gt;
15358 </BODY>
15359 </HTML>
15360 ======= h_config_filt_nick =======
15361 <HTML>
15362 <HEAD>
15363 <TITLE>Nickname Explained</TITLE>
15364 </HEAD>
15365 <BODY>
15366 <H1>Nickname Explained</H1>
15368 This is a nickname to help you.
15369 You should have a different nickname for each filtering rule you define.
15370 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15371 pick a rule to edit.
15373 Look <A HREF="h_edit_nav_cmds">here</A>
15374 to see the available Editing and Navigation commands.
15376 &lt;End of help on this topic&gt;
15377 </BODY>
15378 </HTML>
15379 ======= h_config_score_topat =======
15380 <HTML>
15381 <HEAD>
15382 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15383 </HEAD>
15384 <BODY>
15385 <H1>&quot;To:&quot; Pattern Explained</H1>
15387 Any text you enter as the &quot;To pattern&quot;
15388 will be compared to the recipients from the To: line of
15389 the message being scored.
15390 When the text you entered matches
15391 all or part of the To: line of a message, then the Score Value
15392 you have specified will be added to the score for the message.
15393 (Any other non-blank parts of the Pattern must match, too.)
15396 You may enter a complete email address, part of an address, or a
15397 list of addresses or partial addresses.
15398 For example:
15401 <PRE>
15402  To pattern = friend@public.com
15404  To pattern = rated.net
15406  To pattern = xxx@adults.com
15407               admin@msn.com
15408               fool@motleyfool.com
15409 </PRE>
15412 Each of those are valid To patterns.
15415 Messages match those patterns if any of the
15416 addresses in the To: line of the message contains the pattern.
15417 If the pattern is a list of patterns
15418 (like the last example above) then it is a match if any of the patterns in
15419 the list match any of the addresses in the To: line.
15420 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15421 present for a match.
15422 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15423 address2 must be present.
15424 That is exactly what using a list does.)
15427 Some messages may be &quot;bounced&quot; to you, and will
15428 have a &quot;Resent-To:&quot; header line.
15429 If the message contains a Resent-To: line
15430 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15431 Alpine will look for
15432 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15433 the original To: line.
15436 When entering a pattern, you may choose an address from your address book
15437 with the &quot;T&quot; command.
15440 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15441 &quot;!&quot; &quot;toggle NOT&quot; command.
15442 This changes the meaning of the To pattern so that it has the opposite meaning.
15443 It will be considered a match if there are no matches between the
15444 addresses in the To: line and the list of To patterns.
15446 Don't make the mistake of putting the &quot;!&quot; in the data field for
15447 the pattern.
15448 For example, if you type the characters &quot;!frizzle&quot; into the To
15449 pattern, the pattern will look like:
15451 <PRE>
15452  To pattern = !frizzle
15453 </PRE>
15455 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15456 In order to match messages that do not have &quot;frizzle&quot; in
15457 their To field, first type the characters &quot;frizzle&quot; followed
15458 by carriage return for the value of the To pattern, then negate it
15459 by typing the &quot;!&quot; command.
15460 It should end up looking like
15462 <PRE>
15463  ! To pattern = frizzle
15464 </PRE>
15466 You are not limited to using the six standard header patterns that are
15467 normally shown (To, From, Sender, Cc, News, and Subject).
15468 You may add any other header to a Pattern by
15469 using the &quot;eXtraHdr&quot; command to specify a different
15470 message header line; and then the Add or Change command to fill in
15471 a pattern for the new header line, just like you would for a standard header.
15473 A technicality: Since comma is the character used to separate multiple
15474 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15475 you want to include a literal comma in the field.
15476 In other words, if you type a backslash followed by a comma it will
15477 be interpreted as a comma by Alpine, instead of as a separator between
15478 pattern values.
15479 All other backslashes are literal backslashes and should not be escaped.
15481 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15482 for more information on Patterns.
15484 Look <A HREF="h_edit_nav_cmds">here</A>
15485 to see the available Editing and Navigation commands.
15487 &lt;End of help on this topic&gt;
15488 </BODY>
15489 </HTML>
15490 ======= h_config_incol_topat =======
15491 <HTML>
15492 <HEAD>
15493 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15494 </HEAD>
15495 <BODY>
15496 <H1>&quot;To:&quot; Pattern Explained</H1>
15498 Any text you enter as the &quot;To pattern&quot;
15499 will be compared to the recipients from the To: lines of
15500 the messages in the index.
15501 When the text you entered matches
15502 all or part of the To: line of a message, then the Index Line Color you have
15503 specified will be used for that line in the index.
15504 (Any other non-blank parts of the Pattern must match, too.)
15507 You may enter a complete email address, part of an address, or a
15508 list of addresses or partial addresses.
15509 For example:
15512 <PRE>
15513  To pattern = friend@public.com
15514  To pattern = rated.net
15515  To pattern = xxx@adults.com
15516               admin@msn.com
15517               fool@motleyfool.com
15518 </PRE>
15521 Each of those are valid To patterns.
15524 Messages match those patterns if any of the
15525 addresses in the To: line of the message contains the pattern.
15526 If the pattern is a list of patterns
15527 (like the last example above) then it is a match if any of the patterns in
15528 the list match any of the addresses in the To: line.
15529 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15530 present for a match.
15531 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15532 address2 must be present.
15533 That is exactly what using a list does.)
15536 Some messages may be &quot;bounced&quot; to you, and will
15537 have a &quot;Resent-To:&quot; header line.
15538 If the message contains a Resent-To: line
15539 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15540 Alpine will look for
15541 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15542 the original To: line.
15545 When entering a pattern, you may choose an address from your address book
15546 with the &quot;T&quot; command.
15549 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15550 &quot;!&quot; &quot;toggle NOT&quot; command.
15551 This changes the meaning of the To pattern so that it has the opposite meaning.
15552 It will be considered a match if there are no matches between the
15553 addresses in the To: line and the list of To patterns.
15555 Don't make the mistake of putting the &quot;!&quot; in the data field for
15556 the pattern.
15557 For example, if you type the characters &quot;!frizzle&quot; into the To
15558 pattern, the pattern will look like:
15560 <PRE>
15561  To pattern = !frizzle
15562 </PRE>
15564 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15565 In order to match messages that do not have &quot;frizzle&quot; in
15566 their To field, first type the characters &quot;frizzle&quot; followed
15567 by carriage return for the value of the To pattern, then negate it
15568 by typing the &quot;!&quot; command.
15569 It should end up looking like
15571 <PRE>
15572  ! To pattern = frizzle
15573 </PRE>
15576 You are not limited to using the six standard header patterns that are
15577 normally shown (To, From, Sender, Cc, News, and Subject).
15578 You may add any other header to a Pattern by
15579 using the &quot;eXtraHdr&quot; command to specify a different
15580 message header line; and then the Add or Change command to fill in
15581 a pattern for the new header line, just like you would for a standard header.
15583 A technicality: Since comma is the character used to separate multiple
15584 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15585 you want to include a literal comma in the field.
15586 In other words, if you type a backslash followed by a comma it will
15587 be interpreted as a comma by Alpine, instead of as a separator between
15588 pattern values.
15589 All other backslashes are literal backslashes and should not be escaped.
15591 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15592 for more information on Patterns.
15594 Look <A HREF="h_edit_nav_cmds">here</A>
15595 to see the available Editing and Navigation commands.
15597 &lt;End of help on this topic&gt;
15598 </BODY>
15599 </HTML>
15600 ======= h_config_other_topat =======
15601 <HTML>
15602 <HEAD>
15603 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15604 </HEAD>
15605 <BODY>
15606 <H1>&quot;To:&quot; Pattern Explained</H1>
15608 For some of the OTHER RULES actions, there is no message that is being
15609 compared against.
15610 If that is the case, then only the Current Folder Type is checked.
15611 In particular, this To pattern is ignored.
15612 Actions that fall into this category include both
15613 Sort Order and Index Format.
15615 A technicality: Since comma is the character used to separate multiple
15616 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15617 you want to include a literal comma in the field.
15618 In other words, if you type a backslash followed by a comma it will
15619 be interpreted as a comma by Alpine, instead of as a separator between
15620 pattern values.
15621 All other backslashes are literal backslashes and should not be escaped.
15623 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15624 for more information on Patterns.
15626 Look <A HREF="h_edit_nav_cmds">here</A>
15627 to see the available Editing and Navigation commands.
15629 &lt;End of help on this topic&gt;
15630 </BODY>
15631 </HTML>
15632 ======= h_config_filt_topat =======
15633 <HTML>
15634 <HEAD>
15635 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15636 </HEAD>
15637 <BODY>
15638 <H1>&quot;To:&quot; Pattern Explained</H1>
15640 Any text you enter as the &quot;To pattern&quot;
15641 will be compared to the recipients from the To: line of
15642 messages when Alpine opens folders.
15643 When the text you entered matches
15644 all or part of the To: line of a message, then the Filter Action you have
15645 specified will be carried out.
15646 (Any other non-blank parts of the Pattern must match, too.)
15649 You may enter a complete email address, part of an address, or a
15650 list of addresses or partial addresses.
15651 For example:
15654 <PRE>
15655  To pattern = friend@public.com
15656  To pattern = rated.net
15657  To pattern = xxx@adults.com
15658               admin@msn.com
15659               fool@motleyfool.com
15660 </PRE>
15663 Each of those are valid To patterns.
15666 Messages match those patterns if any of the
15667 addresses in the To: line of the message contains the pattern.
15668 If the pattern is a list of patterns
15669 (like the last example above) then it is a match if any of the patterns in
15670 the list match any of the addresses in the To: line.
15671 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15672 present for a match.
15673 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15674 address2 must be present.
15675 That is exactly what using a list does.)
15678 Some messages may be &quot;bounced&quot; to you, and will
15679 have a &quot;Resent-To:&quot; header line.
15680 If the message contains a Resent-To: line
15681 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15682 Alpine will look for
15683 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15684 the original To: line.
15687 When entering a pattern, you may choose an address from your address book
15688 with the &quot;T&quot; command.
15691 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15692 &quot;!&quot; &quot;toggle NOT&quot; command.
15693 This changes the meaning of the To pattern so that it has the opposite meaning.
15694 It will be considered a match if there are no matches between the
15695 addresses in the To: line and the list of To patterns.
15697 Don't make the mistake of putting the &quot;!&quot; in the data field for
15698 the pattern.
15699 For example, if you type the characters &quot;!frizzle&quot; into the To
15700 pattern, the pattern will look like:
15702 <PRE>
15703  To pattern = !frizzle
15704 </PRE>
15706 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15707 In order to match messages that do not have &quot;frizzle&quot; in
15708 their To field, first type the characters &quot;frizzle&quot; followed
15709 by carriage return for the value of the To pattern, then negate it
15710 by typing the &quot;!&quot; command.
15711 It should end up looking like
15713 <PRE>
15714  ! To pattern = frizzle
15715 </PRE>
15718 You are not limited to using the six standard header patterns that are
15719 normally shown (To, From, Sender, Cc, News, and Subject).
15720 You may add any other header to a Pattern by
15721 using the &quot;eXtraHdr&quot; command to specify a different
15722 message header line; and then the Add or Change command to fill in
15723 a pattern for the new header line, just like you would for a standard header.
15725 A technicality: Since comma is the character used to separate multiple
15726 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15727 you want to include a literal comma in the field.
15728 In other words, if you type a backslash followed by a comma it will
15729 be interpreted as a comma by Alpine, instead of as a separator between
15730 pattern values.
15731 All other backslashes are literal backslashes and should not be escaped.
15733 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15734 for more information on Patterns.
15736 Look <A HREF="h_edit_nav_cmds">here</A>
15737 to see the available Editing and Navigation commands.
15739 &lt;End of help on this topic&gt;
15740 </BODY>
15741 </HTML>
15742 ======= h_config_role_topat =======
15743 <HTML>
15744 <HEAD>
15745 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15746 </HEAD>
15747 <BODY>
15748 <H1>&quot;To:&quot; Pattern Explained</H1>
15750 Any text you enter as the &quot;To pattern&quot;
15751 will be compared to the recipients from the To: line of
15752 the message being replied to or forwarded.
15753 (Any other non-blank parts of the Pattern must match, too.)
15754 In the case of the Compose command, this pattern and the other header
15755 patterns are ignored.
15758 You may enter a complete email address, part of an address, or a
15759 list of addresses or partial addresses.
15760 For example:
15763 <PRE>
15764  To pattern = friend@public.com
15765  To pattern = rated.net
15766  To pattern = xxx@adults.com
15767               admin@msn.com
15768               fool@motleyfool.com
15769 </PRE>
15772 Each of those are valid To patterns.
15775 Messages match those patterns if any of the
15776 addresses in the To: line of the message contains the pattern.
15777 If the pattern is a list of patterns
15778 (like the last example above) then it is a match if any of the patterns in
15779 the list match any of the addresses in the To: line.
15780 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15781 present for a match.
15782 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15783 address2 must be present.
15784 That is exactly what using a list does.)
15787 Some messages may be &quot;bounced&quot; to you, and will
15788 have a &quot;Resent-To:&quot; header line.
15789 If the message contains a Resent-To: line
15790 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15791 Alpine will look for
15792 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15793 the original To: line.
15796 When entering a pattern, you may choose an address from your address book
15797 with the &quot;T&quot; command.
15800 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15801 &quot;!&quot; &quot;toggle NOT&quot; command.
15802 This changes the meaning of the To pattern so that it has the opposite meaning.
15803 It will be considered a match if there are no matches between the
15804 addresses in the To: line and the list of To patterns.
15806 Don't make the mistake of putting the &quot;!&quot; in the data field for
15807 the pattern.
15808 For example, if you type the characters &quot;!frizzle&quot; into the To
15809 pattern, the pattern will look like:
15811 <PRE>
15812  To pattern = !frizzle
15813 </PRE>
15815 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15816 In order to match messages that do not have &quot;frizzle&quot; in
15817 their To field, first type the characters &quot;frizzle&quot; followed
15818 by carriage return for the value of the To pattern, then negate it
15819 by typing the &quot;!&quot; command.
15820 It should end up looking like
15822 <PRE>
15823  ! To pattern = frizzle
15824 </PRE>
15827 You are not limited to using the six standard header patterns that are
15828 normally shown (To, From, Sender, Cc, News, and Subject).
15829 You may add any other header to a Pattern by
15830 using the &quot;eXtraHdr&quot; command to specify a different
15831 message header line; and then the Add or Change command to fill in
15832 a pattern for the new header line, just like you would for a standard header.
15834 A technicality: Since comma is the character used to separate multiple
15835 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15836 you want to include a literal comma in the field.
15837 In other words, if you type a backslash followed by a comma it will
15838 be interpreted as a comma by Alpine, instead of as a separator between
15839 pattern values.
15840 All other backslashes are literal backslashes and should not be escaped.
15842 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15843 for more information on Patterns.
15845 Look <A HREF="h_edit_nav_cmds">here</A>
15846 to see the available Editing and Navigation commands.
15848 &lt;End of help on this topic&gt;
15849 </BODY>
15850 </HTML>
15851 ======= h_config_role_frompat =======
15852 <HTML>
15853 <HEAD>
15854 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15855 </HEAD>
15856 <BODY>
15857 <H1>&quot;From:&quot; Pattern Explained</H1>
15859 This is just like the &quot;To pattern&quot; except that it is compared with
15860 the address in the From: line of the message
15861 instead of the addresses from the To: line.
15862 See the help for the To pattern for more information on header patterns.
15864 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15865 for more information on Patterns.
15867 Look <A HREF="h_edit_nav_cmds">here</A>
15868 to see the available Editing and Navigation commands.
15870 &lt;End of help on this topic&gt;
15871 </BODY>
15872 </HTML>
15873 ======= h_config_role_senderpat =======
15874 <HTML>
15875 <HEAD>
15876 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15877 </HEAD>
15878 <BODY>
15879 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15881 This is just like the &quot;To pattern&quot; except that it is compared with
15882 the address from the Sender: line of the message
15883 instead of the addresses from the To: line.
15884 See the help for the To pattern for more information on header patterns.
15886 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15887 for more information on Patterns.
15889 Look <A HREF="h_edit_nav_cmds">here</A>
15890 to see the available Editing and Navigation commands.
15892 &lt;End of help on this topic&gt;
15893 </BODY>
15894 </HTML>
15895 ======= h_config_role_ccpat =======
15896 <HTML>
15897 <HEAD>
15898 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15899 </HEAD>
15900 <BODY>
15901 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15903 This is just like the &quot;To pattern&quot; except that it is compared with
15904 the addresses from the Cc: line of the message
15905 instead of the addresses from the To: line.
15906 See the help for the To pattern for more information on header patterns.
15908 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15909 for more information on Patterns.
15911 Look <A HREF="h_edit_nav_cmds">here</A>
15912 to see the available Editing and Navigation commands.
15914 &lt;End of help on this topic&gt;
15915 </BODY>
15916 </HTML>
15917 ======= h_config_role_recippat =======
15918 <HTML>
15919 <HEAD>
15920 <TITLE>Recipient Pattern Explained</TITLE>
15921 </HEAD>
15922 <BODY>
15923 <H1>Recipient Pattern Explained</H1>
15925 This is just like the &quot;To pattern&quot; except that it is compared with
15926 the addresses from both the To: line and the Cc: line of the
15927 message instead of just the addresses from the To: line.
15928 In other words, it is considered a match if the pattern matches
15929 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15930 in the Cc: line.
15931 (Notice that defining the Recipient pattern does not have the same
15932 effect as defining both the To and Cc patterns.
15933 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15934 It is equivalent to having two different rules;
15935 one with a To pattern and the other with the same Cc pattern.)
15937 A technicality: Since comma is the character used to separate multiple
15938 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15939 you want to include a literal comma in the field.
15940 In other words, if you type a backslash followed by a comma it will
15941 be interpreted as a comma by Alpine, instead of as a separator between
15942 pattern values.
15943 All other backslashes are literal backslashes and should not be escaped.
15945 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15946 for more information on Patterns.
15948 Look <A HREF="h_edit_nav_cmds">here</A>
15949 to see the available Editing and Navigation commands.
15951 &lt;End of help on this topic&gt;
15952 </BODY>
15953 </HTML>
15954 ======= h_config_role_particpat =======
15955 <HTML>
15956 <HEAD>
15957 <TITLE>Participant Pattern Explained</TITLE>
15958 </HEAD>
15959 <BODY>
15960 <H1>Participant Pattern Explained</H1>
15962 This is just like the &quot;To pattern&quot; except that it is compared with
15963 the addresses from the From: line, the To: line, and the Cc: line of the
15964 message instead of just the addresses from the To: line.
15965 In other words, it is considered a match if the pattern matches
15966 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15967 in the To: line, <EM>OR</EM> an address in the Cc: line.
15968 (Notice that defining the Participant pattern does not have the same
15969 effect as defining all of the From, To, and Cc patterns.
15970 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15971 From <EM>AND</EM> To <EM>AND</EM> Cc.
15972 It is equivalent to having three different rules;
15973 one with a From pattern, another with the same To pattern, and a third with
15974 the same Cc pattern.)
15976 A technicality: Since comma is the character used to separate multiple
15977 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15978 you want to include a literal comma in the field.
15979 In other words, if you type a backslash followed by a comma it will
15980 be interpreted as a comma by Alpine, instead of as a separator between
15981 pattern values.
15982 All other backslashes are literal backslashes and should not be escaped.
15984 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15985 for more information on Patterns.
15987 Look <A HREF="h_edit_nav_cmds">here</A>
15988 to see the available Editing and Navigation commands.
15990 &lt;End of help on this topic&gt;
15991 </BODY>
15992 </HTML>
15993 ======= h_config_role_newspat =======
15994 <HTML>
15995 <HEAD>
15996 <TITLE>News Pattern Explained</TITLE>
15997 </HEAD>
15998 <BODY>
15999 <H1>News Pattern Explained</H1>
16001 If this pattern is non-blank, then for this rule to be considered a
16002 match, at least one of the newsgroups from
16003 the Newsgroups line of the message must match this pattern.
16004 If this pattern is a list of patterns, then at least one of the
16005 newsgroups must match at least one of the patterns.
16006 (Any other non-blank parts of the Pattern must match, too.)
16008 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16009 &quot;!&quot; &quot;toggle NOT&quot; command.
16010 This changes the meaning of the News pattern so that it has the opposite meaning.
16011 It will be considered a match if there are no matches between the
16012 addresses in the Newsgroups: line and the list of News patterns.
16014 Don't make the mistake of putting the &quot;!&quot; in the data field for
16015 the pattern.
16016 For example, if you type the characters &quot;!frizzle&quot; into the News
16017 pattern, the pattern will look like:
16019 <PRE>
16020  News pattern = !frizzle
16021 </PRE>
16023 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16024 In order to match messages that do not have &quot;frizzle&quot; in
16025 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16026 by carriage return for the value of the News pattern, then negate it
16027 by typing the &quot;!&quot; command.
16028 It should end up looking like
16030 <PRE>
16031  ! News pattern = frizzle
16032 </PRE>
16034 A technicality: Since comma is the character used to separate multiple
16035 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16036 you want to include a literal comma in the field.
16037 In other words, if you type a backslash followed by a comma it will
16038 be interpreted as a comma by Alpine, instead of as a separator between
16039 pattern values.
16040 All other backslashes are literal backslashes and should not be escaped.
16043 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16044 for more information on Patterns.
16046 Look <A HREF="h_edit_nav_cmds">here</A>
16047 to see the available Editing and Navigation commands.
16049 &lt;End of help on this topic&gt;
16050 </BODY>
16051 </HTML>
16052 ======= h_config_role_subjpat =======
16053 <HTML>
16054 <HEAD>
16055 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16056 </HEAD>
16057 <BODY>
16058 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16060 This is similar to the other parts of the Pattern.
16061 It is compared with
16062 the contents from the Subject of the message.
16064 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16065 for more information on Patterns.
16067 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16068 &quot;!&quot; &quot;toggle NOT&quot; command.
16069 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16070 It will be considered a match if there are no matches between the
16071 text in the Subject: line and the list of Subject patterns.
16074 If you wish to have a header pattern that is not one of the six standard
16075 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16077 A technicality: Since comma is the character used to separate multiple
16078 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16079 you want to include a literal comma in the field.
16080 In other words, if you type a backslash followed by a comma it will
16081 be interpreted as a comma by Alpine, instead of as a separator between
16082 pattern values.
16083 All other backslashes are literal backslashes and should not be escaped.
16085 Look <A HREF="h_edit_nav_cmds">here</A>
16086 to see the available Editing and Navigation commands.
16088 &lt;End of help on this topic&gt;
16089 </BODY>
16090 </HTML>
16091 ======= h_config_role_alltextpat =======
16092 <HTML>
16093 <HEAD>
16094 <TITLE>AllText Pattern Explained</TITLE>
16095 </HEAD>
16096 <BODY>
16097 <H1>AllText Pattern Explained</H1>
16099 This is similar to the header patterns.
16100 Instead of comparing with text in a particular header field it 
16101 is compared with all of the text in the message header and body.
16103 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16104 &quot;!&quot; &quot;toggle NOT&quot; command.
16105 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16106 It will be considered a match if there are no matches between the
16107 text of the message and the list of AllText patterns.
16109 Don't make the mistake of putting the &quot;!&quot; in the data field for
16110 the pattern.
16111 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16112 pattern, the pattern will look like:
16114 <PRE>
16115  AllText pattern = !frizzle
16116 </PRE>
16118 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16119 In order to match messages that do not have &quot;frizzle&quot; in
16120 the text of the message, first type the characters &quot;frizzle&quot; followed
16121 by carriage return for the value of the AllText pattern, then negate it
16122 by typing the &quot;!&quot; command.
16123 It should end up looking like
16125 <PRE>
16126  ! AllText pattern = frizzle
16127 </PRE>
16129 It is possible that you may notice degraded performance when using
16130 AllText Patterns.
16132 A technicality: Since comma is the character used to separate multiple
16133 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16134 you want to include a literal comma in the field.
16135 In other words, if you type a backslash followed by a comma it will
16136 be interpreted as a comma by Alpine, instead of as a separator between
16137 pattern values.
16138 All other backslashes are literal backslashes and should not be escaped.
16140 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16141 for more information on Patterns.
16143 Look <A HREF="h_edit_nav_cmds">here</A>
16144 to see the available Editing and Navigation commands.
16146 &lt;End of help on this topic&gt;
16147 </BODY>
16148 </HTML>
16149 ======= h_config_role_bodytextpat =======
16150 <HTML>
16151 <HEAD>
16152 <TITLE>BodyText Pattern Explained</TITLE>
16153 </HEAD>
16154 <BODY>
16155 <H1>BodyText Pattern Explained</H1>
16157 This is similar to the header patterns.
16158 Instead of comparing with text in a particular header field it 
16159 is compared with all of the text in the message body.
16161 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16162 &quot;!&quot; &quot;toggle NOT&quot; command.
16163 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16164 It will be considered a match if there are no matches between the
16165 text of the body of the message and the list of BodyText patterns.
16167 Don't make the mistake of putting the &quot;!&quot; in the data field for
16168 the pattern.
16169 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16170 pattern, the pattern will look like:
16172 <PRE>
16173  BdyText pattern = !frizzle
16174 </PRE>
16176 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16177 In order to match messages that do not have &quot;frizzle&quot; in
16178 their BodyText, first type the characters &quot;frizzle&quot; followed
16179 by carriage return for the value of the BodyText pattern, then negate it
16180 by typing the &quot;!&quot; command.
16181 It should end up looking like
16183 <PRE>
16184  ! BodyText pattern = frizzle
16185 </PRE>
16187 It is possible that you may notice degraded performance when using
16188 BodyText Patterns.
16190 A technicality: Since comma is the character used to separate multiple
16191 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16192 you want to include a literal comma in the field.
16193 In other words, if you type a backslash followed by a comma it will
16194 be interpreted as a comma by Alpine, instead of as a separator between
16195 pattern values.
16196 All other backslashes are literal backslashes and should not be escaped.
16198 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16199 for more information on Patterns.
16201 Look <A HREF="h_edit_nav_cmds">here</A>
16202 to see the available Editing and Navigation commands.
16204 &lt;End of help on this topic&gt;
16205 </BODY>
16206 </HTML>
16207 ======= h_config_role_charsetpat =======
16208 <HTML>
16209 <HEAD>
16210 <TITLE>Character Set Pattern Explained</TITLE>
16211 </HEAD>
16212 <BODY>
16213 <H1>Character Set Pattern Explained</H1>
16215 A message may use one or more character sets.
16216 This part of the Pattern matches messages that make use of
16217 certain specified character sets.
16218 It will be considered a match if a message uses any of the character
16219 sets in the list you give here.
16222 When filling in a value for this field, you may use
16223 the &quot;T&quot; command, which presents you with a large list of
16224 possible character sets to choose from.
16225 You may also just type in the name of a character set, and it need not
16226 be one that Alpine knows about.
16229 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16230 GB2312) you may also use some shorthand names that Alpine provides.
16231 These names are more understandable shorthand names for sets of 
16232 character set names.
16233 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16234 Selecting one of these shorthand names is equivalent to selecting all of
16235 the character sets that make up the set.
16236 You can see all of these shorthand names and the lists of character sets
16237 they stand for by typing the &quot;T&quot; command.
16240 For the purposes of this Pattern,
16241 Alpine will search through a message for all of the text parts and
16242 collect the character sets declared for each part.
16243 It will also look in the Subject line for a character set used there.
16244 Alpine does not actually look at the text of the message or the text
16245 of the Subject to determine if a declared character set is actually
16246 used, it looks only at the declarations themselves in the MIME part headers
16247 and in the Subject.
16250 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16251 &quot;!&quot; &quot;toggle NOT&quot; command.
16252 This changes the meaning of the Character Set pattern so that
16253 it has the opposite meaning.
16254 It will be considered a match if none of the character sets in the
16255 list are used in a message.
16257 Don't make the mistake of putting the &quot;!&quot; in the data field for
16258 the pattern.
16259 For example, if you type the characters &quot;!GB2312&quot; into the
16260 Character Set pattern, the pattern will look like:
16262 <PRE>
16263  Charset pattern = !GB2312
16264 </PRE>
16266 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16267 In order to match messages that do not have the
16268 character set &quot;GB2312&quot;
16269 set, first type the characters &quot;GB2312&quot; followed
16270 by carriage return for the value of the Character Set pattern, then negate it
16271 by typing the &quot;!&quot; command.
16272 It should end up looking like
16274 <PRE>
16275  ! Charset pattern = GB2312
16276 </PRE>
16278 A technicality: Since comma is the character used to separate multiple
16279 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16280 you want to include a literal comma in the field.
16281 In other words, if you type a backslash followed by a comma it will
16282 be interpreted as a comma by Alpine, instead of as a separator between
16283 pattern values.
16284 All other backslashes are literal backslashes and should not be escaped.
16286 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16287 for more information on Patterns.
16289 Look <A HREF="h_edit_nav_cmds">here</A>
16290 to see the available Editing and Navigation commands.
16292 &lt;End of help on this topic&gt;
16293 </BODY>
16294 </HTML>
16295 ======= h_config_role_keywordpat =======
16296 <HTML>
16297 <HEAD>
16298 <TITLE>Keyword Pattern Explained</TITLE>
16299 </HEAD>
16300 <BODY>
16301 <H1>Keyword Pattern Explained</H1>
16303 A folder may have user-defined keywords.
16304 These are similar to the Important flag, which the user may set using the
16305 Flag command.
16306 The difference is that the Important flag is always present for each folder.
16307 User-defined keywords are picked by the user.
16308 You may add new keywords by defining them in the
16309 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16310 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16311 the Flag command may be used to set or clear the keyword on individual messages.
16312 If you have given a keyword a nickname when configuring it,
16313 that nickname may be used instead of the actual keyword.
16316 When filling in a value for this field, it may be easiest to use
16317 the &quot;T&quot; command, which presents you with a list of the keywords
16318 you have defined to choose from.
16321 This part of the Pattern matches messages with certain keywords set.
16322 It will be considered a match if a message has any of the keywords in the
16323 list set.
16324 A keyword that you have not defined using the
16325 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16326 will not be a match.
16329 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16330 &quot;!&quot; &quot;toggle NOT&quot; command.
16331 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16332 It will be considered a match if none of the keywords in the list are set
16333 for a message.
16334 A keyword that you have not defined using the
16335 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16336 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16338 Don't make the mistake of putting the &quot;!&quot; in the data field for
16339 the pattern.
16340 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16341 pattern, the pattern will look like:
16343 <PRE>
16344  Keyword pattern = !frizzle
16345 </PRE>
16347 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16348 In order to match messages that do not have the keyword &quot;frizzle&quot;
16349 set, first type the characters &quot;frizzle&quot; followed
16350 by carriage return for the value of the Keyword pattern, then negate it
16351 by typing the &quot;!&quot; command.
16352 It should end up looking like
16354 <PRE>
16355  ! Keyword pattern = frizzle
16356 </PRE>
16358 A technicality: Since comma is the character used to separate multiple
16359 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16360 you want to include a literal comma in the field.
16361 In other words, if you type a backslash followed by a comma it will
16362 be interpreted as a comma by Alpine, instead of as a separator between
16363 pattern values.
16364 All other backslashes are literal backslashes and should not be escaped.
16366 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16367 for more information on Patterns.
16369 Look <A HREF="h_edit_nav_cmds">here</A>
16370 to see the available Editing and Navigation commands.
16372 &lt;End of help on this topic&gt;
16373 </BODY>
16374 </HTML>
16375 ======= h_config_role_arbpat =======
16376 <HTML>
16377 <HEAD>
16378 <TITLE>Extra Header Patterns Explained</TITLE>
16379 </HEAD>
16380 <BODY>
16381 <H1>Extra Header Patterns Explained</H1>
16383 The header patterns that come after the Participant pattern but before the 
16384 AllText pattern are extra header patterns that you have added to a rule's
16385 Pattern. These are just like the other header patterns except that
16386 the contents of the particular header listed on the left hand side will
16387 be used for comparisons.
16389 The &quot;eXtraHdr&quot; command may be used to add more of these
16390 header patterns to the rule you are editing.
16392 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16393 extra header pattern from the rule you are editing.
16395 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16396 &quot;!&quot; &quot;toggle NOT&quot; command.
16397 This changes the meaning of the pattern so that it has the opposite meaning.
16398 It will be considered a match if there are no matches between the
16399 text in the header line and the list of patterns.
16401 Don't make the mistake of putting the &quot;!&quot; in the data field for
16402 the pattern.
16403 For example, if you type the characters &quot;!frizzle&quot; into the
16404 pattern, the pattern will look like:
16406 <PRE>
16407  Xyz pattern = !frizzle
16408 </PRE>
16410 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16411 In order to match messages that do not have &quot;frizzle&quot; in
16412 their Xyz field, first type the characters &quot;frizzle&quot; followed
16413 by carriage return for the value of the pattern, then negate it
16414 by typing the &quot;!&quot; command.
16415 It should end up looking like
16417 <PRE>
16418  ! Xyz pattern = frizzle
16419 </PRE>
16422 A technicality: Since comma is the character used to separate multiple
16423 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16424 you want to include a literal comma in the field.
16425 In other words, if you type a backslash followed by a comma it will
16426 be interpreted as a comma by Alpine, instead of as a separator between
16427 pattern values.
16428 All other backslashes are literal backslashes and should not be escaped.
16430 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16431 for more information on Patterns.
16433 Look <A HREF="h_edit_nav_cmds">here</A>
16434 to see the available Editing and Navigation commands.
16436 &lt;End of help on this topic&gt;
16437 </BODY>
16438 </HTML>
16439 ======= h_config_role_cat_cmd =======
16440 <HTML>
16441 <HEAD>
16442 <TITLE>Categorizer Command Explained</TITLE>
16443 </HEAD>
16444 <BODY>
16445 <H1>Categorizer Command Explained</H1>
16447 This is a command that is run with its standard input set to the message
16448 being checked and its standard output discarded.
16449 The full directory path should be specified.
16450 The command will be run and then its exit status will be checked against
16451 the Exit Status Interval, which defaults to just the value zero.
16452 If the exit status of the command falls in the interval, it is considered
16453 a match, otherwise it is not a match.
16456 This option may actually be a list of commands.
16457 The first one that exists and is executable is used.
16458 That makes it possible to use the same configuration with Unix Alpine and
16459 PC-Alpine.
16462 If none of the commands in the list exists and is executable then the rule
16463 is <EM>not</EM> a match.
16464 If it is possible that the command may not exist, you should be careful
16465 to structure your rules so that nothing destructive
16466 happens when the command does not exist.
16467 For example, you might have a filter that filters away spam when there is
16468 a match but does nothing when there is not a match.
16469 That would cause no harm if the command didn't exist.
16470 However, if you have a filter that filters away spam when there is not
16471 a match and keeps it when there is a match, that would filter everything
16472 if the categorizer command didn't exist.
16474 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16475 setup for the bogofilter filter.
16478 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16479 for more information on Patterns.
16481 Look <A HREF="h_edit_nav_cmds">here</A>
16482 to see the available Editing and Navigation commands.
16484 &lt;End of help on this topic&gt;
16485 </BODY>
16486 </HTML>
16487 ======= h_config_role_cat_cmd_example =======
16488 <HTML>
16489 <HEAD>
16490 <TITLE>Categorizer Command Example</TITLE>
16491 </HEAD>
16492 <BODY>
16493 <H1>Categorizer Command Example</H1>
16495 Bogofilter
16496 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16497 is a mail filter that attempts to classify mail as spam or
16498 non-spam using statistical analysis of the message content.
16499 When run with no arguments and a message as standard input, it exits with
16500 exit status 0 if it thinks a message is spam and 1 if it thinks
16501 it is not spam.
16502 To use bogofilter as your Categorizer Command you would simply set Command to
16503 the pathname of the bogofilter program.
16504 For example,
16506 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16508 Exit status of zero is what you are interested in, so you'd set the
16509 Exit Status Interval to
16511 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16514 In order to prevent downloading an entire huge message to check for spam, you
16515 might want to set the Character Limit to a few thousand characters (the
16516 assumption being that the spam will reveal itself in those characters)
16518 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16521 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16522 be to move the message to a spam folder.
16523 It would usually be wise to also check the &quot;Message is Recent&quot;
16524 part of the rule so that messages are only checked when they first arrive,
16525 and to restrict the Current Folder Type to just your INBOX.
16526 The reason for checking only Recent messages is to save the time it takes
16527 to run bogofilter on each message.
16528 As an experiment, you might start out by using this in an Indexcolor Rule
16529 instead of a Filter Rule.
16530 In that case, you probably wouldn't check the Recent checkbox.
16532 The use described above assumes that you are somehow maintaining bogofilter's
16533 database of words associated with spam and non-spam messages.
16534 One way to start your database would be to select a bunch of spam messages
16535 in Alpine (you might Save spam messages to a special folder or use Alpine's
16536 Select command to select several) and then Apply
16537 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16538 a pipe command to the spam messages.
16539 For example, you could have a shell script or an alias
16540 called <EM>this_is_spam</EM>, which would simply be the command
16542 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16545 It is probably best to use the pipe command's Raw Text, With Delimiter,
16546 and Free Output options,
16547 which are at the bottom of the screen when you type the pipe command.
16548 That's because bogofilter expects the raw message as input, and uses
16549 the Delimiters to tell when a new message starts.
16550 You would not need to use a separate pipe for each message, because
16551 bogofilter can handle multiple messages at once.
16553 Similarly, you would select a group of non-spam messages
16554 and run them through a <EM>this_is_nonspam</EM> script
16555 that was something like
16557 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16560 For the more adventurous, the next step might be to automate the upkeep of
16561 the bogofilter database.
16562 It might make more sense to have bogofilter be part of the delivery process,
16563 but it is also possible to do it entirely from within Alpine.
16564 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16565 the &quot;-u&quot; argument will cause bogofilter to update the database.
16567 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16569 You'd want a couple more aliases or shell scripts called something like
16570 <EM>change_to_spam</EM>
16572 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16575 <EM>change_to_nonspam</EM>
16577 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16579 When you run across a message in your INBOX that should have been
16580 classified as spam you would pipe it to the change_to_spam script, and
16581 when you run across a message in your spam folder that should have been
16582 left in your INBOX you would pipe it through change_to_nonspam.
16585 There is a technical problem with this approach.
16586 Alpine may check your filters more than once.
16587 In particular, every time you start Alpine the filters will be checked for
16588 each message.
16589 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16590 then Alpine will recheck for matches in messages that have changed state
16591 at the time you close the folder and before expunging.
16592 This is usually ok.
16593 However, in this case it is a problem because the command
16595 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16597 has the side effect of updating the database.
16598 So you run the risk of updating the database multiple times for a single
16599 message instead of updating it just once per message.
16600 There are some ways to work around this problem.
16601 What you need is a way to mark the message after you have run the filter.
16602 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16603 Besides having the filter move the message to a spam folder, also have it
16604 set the Bogo keyword.
16605 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16606 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16607 This rule can only set the Bogo keyword for the messages that it matches.
16608 You will also need to add a second rule right after this one that
16609 matches all the messages that don't have the Bogo keyword set
16610 (put the keyword in the Keyword pattern and toggle
16611 the Not with the ! command)
16612 and takes the action of setting it.
16613 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16614 (and so it won't re-run the bogofilter command) if the keyword is already
16615 set.
16617 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16618 on all messages that don't have the Bogo keyword set.
16619 This will have the side effect of inserting that message in the bogofilter
16620 database, match or not.
16621 If this rule matches (it is spam), the Bogo keyword will be set and
16622 the message will be moved to a spam folder.
16623 If it does not match, the
16624 following rule will mark the message by turning on the keyword.
16625 This second rule should be a non-terminating
16626 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16627 rule so that it doesn't stop the filtering process before the rest of
16628 your rules are consulted.
16631 In summary, the first rule is something like
16632 <PRE>
16633   Nickname          = bogofilter -u rule
16634   Current Folder Type =
16635                (*) Specific
16636                    Folder = INBOX
16638   ! Keyword pattern = Bogo
16640   External Categorizer Commands =
16641        Command              = /usr/local/bin/bogofilter -u
16642        Exit Status Interval = (0,0)
16643        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16645   Filter Action =
16646        (*) Move
16647            Folder = spam
16648   
16649   Set These Keywords   = Bogo
16650 </PRE>
16652 and the following rule is
16653 <PRE>
16654   Nickname          = Set Bogo Keyword
16655   Current Folder Type =
16656                (*) Specific
16657                    Folder = INBOX
16659   ! Keyword pattern = Bogo
16661   Filter Action =
16662        (*) Just Set Message Status
16664   Set These Keywords   = Bogo
16666   Features =
16667       [X]  dont-stop-even-if-rule-matches
16668 </PRE>
16670 If it is possible for you to insert bogofilter in the delivery process instead
16671 of having it called from Alpine you could prevent having to wait
16672 for the bogofilter processing while you read your mail.
16673 You would have bogofilter add a header to the message at the time of delivery
16674 that identified it as spam or nonspam.
16675 With this method, you could avoid using a Categorizer Command while running Alpine,
16676 and just match on the header instead.
16677 You might still want to use the scripts mentioned above to initialize the
16678 database or to re-classify wrongly classified messages.
16681 Finally, it isn't for the faint-hearted,
16682 but it is also possible to run bogofilter from PC-Alpine.
16683 You can install Cygwin from
16684 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16685 then compile bogofilter in the cygwin environment, and run it from
16686 within PC-Alpine.
16687 You would end up with a Categorizer command that looked something like
16689 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16691 Note that the &quot;.exe&quot; extension is explicit,
16692 and that the bogofilter.exe executable should be in the same directory
16693 as cygwin1.dll.
16696 &lt;End of help on this topic&gt;
16697 </BODY>
16698 </HTML>
16699 ======= h_config_role_cat_status =======
16700 <HTML>
16701 <HEAD>
16702 <TITLE>Exit Status Interval Explained</TITLE>
16703 </HEAD>
16704 <BODY>
16705 <H1>Exit Status Interval Explained</H1>
16707 The categorizer command is run and the result is the exit status of
16708 that command.
16709 If that exit status falls in the Exit Status Interval
16710 then it is considered a match, otherwise it is not a match.
16711 Of course for the entire rule to match, it must also be checked against
16712 the other defined parts of the Pattern.
16714 The Exit Status Interval defaults to the single value 0 (zero).
16715 If you define it, it should be set to something like:
16717 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16719 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16720 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16721 positive and negative integers.
16723 Actually, a list of intervals may be used if you wish.
16724 A list would look like
16726 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16728 When there is an Exit Status Interval defined, it is a match if the exit status
16729 of the categorizer command is contained in any of the intervals.
16730 The intervals include both endpoints.
16732 The default interval is
16734 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16736 and it matches only if the command exits with exit status equal to zero.
16739 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16740 for more information on Patterns.
16742 Look <A HREF="h_edit_nav_cmds">here</A>
16743 to see the available Editing and Navigation commands.
16745 &lt;End of help on this topic&gt;
16746 </BODY>
16747 </HTML>
16748 ======= h_config_role_cat_limit =======
16749 <HTML>
16750 <HEAD>
16751 <TITLE>Character Limit Explained</TITLE>
16752 </HEAD>
16753 <BODY>
16754 <H1>Character Limit Explained</H1>
16756 Setting this option makes it possible to limit how much of the message
16757 is made available to the categorizer command as input.
16758 The default value (-1) means that the entire message is fed to the
16759 command.
16760 A value of 0 (zero) means that only the headers of the message are
16761 made available.
16762 A positive integer means that the headers plus that many characters from
16763 the body of the message are passed to the categorizer.
16766 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16767 for more information on Patterns.
16769 Look <A HREF="h_edit_nav_cmds">here</A>
16770 to see the available Editing and Navigation commands.
16772 &lt;End of help on this topic&gt;
16773 </BODY>
16774 </HTML>
16775 ======= h_config_role_age =======
16776 <HTML>
16777 <HEAD>
16778 <TITLE>Age Interval Explained</TITLE>
16779 </HEAD>
16780 <BODY>
16781 <H1>Age Interval Explained</H1>
16783 The Age Interval, if defined, is part of the Pattern.
16784 If you use this, it should be set to something like:
16786 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16788 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16789 The special value &quot;INF&quot; may be used for the max value.
16790 It represents infinity.
16792 In rare cases it may be useful to use the more general form of the value,
16793 which is a comma-separated list of intervals.
16794 It would look something like:
16796 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16798 When there is an Age Interval defined, it is a match if the age, in days, of
16799 the message is contained in the interval.
16800 The interval includes both endpoints.
16801 If the option is set to a list of intervals then it is a match if the
16802 age of the message is contained in any of the intervals.
16804 Even though this option is called Age, it isn't actually
16805 the <EM>age</EM> of the message.
16806 Instead, it is how many days ago the message arrived in one of your folders.
16807 If the current time is a little past midnight, then a message that arrived
16808 just before midnight arrived yesterday, even though the message is only
16809 a few minutes old.
16810 By default, the date being used is not the date in the Date
16811 header of the message.
16812 It is the date that the message arrived in one of your folders.
16813 When you Save a message from one folder to another that arrival date
16814 is preserved.
16815 If you would like to use the date in the Date header that is possible.
16816 Turn on the option
16817 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16818 near the bottom of the rule definition.
16820 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16821 The age interval
16823 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16825 matches all messages that arrived on the day before yesterday.
16826 The interval
16828 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16830 matches all messages that arrived at least 180 days before today.
16831 The interval
16833 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16835 matches all messages that arrived today or yesterday.
16838 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16839 for more information on Patterns.
16841 Look <A HREF="h_edit_nav_cmds">here</A>
16842 to see the available Editing and Navigation commands.
16844 &lt;End of help on this topic&gt;
16845 </BODY>
16846 </HTML>
16847 ======= h_config_role_size =======
16848 <HTML>
16849 <HEAD>
16850 <TITLE>Size Interval Explained</TITLE>
16851 </HEAD>
16852 <BODY>
16853 <H1>Size Interval Explained</H1>
16855 The Size Interval, if defined, is part of the Pattern.
16856 If you use this, it should be set to something like:
16858 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16860 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16861 The special value &quot;INF&quot; may be used for the max value.
16862 It represents infinity.
16864 In rare cases it may be useful to use the more general form of the value,
16865 which is a comma-separated list of intervals.
16866 It would look something like:
16868 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16870 When there is a Size Interval defined, it is a match if the size of
16871 the message is contained in the interval.
16872 The interval includes both endpoints.
16873 If the option is set to a list of intervals then it is a match if the
16874 size of the message is contained in any of the intervals.
16876 The size interval
16878 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16880 matches all messages with sizes greater than or equal to 10000, and less
16881 than or equal to 50000.
16882 The interval
16884 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16886 matches all messages with sizes greater than or equal to 100000.
16889 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16890 for more information on Patterns.
16892 Look <A HREF="h_edit_nav_cmds">here</A>
16893 to see the available Editing and Navigation commands.
16895 &lt;End of help on this topic&gt;
16896 </BODY>
16897 </HTML>
16898 ======= h_config_role_scorei =======
16899 <HTML>
16900 <HEAD>
16901 <TITLE>Score Interval Explained</TITLE>
16902 </HEAD>
16903 <BODY>
16904 <H1>Score Interval Explained</H1>
16906 The Score Interval, if defined, is part of the Pattern.
16907 If you use this, it should be set to something like:
16909 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16911 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16912 -32000 and 32000.
16913 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16914 the min and max values.
16915 These represent negative and positive infinity.
16917 Actually, the value may be a list of intervals rather than just a
16918 single interval if that is useful.
16919 The elements of the list are separated by commas like:
16921 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16923 When there is a Score Interval defined, it is a match if the score for
16924 the message is contained in any of the intervals.
16925 The intervals include both endpoints.
16926 The score for a message is calculated by looking at every scoring rule
16927 defined and adding up the Score Values for the rules that match the message.
16928 Scoring rules are created using the
16929 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16932 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16933 for more information on Patterns.
16935 Look <A HREF="h_edit_nav_cmds">here</A>
16936 to see the available Editing and Navigation commands.
16938 &lt;End of help on this topic&gt;
16939 </BODY>
16940 </HTML>
16941 ======= h_config_role_fldr_type =======
16942 <HTML>
16943 <HEAD>
16944 <TITLE>Current Folder Type Explained</TITLE>
16945 </HEAD>
16946 <BODY>
16947 <H1>Current Folder Type Explained</H1>
16949 The Current Folder Type is part of the role's Pattern.
16950 It refers to the type of the currently open folder, which is the folder
16951 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16952 In order for a role to be considered a match, the current folder must
16953 be of the type you set here.
16954 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16955 all what you might think.
16957 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16958 example, then
16959 that role will only be a match if the current folder is a newsgroup and
16960 the rest of the Pattern matches.
16961 The value &quot;Specific&quot; may be used when you want to limit the match
16962 to a specific folder (not just a specific type of folder), or to a list of
16963 specific folders.
16965 In order to match a specific folder you Select the &quot;Specific&quot;
16966 button <EM>AND</EM> fill in
16967 the name (or list of names) of
16968 the folder in the &quot;Folder List&quot; field.
16969 If the current folder is any of the folders in the list, that is considered
16970 a match.
16971 The name of each folder in the list may be either &quot;INBOX&quot;,
16972 the technical specification
16973 of the folder (like what appears in your configuration file) or, if the
16974 folder is one of your incoming folders, it may be the nickname you've given
16975 the folder.
16976 Here are a couple samples of specific folder names:
16978 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16980 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16982 The easiest way to fill in the &quot;Folder List&quot; field is to use
16983 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16984 highlighted, or to use the &quot;Take&quot; command with the configuration
16985 feature
16986 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16987 turned on.
16988 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16989 Current Folder Type is set to &quot;Specific&quot;, and any value that
16990 &quot;Folder List&quot; has is ignored unless the type
16991 is set to &quot;Specific&quot;.
16993 When reading a newsgroup, there may be a performance penalty
16994 incurred when collecting the information necessary to check a Pattern.
16995 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16997 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16998 for more information on Patterns.
17000 Look <A HREF="h_edit_nav_cmds">here</A>
17001 to see the available Editing and Navigation commands.
17003 &lt;End of help on this topic&gt;
17004 </BODY>
17005 </HTML>
17006 ======= h_config_filt_rule_type =======
17007 <HTML>
17008 <HEAD>
17009 <TITLE>Filter Action Explained</TITLE>
17010 </HEAD>
17011 <BODY>
17012 <H1>Filter Action Explained</H1>
17014 The Filter Action specifies the action to be taken when the Pattern is a
17015 match.
17016 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17017 &quot;Just Set Message Status&quot;.
17019 If it is set to &quot;Delete&quot;, then the message that matches the
17020 Pattern will be deleted from the open folder.
17022 If it is set to &quot;Move&quot;, then the name of the folder to which
17023 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17024 next line of the screen.
17025 A list of folders separated by commas may be given, in which case the
17026 message will be copied to all of the folders in the list before it is
17027 deleted.
17029 If it is set to neither of those two values (it is set to the value
17030 labeled &quot;Just Set Message Status&quot;) then the message status
17031 setting will happen
17032 but the message will not be deleted or moved.
17034 If you are Moving a message you may also set Message Status if you wish.
17036 The easiest way to fill in the &quot;Folder List&quot; field is to use
17037 the T command that is available when the &quot;Folder List&quot; line is
17038 highlighted.
17039 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17040 Filter Action is set to &quot;Move&quot;, and any value that
17041 &quot;Folder List&quot; has is ignored unless the type
17042 is set to &quot;Move&quot;.
17044 There are a few tokens that may be used in the names in the Folder List.
17045 They are all related to the date on which the filtering is taking place.
17046 The tokens are words surrounded by underscores.
17047 For example, if you want your filter to move messages to a folder named
17048 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17049 you could specify the folder as
17050 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17051 which would result in a file named something like
17052 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17054 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17055 which would result in a file named something like
17056 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17057 The available tokens are listed
17058 <A HREF="h_index_tokens">here</A>.
17060 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17061 for more information on Patterns.
17063 Look <A HREF="h_edit_nav_cmds">here</A>
17064 to see the available Editing and Navigation commands.
17066 &lt;End of help on this topic&gt;
17067 </BODY>
17068 </HTML>
17069 ======= h_config_score_fldr_type =======
17070 <HTML>
17071 <HEAD>
17072 <TITLE>Current Folder Type Explained</TITLE>
17073 </HEAD>
17074 <BODY>
17075 <H1>Current Folder Type Explained</H1>
17077 The Current Folder Type is part of the scoring rule's Pattern.
17078 It refers to the type of the folder that
17079 the message being scored is in.
17080 In order for a rule to be considered a match, the current folder must
17081 be of the type you set here.
17082 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17083 all what you might think.
17085 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17086 example, then
17087 that Pattern will only match if the current folder is a newsgroup and
17088 the rest of the Pattern matches.
17089 The value &quot;Specific&quot; may be used when you want to limit the match
17090 to a specific folder (not just a specific type of folder), or to a list of
17091 specific folders.
17093 In order to match a specific folder you Select the &quot;Specific&quot;
17094 button <EM>AND</EM> fill in
17095 the name (or list of names) of
17096 the folder in the &quot;Folder List&quot; field.
17097 If the current folder is any of the folders in the list, that is considered
17098 a match.
17099 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17100 of the folder (like what appears in your configuration file) or, if the
17101 folder is one of your incoming folders, it may be the nickname you've given
17102 the folder.
17103 Here are a couple samples of specific folder names:
17105 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17107 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17109 The easiest way to fill in the &quot;Folder List&quot; field is to use
17110 the T command that is available when the &quot;Folder List&quot; line is
17111 highlighted.
17112 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17113 Current Folder Type is set to &quot;Specific&quot;, and any value that
17114 &quot;Folder List&quot; has is ignored unless the type
17115 is set to &quot;Specific&quot;.
17117 When reading a newsgroup, there may be a performance penalty
17118 incurred when collecting the information necessary to check a Pattern.
17119 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17120 For example, if you have Index Line Coloring rules that have Score Intervals
17121 defined then the scores for all the visible messages will need to be calculated.
17122 If some of your Scoring rules have 
17123 a Current Folder Type of
17124 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17125 screen to draw more slowly when in a newsgroup.
17127 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17128 for more information on Patterns.
17130 Look <A HREF="h_edit_nav_cmds">here</A>
17131 to see the available Editing and Navigation commands.
17133 &lt;End of help on this topic&gt;
17134 </BODY>
17135 </HTML>
17136 ======= h_config_other_fldr_type =======
17137 <HTML>
17138 <HEAD>
17139 <TITLE>Current Folder Type Explained</TITLE>
17140 </HEAD>
17141 <BODY>
17142 <H1>Current Folder Type Explained</H1>
17144 The Current Folder Type is part of the rule's Pattern.
17145 It refers to the type of the folder being viewed.
17146 In order for a rule to be considered a match, the current folder must
17147 be of the type you set here.
17148 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17149 all what you might think.
17151 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17152 example, then
17153 that Pattern will only match if the current folder is a newsgroup.
17154 The value &quot;Specific&quot; may be used when you want to limit the match
17155 to a specific folder (not just a specific type of folder), or to a list of
17156 specific folders.
17158 In order to match a specific folder you Select the &quot;Specific&quot;
17159 button <EM>AND</EM> fill in
17160 the name (or list of names) of
17161 the folder in the &quot;Folder List&quot; field.
17162 If the current folder is any of the folders in the list, that is considered
17163 a match.
17164 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17165 of the folder (like what appears in your configuration file) or, if the
17166 folder is one of your incoming folders, it may be the nickname you've given
17167 the folder.
17168 Here are a couple samples of specific folder names:
17170 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17172 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17174 The easiest way to fill in the &quot;Folder List&quot; field is to use
17175 the T command that is available when the &quot;Folder List&quot; line is
17176 highlighted.
17177 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17178 Current Folder Type is set to &quot;Specific&quot;, and any value that
17179 &quot;Folder List&quot; has is ignored unless the type
17180 is set to &quot;Specific&quot;.
17182 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17183 for more information on Patterns.
17185 Look <A HREF="h_edit_nav_cmds">here</A>
17186 to see the available Editing and Navigation commands.
17188 &lt;End of help on this topic&gt;
17189 </BODY>
17190 </HTML>
17191 ======= h_config_incol_fldr_type =======
17192 <HTML>
17193 <HEAD>
17194 <TITLE>Current Folder Type Explained</TITLE>
17195 </HEAD>
17196 <BODY>
17197 <H1>Current Folder Type Explained</H1>
17199 The Current Folder Type is part of the Line Coloring rule's Pattern.
17200 It refers to the type of the folder for which the MESSAGE INDEX is
17201 being viewed.
17202 In order for a rule to be considered a match, the current folder must
17203 be of the type you set here.
17204 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17205 all what you might think.
17207 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17208 example, then
17209 that Pattern will only match if the current folder is a newsgroup and
17210 the rest of the Pattern matches.
17211 The value &quot;Specific&quot; may be used when you want to limit the match
17212 to a specific folder (not just a specific type of folder), or to a list of
17213 specific folders.
17215 In order to match a specific folder you Select the &quot;Specific&quot;
17216 button <EM>AND</EM> fill in
17217 the name (or list of names) of
17218 the folder in the &quot;Folder List&quot; field.
17219 If the current folder is any of the folders in the list, that is considered
17220 a match.
17221 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17222 of the folder (like what appears in your configuration file) or, if the
17223 folder is one of your incoming folders, it may be the nickname you've given
17224 the folder.
17225 Here are a couple samples of specific folder names:
17227 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17229 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17231 The easiest way to fill in the &quot;Folder List&quot; field is to use
17232 the T command that is available when the &quot;Folder List&quot; line is
17233 highlighted.
17234 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17235 Current Folder Type is set to &quot;Specific&quot;, and any value that
17236 &quot;Folder List&quot; has is ignored unless the type
17237 is set to &quot;Specific&quot;.
17239 When reading a newsgroup, there may be a performance penalty
17240 incurred when collecting the information necessary to check a Pattern.
17241 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17242 For example, a rule with a non-Normal Index Line Color
17243 and a Current Folder Type of
17244 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17245 screen to draw more slowly when in a newsgroup.
17247 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17248 for more information on Patterns.
17250 Look <A HREF="h_edit_nav_cmds">here</A>
17251 to see the available Editing and Navigation commands.
17253 &lt;End of help on this topic&gt;
17254 </BODY>
17255 </HTML>
17256 ======= h_config_filt_fldr_type =======
17257 <HTML>
17258 <HEAD>
17259 <TITLE>Current Folder Type Explained</TITLE>
17260 </HEAD>
17261 <BODY>
17262 <H1>Current Folder Type Explained</H1>
17264 The Current Folder Type is part of the Filtering rule's Pattern.
17265 It refers to the type of the folder for which the filtering is being done.
17266 In order for a rule to be considered a match, the current folder must
17267 be of the type you set here.
17268 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17269 all what you might think.
17271 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17272 example, then
17273 that Pattern will only match if the current folder is a newsgroup and
17274 the rest of the Pattern matches.
17275 The value &quot;Specific&quot; may be used when you want to limit the match
17276 to a specific folder (not just a specific type of folder), or to a list of
17277 specific folders.
17279 In order to match a specific folder you Select the &quot;Specific&quot;
17280 button <EM>AND</EM> fill in
17281 the name (or list of names) of
17282 the folder in the &quot;Folder List&quot; field.
17283 If the current folder is any of the folders in the list, that is considered
17284 a match.
17285 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17286 of the folder (like what appears in your configuration file) or, if the
17287 folder is one of your incoming folders, it may be the nickname you've given
17288 the folder.
17289 Here are a couple samples of specific folder names:
17291 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17293 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17295 The easiest way to fill in the &quot;Folder List&quot; field is to use
17296 the T command that is available when the &quot;Folder List&quot; line is
17297 highlighted.
17298 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17299 Current Folder Type is set to &quot;Specific&quot;, and any value that
17300 &quot;Folder List&quot; has is ignored unless the type
17301 is set to &quot;Specific&quot;.
17303 When reading a newsgroup, there may be a performance penalty
17304 incurred when collecting the information necessary to check a Pattern.
17305 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17306 For example, a rule with a Current Folder Type of either
17307 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17308 more slowly when opening a newsgroup.
17310 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17311 for more information on Patterns.
17313 Look <A HREF="h_edit_nav_cmds">here</A>
17314 to see the available Editing and Navigation commands.
17316 &lt;End of help on this topic&gt;
17317 </BODY>
17318 </HTML>
17319 ======= h_config_role_stat_imp =======
17320 <HTML>
17321 <HEAD>
17322 <TITLE>Message Important Status Explained</TITLE>
17323 </HEAD>
17324 <BODY>
17325 <H1>Message Important Status Explained</H1>
17327 This part of the Pattern may have one of three possible values.
17328 The default value is &quot;Don't care&quot;, which matches any message.
17329 The other two values are &quot;Yes&quot;, which means the message must be
17330 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17331 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17332 to be a match.
17334 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17335 for more information on Patterns.
17337 Look <A HREF="h_edit_nav_cmds">here</A>
17338 to see the available Editing and Navigation commands.
17340 &lt;End of help on this topic&gt;
17341 </BODY>
17342 </HTML>
17343 ======= h_config_role_stat_new =======
17344 <HTML>
17345 <HEAD>
17346 <TITLE>Message New Status Explained</TITLE>
17347 </HEAD>
17348 <BODY>
17349 <H1>Message New Status Explained</H1>
17351 This part of the Pattern may have one of three possible values.
17352 The default value is &quot;Don't care&quot;, which matches any message.
17353 The other two values are &quot;Yes&quot;, which means the message must be
17354 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17355 means the message must <EM>not</EM> be &quot;New&quot; in order
17356 to be a match.
17357 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17358 same as <EM>Seen</EM>.
17360 The nomenclature for New and Recent is a bit confusing:
17362 New means that the message is Unseen.
17363 It could have been in your mailbox for a long time but if you haven't looked
17364 at it, it is still considered New.
17365 That matches the default Alpine index display that shows an N for such a
17366 message.
17368 Recent means that the message was added to this folder since the last time
17369 you opened the folder.
17370 Alpine also shows an N by default for these types of messages.
17371 If you were to run two copies of Alpine that opened a folder one right after
17372 the other, a message would only show up as Recent in (at most) the first
17373 Alpine session.
17375 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17376 for more information on Patterns.
17378 Look <A HREF="h_edit_nav_cmds">here</A>
17379 to see the available Editing and Navigation commands.
17381 &lt;End of help on this topic&gt;
17382 </BODY>
17383 </HTML>
17384 ======= h_config_role_stat_recent =======
17385 <HTML>
17386 <HEAD>
17387 <TITLE>Message Recent Status Explained</TITLE>
17388 </HEAD>
17389 <BODY>
17390 <H1>Message Recent Status Explained</H1>
17392 This part of the Pattern may have one of three possible values.
17393 The default value is &quot;Don't care&quot;, which matches any message.
17394 The other two values are &quot;Yes&quot;, which means the message must be
17395 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17396 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17397 to be a match.
17398 &quot;Recent&quot; means that the message was added to the folder since
17399 the last time the folder was opened.
17400 If more than one mail client has the folder opened, the message will
17401 appear to be &quot;Recent&quot; to only one of the clients.
17403 The nomenclature for New and Recent is a bit confusing:
17405 New means that the message is Unseen.
17406 It could have been in your mailbox for a long time but if you haven't looked
17407 at it, it is still considered New.
17408 That matches the default Alpine index display that shows an N for such a
17409 message.
17411 Recent means that the message was added to this folder since the last time
17412 you opened the folder.
17413 Alpine also shows an N by default for these types of messages.
17414 If you were to run two copies of Alpine that opened a folder one right after
17415 the other, a message would only show up as Recent in (at most) the first
17416 Alpine session.
17418 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17419 for more information on Patterns.
17421 Look <A HREF="h_edit_nav_cmds">here</A>
17422 to see the available Editing and Navigation commands.
17424 &lt;End of help on this topic&gt;
17425 </BODY>
17426 </HTML>
17427 ======= h_config_role_stat_del =======
17428 <HTML>
17429 <HEAD>
17430 <TITLE>Message Deleted Status Explained</TITLE>
17431 </HEAD>
17432 <BODY>
17433 <H1>Message Deleted Status Explained</H1>
17435 This part of the Pattern may have one of three possible values.
17436 The default value is &quot;Don't care&quot;, which matches any message.
17437 The other two values are &quot;Yes&quot;, which means the message must be
17438 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17439 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17440 to be a match.
17442 If you are thinking of using this part of the Pattern as a way to prevent
17443 messages from being filtered more than once in a Filter Pattern,
17444 take a look at the Filter Option
17445 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17446 instead.
17447 It should work better than using this field since it will hide the filtered
17448 messages even if they are already Deleted.
17449 That option is at the bottom of the Filter configuration screen.
17451 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17452 for more information on Patterns.
17454 Look <A HREF="h_edit_nav_cmds">here</A>
17455 to see the available Editing and Navigation commands.
17457 &lt;End of help on this topic&gt;
17458 </BODY>
17459 </HTML>
17460 ======= h_config_role_stat_ans =======
17461 <HTML>
17462 <HEAD>
17463 <TITLE>Message Answered Status Explained</TITLE>
17464 </HEAD>
17465 <BODY>
17466 <H1>Message Answered Status Explained</H1>
17468 This part of the Pattern may have one of three possible values.
17469 The default value is &quot;Don't care&quot;, which matches any message.
17470 The other two values are &quot;Yes&quot;, which means the message must be
17471 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17472 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17473 to be a match.
17475 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17476 for more information on Patterns.
17478 Look <A HREF="h_edit_nav_cmds">here</A>
17479 to see the available Editing and Navigation commands.
17481 &lt;End of help on this topic&gt;
17482 </BODY>
17483 </HTML>
17484 ======= h_config_role_abookfrom =======
17485 <HTML>
17486 <HEAD>
17487 <TITLE>Address in Address Book Explained</TITLE>
17488 </HEAD>
17489 <BODY>
17490 <H1>Address in Address Book Explained</H1>
17492 This option gives you a way to match messages that contain an address
17493 that is in one of your address books.
17494 Only the simple entries in your address books are searched.
17495 Address book distribution lists are ignored!
17497 This part of the Pattern may have one of five possible values.
17498 The default value is &quot;Don't care&quot;, which matches any message.
17499 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17500 from the message must be in at least one of your
17501 address books in order to be a match.
17502 The value &quot;No, not in any address book&quot;
17503 means none of the addresses may
17504 be in any of your address books in order to be a match.
17506 The values &quot;Yes, in specific address books&quot; and
17507 &quot;No, not in any of specific address books&quot; are similar but instead
17508 of depending on all address books you are allowed to give a list of address
17509 books to look in.
17510 Usually this would be a single address book but it may be a
17511 list of address books as well.
17512 For each of these &quot;specific&quot; address book options you Select which
17513 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17514 name (or list of names) of the address book in the
17515 &quot;Abook List&quot; field.
17516 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17517 The easiest way to fill in the Abook List field it to use
17518 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17519 line is highlighted.
17520 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17521 option is set to one of the two &quot;Specific&quot;, values.
17523 The addresses from the message that are checked for are determined by the
17524 setting you have for &quot;Types of addresses to check for in address book&quot;.
17525 If you set this to &quot;From&quot; the From address from the message will
17526 be looked up in the address book.
17527 If you set it to &quot;To&quot; instead then the To addresses will be used.
17528 If any of the To addresses are in the address book then it is considered
17529 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17530 You could set it to both From and To, in which case all of the From and To
17531 addresses are used.
17532 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17533 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17534 exists or the From address if there is no Reply-To address.
17535 Same for the Sender address.
17537 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17538 for more information on Patterns.
17540 Look <A HREF="h_edit_nav_cmds">here</A>
17541 to see the available Editing and Navigation commands.
17543 &lt;End of help on this topic&gt;
17544 </BODY>
17545 </HTML>
17546 ======= h_config_inabook_from =======
17547 <HTML>
17548 <HEAD>
17549 <TITLE>From</TITLE>
17550 </HEAD>
17551 <BODY>
17552 <H1>From</H1>
17554 Setting the From line will cause the address from the From header line
17555 of the message to be checked for in the address book.
17557 &lt;End of help on this topic&gt;
17558 </BODY>
17559 </HTML>
17560 ======= h_config_inabook_replyto =======
17561 <HTML>
17562 <HEAD>
17563 <TITLE>Reply-To</TITLE>
17564 </HEAD>
17565 <BODY>
17566 <H1>Reply-To</H1>
17568 Setting the Reply-To line will cause the address from the Reply-To header line
17569 of the message to be checked for in the address book.
17570 However, if there is no Reply-To header line in the message the From header
17571 line will be used instead.
17572 We understand this is dumb but we don't have an easy way around it.
17574 &lt;End of help on this topic&gt;
17575 </BODY>
17576 </HTML>
17577 ======= h_config_inabook_sender =======
17578 <HTML>
17579 <HEAD>
17580 <TITLE>Sender</TITLE>
17581 </HEAD>
17582 <BODY>
17583 <H1>Sender</H1>
17585 Setting the Sender line will cause the address from the Sender header line
17586 of the message to be checked for in the address book.
17587 However, if there is no Sender header line in the message the From header
17588 line will be used instead.
17589 We understand this is dumb but we don't have an easy way around it.
17591 &lt;End of help on this topic&gt;
17592 </BODY>
17593 </HTML>
17594 ======= h_config_inabook_to =======
17595 <HTML>
17596 <HEAD>
17597 <TITLE>To</TITLE>
17598 </HEAD>
17599 <BODY>
17600 <H1>To</H1>
17602 Setting the To line will cause the address from the To header line
17603 of the message to be checked for in the address book.
17605 &lt;End of help on this topic&gt;
17606 </BODY>
17607 </HTML>
17608 ======= h_config_inabook_cc =======
17609 <HTML>
17610 <HEAD>
17611 <TITLE>CC</TITLE>
17612 </HEAD>
17613 <BODY>
17614 <H1>CC</H1>
17616 Setting the CC line will cause the address from the CC header line
17617 of the message to be checked for in the address book.
17619 &lt;End of help on this topic&gt;
17620 </BODY>
17621 </HTML>
17622 ======= h_config_role_stat_8bitsubj =======
17623 <HTML>
17624 <HEAD>
17625 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17626 </HEAD>
17627 <BODY>
17628 <H1>Raw 8-bit in Subject Explained</H1>
17630 It seems that lots of unwanted email contains unencoded 8-bit characters
17631 in the Subject.
17632 Normally, characters with the 8th bit set are not allowed in the Subject
17633 header unless they are MIME-encoded.
17634 This option gives you a way to match messages that have Subjects that
17635 contain unencoded 8-bit characters.
17637 This part of the Pattern may have one of three possible values.
17638 The default value is &quot;Don't care&quot;, which matches any message.
17639 The other two values are &quot;Yes&quot;, which means the Subject of
17640 the message must contain unencoded 8-bit characters (characters with the
17641 most significant bit set)
17642 in order to be a match; or &quot;No&quot;, which
17643 means the Subject must <EM>not</EM>
17644 contain unencoded 8-bit characters in order to be a match.
17646 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17647 for more information on Patterns.
17649 Look <A HREF="h_edit_nav_cmds">here</A>
17650 to see the available Editing and Navigation commands.
17652 &lt;End of help on this topic&gt;
17653 </BODY>
17654 </HTML>
17655 ======= h_config_role_bom =======
17656 <HTML>
17657 <HEAD>
17658 <TITLE>Beginning of Month</TITLE>
17659 </HEAD>
17660 <BODY>
17661 <H1>Beginning of Month</H1>
17663 This option gives you a limited ability to take different actions depending on whether
17664 this is the first time Alpine has been run this month or not.
17665 Though it would be nice to have such an option available, this is not the
17666 same as whether or not this is the first time a paricular folder has been
17667 opened this month.
17668 If you want some action (probably Filtering) to take place in a folder each
17669 month, then you will need to be sure that the folder is opened during the
17670 first Alpine session of the month in order for this option to be helpful.
17672 This part of the Pattern may have one of three possible values.
17673 The default value is &quot;Don't care&quot;, which matches any message.
17674 The other two values are &quot;Yes&quot;, which means this is the first
17675 time Alpine has been run this month;
17676 or &quot;No&quot;, which
17677 means this is not the first time Alpine has been run this month.
17679 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17680 for more information on Patterns.
17682 Here are some technical details.
17683 The way that Alpine decides if it is the beginning of the month or not is
17684 to compare today's date with the date stored in the
17685 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17686 variable in the config file.
17687 If the month of today's date is later than the month stored in the variable,
17688 then this is considered to be the first time you have run Alpine this month, and
17689 that turns the Beginning of the Month option on.
17691 Look <A HREF="h_edit_nav_cmds">here</A>
17692 to see the available Editing and Navigation commands.
17694 &lt;End of help on this topic&gt;
17695 </BODY>
17696 </HTML>
17697 ======= h_config_role_boy =======
17698 <HTML>
17699 <HEAD>
17700 <TITLE>Beginning of Year</TITLE>
17701 </HEAD>
17702 <BODY>
17703 <H1>Beginning of Year</H1>
17705 This option gives you a limited ability to take different actions depending on whether
17706 this is the first time Alpine has been run this year or not.
17707 Though it would be nice to have such an option available, this is not the
17708 same as whether or not this is the first time a paricular folder has been
17709 opened this year.
17710 If you want some action (probably Filtering) to take place in a folder each
17711 year, then you will need to be sure that the folder is opened during the
17712 first Alpine session of the year in order for this option to be helpful.
17714 This part of the Pattern may have one of three possible values.
17715 The default value is &quot;Don't care&quot;, which matches any message.
17716 The other two values are &quot;Yes&quot;, which means this is the first
17717 time Alpine has been run this year;
17718 or &quot;No&quot;, which
17719 means this is not the first time Alpine has been run this year.
17721 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17722 for more information on Patterns.
17724 Here are some technical details.
17725 The way that Alpine decides if it is the beginning of the year or not is
17726 to compare today's date with the date stored in the
17727 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17728 variable in the config file.
17729 If the year of today's date is later than the year stored in the variable,
17730 then this is considered to be the first time you have run Alpine this year, and
17731 that turns the Beginning of the Year option on.
17733 Look <A HREF="h_edit_nav_cmds">here</A>
17734 to see the available Editing and Navigation commands.
17736 &lt;End of help on this topic&gt;
17737 </BODY>
17738 </HTML>
17739 ======= h_config_role_inick =======
17740 <HTML>
17741 <HEAD>
17742 <TITLE>Initialize Values From Role Explained</TITLE>
17743 </HEAD>
17744 <BODY>
17745 <H1>Initialize Values From Role Explained</H1>
17747 This is a power user feature.
17748 You will usually want to leave this field empty.
17749 The value of this field is the nickname of another one of your roles.
17750 The Action values from that other role
17751 are used as the initial values of the Action items for this role.
17752 If you put something in any of the action fields for this role, that will
17753 override whatever was in the corresponding field of the initializer role.
17755 You might use this field if the &quot;Action&quot; part of one of your roles
17756 is something you want to use in more than one role.
17757 Instead of filling in those action values again for each role, you
17758 may give the nickname of the role where the values are filled in.
17759 It's just a shortcut way to define Role Actions.
17761 Here's an example to help explain how this works.
17762 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17763 (among other things)
17765 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17767 set.
17768 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17769 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17770 from role1 by default (and any of the other inheritable action values
17771 that are set).
17772 So if role2 had
17774 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17776 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17777 However, if role2 had
17779 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17781 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17783 If you wish,
17784 you may choose a nickname from your list of roles by using the
17785 &quot;T&quot; command.
17786 If the role you are using to initialize also has a role it initializes from,
17787 then that initialization happens first.
17788 That is, inheritance works as expected with the grandparent and
17789 great-grandparent (and so on) roles having the expected effect.
17791 Look <A HREF="h_edit_nav_cmds">here</A>
17792 to see the available Editing and Navigation commands.
17794 &lt;End of help on this topic&gt;
17795 </BODY>
17796 </HTML>
17797 ======= h_config_role_setfrom =======
17798 <HTML>
17799 <HEAD>
17800 <TITLE>Set From Explained</TITLE>
17801 </HEAD>
17802 <BODY>
17803 <H1>Set From Explained</H1>
17805 This describes part of the action to be taken if the Pattern for this
17806 role is a match.
17807 This field consists of a single address that will be used as the From
17808 address on the message you are sending.
17809 This should be a fully-qualified address like
17811 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17813 or just
17815 <CENTER><SAMP>user@domain</SAMP></CENTER>
17817 If you wish,
17818 you may choose an address from your address book with the
17819 &quot;T&quot; command.
17821 If this is left blank, then your normal From address will be used.
17823 You may also find it useful to add the changed From address to the
17824 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17825 configuration option.
17827 Look <A HREF="h_edit_nav_cmds">here</A>
17828 to see the available Editing and Navigation commands.
17830 &lt;End of help on this topic&gt;
17831 </BODY>
17832 </HTML>
17833 ======= h_config_role_setreplyto =======
17834 <HTML>
17835 <HEAD>
17836 <TITLE>Set Reply-To Explained</TITLE>
17837 </HEAD>
17838 <BODY>
17839 <H1>Set Reply-To Explained</H1>
17841 This describes part of the action to be taken if the Pattern for this
17842 role is a match.
17843 This field consists of a single address that will be used as the Reply-To
17844 address on the message you are sending.
17845 This may be a fully-qualified address like
17847 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17849 or just
17851 <CENTER><SAMP>user@domain</SAMP></CENTER>
17853 If you wish,
17854 you may choose an address from your address book with the
17855 &quot;T&quot; command.
17857 If this is left blank, then there won't be a Reply-To address unless
17858 you have configured one specially with the
17859 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17860 configuration option.
17862 Look <A HREF="h_edit_nav_cmds">here</A>
17863 to see the available Editing and Navigation commands.
17865 &lt;End of help on this topic&gt;
17866 </BODY>
17867 </HTML>
17868 ======= h_config_role_setfcc =======
17869 <HTML>
17870 <HEAD>
17871 <TITLE>Set Fcc Explained</TITLE>
17872 </HEAD>
17873 <BODY>
17874 <H1>Set Fcc Explained</H1>
17876 This describes part of the action to be taken if the Pattern for this
17877 role is a match.
17878 This field consists of a single folder name that will be used in
17879 the Fcc field of the message you are sending.
17880 You may put anything here that you would normally type into the Fcc
17881 field from the composer.
17883 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17884 no Fcc.
17886 A blank field here means that Alpine will use its normal rules for deciding
17887 the default value of the Fcc field.
17888 For many roles, perhaps most, it may make more sense for you to use the
17889 other Alpine facilities for setting the Fcc.
17890 In particular, if you want the Fcc to depend on who you are sending the
17891 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17892 is probably more useful.
17893 In that case, you would want to leave the Fcc field here blank.
17894 However, if you have a role that depends on who the message you are replying
17895 to was From, or what address that message was sent to;
17896 then it might make sense to set the Fcc for that role here.
17898 If you wish,
17899 you may choose a folder from your folder collections by using the
17900 &quot;T&quot; command.
17902 Look <A HREF="h_edit_nav_cmds">here</A>
17903 to see the available Editing and Navigation commands.
17905 &lt;End of help on this topic&gt;
17906 </BODY>
17907 </HTML>
17908 ======= h_config_role_usesmtp =======
17909 <HTML>
17910 <HEAD>
17911 <TITLE>Use SMTP Server Explained</TITLE>
17912 </HEAD>
17913 <BODY>
17914 <H1>Use SMTP Server Explained</H1>
17916 This describes part of the action to be taken if the Pattern for this
17917 role is a match.
17918 If this field has a value, then it will be used as the SMTP server
17919 to send mail when this role is being used (unless the SMTP server variable
17920 is set in the system-wide fixed configuration file).
17921 It has the same semantics as the
17922 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17923 variable in the Setup/Config screen.
17925 If you are using this to post from home when you are at home and from
17926 work when you are at work you need to be careful about postponing messages.
17927 When you postpone a composition that was using a role with this variable
17928 set, the SMTP server list will be saved
17929 with the postponed composition.
17930 It cannot be changed later.
17931 Because of this, you may want to make this a list of SMTP servers
17932 with the preferred server at the front of the list and alternate servers
17933 later in the list.
17934 In your &quot;Home&quot; role you would put the home SMTP server first and
17935 the work SMTP server last.
17936 In your &quot;Work&quot; role you would put the work SMTP server first and
17937 the home SMTP server last.
17938 Then if you start a composition as &quot;Work&quot;, postpone
17939 it, and then later resume it from home the work SMTP server will fail but
17940 the home SMTP server later in the list will succeed.
17942 You may be able to simplify things by making the regular
17943 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17944 variable in the Setup/Config screen a list instead of using roles
17945 to set the SMTP server.
17948 Look <A HREF="h_edit_nav_cmds">here</A>
17949 to see the available Editing and Navigation commands.
17951 &lt;End of help on this topic&gt;
17952 </BODY>
17953 </HTML>
17954 ======= h_config_role_usenntp =======
17955 <HTML>
17956 <HEAD>
17957 <TITLE>Use NNTP Server Explained</TITLE>
17958 </HEAD>
17959 <BODY>
17960 <H1>Use NNTP Server Explained</H1>
17962 This describes part of the action to be taken if the Pattern for this
17963 role is a match.
17964 If this field has a value, then it will be used as the NNTP server
17965 to post to newsgroups when this role is being used (unless the NNTP server
17966 variable
17967 is set in the system-wide fixed configuration file).
17968 It has the same semantics as the
17969 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17970 variable in the Setup/Config screen.
17972 This role setting can facilitate posting to the right nntp server for someone
17973 who reads news from various news sources.  The feature
17974 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17975 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17976 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17977 nntp servers for roles may be more desirable for some people.
17979 If you are using this to post from home when you are at home and from
17980 work when you are at work you need to be careful about postponing messages.
17981 When you postpone a composition that was using a role with this variable
17982 set, the NNTP server list will be saved
17983 with the postponed composition.
17984 It cannot be changed later.
17985 Because of this, you may want to make this a list of NNTP servers
17986 with the preferred server at the front of the list and alternate servers
17987 later in the list.
17988 In your &quot;Home&quot; role you would put the home NNTP server first and
17989 the work NNTP server last.
17990 In your &quot;Work&quot; role you would put the work NNTP server first and
17991 the home NNTP server last.
17992 Then if you start a composition as &quot;Work&quot;, postpone
17993 it, and then later resume it from home the work NNTP server will fail but
17994 the home NNTP server later in the list will succeed.
17996 You may be able to simplify things by making the regular
17997 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17998 variable in the Setup/Config screen a list instead of using roles
17999 to set the NNTP server.
18002 Look <A HREF="h_edit_nav_cmds">here</A>
18003 to see the available Editing and Navigation commands.
18005 &lt;End of help on this topic&gt;
18006 </BODY>
18007 </HTML>
18008 ======= h_config_role_setotherhdr =======
18009 <HTML>
18010 <HEAD>
18011 <TITLE>Set Other Headers Explained</TITLE>
18012 </HEAD>
18013 <BODY>
18014 <H1>Set Other Headers Explained</H1>
18016 This describes part of the action to be taken if the Pattern for this
18017 role is a match.
18018 This field gives you a way to set values for headers besides
18019 &quot;From&quot; and &quot;Reply-To&quot;.
18020 If you want to set either of those, use the specific
18021 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18023 This field is similar to the
18024 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18025 Each header you specify here must include the header tag 
18026 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18027 and may optionally include a value for that header.
18028 In order to see these headers when you compose using this role you 
18029 must use the rich header
18030 <!--chtml if pinemode="function_key"-->(F5)
18031 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18032 Here's an example that shows how you might set the To address.
18034 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18036 Headers set in this way are different from headers set with the
18037 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18038 will replace any value that already exists.
18039 For example, if you are Replying to a message there will already be at
18040 least one address in the To header (the address you are Replying to).
18041 However, if you Reply using a role that sets the To header, that role's
18042 To header value will be used instead.
18044 Limitation: Because commas are used to separate the list of
18045 Other Headers, it is not possible to have the value of a
18046 header contain a comma;
18047 nor is there currently an &quot;escape&quot; mechanism provided
18048 to make this work.
18050 Look <A HREF="h_edit_nav_cmds">here</A>
18051 to see the available Editing and Navigation commands.
18053 &lt;End of help on this topic&gt;
18054 </BODY>
18055 </HTML>
18056 ======= h_config_role_setlitsig =======
18057 <HTML>
18058 <HEAD>
18059 <TITLE>Set Literal Signature Explained</TITLE>
18060 </HEAD>
18061 <BODY>
18062 <H1>Set Literal Signature Explained</H1>
18064 This describes part of the action to be taken if the Pattern for this
18065 role is a match.
18066 This field contains the actual text for your signature, as opposed to
18067 the name of a file containing your signature.
18068 If this is defined it takes precedence over any value set in the
18069 &quot;Set Signature&quot; field.
18071 This is simply a different way to store the signature.
18072 The signature is stored inside your Alpine configuration file instead of in
18073 a separate file.
18074 Tokens work the same way they do with
18075 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18076 help text there for more information.
18079 The two character sequence &#92;n (backslash followed by
18080 the character n) will be used to signify a line-break in your signature.
18081 You don't have to enter the &#92;n, but it will be visible in the
18082 CHANGE THIS ROLE RULE window after you are done editing the signature.
18084 Look <A HREF="h_edit_nav_cmds">here</A>
18085 to see the available Editing and Navigation commands.
18087 &lt;End of help on this topic&gt;
18088 </BODY>
18089 </HTML>
18090 ======= h_config_role_setsig =======
18091 <HTML>
18092 <HEAD>
18093 <TITLE>Set Signature Explained</TITLE>
18094 </HEAD>
18095 <BODY>
18096 <H1>Set Signature Explained</H1>
18098 This describes part of the action to be taken if the Pattern for this
18099 role is a match.
18101 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18102 option from Setup/Config
18103 or the &quot;Set LiteralSig&quot; option for this role are defined,
18104 then this option will be ignored.
18105 You can tell that that is the case because the value of this
18106 option will show up as
18108 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18110 You may either use all Literal Signatures (signatures stored in your
18111 configuration file) throughout Alpine, or all signature files.
18112 You can't mix the two.
18114 This field consists of a filename that will be used as the signature
18115 file when using this role.
18117 If the filename is followed by a vertical bar (|) then instead
18118 of reading the contents of the file the file is assumed to be a
18119 program that will produce the text to be used on its standard output.
18120 The program can't have any arguments and doesn't receive any input from Alpine,
18121 but the rest of the processing works as if the contents came from a file.
18123 Instead of storing the data in a local file, the
18124 signature data may be stored remotely in an IMAP folder.
18125 In order to do this, 
18126 you must use a remote name for the signature.
18127 A remote signature name might look like:
18129 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18132 The syntax used here is the same as the syntax used for a remote
18133 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18134 Note that you may not access an existing signature file remotely,
18135 you have to create a new <EM>folder</EM> that contains the signature data.
18136 If the name you use here for the signature data is a remote name, then when
18137 you edit the file using the &quot;F&quot; command the data will
18138 be saved remotely in the folder.
18139 You aren't required to do anything special to create the folder, it
18140 gets created if you use a remote name.
18143 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18144 the name of the file) you have specified.
18145 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18147 Besides containing regular text, a signature file may also
18148 contain (or a signature program may produce) tokens that are replaced with text
18149 that depends on the message you are replying to or forwarding.
18150 The tokens all look like _word_ (a word surrounded by underscores).
18151 For example, if the token
18153 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18155 is included in the text of the signature file, then when you reply to
18156 or forward a message, the token will be replaced with the actual date
18157 the message you are replying to or forwarding was sent.
18159 If you use a role that has a signature file for a plain composition
18160 (that is, not a reply or forward) then there is no original message, so
18161 any tokens that depend on the message will be replaced with nothing.
18162 So if you want a signature file to be useful for new compositions it
18163 shouldn't include any of the tokens that depend on the message being
18164 replied to or forwarded.
18166 The list of available tokens is
18167 <A HREF="h_index_tokens">here</A>.
18169 Actually, for the adventurous, there is a way to conditionally include text based
18170 on whether or not a token would result in specific replacement text.
18171 For example, you could include some text based on whether or not
18172 the _NEWS_ token would result in any newsgroups if it was used.
18173 It's explained in detail
18174 <A HREF="h_reply_token_conditionals">here</A>.
18176 In the very unlikely event that you want to include a literal token in
18177 a signature file, you must precede it with a backslash character.
18178 For example, to include the literal text _DATE_ you must actually use
18179 &#92;_DATE_.
18180 It is not possible to have a literal backslash followed by an expanded token.
18182 A blank field here means that Alpine will use its normal rules for deciding
18183 which file (if any) to use for the signature file.
18185 An alternate method for storing the signature is available in
18186 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18188 Look <A HREF="h_edit_nav_cmds">here</A>
18189 to see the available Editing and Navigation commands.
18191 &lt;End of help on this topic&gt;
18192 </BODY>
18193 </HTML>
18194 ======= h_config_role_settempl =======
18195 <HTML>
18196 <HEAD>
18197 <TITLE>Set Template Explained</TITLE>
18198 </HEAD>
18199 <BODY>
18200 <H1>Set Template Explained</H1>
18202 This describes part of the action to be taken if the Pattern for this
18203 role is a match.
18204 This field consists of a filename that will be used as the template
18205 file when using this role.
18206 The template file is a file that is included at the top of the message you
18207 are composing.
18209 If the filename is followed by a vertical bar (|) then instead
18210 of reading the contents of the file the file is assumed to be a
18211 program that will produce the text to be used on its standard output.
18212 The program can't have any arguments and doesn't receive any input from Alpine,
18213 but the rest of the processing works as if the contents came from a file.
18215 Instead of storing the data in a local file, the
18216 template may be stored remotely in an IMAP folder.
18217 In order to do this, 
18218 you must use a remote name for the template.
18219 A remote template name might look like:
18221 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18224 The syntax used here is the same as the syntax used for a remote
18225 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18226 Note that you may not access an existing template file remotely,
18227 you have to create a new <EM>folder</EM> that contains the template data.
18228 If the name you use here for the template is a remote name, then when
18229 you edit the file using the &quot;F&quot; command the data will
18230 be saved remotely in the folder.
18231 You aren't required to do anything special to create the folder, it
18232 gets created if you use a remote name.
18234 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18235 the name of the file) you have specified.
18236 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18238 Besides containing regular text, the template file may also
18239 contain (or a template file program may produce) tokens that are replaced with text
18240 that depends on the message you are replying to or forwarding.
18241 The tokens all look like _word_ (a word surrounded by underscores).
18242 For example, if the token
18244 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18246 is included in the text of the template file, then when you reply to
18247 or forward a message, the token will be replaced with the actual date
18248 the message you are replying to or forwarding was sent.
18250 If you use a role that has a template file for a plain composition
18251 (that is, not a reply or forward) then there is no original message, so
18252 any tokens that depend on the message will be replaced with nothing.
18253 So if you want a template file to be useful for new compositions it
18254 shouldn't include any of the tokens that depend on the message being
18255 replied to or forwarded.
18257 The list of available tokens is
18258 <A HREF="h_index_tokens">here</A>.
18260 Actually, for the adventurous, there is a way to conditionally include text based
18261 on whether or not a token would result in specific replacement text.
18262 For example, you could include some text based on whether or not
18263 the _NEWS_ token would result in any newsgroups if it was used.
18264 It's explained in detail
18265 <A HREF="h_reply_token_conditionals">here</A>.
18267 In the very unlikely event that you want to include a literal token in
18268 a template file, you must precede it with a backslash character.
18269 For example, to include the literal text _DATE_ you must actually use
18270 &#92;_DATE_.
18271 It is not possible to have a literal backslash followed by an expanded token.
18273 A blank template field means that Alpine will not use a template file when
18274 this role is being used.
18276 Look <A HREF="h_edit_nav_cmds">here</A>
18277 to see the available Editing and Navigation commands.
18279 &lt;End of help on this topic&gt;
18280 </BODY>
18281 </HTML>
18282 ======= h_config_filt_stat_imp =======
18283 <HTML>
18284 <HEAD>
18285 <TITLE>Set Important Status Explained</TITLE>
18286 </HEAD>
18287 <BODY>
18288 <H1>Set Important Status Explained</H1>
18290 This describes part of the action to be taken if the Pattern for this
18291 filter is a match.
18292 If set to &quot;Don't change it&quot; then this does nothing.
18293 If set to &quot;Set this state&quot; then the Important flag is set
18294 for the matching message.
18295 If set to &quot;Clear this state&quot; then the Important flag is cleared
18296 for the matching message.
18297 The important flag usually causes an asterisk to show up in the MESSAGE
18298 INDEX.
18299 It may also be useful when selecting a set of messages
18300 with the Select command.
18302 Look <A HREF="h_edit_nav_cmds">here</A>
18303 to see the available Editing and Navigation commands.
18305 &lt;End of help on this topic&gt;
18306 </BODY>
18307 </HTML>
18308 ======= h_config_filt_stat_new =======
18309 <HTML>
18310 <HEAD>
18311 <TITLE>Set New Status Explained</TITLE>
18312 </HEAD>
18313 <BODY>
18314 <H1>Set New Status Explained</H1>
18316 This describes part of the action to be taken if the Pattern for this
18317 filter is a match.
18318 If set to &quot;Don't change it&quot; then this does nothing.
18319 If set to &quot;Set this state&quot; then the
18320 matching message is marked New.
18321 If set to &quot;Clear this state&quot; then the
18322 matching message is marked Seen.
18324 Look <A HREF="h_edit_nav_cmds">here</A>
18325 to see the available Editing and Navigation commands.
18327 &lt;End of help on this topic&gt;
18328 </BODY>
18329 </HTML>
18330 ======= h_config_filt_stat_ans =======
18331 <HTML>
18332 <HEAD>
18333 <TITLE>Set Answered Status Explained</TITLE>
18334 </HEAD>
18335 <BODY>
18336 <H1>Set Answered Status Explained</H1>
18338 This describes part of the action to be taken if the Pattern for this
18339 filter is a match.
18340 If set to &quot;Don't change it&quot; then this does nothing.
18341 If set to &quot;Set this state&quot; then the Answered flag is set
18342 for the matching message.
18343 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18344 for the matching message.
18346 Look <A HREF="h_edit_nav_cmds">here</A>
18347 to see the available Editing and Navigation commands.
18349 &lt;End of help on this topic&gt;
18350 </BODY>
18351 </HTML>
18352 ======= h_config_filt_stat_del =======
18353 <HTML>
18354 <HEAD>
18355 <TITLE>Set Deleted Status Explained</TITLE>
18356 </HEAD>
18357 <BODY>
18358 <H1>Set Deleted Status Explained</H1>
18360 This describes part of the action to be taken if the Pattern for this
18361 filter is a match.
18362 If set to &quot;Don't change it&quot; then this does nothing.
18363 If set to &quot;Set this state&quot; then the
18364 matching message is marked Deleted.
18365 If set to &quot;Clear this state&quot; then the
18366 matching message is marked UnDeleted.
18368 You should not use this option unless you are prepared to have matching
18369 messages expunged from the folder permanently.
18370 For example, if you type the Expunge command, this filter is applied
18371 before the expunge, so matching messages will be marked Deleted and then
18372 will be permanently expunged from the folder.
18373 However, since the index isn't redrawn in between the time that the message
18374 is marked Deleted and the time that you are asked to expunge, the only
18375 indication that you are expunging the message comes in the number of messages
18376 being expunged.
18377 The same thing may happen when you close a folder.
18378 It is also possible that an expunge not initiated by you will
18379 delete matching messages.
18381 Look <A HREF="h_edit_nav_cmds">here</A>
18382 to see the available Editing and Navigation commands.
18384 &lt;End of help on this topic&gt;
18385 </BODY>
18386 </HTML>
18387 ======= h_config_role_scoreval =======
18388 <HTML>
18389 <HEAD>
18390 <TITLE>Score Value Explained</TITLE>
18391 </HEAD>
18392 <BODY>
18393 <H1>Score Value Explained</H1>
18395 A message's score is the sum of the Score Values from all of the Scoring rules
18396 with Patterns that match the message.
18397 The value you give here is the Score Value associated with this rule.
18398 A Score Value is an integer between -100 and 100, with the default
18399 value of zero.
18401 Alternatively, if the
18402 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18403 field is defined
18404 (on the line right below the &quot;Score Value&quot; field)
18405 then the &quot;Score Value&quot; is ignored and
18406 the &quot;Score From Header&quot; field is used instead.
18408 Look <A HREF="h_edit_nav_cmds">here</A>
18409 to see the available Editing and Navigation commands.
18411 &lt;End of help on this topic&gt;
18412 </BODY>
18413 </HTML>
18414 ======= h_config_role_scorehdrtok =======
18415 <HTML>
18416 <HEAD>
18417 <TITLE>Score Value From Header Explained</TITLE>
18418 </HEAD>
18419 <BODY>
18420 <H1>Score Value From Header Explained</H1>
18422 This option provides a way to use a number that appears in the headers of your
18423 messages as the message's score, or as a component of that score.
18424 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18425 The idea behind this option is that there may be a score embedded in the
18426 headers of messages that has already been calculated outside of Alpine.
18427 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18428 somewhere in that header there is a score.
18430 The value for this option is the name of the header followed by parentheses
18431 with two arguments inside:
18433 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18435 No space is allowed between the comma and the start of the field_separators.
18436 It would be interpreted as the first separator if it was there.
18437 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18438 starts after that and goes to the second separator, and so on.
18439 It's easier to explain with examples.
18441 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18443 In the above example the header that is used is the &quot;X-Spam&quot; header.
18444 The value of that header (the part after the colon and the space) is split
18445 into fields separated by spaces.
18447 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18449 The second field is selected and converted to an integer. It only makes sense
18450 if Field2 really is an integer.
18452 Here's an example of a SpamAssassin header.
18453 The exact look of the header will vary, but if your incoming mail
18454 contains headers that look like the following
18456 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18458 you might want to use the hits value as a score.
18459 Since the score is an integer value you can't make use of the decimal part of
18460 the number, but
18461 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18462 and &quot;.&quot; as your separators.
18464 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18466 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18467 hits.
18468 The second field is &quot;10&quot; so the score value would be 10.
18470 Another example we've seen has headers that look like
18472 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18474 Because there are two equals before the 7% the value
18476 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18478 should capture the probability as the score.
18480 The Score From Header scoring value actually works just like the
18481 regular Score Value in that the rest of the pattern has to match before
18482 it is used and the scores from all the different scoring rules that
18483 match for a particular message are added together.
18484 When using the Score From Header method it may (or may not) make sense to
18485 use only a single scoring rule with a pattern that matches every message.
18487 Look <A HREF="h_edit_nav_cmds">here</A>
18488 to see the available Editing and Navigation commands.
18490 &lt;End of help on this topic&gt;
18491 </BODY>
18492 </HTML>
18493 ======= h_config_role_replyuse =======
18494 <HTML>
18495 <HEAD>
18496 <TITLE>Reply Use Explained</TITLE>
18497 </HEAD>
18498 <BODY>
18499 <H1>Reply Use Explained</H1>
18501 This option determines how this particular role will be used when Replying
18502 to a message.
18503 There are three possible values for this option.
18504 The value &quot;Never&quot;
18505 means that this role will not be a candidate for use when Replying.
18506 The role's Pattern will not be checked for a match, however the role will
18507 be available to be manually switched to if there is a confirmation prompt.
18510 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18511 mean that you do want to consider this role when Replying.
18512 For either of these settings, the role's Pattern will be compared with
18513 the message being replied to.
18514 If there is a match then this role will either be used without confirmation
18515 or will be the default when confirmation is asked for, depending on
18516 which of the two options is selected.
18517 If confirmation is requested, you will also have a chance to
18518 manually change the role to any one of your other roles.
18521 You won't be prompted for confirmation if none of your role Patterns
18522 match the message being replied to.
18523 This is independent of the value of the current option.
18524 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18525 feature may be used to change this behavior.
18527 &lt;End of help on this topic&gt;
18528 </BODY>
18529 </HTML>
18530 ======= h_config_role_forwarduse =======
18531 <HTML>
18532 <HEAD>
18533 <TITLE>Forward Use Explained</TITLE>
18534 </HEAD>
18535 <BODY>
18536 <H1>Forward Use Explained</H1>
18538 This option determines how this particular role will be used when Forwarding
18539 a message.
18540 There are three possible values for this option.
18541 The value &quot;Never&quot;
18542 means that this role will not be a candidate for use when Forwarding.
18543 The role's Pattern will not be checked for a match, however the role will
18544 be available to be manually switched to if there is a confirmation prompt.
18547 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18548 mean that you do want to consider this role when Forwarding.
18549 For either of these settings, the role's Pattern will be compared with
18550 the message being forwarded.
18551 If there is a match then this role will either be used without confirmation
18552 or will be the default when confirmation is asked for, depending on
18553 which of the two options is selected.
18554 If confirmation is requested, you will also have a chance to
18555 manually change the role to any one of your other roles.
18558 You won't be prompted for confirmation if none of your role Patterns
18559 match the message being forwarded.
18560 This is independent of the value of the current option.
18561 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18562 feature may be used to change this behavior.
18564 &lt;End of help on this topic&gt;
18565 </BODY>
18566 </HTML>
18567 ======= h_config_role_composeuse =======
18568 <HTML>
18569 <HEAD>
18570 <TITLE>Compose Use Explained</TITLE>
18571 </HEAD>
18572 <BODY>
18573 <H1>Compose Use Explained</H1>
18575 This option determines how this particular role will be used when Composing
18576 a new message using the &quot;Compose&quot; command.
18577 This does not affect what happens when using the &quot;Role&quot; command
18578 to compose a new message.
18579 The &quot;Role&quot; command allows you to select a role from all of the
18580 roles you have defined, regardless of what Uses you've assigned to those
18581 roles.
18584 There are three possible values for this option.
18585 The value &quot;Never&quot;
18586 means that this role will not be a candidate for use when Composing.
18587 The role's Current Folder Type will not be checked for a match, however the role
18588 will be available to be manually switched to if there is a confirmation prompt.
18591 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18592 mean that you do want to consider this role when Composing.
18593 For either of these settings,
18594 the role's Current Folder Type will be checked (since there is no message
18595 to compare with, the rest of the Pattern is considered a match).
18596 If there is a match then this role will either be used without confirmation
18597 or will be the default when confirmation is asked for, depending on
18598 which of the two options is selected.
18599 If confirmation is requested, you will also have a chance to
18600 manually change the role to any one of your other roles.
18603 When using the Compose command the role checking is a little different
18604 because there is no message being replied to or forwarded.
18605 Because of this the Current Folder Type is checked but the header pattern
18606 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18607 A role is considered to be a match if it is a candidate for Compose Use and
18608 its Current Folder Type matches the currently open folder.
18609 This could be useful if you want to set a role based on the folder you
18610 are reading, or the type of folder you are reading.
18613 You won't be prompted for confirmation if none of your role Patterns
18614 are a match.
18615 This is independent of the value of the current option.
18616 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18617 feature may be used to change this behavior.
18619 &lt;End of help on this topic&gt;
18620 </BODY>
18621 </HTML>
18622 ======= h_config_filter_folder =======
18623 <HTML>
18624 <HEAD>
18625 <TITLE>Filter Folder Explained</TITLE>
18626 </HEAD>
18627 <BODY>
18628 <H1>Filter Folder Explained</H1>
18630 When the Filter Action is set to &quot;Move&quot;,
18631 the folder or folders specified here will be used to store messages matching
18632 the provided pattern.
18635 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18636 here.
18639 If you wish,
18640 you may choose a folder from your folder collections by using the
18641 &quot;T&quot; command.
18643 Besides regular text, the folder name may also contain
18644 tokens that are replaced with text representing the current date
18645 when you run Alpine.
18646 For example, if the folder name you use is
18648 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18650 that is replaced with something like
18652 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18656 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18658 becomes
18660 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18662 The token names must be surrounded by underscores in order to be recognized
18663 as tokens.
18664 The tokens that may be used are those that are derived from the current date.
18665 They're listed near the bottom of the list of tokens give
18666 <A HREF="h_index_tokens">here</A>.
18668 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18669 for more information on Patterns.
18671 Look <A HREF="h_edit_nav_cmds">here</A>
18672 to see the available Editing and Navigation commands.
18674 &lt;End of help on this topic&gt;
18675 </BODY>
18676 </HTML>
18677 ======= h_config_filter_kw_set =======
18678 <HTML>
18679 <HEAD>
18680 <TITLE>Set These Keywords Explained</TITLE>
18681 </HEAD>
18682 <BODY>
18683 <H1>Set These Keywords Explained</H1>
18685 This describes part of the action to be taken if the Pattern for this
18686 filter is a match.
18687 Read a little about keywords in the help text for the
18688 <A HREF="h_common_flag">Flag</A> command.
18689 This option is a list of keywords that will be Set when there is a match.
18690 If you wish, you may choose keywords from the list of keywords you have
18691 defined with the &quot;T&quot; command.
18692 You may add new keywords by defining them in the
18693 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18694 If you have given a keyword a nickname when configuring it,
18695 that nickname may be used instead of the actual keyword.
18698 Look <A HREF="h_edit_nav_cmds">here</A>
18699 to see the available Editing and Navigation commands.
18701 &lt;End of help on this topic&gt;
18702 </BODY>
18703 </HTML>
18704 ======= h_config_filter_kw_clr =======
18705 <HTML>
18706 <HEAD>
18707 <TITLE>Clear These Keywords Explained</TITLE>
18708 </HEAD>
18709 <BODY>
18710 <H1>Clear These Keywords Explained</H1>
18712 This describes part of the action to be taken if the Pattern for this
18713 filter is a match.
18714 Read a little about keywords in the help text for the
18715 <A HREF="h_common_flag">Flag</A> command.
18716 This option is a list of keywords that will be Cleared when there is a match.
18717 If you wish, you may choose keywords from the list of keywords you have
18718 defined with the &quot;T&quot; command.
18719 You may add new keywords by defining them in the
18720 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18721 If you have given a keyword a nickname when configuring it,
18722 that nickname may be used instead of the actual keyword.
18725 Look <A HREF="h_edit_nav_cmds">here</A>
18726 to see the available Editing and Navigation commands.
18728 &lt;End of help on this topic&gt;
18729 </BODY>
18730 </HTML>
18731 ======= h_index_tokens =======
18732 <HTML>
18733 <HEAD>
18734 <TITLE>Tokens for Index and Replying</TITLE>
18735 </HEAD>
18736 <BODY>
18738 This set of special tokens may be used in the
18739 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18740 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18741 in signature files,
18742 in template files used in
18743 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18744 that is the target of a Filter Rule.
18745 Some of them aren't available in all situations.
18747 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18748 option, but they must be surrounded by underscores for the
18749 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18750 and in the target of Filter Rules.
18754 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18756 <DL>
18757 <DT>SUBJECT</DT>
18758 <DD>
18759 This token represents the Subject the sender gave the message.
18760 Alternatives for use in the index screen are
18761 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18762 You may color the subject text in the MESSAGE INDEX screen differently by using the
18763 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18764 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18765 options available from
18766 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18767 </DD>
18769 <DT>FROM</DT>
18770 <DD>
18771 This token represents the personal name (or email address if the name
18772 is unavailable) of the person specified in the message's &quot;From:&quot;
18773 header field.
18774 You may color the from text in the MESSAGE INDEX screen differently by using the
18775 <A HREF="h_config_index_from_color">Index From Color</A>
18776 option available from
18777 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18778 </DD>
18780 <DT>ADDRESS</DT>
18781 <DD>
18782 This is similar to the &quot;FROM&quot; token, only it is always the
18783 email address, never the personal name.
18784 For example, &quot;mailbox@domain&quot;.
18785 </DD>
18787 <DT>MAILBOX</DT>
18788 <DD>
18789 This is the same as the &quot;ADDRESS&quot; except that the 
18790 domain part of the address is left off.
18791 For example, &quot;mailbox&quot;.
18792 </DD>
18794 <DT>SENDER</DT>
18795 <DD>
18796 This token represents the personal name (or email address) of the person
18797 listed in the message's &quot;Sender:&quot; header field.
18798 </DD>
18800 <DT>TO</DT>
18801 <DD>
18802 This token represents the personal names (or email addresses if the names
18803 are unavailable) of the persons specified in the
18804 message's &quot;To:&quot; header field.
18805 </DD>
18807 <DT>NEWSANDTO</DT>
18808 <DD>
18809 This token represents the newsgroups from the
18810 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18811 the personal names (or email addresses if the names
18812 are unavailable) of the persons specified in the
18813 message's &quot;To:&quot; header field.
18814 </DD>
18816 <DT>TOANDNEWS</DT>
18817 <DD>
18818 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18819 </DD>
18821 <DT>NEWS</DT>
18822 <DD>
18823 This token represents the newsgroups from the
18824 message's &quot;Newsgroups:&quot; header field.
18825 </DD>
18827 <DT>CC</DT>
18828 <DD>
18829 This token represents the personal names (or email addresses if the names
18830 are unavailable) of the persons specified in the
18831 message's &quot;Cc:&quot; header field.
18832 </DD>
18834 <DT>RECIPS</DT>
18835 <DD>
18836 This token represents the personal names (or email addresses if the names
18837 are unavailable) of the persons specified in both the
18838 message's &quot;To:&quot; header field and
18839 the message's &quot;Cc:&quot; header field.
18840 </DD>
18842 <DT>NEWSANDRECIPS</DT>
18843 <DD>
18844 This token represents the newsgroups from the
18845 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18846 the personal names (or email addresses if the names
18847 are unavailable) of the persons specified in the
18848 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18849 </DD>
18851 <DT>RECIPSANDNEWS</DT>
18852 <DD>
18853 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18854 </DD>
18856 <DT>INIT</DT>
18857 <DD>
18858 This token represents the initials from the personal name
18859 of the person specified in the message's &quot;From:&quot;
18860 header field.
18861 If there is no personal name, it is blank.
18862 </DD>
18864 <DT>DATE</DT>
18865 <DD>
18866 This token represents the date on which the message was sent, according
18867 to the &quot;Date&quot; header field.
18868 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18869 The feature
18870 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18871 which adjusts for the timezone the message was sent from,
18872 may have an effect on the value of this token as well as the values of
18873 all of the other DATE or TIME tokens.
18874 Some of the DATE and TIME tokens are displayed in a locale-specific
18875 way unless the option
18876 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18877 </DD>
18879 <DT>SMARTDATE</DT>
18880 <DD>
18881 This token represents the date on which the message was sent, according
18882 to the &quot;Date&quot; header field.
18883 It is &quot;Today&quot; if the message was sent today,
18884 &quot;Yesterday&quot; for yesterday,
18885 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18886 message is from last year and is more than six months old it includes the year, as well.
18887 See the SMARTDATE alternatives below, as well.
18888 </DD>
18890 <DT>SMARTTIME</DT>
18891 <DD>
18892 This token represents the most relevant elements of the date on which
18893 the message was sent (according to the &quot;Date&quot; header field),
18894 in a compact form. If the message was sent today, only the time is used
18895 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18896 the past week, the day of the week and the hour are used
18897 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18898 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18899 &quot;9Apr98&quot;).
18900 </DD>
18902 <DT>SMARTDATETIME</DT>
18903 <DD>
18904 This is a combination of SMARTDATE and SMARTTIME.
18905 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18906 case it is SMARTTIME.
18907 See the SMARTDATETIME alternatives below, as well.
18908 </DD>
18910 <DT>DATEISO</DT>
18911 <DD>
18912 This token represents the date on which the message was sent, according
18913 to the &quot;Date&quot; header field.
18914 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18915 </DD>
18917 <DT>SHORTDATEISO</DT>
18918 <DD>
18919 This token represents the date on which the message was sent, according
18920 to the &quot;Date&quot; header field.
18921 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18922 </DD>
18924 <DT>SHORTDATE1</DT>
18925 <DD>
18926 This token represents the date on which the message was sent, according
18927 to the &quot;Date&quot; header field.
18928 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18929 </DD>
18931 <DT>SHORTDATE2</DT>
18932 <DD>
18933 This token represents the date on which the message was sent, according
18934 to the &quot;Date&quot; header field.
18935 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18936 </DD>
18938 <DT>SHORTDATE3</DT>
18939 <DD>
18940 This token represents the date on which the message was sent, according
18941 to the &quot;Date&quot; header field.
18942 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18943 </DD>
18945 <DT>SHORTDATE4</DT>
18946 <DD>
18947 This token represents the date on which the message was sent, according
18948 to the &quot;Date&quot; header field.
18949 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18950 </DD>
18952 <DT>LONGDATE</DT>
18953 <DD>
18954 This token represents the date on which the message was sent, according
18955 to the &quot;Date&quot; header field.
18956 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18957 </DD>
18959 <DT>SMARTDATE alternatives</DT>
18960 <DD>
18961 There are several versions of SMARTDATE that are all the same except
18962 for the way they format dates far in the past.
18963 SMARTDATE formats the date using the information from your locale settings
18964 to format the date string. It may end up formatting dates so that they look
18965 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18966 The feature
18967 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18968 may have an affect on the values of these tokens.
18969 If you want more control you may use one of the following.
18970   <DL>
18971   <DT>SMARTDATE</DT> <DD>If the option
18972 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18973 then this will be locale specific. Control this with the
18974 LC_TIME locale setting on a UNIX system. On Windows
18975 the Regional Options control panel may be used to set the Short date
18976 format. At the programming level, the strftime routine is what Alpine
18977 uses to print the date.
18978 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18979 to SMARTDATES1.</DD>
18980   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18981   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18982   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18983   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18984   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18985   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18986   </DL>
18987 </DD>
18989 <DT>SMARTDATETIME alternatives</DT>
18990 <DD>
18991 There are several versions of SMARTDATETIME that are all very similar.
18992 The ones that end in 24 use a 24-hour clock for Today's messages instead
18993 of a 12-hour clock.
18994 The other variation is
18995 for the way they format dates far in the past.
18996 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18997 to format the date string. It may end up formatting dates so that they look
18998 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18999 The feature
19000 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19001 may have an affect on the values of these tokens.
19002 The possible choices are:
19003   <DL>
19004   <DT>SMARTDATETIME</DT> <DD>If the option
19005 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19006 then this will be locale specific. Control this with the
19007 LC_TIME locale setting on a UNIX system. On Windows
19008 the Regional Options control panel may be used to set the Short date
19009 format. At the programming level, the strftime routine is what Alpine
19010 uses to print the date.
19011 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19012 to SMARTDATETIMES1.</DD>
19013   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19014   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19015   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19016   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19017   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19018   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19019   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19020   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19021   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19022   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19023   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19024   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19025   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19026   </DL>
19027 </DD>
19029 <DT>DAYDATE</DT>
19030 <DD>
19031 This token represents the date on which the message was sent, according
19032 to the &quot;Date&quot; header field.
19033 It looks like &quot;Sat, 23 Oct 1998&quot;.
19034 This token is never converted in any locale-specific way.
19035 </DD>
19037 <DT>PREFDATE</DT>
19038 <DD>
19039 This token represents the date on which the message was sent, according
19040 to the &quot;Date&quot; header field.
19041 It is your operating system's idea of the preferred date representation for the current locale.
19042 Internally it uses the %x version of the date from the strftime routine.
19043 </DD>
19045 <DT>PREFTIME</DT>
19046 <DD>
19047 This token represents the time at which the message was sent, according
19048 to the &quot;Date&quot; header field.
19049 It is the preferred time representation for the current locale.
19050 Internally it uses the %X version of the time from the strftime routine.
19051 </DD>
19053 <DT>PREFDATETIME</DT>
19054 <DD>
19055 This token represents the date and time at which the message was sent, according
19056 to the &quot;Date&quot; header field.
19057 It is the preferred date and time representation for the current locale.
19058 Internally it uses the %c version of the time from the strftime routine.
19059 </DD>
19061 <DT>DAY</DT>
19062 <DD>
19063 This token represents the day of the month on which the message was sent,
19064 according to the &quot;Date&quot; header field.
19065 For example, &quot;23&quot; or &quot;9&quot;.
19066 </DD>
19068 <DT>DAY2DIGIT</DT>
19069 <DD>
19070 This token represents the day of the month on which the message was sent,
19071 according to the &quot;Date&quot; header field.
19072 For example, &quot;23&quot; or &quot;09&quot;.
19073 It is always 2 digits.
19074 </DD>
19076 <DT>DAYORDINAL</DT>
19077 <DD>
19078 This token represents the ordinal number that is the day of
19079 the month on which the message was sent,
19080 according to the &quot;Date&quot; header field.
19081 For example, &quot;23rd&quot; or &quot;9th&quot;.
19082 </DD>
19084 <DT>DAYOFWEEK</DT>
19085 <DD>
19086 This token represents the day of the week on which the message was sent,
19087 according to the &quot;Date&quot; header field.
19088 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19089 </DD>
19091 <DT>DAYOFWEEKABBREV</DT>
19092 <DD>
19093 This token represents the day of the week on which the message was sent,
19094 according to the &quot;Date&quot; header field.
19095 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19096 </DD>
19098 <DT>MONTHABBREV</DT>
19099 <DD>
19100 This token represents the month the message was sent, according
19101 to the &quot;Date&quot; header field.
19102 For example, &quot;Oct&quot;.
19103 </DD>
19105 <DT>MONTHLONG</DT>
19106 <DD>
19107 This token represents the month in which the message was sent, according
19108 to the &quot;Date&quot; header field.
19109 For example, &quot;October&quot;.
19110 </DD>
19112 <DT>MONTH</DT>
19113 <DD>
19114 This token represents the month in which the message was sent, according
19115 to the &quot;Date&quot; header field.
19116 For example, &quot;10&quot; or &quot;9&quot;.
19117 </DD>
19119 <DT>MONTH2DIGIT</DT>
19120 <DD>
19121 This token represents the month in which the message was sent, according
19122 to the &quot;Date&quot; header field.
19123 For example, &quot;10&quot; or &quot;09&quot;.
19124 It is always 2 digits.
19125 </DD>
19127 <DT>YEAR</DT>
19128 <DD>
19129 This token represents the year the message was sent, according
19130 to the &quot;Date&quot; header field.
19131 For example, &quot;1998&quot; or &quot;2001&quot;.
19132 </DD>
19134 <DT>YEAR2DIGIT</DT>
19135 <DD>
19136 This token represents the year the message was sent, according
19137 to the &quot;Date&quot; header field.
19138 For example, &quot;98&quot; or &quot;01&quot;.
19139 It is always 2 digits.
19140 </DD>
19142 <DT>TIME24</DT>
19143 <DD>
19144 This token represents the time at which the message was sent, according
19145 to the &quot;Date&quot; header field.
19146 There is no adjustment made for different time zones, so you'll get
19147 the time the message was sent according to the time zone the sender
19148 was in.
19149 It has the format HH:MM. For example, &quot;17:28&quot;.
19150 </DD>
19152 <DT>TIME12</DT>
19153 <DD>
19154 This token represents the time at which the message was sent, according
19155 to the &quot;Date&quot; header field.
19156 This time is for a 12 hour clock.
19157 It has the format HH:MMpm.
19158 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19159 </DD>
19161 <DT>TIMEZONE</DT>
19162 <DD>
19163 This token represents the numeric timezone from
19164 the &quot;Date&quot; header field.
19165 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19166 </DD>
19168 </DL>
19171 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19173 <DL>
19174 <DT>MSGNO</DT>
19175 <DD>
19176 This token represents the message's current position in the folder that,
19177 of course, may change as the folder is sorted or new mail arrives.
19178 </DD>
19180 <DT>STATUS</DT>
19181 <DD>
19182 This token represents a three character wide field displaying various
19183 aspects of the message's state.
19184 The first character is either blank,
19185 a '*' for message marked Important, or a '+' indicating a message
19186 addressed directly to you (as opposed to your having received it via a
19187 mailing list, for example).
19188 When the feature
19189 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19190 is set, if the first character would have been
19191 blank then it will instead be a '-' if the message is cc'd to you.
19192 The second character is typically blank,
19193 though the arrow cursor may occupy it if either the 
19194 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19195 or the
19196 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19197 is set (or you actually are on a slow link).
19198 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19199 '<A HREF="h_flag_answered">A</A>' (Answered),
19200 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19201 '<A HREF="h_flag_new">N</A>' (New), or blank.
19203 If you are using a threaded view of the index and this message is at the
19204 top of a collapsed portion of a thread,
19205 then this token refers to all of the messages in the collapsed portion of
19206 the thread instead of just the top message.
19207 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19208 are marked Important, else a '+' if any of the messages are addressed
19209 to you, else a '-' if any of the messages are cc'd to you.
19210 The third character will be a 'D' if <EM>all</EM> of the messages
19211 in the collapsed thread are marked deleted,
19212 an 'A' if <EM>all</EM> of the messages
19213 in the collapsed thread are marked answered,
19214 it will be an 'N' if any of
19215 the messages are undeleted and unseen, and it will be blank otherwise.
19216 </DD>
19218 <DT>FULLSTATUS</DT>
19219 <DD>
19220 This token represents a less abbreviated alternative
19221 to the &quot;STATUS&quot; token.
19222 It is six characters wide.
19223 The first character is '+', '-', or blank, the
19224 second blank, the third either '*' or blank, the fourth
19225 '<A HREF="h_flag_new">N</A>' or blank,
19226 the fifth '<A HREF="h_flag_answered">A</A>'
19227 or blank, and the sixth character is
19228 either '<A HREF="h_flag_deleted">D</A>' or
19229 blank.
19231 If you are using a threaded view of the index and this message is at the
19232 top of a collapsed portion of a thread,
19233 then this token refers to all of the messages in the collapsed portion of
19234 the thread instead of just the top message.
19235 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19236 of the messages in the collapsed thread are addressed to you or cc'd to you.
19237 The third character will be '*' if any of the messages are marked
19238 Important.
19239 The fourth character will be 'N' if all of the messages in the thread
19240 are New, else 'n' if some of the messages in the thread are New, else blank.
19241 The fifth character will be 'A' or 'a' or blank, and the sixth character
19242 will be 'D' or 'd' or blank.
19243 </DD>
19245 <DT>IMAPSTATUS</DT>
19246 <DD>
19247 This token represents an even less abbreviated alternative to the
19248 &quot;STATUS&quot; token.
19249 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19250 an 'N' if the message is new to this folder since the last time
19251 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19252 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19253 new to the folder since it was last opened <EM>but</EM> has not been
19254 viewed, or a blank if the message has been in the folder since it was
19255 last opened and has been viewed.
19257 If you are using a threaded view of the index and this message is at the
19258 top of a collapsed portion of a thread,
19259 then the fourth character will be
19260 'N' if all of the messages in the thread are unseen and recent;
19261 else 'n' if some of the messages in the thread are unseen and recent;
19262 else 'U' if all of the messages in the thread are unseen and not recent;
19263 else 'u' if some of the messages in the thread are unseen and not recent;
19264 else 'R' if all of the messages in the thread are seen and recent;
19265 else 'r' if some of the messages in the thread are seen and recent;
19266 else blank.
19267 </DD>
19269 <DT>SHORTIMAPSTATUS</DT>
19270 <DD>
19271 This is the same as the last four of the six characters of IMAPSTATUS,
19272 so the '+' To Me information will be missing.
19273 </DD>
19275 <DT>SIZE</DT>
19276 <DD>
19277 This token represents the total size, in bytes, of the message.
19278 If a &quot;K&quot; (Kilobyte)
19279 follows the number, the size is approximately 1,000
19280 times that many bytes (rounded to the nearest 1,000).
19281 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19282 1,000,000 times that many bytes.
19283 Commas are not used in this field.
19284 This field is seven characters wide, including the enclosing parentheses.
19285 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19286 The progression of sizes used looks like:
19289 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19291 </DD>
19293 <DT>SIZECOMMA</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 used if the number shown is 1,000 or greater.
19302 The SIZECOMMA field is one character wider than the SIZE field.
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 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19309 </DD>
19311 <DT>KSIZE</DT>
19312 <DD>
19313 This token represents the total size of the message, expressed in
19314 kilobytes or megabytes, as most appropriate.
19315 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19316 The progression of sizes used looks like:
19319 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19321 </DD>
19323 <DT>SIZENARROW</DT>
19324 <DD>
19325 This token represents the total size, in bytes, of the message.
19326 If a &quot;K&quot; (Kilobyte)
19327 follows the number, the size is approximately 1,000
19328 times that many bytes.
19329 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19330 1,000,000 times that many bytes.
19331 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19332 1,000,000,000 times that many bytes.
19333 This field uses only five characters of screen width, including the enclosing
19334 parentheses.
19335 The progression of sizes used looks like:
19338 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19340 </DD>
19342 <DT>DESCRIPSIZE</DT>
19343 <DD>
19344 This token is intended to represent a more useful description of the
19345 message than just its size, but it isn't very useful at this point.
19346 The plus sign in this view means there are attachments.
19347 Note that including this token in
19348 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19349 display a little while Alpine collects the necessary information.
19350 </DD>
19352 <DT>SUBJKEY</DT>
19353 <DD>
19354 This token is the same as the SUBJECT token unless keywords are set for
19355 the message.
19356 In that case, a list of keywords enclosed in braces will be prepended to
19357 the subject of the message.
19358 Only those keywords that you have defined in your
19359 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19360 in Setup/Config are considered in the list.
19361 In other words, keywords that have been set by some other means, perhaps
19362 by another email program, won't show up unless included in
19363 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19364 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19365 prepended to the subject in the MESSAGE TEXT screen.
19366 If you have given a keyword a nickname
19367 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19368 instead of the actual keyword.
19369 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19370 option may be used to modify this token slightly.
19371 It is also possible to color keywords in the index using the
19372 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19373 </DD>
19375 <DT>SUBJKEYINIT</DT>
19376 <DD>
19377 This token is the same as the SUBJKEY token except that instead of
19378 prepending a list of keywords to the subject, a list of first initials
19379 of keywords will be prepended instead.
19380 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19381 set (or Work and Now are the Alpine nicknames of keywords that are set)
19382 then the SUBJKEY token would cause a result like
19384 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19386 whereas the SUBJKEYINIT token would give
19388 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19390 Only those keywords that you have defined in your
19391 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19392 in Setup/Config are considered in the list.
19393 In other words, keywords that have been set by some other means, perhaps
19394 by another email program, won't show up unless included in
19395 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19396 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19397 option may be used to modify this token slightly.
19398 It is also possible to color keywords in the index using the
19399 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19400 </DD>
19402 <DT>SUBJECTTEXT</DT>
19403 <DD>
19404 Same as SUBJECT but if there is room in the Subject field for more text,
19405 the opening part of the text of the message is displayed after the subject.
19406 The time needed to fetch the text may cause a performance problem
19407 which can, of course, be avoided by using the SUBJECT version of
19408 the Subject instead.
19409 You may color this opening text differently by using the
19410 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19411 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19412 You may adjust the characters that are displayed between the Subject and the
19413 opening text with the option
19414 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19415 </DD>
19417 <DT>SUBJKEYTEXT</DT>
19418 <DD>
19419 Same as SUBJKEY but with the opening message text.
19420 </DD>
19422 <DT>OPENINGTEXT</DT>
19423 <DD>
19424 This is similar to SUBJECTTEXT.
19425 Instead of combining the Subject and the opening text in a single
19426 field in the index screen this token allows you to allocate a
19427 separate column just for the opening text of the message.
19428 The time needed to fetch this text may cause a performance problem.
19429 You may color this opening text differently by using the
19430 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19431 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19432 </DD>
19434 <DT>OPENINGTEXTNQ</DT>
19435 <DD>
19436 This is very similar to OPENINGTEXT.
19437 The NQ stands for No Quotes.
19438 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19439 For some messages this may be confusing.
19440 For example, a message might have a line preceding some quoted
19441 text that reads something like &quot;On May 8th person A said.&quot;
19442 That no longer makes sense after the quoted text is deleted and it
19443 will appear that person A said whatever the text after the quote
19444 is, even though that is really person B talking.
19445 </DD>
19447 <DT>SUBJKEYINITTEXT</DT>
19448 <DD>
19449 Same as SUBJKEYINIT but with the opening message text.
19450 </DD>
19452 <DT>KEY</DT>
19453 <DD>
19454 This is a space-delimited list of keywords that are set for the message.
19455 Only those keywords that you have defined in your
19456 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19457 in Setup/Config are considered in the list.
19458 In other words, keywords that have been set by some other means, perhaps
19459 by another email program, won't show up unless included in
19460 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19461 If you have given a keyword a nickname
19462 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19463 instead of the actual keyword.
19464 It is also possible to color keywords in the index using the
19465 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19466 This token defaults to an arbitrary width of 5.
19467 You should set it to whatever width suits you using something
19468 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19469 </DD>
19471 <DT>KEYINIT</DT>
19472 <DD>
19473 This is a list of keyword initials that are set for the message.
19474 If you have given a keyword a nickname
19475 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19476 is displayed instead of the initial of the actual keyword.
19477 It is also possible to color keyword initials in the index using the
19478 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19479 This token defaults to an arbitrary width of 2.
19480 You should set it to whatever width suits you using something
19481 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19482 </DD>
19484 <DT>PRIORITY</DT>
19485 <DD>
19486 The X-Priority header is a non-standard header that is used in a
19487 somewhat standard way by many mail programs.
19488 Alpine expects the value of this header to be a digit with a value
19489 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19490 Since this priority is something that the sender sets it is only an indication
19491 of the priority that the sender attaches to the mail and it is therefore almost
19492 totally unreliable for use as a filtering criterion.
19493 This token will display the numeric value of the priority if it is between
19494 1 and 5.
19495 It will be suppressed (blank) if the value is 3, which is normal priority.
19496 This token may be colored with the
19497 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19498 </DD>
19500 <DT>PRIORITYALPHA</DT>
19501 <DD>
19502 This is a more verbose interpretation of the X-Priority field.
19503 Once again nothing is displayed unless the value of the field
19504 is 1, 2, 4, or 5.
19505 The values displayed for those values are:
19507 <TABLE>
19508 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19509 <TR> <TD>2</TD> <TD>High</TD> </TR>
19510 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19511 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19512 </TABLE>
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>PRIORITY!</DT>
19519 <DD>
19520 This is a one character, non-numeric version of the X-Priority field.
19521 If the value of the X-Priority header is 1 or 2 an exclamation
19522 point is displayed.
19523 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19524 This token may be colored with the
19525 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19526 </DD>
19528 <DT>ATT</DT>
19529 <DD>
19530 This is a one column wide field that represents the number of attachments
19531 a message has. It will be blank if there are no attachments, a single
19532 digit for one to nine attachments, or an asterisk for more than nine.
19533 Note that including this token in
19534 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19535 display a little while Alpine collects the necessary information.
19536 </DD>
19538 <DT>FROMORTO</DT>
19539 <DD>
19540 This token represents <EM>either</EM> the personal name (or email address) of
19541 the person listed in the message's &quot;From:&quot; header
19542 field, <EM>or</EM>, if that address is yours or one of your
19543 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19544 the first person specified in the
19545 message's &quot;To:&quot; header field
19546 with the prefix &quot;To: &quot; prepended.
19547 If the from address is yours and there is also no &quot;To&quot; address,
19548 Alpine will use the address on the &quot;Cc&quot; line.
19549 If there is no address there, either, Alpine will look for a newsgroup name
19550 from the &quot;Newsgroups&quot; header field and put
19551 that after the &quot;To: &quot; prefix.
19552 </DD>
19554 <DT>FROMORTONOTNEWS</DT>
19555 <DD>
19556 This is almost the same as <EM>FROMORTO</EM>.
19557 The difference is that newsgroups aren't considered.
19558 When a message is from you, doesn't have a To or Cc, and does have
19559 a Newsgroups header; this token will be your name instead of the name
19560 of the newsgroup (like it would be with FROMORTO).
19561 </DD>
19563 <DT>TEXT</DT>
19564 <DD>
19565 This is a different sort of token.
19566 It allows you to display a label within each index line.
19567 It will be the same fixed text for each line.
19568 It is different from all the other tokens in that there is no space column
19569 displayed after this token.
19570 Instead, it is butted up against the following field.
19571 It also has a different syntax.
19572 The text to display is given following a colon after the
19573 word &quot;TEXT&quot;.
19574 For example,
19576 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19578 would insert the literal text &quot;abc=&quot; (without the quotes)
19579 into the index display line.
19580 You must quote the text if it includes space characters, like
19582 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19584 </DD>
19586 <DT>HEADER</DT>
19587 <DD>
19588 This allows you to display the text from a particular header line in the
19589 message.
19590 The syntax for this token is substantially different from all the others
19591 in order that you might be able to display a portion of the text following
19592 a particular header.
19593 The header name you are interested in is given following a colon
19594 after the word &quot;HEADER&quot;.
19595 For example,
19597 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19599 would display the text of the X-Spam header, if any.
19600 Like for other index tokens a width field may (and probably should)
19601 follow this.
19603 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19605 displays the first ten characters of the X-Spam header.
19606 Unlike other index tokens, the syntax for HEADER is more flexible.
19607 An optional second argument comes after a comma inside the parentheses.
19608 It specifies the &quot;field&quot; number.
19609 By default, the field separator is a space character.
19610 No extra space characters are allowed in the argument list.
19612 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19614 would display the second field, left-justified, in a 10 character
19615 wide field.
19616 The second field would consist of all the text after the first space
19617 up to the next space or the end of the header.
19618 The default field number is zero, which stands for the entire line.
19619 There is also an optional third argument that is a list of field
19620 separators. It defaults to a space character.
19621 The example
19623 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19625 would cause the field separators to be any of colon, percent,
19626 or space (there is a space character between the percent and the
19627 right parenthesis).
19628 The first field runs from the start of the header value up to the first
19629 colon, percent, or space; the second goes from there to the next; and so on.
19630 In order to use a comma character as a field separator you must escape
19631 it by preceding it with a backslash (&#92;).
19632 The same is true of the backslash character itself.
19633 There is one further optional argument.
19634 It is an R or an L to specify right or left adjustment of the text
19635 within the field.
19636 The default is to left justify, however if you are displaying numbers
19637 you might prefer to right justify.
19639 Here's an example of a SpamAssassin header.
19640 The exact look of the header will vary, but if your incoming mail
19641 contains headers that look like the following
19643 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19645 you might want to display the hits value.
19646 The first field starts with the Y in Yes.
19647 To get what you're interested in you might use &quot;=&quot; and
19648 space as the field separators and display the third field, like
19650 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19652 or maybe you would break at the dot instead
19654 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19656 Another example we've seen has headers that look like
19658 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19660 Because there are two equals and a comma before the 7% and a comma
19661 after it, the token
19663 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19665 should display the probability (for example 7% or 83%) right justified
19666 in a 3-wide field.
19667 </DD>
19669 <DT>ARROW</DT>
19670 <DD>
19671 This gives an alternative way to display the current message in the
19672 MESSAGE INDEX screen.
19673 Usually the current message is indicated by the line being shown in
19674 reverse video.
19675 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19676 the current line will include an &quot;arrow&quot; that
19677 looks like
19679 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19681 in the ARROW token's field.
19682 For all of the non-current messages, the ARROW field will be filled
19683 with blanks.
19684 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19685 may be adjusted.
19686 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19687 For example, if you use ARROW(3) you will get
19689 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19691 and ARROW(1) will give you just
19693 <CENTER><SAMP>&gt;</SAMP></CENTER>
19695 It is also possible to set the color of the ARROW field.
19696 By default (and for non-current messages) the arrow is colored the same
19697 as the index line it is part of.
19698 You may set it to be another color with the 
19699 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19700 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19701 </DD>
19703 <DT>SCORE</DT>
19704 <DD>
19705 This gives the
19706 <a href="h_rules_score">score</a>
19707 of each message.
19708 This will be six columns wide to accomodate the widest possible score.
19709 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19710 to limit the width of the field to the widest score that
19711 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19712 If you have not defined any score rules the scores will all be zero.
19713 If any of your score rules contain AllText or BodyText patterns
19714 then including SCORE in the <!--#echo var="VAR_index-format"-->
19715 may slow down the display of the MESSAGE INDEX screen.
19716 </DD>
19717 </DL>
19720 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19722 <DL>
19723 <DT>CURNEWS</DT>
19724 <DD>
19725 This token represents the current newsgroup if there is one.
19726 For example, &quot;comp.mail.pine&quot;.
19727 </DD>
19729 <DT>MSGID</DT>
19730 <DD>
19731 This token represents the message ID of the message.
19732 This token does not work with Filter Rule folder names.
19733 </DD>
19735 <DT>CURDATE</DT>
19736 <DD>
19737 This token represents the current date.
19738 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19739 </DD>
19741 <DT>CURDATEISO</DT>
19742 <DD>
19743 This token represents the current date.
19744 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19745 </DD>
19747 <DT>CURDATEISOS</DT>
19748 <DD>
19749 This token represents the current date.
19750 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19751 </DD>
19753 <DT>CURPREFDATE</DT>
19754 <DD>
19755 This token represents the current date.
19756 It is your operating system's idea of the preferred date representation for the current locale.
19757 Internally it uses the %x version of the date from the strftime routine.
19758 </DD>
19760 <DT>CURPREFTIME</DT>
19761 <DD>
19762 This token represents the current time.
19763 It is the preferred time representation for the current locale.
19764 Internally it uses the %X version of the time from the strftime routine.
19765 </DD>
19767 <DT>CURPREFDATETIME</DT>
19768 <DD>
19769 This token represents the current date and time.
19770 It is the preferred date and time representation for the current locale.
19771 Internally it uses the %c version of the time from the strftime routine.
19772 </DD>
19774 <DT>CURTIME24</DT>
19775 <DD>
19776 This token represents the current time.
19777 It has the format HH:MM. For example, &quot;17:28&quot;.
19778 </DD>
19780 <DT>CURTIME12</DT>
19781 <DD>
19782 This token represents the current time.
19783 This time is for a 12 hour clock.
19784 It has the format HH:MMpm.
19785 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19786 </DD>
19788 <DT>CURDAY</DT>
19789 <DD>
19790 This token represents the current day of the month.
19791 For example, &quot;23&quot; or &quot;9&quot;.
19792 </DD>
19794 <DT>CURDAY2DIGIT</DT>
19795 <DD>
19796 This token represents the current day of the month.
19797 For example, &quot;23&quot; or &quot;09&quot;.
19798 It is always 2 digits.
19799 </DD>
19801 <DT>CURDAYOFWEEK</DT>
19802 <DD>
19803 This token represents the current day of the week.
19804 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19805 </DD>
19807 <DT>CURDAYOFWEEKABBREV</DT>
19808 <DD>
19809 This token represents the current day of the week.
19810 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19811 </DD>
19813 <DT>CURMONTH</DT>
19814 <DD>
19815 This token represents the current month.
19816 For example, &quot;10&quot; or &quot;9&quot;.
19817 </DD>
19819 <DT>CURMONTH2DIGIT</DT>
19820 <DD>
19821 This token represents the current month.
19822 For example, &quot;10&quot; or &quot;09&quot;.
19823 It is always 2 digits.
19824 </DD>
19826 <DT>CURMONTHLONG</DT>
19827 <DD>
19828 This token represents the current month.
19829 For example, &quot;October&quot;.
19830 </DD>
19832 <DT>CURMONTHABBREV</DT>
19833 <DD>
19834 This token represents the current month.
19835 For example, &quot;Oct&quot;.
19836 </DD>
19838 <DT>CURYEAR</DT>
19839 <DD>
19840 This token represents the current year.
19841 For example, &quot;1998&quot; or &quot;2001&quot;.
19842 </DD>
19844 <DT>CURYEAR2DIGIT</DT>
19845 <DD>
19846 This token represents the current year.
19847 For example, &quot;98&quot; or &quot;01&quot;.
19848 It is always 2 digits.
19849 </DD>
19851 <DT>LASTMONTH</DT>
19852 <DD>
19853 This token represents last month.
19854 For example, if this is November (the 11th month),
19855 it is equal to &quot;10&quot; or if this is October (the 10th month),
19856 it is &quot;9&quot;.
19857 It is possible that this and the other tokens beginning with LASTMONTH
19858 below could be useful when used with a Filtering Rule that
19859 has the &quot;Beginning of Month&quot; option set.
19860 </DD>
19862 <DT>LASTMONTH2DIGIT</DT>
19863 <DD>
19864 This token represents last month.
19865 For example, if this is November (the 11th month),
19866 it is equal to &quot;10&quot; or if this is October (the 10th month),
19867 it is &quot;09&quot;.
19868 It is always 2 digits.
19869 </DD>
19871 <DT>LASTMONTHLONG</DT>
19872 <DD>
19873 This token represents last month.
19874 For example, if this is November the value is &quot;October&quot;.
19875 </DD>
19877 <DT>LASTMONTHABBREV</DT>
19878 <DD>
19879 This token represents last month.
19880 For example, if this is November the value is &quot;Oct&quot;.
19881 </DD>
19883 <DT>LASTMONTHYEAR</DT>
19884 <DD>
19885 This token represents what the year was a month ago.
19886 For example, if this is October, 1998, it is &quot;1998&quot;.
19887 If this is January, 1998, it is &quot;1997&quot;.
19888 </DD>
19890 <DT>LASTMONTHYEAR2DIGIT</DT>
19891 <DD>
19892 This token represents what the year was a month ago.
19893 For example, if this is October, 1998, it is &quot;98&quot;.
19894 If this is January, 1998, it is &quot;97&quot;.
19895 </DD>
19897 <DT>LASTYEAR</DT>
19898 <DD>
19899 This token represents last year.
19900 For example, if this is 1998, it equals &quot;1997&quot;.
19901 It is possible that this
19902 could be useful when used with a Filtering Rule that
19903 has the &quot;Beginning of Year&quot; option set.
19904 </DD>
19906 <DT>LASTYEAR2DIGIT</DT>
19907 <DD>
19908 This token represents last year.
19909 For example, if this is 1998, it equals &quot;97&quot;.
19910 It is always 2 digits.
19911 </DD>
19913 <DT>ROLENICK</DT>
19914 <DD>
19915 This token represents the nickname of the
19916 role currently being used.  If no role is being used,
19917 then no text will be printed for this token.
19918 This token does not work with Filter Rule folder names.
19919 </DD>
19920 </DL>
19923 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19924 See the help for the
19925 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19926 to see why you might want to use this.
19927 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19928 must be surrounded by underscores when used.
19930 <DL>
19931 <DT>NEWLINE</DT>
19932 <DD>
19933 This is an end of line marker.
19934 </DD>
19935 </DL>
19938 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19940 <DL>
19941 <DT>CURSORPOS</DT>
19942 <DD>
19943 This token is different from the others.
19944 When it is replaced it is replaced with nothing, but it sets an Alpine
19945 internal variable that tells the composer to start with the cursor
19946 positioned at the position where this token was.
19947 If both the template file and the signature file contain
19948 a &quot;CURSORPOS&quot; token, then the position in the template file
19949 is used.
19950 If there is a template file and neither it nor the signature file contains
19951 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19952 after the end of the contents of the
19953 template file when the composer starts up.
19954 </DD>
19955 </DL>
19958 &lt;End of help on this topic&gt;
19959 </BODY>
19960 </HTML>
19961 ======= h_reply_token_conditionals =======
19962 <HTML>
19963 <HEAD>
19964 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19965 </HEAD>
19966 <BODY>
19967 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19969 Conditional text inclusion may be used with
19970 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19971 in signature files, and in template files used in
19972 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19973 It may <EM>not</EM> be used with the
19974 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19977 There is a limited if-else capability for including text.
19978 The if-else condition is based
19979 on whether or not a given token would result in replacement text you
19980 specify.
19981 The syntax of this conditional inclusion is
19983 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19985 The left parenthesis must follow the underscore immediately, with no
19986 intervening space.
19987 It means the token is expanded and the results of that expansion are
19988 compared against the &quot;match_this&quot; argument.
19989 If there is an exact match, then the &quot;if_matched&quot; text is used
19990 as the replacement text.
19991 Otherwise, the &quot;if_not_matched&quot; text is used.
19992 One of the most useful values for the &quot;match_this&quot; argument is
19993 the empty string, &quot;&quot;.
19994 In that case the expansion is compared against the empty string.
19996 Here's an example to make it clearer.
19997 This text could be included in one of your template files:
19999 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20001 If that is included in a template file that you are using while replying
20002 to a message (because you chose to use the role it was part of),
20003 and that message has a newsgroup header and a newsgroup in that header,
20004 then the text
20006 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20008 will be included in the message you are about to compose.
20009 On the other hand, if the message you are replying to does not have
20010 a newsgroup, then the text
20012 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20014 would be included instead.
20015 This would also work in signature files and in
20016 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20017 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20018 or &quot;if_not_matched&quot; arguments contain
20019 spaces, parentheses, or commas;
20020 they have to be quoted with double quotation marks (like in the example
20021 above).
20022 If you want to include a literal quote (&quot;) in the text you must escape the
20023 quote by preceding it with a backslash (&#92;) character.
20024 If you want to include a literal backslash character you must escape it
20025 by preceding it with another backslash.
20027 The comma followed by &quot;if_not_matched&quot; is optional.
20028 If there is no &quot;if_not_matched&quot;
20029 present then no text is included if the not_matched case is true.
20030 Here's another example:
20032 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20034 Here you can see that tokens may appear in the arguments.
20035 The same is true for tokens with the conditional parentheses.
20036 They may appear in arguments,
20037 though you do have to be careful to get the quoting and escaping of
20038 nested double quotes correct.
20039 If this was in the signature file being used and you were replying to a message
20040 sent to comp.mail.pine the resulting text would be:
20042 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20044 If you were replying to a message that wasn't sent to any newsgroup the
20045 resulting text would be a single blank line.
20046 The reason you'd get a blank line is because the end of the line is
20047 outside of the conditional, so is always included.
20048 If you wanted to get rid of that blank line you could do so by moving
20049 the end of line inside the conditional.
20050 In other words, it's ok to have multi-line
20051 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20052 template file.
20053 The text just continues until the next double quotation, even if it's not
20054 on the same line.
20056 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20058 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20060 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20061 while reading the newsgroup comp.mail.pine the resulting text would be:
20063 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20065 If you were replying to a message while reading an email folder instead
20066 of a newsgroup the resulting leadin text would be
20068 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20070 Here's one more (contrived) example illustrating a matching argument
20071 that is not the empty string.
20073 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20075 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20076 were replying to
20077 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20078 would be
20080 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20082 But if you were replying to a message sent on Oct. 27 (and that wasn't
20083 today) you would get
20085 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20088 &lt;End of help on this topic&gt;
20089 </BODY>
20090 </HTML>
20091 ======= h_composer_cntxt_nick =======
20092 <HTML>
20093 <HEAD>
20094 <TITLE>Collection Nickname Explained</TITLE>
20095 </HEAD>
20096 <BODY>
20097 <H1>Collection Edit Help -- Nickname Field</H1>
20099 This field is provided so you can add a short nickname to use when
20100 referring to this collection within Alpine.  Spaces are allowed, and
20101 you don't need to use double-quotes.  However, the double-quote
20102 character is not allowed.
20104 Look <A HREF="h_edit_nav_cmds">here</A>
20105 to see the available Editing and Navigation commands.
20107 &lt;End of help on this topic&gt;
20108 </BODY>
20109 </HTML>
20110 ======= h_folder_server_syntax =======
20111 <HTML>
20112 <HEAD>
20113 <TITLE>Server Name Syntax</TITLE>
20114 </HEAD>
20115 <BODY>
20116 <H1>Server Name Syntax</H1>
20118 This help describes the syntax that may be used for server names
20119 that may be associated with remote folders or SMTP servers.
20122 A server name is the hostname of the server.
20123 It's a good idea to use the host's fully-qualified network name.
20126 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20129 However, IP addresses are allowed if surrounded
20130 with square-brackets.
20133 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20136 An optional network port number may be supplied by appending
20137 a colon (:) followed by the port number
20138 to the server name.
20139 By default, the IMAP port number, 143, is used.
20142 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20145 Besides server name and optional port number, various other optional
20146 parameters may be supplied that alter Alpine's interaction with the server.
20147 A parameter is supplied by appending a slash (/) character followed by
20148 the parameter's name and,
20149 depending on the particular parameter, the value assigned to that
20150 name, to the server name (and optional port number).
20151 Parameter names are <EM>not</EM> case sensitive.
20152 Currently supported parameters include:
20154 <DL>
20156 <DT>User</DT>
20157 <DD>This parameter requires an associated value, and is intended to
20158 provide the username identifier with which to establish the server
20159 connection.
20160 If your SMTP server offers SMTP AUTH authentication, adding this 
20161 parameter to the
20162 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20163 option will cause Alpine to attempt to authenticate to the server using the
20164 supplied username.
20165 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20166 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20167 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20168 option (or to the server name for any folder collection using NNTP)
20169 will cause Alpine to attempt
20170 to authenticate to the server using the supplied username.
20171 An example might be:
20174 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20177 </DD>
20179 <DT>TLS</DT>
20180 <DD>
20181 Normally, when a new connection is made an attempt is made to 
20182 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20183 If that fails then a non-encrypted connection will be attempted instead.
20184 This is a unary parameter indicating communication with the server must 
20185 take place over a TLS connection. If the attempt to use TLS fails then
20186 this parameter will cause the connection to fail instead of falling
20187 back to an unsecure connection.
20190 <CENTER><SAMP>/tls</SAMP></CENTER>
20193 </DD>
20195 <DT>SSL</DT>
20196 <DD>
20197 This is a unary parameter indicating communication with the server should 
20198 take place over a Secure Socket Layer connection.  The server must support
20199 this method, and be prepared to accept connections on the appropriate
20200 port (993 by default).
20201 Alpine must be linked with an SSL library for this option to be operational.
20204 <CENTER><SAMP>/ssl</SAMP></CENTER>
20207 </DD>
20209 <DT>TLS1</DT>
20210 <DD>
20211 This parameter indicates that the connection to the server will be made
20212 over the SSL port, but using the TLSv1 protocol, instead of the usual
20213 SSLv3 or SSLv2 protocols.
20214 Alpine must be linked with an SSL library for this option to be operational.
20217 <CENTER><SAMP>/tls1</SAMP></CENTER>
20220 </DD>
20222 <DT>DTLS1</DT>
20223 <DD>
20224 This parameter indicates that the connection to the server will be made
20225 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20226 SSLv3 or SSLv2 protocols.
20227 Alpine must be linked with an SSL library for this option to be operational.
20230 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20233 </DD>
20235 <DT>TLS1_1</DT>
20236 <DD>
20237 This parameter indicates that the connection to the server will be made
20238 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20239 SSLv3 or SSLv2 protocols.
20240 Alpine must be linked with an SSL library for this option to be operational.
20243 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20246 </DD>
20248 <DT>TLS1_2</DT>
20249 <DD>
20250 This parameter indicates that the connection to the server will be made
20251 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20252 SSLv3 or SSLv2 protocols.
20253 Alpine must be linked with an SSL library for this option to be operational.
20256 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20259 </DD>
20262 <DT>NoValidate-Cert</DT>
20263 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20264 This is needed if the server uses self-signed certificates or if Alpine
20265 cannot validate the certificate for some other known reason.
20267 </DD>
20269 <DT>Anonymous</DT>
20270 <DD>This is a unary parameter (that means it does not have a value)
20271 indicating that the connection be logged in as
20272 &quot;anonymous&quot; rather than a specific user.
20273 Not all servers offer anonymous
20274 access; those which do generally only offer read-only access to certain
20275 &quot;public&quot; folders.
20278 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20281 </DD>
20283 <DT>Secure</DT>
20284 <DD>This is a unary parameter indicating that the connection use the
20285 most secure authentication method mutually supported by Alpine and the
20286 server.
20287 Alpine is capable of authenticating connections to 
20288 the server using several methods.
20289 By default, Alpine will attempt each
20290 method until either a connection is established or the
20291 list of methods is exhausted.
20292 This parameter causes Alpine to instead fail 
20293 the connection if the first (generally most &quot;secure&quot;) method fails.
20296 <CENTER><SAMP>/secure</SAMP></CENTER>
20299 </DD>
20301 <DT>Submit</DT>
20302 <DD>This is a unary parameter for use with the
20303 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20304 It indicates that the connection should be made to the Submit server
20305 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20306 (port 587) instead of the SMTP port (25).
20307 At the time this help was written the submit option was equivalent to
20308 specifying port 587.
20311 <CENTER><SAMP>/submit</SAMP></CENTER>
20315 <CENTER><SAMP>host:587</SAMP></CENTER>
20318 </DD>
20320 <DT>Debug</DT>
20321 <DD>This is a unary parameter indicating that the connection be established
20322 in a verbose mode.  Basically, it causes Alpine to log the communication with
20323 the server in Alpine's debug file.
20324 Normally, the pine -d command-line flag would be used instead.
20326 </DD>
20328 <DT>NoRsh</DT>
20329 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20330 the UNIX remote shell program.
20331 Including &quot;NoRsh&quot; will cause connections to this server to skip
20332 the &quot;rsh&quot; attempt.
20333 This might be useful to avoid long timeouts caused by rsh firewalls, for
20334 example.
20336 </DD>
20338 <DT>Loser</DT>
20339 <DD>This option makes sense only for IMAP servers that do not perform
20340 a SEARCH command correctly. If your filtering rules
20341 fail to filter some messages, that should have been filtered, then this
20342 option will make Alpine download all data necessary to perform that search.
20343 There is a performance penalty when using this option. Downloading the
20344 data to perfom the search will take longer than requesting the IMAP
20345 server to perform the filtering, but the filtering will be done correctly.
20347 </DD>
20350 <DT>Service</DT>
20351 <DD>This parameter requires an associated value.  The default value is
20352 &quot;IMAP&quot; which indicates communication with the server based
20353 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20354 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20356 Other service values include:
20357  <DL>
20358  <DT>NNTP</DT>
20359  <DD>This value indicates communication with the server takes place via
20360 the Network News Transfer Protocol.  Use this to define a collection
20361 of newsgroups on a remote news server.  So
20364 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20366 or just
20368 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20371 is the way to specify NNTP access.
20373  </DD>
20375  <DT>POP3</DT>
20376  <DD>This value indicates communication with the server takes place via the
20377 Post Office Protocol 3 protocol.
20380 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20382 or just
20384 <CENTER><SAMP>/POP3</SAMP></CENTER>
20387 Note that there are several important issues
20388 to consider when selecting this option:
20389 <OL>
20390  <LI> POP3 provides access to only your INBOX.  In other words,
20391 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20392  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20393 model and will leave your mail on the server. Refer to the
20394 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20395  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20396 </OL>
20397 </DD>
20398 </DL>
20399 </DL>
20402 Note that it is possible to include more than one parameter in a server
20403 specification by concatenating the parameters. For example:
20406 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20410 &lt;End of help on this topic&gt;
20411 </BODY>
20412 </HTML>
20413 ======= h_composer_cntxt_server =======
20414 <HTML>
20415 <HEAD>
20416 <TITLE>Collection Server: Explained</TITLE>
20417 </HEAD>
20418 <BODY>
20419 <H1>Collection Edit Help -- Server Field</H1>
20421 This collection's &quot;Server:&quot; definition indicates the
20422 hostname of the server providing access to the folders in this
20423 collection.
20424 The syntax of this server name is the same as for other server names used
20425 in remote folder names in
20426 Alpine and is described
20427 <A HREF="h_folder_server_syntax">here</A>.
20430 &lt;End of help on this topic&gt;
20431 </BODY>
20432 </HTML>
20433 ======= h_composer_cntxt_path =======
20434 <HTML>
20435 <HEAD>
20436 <TITLE>Collection Path: Explained</TITLE>
20437 </HEAD>
20438 <BODY>
20439 <H1>Collection Edit Help -- Path Field</H1>
20441 The collection's &quot;Path:&quot; definition indicates the location
20442 of the folders in this collection.  If the path or any of its components
20443 do not exist, Alpine will prompt you for their creation when exiting the
20444 Add/Change screen.
20446 <P> 
20447 By default the path is interpreted as defining a section of your personal
20448 folder area.  This area and how you specify it are defined by the
20449 server, if one is specified in the collection, or, typically, the home
20450 directory if no server is defined.
20453 To define a collection outside the default &quot;area&quot;, prefix
20454 the path with the &quot;namespace&quot; to use when interpreting the
20455 given path.  If a namespace is specified, the Path begins with the
20456 sharp, &quot;#&quot;, character followed by the name of the namespace
20457 and then the namespace's path-element-delimiter.  Aside from the
20458 path's format, namespaces can also imply access rights, content
20459 policy, audience, location, and, occasionally, access methods.
20462 Each server exports its own set (possibly of size one) of 
20463 namespaces.  Hence, it's likely communication with your server's
20464 administrator will be required for specific configurations.  Some of
20465 the more common namespaces, however, include:
20467 <DL>
20468 <DT>#news.</DT>
20469 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20470 names are hierarchically defined with each level delimited by a period.
20471 </DD>
20472 <DT>#public/</DT>
20473 <DD>This specifies a folder area that the server may export to the general
20474 public.
20475 </DD>
20476 <DT>#shared/</DT>
20477 <DD>This specifies a folder area that the folder may export to groups
20478 of users.
20479 </DD>
20480 <DT>#ftp/</DT>
20481 <DD>This specifies a folder area that is the same as that it may have 
20482 exported via the &quot;File Transfer Protocol&quot;.
20483 </DD>
20484 <DT>#mh/</DT>
20485 <DD>This specifies the personal folder area associated with folders
20486 and directories that were created using the MH message handling system.
20487 </DD>
20488 </DL>
20491 In addition, the server may support access to other user's folders,
20492 provided you have suitable permissions.  Common methods use a prefix
20493 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20494 indicate the root of the other user's folder area.
20497 No, nothing's simple.
20500 &lt;End of help on this topic&gt;
20501 </BODY>
20502 </HTML>
20503 ======= h_composer_cntxt_view =======
20504 <HTML>
20505 <HEAD>
20506 <TITLE>Collection View: Explained</TITLE>
20507 </HEAD>
20508 <BODY>
20509 <H1>Collection Edit Help -- View Field</H1>
20511 The collection's &quot;View:&quot; definition provides a way to limit
20512 the displayed list of folders within a collection.  By default, only
20513 folders that contain the specified characters anywhere in their name
20514 are shown in the collection's folder list.
20517 Additionally, you can use a wildcard character to better control
20518 the list of folders selected for display.  The wildcard specifier is
20519 the star, &quot;*&quot;, character.
20522 So, for example, to define a collection of all folders ending with
20523 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20524 quote characters!).  Or, similarly, to define a collection of folders
20525 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20526 specify a view of &quot;a*z&quot;.
20529 &lt;End of help on this topic&gt;
20530 </BODY>
20531 </HTML>
20532 ======= h_composer_abook_add_server =======
20533 <HTML>
20534 <HEAD>
20535 <TITLE>Addressbook Server Name Field Explained</TITLE>
20536 </HEAD>
20537 <BODY>
20538 This field should be left blank if the address book is stored in a regular
20539 file on this system.  If it is a remote address book stored on an IMAP
20540 server then this is the name of that IMAP server.
20542 Look <A HREF="h_edit_nav_cmds">here</A>
20543 to see the available Editing and Navigation commands.
20545 &lt;End of help on this topic&gt;
20546 </BODY>
20547 </HTML>
20548 ======= h_composer_abook_add_folder =======
20549 <HTML>
20550 <HEAD>
20551 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20552 </HEAD>
20553 <BODY>
20554 For a remote address book (one for which the Server Name is filled in)
20555 this is the name of a folder on the remote server. The address book data
20556 will be stored in this folder. This folder should be used only for
20557 storing this single address book, not for other address books or for
20558 other messages.
20560 For a local address book (one for which the Server Name is not filled in)
20561 this is the name of a file in which the address book will be stored.
20562 The file is in the same directory as the Alpine configuration file if the
20563 configuration file is local.
20564 If the configuration file is remote, then this will be in the home directory
20565 for Unix Alpine and in the directory specified by the
20566 &quot;-aux local_directory&quot; command line argument.
20568 Look <A HREF="h_edit_nav_cmds">here</A>
20569 to see the available Editing and Navigation commands.
20571 &lt;End of help on this topic&gt;
20572 </BODY>
20573 </HTML>
20574 ======= h_composer_abook_add_nick =======
20575 <HTML>
20576 <HEAD>
20577 <TITLE>Addressbook NickName Field Explained</TITLE>
20578 </HEAD>
20579 <BODY>
20580 This is just an optional nickname for this address book. If present, it
20581 is used in some of the displays and error messages in the address book
20582 maintenance screens. It is for your convenience only and serves no
20583 other purpose.
20585 Look <A HREF="h_edit_nav_cmds">here</A>
20586 to see the available Editing and Navigation commands.
20588 &lt;End of help on this topic&gt;
20589 </BODY>
20590 </HTML>
20591 ======= h_composer_qserv_cn =======
20592 <HTML>
20593 <HEAD>
20594 <TITLE>Directory Query Form Explained</TITLE>
20595 </HEAD>
20596 <BODY>
20598 Fill in as many of these fields as you wish to narrow down your
20599 search. All the fields you fill in must match in order for an entry
20600 to be returned. You may use the wildcard character &quot;*&quot; in
20601 any of the fields, it matches any zero or more characters at that
20602 point in the string. There are no implicit wildcards, so the match is
20603 exact unless you include wildcards.
20606 Note that if an attribute isn't present at all, then the match will fail.
20607 For example, if a server doesn't support the Locality attribute, then no
20608 matter what you put in the Locality field (other than leaving it empty)
20609 the search will fail.
20612 This field, the Common Name field, is typically a person's full name.
20615 <H1>EDITING and NAVIGATION COMMANDS</H1>
20616 <!--chtml if pinemode="function_key"-->
20617 <PRE>
20618 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20619 ^B (Left Arrow)    Back character       | ^D       Delete current character
20620 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20621 ^P (Up Arrow)      Previous line        |
20622 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20623 ^A                 Beginning of line    |            delete current line
20624 ^E                 End of line          | F10      Undelete line(s)
20625 F7                 Previous page        |
20626 F8                 Next page            |-------------------------------------
20627 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20628 ----------------------------------------|
20629 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20630 F2   Cancel      |   F1    Get help     |
20631 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20632 </PRE>
20633 <!--chtml else-->
20634 <PRE>
20635 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20636 ^B (Left Arrow)    Back character       | ^D       Delete current character
20637 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20638 ^P (Up Arrow)      Previous line        |
20639 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20640 ^A                 Beginning of line    |            delete current line
20641 ^E                 End of line          | ^U       Undelete line(s)
20642 ^Y                 Previous page        |
20643 ^V                 Next page            |-------------------------------------
20644 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20645 ----------------------------------------|
20646 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20647 ^C   Cancel      |   ^G    Get help     |
20648 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20649 </PRE>
20650 <!--chtml endif-->
20651 <P><UL>
20652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20653 </UL><P>
20654 &lt;End of help on this topic&gt;
20655 </BODY>
20656 </HTML>
20657 ======= h_composer_qserv_sn =======
20659 The Surname is usually the family name of a person.
20661 <End of help on this topic>
20662 ======= h_composer_qserv_gn =======
20664 This is the part of a person's name that isn't the surname or initials.
20666 <End of help on this topic>
20667 ======= h_composer_qserv_mail =======
20669 This is the email address of a person.
20671 <End of help on this topic>
20672 ======= h_composer_qserv_org =======
20674 This is the organization a person belongs to.
20676 <End of help on this topic>
20677 ======= h_composer_qserv_unit =======
20679 This is the organizational unit a person belongs to.
20681 <End of help on this topic>
20682 ======= h_composer_qserv_country =======
20684 This is the country a person belongs to.
20686 <End of help on this topic>
20687 ======= h_composer_qserv_state =======
20689 This is the state a person belongs to.
20691 <End of help on this topic>
20692 ======= h_composer_qserv_locality =======
20694 This is the locality a person belongs to.
20696 <End of help on this topic>
20697 ======= h_composer_qserv_custom =======
20699 This one is for advanced users only! If you put something in this field,
20700 then the rest of the fields are ignored.
20702 This field may be set to the string representation of an LDAP search
20703 filter (see RFC1960). Here are some examples:
20705 To search for an entry with a surname equal to "clinton" you could set
20706 the custom filter to:
20708      (sn=clinton)
20709     
20710 This is equivalent to putting "clinton" in the SurName field.
20711 To search for an entry that has a surname that begins with "clint" and
20712 has a givenname equal to "william" you could use:
20714      (&(sn=clint*)(givenname=william))
20715     
20716 This is equivalent to setting the SurName field to "clint*" and the
20717 GivenName field to "william".
20718 To search for an entry where either the common name OR the email address
20719 contains "abcde" you could use:
20721      (|(cn=*abcde*)(mail=*abcde*))
20723 That isn't equivalent to anything you can do by setting the other fields
20724 because of the OR.
20726 <End of help on this topic>
20727 ======= h_composer_qserv_qq =======
20729 This one is a little different from the rest of the categories.  It causes
20730 a search to be formed from the configured search filter that you filled
20731 in when you added the directory server to your configuration. It can also
20732 be combined with the other fields if you'd like.
20734 <End of help on this topic>
20735 ======= h_address_format =======
20736 <HTML>
20737 <HEAD>
20738 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20739 </HEAD>
20740 <BODY>
20741 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20743 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20744 and then a domain, with no spaces.  
20745 For example, jsmith@art.example.com might be the email address
20746 of a person  
20747 with the username &quot;jsmith&quot; who has an account in the domain
20748 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20749 right of the &quot;@&quot; sign can vary - a shorter example would be 
20750 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20751 organization's domain is specified after the &quot;@&quot; sign); a longer 
20752 example would be 
20753  jsingh@shakti.edutech.example.com
20754 (here, the name of the host &quot;shakti&quot; in the domain 
20755 edutech.example.com is also specified).  
20756 <P>  
20757 If you do not know the exact email address of someone you want to write 
20758 to, ask them what it is using other means of communication than email; or 
20759 use the tools for 
20760 finding people's addresses that are available on the Internet.
20762 If you are sending to someone on the same system as you are, you can leave
20763 the &quot;@&quot; sign and all the information to its right off of the 
20764 address, and Alpine will fill it in automatically, 
20765 unless the feature 
20766 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20769 When an email address you send a message to is not reachable -- either because 
20770 it is simply an incorrect address, or because email can temporarily not be 
20771 delivered to it due to a technical problem on the way to or at the recipient's 
20772 end -- you will almost always get an error notification email message back.
20774 If you encounter problems with, or have questions about, email delivery or
20775 email address syntax, contact your local network computing consultants.
20776 <P><UL>
20777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20778 </UL>
20780 &lt;End of help on this topic&gt;
20781 </BODY>
20782 </HTML>
20783 ======= h_flag_user_flag =======
20784 <HTML>
20785 <HEAD>
20786 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20787 </HEAD>
20788 <BODY>
20789 <H1>STATUS FLAG: User Defined Keyword</h1>
20791 This is a keyword that is defined for this folder.
20792 It was most likely defined by the owner of the folder.
20793 Alpine will not set or clear this flag on its own.
20795 <P><UL>
20796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20797 </UL><P>
20798 &lt;End of help on this topic&gt;
20799 </BODY>
20800 </HTML>
20801 ======= h_flag_important =======
20802 <html>
20803 <title>STATUS FLAG: Important</title>
20804 <body>
20805 <h1>STATUS FLAG: Important</h1>
20808 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20809 MESSAGE&nbsp;INDEX
20810 screen, can only be set by the user, and is intended to be used in
20811 whatever fashion makes sense to you.  You are the only one that can set or
20812 clear it. 
20815 &lt;End of help on this topic&gt;
20816 </BODY>
20817 </HTML>
20818 ======= h_flag_new =======
20819 <html>
20820 <title>STATUS FLAG: New</title>
20821 <body>
20822 <h1>STATUS FLAG: New</h1>
20825 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20826 MESSAGE&nbsp;INDEX screen,
20827 is automatically set when messages are delivered to your Inbox (or other
20828 folder specified outside of Alpine).  Likewise, it is cleared automatically
20829 the first time you read the message it is associated with.
20832 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20833 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20834 you'd like to be reminded of it next time you read mail.  This can be done
20835 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20839 &lt;End of help on this topic&gt;
20840 </BODY>
20841 </HTML>
20842 ======= h_flag_answered =======
20843 <html>
20844 <title>STATUS FLAG: Answered</title>
20845 <body>
20846 <h1>STATUS FLAG: Answered</h1>
20848 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20849 MESSAGE&nbsp;INDEX
20850 screen, is automatically set when you reply to a message.  This flag is not
20851 automatically cleared.
20854 &lt;End of help on this topic&gt;
20855 </BODY>
20856 </HTML>
20857 ======= h_flag_forwarded =======
20858 <html>
20859 <title>STATUS FLAG: Forwarded</title>
20860 <body>
20861 <h1>STATUS FLAG: Forwarded</h1>
20863 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20864 MESSAGE&nbsp;INDEX
20865 screen, is automatically set when you forward a message.  This flag is not
20866 automatically cleared.
20869 &lt;End of help on this topic&gt;
20870 </BODY>
20871 </HTML>
20872 ======= h_flag_deleted =======
20873 <html>
20874 <title>STATUS FLAG: Deleted</title>
20875 <body>
20876 <h1>STATUS FLAG: Deleted</h1>
20878 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20879 MESSAGE&nbsp;INDEX
20880 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20881 It is cleared
20882 when you use the &quot;U&nbsp;Undelete&quot; command.
20885 Messages marked with this flag will be permanently removed from
20886 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20887 command, or
20888 when you indicate acceptance of their removal upon leaving the folder.
20891 Note, there can be other actions implicit in the
20892 &quot;D&nbsp;Delete&quot; command,
20893 such as advancing to the next message, that may be momentarily undesirable.
20894 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20895 flag <A HREF="h_common_flag">explicitly</A>.
20898 &lt;End of help on this topic&gt;
20899 </BODY>
20900 </HTML>
20901 ====== h_config_incoming_timeo ======
20902 <HTML>
20903 <HEAD>
20904 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20905 </HEAD>
20906 <BODY>
20907 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20909 This option has no effect unless the feature
20910 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20911 is set, which in turn has no effect unless
20912 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20913 is set.
20915 Sets the time in seconds that Alpine will
20916 attempt to open a network connection used for monitoring for Unseen
20917 messages in Incoming Folders. The default is 5.
20918 If a connection has not completed within this many seconds Alpine will
20919 give up and consider it a failed connection.
20921 <UL>   
20922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20923 </UL><P>
20924 &lt;End of help on this topic&gt;
20925 </BODY>
20926 </HTML>
20927 ====== h_config_psleep ======
20928 <HTML>
20929 <HEAD>
20930 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20931 </HEAD>
20932 <BODY>
20933 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20936 In the good old days a mailcap viewer was used to examine an 
20937 attachment before saving it, and after viewing the attachment control 
20938 would return to the operating system when the viewer was closed. Therefore, 
20939 when the mailcap viewer returned control to the operating system, it 
20940 could be assumed that the user who opened the attachment was done
20941 examining it, and the copy of the attachment that was used, could be removed.
20944 However, today this assumption is not longer valid. Some viewers return 
20945 control to the operating system before they actually read the attachment
20946 to be examined. This causes Alpine to delete the attachment before it 
20947 is read by the viewer, causing the viewer to fail opening the attachment.
20950 In order to work around this problem, Alpine checks, after the viewer has 
20951 returned control to the operating system, if there is any process that is 
20952 using the attachment. This variable controls the number of seconds that 
20953 must elapse between checks. Once it is found that no process is using the 
20954 attachment, this is removed.
20957 The minimum value for this variable is 60 (checks will be made once per 
20958 minute), and the maximum value is 600 (checks will be made once every 10 
20959 minutes). The default value is 60.
20962 <UL>   
20963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20964 </UL><P>
20965 &lt;End of help on this topic&gt;
20966 </BODY>
20967 </HTML>
20968 ====== h_config_incoming_interv ======
20969 <HTML>
20970 <HEAD>
20971 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20972 </HEAD>
20973 <BODY>
20974 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20976 This option has no effect unless the feature
20977 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20978 is set, which in turn has no effect unless
20979 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20980 is set.
20982 This option specifies, in seconds, how often Alpine will check
20983 for new mail and state changes in Incoming Folders when Incoming Folders
20984 Checking is turned on.
20985 The default is 3 minutes (180).
20986 This value applies only to folders that are local to the system that
20987 Alpine is running on or that are accessed using the IMAP protocol.
20988 The similar option
20989 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20990 applies to all other monitored folders.
20992 <UL>   
20993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20994 </UL><P>
20995 &lt;End of help on this topic&gt;
20996 </BODY>
20997 </HTML>
20998 ====== h_config_incoming_second_interv ======
20999 <HTML>
21000 <HEAD>
21001 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21002 </HEAD>
21003 <BODY>
21004 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21006 This option has no effect unless the feature
21007 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21008 is set, which in turn has no effect unless
21009 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21010 is set.
21012 This option together with the option
21013 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21014 specifies, in seconds, how often Alpine will check
21015 for new mail and state changes in Incoming Folders when Incoming Folders
21016 Checking is turned on.
21017 The default for this option is 3 minutes (180).
21018 For folders that are local to this system or
21019 that are accessed using the IMAP protocol
21020 the value of the option
21021 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21022 is used.
21023 For all other monitored folders, the value of this option is used.
21025 The reason there are two separate options is because it is usually
21026 less expensive to check local and IMAP folders than it is to check
21027 other types, like POP or NNTP folders.
21028 You may want to set this secondary value to a higher number than
21029 the primary check interval.
21031 <UL>   
21032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21033 </UL><P>
21034 &lt;End of help on this topic&gt;
21035 </BODY>
21036 </HTML>
21037 ====== h_config_incoming_list ======
21038 <HTML>
21039 <HEAD>
21040 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21041 </HEAD>
21042 <BODY>
21043 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21045 This option has no effect unless the feature
21046 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21047 is set, which in turn has no effect unless
21048 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21049 is set.
21051 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21052 normally monitor all Incoming Folders.
21053 You may use this option to restrict the list of monitored folders to a
21054 subset of all Incoming Folders.
21056 <UL>   
21057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21058 </UL><P>
21059 &lt;End of help on this topic&gt;
21060 </BODY>
21061 </HTML>
21062 ====== h_config_pers_name ======
21063 <HTML>
21064 <HEAD>
21065 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21066 </HEAD>
21067 <BODY>
21068 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21070 This value is used to determine the full name part of the "From" address
21071 on messages you send.
21072 <!--chtml if pinemode="os_windows"-->
21073  PC-Alpine requires that this be set in order to properly construct the "From" address.
21074 <!--chtml else-->
21075  If unset, Unix Alpine will obtain your full name from
21076  the system password file. PC-Alpine, on the other hand, requires that this be set.
21077 <!--chtml endif-->
21079 If you want to change the value of what gets included in the From header
21080 in messages you send (other than just the Personal Name)
21081 look <A HREF="h_config_change_your_from">here</A> for a description.
21082 <P><UL>
21083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21084 </UL><P>
21085 &lt;End of help on this topic&gt;
21086 </BODY>
21087 </HTML>
21088 ====== h_config_pruned_folders ======
21089 <html>
21090 <header>
21091 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21092 </header>
21093 <body>
21094 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21096 This variable allows you to define a list of one or more folders that
21097 Alpine will offer to prune for you in the same way it automatically offers
21098 to prune your "sent-mail" folder each month.
21099 Each folder in this list must be a folder in your default folder collection
21100 (the first folder collection if you have more than one), and it is just
21101 the relative name of the folder in the collection, not the fully-qualified name.
21102 It is similar to sent-mail.
21103 Instead of something like
21105 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21107 the correct value to use would be
21109 <CENTER><SAMP>folder</SAMP></CENTER>
21111 There is an assumption here that your first collection is the folders in
21113 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21116 Once a month, for each folder listed, Alpine will offer to move
21117 the contents of the folder to a new folder of the same name but with
21118 the previous month's date appended.  Alpine will then look for any such
21119 date-appended folder names created for a previous month, and offer each
21120 one it finds for deletion.
21123 If you decline the first offer, no mail is moved and no new folder is
21124 created.
21127 The new folders will be created
21128 in your default folder collection.
21131 <UL>   
21132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21133 </UL><P>
21134 &lt;End of help on this topic&gt;
21135 </body>
21136 </html>
21137 ====== h_config_upload_cmd ======
21138 <HTML>
21139 <HEAD>
21140 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21141 </HEAD>
21142 <BODY>
21143 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21145 This option affects the behavior of the Composer's &quot;Read File&quot; 
21146 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21147 commands.  It specifies
21148 a Unix program name, and any necessary command line arguments, that Alpine can
21149 use to transfer files from your personal computer into messages that you are
21150 composing.<P>
21152 <B>Note:</B> this facility is intended for use with serial line transfer 
21153 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21154 to work with TCP/IP file transfer programs such as ftp.<P>
21156 If a program is specified, the commands listed above are modified to offer a
21157 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21158 specified here must match the transfer program or protocol available on the
21159 personal computer.<P>
21161 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21162 the specified upload program finishes, Alpine expects the uploaded data to be
21163 contained in this file.<P>
21165 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21166 generates a
21167 temporary file name that it will pass to the specified Unix program.  Alpine
21168 will read the resulting uploaded text from this file and then delete it when
21169 the upload command is finished.<P>
21171 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21172 prompt
21173 you for the name of the file that is to contain the uploaded information that
21174 it is to attach.  Alpine will attach this file to the composition, but will
21175 <B>not</B> delete this file after the upload command is finished.<P>
21177 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21178 command
21179 line arguments.  Alpine will replace this symbol with the name of the file
21180 being used to exchange the uploaded information.  This token allows you to
21181 position the file name where it is required in the Unix program's command
21182 line arguments.<P>
21184 If the &quot;_FILE_&quot; token is not present in the specified command, the
21185 temporary file's name is automatically appended to the specified Unix
21186 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21187 <B>last</B> command line argument.
21188 <P><UL>
21189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21190 </UL><P>
21191 &lt;End of help on this topic&gt;
21192 </BODY>
21193 </HTML>
21194 ====== h_config_upload_prefix ======
21195 <HTML>
21196 <HEAD>
21197 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21198 </HEAD>
21199 <BODY>
21200 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21202 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21203 It defines text to be written to the terminal emulator (via standard output)
21204 immediately prior to starting upload command.  This is useful for
21205 integrated serial line file transfer agents that permit command passing
21206 (e.g., Kermit's APC method).<P>
21208 The special token &quot;_FILE_&quot; may be included in the string specification.
21209 That symbol will be replaced with the (Alpine-created) name of the temporary
21210 file in which Alpine will expect to find the uploaded file.
21211 <P><UL>
21212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21213 </UL><P>
21214 &lt;End of help on this topic&gt;
21215 </BODY>
21216 </HTML>
21217 ====== h_config_download_cmd ======
21218 <HTML>
21219 <HEAD>
21220 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21221 </HEAD>
21222 <BODY>
21223 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21225 This option affects the behavior of the Export command.  It specifies a Unix
21226 program name, and any necessary command line arguments, that Alpine can use to
21227 transfer the exported message to your personal computer's disk.<P>
21228 Note: this facility is intended for use with serial line transfer 
21229 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21230 to work with TCP/IP file transfer programs such as ftp.<P>
21231 If a program is specified, the Export command is modified to offer a
21232 subcommand (^V) to activate the transfer (in lieu of saving it to
21233  the machine where Alpine is running).  Obviously, the Unix program
21234 specified here must match the transfer program or protocol available on the
21235 personal computer.<P>
21237 When this subcommand is selected and before Alpine invokes the specified Unix
21238 program, Alpine will create a temporary file containing the text of the
21239 exported message.  Alpine uses this file to pass the exported message text to
21240 the specified Unix program.<P>
21242 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21243 line arguments.  Alpine will replace this symbol with the temporary file's name
21244 before executing the Unix program.  This token allows you to position the
21245 file name where it is required in the Unix program's command line arguments.
21247 If the &quot;_FILE_&quot; token is not present in the specified command, the
21248 temporary file's name is automatically appended to the specified Unix
21249 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21250 <B>last</B> command line argument.
21251 <P><UL>
21252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21253 </UL><P>
21254 &lt;End of help on this topic&gt;
21255 </BODY>
21256 </HTML>
21257 ====== h_config_download_prefix ======
21258 <HTML>
21259 <HEAD>
21260 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21261 </HEAD>
21262 <BODY>
21263 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21265 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21266 It defines text to be written to the terminal emulator (via standard output)
21267 immediately prior to starting the download command.  This is useful for
21268 integrated serial line file transfer agents that permit command passing
21269 (e.g., Kermit's APC method).
21271 The special token &quot;_FILE_&quot; may be included in the string 
21272 specification.
21273 That symbol will be replaced with the (Alpine-created) name of the temporary
21274 file into which Alpine will place the message to be downloaded.
21275 <P><UL>
21276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21277 </UL><P>
21278 &lt;End of help on this topic&gt;
21279 </BODY>
21280 </HTML>
21281 ====== h_config_mailcap_path ======
21282 <HTML>
21283 <HEAD>
21284 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21285 </HEAD>
21286 <BODY>
21287 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21288 This variable is used to replace Alpine's default mailcap file search path.
21289 It takes one or more file names (full paths must be specified) in which to
21290 look for mail capability data.  The default search path can be found in this
21291 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21292 If there is more than one file name listed, list members should be delimited
21293 by 
21294 <!--chtml if pinemode="os_windows"-->
21295 a semi-colon (;) under Windows; for example:<PRE>
21296         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21297 </PRE>
21298 <!--chtml else-->
21299 a colon (:) under UNIX; for example:<PRE>
21300         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21301 </PRE>
21302 <!--chtml endif-->
21303 <P><UL>
21304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21305 </UL>
21307 &lt;End of help on this topic&gt;
21308 </BODY>
21309 </HTML>
21310 ====== h_config_mimetype_path ======
21311 <HTML>
21312 <HEAD>
21313 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21314 </HEAD>
21315 <BODY>
21316 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21318 This variable is used to replace Alpine's default mime.types file search path.
21319 It takes one or more file names (full paths must be specified) in which to
21320 look for file-name-extension to MIME type mapping data.  The default search
21321 path can be found in this
21322 <A HREF="h_news_config">Alpine Configuration</A> help.
21326 If there is more than one file name listed, list members should be delimited
21327 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21329 &lt;End of help on this topic&gt;
21330 </BODY></HTML>
21331 ====== h_config_set_att_ansi ======
21332 <HTML><HEAD>
21333 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21334 </HEAD>
21335 <BODY>
21336 <H1>OPTION: Set printer to attached ansi printer</H1>
21338 Type "S" to set your printer to "attached-to-ansi".<BR>
21339 It is OK to include "attached-to-ansi" in your personal list below.
21341 &lt;End of help on this topic&gt;
21342 </BODY></HTML>
21343 ====== h_config_set_att_ansi2 ======
21344 <HTML><HEAD>
21345 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21346 </HEAD>
21347 <BODY>
21348 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21350 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21351 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21352 list below.
21356 This is the same as the "attached-to-ansi" option except that a
21357 formfeed character will not be appended to the end of the print job.
21358 If your printer already ejects the paper by itself at the end of the
21359 job, you may prefer the "no-formfeed" form of this printer so that you
21360 don't get an extra blank page between print jobs.
21363 &lt;End of help on this topic&gt;
21364 </BODY></HTML>
21365 ====== h_config_set_att_wyse ======
21366 <HTML><HEAD>
21367 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21368 </HEAD>
21369 <BODY>
21370 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21372 Type "S" to set your printer to "attached-to-wyse".<BR>
21373 It is OK to include "attached-to-wyse" in your personal list below.
21375 This is very similar to "attached-to-ansi".
21376 The only difference is in the control characters sent to turn the printer
21377 on and off.
21378 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21379 to turn on the printer and ESC LEFT_BRACKET 4 i
21380 to turn it off.
21381 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21382 &lt;End of help on this topic&gt;
21383 </BODY></HTML>
21384 ====== h_config_set_att_wyse2 ======
21385 <HTML><HEAD>
21386 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21387 </HEAD>
21388 <BODY>
21389 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21391 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21392 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21393 list below.
21397 This is the same as the "attached-to-wyse" option except that a
21398 formfeed character will not be appended to the end of the print job.
21399 If your printer already ejects the paper by itself at the end of the
21400 job, you may prefer the "no-formfeed" form of this printer so that you
21401 don't get an extra blank page between print jobs.
21404 &lt;End of help on this topic&gt;
21405 </BODY></HTML>
21406 ====== h_config_set_stand_print ======
21407 <HTML>
21408 <HEAD>
21409 <TITLE>OPTION: Set default printer</TITLE>
21410 </HEAD>
21411 <H1>OPTION: Set default printer</H1>
21412 <BODY>
21413 Move to the printer you want and type "S" to set it to be your
21414 default printer.  This list is not modifiable by you and has been
21415 set up by the system administrators.  If there is more than one printer
21416 listed in the Command List, you will be able to cycle through that
21417 whole list at the time you print, starting with your default.
21418 It is OK to include entries from this Standard list in your personal
21419 list below.
21421 &lt;End of help on this topic&gt;
21422 </BODY>
21423 </HTML>
21424 ====== h_config_set_custom_print ======
21425 <HTML>
21426 <HEAD>
21427 <TITLE>OPTION: Set default printer</TITLE>
21428 </HEAD>
21429 <H1>OPTION: Set default printer</H1>
21430 <BODY>
21431 You may add as many print commands as you want to your personal list.
21432 Specify one of them as your default printer by moving to the printer
21433 you want and typing "S".  If there is more than one printer listed
21434 in the Command List, you will be able to cycle through that list at
21435 the time you print, starting with your default.  It is OK to include
21436 entries from the Standard list above or to include the command
21437 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21438 "attached-to-wyse-no-formfeed" as one of the entries here.
21440 &lt;End of help on this topic&gt;
21441 </BODY>
21442 </HTML>
21443 ====== h_config_user_id =====
21444 <HTML>
21445 <HEAD>
21446 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21447 </HEAD>
21448 <BODY>
21449 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21451 This value is used as part of the "From" address on messages you send.
21452 It is also the default login name for remote IMAP server access.  Set this
21453 to the username part you want to appear on outgoing email.
21455 If you want to change the value of what gets included in the From header
21456 in messages you send (other than just the User ID)
21457 look <A HREF="h_config_change_your_from">here</A> for a description.
21459 <P><UL>   
21460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21461 </UL><P>
21462 &lt;End of help on this topic&gt;
21463 </BODY>
21464 </HTML>
21465 ====== h_config_user_dom =====
21466 <HTML>
21467 <HEAD>
21468 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21469 </HEAD>
21470 <BODY>
21471 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21473 This value specifies the domain part (right-hand side) of your return
21474 address on outgoing email and is also used as the default domain for email
21475 composed to a local user.
21476 <!--chtml if pinemode="os_windows"-->
21477  This value is required for PC-Alpine. If you are unsure as to what this should be,
21478  contact your local help desk, system administrator, or Internet Service Provider.
21479 <!--chtml else-->
21480  If unset, Unix Alpine will obtain the domain from
21481  the system.  Often this value will be set for your whole site by the
21482  system administrator.<P>
21483 <!--chtml endif-->
21484 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21485 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21487 If you want to change the value of what gets included in the From header
21488 in messages you send (other than just the User Domain)
21489 look <A HREF="h_config_change_your_from">here</A> for a description.
21490 <P><UL>
21491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21492 </UL><P>
21493 &lt;End of help on this topic&gt;
21494 </BODY>
21495 </HTML>
21496 ====== h_config_smtp_server =====
21497 <HTML>
21498 <HEAD>
21499 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21500 </HEAD>
21501 <BODY>
21502 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21503 This value specifies the name of one or more SMTP 
21504 (Simple Mail Transfer Protocol) servers for sending mail. 
21505 <!--chtml if pinemode="os_windows"-->
21506 You must have an SMTP server for use with PC-Alpine.
21507 SMTP servers are
21508 normally set up by a system administrator for use by all members of a given
21509 campus or department.
21510 Contact your local help desk to ask what SMTP
21511 servers you should use.  
21512 <!--chtml else-->
21513 Unix Alpine users may not need to set an SMTP server.
21514 Alpine will attempt to execute the program (usually sendmail) that is used
21515 to insert mail into the mail system.
21516 If this works for you, you may leave this option blank.
21517 If there is an SMTP server running on the Unix host you may be able to
21518 improve sending performance slightly by setting the SMTP server option
21519 to &quot;localhost&quot; or to the actual name of the Unix host.
21521 If the Unix host doesn't work the way Alpine was expecting you will need to
21522 set the value of this option.
21523 SMTP servers are
21524 normally set up by a system administrator for use by all members of a given
21525 campus or department.
21526 Contact your local help desk to ask what SMTP
21527 servers you should use.  
21528 <!--chtml endif-->
21530 Your SMTP server may offer SMTP AUTH authentication.
21531 It may even require it.
21532 If your SMTP server offers SMTP AUTH authentication you may specify a
21533 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21534 This parameter requires an associated value,
21535 the username identifier with which to establish the server
21536 connection.
21537 An example might be:
21540 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21543 If AUTH authentication is offered by the server, this will cause Alpine to
21544 attempt to use it.
21545 If AUTH authentication is not offered by the server, this will cause Alpine
21546 to fail sending with an error similar to:
21549 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21552 Another type of authentication that is used by some ISPs is called
21553 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21554 which means that you have to authenticate
21555 yourself to the POP or IMAP server by opening a mailbox before you
21556 can send mail.
21557 To do this, you usually only have to open your INBOX.
21560 You may tell Alpine to use the
21561 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21562 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21563 parameter
21564 in this option.
21565 At this time &quot;/submit&quot; is simply equivalent to specifying
21566 port 587, though it may imply more than that at some point in the future.
21567 Some ISPs are blocking port 25 in order to reduce the amount of spam
21568 being sent to their users.
21569 You may find that the submit option allows you to get around such a block.
21572 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21575 To specify any non-standard port number on the SMTP server you may follow
21576 the hostname with a colon followed by the portnumber.
21579 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21582 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21583 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21584 If that fails then a non-encrypted connection will be attempted instead.
21585 You may specify that a TLS connection is required if you wish.
21586 If you append &quot;/tls&quot; to the name then the connection will fail
21587 instead of falling back to a non-secure connection.
21590 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21594 For more details about server name possibilities see
21595 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21598 <UL>
21599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21600 </UL>
21602 &lt;End of help on this topic&gt;
21603 </BODY>
21604 </HTML>
21605 ====== h_config_nntp_server =====
21606 <HTML>
21607 <HEAD>
21608 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21609 <BODY>
21610 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21612 This value specifies the name of one or more NNTP
21613 (Network News Transfer Protocol)
21614 servers for reading and posting USENET news.
21615 NNTP servers are normally
21616 set up by a system administrator for use by all members of a given campus
21617 or department.
21618 Contact your local help desk to ask what NNTP servers you should use.  
21619 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21620 Often Unix Alpine users will find that this variable has been
21621 set for the whole system (and they don't have to worry about it).  
21622 <!--chtml endif-->
21623 When you define an NNTP server here, Alpine implicitly defines a news
21624 collection for you, assuming that server as the news server and assuming
21625 that you will use the NNTP protocol and a local newsrc configuration file
21626 for reading news.
21627 For more about reading news with Alpine, see
21628 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21630 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21631 or &quot;AUTHINFO USER&quot; authentication.
21632 It may even require it.
21633 If your NNTP server does offer such authentication you may specify a user name
21634 parameter to cause Alpine to attempt to authenticate.
21635 The same is true for the server name in a folder collection that uses NNTP.
21636 This parameter requires an associated value,
21637 the username identifier with which to establish the server connection.
21638 An example might be:
21641 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21644 If authentication is offered by the server, this will cause Alpine to
21645 attempt to use it.
21646 If authentication is not offered by the server, this will cause Alpine
21647 to fail with an error similar to:
21650 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21652 For more details about the server name possibilities see
21653 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21654 <P><UL>
21655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21656 </UL><P>
21657 &lt;End of help on this topic&gt;
21658 </BODY>
21659 </HTML>
21660 ====== h_config_inbox_path =====
21661 <HTML>
21662 <HEAD>
21663 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21664 </HEAD>
21665 <BODY>
21666 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21668 This value overrides the default value of your INBOX name/path/location.
21669 <!--chtml if pinemode="os_windows"-->
21670 PC-Alpine users must specify an inbox path and it must be a folder on an
21671 IMAP server.  
21672 <!--chtml else-->
21673 Unix and VMS Alpine users will often find that this variable
21674 has been pre-configured by your system administrator.  
21675 <!--chtml endif-->
21676 You may be able to specify an alternate INBOX that is either a local folder 
21677 or a folder on an IMAP server.
21679 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21680 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21681 mail server.
21683 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21684 details on the syntax of folder definitions.
21686 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21687 mail is disappearing.
21688 <P><UL>
21689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21690 </UL><P>
21691 &lt;End of help on this topic&gt;
21692 </BODY>
21693 </HTML>
21694 ====== h_config_change_your_from =====
21695 <HTML>
21696 <HEAD>
21697 <TITLE>How to Change your From Address</TITLE>
21698 </HEAD>
21699 <BODY>
21700 <H1>How to Change your From Address</H1>
21702 If the From address that Alpine includes in mail that you send is not correct,
21703 you may want to configure a different default value for the From address.
21704 You may follow these directions to change the default:
21707 <UL>
21708   <LI> Go to the Main Alpine Menu
21709   <LI> From there type the Setup Command
21710   <LI> From there type the Config Command
21711 </UL>
21714 You've probably already seen this SETUP CONFIGURATION screen.
21715 If not, there are many options you may want to set here.
21716 To set the value of the From header you may use the
21717 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21718 Find it by scrolling down a few pages or use the WhereIs command to
21719 search for &quot;customized&quot;.
21720 You may want to read the help text associated with the option.
21722 To add a custom From header, type the Add command and enter the
21723 full header line, including the leading &quot;From:&nbsp;&quot;.
21724 For example:
21726 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21728 Now exit the Setup command and try sending mail to yourself to see
21729 what the From line looks like.
21731 When you are in the composer you may edit the custom From line by typing
21732 Ctrl-R while your cursor is in the headers of the message and then moving
21733 to the From line and editing.
21734 If you want to leave the default value the same but add the possibility
21735 of being able to edit the header when you compose, add just the header
21736 name without a value.
21737 For example:
21739 <CENTER><SAMP>From:</SAMP></CENTER>
21741 If you change your From address you may also find it useful to add the
21742 changed From address to the
21743 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21744 configuration option.
21746 <UL>   
21747 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21748 </UL><P>
21749 &lt;End of help on this topic&gt;
21750 </BODY>
21751 </HTML>
21752 ====== h_config_default_fcc =====
21753 <HTML>
21754 <HEAD>
21755 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21756 </HEAD>
21757 <BODY>
21758 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21760 This value specifies where a copy of outgoing mail should be saved.  If
21761 this is not a path name, it will be in the default collection for saves.
21762 Any valid folder specification, local or IMAP, is allowed.  This default
21763 folder carbon copy only applies when the 
21764 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21765 is set to use the default folder.  
21766 <!--chtml if pinemode="os_windows"-->
21767 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21768 <!--chtml else-->
21769 Unix Alpine default
21770 is normally &quot;sent-mail&quot; in the default folder collection. 
21771 <!--chtml endif-->
21773 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21774 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21775 IMAP server (remember that in order to later access this remote folder through Alpine, it
21776 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21777 for more information). An example:<p>
21778 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21780 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21782 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21783 details on the syntax of folder definitions.
21785 <UL>   
21786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21787 </UL><P>
21788 &lt;End of help on this topic&gt;
21789 </BODY>
21790 </HTML>
21791 ====== h_config_def_save_folder =====
21792 <HTML>
21793 <HEAD>
21794 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21795 </HEAD>
21796 <BODY>
21797 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21799 This option determines the default folder name for save-message operations 
21800 (&quot;saves&quot;).
21802 If this is not a path name, it will be in the default collection for saves.
21803 Any valid folder specification, local or IMAP, is allowed.  This default
21804 folder only applies when the
21805 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21806 doesn't override it.  
21807 <!--chtml if pinemode="os_windows"-->
21808 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21809 <!--chtml else-->
21810 Unix Alpine default
21811 is normally &quot;saved-messages&quot; in the default folder collection.
21812 <!--chtml endif-->
21813 If you access your email through an IMAP server, especially if you often switch between Unix
21814 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21815 IMAP server (remember that in order to later access this remote folder through Alpine, it
21816 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21817 for more information). An example:<p>
21818 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21820 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21821 details on the syntax of folder definitions.
21823 <UL>   
21824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21825 </UL><P>
21826 &lt;End of help on this topic&gt;
21827 </BODY>
21828 </HTML>
21829 ====== h_config_postponed_folder =====
21830 <HTML>
21831 <HEAD>
21832 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21833 </HEAD>
21834 <BODY>
21835 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21837 This value overrides the default name for the folder where postponed
21838 messages are saved.  If this is not a path name, it will be in the default
21839 collection for message Saves.  Any valid folder specification, local or
21840 remote, is allowed. 
21841 PC-Alpine default
21842 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21843 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21844 in the default collection. 
21846 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21847 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21848 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21849 in all Alpine copies you use. 
21850 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21851 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21852 for more information). An
21853 example:<p> 
21854 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21856 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21857 details on the syntax of folder definitions.
21859 <UL>   
21860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21861 </UL><P>
21862 &lt;End of help on this topic&gt;
21863 </BODY>
21864 </HTML>
21865 ====== h_config_read_message_folder =====
21866 <HTML>
21867 <HEAD>
21868 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21869 </HEAD>
21870 <BODY>
21871 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21873 By virtue of specifying a folder name here, Alpine will be configured to
21874 save all messages that you have read during a session into the designated
21875 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21876 between your really new email (in your INBOX) and those that you have
21877 already read.  Depending on how you define the 
21878 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21879 setting, you may or may not be asked when you quit
21880 Alpine if you want read messages to be moved to this folder.  In either
21881 case, moving the messages means they will be deleted from your INBOX.
21883 If this is not a path name, it will be in the default collection for
21884 saves.  Any valid folder specification, local or remote (via IMAP), is
21885 allowed.  There is no default for the name of the read message folder.
21887 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21888 details on the syntax of folder definitions.
21890 <UL>   
21891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21892 </UL><P>
21893 &lt;End of help on this topic&gt;
21894 </BODY>
21895 </HTML>
21896 ====== h_config_form_folder =====
21897 <HTML>
21898 <HEAD>
21899 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21900 </HEAD>
21901 <BODY>
21902 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21904 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21905 contain messages that you have composed and that are intended to be
21906 sent in their original form repeatedly.
21909 Setting this variable will alter Alpine's usual behavior when you
21910 execute the Compose command.  Normally, Alpine offers a chance to
21911 continue a postponed or interrupted message should one or the other
21912 exist.  When this variable is set to a folder name that exists, Alpine
21913 will also offer the chance to select a message from the folder to
21914 insert into the composer (much like when continuing a postponed message).
21915 The difference, however, is that Alpine will not automatically delete
21916 the selected message from the Form Letter Folder.
21918 Setting this variable will also affect Alpine's behavior when you
21919 Postpone a message from the composer.  Normally, Alpine simply stashes
21920 the message away in your
21921 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21922 Regardless of the specified folder's existence, Alpine will ask which
21923 folder you intend the message to be stored in.  Choose the
21924 &quot;F&quot; option to store the message in your Form Letter Folder.
21925 This is the most common way to add a message to the folder.
21928 Another method of adding messages to the folder is via the Alpine
21929 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21930 you expect to send in the same form again, you can enter the Form
21931 Letter Folder's name in this field.  Alpine, as usual, will copy the
21932 message as it's sent.  Note, when you later select this message from 
21933 your Form Letter Folder, it will have the same recipients as the original
21934 message.
21937 To delete a message from the Form Letter Folder, you can either select
21938 the folder from a suitable FOLDER LIST screen, or use the Delete
21939 command in the MESSAGE INDEX offered when selecting from the folder as
21940 part of the Compose command.  You can delete a Form Letter Folder just
21941 as any other folder from a suitable FOLDER LIST screen.
21944 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21945 facility can be used
21946 to replace the Form Letter Folder.
21949 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21950 details on the syntax of folder definitions.
21953 <UL>   
21954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21955 </UL><P>
21956 &lt;End of help on this topic&gt;
21957 </BODY>
21958 </HTML>
21959 ====== h_config_archived_folders =====
21960 <HTML>
21961 <HEAD>
21962 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21963 </HEAD>
21964 <BODY>
21965 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21967 This is like
21968 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21969 only more general.  You may archive
21970 any of the folders in your incoming collection.  This is a list of folder
21971 pairs, with the first separated from the second in the pair by a space.
21972 The first folder in a pair is the folder you want to archive, and the
21973 second folder is the folder that read messages from the first should be
21974 moved to.  Depending on how you define the
21975 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21976 setting, you may or may not be asked when you
21977 leave the first folder if you want read messages to be moved to the
21978 second folder.  In either case, moving the messages means they will be
21979 deleted from the first folder.
21981 The name of the first folder in each pair can be either the technical
21982 specification of the folder (like what appears in your configuration file)
21983 or (much easier) the nickname that you gave the folder when you made it
21984 an incoming folder.
21986 For example:<p>
21987 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21988 <p>or, using nicknames:<p>
21989 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21991 If these are not path names, they will be in the default collection for
21992 saves. Any valid folder specification, local or remote (via IMAP), is
21993 allowed. There is no default.
21995 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21996 details on the syntax of folder definitions.
21998 <UL>   
21999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22000 </UL><P>
22001 &lt;End of help on this topic&gt;
22002 </BODY>
22003 </HTML>
22004 ====== h_config_newsrc_path ======
22005 <HTML>
22006 <HEAD>
22007 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22008 </HEAD>
22009 <BODY>
22010 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22012 This option overrides the default name Alpine uses for your "newsrc" news
22013 status and subscription file.  If set, Alpine will take this value as the
22014 full pathname for the desired newsrc file.<P>
22016 If this option is <B>not</B> set, 
22017 <!--chtml if pinemode="os_windows"-->
22018 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22019 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22020 directory as your pinerc file for NEWSRC.
22021 <!--chtml else-->
22022 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22023 your account's home directory).
22024 <!--chtml endif-->
22025 <P><UL>
22026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22027 </UL>
22029 &lt;End of help on this topic&gt;
22030 </BODY>
22031 </HTML>
22032 ====== h_config_literal_sig =====
22033 <HTML>
22034 <HEAD>
22035 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22036 </HEAD>
22037 <BODY>
22038 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22040 With this option your actual signature, as opposed to
22041 the name of a file containing your signature,
22042 is stored in the Alpine configuration file.
22043 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22046 This is simply a different way to store the signature.
22047 The signature is stored inside your Alpine configuration file instead of in
22048 a separate file.
22049 Tokens work the same way they do with the
22050 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22051 help.
22054 The Setup/Signature command on Alpine's MAIN MENU will edit
22055 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22056 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22057 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22058 instead.
22061 The two character sequence &#92;n (backslash followed by
22062 the character n) will be used to signify a line-break in your signature.
22063 You don't have to enter the &#92;n, but it will be visible in the
22064 SETUP CONFIGURATION window after you are done editing the signature.
22067 <UL>   
22068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22069 </UL><P>
22070 &lt;End of help on this topic&gt;
22071 </BODY>
22072 </HTML>
22073 ====== h_config_signature_file =====
22074 <HTML>
22075 <HEAD>
22076 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22077 </HEAD>
22078 <BODY>
22079 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22081 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22082 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22083 You can tell that that is the case because the value of the
22084 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22086 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22088 You may either use all Literal Signatures (signatures stored in your
22089 configuration file) throughout Alpine, or all signature files.
22090 You can't mix the two.
22092 This is the name of a file that will be automatically inserted into
22093 outgoing messages.
22094 It typically contains information such as your
22095 name, email address and organizational affiliation.
22096 Alpine adds the
22097 signature into the message as soon as you enter the composer so you
22098 can choose to remove it or edit it on a message by message basis.
22099 Signature file placement in message replies is controlled by the
22100 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22101 setting in the feature list.
22104 The default file name is
22105 <!--chtml if pinemode="os_windows"-->
22106 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22107 PINERC file is a local file.
22108 If your PINERC file is remote, then it will be in the directory specified
22109 by the &quot;-aux local_directory&quot; command line option.
22110 <!--chtml else-->
22111 &quot;.signature&quot;.
22112 <!--chtml endif-->
22115 To create or edit your signature file choose Setup from the MAIN MENU
22116 and then select S for Signature (Main/Setup/Signature).  This puts you
22117 into the Signature Editor where you can enter a <EM>few</EM> lines of
22118 text containing your identity and affiliation.
22121 If the filename is followed by a vertical bar (|) then instead
22122 of reading the contents of the file the file is assumed to be a
22123 program that will produce the text to be used on its standard output.
22124 The program can't have any arguments and doesn't receive any input from Alpine,
22125 but the rest of the processing works as if the contents came from a file.
22128 Instead of storing the data in a local file, the
22129 signature data may be stored remotely in an IMAP folder.
22130 In order to do this, 
22131 you must use a remote name for the file.
22132 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22134 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22137 The syntax used here is the same as the syntax used for remote configuration
22138 files from the command line.
22139 Note that you may not access an existing signature file remotely,
22140 you have to create a new <EM>folder</EM> that contains the signature data.
22141 If the name you use here for the signature file is a remote name, then when
22142 you edit the file from the Setup/Signature command the data will be stored
22143 remotely in the folder.
22144 You aren't required to do anything special to create the folder, it
22145 gets created automatically if you use a remote name.
22148 Besides regular text, the signature file may also contain
22149 (or a signature program may produce) tokens that
22150 are replaced with text that usually depends on the message you are replying
22151 to or forwarding.
22152 For example, if the signature file contains the token
22154 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22156 anywhere in the text, then that token is replaced by the date
22157 the message you are replying to or forwarding was sent.
22158 If it contains
22160 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22162 that is replaced with the current date.
22163 The first is an example of a token that depends on the message you
22164 are replying to (or forwarding) and the second is an example which
22165 doesn't depend on anything other than the current date.
22166 You have to be a little careful with this facility since tokens that
22167 depend on the message you are replying to or forwarding will be replaced
22168 by nothing in the case where you are composing a new message from scratch.
22169 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22170 in this respect.
22171 It allows you to use different signature files in different cases.
22174 The list of tokens available for use in the signature file is
22175 <A HREF="h_index_tokens">here</A>.
22178 Instead of, or along with the use of &quot;roles&quot; to give you
22179 different signature files in different situations, there is also
22180 a way to conditionally include text based
22181 on whether or not a token would result in specific replacement text.
22182 For example, you could include some text based on whether or not
22183 the _NEWS_ token would result in any newsgroups if it was used.
22184 This is explained in detail
22185 <A HREF="h_reply_token_conditionals">here</A>.
22186 This isn't for the faint of heart.
22188 In the very unlikely event that you want to include a literal token
22189 in the signature you must precede it with a backslash character.
22190 For example,
22192 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22194 would produce something like
22196 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22198 It is not possible to have a literal backslash followed by an expanded token.
22200 An alternate method for storing the signature data is available by using the
22201 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22202 This variable will be used by default.
22204 <UL>   
22205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22206 </UL><P>
22207 &lt;End of help on this topic&gt;
22208 </BODY>
22209 </HTML>
22210 ====== h_config_init_cmd_list =====
22211 <HTML>
22212 <HEAD>
22213 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22214 </HEAD>
22215 <BODY>
22216 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22218 The initial keystroke--or command--list option lets you start Alpine at
22219 any place you like.
22220 Whatever keystrokes you specify here will be executed
22221 by Alpine upon startup as a macro.
22222 The words SPACE, TAB, DOWN, UP, LEFT, and
22223 RIGHT indicate the pressing of those keys.
22224 CR indicates the pressing of the RETURN key.
22225 F1 through F12 represent the function keys, and ^ followed
22226 by a character indicates that key pressed along with the control key (in
22227 other words, ^P means Ctrl-P).
22228 As a shortcut notation, an element of the list may be several characters
22229 surrounded by double-quotes (").
22230 That will be expanded into the individual keystrokes
22231 (excluding the double-quote characters).
22232 For example, the quoted-string
22234 <P><CENTER>"ABC"</CENTER>
22237 is interpreted the same as the three separate list members
22239 <P><CENTER>A and B and C</CENTER>
22242 which is also the same as
22244 <P><CENTER>A,B,C</CENTER>
22247 An example: To view message 1 on startup,
22248 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22250 <P><CENTER>I,J,1,CR,V</CENTER>
22253 An equivalent version of this is
22255 <P><CENTER>"IJ1",CR,V</CENTER>
22258 Restrictions: You cannot pre-type into the composer with the initial
22259 keystroke list, and you cannot mix function key commands with letter
22260 commands.
22262 <P><UL>   
22263 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22264 </UL>
22266 &lt;End of help on this topic&gt;
22267 </BODY>
22268 </HTML>
22269 ====== h_config_comp_hdrs =====
22270 <html>
22271 <header>
22272 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22273 </header>
22274 <body>
22275 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22277 You can control which headers you want visible when composing outgoing
22278 email using this option.
22279 You can specify any of the regular set, any
22280 <A HREF="h_compose_richhdr">Rich Header</A>,
22281 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22282 that you have already defined.
22283 If you use this setting at all, you must specify all the
22284 headers you want to see, you can't just add to the regular header set.
22285 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22287 Note that the "Newsgroups:" header will be abbreviated in the Composer
22288 display, but should be spelled out in full here.<p>
22289 <UL>   
22290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22291 </UL><P>
22292 &lt;End of help on this topic&gt;
22293 </body>
22294 </html>
22295 ====== h_config_custom_hdrs =====
22296 <HTML>
22297 <HEAD>
22298 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22299 </HEAD>
22300 <BODY>
22301 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22303 You may add your own custom headers to outgoing messages.
22304 Each header you specify here must include the header tag 
22305 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22306 and may optionally include a value for that header.
22307 If you want to see these custom headers each time you compose a message,
22308 you must add them to your
22309 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22310 otherwise they become part
22311 of the rich header set that you only see when you press the
22312 <A HREF="h_compose_richhdr">Rich Header</A>
22313 <!--chtml if pinemode="function_key"-->(F5)
22314 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22315 (If you are looking for a way to change which headers are <EM>displayed</EM>
22316 when you view a message, take a look at the
22317 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22318 option instead.)
22319 Here's an example that shows how you might set your From address
22321 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22323 and another showing how you might set a Reply-To address
22325 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22327 You may also set non-standard header values here.
22328 For example, you could add
22330 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22332 or even
22334 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22336 If you include a value after the colon then that header will be included
22337 in your outgoing messages unless you delete it before sending.
22338 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22339 it will not be included in outgoing messages unless you edit a value
22340 in manually.
22341 For example, if
22343 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22345 is in the list, then the Reply-To header will be available for editing
22346 but won't be included unless a value is added while in the composer.
22348 It's actually a little more complicated than that.
22349 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22350 defaults.
22351 If the message you are about to compose already has a value for a header,
22352 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22353 For example, if you are Replying to a message the Subject field
22354 will already be filled in.
22355 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22356 custom subject will <EM>NOT</EM> be used.
22357 The subject derived from the subject of the message you are Replying
22358 to will be used instead.
22360 It is also possible to make header setting even more complicated and more
22361 automatic by using
22362 <A HREF="h_rules_roles">Roles</A>,
22363 but if all you want to do is set a default value for a header, you don't
22364 need to think about Roles.
22366 If you change your From address you may also find it useful to add the
22367 changed From address to the
22368 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22369 configuration option.
22371 Limitation: Because commas are used to separate the list of
22372 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22373 header contain a comma.
22374 Nor is there currently an &quot;escape&quot; mechanism provided
22375 to make this work.
22376 <P><UL>
22377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22378 </UL>
22380 &lt;End of help on this topic&gt;
22381 </BODY>
22382 </HTML>
22383 ====== h_config_viewer_headers =====
22384 <HTML>
22385 <HEAD>
22386 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22387 </HEAD>
22388 <BODY>
22389 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22391 You may change the default list of headers that are viewed by listing
22392 the headers you want to view here.  If the headers in your
22393 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22394 will be shown.  The order of the headers you list will be honored.  If
22395 the special value &quot;all-except&quot; is included as the first
22396 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22397 message except those in the list will be shown.  The values are all
22398 case insensitive.
22401 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22402 then the original default headers are ignored.  So, if you just wanted
22403 to add the header Organization to the list, you would have to list
22404 Organization plus all of the other headers originally in the default
22405 list.  If you just included Organization and nothing else, then you
22406 would see only the Organization header, nothing else.
22409 The default list of headers includes:
22410 <UL>
22411   <LI>From
22412   <LI>Resent-From
22413   <LI>To
22414   <LI>Resent-To
22415   <LI>Cc
22416   <LI>Resent-cc
22417   <LI>Bcc
22418   <LI>Newsgroups
22419   <LI>Followup-To
22420   <LI>Date
22421   <LI>Resent-Date
22422   <LI>Subject
22423   <LI>Resent-Subject
22424   <LI>Reply-To
22425 </UL>
22428 If you are looking for a way to control which headers are included in
22429 outgoing mail and are visible or not in the composer, take a look at the
22430 options
22431 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22432 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22433 this option.
22435 <UL>   
22436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22437 </UL><P>
22438 &lt;End of help on this topic&gt;
22439 </BODY>
22440 </HTML>
22441 ====== h_config_viewer_margin_left =====
22442 <HTML>
22443 <HEAD>
22444 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22445 </HEAD>
22446 <BODY>
22447 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22449 This variable controls the left-hand vertical margin's width in
22450 Alpine's Message Viewing screen.
22451 Its value is the number of space characters preceding each displayed line.
22452 For consistency with
22453 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22454 you may specify the column number to start in
22455 (column numbering begins with number 1)
22456 instead of the width of the margin by appending a lower case letter
22457 &quot;c&quot; to the number.
22458 For example, a value of &quot;2c&quot; means to start the text in column two,
22459 which is entirely equivalent to a value of &quot;1&quot;, which means to
22460 leave a margin of 1 space.
22462 The default is a left margin of 0 (zero).
22463 Misconfigurations (for example, negative values or values with starting
22464 left columns greater than the ending right column)
22465 are silently ignored.
22466 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22467 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22468 instead.
22471 &lt;End of help on this topic&gt;
22472 </BODY>
22473 </HTML>
22474 ====== h_config_viewer_margin_right =====
22475 <HTML>
22476 <HEAD>
22477 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22478 </HEAD>
22479 <BODY>
22480 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22482 This variable controls the right-hand vertical margin's width in
22483 Alpine's Message Viewing screen.
22484 Its value is the number of space characters following each displayed line.
22485 You may specify the column number to end the text in
22486 (column numbering begins with number 1)
22487 instead of the width of the margin by appending a lower case letter
22488 &quot;c&quot; to the number.
22489 For example, a value of &quot;76c&quot; means to end the text in column 76.
22490 If the screen is 80 characters wide, this is equivalent to a value
22491 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22492 However, if you use different size screens at different times, then these
22493 two values are not equivalent.
22495 The default right margin is 4.
22496 Misconfigurations (for example, negative values or values with starting
22497 left columns greater than the ending right column)
22498 are silently ignored.
22499 If the number of columns for text between the
22500 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22501 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22502 instead.
22505 &lt;End of help on this topic&gt;
22506 </BODY>
22507 </HTML>
22508 ====== h_config_quote_suppression =====
22509 <HTML>
22510 <HEAD>
22511 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22512 </HEAD>
22513 <BODY>
22514 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22516 This option should be used with care.
22517 It will cause some of the quoted text to be eliminated from the
22518 display when viewing a message in the MESSAGE TEXT screen.
22519 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22520 value &quot;5&quot;,
22521 this will cause quoted text that is longer than five lines to be truncated.
22522 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22523 Quoted text of more than six lines will have the first five lines displayed
22524 followed by a line that looks something like
22526 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22528 As a special case, if exactly one line of quoted text would be hidden, the
22529 entire quote will be shown instead.
22530 So for the above example, quoted text that is exactly six lines long will
22531 will be shown in its entirety.
22532 (In other words, instead of hiding a single line and adding a line
22533 that announces that one line was hidden, the line is just shown.)
22535 If the sender of a message has carefully chosen the quotes that he or she
22536 includes, hiding those quotes may change the meaning of the message.
22537 For that reason, Alpine requires that when you want to set the value of this
22538 variable to something less than four lines, you actually have to set it
22539 to the negative of that number.
22540 So if you want to set this option to &quot;3&quot;, you actually have to
22541 set it to &quot;-3&quot;.
22542 The only purpose of this is to get you to think about whether or not you
22543 really want to do this!
22544 If you want to delete all quoted text you set the value of this option
22545 to the special value &quot;-10&quot;.
22547 The legal values for this option are
22549 <TABLE>   
22550 <TR>
22551   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22552   <TD> Default, don't hide anything </TD>
22553 </TR>
22554 <TR>
22555   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22556   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22557 </TR>
22558 <TR>
22559   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22560   <TD> Suppress if more than that many lines </TD>
22561 </TR>
22562 <TR>
22563   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22564   <TD> Suppress all quoted lines </TD>
22565 </TR>
22566 </TABLE>
22568 If you set this option to a non-default value you may sometimes wish to
22569 view the quoted text that is not shown.
22570 When this is the case, the
22571 <A HREF="h_common_hdrmode">HdrMode Command</A>
22572 may be used to show the hidden text.
22573 Typing the &quot;H&quot; command once will show the hidden text.
22574 Typing a second &quot;H&quot; will also turn on Full Header mode.
22575 The presence or absence of the HdrMode command is determined by the
22576 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22577 Feature-List option in your Alpine configuration, so you will want to
22578 be sure that is turned on if you use quote suppression.
22580 For the purposes of this option, a quote is a line that begins with the
22581 character &quot;&gt;&quot;.
22583 Quotes are only suppressed when displaying a message on the screen.
22584 The entire quote will be left intact when printing or forwarding or something
22585 similar.
22587 &lt;End of help on this topic&gt;
22588 </BODY>
22589 </HTML>
22590 ====== h_config_saved_msg_name_rule =====
22591 <HTML>
22592 <HEAD>
22593 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22594 </HEAD>
22595 <BODY>
22596 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22598 This option determines the default folder name when saving
22599 a message.
22602 The default option is &quot;default-folder&quot;, which is the folder
22603 called &quot;saved-messages&quot; in Unix Alpine and
22604 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22605 the Alpine option called
22606 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22609 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22610 get the chosen option's value for the message being saved (or for the
22611 first message being saved if using an aggregrate save).
22612 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22613 value of who the message came from (i.e. the from address).
22614 Alpine then attempts to save the message to a folder matching that value.
22615 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22616 &quot;by-sender&quot;.
22617 The opposite is also true.
22618 If &quot;by-recipient&quot; is chosen and the message was posted to a
22619 newsgroup, Alpine will use the newsgroup name.
22620 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22621 &quot;by-from&quot;.
22624 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22625 to use the personal name part of the address instead of the mailbox part.
22626 If any of the &quot;by-nick&quot; options are chosen, the
22627 address is looked up in your address book and if found, the
22628 nickname for that entry is used.
22629 Only simple address book entries are checked, not distribution lists.
22630 Similarly, if any of the
22631 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22632 address book entry is used.
22633 If by-realname, or the by-nick or by-fcc lookups result in no value,
22634 then if the chosen option ends with the &quot;then-from&quot;,
22635 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22636 or &quot;then-recip&quot; suffix, Alpine
22637 reverts to the same behavior as &quot;by-from&quot;,
22638 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22639 depending on which option was specified.
22640 If the chosen option doesn't end with one of
22641 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22642 folder when no match is found in the address book.
22645 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22646 to save to the folder that you saved to the last time you saved a
22647 message.  The first time you save a message in an Alpine session, Alpine
22648 attempts to save the message to the default folder.
22651 Here is an example to make some of the options clearer.
22652 If the message is From
22654 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22656 and this rule is set to &quot;by-from&quot;, then the default folder offered
22657 in the save dialog would be &quot;flint&quot;.
22659 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22660 be &quot;Fred Flintstone&quot;.
22662 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22663 for the address &quot;flint@bedrock.org&quot; in your address book.
22664 If an entry is found and it has a nickname associated with it, that nickname
22665 will be offered as the default folder.
22666 If not, the default saved message folder will be offered as the default.
22668 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22669 for the address &quot;flint@bedrock.org&quot; in your address book.
22670 If an entry is found and it has an Fcc associated with it, that Fcc
22671 will be offered as the default folder.
22672 If not, the default saved message folder will be offered as the default.
22674 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22675 for the address &quot;flint@bedrock.org&quot; in your address book.
22676 If an entry is found and it has a nickname associated with it, that nickname
22677 will be offered as the default folder.
22678 If it is not found (or has no nickname) then the default offered will be
22679 the same as it would be for the &quot;by-from&quot; rule.
22680 That is, it would be &quot;flint&quot;
22682 <UL>   
22683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22684 </UL><P>
22685 &lt;End of help on this topic&gt;
22686 </BODY>
22687 </HTML>
22688 ====== h_config_fcc_rule =====
22689 <HTML>
22690 <HEAD>
22691 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22692 </HEAD>
22693 <BODY>
22694 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22696 This option determines the default name for folder carbon copy. Choose
22697 one:
22699 <DL>
22700 <DT>default-fcc</DT>
22701 <DD>This is the normal default, the value of which is set in the
22702 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22703 configuration.
22704 </DD>
22706 <DT>last-fcc-used</DT>
22707 <DD> Causes Alpine to use the folder that was last
22708 used in the fcc field
22709 </DD>
22711 <DT>by-nickname</DT>
22712 <DD>Means that Alpine will use the nickname
22713 from your address book that matches the first address in the To line.
22714 If there is no match, it will use the value of the
22715 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22716 </DD>
22718 <DT>by-recipient</DT>
22719 <DD>Means Alpine will form a folder name
22720 based on the left hand side of the first address in the To line.
22721 </DD>
22723 <DT>by-nick-then-recip</DT>
22724 <DD>Means that it will use the
22725 matching nickname from your address book if there is one, otherwise it
22726 will extract the recipient name from the address and use that (like
22727 by-recipient).
22728 </DD>
22730 <DT>current-folder</DT>
22731 <DD>Causes a copy to be written to
22732 the currently open folder, unless that is the INBOX.  In the case
22733 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22734 used instead.
22735 </DD>
22736 </DL>
22739 Note: Whatever the fcc specified by the rule here, it will be
22740 over-ridden by any fcc entries you have in your address book.
22743 <UL>   
22744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22745 </UL><P>
22746 &lt;End of help on this topic&gt;
22747 </BODY>
22748 </HTML>
22749 ====== h_config_sort_key =====
22750 <HTML>
22751 <HEAD>
22752 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22753 </HEAD>
22754 <BODY>
22755 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22757 This option determines the order in which messages will be displayed in
22758 the MESSAGE INDEX screen.  Choose from:
22760 <UL>
22761  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22762  <LI> <A HREF="h_index_sort_date">Date</A>
22763  <LI> <A HREF="h_index_sort_subj">Subject</A>
22764  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22765  <LI> <A HREF="h_index_sort_thread">Thread</A>
22766  <LI> <A HREF="h_index_sort_from">From</A>
22767  <LI> <A HREF="h_index_sort_size">Size</A>
22768  <LI> <A HREF="h_index_sort_score">Score</A>
22769  <LI> <A HREF="h_index_sort_to">To</A>
22770  <LI> <A HREF="h_index_sort_cc">Cc</A>
22771 </UL>
22774 Each type of sort may also be reversed.
22775 Normal default is by &quot;Arrival&quot;.
22778 A possible point of confusion arises when you change the configuration
22779 of the <!--#echo var="VAR_sort-key"-->.
22780 The folder will normally be re-sorted when you go back to viewing the
22781 index.
22782 However, if you have manually sorted the folder with the
22783 Sort
22784 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22785 command, then it will not be re-sorted until the next time it is opened.
22788 <UL>   
22789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22790 </UL><P>
22791 &lt;End of help on this topic&gt;
22792 </BODY>
22793 </HTML>
22794 ====== h_config_other_startup =====
22795 <HTML>
22796 <HEAD>
22797 <TITLE>OPTION: Set Startup Rule</TITLE>
22798 </HEAD>
22799 <BODY>
22800 <H1>OPTION: Set Startup Rule</H1>
22802 This option determines which message will be the <EM>current message</EM> when
22803 the folder is first opened.
22804 It works the same way that the option
22805 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22806 works, so look there for help.
22807 It may be used for any folder, not just incoming folders.
22810 <UL>   
22811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22812 </UL><P>
22813 &lt;End of help on this topic&gt;
22814 </BODY>
22815 </HTML>
22816 ====== h_config_perfolder_sort =====
22817 <HTML>
22818 <HEAD>
22819 <TITLE>Set Sort Order</TITLE>
22820 </HEAD>
22821 <BODY>
22822 <H1>Set Sort Order</H1>
22824 This option determines the order in which messages will be displayed in
22825 the MESSAGE INDEX screen when the Current Folder Type set in the
22826 Pattern is a match. Choose from:
22828 <UL>
22829  <LI> <A HREF="h_index_sort_default">Default</A>
22830  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22831  <LI> <A HREF="h_index_sort_date">Date</A>
22832  <LI> <A HREF="h_index_sort_subj">Subject</A>
22833  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22834  <LI> <A HREF="h_index_sort_thread">Thread</A>
22835  <LI> <A HREF="h_index_sort_from">From</A>
22836  <LI> <A HREF="h_index_sort_size">Size</A>
22837  <LI> <A HREF="h_index_sort_score">Score</A>
22838  <LI> <A HREF="h_index_sort_to">To</A>
22839  <LI> <A HREF="h_index_sort_cc">Cc</A>
22840 </UL>
22843 Each type of sort may also be reversed.
22844 Normal default is by &quot;Arrival&quot;.
22847 A possible point of confusion arises when you change the configuration
22848 of the Sort Order for the currently open folder.
22849 The folder will normally be re-sorted when you go back to viewing the
22850 index.
22851 However, if you have manually sorted the folder with the
22852 Sort
22853 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22854 command, then it will not be re-sorted until the next time it is opened.
22857 <UL>   
22858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22859 </UL><P>
22860 &lt;End of help on this topic&gt;
22861 </BODY>
22862 </HTML>
22863 ====== h_config_fld_sort_rule =====
22864 <HTML>
22865 <HEAD>
22866 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22867 </HEAD>
22868 <BODY>
22869 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22871 This option controls the order in which folder list entries will be
22872 presented in the FOLDER LIST screen.  Choose one of the following:
22874 <DL>
22875 <DT>Alphabetical</DT>
22876 <DD>sort by alphabetical name independent of type
22877 </DD>
22879 <DT>Alpha-with-dirs-last</DT>
22880 <DD>sort by alphabetical name grouping directory entries
22881 to the end of the list
22882 </DD>
22884 <DT>Alpha-with-dirs-first</DT>
22885 <DD>sort by alphabetical name grouping directory entries
22886 to the start of the list
22887 </DD>
22888 </DL>
22890 The normal default is &quot;Alphabetical&quot;.
22893 <UL>   
22894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22895 </UL><P>
22896 &lt;End of help on this topic&gt;
22897 </BODY>
22898 </HTML>
22899 ====== h_config_ab_sort_rule =====
22900 <HTML>
22901 <HEAD>
22902 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22903 </HEAD>
22904 <BODY>
22905 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22907 This option controls the order in which address book entries will be
22908 presented.  Choose one of the following:
22910 <DL>
22911 <DT>fullname</DT>
22912 <DD>use fullname field, lists mixed in
22913 </DD>
22915 <DT>fullname-with-lists-last</DT>
22916 <DD>use fullname field, but put lists at end
22917 </DD>
22919 <DT>nickname</DT>
22920 <DD>use nickname field, lists mixed in
22921 </DD>
22923 <DT>nickname-with-lists-last</DT>
22924 <DD>use nickname field, but put lists at end
22925 </DD>
22927 <DT>dont-sort</DT>
22928 <DD>don't change order of file
22929 </DD>
22930 </DL>
22933 The normal default is &quot;fullname-with-lists-last&quot;.
22934 If you use an address book from more than one computer and those
22935 computers sort the address book differently then the sort order
22936 will be the order where the last change to the address book was
22937 made.
22938 There are two reasons the sorting might be different on different
22939 systems.
22940 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22941 places.
22942 Second, the collation rules on the two computers may be different.
22943 For example, one system might ignore special characters while the other
22944 doesn't or one may sort upper and lower case letters together while
22945 the other doesn't.
22946 In any case, the order you see is the order on the system where the
22947 last change was made, for example by an address book edit or a
22948 Take Address command.
22951 <UL>   
22952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22953 </UL><P>
22954 &lt;End of help on this topic&gt;
22955 </BODY>
22956 </HTML>
22957 ====== h_config_post_char_set =====
22958 <HTML>
22959 <HEAD>
22960 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22961 </HEAD>
22962 <BODY>
22963 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22965 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22966 when sending messages.
22970 When sending a message the text typed in the composer is
22971 labeled with the character set specified by this option.
22972 If the composed text is not fully representable in the 
22973 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22974 instead;
22977 Attachments are labeled with your
22978 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22981 Generally, there should be little need to set this option.
22982 If left unset, the
22983 default behavior is to label composed text as specifically as
22984 possible.  That is, if the composed text has no non-ASCII characters,
22985 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22986 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22987 attempt to automatically detect a number of character sets including ISO-8859-15,
22988 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22989 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22990 If the message contains a mix of character sets,
22991 it is labeled as &quot;UTF-8.&quot;
22995 This setting is provided to allow you to force a particular character set that
22996 Alpine does not automatically detect. For example, if a message is representable
22997 in more than one character set then Alpine may choose a different default
22998 than you want.
22999 Lastly, by setting this option explicitly to
23000 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23001 &quot;UTF-8&quot; instead of something more specific.
23004 In the Setup/Config screen you may choose from a list of all the
23005 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23008 The options
23009 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23010 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23011 are closely related.
23012 Setting the feature
23013 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23014 should cause this option to be ignored.
23017 <UL>   
23018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23019 </UL><P>
23020 &lt;End of help on this topic&gt;
23021 </BODY>
23022 </HTML>
23023 ====== h_config_unk_char_set =====
23024 <HTML>
23025 <HEAD>
23026 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23027 </HEAD>
23028 <BODY>
23029 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23031 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23032 when reading or replying to messages.
23036 A text message should either be made up of all US-ASCII characters
23037 or it should contain a charset label which tells the software which
23038 character set encoding to use to interpret the message.
23039 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23040 This message is outside of the standards so any attempt to read it could fail.
23041 When Alpine attempts to read such a message it will try to interpret the
23042 text in the character set you specify here.
23043 For example, if you have correspondents who send you unlabeled messages that
23044 are usually made up of characters from the WINDOWS-1251 character set, setting
23045 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23046 allow you to read those messages.
23047 Of course, if the unlabeled message is actually in some other character set,
23048 then you may see garbage on your screen.
23050 Instead of just unlabeled text, this option also affects text which is labeled
23051 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23052 or &quot;US-ASCII&quot;.
23055 In the Setup/Config screen you may choose from a list of all the
23056 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23059 <UL>   
23060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23061 </UL><P>
23062 &lt;End of help on this topic&gt;
23063 </BODY>
23064 </HTML>
23065 ====== h_config_char_set =====
23066 <HTML>
23067 <HEAD>
23068 <TITLE>OPTION: Display Character Set</TITLE>
23069 </HEAD>
23070 <BODY>
23071 <H1>OPTION: Display Character Set</H1>
23073 The Display Character Set configuration option is used when viewing messages.
23075 Alpine uses Unicode characters internally and 
23076 it is a goal for Alpine to handle email in many different languages.
23077 Alpine will properly display only left-to-right character sets
23078 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23079 font is in use, in the sense that
23080 characters are assumed to take up zero, one, or two character cell
23081 widths from left to right on the screen. This is true even in PC-Alpine.
23084 Alpine recognizes some local character sets that are right-to-left
23085 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23086 (Arabic) and properly converts texts in these character sets to/from
23087 Unicode; however, there are known display bugs with these character
23088 sets.
23091 There are three possible configuration character settings and some
23092 environment variable settings that can affect how Alpine
23093 handles international characters.
23094 The first two of these are only available in UNIX Alpine.
23095 The three configuration options are
23096 Display Character Set,
23097 Keyboard Character Set, and
23098 <!--#echo var="VAR_posting-character-set"-->.
23099 The Keyboard Character Set defaults to being the same value
23100 as the Display Character Set, and that is usually correct, because
23101 the keyboard almost always produces characters in the same character set
23102 as the display displays.
23103 The Display Character Set is the character set that Alpine
23104 will attempt to use when sending characters to the display.
23107 By default, the Display Character Set variable is not set and UNIX Alpine
23108 will attempt to get this information from the environment.
23109 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23110 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23111 An explicit configuration setting for Display Character Set will,
23112 of course, override any default setting.
23114 For PC-Alpine the Display Character Set
23115 and the Keyboard Character Set
23116 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23119 It is probably best to use UNIX Alpine in a terminal emulator
23120 capable of displaying UTF-8 characters, since that will allow you to
23121 view just about any received text that is correctly formatted (note,
23122 however, the above comments about known index display bugs with certain
23123 character sets). You'll need to have an emulator that uses a UTF-8 font
23124 and you'll need to set up your environment to use a UTF-8 charmap. For
23125 example, on a Linux system you might include
23127 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23130 or something similar in your UNIX startup files.
23131 You'd also have to select a UTF-8 font in your terminal emulator.
23134 The types of values that the character set variables may be set to are
23135 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23136 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23137 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23138 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23139 In the Setup/Config screen you may choose from a list of all the
23140 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23141 Here is a list of many of the possible character sets:
23144 <TABLE>
23145 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23146 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23147 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23148 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23149 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23150 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23151 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23152 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23153 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23154 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23155 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23156 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23157 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23158 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23159 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23160 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23161 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23162 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23163 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23164 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23165 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23166 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23167 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23168 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23169 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23170 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23171 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23172 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23173 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23174 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23175 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23176 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23177 </TABLE>
23180 When reading incoming email, Alpine understands many different
23181 character sets and is able to convert the incoming mail into Unicode.
23182 The Unicode will be converted to the Display Character Set
23183 for display on your terminal.
23184 Characters typed at the keyboard will be converted from the
23185 Keyboard Character Set to Unicode for Alpine's internal
23186 use.
23187 You may find that you can read some malformed messages that do not
23188 contain a character set label by setting the option
23189 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23192 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23193 The default behavior obtained by leaving this variable unset is usually
23194 what is wanted. In that default case, Alpine will attempt
23195 to label the message with the most specific character set from the
23196 rather arbitrary set
23198 US-ASCII, ISO-8859-15,
23199 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23200 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23203 For example, if the message is made up of only US-ASCII characters, it
23204 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23205 that will be the label. If that doesn't work the same is tried for the
23206 remaining members of the list.
23209 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23210 explicit value instead.
23211 For example, if you usually send messages in Greek, setting this
23212 option to ISO-8859-7 will result in messages being labeled as
23213 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23214 are only Greek characters, or UTF-8 if there are some characters
23215 that aren't representable in ISO-8859-7.
23216 Another possibility is to set this option explicitly to UTF-8.
23217 In that case
23218 Alpine labels only ascii messages as US-ASCII and all other
23219 messages as UTF-8.
23222 The options
23223 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23224 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23225 are closely related to this option.
23226 Setting the feature
23227 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23228 should cause this option to be ignored.
23231 When displaying a message, Alpine compares this setting to the character
23232 set specified in the message.  If not all of the
23233 characters in the message can be displayed using the Display Character Set
23234 then Alpine places an editorial
23235 comment in the displayed text (enclosed in square-brackets) indicating
23236 that some characters may not be displayed correctly.
23237 This comment may be eliminated by turning on the option
23238 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23241 <UL>   
23242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23243 </UL><P>
23244 &lt;End of help on this topic&gt;
23245 </BODY>
23246 </HTML>
23247 ====== h_config_key_char_set =====
23248 <HTML>
23249 <HEAD>
23250 <TITLE>OPTION: Keyboard Character Set</TITLE>
23251 </HEAD>
23252 <BODY>
23253 <H1>OPTION: Keyboard Character Set</H1>
23255 UNIX Alpine only.
23257 The Keyboard Character Set identifies the character set of the characters
23258 coming from your keyboard.
23259 It defaults to having the same value as your
23260 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23261 which in turn defaults to a value obtained from your environment.
23262 It is unlikely that you will need to use this option, because the keyboard
23263 almost always produces the same kind of characters as the display displays.
23266 This character set is also used when accessing files in your local
23267 file system.
23268 The names of the files are assumed to be in the same character set as
23269 what the keyboard produces, as well as the contents of the files.
23272 In the Setup/Config screen you may choose from a list of all the
23273 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23276 The options
23277 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23278 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23279 are closely related.
23280 Setting the feature
23281 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23282 should cause this option to be ignored.
23285 <UL>   
23286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23287 </UL><P>
23288 &lt;End of help on this topic&gt;
23289 </BODY>
23290 </HTML>
23291 ====== h_config_editor =====
23292 <HTML>
23293 <HEAD>
23294 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23295 </HEAD>
23296 <BODY>
23297 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23299 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23300 normally an alternative to Alpine's internal composer (Pico).  You could use
23301 this setting to specify an alternate editor to use occasionally or if you
23302 have a favorite editor and want to use it all the time (see the 
23303 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23304 If you specify multiple editors for this option, ^_ will invoke the first one 
23305 of those specified that exists and is executable.  When specifying a program 
23306 for use here, make sure that the format of the text it saves -- which, when 
23307 you exit it, will become the message body in Alpine -- is appropriate 
23308 for the body of an email message; avoid proprietary formats that may result in 
23309 a message body that the recipient of your message will be unable to decipher.
23311 <!--chtml if pinemode="os_windows"-->
23312 <!--chtml else-->
23313 If you are in doubt about what editors are available on your system, or which 
23314 of them may be appropriate for specification here, ask your local computing 
23315 support staff.  
23316 <!--chtml endif-->
23318 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23319 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23320 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23321 use that.
23323 <P><UL>
23324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23325 </UL>
23327 &lt;End of help on this topic&gt;
23328 </BODY>
23329 </HTML>
23330 ====== h_config_speller =====
23331 <HTML>
23332 <HEAD>
23333 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23334 </HEAD>
23335 <BODY>
23336 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23338 UNIX Alpine only.
23340 For PC-Alpine, you must install the aspell library code that you
23341 may get from
23342 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23344 This option affects the behavior of the ^T (spell check) command in the
23345 Composer.  It specifies the program invoked by ^T in the Composer.
23346 By default, Alpine uses
23348 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23350 if it knows where to find &quot;aspell&quot;.
23351 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23352 then the command used is
23354 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23356 Otherwise, the ancient &quot;spell&quot; command is used.
23358 If you specify a value for this command (with full pathname) then that is what
23359 will be used instead of any of the defaults.
23360 When invoking this
23361 spell-checking program, Alpine appends a tempfile name (where the message is
23362 passed) to the command line. Alpine expects the speller to correct the
23363 spelling in that file. When you exit from that program Alpine will read the
23364 tempfile back into the composer.
23366 Don't set this speller option to the standard Unix spell command.
23367 That won't work because spell works in a different way.
23370 <UL>   
23371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23372 </UL><P>
23373 &lt;End of help on this topic&gt;
23374 </BODY>
23375 </HTML>
23376 ====== h_config_display_filters =====
23377 <HTML>
23378 <HEAD>
23379 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23380 </HEAD>
23381 <BODY>
23382 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23384 This option defines a list of text-filtering commands (programs or
23385 scripts) that may be used to filter text portions of received messages
23386 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23387 display screen, exporting to a text file).  
23388 For security reasons, the full path name of the
23389 filter command must be specified.
23392 The command is executed and the message is piped into its standard input. 
23393 The standard output of the command is read back by Alpine.  The
23394 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23396 <P> 
23397 The filter's use is based on the configured &quot;trigger&quot; string.  The
23398 format of a filter definition is:
23400 <P>   
23401 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23404 You can specify as many filters as you wish, separating them with a comma.  
23405 Each filter can have only one trigger and command.  Thus, two trigger 
23406 strings that invoke the same command require separate filter 
23407 specifications. 
23409 <P> 
23410 The &quot;trigger&quot; is simply text that, if found in the message,
23411 will invoke the associated command.  If the trigger contains any space
23412 characters, it must be placed within quotes.  Likewise, should you
23413 wish a filter to be invoked unconditionally, define the trigger as the
23414 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23415 trigger string is found anywhere in the text of the message the filter
23416 is invoked.  Placing the trigger text within the tokens defined below
23417 changes where within the text the trigger must be before considering
23418 it a match.
23420 <P>  
23421 Trigger Modifying Tokens:
23422 <DL>
23423 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23424 <DD>This token tells Alpine to invoke the supplied command
23425 if the text is in a character set matching <VAR>string</VAR>
23426 (e.g., ISO-8859-2 or ISO-2022-JP).
23427 </DD>
23430 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23431 <DD>This token tells Alpine to invoke the supplied command
23432 if the enclosed <VAR>string</VAR> is found to be the first
23433 non-whitespace text.
23434 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23435 the space character.
23436 </DD>
23438 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23439 <DD>This token tells Alpine to invoke the supplied command
23440 if the enclosed <VAR>string</VAR> is found at the beginning
23441 of any line in the text.
23442 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23443 the space character.
23444 </DD>
23445 </DL>
23448 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23449 the command line to be invoked if the trigger string is found.  Below
23450 are tokens that Alpine will recognize and replace with special values
23451 when the command is actually invoked.
23454 Command Modifying Tokens:
23456 <DL>
23457 <DT>_TMPFILE_</DT>
23458 <DD>When the command is executed, this token is 
23459 replaced with the path and name of the temporary 
23460 file containing the text to be filtered.  Alpine 
23461 expects the filter to replace this data with the 
23462 filter's result.
23465 NOTE: Use of this token implies that the text to 
23466 be filtered is not piped into standard input of the 
23467 executed command and its standard output is ignored. 
23468 Alpine restores the tty modes before invoking the
23469 filter in case the filter interacts with the user
23470 via its own standard input and output.  
23471 </DD>
23472                         
23473 <DT>_RESULTFILE_</DT>
23474 <DD>When the command is executed, this token is 
23475 replaced with the path and name of a temporary 
23476 file intended to contain a status message from the 
23477 filter.  Alpine displays this in the message status 
23478 field. 
23479 </DD>
23481 <DT>_DATAFILE_</DT>
23482 <DD>When the command is executed, this token is 
23483 replaced with the path and name of a temporary 
23484 file that Alpine creates once per session and deletes 
23485 upon exit.  The file is intended to be used by the 
23486 filter to store state information between instances 
23487 of the filter.
23488 </DD>
23489    
23490 <DT>_PREPENDKEY_</DT>
23491 <DD>When the command is executed, this token indicates that a random
23492 number will be passed down the input stream before the message text.
23493 This number could be used as a session key.  It is sent in this way to
23494 improve security.  The number is unique to the current Alpine session
23495 and is only generated once per session.
23496 </DD>
23498 <DT>_SILENT_</DT>
23499 <DD>When the filter is executed, this token tells Alpine not to repaint
23500 the screen while the command is being executed. This can be used with 
23501 filters that do not interact with the user, and therefore repainting 
23502 the screen is not necessary. 
23503 </DD>
23504 </DL>
23507 The feature
23508 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23510 Performance caveat/considerations:
23511 <BR>
23512 Testing for the trigger and invoking the filter doesn't come for free.
23513 There is overhead associated with searching for the trigger string, testing
23514 for the filter's existence and actually piping the text through the filter.
23515 The impact can be reduced if the Trigger Modifying Tokens above are 
23516 employed.
23518 &lt;End of help on this topic&gt;
23519 </BODY>
23520 </HTML>
23521 ====== h_config_sending_filter =====
23522 <HTML>
23523 <HEAD>
23524 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23525 </HEAD>
23526 <BODY>
23527 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23528       
23529 This option defines a list of text-filtering commands (programs and
23530 scripts) that may be selectively invoked to process a message just before
23531 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23532 select which filter (or none) to apply to the message before it is sent. 
23533 For security reasons, the full path of the filter program must be
23534 specified.
23537 Command Modifying Tokens:
23539 <DL>
23540 <DT>_RECIPIENTS_</DT>
23541 <DD>When the command is executed, this token is replaced 
23542 with the space delimited list of recipients of the 
23543 message being sent. 
23544 </DD>
23545         
23546 <DT>_TMPFILE_</DT>
23547 <DD>
23548 When the command is executed, this token is 
23549 replaced with the path and name of the temporary 
23550 file containing the text to be filtered.  Alpine 
23551 expects the filter to replace this data with the 
23552 filter's result.
23555 NOTE: Use of this token implies that the text to 
23556 be filtered is not piped into standard input of the 
23557 executed command and its standard output is ignored. 
23558 Alpine restores the tty modes before invoking the
23559 filter in case the filter interacts with the user
23560 via its own standard input and output.  
23561 </DD>
23562                         
23563 <DT>_RESULTFILE_</DT>
23564 <DD>When the command is executed, this token is 
23565 replaced with the path and name of a temporary 
23566 file intended to contain a status message from the 
23567 filter.  Alpine displays this in the message status 
23568 field. 
23569 </DD>
23571 <DT>_DATAFILE_</DT>
23572 <DD>When the command is executed, this token is replaced 
23573 in the command line with the path and name of a 
23574 temporary file that Alpine creates once per session 
23575 and deletes upon exit.  The file is intended to be 
23576 used by the filter to store state information between 
23577 instances of the filter.
23578 </DD>
23579    
23580 <DT>_PREPENDKEY_</DT>
23581 <DD>When the command is executed, this token indicates 
23582 that a random number will be passed down the input 
23583 stream before the message text.  This number could 
23584 be used as a session key.  It is sent in this way 
23585 to improve security.  The number is unique to the 
23586 current Alpine session and is only generated once per 
23587 session. 
23588 </DD>
23590 <DT>_INCLUDEALLHDRS_</DT>
23591 <DD>When the command is executed, this token indicates 
23592 that the headers of the message will be passed down the input stream
23593 before the message text.
23594 </DD>
23596 <DT>_MIMETYPE_</DT>
23597 <DD>When the command is executed, this token is replaced in the
23598 command name with a temporary file name used to accept any new MIME
23599 Content-Type information necessitated by the output of the filter.
23600 Upon the filter's exit, if the file contains new MIME type
23601 information, Alpine verifies its format and replaces the outgoing
23602 message's MIME type information with that contained in the file. This
23603 is basically a cheap way of sending something other than Text/Plain.
23604 </DD>
23605 </DL>
23607 <P>   
23608 NOTE: Only the body text, which is visible in the Composer, is piped
23609 through this filter.  Attachments are not sent to the filter.
23610 <P>   
23611 Sending filters are not used if the feature
23612 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23614 <UL>   
23615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23616 </UL><P>
23617 &lt;End of help on this topic&gt;
23618 </BODY>
23619 </HTML>
23620 ====== h_config_keywords =====
23621 <HTML>
23622 <HEAD>
23623 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23624 </HEAD>
23625 <BODY>
23626 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23628 You may define your own set of keywords and optionally set them on a
23629 message by message basis.
23630 These are similar to the &quot;Important&quot; flag which the user
23631 may set using the Flag command.
23632 The difference is that the Important flag is always present for each folder.
23633 User-defined keywords are chosen by the user.
23634 You may set up the list of possible keywords here, or you may add keywords
23635 from the Flag Details screen that you
23636 can get to after typing the
23637 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23638 command.
23639 After the keywords have been defined,
23640 then you use the <A HREF="h_common_flag">Flag command</A>
23641 to set or clear the keywords in each message.
23642 The behavior of the flag command may be modified by using the
23643 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23644 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23647 Keywords may be used when Selecting messages (Select Keyword).
23648 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23649 Filter Rules may be used to set keywords automatically.
23650 Keywords may be displayed as part of the Subject of a message by using
23651 the SUBJKEY or SUBJKEYINIT tokens in the
23652 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23653 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23654 option may be used to modify the display of keywords using
23655 SUBJKEY and SUBJKEYINIT slightly.
23656 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23657 screen by using the KEY or KEYINIT tokens.
23658 It is also possible to color keywords in the index using the
23659 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23660 Keywords are not supported by all mail servers.
23663 You may give keywords nicknames if you wish.
23664 If the keyword definition you type in contains a SPACE character, then the
23665 actual value of the keyword is everything after the last SPACE and the
23666 nickname for that keyword is everything before the last SPACE.
23667 For example, suppose you are trying to interoperate with another email program
23668 that uses a particular keyword with an unpleasant name.
23669 Maybe it uses a keyword called
23671 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23673 but for you that keyword means that the message is work-related.
23674 You could define a keyword to have the value
23676 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23678 and then you would use the name &quot;Work&quot; when dealing with
23679 that keyword in Alpine.
23680 If you defined it as
23682 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23684 the nickname would be everything before the last SPACE, that is the nickname
23685 would be &quot;My Work&quot;.
23687 Some commonly used keywords begin with dollar signs.
23688 This presents a slight complication, because the dollar sign is normally used
23689 to signify
23690 <A HREF="h_news_config">environment variable expansion</A>
23691 in the Alpine configuration.
23692 In order to specify a keyword that begins with a dollar sign you must
23693 precede the dollar sign with a second dollar sign to escape its special
23694 meaning.
23695 For example, if you want to include the keyword
23697 <CENTER><SAMP>$Label1</SAMP></CENTER>
23699 as one of your possible keywords, you must enter the text
23701 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23704 instead.
23706 There are a couple limitations.
23707 First, not all servers support keywords.
23708 Second, some servers (including the IMAP server included with Alpine)
23709 have a per folder limit on the number of keywords that may be defined.
23710 This count commonly includes every keyword you have ever used in the
23711 folder, even if it is no longer being used.
23712 In other words, you can add keywords but you cannot remove them easily.
23713 If you have changed keywords over the life of a folder and find that
23714 you have reached such a limit, one possible solution might be to copy
23715 all of the messages to a newly created folder (using Alpine) and then
23716 delete the original and rename the new folder.
23717 The reason this might work is that only the keywords currently set in
23718 any of the messages will be used in the new folder, hopefully putting you
23719 under the limit.
23722 <UL>   
23723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23724 </UL><P>
23725 &lt;End of help on this topic&gt;
23726 </BODY>
23727 </HTML>
23728 ====== h_config_alt_addresses =====
23729 <HTML>
23730 <HEAD>
23731 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23732 </HEAD>
23733 <BODY>
23734 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23736 This option provides a place for you to list alternate email addresses
23737 you may have.
23738 Each address in the list should be the actual email address part of an
23739 address, without the full name field or the angle brackets.
23740 For example:
23743 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23746 The matching is case-insensitive, so this would match any of
23747 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23748 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23751 If set, the option affects the behavior of the Reply
23752 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23753 a message has been addressed specifically to you.
23756 In the default INDEX display
23757 the personal name (or email address) of
23758 the person listed in the message's &quot;From:&quot; header
23759 field is usually displayed except when that address is yours or one of your
23760 alternate addresses.
23761 In that case you will usually see the name of
23762 the first person specified in the
23763 message's &quot;To:&quot; header field
23764 with the prefix &quot;To: &quot; prepended.
23767 With respect to Reply, the reply-to-all option will exclude addresses
23768 listed here.
23771 The feature
23772 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23773 is somewhat related to this option.
23776 In addition to a list of actual addresses,
23777 you may use regular expressions (as used with egrep with the ignore case flag)
23778 to describe the addresses you want to match.
23779 Alpine will somewhat arbitrarily interpret your entry as a regular
23780 expression if it contains any of the characters
23781 *, |, +, ?, {, [, ^, $, or &#92;.
23782 Otherwise, it will be treated literally.
23783 The feature
23784 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23785 may be used to turn off regular expression processing regardless of whether or not
23786 special characters appear in the entry.
23789 A description of how regular expressions work is beyond the
23790 scope of this help text, but some examples follow.
23793 The entry
23796 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23799 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23800 address with a domain name of <SAMP>example.com</SAMP> (such as
23801 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23802 one of your alternate addresses.
23803 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23804 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23805 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23806 Complicating things further, the dollar sign
23807 is special in the Alpine configuration (it signifies environment variable expansion)
23808 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23809 Quotes around the whole expression will not escape the dollar sign successfully.
23810 So this example should look like
23813 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23817 The entry
23820 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23823 would match
23824 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23825 as <SAMP>fred@example.com</SAMP>.
23828 You could match all addresses that look like
23829 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23830 entry
23833 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23836 Notice that you have to escape the plus sign with a backslash because plus
23837 is a special character in regular expressions.
23838 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23839 the expression
23842 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23845 would do it, but it would be easier to just add fred@example.com as a
23846 separate entry.
23849 One more example, a match of all first-level subdomains, is given by
23852 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23856 Because the regular expression matching is based on an old library
23857 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23858 but they should be close.
23861 <UL>   
23862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23863 </UL><P>
23864 &lt;End of help on this topic&gt;
23865 </BODY>
23866 </HTML>
23867 ====== h_config_abook_formats =====
23868 <HTML>
23869 <HEAD>
23870 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23871 </HEAD>
23872 <BODY>
23873 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23875 This option specifies the format that address books are displayed in.
23876 Normally, address books are displayed with the nicknames in the first
23877 column, the fullnames in the second column, and addresses in the third
23878 column.  The system figures out reasonable defaults for the widths of
23879 the columns.  An address book may be given a different format by
23880 listing special tokens in the order you want them to display.  The
23881 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23882 So, for example, to get the default behavior you could list
23885 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23888 (You can also use the token DEFAULT to get the default behavior for
23889 an address book format.)
23892 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23893 is a list, so if you have more than one address book you may have a
23894 separate format for each by putting its format at the corresponding
23895 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23899 Listed first are the personal address books, then the global address
23900 books.  So, if you have two personal address books and one global
23901 address book, you may have up to three formats in the
23902 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23903 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23904 are address books, the last element is used repeatedly.
23908 Each of the tokens may also be optionally followed by parentheses with
23909 either a number or a percentage inside the parentheses.  For example,
23910 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23911 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23912 of the available space (the screen width minus the space for
23913 inter-column spaces) to the fullnames column, while plain
23914 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23915 reasonable number of columns.
23918 There are always 2 spaces between every column, so if you use
23919 fixed column widths (like 13) you should remember to take that into
23920 account.
23923 <UL>   
23924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23925 </UL><P>
23926 &lt;End of help on this topic&gt;
23927 </BODY>
23928 </HTML>
23929 ====== h_config_set_index_format =====
23930 <HTML>
23931 <HEAD>
23932 <TITLE>Set Index Format</TITLE>
23933 </HEAD>
23934 <BODY>
23935 <H1>Set Index Format</H1>
23937 This option is used to customize the content of lines in the
23938 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23939 This action works exactly like the regular
23940 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23941 except that you can have a folder-specific value for it if you specify it here.
23942 Consult the help for
23943 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23944 for more information.
23947 <UL>   
23948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23949 </UL><P>
23950 &lt;End of help on this topic&gt;
23951 </BODY>
23952 </HTML>
23953 ====== h_config_index_format =====
23954 <HTML>
23955 <HEAD>
23956 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23957 </HEAD>
23958 <BODY>
23959 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23961 This option is used to customize the content of lines in the
23962 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23963 to convey some amount of immediately relevant information about each 
23964 message in the current folder.
23967 Alpine provides a pre-defined set of informational fields with
23968 reasonable column widths automatically computed.  You can, however,
23969 replace this default set by listing special tokens in the order you
23970 want them displayed.
23973 The list of available tokens is
23974 <A HREF="h_index_tokens">here</A>.
23977 Spaces are used to separate listed tokens.  Additionally, you can
23978 specify how much of the screen's width the token's associated data
23979 should occupy on the index line by appending to the token a pair of
23980 parentheses enclosing either a number or percentage.  For example,
23981 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23982 column, and &quot;SUBJECT(20%)&quot; means to
23983 allocate 20% of the available space
23984 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23985 attempt to figure out a reasonable amount of space.
23988 There is always one space between every pair of columns, so if you use fixed
23989 column widths (like 13) you should remember to take that into account.
23990 Several of the fields are virtually fixed-width, so it doesn't make
23991 much sense to specify the width for them.  The fields STATUS,
23992 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23993 and DESCRIPSIZE all fall into that category.
23994 You <EM>may</EM> specify widths for those if you wish, but
23995 you're probably better off letting the system pick those widths.  <P>
23998 The default is equivalent to:
24001 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24004 This means that the four fields without percentages will be allocated
24005 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24006 the from and subject fields.  If one of those two fields is specified
24007 as a percentage and the other is left for the system to choose, then
24008 the percentage is taken as an absolute percentage of the screen, not
24009 of the space remaining after allocating the first four columns.  It
24010 doesn't usually make sense to do it that way.  If you leave off all
24011 the widths, then the subject and from fields (if both are present) are
24012 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24013 the default.
24016 What you are most likely to do with this configuration option is to
24017 specify which fields appear at all, which order they appear in, and the
24018 percentage of screen that is used for the from and subject fields if you
24019 don't like the 2 to 1 default.
24022 If you want to retain the default format that Pine 4.64 had, use
24025 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24027 <EM>and</EM> set the feature
24028 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24029 <UL>   
24030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24031 </UL><P>
24032 &lt;End of help on this topic&gt;
24033 </BODY>
24034 </HTML>
24035 ====== h_config_reply_intro =====
24036 <HTML>
24037 <HEAD>
24038 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24039 </HEAD>
24040 <BODY>
24041 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24043 This option is used to customize the content of the introduction line
24044 that is included when replying to a message and including the original
24045 message in the reply.
24046 The normal default (what you will get if you delete this variable) looks
24047 something like:
24049 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24051 where the day of the week is only included if it is available in the
24052 original message.
24053 You can replace this default with text of your own.
24054 The text may contain tokens that are replaced with text
24055 that depends on the message you are replying to.
24056 For example, the default is equivalent to:
24058 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24061 Since this variable includes regular text mixed with special tokens
24062 the tokens have to be surrounded by underscore characters.
24063 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24064 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24065 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24067 The list of available tokens is
24068 <A HREF="h_index_tokens">here</A>.
24071 By default, the text is all on a single line and is followed by a blank line.
24072 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24073 than 80 characters when replying to a particular message, it is shortened.
24074 However, if you use the token
24076 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24079 anywhere in the value, no end of line or blank line is appended, and no
24080 shortening is done.
24081 The _NEWLINE_ token may be used to get rid of the blank line following
24082 the text, to add more blank lines, or to form a multi-line
24083 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24084 To clarify how _NEWLINE_ works recall that the default value is:
24086 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24089 That is equivalent to
24091 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24094 In the former case, two newlines are added automatically because
24095 no _NEWLINE_ token appears in the value of the option (for backwards
24096 compatibility). In the latter case, the newlines are explicit.
24097 If you want to remove the blank line that follows the
24098 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24099 _NEWLINE_ token like
24101 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24104 Because of the backwards compatibility problem, it is not possible to
24105 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24106 and that will cause the automatic adding of two newlines!
24107 If you want, you may embed newlines in the middle of the text, as well,
24108 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24111 By default, no attempt is made to localize the date.
24112 If you prefer a localized form you may find that one of the tokens
24113 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24114 If you want more control one of the many other date tokens, such as _DATEISO_,
24115 might be better.
24118 For the adventurous, there is a way to conditionally include text based
24119 on whether or not a token would result in specific replacement text.
24120 For example, you could include some text based on whether or not
24121 the _NEWS_ token would result in any newsgroups if it was used.
24122 It's explained in detail
24123 <A HREF="h_reply_token_conditionals">here</A>.
24126 In the very unlikely event that you want to include a literal token
24127 in the introduction line you must precede it with a backslash character.
24128 For example,
24130 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24132 would produce something like
24134 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24136 It is not possible to have a literal backslash followed by an expanded token.
24138 <UL>   
24139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24140 </UL><P>
24141 &lt;End of help on this topic&gt;
24142 </BODY>
24143 </HTML>
24144 ====== h_config_remote_abook_history =====
24145 <HTML>
24146 <HEAD>
24147 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24148 </HEAD>
24149 <BODY>
24150 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24152 Sets how many extra copies of
24153 remote address book
24154 data will be kept in each remote address book folder.
24155 The default is three.
24156 These extra copies are simply old versions of the data. Each time a change
24157 is made a new copy of the address book data is appended to the folder. Old
24158 copies are trimmed, if possible, when Alpine exits.
24159 An old copy can be put back into use by
24160 deleting and expunging newer versions of the data from the folder.
24161 Don't delete the first message from the folder. It is a special header
24162 message for the remote address book and it must be there.
24163 This is to prevent regular folders from being used as remote address book
24164 folders and having their data destroyed.
24166 This option is also used to determine how many extra copies of remote
24167 Alpine configuration files are kept.
24169 <UL>   
24170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24171 </UL><P>
24172 &lt;End of help on this topic&gt;
24173 </BODY>
24174 </HTML>
24175 ====== h_config_remote_abook_validity =====
24176 <HTML>
24177 <HEAD>
24178 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24179 </HEAD>
24180 <BODY>
24181 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24183 Sets the minimum number of minutes that a
24184 remote address book will be considered up to date.
24185 Whenever an entry contained in a remote address book is used,
24186 if more than this many minutes have
24187 passed since the last check the remote server will be queried to see if the
24188 address book has changed.
24189 If it has changed, the local copy is updated.
24190 The default value is five minutes.
24191 The special value of -1 means never check.
24192 The special value of zero means only check when the address book is first
24193 opened.
24195 No matter what the value, the validity check is always done when the
24196 address book is about to be changed by the user.
24197 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24198 while in the address book maintenance screen for the remote address book.
24200 <UL>   
24201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24202 </UL><P>
24203 &lt;End of help on this topic&gt;
24204 </BODY>
24205 </HTML>
24206 ====== h_config_user_input_timeo =====
24207 <HTML>
24208 <HEAD>
24209 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24210 </HEAD>
24211 <BODY>
24212 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24214 If this is set to an integer greater than zero, then this is the number
24215 of <EM>hours</EM> to wait for user input before Alpine times out.
24216 If Alpine is
24217 in the midst of composing a message or is waiting for user response to
24218 a question, then it will not timeout.
24219 However, if Alpine is sitting idle waiting for
24220 the user to tell it what to do next and the user does not give any
24221 input for this many hours, Alpine will exit.
24222 No expunging or moving of read
24223 messages will take place.
24224 It will exit similarly to the way it would exit
24225 if it received a hangup signal.
24226 This may be useful for cleaning up unused Alpine sessions that have been
24227 forgotten by their owners.
24228 The Alpine developers envision system administrators
24229 setting this to a value of several hours (24?) so that it won't surprise
24230 a user who didn't want to be disconnected.
24232 <UL>   
24233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24234 </UL><P>
24235 &lt;End of help on this topic&gt;
24236 </BODY>
24237 </HTML>
24238 ====== h_config_ssh_open_timeo =====
24239 <HTML>
24240 <HEAD>
24241 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24242 </HEAD>
24243 <BODY>
24244 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24246 Sets the time in seconds that Alpine will
24247 attempt to open a UNIX secure shell connection.
24248 The default is 15, the minimum non-zero value is 5,
24249 and the maximum is unlimited. If this is set to zero ssh connections
24250 will be completely disabled.
24252 <UL>   
24253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24254 </UL><P>
24255 &lt;End of help on this topic&gt;
24256 </BODY>
24257 </HTML>
24258 ====== h_config_rsh_open_timeo =====
24259 <HTML>
24260 <HEAD>
24261 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24262 </HEAD>
24263 <BODY>
24264 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24266 Sets the time in seconds that Alpine will
24267 attempt to open a UNIX remote shell connection.
24268 The default is 15, the minimum non-zero value is 5,
24269 and the maximum is unlimited. If this is set to zero rsh connections
24270 will be completely disabled.
24271 This might be useful if rsh connections will never work in your environment
24272 but are causing delays due to firewalls or some other reason.
24274 <UL>   
24275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24276 </UL><P>
24277 &lt;End of help on this topic&gt;
24278 </BODY>
24279 </HTML>
24280 ====== h_config_tcp_open_timeo =====
24281 <HTML>
24282 <HEAD>
24283 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24284 </HEAD>
24285 <BODY>
24286 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24288 Sets the time in seconds that Alpine will
24289 attempt to open a network connection. The default is 30, the minimum is 5,
24290 and the maximum is system defined (typically 75). If a connection has not
24291 completed within this many seconds Alpine will give up and consider it a
24292 failed connection.
24294 <UL>   
24295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24296 </UL><P>
24297 &lt;End of help on this topic&gt;
24298 </BODY>
24299 </HTML>
24300 ====== h_config_tcp_readwarn_timeo =====
24301 <HTML>
24302 <HEAD>
24303 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24304 </HEAD>
24305 <BODY>
24306 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24308 Sets the time in seconds that Alpine will
24309 wait for a network read before warning you that things are moving slowly
24310 and possibly giving you the option to break the connection.
24311 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24312 1000 seconds.
24314 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24316 <UL>   
24317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24318 </UL><P>
24319 &lt;End of help on this topic&gt;
24320 </BODY>
24321 </HTML>
24322 ====== h_config_tcp_writewarn_timeo =====
24323 <HTML>
24324 <HEAD>
24325 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24326 </HEAD>
24327 <BODY>
24328 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24330 Sets the time in seconds that Alpine will
24331 wait for a network write before warning you that things are moving slowly
24332 and possibly giving you the option to break the connection.
24333 The default is 0 which means it is unset. If set to a non-zero value, the
24334 minimum is 5 and the maximum is 1000.
24336 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24338 <UL>   
24339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24340 </UL><P>
24341 &lt;End of help on this topic&gt;
24342 </BODY>
24343 </HTML>
24344 ====== h_config_tcp_query_timeo =====
24345 <HTML>
24346 <HEAD>
24347 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24348 </HEAD>
24349 <BODY>
24350 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24352 When Alpine times out a network read or write it will normally just display
24353 a message saying &quot;Still waiting&quot;.
24354 However, if enough time has elapsed since it started waiting it will offer
24355 to let you break the connection.
24356 That amount of time is set by this option, which defaults to 60 seconds,
24357 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24359 <UL>   
24360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24361 </UL><P>
24362 &lt;End of help on this topic&gt;
24363 </BODY>
24364 </HTML>
24365 ====== h_config_incoming_folders =====
24366 <HTML>
24367 <HEAD>
24368 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24369 </HEAD>
24370 <BODY>
24371 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24373 This is a list of one or more folders other than <EM>INBOX</EM> that
24374 may receive new messages.
24375 It is related to the
24376 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24377 feature.
24378 This variable is normally manipulated with the Add, Delete, and Rename
24379 commands in the FOLDER LIST for the Incoming Message Folders collection.
24381 <UL>   
24382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24383 </UL><P>
24384 &lt;End of help on this topic&gt;
24385 </BODY>
24386 </HTML>
24387 ====== h_config_folder_spec =====
24388 <HTML>
24389 <HEAD>
24390 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24391 </HEAD>
24392 <BODY>
24393 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24395 This is a list of one or more collections where saved mail is stored. 
24396 The first collection in this list is the default
24397 collection for <EM>Save</EM>s,
24398 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24400 This variable is normally manipulated using the Setup/collectionList screen.
24402 <UL>   
24403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24404 </UL><P>
24405 &lt;End of help on this topic&gt;
24406 </BODY>
24407 </HTML>
24408 ====== h_config_news_spec =====
24409 <HTML>
24410 <HEAD>
24411 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24412 </HEAD>
24413 <BODY>
24414 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24416 This is a list of collections where news folders are located.
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_address_book =====
24427 <HTML>
24428 <HEAD>
24429 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24430 </HEAD>
24431 <BODY>
24432 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24434 A list of personal address books.
24435 Each entry in the list is an
24436 optional nickname followed by a pathname or file name relative to the home
24437 directory.
24438 The nickname is separated from the rest of the line with whitespace.
24439 Instead of a local pathname or file name, a remote folder name can be given.
24440 This causes the address book to
24441 be a Remote address book.
24443 Use the Setup/AddressBook screen to modify this variable.
24445 <UL>   
24446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24447 </UL><P>
24448 &lt;End of help on this topic&gt;
24449 </BODY>
24450 </HTML>
24451 ====== h_config_glob_addrbook =====
24452 <HTML>
24453 <HEAD>
24454 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24455 </HEAD>
24456 <BODY>
24457 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24459 A list of shared address books.  Each entry in the list is an
24460 optional nickname followed by a pathname or file name relative to the home
24461 directory.
24462 A SPACE character separates the nickname from the rest of the line.
24463 Instead of a local pathname or file name, a remote folder name can be given.
24464 This causes the address book to
24465 be a Remote address book.
24466 Global address books are
24467 defined to be ReadOnly.
24469 Use the Setup/AddressBook screen to modify this variable.
24471 <UL>   
24472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24473 </UL><P>
24474 &lt;End of help on this topic&gt;
24475 </BODY>
24476 </HTML>
24477 ====== h_config_last_vers =====
24478 <HTML>
24479 <HEAD>
24480 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24481 </HEAD>
24482 <BODY>
24483 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24485 This is set automatically by Alpine. 
24486 It is used to keep track of the last version of Alpine that
24487 was run by the user.
24488 Whenever the version number increases, a new version message is printed out.
24489 This may not be set in the system-wide configuration files.
24491 <UL>   
24492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24493 </UL><P>
24494 &lt;End of help on this topic&gt;
24495 </BODY>
24496 </HTML>
24497 ====== h_config_printer =====
24498 <HTML>
24499 <HEAD>
24500 <TITLE>OPTION: Printer</TITLE>
24501 </HEAD>
24502 <BODY>
24503 <H1>OPTION: Printer</H1>
24505 Your default printer selection.
24507 Use the Setup/Printer screen to modify this variable.
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_print_cat =====
24516 <HTML>
24517 <HEAD>
24518 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24519 </HEAD>
24520 <BODY>
24521 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24523 This is an internal Alpine variable.
24524 It will be equal to 1, 2, or 3 depending on whether the default printer is
24525 attached, standard, or a personal print command.
24527 Use the Setup/Printer screen to modify this variable.
24529 <UL>   
24530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24531 </UL><P>
24532 &lt;End of help on this topic&gt;
24533 </BODY>
24534 </HTML>
24535 ====== h_config_print_command =====
24536 <HTML>
24537 <HEAD>
24538 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24539 </HEAD>
24540 <BODY>
24541 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24543 List of personal print commands.
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_pat_old =====
24554 <HTML>
24555 <HEAD>
24556 <TITLE>OPTION: Patterns</TITLE>
24557 </HEAD>
24558 <BODY>
24559 <H1>OPTION: Patterns</H1>
24561 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24562 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24563 and Patterns-Other.
24564 Patterns-Scores and Patterns-Filters have been replaced since then by
24565 Patterns-Scores2 and Patterns-Filters2.
24567 Use the Setup/Rules screens to modify these variable.
24569 <UL>   
24570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24571 </UL><P>
24572 &lt;End of help on this topic&gt;
24573 </BODY>
24574 </HTML>
24575 ====== h_config_pat_roles =====
24576 <HTML>
24577 <HEAD>
24578 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24579 </HEAD>
24580 <BODY>
24581 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24583 List of rules used for roles.
24584 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24585 other options.
24587 Use the Setup/Rules/Roles screen to modify this variable.
24589 <UL>   
24590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24591 </UL><P>
24592 &lt;End of help on this topic&gt;
24593 </BODY>
24594 </HTML>
24595 ====== h_config_pat_filts =====
24596 <HTML>
24597 <HEAD>
24598 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24599 </HEAD>
24600 <BODY>
24601 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24603 List of rules used for filters.
24605 Use the Setup/Rules/Filters 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_scores =====
24614 <HTML>
24615 <HEAD>
24616 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24617 </HEAD>
24618 <BODY>
24619 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24621 List of rules used for scoring.
24623 Use the Setup/Rules/SetScores 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_other =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24639 List of rules used for miscellaneous configuration.
24641 Use the Setup/Rules/Other 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_incols =====
24650 <HTML>
24651 <HEAD>
24652 <TITLE>OPTION: patterns-indexcolors</TITLE>
24653 </HEAD>
24654 <BODY>
24655 <H1>OPTION: patterns-indexcolors</H1>
24657 List of rules used for coloring lines in the index.
24659 Use the Setup/Rules/Indexcolor 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_srch =====
24668 <HTML>
24669 <HEAD>
24670 <TITLE>OPTION: patterns-search</TITLE>
24671 </HEAD>
24672 <BODY>
24673 <H1>OPTION: patterns-search</H1>
24675 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24677 Use the Setup/Rules/searCh 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_font_name =====
24686 <HTML>
24687 <HEAD>
24688 <TITLE>OPTION: Font Name</TITLE>
24689 </HEAD>
24690 <BODY>
24691 <H1>OPTION: Font Name</H1>
24693 PC-Alpine only.
24695 Name of normal font.
24697 Use the pulldown Config menu to modify this variable.
24699 <UL>   
24700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24701 </UL><P>
24702 &lt;End of help on this topic&gt;
24703 </BODY>
24704 </HTML>
24705 ====== h_config_font_size =====
24706 <HTML>
24707 <HEAD>
24708 <TITLE>OPTION: Font Size</TITLE>
24709 </HEAD>
24710 <BODY>
24711 <H1>OPTION: Font Size</H1>
24713 PC-Alpine only.
24715 Size of normal font.
24717 Use the pulldown Config menu to modify this variable.
24719 <UL>   
24720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24721 </UL><P>
24722 &lt;End of help on this topic&gt;
24723 </BODY>
24724 </HTML>
24725 ====== h_config_font_style =====
24726 <HTML>
24727 <HEAD>
24728 <TITLE>OPTION: Font Style</TITLE>
24729 </HEAD>
24730 <BODY>
24731 <H1>OPTION: Font Style</H1>
24733 PC-Alpine only.
24735 Style of normal font.
24737 Use the pulldown Config menu to modify this variable.
24739 <UL>   
24740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24741 </UL><P>
24742 &lt;End of help on this topic&gt;
24743 </BODY>
24744 </HTML>
24745 ====== h_config_font_char_set =====
24746 <HTML>
24747 <HEAD>
24748 <TITLE>OPTION: Font Character Set</TITLE>
24749 </HEAD>
24750 <BODY>
24751 <H1>OPTION: Font Character Set</H1>
24753 PC-Alpine only.
24755 Character set of normal font.
24757 Use the pulldown Config menu to modify this variable.
24759 <UL>   
24760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24761 </UL><P>
24762 &lt;End of help on this topic&gt;
24763 </BODY>
24764 </HTML>
24765 ====== h_config_print_font_name =====
24766 <HTML>
24767 <HEAD>
24768 <TITLE>OPTION: Print-Font-Name</TITLE>
24769 </HEAD>
24770 <BODY>
24771 <H1>OPTION: Print-Font-Name</H1>
24773 PC-Alpine only.
24775 Name of printer font.
24777 Use the pulldown Config menu to modify this variable.
24779 <UL>   
24780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24781 </UL><P>
24782 &lt;End of help on this topic&gt;
24783 </BODY>
24784 </HTML>
24785 ====== h_config_print_font_size =====
24786 <HTML>
24787 <HEAD>
24788 <TITLE>OPTION: Print-Font-Size</TITLE>
24789 </HEAD>
24790 <BODY>
24791 <H1>OPTION: Print-Font-Size</H1>
24793 PC-Alpine only.
24795 Size of printer font.
24797 Use the pulldown Config menu to modify this variable.
24799 <UL>   
24800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24801 </UL><P>
24802 &lt;End of help on this topic&gt;
24803 </BODY>
24804 </HTML>
24805 ====== h_config_print_font_style =====
24806 <HTML>
24807 <HEAD>
24808 <TITLE>OPTION: Print-Font-Style</TITLE>
24809 </HEAD>
24810 <BODY>
24811 <H1>OPTION: Print-Font-Style</H1>
24813 PC-Alpine only.
24815 Style of printer font.
24817 Use the pulldown Config menu to modify this variable.
24819 <UL>   
24820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24821 </UL><P>
24822 &lt;End of help on this topic&gt;
24823 </BODY>
24824 </HTML>
24825 ====== h_config_print_font_char_set =====
24826 <HTML>
24827 <HEAD>
24828 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24829 </HEAD>
24830 <BODY>
24831 <H1>OPTION: Print-Font-Char-Set</H1>
24833 PC-Alpine only.
24835 Character set of printer font.
24837 Use the pulldown Config menu to modify this variable.
24839 <UL>   
24840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24841 </UL><P>
24842 &lt;End of help on this topic&gt;
24843 </BODY>
24844 </HTML>
24845 ====== h_config_window_position =====
24846 <HTML>
24847 <HEAD>
24848 <TITLE>OPTION: Window-Position</TITLE>
24849 </HEAD>
24850 <BODY>
24851 <H1>OPTION: Window-Position</H1>
24853 PC-Alpine only.
24855 Position on the screen of the Alpine window.
24857 Alpine normally maintains this variable itself, and it is set automatically. 
24858 This variable is provided to those who wish to use the same window position 
24859 across different machines from the same configuration.
24860 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24861 must also be set for this setting to be used.
24863 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24864 C is the number of columns, R is the number of rows, and X and Y specify the
24865 top left corner of the window.
24867 <UL>   
24868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24869 </UL><P>
24870 &lt;End of help on this topic&gt;
24871 </BODY>
24872 </HTML>
24873 ====== h_config_cursor_style =====
24874 <HTML>
24875 <HEAD>
24876 <TITLE>OPTION: Cursor Style</TITLE>
24877 </HEAD>
24878 <BODY>
24879 <H1>OPTION: Cursor Style</H1>
24881 PC-Alpine only.
24883 Cursor style.
24885 Use the pulldown Config menu to modify this variable.
24887 <UL>   
24888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24889 </UL><P>
24890 &lt;End of help on this topic&gt;
24891 </BODY>
24892 </HTML>
24893 ====== h_config_ldap_servers =====
24894 <HTML>
24895 <HEAD>
24896 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24897 </HEAD>
24898 <BODY>
24899 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24901 List of LDAP servers and associated data.
24903 Use the Setup/Directory screen 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_sendmail_path =====
24912 <HTML>
24913 <HEAD>
24914 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24915 </HEAD>
24916 <BODY>
24917 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24919 This names the path to an
24920 alternative program, and any necessary arguments, to be used in posting
24921 mail messages. See the Technical notes for more information.
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_oper_dir =====
24930 <HTML>
24931 <HEAD>
24932 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24933 </HEAD>
24934 <BODY>
24935 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24937 This names the root of the
24938 tree to which you are restricted when reading and writing folders and
24939 files. It is usually used in the system-wide,
24940 <EM>fixed</EM> configuration file.
24942 <UL>   
24943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24944 </UL><P>
24945 &lt;End of help on this topic&gt;
24946 </BODY>
24947 </HTML>
24948 ====== h_config_rshpath =====
24949 <HTML>
24950 <HEAD>
24951 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24952 </HEAD>
24953 <BODY>
24954 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24956 Sets the name of the command used to open a UNIX remote shell
24957 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24959 <UL>   
24960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24961 </UL><P>
24962 &lt;End of help on this topic&gt;
24963 </BODY>
24964 </HTML>
24965 ====== h_config_rshcmd =====
24966 <HTML>
24967 <HEAD>
24968 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24969 </HEAD>
24970 <BODY>
24971 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24973 Sets the format of the command used to
24974 open a UNIX remote shell connection. The default is
24975 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24976 provided command. The first is for the command's pathname, the second is
24977 for the host to connnect to, the third is for the user to connect as, and
24978 the fourth is for the connection method (typically <CODE>imap</CODE>).
24980 <UL>   
24981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24982 </UL><P>
24983 &lt;End of help on this topic&gt;
24984 </BODY>
24985 </HTML>
24986 ====== h_config_sshpath =====
24987 <HTML>
24988 <HEAD>
24989 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24990 </HEAD>
24991 <BODY>
24992 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24994 Sets the name of the command used to open a UNIX secure shell
24995 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24997 <UL>   
24998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24999 </UL><P>
25000 &lt;End of help on this topic&gt;
25001 </BODY>
25002 </HTML>
25003 ====== h_config_sshcmd =====
25004 <HTML>
25005 <HEAD>
25006 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25007 </HEAD>
25008 <BODY>
25009 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25011 Sets the format of the command used to
25012 open a UNIX secure shell connection. The default is
25013 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25014 provided command. The first is for the command's pathname, the second is
25015 for the host to connnect to, the third is for the user to connect as, and
25016 the fourth is for the connection method (typically <CODE>imap</CODE>).
25018 <UL>   
25019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25020 </UL><P>
25021 &lt;End of help on this topic&gt;
25022 </BODY>
25023 </HTML>
25024 ====== h_config_new_ver_quell =====
25025 <HTML>
25026 <HEAD>
25027 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25028 </HEAD>
25029 <BODY>
25030 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25032 When a new version of Alpine is run for the first time it offers a
25033 special explanatory screen to the user upon startup.  This option
25034 helps control when and if that special screen appears for users that
25035 have previously run Alpine.  It takes as its value an Alpine version
25036 number.  Alpine versions less than the specified value will supress this
25037 special screen while versions equal to or greater than that specified
25038 will behave normally.
25040 <UL>   
25041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25042 </UL><P>
25043 &lt;End of help on this topic&gt;
25044 </BODY>
25045 </HTML>
25046 ====== h_config_disable_drivers =====
25047 <HTML>
25048 <HEAD>
25049 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25050 </HEAD>
25051 <BODY>
25052 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25054 This variable is a list of mail drivers that will be disabled.
25055 The candidates for disabling are listed below.
25056 There may be more in the future if you compile Alpine with
25057 a newer version of the c-client library.
25060 <UL>
25061 <LI> mbox
25062 <LI> mbx
25063 <LI> mh
25064 <LI> mmdf
25065 <LI> mtx
25066 <LI> mx
25067 <LI> news
25068 <LI> phile
25069 <LI> tenex
25070 <LI> unix
25071 </UL>
25074 The <EM>mbox</EM> driver enables the following behavior: if there is a
25075 file called <CODE>mbox</CODE>
25076 in your home directory, and if that file is either empty or in Unix mailbox
25077 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25078 will automatically transfer mail from the system mail spool directory into the
25079 <CODE>mbox</CODE> file and
25080 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25081 this will not happen.
25084 It is not recommended to disable the driver that supports the system default
25085 mailbox format. On most non-SCO systems, that driver is the
25086 <EM>unix</EM> driver.
25087 On most SCO systems, it is the <EM>mmdf</EM> driver.
25088 The system default driver may be
25089 configured to something else on your system; check with your system manager
25090 for additional information.
25093 It is most likely not very useful for you to disable any of the drivers other
25094 than possibly <EM>mbox</EM>.
25095 You could disable some of the others if you know for
25096 certain that you don't need them but the performance gain in doing so
25097 is very modest.
25099 <UL>   
25100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25101 </UL><P>
25102 &lt;End of help on this topic&gt;
25103 </BODY>
25104 </HTML>
25105 ====== h_config_disable_auths =====
25106 <HTML>
25107 <HEAD>
25108 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25109 </HEAD>
25110 <BODY>
25111 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25113 This variable is a list of SASL (Simple Authentication and Security
25114 Layer) authenticators that will be disabled.
25115 SASL is a mechanism for
25116 authenticating to IMAP, POP3, SMTP, and other network servers.
25119 Alpine matches its list of supported authenticators with the server to
25120 determine the most secure authenticator that is supported by both.
25121 If no matching authenticators are found, Alpine will revert to plaintext
25122 login (or, in the case of SMTP, will be unable to authenticate at all).
25124 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25127 Normally, you will not disable any authenticators.
25128 There are two exceptions:
25130 <OL>
25131 <LI> You use a broken server that advertises an authenticator,
25132 but does not actually implement it.
25133 <LI> You have a Kerberos-capable version of Alpine and the server is
25134 also Kerberos-capable, but you can not obtain Kerberos
25135 credentials on the server machine, thus you desire to disable
25136 GSSAPI (which in turn disables Alpine's Kerberos support).
25137 </OL>
25139 It is never necessary to disable authenticators, since Alpine will try
25140 other authenticators before giving up.
25141 However, disabling the relevant authenticator avoids annoying error messages.
25143 <UL>   
25144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25145 </UL><P>
25146 &lt;End of help on this topic&gt;
25147 </BODY>
25148 </HTML>
25149 ====== h_config_abook_metafile =====
25150 <HTML>
25151 <HEAD>
25152 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25153 </HEAD>
25154 <BODY>
25155 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25157 This is usually set by Alpine and is the name of a file
25158 that contains data about
25159 remote address books and remote configuration files.
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_composer_wrap_column =====
25168 <HTML>
25169 <HEAD>
25170 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25171 </HEAD>
25172 <BODY>
25173 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25176 This option specifies an aspect of Alpine's Composer.  This gives the
25177 maximum width that auto-wrapped lines will have.  It's also the maximum
25178 width of lines justified using the <A HREF="h_compose_justify">^J
25179 Justify</A> command.  The normal default
25180 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25181 in order to
25182 prevent very long lines from being sent in outgoing mail.  When the mail
25183 is actually sent, trailing spaces will be stripped off of each line.
25186 <UL>   
25187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25188 </UL><P>
25189 &lt;End of help on this topic&gt;
25190 </BODY>
25191 </HTML>
25192 ====== h_config_deadlets =====
25193 <HTML>
25194 <HEAD>
25195 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25196 </HEAD>
25197 <BODY>
25198 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25201 This option affects Alpine's behavior when you cancel a message being
25202 composed.  Alpine's usual behavior is to write the canceled message to
25203 a file named 
25204 <!--chtml if pinemode="os_windows"-->
25205 &quot;DEADLETR&quot;,
25206 <!--chtml else-->
25207 &quot;dead.letter&quot; in your home directory,
25208 <!--chtml endif-->
25209 overwriting any previous message.
25211 If you set this option to a value higher than one, then that many copies
25212 of dead letter files will be saved.
25213 For example, if you set this option to &quot;3&quot; then you may have
25214 files named
25215 <!--chtml if pinemode="os_windows"-->
25216 &quot;DEADLETR&quot;,
25217 &quot;DEADLETR2&quot;, and
25218 &quot;DEADLETR3&quot;.
25219 <!--chtml else-->
25220 &quot;dead.letter&quot;,
25221 &quot;dead.letter2&quot;, and
25222 &quot;dead.letter3&quot; in your home directory.
25223 <!--chtml endif-->
25224 In this example, the most recently cancelled message will be in
25225 <!--chtml if pinemode="os_windows"-->
25226 &quot;DEADLETR&quot;,
25227 <!--chtml else-->
25228 &quot;dead.letter&quot;,
25229 <!--chtml endif-->
25230 and the third most recently cancelled message will be in
25231 <!--chtml if pinemode="os_windows"-->
25232 &quot;DEADLETR3&quot;.
25233 <!--chtml else-->
25234 &quot;dead.letter3&quot;.
25235 <!--chtml endif-->
25236 The fourth most recently cancelled message will no longer be saved.
25239 If you set this option to zero, then NO record of canceled messages is
25240 maintained.
25242 If the feature
25243 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25244 is set, that overrides whatever you set for this option.
25245 If this option had existed at the time, then the Quell feature would not
25246 have been added, but it is still there for backwards compatibility.
25247 So, in order for this option to have the desired effect, make sure the
25248 Quell feature is turned off.
25251 <UL>   
25252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25253 </UL><P>
25254 &lt;End of help on this topic&gt;
25255 </BODY>
25256 </HTML>
25257 ====== h_config_maxremstream =====
25258 <HTML>
25259 <HEAD>
25260 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25261 </HEAD>
25262 <BODY>
25263 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25265 This option affects low-level behavior of Alpine.
25266 The default value for this option is <EM>3</EM>.
25267 If your INBOX is accessed using the IMAP protocol
25268 from an IMAP server, that connection is kept open throughout the
25269 duration of your Alpine session, independent of the value of this option.
25270 The same is true of any 
25271 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25272 you have defined.
25273 This option controls Alpine's behavior when connecting to remote IMAP folders
25274 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25275 It specifies the maximum number of remote IMAP connections (other than
25276 those mentioned above) that Alpine will use for accessing the rest of your
25277 folders.
25278 If you set this option to zero, you will turn off most remote connection
25279 re-use.
25280 It's difficult to understand exactly what this option does, and it is usually
25281 fine to leave it set to its default value.
25282 It is probably more likely that you will be interested in setting the
25283 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25284 instead of changing the value of this option.
25285 A slightly longer explanation of what is going on with this option
25286 is given in the next paragraphs.
25289 There are some time costs involved in opening and closing remote IMAP 
25290 folders, the main costs being the time you have to wait for the connection
25291 to the server and the time for the folder to open.
25292 Opening a folder may involve not only the time the server takes to do its
25293 processing but time that Alpine uses to do filtering.
25294 These times can vary widely.
25295 They depend on how loaded the server is, how large
25296 the folder being opened is, and how you set up filtering, among other things.
25297 Once Alpine has opened a connection to a particular folder, it will attempt
25298 to keep that connection open in case you use it again.
25299 In order to do this,
25300 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25301 this option) IMAP connections you have alloted for this purpose.
25303 For example, suppose the value of this option is set to &quot;2&quot;.
25304 If your INBOX is accessed on a remote server using the IMAP protocol, that
25305 doesn't count as one of the remote connections but it is always kept open.
25306 If you then open another IMAP folder, that would be your first
25307 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25308 If you open a third folder the second will be left open, in case you
25309 return to it.
25310 You won't be able to tell it has been left open.
25311 It will appear to be closed when you leave the folder but the connection
25312 will remain in the background.
25313 Now suppose you go back to the second folder (the first folder after the
25314 INBOX).
25315 A connection to that folder is still open so you won't have to wait
25316 for the startup time to open it.
25317 Meanwhile, the connection to the third folder will be left behind.
25318 Now, if you open a fourth folder, you will bump into the
25319 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25320 than INBOX and you have the option set to &quot;2&quot;.
25321 The connection that is being used for
25322 the third folder will be re-used for this new fourth folder.
25323 If you go back to the third folder after this, it is no longer already
25324 connected when you get there.
25325 You'll still save some time since Alpine will re-use the connection to the
25326 fourth folder and you have already logged in on that connection,
25327 but the folder will have to be re-opened from scratch.
25329 If a folder is large and the startup cost is dominated by the time it takes
25330 to open that folder or to run filters on it, then it will pay to make the
25331 value of this option large enough to keep it open.
25332 On the other hand, if you only revisit a handful of folders or if
25333 the folders are small, then it might
25334 make more sense to keep this number small so that the reconnect
25335 time (the time to start up a new connection and authenticate)
25336 is eliminated instead.
25338 You may also need to consider the impact on the server.
25339 On the surface, a larger number here may cause a larger impact on the
25340 server, since you will have more connections open to the server.
25341 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25342 associated with reopening a folder, but the <EM>server</EM> will be
25343 avoiding those costs as well.
25345 When twenty five minutes pass without any active use of an IMAP connection
25346 being saved for possible re-use, that connection will be shut down,
25349 <UL>   
25350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25351 </UL><P>
25352 &lt;End of help on this topic&gt;
25353 </BODY>
25354 </HTML>
25355 ====== h_config_permlocked =====
25356 <HTML>
25357 <HEAD>
25358 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25359 </HEAD>
25360 <BODY>
25361 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25363 This option affects low-level behavior of Alpine.
25364 There is no default value for this option.
25365 It is related to the options
25366 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25367 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25368 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25371 Note: changes made to this list take effect the next time you open a
25372 folder in the list.
25375 This is a list of folders that will be permanently kept open once they
25376 are first opened.
25377 The names in this list may be either the nickname of an Incoming folder
25378 or the full technical specification of a folder.
25379 The folders in this list need not be remote IMAP folders, they could usefully
25380 be local folders, as well.
25381 If a folder in the list is a newsgroup or is not accessed either locally
25382 or via IMAP, then the entry will be ignored.
25383 For example, folders accessed via NNTP or POP3 will not be kept open, since
25384 the way that new mail is found with those protocols involves closing and
25385 reopening the connection.
25387 Once a Stay Open folder has been opened, new-mail checking will continue
25388 to happen on that folder for the rest of the Alpine session.
25389 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25390 need to be added explicitly.
25392 Another difference that you may notice between a Stay Open folder and a
25393 non-Stay Open folder is which message is selected as the current message
25394 when you enter the folder index.
25395 Normally, the starting position for an incoming folder (which most Stay Open
25396 folders will likely be) is controlled by the
25397 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25398 However, if a folder is a Stay Open folder, when you re-enter the folder
25399 after the first time the current message will be the same as it was when
25400 you left the folder.
25401 An exception is made if you use the TAB command to get to the folder.
25402 In that case, the message number will be incremented by one from what it
25403 was when you left the folder.
25405 The above special behavior is thought to be useful.
25406 However, it is special and different from what you might at first expect.
25407 The feature
25408 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25409 may be used to turn off this special treatment.
25411 If the message that was current when you left the folder no longer exists,
25412 then the regular startup rule will be used instead.
25415 <UL>   
25416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25417 </UL><P>
25418 &lt;End of help on this topic&gt;
25419 </BODY>
25420 </HTML>
25421 ====== h_config_viewer_overlap =====
25422 <html>
25423 <header>
25424 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25425 </header>
25426 <body>
25427 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25429 This option specifies an aspect of Alpine's Message Viewing screen.  When
25430 the space bar is used to page forward in a message, the number of lines
25431 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25432 bottom of the screen.  That is, if this was set to two lines, then the
25433 bottom two lines of the screen would be repeated on the top of the next
25434 screen.  The normal default value is "2".<p>
25435 <UL>   
25436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25437 </UL><P>
25438 &lt;End of help on this topic&gt;
25439 </body>
25440 </html>
25441 ====== h_config_scroll_margin =====
25442 <HTML>
25443 <HEAD>
25444 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25445 </HEAD>
25446 <BODY>
25447 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25449 This option controls when Alpine's line-by-line scrolling occurs.
25450 Typically, when a selected item is at the top or bottom screen edge
25451 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25452 displayed items are scrolled down or up by a single line.
25455 This option allows you to tell Alpine the number of lines from the top and
25456 bottom screen edge that line-by-line paging should occcur.  For example,
25457 setting this value to one (1) will cause Alpine to scroll the display
25458 vertically when you move to select an item on the display's top or
25459 bottom edge.
25462 By default, this variable is zero, indicating that scrolling happens
25463 when you move up or down to select an item immediately off the display's
25464 top or bottom edge.
25467 <UL>   
25468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25469 </UL><P>
25470 &lt;End of help on this topic&gt;
25471 </BODY>
25472 </HTML>
25473 ====== h_config_wordseps =====
25474 <HTML>
25475 <HEAD>
25476 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25477 </HEAD>
25478 <BODY>
25479 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25481 This option affects how a &quot;word&quot; is defined in the composer.
25482 The definition of a word is used when using the Forward Word and Backward
25483 Word commands in the composer, as well as when using the spell checker.
25484 Whitespace is always considered a word separator.
25485 Punctuation (like question marks, periods, commas, and so on) is always
25486 a word separator if it comes at the end of a word.
25487 By default, a punctuation character that is in the middle of a word does
25488 not break up that word as long as the character before and the character
25489 after it are both alphanumeric.
25490 If you add a character to this option it will be considered a
25491 word separator even when it occurs in the middle of an alphanumeric word.
25492 For example, if you want to skip through each part of an address instead
25493 of skipping the whole address at once you might want to include &quot;@&quot;
25494 and &quot;.&quot; in this list.
25495 If you want the word-skipper to stop on each part of a UNIX filename you
25496 could add &quot;/&quot; to the list.
25497 The equal sign and dash are other possibilities you might find helpful.
25499 <UL>   
25500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25501 </UL><P>
25502 &lt;End of help on this topic&gt;
25503 </BODY>
25504 </HTML>
25505 ====== h_config_reply_indent_string =====
25506 <HTML>
25507 <HEAD>
25508 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25509 </HEAD>
25510 <BODY>
25511 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25513 This option specifies an aspect of Alpine's Reply command.
25514 When a message is replied to and the text of the message is included, the
25515 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25516 to each line indicating it is quoted text.
25517 (In case you haven't seen this before, &quot;string&quot; is a technical term
25518 that means chunk of text.)
25521 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25522 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25523 use one of the standard values,
25524 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25527 This option specifies a different value for that string.
25528 If you wish to use a string that begins or ends with a space,
25529 enclose the string in double quotes.
25532 Besides simple text, the prepended string can be based
25533 on the message being replied to.
25534 The following tokens are substituted for the message's corresponding value:
25536 <DL>
25537 <DT>_FROM_</DT>
25538 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25539 If the name is longer than six characters, only the first six characters are
25540 used.
25541 </DD>
25543 <DT>_NICK_</DT>
25544 <DD>This token gets replaced with the nickname of the message sender's
25545 address as found in your addressbook.
25546 If no addressbook entry is found,
25547 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25548 If the nickname is longer than six characters, only the first six characters are
25549 used.
25550 </DD>
25552 <DT>_INIT_</DT>
25553 <DD>This token gets replaced with the initials of the sender of the message.
25554 </DD>
25556 </DL>
25558 NOTE: When the
25559 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25560 feature is enabled, you are given the opportunity to edit the string, whether 
25561 it is the default or one automatically generated using the above tokens.
25563 If you change your <!--#echo var="VAR_reply-indent-string"-->
25564 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25565 quoted text will not be flowed
25566 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25567 when you reply.
25568 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25569 set to the default value.
25571 <UL>   
25572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25573 </UL><P>
25574 &lt;End of help on this topic&gt;
25575 </BODY>
25576 </HTML>
25577 ====== h_config_quote_replace_string =====
25578 <HTML>
25579 <HEAD>
25580 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25581 </HEAD>
25582 <BODY>
25583 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25585 This option specifies what string to use as a quote when <b>viewing</b> a
25586 message.  The standard way of quoting messages when replying is the string
25587 &quot;&gt;&nbsp;&quot; (quote space).
25588 With this variable set, viewing a message will
25589 replace occurrences of 
25590 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25591 This setting works best when
25592 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25593 or the equivalent setting in your correspondents' mail programs
25594 is set to the default
25595 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25596 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25598 By default, this setting will only work on messages that are flowed, which is
25599 the default way of sending messages for many mail clients including
25600 Alpine.  Enable the feature
25601 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25602 to also have quote-replacement performed on non-flowed messages.
25605 Setting this option will replace  &quot;&gt;&quot; and 
25606 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25607 spaces. To preserve those spaces enclose the full string in double quotes.
25609 No padding to separate the text of the message from the quote string is
25610 added. This means that if you do not add trailing spaces to the value of
25611 this variable, text will be displayed right next to the quote string,
25612 which may be undesirable. This can be avoided by adding a new string
25613 separated by a space from your selection of quote string replacement. This
25614 last string will be used for padding. For example, setting this variable to 
25615 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25616 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25617 a space from the last quote string to make it more readable.
25619 One possible setting for this variable could be
25620 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25621 would have the effect of indenting each level of quoting four spaces and
25622 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25623 more discernible by setting colors for quoted text.
25625 Replying to or forwarding the viewed message will preserve the original
25626 formatting of the message, so quote-replacement will not be performed on
25627 messages that are being composed.
25629 <UL>   
25630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25631 </UL><P>
25632 &lt;End of help on this topic&gt;
25633 </BODY>
25634 </HTML>
25635 ====== h_config_empty_hdr_msg =====
25636 <HTML>
25637 <HEAD>
25638 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25639 </HEAD>
25640 <BODY>
25641 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25643 When sending, if both the To and Cc fields are empty and you
25644 are sending the message to a Bcc,
25645 Alpine will put a special address in the To line.  The default value is:
25648 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25651 The reason for this is to avoid embarrassment caused by some Internet
25652 mail transfer software that interprets a &quot;missing&quot;
25653 <SAMP>To:</SAMP> header as an error and replaces it with an
25654 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25655 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25656 Bcc.  You may change the part of this message that comes before the
25657 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25658 variable to something else.
25661 The normal default is &quot;undisclosed-recipients&quot;.
25664 <UL>   
25665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25666 </UL><P>
25667 &lt;End of help on this topic&gt;
25668 </BODY>
25669 </HTML>
25670 ====== h_config_status_msg_delay =====
25671 <HTML>
25672 <HEAD>
25673 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25674 </HEAD>
25675 <BODY>
25676 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25678 This option has evolved over time, causing the possible values to be
25679 counter-intuitive.
25680 Read carefully before you set this option.
25681 First we explain what the option does, then there is a longer discussion
25682 following that.
25684 If this is set to zero, the default value, it has <EM>no</EM> effect.
25685 Positive and negative values serve two similar, but different purposes.
25687 If it is set to a positive number, it causes the cursor to move to the
25688 status line whenever a status message is printed and pause there for this
25689 many seconds.
25690 It will probably only be useful if the 
25691 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25692 also turned on.
25693 Setting this option to a positive number can only be used to
25694 <EM>increase</EM> the status message delay.
25695 This may be useful for Braille displays, or other non-traditional displays.
25697 If it is set to a negative number the interpretation is a bit complicated.
25698 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25699 allow you to read important status messages.
25700 Of course, this may cause you to miss some important messages.
25701 If you see a message flash by but miss what it says you can use the
25702 Journal command from the MAIN MENU to read it.
25703 If you set this option to a negative value, the delay will be
25704 no more than one second less than the absolute value
25705 of the value you set.
25706 So if you set it to -1, the delay will be no more than zero seconds, no
25707 delay at all.
25708 If you set it to -2, the delay will be no more than 1 second.
25709 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25710 If the delay that Alpine would have used by default is less than this delay,
25711 then the smaller delay set by Alpine will be used.
25712 Setting this option to a negative value can only reduce the amount of
25713 delay, never increase it.
25715 Here is a more detailed explanation.
25716 Status messages are the messages that show up spontaneously in the
25717 status message line, usually the third line from the bottom of the screen.
25718 By default, Alpine assigns each status message it produces a minimum
25719 display time.
25720 Some status messages have a minimum display time of zero.
25721 You can see an example of such a message by paging up in this help text
25722 until you reach the top of the screen.
25723 If you try to page past the top you will see the message
25725 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25727 in the status line.
25728 If there is another more important use of the status message line this message
25729 might be replaced quickly, or it even might not be shown at all.
25730 However, if there is no reason to get rid of the message, it might stay
25731 there for several seconds while you read the help.
25732 An example where it is replaced immediately happens when you page up in
25733 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25734 command right after paging up.
25735 The message will disappear immediately without causing a delay (unless you
25736 have set this option to a positive value) to allow you to type input for
25737 the &quot;WhereIs&quot; command.
25738 Since it isn't a very important message, Alpine has set its minimum display
25739 time to zero seconds.
25741 Other messages have minimum display times of three or more seconds.
25742 These are usually error messages that Alpine thinks you ought to see.
25743 For example, it might be a message about a failed Save or a failed folder open.
25744 It is often the case that this minimum display time won't delay you in
25745 any way because the status message line is not needed for another reason.
25746 However, there are times when Alpine has to delay what it is doing in
25747 order to display a status message for the minimum display time.
25748 This happens when a message is being displayed and Alpine wants to ask
25749 for input from the keyboard.
25750 For example, when you Save a message you use the status message line.
25751 You get a prompt there asking for the name of the folder to save to.
25752 If there is a status message being displayed that has not
25753 yet displayed for its minimum
25754 time Alpine will display that status message surrounded with the characters
25755 &gt; and &lt; to show you that it is delaying.
25756 That might happen, for example, if you tried to save to a folder that
25757 caused an error, then followed that immediately with another Save command.
25758 You might find yourself waiting for a status message like
25760 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25762 to finish displaying for three seconds.
25763 If that is something you find happening to you frequently, you may use
25764 negative values of this option to decrease or eliminate that delay, at
25765 the risk of missing the message.
25767 <UL>   
25768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25769 </UL><P>
25770 &lt;End of help on this topic&gt;
25771 </BODY>
25772 </HTML>
25773 ====== h_config_active_msg_interval =====
25774 <HTML>
25775 <HEAD>
25776 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25777 </HEAD>
25778 <BODY>
25779 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25781 When Alpine is delayed for some reason it usually shows that
25782 something is happening with a small animated display in the status
25783 message line near the bottom of the screen.
25784 This option sets how frequently the characters (for example, a spinning bar)
25785 in the active status message lines are updated.
25786 At most, it can be set to be udpated 20 times per second. 
25789 Setting this value to zero will prevent display of the animations
25790 altogether.
25793 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25794 can be used to remove the randomness from this animated display.
25797 <UL>   
25798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25799 </UL><P>
25800 &lt;End of help on this topic&gt;
25801 </BODY>
25802 </HTML>
25803 ====== h_config_mailchecknoncurr =====
25804 <HTML>
25805 <HEADER>
25806 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25807 </HEADER>
25808 <BODY>
25809 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25811 This option is closely related to the
25812 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25813 option, as well as the
25814 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25815 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25816 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25817 new-mail checking is disabled and this option will have no effect.
25819 Normally this option is set to zero, which means that the value used will be
25820 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25821 If you set this option to a value different from zero
25822 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25823 then that is the check interval that will be used
25824 for folders that are not the currently open folder or the INBOX.
25825 You may not even have any folders that are noncurrent and not the INBOX.
25826 If you do, it is likely that they are due to
25827 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25828 you have configured.
25829 This option also affects the rate of mail checking done on cached
25830 connections to folders you previously had open but are no longer actively
25831 using.
25832 You aren't expected to understand that last sentence, but if you are interested
25833 take a look at
25834 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25835 and the related options.
25837 <UL>   
25838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25839 </UL><P>
25840 &lt;End of help on this topic&gt;
25841 </BODY>
25842 </HTML>
25843 ====== h_config_fifopath =====
25844 <HTML>
25845 <HEADER>
25846 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25847 </HEADER>
25848 <BODY>
25849 <H1>OPTION: NewMail FIFO Path</H1>
25851 This option is only available in UNIX Alpine.
25852 However, there is a very similar feature built in to PC-Alpine.
25853 In PC-Alpine's Config menu at the top of the screen
25854 is an option called &quot;New Mail Window&quot;.
25856 You may have Alpine create a FIFO special file (also called a named pipe) where
25857 it will send a one-line message each time a new message is received in
25858 the current folder, the INBOX, or any open
25859 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25860 To protect against two different Alpines both writing to the same FIFO, Alpine
25861 will only create the FIFO and write to it if it doesn't already exist.
25863 A possible way to use this option would be to have a separate window
25864 on your screen running the command
25866 <CENTER><SAMP>cat filename</SAMP></CENTER>
25868 where &quot;filename&quot; is the name of the file given for this option.
25869 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25870 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25871 You may be tempted to use &quot;tail -f filename&quot; to view the new
25872 mail log.
25873 However, the common implementations of the tail command will not do what you
25874 are hoping.
25876 The width of the messages produced for the FIFO may be altered with the
25877 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25879 On some systems, fifos may only be created in a local filesystem.
25880 In other words, they may not be in NFS filesystems.
25881 This requirement is not universal.
25882 If the system you are using supports it, it should work.
25883 (It is often the case that your home directory is in an NFS filesystem.
25884 If that is the case, you might try using a file in the &quot;/tmp&quot;
25885 filesystem, which is usually a local filesytem.)
25886 Even when it is possible to use an NFS-mounted filesystem as a place to name
25887 the fifo (for example, your home directory), it will still be the case that
25888 the reader (probably the &quot;cat&quot; command) and the
25889 writer (Alpine) of the fifo must be running on the same system.
25891 <UL>   
25892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25893 </UL><P>
25894 &lt;End of help on this topic&gt;
25895 </BODY>
25896 </HTML>
25897 ====== h_config_newmailwidth =====
25898 <HTML>
25899 <HEADER>
25900 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25901 </HEADER>
25902 <BODY>
25903 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25905 For UNIX Alpine, this option is only useful if you have turned on the
25906 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25907 That option causes new mail messages to be sent to a fifo file.
25908 Those messages will be 80 characters wide by default.
25909 You can change the width of those messages by changing this option.
25910 For example, if you are reading those messages in another window you might
25911 want to set this width to the width of that other window.
25913 If you are using PC-Alpine, it has an option in the Config menu to turn
25914 on the &quot;New Mail Window&quot;.
25915 This present option also controls the width of that window.
25917 <UL>   
25918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25919 </UL><P>
25920 &lt;End of help on this topic&gt;
25921 </BODY>
25922 </HTML>
25923 ====== h_config_mailcheck =====
25924 <HTML>
25925 <HEADER>
25926 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25927 </HEADER>
25928 <BODY>
25929 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25931 This option specifies, in seconds,
25932 how often Alpine will check for new mail.
25933 If set to zero, new-mail checking is disabled.
25934 (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
25935 current message is the last message of the folder.)
25936 There is a minimum value for this option, normally 15 seconds.
25937 The default value is normally 150 seconds.
25938 The higher you set this option, the easier it is on the server.
25940 There are some situations where automatic new-mail checking does not work.
25941 See the discussion about new-mail checking in
25942 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25944 The new-mail checking will not happen exactly at the frequency that you specify.
25945 For example, Alpine may elect to defer a non-INBOX mail check if you
25946 are busy typing.
25947 Or, it may check more frequently than you have specified if that is
25948 thought to be necessary to keep the server from closing the connection
25949 to the folder due to inactivity.
25950 If Alpine checks for new mail as a side effect of another command, it will reset
25951 the timer, so that new-mail checking may seem to happen irregularly instead of
25952 every X seconds like clockwork.
25954 If you are anxious to know about new mail as soon as possible, set the check
25955 interval low, and you'll know about the new mail by approximately
25956 that amount of time after it arrives.
25957 If you aren't so worried about knowing right away, set this option to a
25958 higher value.
25959 That will save the server some processing time and may save you some of
25960 the time you spend waiting for new-mail checks to happen if you are
25961 dealing with a slow server or slow network connection.
25963 If you suspect that new-mail checking is causing slow downs for you,
25964 you may want to look into the options
25965 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25966 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25967 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25968 which refine when mail checking is done.
25970 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25971 there is a minimum time
25972 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25973 between new-mail checks.
25974 Because of this minimum you may notice that new mail does not
25975 appear promptly when you expect it.
25976 The reason for this is to protect the server from over-zealous opening and
25977 closing of the Mail Drop folder, since that is a costly operation.
25979 <UL>   
25980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25981 </UL><P>
25982 &lt;End of help on this topic&gt;
25983 </BODY>
25984 </HTML>
25985 ====== h_config_quell_checks_comp =====
25986 <HTML>
25987 <HEAD>
25988 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25989 </HEAD>
25990 <BODY>
25991 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25993 This option is closely related to the
25994 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25995 option, the
25996 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25997 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25999 If this option is set, then the normal new-mail checking that happens
26000 while you are composing will not happen for folders other than your
26001 INBOX (which depends on the setting
26002 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26004 You might want to set this option if you are experiencing delays while
26005 composing that you think might be related to the speed of the new-mail
26006 checks.
26008 Even with this option turned on, an occasional new-mail check may be done
26009 in order to keep the server from killing the connection to the folder.
26010 For example, IMAP servers may remove a connection to a folder if there
26011 has been no activity on the connection for 30 minutes or more.
26012 Instead of letting that happen, Alpine will check for new mail before the
26013 30 minutes is up even though you have turned on this feature to quell
26014 those checks.
26016 Besides new-mail checks, checkpoint operations on the folders
26017 will also be quelled when you set this option.
26018 The purpose of checkpointing is to write the changes to a folder out to
26019 disk periodically in order to avoid losing those changes when system or
26020 software problems occur.
26021 New-mail checking and checkpointing while you are not composing are not
26022 affected by this option.
26025 &lt;End of help on this topic&gt;
26026 </BODY>
26027 </HTML>
26028 ====== h_config_quell_checks_comp_inbox =====
26029 <HTML>
26030 <HEAD>
26031 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26032 </HEAD>
26033 <BODY>
26034 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26036 This option is closely related to the
26037 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26038 option, the
26039 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26040 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26042 If this option is set, then the normal new-mail checking that happens
26043 while you are composing will not happen for your INBOX.
26044 Checking of other folders is controlled in a similar way with the
26045 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26047 You might want to set this option if you are experiencing delays while
26048 composing that you think might be related to the speed of the new-mail
26049 checks.
26051 Even with this option turned on, an occasional new-mail check may be done
26052 in order to keep the server from killing the connection to the folder.
26053 For example, IMAP servers may remove a connection to a folder if there
26054 has been no activity on the connection for 30 minutes or more.
26055 Instead of letting that happen, Alpine will check for new mail before the
26056 30 minutes is up even though you have turned on this feature to quell
26057 those checks.
26059 Besides new-mail checks, checkpoint operations on the INBOX
26060 will also be quelled when you set this option.
26061 The purpose of checkpointing is to write the changes to a folder out to
26062 disk periodically in order to avoid losing those changes when system or
26063 software problems occur.
26064 New-mail checking and checkpointing while you are not composing are not
26065 affected by this option.
26067 &lt;End of help on this topic&gt;
26068 </BODY>
26069 </HTML>
26070 ====== h_config_maildropcheck =====
26071 <HTML>
26072 <HEADER>
26073 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26074 </HEADER>
26075 <BODY>
26076 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26078 New-mail checking for a
26079 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26080 mail checking for a regular folder.
26081 One of the differences is that the connection to the Mail Drop is not
26082 kept open and so the cost of checking
26083 (delay for you and additional load for the server) may be significant.
26084 Because of this additional cost we set a minimum time that
26085 must pass between checks.
26086 This minimum only applies to the automatic checking done by Alpine.
26087 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26088 at the end of a folder index, then the check is done right away.
26090 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26091 new-mail checks.
26092 You may want to set this minimum high in order to avoid experiencing some
26093 of the delays associated with the checks.
26094 Note that the time between checks is still controlled by the regular
26095 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26096 When Alpine is about to do an automatic check for new mail (because
26097 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26098 new-mail check
26099 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26100 the Mail Drop is checked for new mail as well.
26101 Therefore, it is only useful to set this option to a value that is higher
26102 than the <!--#echo var="VAR_mail-check-interval"-->.
26104 If this option is set to zero, automatic Mail Drop new-mail
26105 checking is disabled.
26106 There is a minimum value, normally 60 seconds.
26107 The default value is normally 60 seconds as well.
26108 This applies to the INBOX and to the currently open folder if that is
26109 different from the INBOX.
26112 <UL>   
26113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26114 </UL><P>
26115 &lt;End of help on this topic&gt;
26116 </BODY>
26117 </HTML>
26118 ====== h_config_nntprange =====
26119 <HTML>
26120 <HEADER>
26121 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26122 </HEADER>
26123 <BODY>
26124 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26126 This option applies only to newsgroups accessed using the NNTP protocol.
26127 It does not, for example,
26128 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26131 When you open a connection to a News server using the NNTP protocol, you
26132 normally have access to all of the articles in each newsgroup.
26133 If a server keeps a large backlog of messages it may speed performance
26134 some to restrict attention to only the newer messages in a group.
26135 This option allows you to set how many article numbers should be checked
26136 when opening a newsgroup.
26137 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26138 of messages you ever want to see.
26139 For example, if you only ever wanted to look at the last 500 messages in each
26140 newsgroup you could set this option to 500.
26141 In actuality, it isn't quite that.
26142 Instead, for performance reasons, it specifies the range of article
26143 numbers to be checked, beginning
26144 with the highest numbered article and going backwards from there.
26145 If there are messages that have been canceled or deleted
26146 their article numbers are still counted as part of the range.
26148 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26149 numbers
26150 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26152 to be considered when reading a newsgroup.
26153 The number of messages that show up in your index will be less than or equal
26154 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26157 The purpose of this option is simply to speed up access when reading news.
26158 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26159 numbers, and can avoid downloading any information about the ignored articles.
26160 There is a cost you pay for this speedup.
26161 That cost is that there is no way for you to see those ignored articles.
26162 The articles that come before the range you specify are invisible to you and
26163 to Alpine, as if they did not exist at all.
26164 There is no way to see those messages using, for example, an unexclude command
26165 or something similar.
26166 The only way to see those articles is to set this option high enough (or
26167 set it to zero) and then to reopen the newsgroup.
26170 If this option is set to 0 (which is also the default),
26171 then the range is unlimited.
26172 This option applies globally to all NNTP servers and to all newsgroups
26173 on those servers.
26174 There is no way to set different values for different newsgroups or servers.
26177 <UL>   
26178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26179 </UL><P>
26180 &lt;End of help on this topic&gt;
26181 </BODY>
26182 </HTML>
26183 ====== h_config_news_active =====
26184 <html>
26185 <header>
26186 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26187 </header>
26188 <body>
26189 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26191 This option tells Alpine where to look for the "active file" for newsgroups
26192 when accessing news locally, rather than via NNTP.  The default path is
26193 usually "/usr/lib/news/active".<p>
26194 <UL>   
26195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26196 </UL><P>
26197 &lt;End of help on this topic&gt;
26198 </body>
26199 </html>
26200 ====== h_config_news_spool =====
26201 <html>
26202 <header>
26203 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26204 </header>
26205 <body>
26206 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26208 This option tells Alpine where to look for the "news spool" for newsgroups
26209 when accessing news locally, rather than via NNTP.  The default path is
26210 usually "/var/spool/news".<p>
26211 <UL>   
26212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26213 </UL><P>
26214 &lt;End of help on this topic&gt;
26215 </body>
26216 </html>
26217 ====== h_config_image_viewer =====
26218 <html>
26219 <header>
26220 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26221 </header>
26222 <body>
26223 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26224 <body>
26225 This option specifies the program Alpine should call to view MIME
26226 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26227 no longer needed, but remains for backward compatibility.  The more
26228 general method for associating external printing and viewing programs with
26229 specific MIME data types is to use the system's (or your personal)
26230 "mailcap" configuration file.<p>
26231 <UL>   
26232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26233 </UL><P>
26234 &lt;End of help on this topic&gt;
26235 </body>
26236 </html>
26237 ====== h_config_domain_name =====
26238 <HTML>
26239 <HEAD>
26240 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26241 </HEAD>
26242 <BODY>
26243 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26245 This option is used only if the 
26246 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26247 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26248 strips the hostname from your return (&quot;From&quot;) address and when 
26249 completing unqualified addresses that you enter into the composer.
26251 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26252 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26255 <!--chtml if pinemode="os_windows"-->
26256 <P>This option is not applicable to PC-Alpine.
26257 <!--chtml else-->
26259 <!--chtml endif-->
26260 <UL>
26261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26262 </UL>
26264 &lt;End of help on this topic&gt;
26265 </BODY>
26266 </HTML>
26267 ====== h_config_prune_date =====
26268 <HTML>
26269 <HEAD>
26270 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26271 </HEAD>
26272 <BODY>
26273 <H1>OPTION: Last-Time-Prune Question</H1>
26275 This value records the last time you were asked about deleting old
26276 sent-mail.
26277 It is set automatically by Alpine at the beginning of each month.
26278 In the past, if you wished to suppress the monthly sent-mail
26279 pruning feature, you could set this to a date in the future.
26280 This value is relative to the year 1900, so 
26281 to set this, for example, to October 2005, use 105.10.
26283 You can still do that if you wish, or you can use the
26284 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26285 a little more convenient to use.
26287 <UL>   
26288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26289 </UL><P>
26290 &lt;End of help on this topic&gt;
26291 </BODY>
26292 </HTML>
26293 ====== h_config_goto_default =====
26294 <HTML>
26295 <HEAD>
26296 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26297 </HEAD>
26298 <BODY>
26299 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26301 This value affects Alpine's behavior when you use the Goto command.
26302 Alpine's usual behavior has two parts.  If your current folder is
26303 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26304 default.  If the current folder is other than &quot;Inbox&quot;,
26305 &quot;Inbox&quot; is offered as the default.
26308 The available options include:
26310 <DL>
26312  <DT>folder-in-first-collection</DT>
26314  <DD> Alpine will offer the most recently visited folder in the default
26315 collection found in the &quot;Collection List&quot; screen as the default.
26316 </DD>
26318  <DT> inbox-or-folder-in-first-collection</DT>
26320  <DD> If the current folder is &quot;Inbox&quot;,
26321 Alpine will offer the most recently visited folder in the
26322 default collection found in the &quot;Collection List&quot; screen.
26323 If the current folder is other than &quot;Inbox&quot;,
26324 &quot;Inbox&quot; is offered as the default.
26325 </DD>
26327  <DT> inbox-or-folder-in-recent-collection</DT>
26329  <DD> This is Alpine's default behavior.
26330 If the current folder is &quot;Inbox&quot;,
26331 Alpine will offer the last open
26332 folder as the default.
26333 If the current folder is other than &quot;Inbox&quot;,
26334 &quot;Inbox&quot; is offered as the default.
26335 </DD>
26337  <DT> first-collection-with-inbox-default</DT>
26339  <DD> Instead of offering the most recently visited folder in the default
26340 collection, the default collection is offered but with &quot;Inbox&quot; as
26341 the default folder.
26342 If you type in a folder name it will be in the default collection.
26343 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26344 </DD>
26346  <DT> most-recent-folder</DT>
26348  <DD> The last accepted value simply causes the most recently opened
26349 folder to be offered as the default regardless of the currently opened
26350 folder.
26351 </DD>
26352 </DL>
26355 NOTE: The default while a newsgroup is open remains the same; the last
26356 open newsgroup.
26359 <UL>   
26360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26361 </UL><P>
26362 &lt;End of help on this topic&gt;
26363 </BODY>
26364 </HTML>
26365 ====== h_config_thread_lastreply_char =====
26366 <HTML>
26367 <HEAD>
26368 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26369 </HEAD>
26370 <BODY>
26371 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26373 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26374 INDEX display when using a
26375 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26376 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26377 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26378 The value of this option is a single character.
26379 This character is used instead of the vertical line character when there are
26380 no more replies directly to the parent of the current message.
26381 It can be used to &quot;round-off&quot; the bottom of the vertical line
26382 by setting it to a character such as a backslash (&#92;) or
26383 a backquote (&#96;).
26384 The default value of this option is the backslash character (&#92;).
26385 This option may not be set to the Empty Value.
26386 In that case, the default will be used instead.
26389 <UL>   
26390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26391 </UL><P>
26392 &lt;End of help on this topic&gt;
26393 </BODY>
26394 </HTML>
26395 ====== h_config_thread_indicator_char =====
26396 <HTML>
26397 <HEAD>
26398 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26399 </HEAD>
26400 <BODY>
26401 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26403 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26404 INDEX display when using a
26405 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26406 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26407 The value of this option is a single character.
26408 This character is used to indicate that part of a thread (a conversation) is
26409 hidden beneath a message.
26410 The message could be expanded
26411 if desired with the &quot;/&quot; Collapse/Expand command.
26412 By default, the value of this option is the greater than sign (&gt;).
26414 If this option is set to the Empty Value, then the column (and the following
26415 blank column) will be deleted from the display.
26418 This option is closely related to the
26419 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26420 Another similar option that affects the thread display is the
26421 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26424 <UL>   
26425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26426 </UL><P>
26427 &lt;End of help on this topic&gt;
26428 </BODY>
26429 </HTML>
26430 ====== h_config_thread_exp_char =====
26431 <HTML>
26432 <HEAD>
26433 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26434 </HEAD>
26435 <BODY>
26436 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26438 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26439 INDEX display when using a
26440 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26441 than &quot;none&quot;.
26442 The value of this option is a single character.
26443 This character is used to indicate that part of a thread has been expanded
26444 and could be collapsed if desired with
26445 the &quot;/&quot; Collapse/Expand command.
26446 By default, the value of this option is a dot (.).
26448 If this option is set to the Empty Value, then the column (and the following
26449 blank column) will be deleted from the display.
26452 This option is closely related to the
26453 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26454 Another similar option that affects the thread display is the
26455 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26458 <UL>   
26459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26460 </UL><P>
26461 &lt;End of help on this topic&gt;
26462 </BODY>
26463 </HTML>
26464 ====== h_config_thread_index_style =====
26465 <HTML>
26466 <HEAD>
26467 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26468 </HEAD>
26469 <BODY>
26470 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26472 When a folder is sorted by Threads or OrderedSubject,
26473 this option will affect the INDEX displays.
26476 The possible values for this option are:
26478 <DL>
26479 <DT>regular-index-with-expanded-threads</DT>
26480 <DD>This is the default display.
26481 If the configuration option
26482 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26483 is set to something other than &quot;none&quot;, then this setting
26484 will cause Alpine to start off with a MESSAGE INDEX with all of
26485 the threads expanded.
26486 That is, each message will have a line in the MESSAGE INDEX display.
26487 The Collapse/Expand command (/) may be used to manually collapse or
26488 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26490 This setting affects the display when the folder is first threaded.
26491 The collapsed state may also be re-initialized by re-sorting the folder manually
26492 using the SortIndex command ($).
26493 After re-sorting the threads will once again all be expanded, even if you
26494 have previously collapsed some of them.
26496 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26497 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26498 in a different order.
26499 </DD>
26501 <DT>regular-index-with-collapsed-threads</DT>
26502 <DD>If the configuration option
26503 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26504 is set to something other than &quot;none&quot;, then this setting
26505 will cause Alpine to start out with all of the threads collapsed instead of
26506 starting out with all of the threads expanded.
26507 The Collapse/Expand command (/) may be used to manually collapse or
26508 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26510 This setting affects the display when the folder is first threaded.
26511 The collapsed state may also be re-initialized by re-sorting the folder manually
26512 using the SortIndex command ($).
26513 After re-sorting the threads will once again all be collapsed, even if you
26514 have previously expanded some of them.
26515 </DD>
26517 <DT>separate-index-screen-always</DT>
26518 <DD>With this setting and the next, you will see an index of threads
26519 instead of an
26520 index of messages, provided you have sorted by Threads or OrderedSubject.
26522 The THREAD INDEX contains a '*' in the first column if any message in the thread
26523 is marked Important.
26524 If not, it contains a '+' if any message in the thread is to you.
26525 The second column is blank. The third column contains a 'D' if all of the
26526 messages in the thread are deleted.
26527 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26529 When you view a particular thread from the THREAD INDEX you will be
26530 in the MESSAGE INDEX display
26531 but the index will only contain messages from the thread you are viewing.
26532 </DD>
26534 <DT>separate-index-screen-except-for-single-messages</DT>
26535 <DD>This is very similar to the option above.
26536 When you are in the THREAD INDEX, one of the available commands
26537 is &quot;ViewThd&quot;.
26538 With the setting &quot;separate-index-screen-always&quot; (the option above)
26539 when you view a particular thread you will be in the
26540 MESSAGE INDEX display and the index will only contain messages from
26541 the thread you are viewing.
26542 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26543 will be an index with only one message in it.
26544 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26545 setting instead, then that index that contains a single message
26546 will be skipped and you will go directly from the THREAD INDEX into the
26547 MESSAGE TEXT screen.
26548 </DD>
26550 </DL>
26553 <UL>   
26554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26555 </UL><P>
26556 &lt;End of help on this topic&gt;
26557 </BODY>
26558 </HTML>
26559 ====== h_config_thread_disp_style =====
26560 <HTML>
26561 <HEAD>
26562 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26563 </HEAD>
26564 <BODY>
26565 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26567 When a folder is sorted by Threads or OrderedSubject,
26568 this option will affect the MESSAGE INDEX display.
26569 By default, Alpine will display the MESSAGE INDEX in the
26570 &quot;show-thread-structure&quot; style if a folder is sorted
26571 by Threads or OrderedSubject.
26574 The possible values for this option are:
26576 <DL>
26577 <DT>none</DT>
26578 <DD>Regular index display.
26579 The same index line as would be displayed without threading is used.
26580 The only difference will be in the order of the messages.
26581 </DD>
26583 <DT>show-thread-structure</DT>
26584 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26585 lines will be added to make it easier to see the relationships among
26586 the messages in a thread (a conversation).
26587 </DD>
26589 <DT>mutt-like</DT>
26590 <DD>This is the same as the option above except that the Subject
26591 is suppressed (is blank) if it matches the previous Subject in the thread.
26592 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26593 Here is an example of what a mutt-like index might look like.
26594 In this example, the first column represents the message number, the
26595 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26596 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26597 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26598 is set to a backslash:
26599 <PRE>
26600 &nbsp;&nbsp;&nbsp;1    Some topic
26601 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26602 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26603 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26604 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26605 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26606 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26607 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26608 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26609 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26610 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26611 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26612 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26613 &nbsp;&nbsp;&nbsp;14    Next topic
26614 </PRE>
26615 </DD>
26617 <DT>indent-subject-1</DT>
26618 <DD>Threaded Subjects will be indented one space per level of the conversation.
26619 The bars and lines that show up in the show-thread-structure display will
26620 not be there with this style.
26621 </DD>
26623 <DT>indent-subject-2</DT>
26624 <DD>Same as above but indent two spaces per level instead of one space.
26625 </DD>
26627 <DT>indent-from-1</DT>
26628 <DD>Similar to indent-subject-1, except that instead of indenting the
26629 Subject field one space the From field of a thread will be indented one
26630 space per level of the conversation.
26631 </DD>
26633 <DT>indent-from-2</DT>
26634 <DD>Same as above but indent two spaces per level instead of one space.
26635 </DD>
26637 <DT>show-structure-in-from</DT>
26638 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26639 and horizontal lines just like with the show-thread-structure option, but
26640 the From field is used to show the relationships instead of the Subject field. 
26641 </DD>
26643 </DL>
26646 <UL>   
26647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26648 </UL><P>
26649 &lt;End of help on this topic&gt;
26650 </BODY>
26651 </HTML>
26652 ====== h_config_pruning_rule =====
26653 <HTML>
26654 <HEAD>
26655 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26656 </HEAD>
26657 <BODY>
26658 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26660 By default, Alpine will ask at the beginning of each month whether or not
26661 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26662 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26663 change the format of the folder to sent-mail-yyyy-mm.)
26664 It will also ask whether you would like to delete old sent-mail folders.
26665 If you have defined
26666 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26668 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26669 Alpine will also ask about pruning those folders.
26672 With this option you may provide an automatic answer to these questions.
26673 The default value is to ask you what you'd like to do.
26676 The six possible values for this option are:
26678 <DL>
26679 <DT>ask about rename, ask about deleting</DT>
26680 <DD>This is the default.
26681 Alpine will ask whether you want to rename the folders and whether you
26682 want to delete each of the old folders.
26683 </DD>
26685 <DT>ask about rename, don't delete</DT>
26686 <DD>Alpine will ask whether you want to rename the folders, but won't
26687 ask about or delete old folders.
26688 </DD>
26690 <DT>always rename, ask about deleting</DT>
26691 <DD>This means you want to always answer yes and have Alpine automatically
26692 rename the folder if possible.
26693 You will also be asked about deleting old folders.
26694 </DD>
26696 <DT>always rename, don't delete</DT>
26697 <DD>This means you want to always answer yes and have Alpine automatically
26698 rename the folder if possible.
26699 There will be no deleting of old folders.
26700 </DD>
26702 <DT>don't rename, ask about deleting</DT>
26703 <DD>This means you want to always answer no.
26704 Alpine will not rename the folder.
26705 You will be asked about deleting old folders.
26706 </DD>
26708 <DT>don't rename, don't delete</DT>
26709 <DD>This means you want to always answer no.
26710 Alpine will not rename the folder.
26711 There will be no deleting of old folders, either.
26712 </DD>
26713 </DL>
26716 <UL>   
26717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26718 </UL><P>
26719 &lt;End of help on this topic&gt;
26720 </BODY>
26721 </HTML>
26722 ====== h_config_reopen_rule =====
26723 <HTML>
26724 <HEAD>
26725 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26726 </HEAD>
26727 <BODY>
26728 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26730 Alpine normally checks for new mail in the currently open folder
26731 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26734 There are some situations where automatic new-mail checking does not work.
26735 For example, if a mail folder is opened using the POP protocol or a newsgroup
26736 is being read using the NNTP protocol, then new-mail checking is disabled.
26739 It may be possible to check for new mail in these cases by reopening the
26740 folder.
26741 Alpine does not do this for you automatically, but you may do the commands
26742 manually to cause this to happen.
26743 You reopen by going back to the folder list screen from the message
26744 index screen with the &quot;&lt;&quot; command,
26745 and then going back into the message index screen with
26746 the &quot;&gt;&quot; command.
26747 (Actually, any method you would normally use to open a folder will work the
26748 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26749 For example, the GoTo Folder command will work, or you may use L to go to the
26750 Folder List screen and Carriage Return to reopen the folder.)
26753 There are some cases where Alpine knows that reopening the folder should
26754 be useful as a way to discover new mail.
26755 At the time of this writing, connections made using the POP protocol,
26756 news reading using the NNTP protocol, local news reading, and local
26757 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26758 fall into this category.
26759 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26760 has no way of knowing, so it might also just be an exercise in futility.
26761 All remote, ReadOnly folders other than those listed just above fall into this
26762 category.
26763 The setting of this option together with the type of folder
26764 controls how Alpine will react to the apparent attempt to reopen a folder.
26767 If you don't reopen, then you will just be back in
26768 the message index with no change.
26769 You left the index and came back, but the folder remained &quot;open&quot;
26770 the whole time.
26771 However, if you do reopen the folder, the folder is closed and then reopened.
26772 In this case, the current state of the open folder is lost.
26773 The New status, Important and Answered flags,
26774 selected state, Zoom state, collapsed or expanded state of threads,
26775 current message number,
26776 and any other temporary state is all lost when the reopen happens.
26777 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26780 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26781 several places.
26782 That really implies the case where Alpine knows it is a good way to discover
26783 new mail, which is more than just POP and NNTP, but POP and NNTP are
26784 the cases of most interest.
26785 This option probably has more possible values than it deserves. They are:
26787 <DL>
26788 <DT>Always reopen</DT>
26789 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26790 whenever you type a command that implies a reopen, regardless of the
26791 access method.
26792 In other words, it is assumed you would always answer Yes if asked
26793 about reopening.
26794 </DD>
26796 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26797 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26798 will ask you whether to reopen other remote folders,
26799 with a default answer of Yes.
26800 </DD>
26802 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26803 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26804 will ask you whether to reopen other remote folders,
26805 with a default answer of No.
26806 </DD>
26808 <DT>Yes for POP/NNTP, No for other remote</DT>
26809 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26810 will assume a No answer for all other remote folders.
26811 </DD>
26813 <DT>Always ask [Yes]</DT>
26814 <DD>Alpine will not differentiate based on access method.
26815 It will always ask for all remote folders, with a default answer of Yes.
26816 </DD>
26818 <DT>Always ask [No]</DT>
26819 <DD>Alpine will not differentiate based on access method.
26820 It will always ask for all remote folders, with a default answer of No.
26821 </DD>
26823 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26824 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26825 of Yes.
26826 It will never attempt to reopen other remote folders.
26827 </DD>
26829 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26830 <DD>This is the default.
26831 Alpine will ask if the access method is POP or NNTP, with a default answer
26832 of No.
26833 It will never attempt to reopen other remote folders.
26834 </DD>
26836 <DT>Never reopen</DT>
26837 <DD>Alpine will never attempt to reopen already open folders.
26838 </DD>
26839 </DL>
26842 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26843 any of the other situations where it is likely that reopening is a good way
26844 to discover new mail.
26847 There is an alternative that may be of useful in some situations.
26848 Instead of manually checking for new mail you can set up a
26849 <A HREF="h_maildrop">Mail Drop</A>
26850 and automatically check for new mail.
26853 <UL>   
26854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26855 </UL><P>
26856 &lt;End of help on this topic&gt;
26857 </BODY>
26858 </HTML>
26859 ====== h_config_inc_startup =====
26860 <HTML>
26861 <HEAD>
26862 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26863 </HEAD>
26864 <BODY>
26865 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26867 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26868 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26869 It determines which message will be the <EM>current message</EM> when
26870 the folder is first opened.
26871 The default value is &quot;first-unseen&quot;.
26874 The seven possible values for this option are:
26876 <DL>
26877 <DT>first-unseen</DT>
26878 <DD>The current message is set to the first
26879 unseen message that has not been marked deleted, or the last message if
26880 all of the messages have been seen previously.
26881 Messages which have not been seen or which have been seen but re-marked
26882 as New are considered unseen messages.
26883 See the note at the bottom of this help about newsgroups.
26884 </DD>
26886 <DT>first-recent</DT>
26887 <DD>Similar to the default, but rather than starting on the first
26888 unseen message Alpine starts on the first <EM>recent</EM> message.
26889 A message is recent if it arrived since the last time the folder was
26890 open.  This value causes the current message to be set to the first
26891 recent message if there is one, otherwise to the last
26892 message in the folder.
26893 </DD>
26895 <DT>first-important</DT>
26896 <DD>This will result in the current message being set to the first
26897 message marked Important (but not Deleted).
26898 If no messages are marked Important, then it will be the last message.
26899 Messages are marked Important by <EM>you</EM>, not by the sender, using
26901 <A HREF="h_common_flag">Flag command</A>.
26902 Or they may be marked Important by an Alpine
26903 <A HREF="h_mainhelp_filtering">Filter</A>
26904 that you have set up.
26905 </DD>
26907 <DT>first-important-or-unseen</DT>
26908 <DD>This selects the first of the first unseen and the first important
26909 messages.
26910 </DD>
26912 <DT>first-important-or-recent</DT>
26913 <DD>This selects the first of the first recent and the first important
26914 messages.
26915 </DD>
26917 <DT>first</DT>
26918 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26919 If all messages are deleted you start on the last message.
26920 </DD>
26922 <DT>last</DT>
26923 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26924 If all messages are deleted you start on the last message.
26925 </DD>
26926 </DL>
26929 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26930 &quot;first-recent&quot; are the same and are affected by whether or not the
26931 feature 
26932 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26933 is turned on. 
26934 Also, there is no permanent storage in news for an Important flag.
26935 This means that no messages will be marked Important when a newsgroup is
26936 first opened.
26939 <UL>   
26940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26941 </UL><P>
26942 &lt;End of help on this topic&gt;
26943 </BODY>
26944 </HTML>
26945 ====== h_config_browser =====
26946 <HTML>
26947 <HEAD>
26948 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26949 </HEAD>
26950 <BODY>
26951 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26952 <!--chtml if pinemode="os_windows"-->
26953 PC-Alpine users do not need to enter anything here, unless:<UL>
26954 <LI> they want to override, for use with Alpine, the application defined
26955 in the Windows operating system for handling URLs; or
26956 <LI> they are (planning on) using the same configuration file with 
26957 Unix Alpine.
26958 </UL>
26960 Note that if using a viewer that has a space in its path, you should
26961 use the DOS name for that directory or file. Example:
26962 <PRE>
26963 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26964 </PRE>
26965 <HR><P>
26966 <!--chtml endif-->
26967 This option affects Alpine's handling of URLs that are found in 
26968 messages you read.  Normally, only URLs Alpine can handle directly
26969 are automatically offered for selection in the &quot;Message
26970 Text&quot; screen.  When one or more applications
26971 capable of deciphering URLs on their command line are added here, Alpine
26972 will choose the first available to display URLs it cannot handle directly.
26973 A viewer's availability is based on its being specified with a <B>full
26974 directory path</B> and the evaluation of any optionally supplied
26975 parameters described below.
26978 Additionally, to support various connection methods and applications, each
26979 entry in this list can optionally begin with one or more of
26980 the following special tokens.  The allowed tokens include:
26983 <DL>
26984 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26985 <DD>
26986 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26987 evaluate a viewer's availability.  The command specified by the test
26988 string is run and if its resulting exit status is non-zero, Alpine will
26989 not consider the associated viewer for use.
26990 </DD>
26992 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26993 <DD>
26994 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26995 URL schemes that are to be used with the associated viewer.  This is
26996 the way to configure Alpine to recognize URLs other than the built-in set.
26998 It can also be used to override Alpine's built-in handlers.
26999 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27000 and Alpine would use (provided it passed all other criteria) the associated
27001 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27003 </DD>
27004 </DL>
27007 By default, Alpine will simply append a space character followed by the
27008 selected URL prior to launching the command in your specified SHELL.  You can
27009 optionally specify where in the command the selected URL should appear
27010 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27011 will be replaced with the selected URL before the command is handed
27012 to the shell.  If such replacement occurs, the default appending of the
27013 selected URL does not take place.
27016 NOTE: If the viewer you specify has any command-line arguments,
27017 including the &quot;_URL_&quot; token, you will need to add a
27018 double-quote character before the command path and after the last
27019 argument (see the &quot;lynx&quot; example below).
27022 So, here are some example entries:
27023 <PRE>
27024 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27025               &quot;/usr/local/bin/lynx _URL_&quot;
27026               C:&#92;BIN&#92;NETSCAPE.BAT
27027 </PRE>
27029 This example shows that for the first viewer in the list to be used
27030 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27031 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27032 If neither condition is met,
27033 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27034 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27035 If the path to &quot;lynx&quot; is invalid,
27036 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27037 Note that the last
27038 entry is a DOS/Windows path.  This is one way to support Alpine running
27039 on more than one architecture with the same configuration file.<P>
27041 <!--chtml if pinemode="os_windows"-->
27042 <!--chtml else-->
27043 Note that depending on the type of browser used and the method of 
27044 its invocation (such as whether it will open in a separate window) from
27045 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27046 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27047 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27048 In other words, launching the browser from Alpine may make Alpine 
27049 &quot;disappear&quot; (although it is still &quot;running&quot;)
27050 until you close the browser again.<P>  
27051 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27052 environment: for advanced users and  systems administrators</A>
27053 </UL>
27054 <!--chtml endif-->
27055 <P>If you are unsure what browsers are available on your system or how to 
27056 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27057 local computing support staff.
27058 <P><UL>
27059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27060 </UL>
27062 &lt;End of help on this topic&gt;
27063 </BODY>
27064 </HTML>
27065 ====== h_config_browser_xterm =====
27066 <HTML>
27067 <HEAD>
27068 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27069 </HEAD>
27070 <BODY>
27071 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27072 environment: for advanced users and  systems administrators</H1>
27073 If you are using Alpine with an X-terminal (emulator) and want to define an 
27074 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27075 you may want to do so in a manner that causes any <B>already</B> 
27076 invoked viewer application to be used for viewing URLs you select from Alpine 
27077 messages, and a <B>new</B> URL-viewer process to be 
27078 started <B>only</B> if the same application has <B>not already</B> 
27079 been launched -- for one reason, to avoid file-locking contentions among 
27080 multiple invocations of the same URL-viewer application.  
27081 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27082 option does not do this.)  A method of doing that would be:<OL>
27083 <LI> use 
27084 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27085 check (using commands appropriate for your Unix shell
27086 in place of <VAR>test-string</VAR>) for the presence of a 
27087 lockfile created by the URL-viewer application -- which implies that the 
27088 application is already running, though this is not foolproof. 
27089 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27090 application with its appropriate command line option(s) to 
27091 show the URL selected from the Alpine message in an already open window of 
27092 that application, or perhaps in a new window of that application.  
27094 <LI> In the 
27095 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27096 application without those command line options, but this time using the 
27097 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27098 is defined.
27099 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27100 windows environment (for instance, using VT-100 terminal emulation), you 
27101 may wish to specify a non-X windows URL-viewer application such as Lynx
27102 as the last entry.
27103 </OL><BR>
27104 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27105 the command shell, the URL-viewer application(s), and possibly the specific 
27106 version of the latter, you are using.  
27108 Relevant command 
27109 line options for the Netscape browser for showing URLs (selected from Alpine) 
27110 when Netscape is already running are discussed in the document
27111 &quot;Remote Control of UNIX Netscape&quot; 
27112 found at the URL (as of 12 Aug. 1998):
27115 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27117 <P>(If the URL-viewer application is 
27118 <B>not</B> running on the same host as Alpine, but being launched from an 
27119 applications server, you may not be able to use the command line options for 
27120 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27122 <!--chtml if this-method="shown-to-work"-->
27123 An example using the Korn shell and the Netscape browser (first entry wrapped 
27124 because of its length, but should all appear on one line):
27126 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27128 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27129               &quot;/usr/local/bin/lynx '_URL_'&quot;
27131 <!--chtml endif-->
27133 <UL>   
27134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27135 </UL><P>
27136 &lt;End of help on this topic&gt;
27137 </BODY>
27138 </HTML>
27139 ====== h_config_enable_full_hdr =====
27140 <HTML>
27141 <HEAD>
27142 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27143 </HEAD>
27144 <BODY>
27145 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27147 This feature enables the &quot;H Full Headers&quot; command which toggles between
27148 the display of all headers in the message and the normal edited view of
27149 headers.  The Full Header command also controls which headers are included
27150 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27151 Full Header mode will respect the
27152 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27153 feature setting.)
27155 If Full Header mode is turned on and you Forward a message, you will
27156 be asked if you'd like to forward the message as an attachment, as opposed
27157 to including the text of the message in the body of your new message.
27159 If you have also turned on the
27160 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27161 option then the Full Headers command actually rotates through three states
27162 instead of just two.
27163 The first is the normal view with long quotes suppressed.
27164 The second is the normal view but with the long quotes included.
27165 The last enables the display of all headers in the message.
27166 When using Export, Pipe, Print, Forward, or Reply the quotes are
27167 never suppressed, so the first two states are identical.
27169 Normally, the Header Mode will reset
27170 to the default behavior when moving to a new message.
27171 The mode can be made to persist from message to message by setting the feature
27172 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27174 <UL>   
27175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27176 </UL><P>
27177 &lt;End of help on this topic&gt;
27178 </BODY>
27179 </HTML>
27180 ====== h_config_enable_full_hdr_and_text =====
27181 <HTML>
27182 <HEAD>
27183 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27184 </HEAD>
27185 <BODY>
27186 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27188 This feature affects how the &quot;H Full Headers&quot; command displays
27189 message text.  If set, the raw message text will be displayed.  This
27190 especially affects MIME formatted email, where the entire MIME format
27191 will be displayed.  This feature similarly affects how messages are
27192 included for the Export, Pipe, Print, Forward, and Reply functions.
27194 When viewing a raw message that has attachments with this feature set,
27195 you will not be able to view attachments without first leaving full 
27196 headers mode.  This is because MIME parsing is not done on the raw message.
27198 <UL>   
27199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27200 </UL><P>
27201 &lt;End of help on this topic&gt;
27202 </BODY>
27203 </HTML>
27204 ====== h_config_enable_pipe =====
27205 <HTML>
27206 <HEAD>
27207 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27208 </HEAD>
27209 <BODY>
27210 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27212 This feature enables the "| Pipe" command that sends the current message
27213 to the specified command for external processing.
27216 A short description of how the pipe command works is given
27217 <A HREF="h_pipe_command">here</A>.
27220 <UL>   
27221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27222 </UL><P>
27223 &lt;End of help on this topic&gt;
27224 </BODY>
27225 </HTML>
27226 ====== h_config_quell_full_hdr_reset =====
27227 <HTML>
27228 <HEAD>
27229 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27230 </HEAD>
27231 <BODY>
27232 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27234 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27235 normally resets to the default state when switching to a new message.
27236 For example, if you've used the &quot;H&quot; command to turn on Full
27237 Headers for a message you are viewing, and then you type the Next command
27238 to look at the next message, the full headers will no longer be shown.
27239 Setting this feature disables that reset.
27240 Instead, the Header Mode remains the same from message to message.
27243 The presence or absence of the HdrMode command is determined by the
27244 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27245 Feature-List option.
27247 <UL>   
27248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27249 </UL><P>
27250 &lt;End of help on this topic&gt;
27251 </BODY>
27252 </HTML>
27253 ====== h_config_enable_tab_complete =====
27254 <HTML>
27255 <HEAD>
27256 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27257 </HEAD>
27258 <BODY>
27259 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27261 This feature enables the TAB key when at a prompt for a filename. In this
27262 case, TAB will cause the partial name already entered to be automatically
27263 completed, provided the partial name is unambiguous.
27264 This feature is on by default.
27266 Similarly, this feature also enables TAB completion of address book
27267 nicknames when at a prompt for a nickname,
27268 or when typing in an address field in the composer.
27270 &lt;End of help on this topic&gt;
27271 </BODY>
27272 </HTML>
27273 ====== h_config_quit_wo_confirm =====
27274 <HTML>
27275 <HEAD>
27276 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27277 </HEAD>
27278 <BODY>
27279 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27281 This feature controls whether or not Alpine will ask for confirmation when a
27282 Quit command is received.
27284 &lt;End of help on this topic&gt;
27285 </BODY>
27286 </HTML>
27287 ====== h_config_quote_replace_noflow =====
27288 <HTML>
27289 <HEAD>
27290 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27291 </HEAD>
27292 <BODY>
27293 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27295 This feature, which is only active when
27296 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27297 also set,
27298 enables quote-replacement on non-flowed messages.  It is off
27299 by default because a non-flowed message is more dependent on its format,
27300 and thus quote-replacement may cause less-than-pleasing results.
27301 Setting this feature will cause quote-replacement similar to that of flowed
27302 messages, but with the added possibility of long lines being wrapped
27303 into new lines if the Quote-Replacement-String is longer than the string
27304 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27306 &lt;End of help on this topic&gt;
27307 </BODY>
27308 </HTML>
27309 ====== h_config_enable_jump =====
27310 <HTML>
27311 <HEAD>
27312 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27313 </HEAD>
27314 <BODY>
27315 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27317 When this feature is set you may enter a number (followed by RETURN)
27318 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27319 screens.  In other words, it obviates the need for typing the "J" for the
27320 Jump command.
27322 &lt;End of help on this topic&gt;
27323 </BODY>
27324 </HTML>
27325 ====== h_config_enable_alt_ed =====
27326 <HTML>
27327 <HEAD>
27328 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27329 </HEAD>
27330 <BODY>
27331 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27333 If this feature is set (the default), and the 
27334 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27335 <B>is not</B> set, entering
27336 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27337 for the name of the editor you would like to use.
27339 If the environment variable $EDITOR is set, its value will be offered as
27340 a default.
27342 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27343 <B>is</B> set, the ^_ key will activate the specified
27344 editor without prompting, in which case it is not necessary to
27345 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27347 <UL>   
27348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27349 </UL><P>
27350 &lt;End of help on this topic&gt;
27351 </BODY>
27352 </HTML>
27353 ====== h_config_alt_ed_now =====
27354 <HTML>
27355 <HEAD>
27356 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27357 </HEAD>
27358 <BODY>
27359 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27361 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27362 variable are both set, Alpine will
27363 automatically activate the specified editor when the cursor is moved from
27364 the header of the message being composed into the message text.  For
27365 replies, the alternate editor will be activated immediately.  If this
27366 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27367 automatically ask for the name of an alternate editor when the cursor
27368 is moved out of the header being composed, or if a reply is being done.
27370 <P><UL>
27371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27372 </UL>
27374 &lt;End of help on this topic&gt;
27375 </BODY>
27376 </HTML>
27377 ====== h_config_enable_bounce =====
27378 <HTML>
27379 <HEAD>
27380 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27381 </HEAD>
27382 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27383 <BODY>
27385 Setting this feature enables the "B Bounce" command, which will prompt
27386 for an address and *remail* the message to the new recipient.  This command
27387 is used to re-direct messages that you have received in error, or need to
27388 be redirected for some other reason (e.g. list moderation).  The final
27389 recipient will see a header indicating that you have Resent the msg, but
27390 the message's From: header will show the original author of the message,
27391 and replies to it will go back to that author, and not to you.
27393 &lt;End of help on this topic&gt;
27394 </BODY>
27395 </HTML>
27396 ====== h_config_enable_agg_ops =====
27397 <HTML>
27398 <HEAD>
27399 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27400 </HEAD>
27401 <BODY>
27402 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27404 When this feature is set you may use the commands and subcommands that relate to
27405 performing operations on more than one message at a time.  We call these
27406 &quot;aggregate operations&quot;.  In particular, the 
27407 <!--chtml if pinemode="function_key"-->&quot;F5
27408 <!--chtml else-->&quot;;
27409 <!--chtml endif--> Select&quot;, 
27411 <!--chtml if pinemode="function_key"-->
27412 &quot;F6
27413 <!--chtml else-->
27414 &quot;A 
27415 <!--chtml endif-->
27416 Apply&quot;, and 
27417 <!--chtml if pinemode="function_key"-->
27418 &quot;F4
27419 <!--chtml else-->
27420 &quot;Z 
27421 <!--chtml endif-->
27422 Zoom&quot; commands are enabled by this feature.  Select is used to
27423 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27424 then be used to apply any message command to all of the selected/tagged
27425 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27426 view between just those Selected and all messages in the folder.
27428 This feature also enables the 
27429 <!--chtml if pinemode="function_key"-->
27430 &quot;F7&quot; 
27431 <!--chtml else-->
27432 &quot;^X&quot; 
27433 <!--chtml endif-->
27435 subcommand in the MESSAGE INDEX 
27436 WhereIs command that causes all messages matching the WhereIs argument to 
27437 become selected; and the Select, Select Current, and ZoomMode commands in the
27438 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27440 Some related help topics are
27441 <UL>
27442 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27443 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27444 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27445 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27446 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27447 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27448 </UL>
27450 <UL>   
27451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27452 </UL><P>
27453 &lt;End of help on this topic&gt;
27454 </BODY>
27455 </HTML>
27457 ====== h_config_enable_flag =====
27458 <HTML>
27459 <HEAD>
27460 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27461 </HEAD>
27462 <BODY>
27463 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27465 Setting this feature enables the
27466 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27467 command that allows you to
27468 manipulate the status flags associated with a message.  By default, Flag
27469 will set the "Important" flag, which results in an asterisk being
27470 displayed in column one of the MESSAGE INDEX for such messages.
27472 &lt;End of help on this topic&gt;
27473 </BODY>
27474 </HTML>
27475 ====== h_config_flag_screen_default =====
27476 <HTML>
27477 <HEAD>
27478 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27479 </HEAD>
27480 <BODY>
27481 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27483 The feature modifies the behavior of the
27484 <a href="h_common_flag">Flag</a>
27485 command (provided it too is
27486 <A HREF="h_config_enable_flag">enabled</A>).
27487 By default, when the "* Flag" command is selected,
27488 Alpine offers a prompt to set one of several flags and also offers the
27489 option of entering the detailed flag manipulation screen via the "^T"
27490 key. Enabling this feature causes Alpine to immediately enter the detailed
27491 flag screen rather than first offer the simple prompt.
27493 <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.
27495 &lt;End of help on this topic&gt;
27496 </BODY>
27497 </HTML>
27498 ====== h_config_flag_screen_kw_shortcut =====
27499 <HTML>
27500 <HEAD>
27501 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27502 </HEAD>
27503 <BODY>
27504 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27506 This feature modifies the behavior of the
27507 <a href="h_common_flag">Flag</a> command
27508 and the <A HREF="h_index_cmd_select">Select</A> command.
27509 This feature is set by default.
27510 When this feature is not set, when the "* Flag" command is selected,
27511 Alpine offers a prompt to set one of several flags and also offers the
27512 option of entering the detailed flag manipulation screen via the "^T"
27513 key.
27514 If you have
27515 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27516 defined, then enabling this feature adds a shortcut way to set or unset
27517 keywords.
27518 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27519 a keyword if you've given it a nickname) and that will set the keyword.
27521 An example is easier to understand than the explanation.
27522 The flag command can always be used to set the system flags.
27523 For example, to set the Answered flag you would type
27525 <CENTER><SAMP>* A</SAMP></CENTER>
27527 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27528 option in the Config screen.
27529 By default, to set a keyword like &quot;Work&quot; you would usually
27530 have to go to the Flag Details screen using
27531 the &quot;^T To Flag Details&quot; command.
27532 Instead, if you have enabled this feature, you may type
27534 <CENTER><SAMP>* W</SAMP></CENTER>
27536 to set the Work flag, or
27538 <CENTER><SAMP>* ! W</SAMP></CENTER>
27540 to unset it.
27541 Just like for the other flag setting commands, the case of the letter does
27542 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27543 keyword.
27545 Notice that you can only use this trick for one keyword that begins
27546 with &quot;W&quot;.
27547 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27548 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27549 your list of keywords.
27550 Also, there are five letters that are reserved for system
27551 flags and the NOT command.
27552 If you type &quot;* A&quot; it will always set the Answered flag, not
27553 your &quot;Aardvark&quot; keyword.
27554 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27555 the Flag Details screen.
27557 Because enabling the
27558 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27559 option causes Alpine to skip directly to the Flag Details screen when the
27560 Flag command is used, 
27561 setting it will cause this feature to have no effect at all.
27563 Similarly, when Selecting by Keyword, setting this option will allow you
27564 to use Keyword initials instead of full keywords.
27566 &lt;End of help on this topic&gt;
27567 </BODY>
27568 </HTML>
27569 ====== h_config_can_suspend =====
27570 <HTML>
27571 <HEAD>
27572 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27573 </HEAD>
27574 <BODY>
27575 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27577 Setting this feature will allow you to type ^Z (Control Z) to 
27578 <!--chtml if pinemode="os_windows"-->
27579 minimize Alpine into its icon, bringing into focus whatever
27580 application is running behind the PC-Alpine window.
27581 <!--chtml else-->
27582 temporarily suspend Alpine.
27585 This does not exit Alpine, but puts it in the background to watch
27586 for new mail and such.  Normally, you type a command, such
27587 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27590 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27591 adjusts whether Alpine is placed into the background of the shell its 
27592 running in or starts a news shell.
27593 <!--chtml endif-->
27596 <UL>   
27597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27598 </UL><P>
27599 &lt;End of help on this topic&gt;
27600 </BODY>
27601 </HTML>
27602 ====== h_config_take_lastfirst ======
27603 <HTML>
27604 <HEAD>
27605 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27606 </HEAD>
27607 <BODY>
27608 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27610 Normally, when TakeAddr is used to copy an address from a message into
27611 an address book entry, Alpine will attempt to rewrite the full name of the
27612 address in the form
27615 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27617 instead of<P>
27619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27622 It does this because many people find it useful to sort by Last name
27623 instead of First name.  If this feature is set, then the TakeAddr command
27624 will not attempt to reverse the name in this manner.
27626 &lt;End of help on this topic&gt;
27627 </BODY></HTML>
27628 ====== h_config_disable_regex ======
27629 <HTML>
27630 <HEAD>
27631 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27632 </HEAD>
27633 <BODY>
27634 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27636 Normally, the
27637 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27638 option is interpreted as a regular expression.
27639 One type of address that might cause trouble is an address that
27640 contains a plus sign.
27641 If you want to have an address with a plus as one of your
27642 <!--#echo var="VAR_alt-addresses"-->
27643 and you don't want to use regular expressions, then setting this
27644 feature will cause Alpine to treat the addresses you list literally instead.
27646 &lt;End of help on this topic&gt;
27647 </BODY></HTML>
27648 ====== h_config_take_fullname ======
27649 <HTML>
27650 <HEAD>
27651 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27652 </HEAD>
27653 <BODY>
27654 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27656 Normally, when TakeAddr is used to copy an address or addresses
27657 from a message into an address book entry, Alpine will try to preserve
27658 the full name associated with each address in the list of addresses.
27659 The reason for this is so that if the entry is a list or later becomes a
27660 list, then information about the individual addresses in the list
27661 is preserved.
27662 If you would rather just have the simple addresses in the list of addresses,
27663 set this feature. For example, with the default setting you might
27664 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27666 <PRE>
27667  Nickname  : nick
27668  Fullname  : Bedrock Elders
27669  Fcc       :
27670  Comment   :
27671  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27672              Barney Rubble &lt;rubble@bedrock.org&gt;
27673 </PRE>
27675 but with this feature set it would look like
27677 <PRE>
27678  Nickname  : nick
27679  Fullname  : Bedrock Elders
27680  Fcc       :
27681  Comment   :
27682  Addresses : flint@bedrock.org,
27683              rubble@bedrock.org
27684 </PRE>
27686 instead. Note the difference in the Addresses field.
27688 &lt;End of help on this topic&gt;
27689 </BODY></HTML>
27690 ====== h_config_print_from ======
27691 <HTML>
27692 <HEAD>
27693 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27694 </HEAD>
27695 <BODY>
27696 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27698 If this feature is set, then the Berkeley-mail style From line is included
27699 at the start of each message that is printed.  This line looks something
27700 like the following, with the address replaced by the address from the
27701 From line of the message being printed:
27703 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27704 14:11:06 1998
27706 &lt;End of help on this topic&gt;
27707 </BODY>
27708 </HTML>
27709 ====== h_config_expanded_distlists ======
27710 <HTML>
27711 <HEAD>
27712 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27713 </HEAD>
27714 <BODY>
27715 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27716 If this feature is set, then distribution lists in the address book
27717 screen will always be expanded automatically.
27719 &lt;End of help on this topic&gt;
27720 </BODY>
27721 </HTML>
27722 ====== h_config_compose_news_wo_conf ======
27723 <HTML>
27724 <HEAD>
27725 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27726 </HEAD>
27727 <BODY>
27728 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27729 This feature controls one aspect of Alpine's Composer.  If you enter the
27730 composer while reading a newsgroup, you will normally be prompted to
27731 determine whether you intend the new message to be posted to the current
27732 newsgroup or not.  If this feature is set, Alpine will not prompt you
27733 in this situation, and will assume that you do indeed wish to post
27734 to the newsgroup you are reading.
27736 &lt;End of help on this topic&gt;
27737 </BODY>
27738 </HTML>
27739 ====== h_config_compose_rejects_unqual ======
27740 <HTML>
27741 <HEAD>
27742 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27743 </HEAD>
27744 <BODY>
27745 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27747 This feature controls one aspect of the message composer; in particular,
27748 what happens when an unqualified name is entered into an address header.
27749 If set, unqualified names entered as addresses will be treated as errors
27750 unless they match an addressbook nickname.  Alpine will not attempt to turn
27751 them into complete addresses by adding your local domain.<P>
27753 A complete (fully qualified) address is one containing a username followed
27754 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27755 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27756 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27758 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27762 When you enter a fully qualified address, Alpine does not interpret or
27763 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27764 your system.  Alpine conforms to the Internet standards governing message
27765 headers and will not send an unqualifed name to the MTA.  Therefore, when
27766 you enter an unqualified name, Alpine will normally attempt to turn it into
27767 a fully qualified address, first by checking to see if you have entered a
27768 matching nickname in your addressbook, or failing that, by simply adding
27769 your own domain to the name entered.  So if your address is
27770 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27771 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27772 that into &quot;fred@example.com&quot;.<P>
27774 There are situations where it is not desirable for Alpine to interpret such
27775 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27776 turned out to be a typo (intended to be an addressbook nickname), but
27777 there actually was a &quot;fred&quot; in your local domain, the message might 
27778 be mis-delivered without your realizing it.  In order to reduce the likelihood
27779 of such accidents, setting this feature will cause Alpine to treat such
27780 addresses as errors, and require that you explicitly enter the full local
27781 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27782 matches an address book nickname.<P>
27784 Consider this a safety feature against mis-directed mail.
27786 <UL>   
27787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27788 </UL><P>
27789 &lt;End of help on this topic&gt;
27790 </BODY>
27791 </HTML>
27792 ====== h_config_quell_local_lookup ======
27793 <HTML>
27794 <HEAD>
27795 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27796 </HEAD>
27797 <BODY>
27798 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27800 This feature controls an aspect of Alpine's Composer, and if needed, will
27801 usually be set by your system manager in Alpine's system-wide configuration
27802 file. Specifically, if this feature is set, Alpine will not attempt to look
27803 in the system password file to find a Full Name for the entered address.
27805 Normally, names you enter into address fields (e.g. To: or Cc:) are
27806 checked against your address book(s) to see if they match an address book
27807 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27808 the Unix password file.  If the entered name matches a username in the
27809 system password file, Alpine extracts the corresponding Full Name information
27810 for that individual, and adds that to the address being entered.
27812 However, password file matching can have surprising (incorrect) results if
27813 other users of the system do not receive mail at the domain you are using.
27814 That is, if either the 
27815 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27816 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27817 option
27818 is set such that the administrative domain of other users on the system
27819 isn't accurately reflected, Alpine should be told that a passwd file match
27820 is coincidental, and Full Name info will be incorrect.  For example, a
27821 personal name from the password file could get falsely paired with the
27822 entered name as it is turned into an address in the configured domain.
27824 If you are seeing this behavior, enabling this feature will prevent Unix
27825 Alpine from looking up names in the password file to find the Full Name
27826 for incomplete addresses you enter.<P>
27827 <UL>
27828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27829 </UL>
27831 &lt;End of help on this topic&gt;
27832 </BODY>
27833 </HTML>
27834 ====== h_config_tab_checks_recent ======
27835 <HTML>
27836 <HEAD>
27837 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27838 </HEAD>
27839 <BODY>
27840 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27842 In a FOLDER LIST screen, the TAB key usually just changes which
27843 folder is highlighted.
27844 If this feature is set, then the TAB key will cause the number of
27845 recent messages and the total number of messages in the highlighted folder
27846 to be displayed instead.
27849 &lt;End of help on this topic&gt;
27850 </BODY>
27851 </HTML>
27852 ====== h_config_maildrops_preserve_state ======
27853 <HTML>
27854 <HEAD>
27855 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27856 </HEAD>
27857 <BODY>
27858 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27860 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27861 Normally, when mail is moved from a Mail Drop folder to a destination
27862 folder, it is delivered as new mail.
27863 Any Seen/New, Answered, Important/Flagged state that has changed will be
27864 ignored.
27865 All of the mail will be considered unSeen, unAnswered, and unImportant after
27866 it is moved.
27868 If this feature is set, then the state changes that have been made
27869 to the messages in the Mail Drop folder will be preserved.
27871 In any case, messages that are already marked Deleted when the
27872 mail is to be moved from the Mail Drop will be ignored.
27874 &lt;End of help on this topic&gt;
27875 </BODY>
27876 </HTML>
27877 ====== h_config_preopen_stayopens ======
27878 <HTML>
27879 <HEAD>
27880 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27881 </HEAD>
27882 <BODY>
27883 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27885 This feature is related to the option
27886 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27887 Normally, Stay Open folders are only opened on demand, when the user
27888 asks to open them.
27889 From then on they are kept open for the duration of the session.
27890 However, if this feature is set, then the Stay Open folders will all be
27891 opened at startup, at the same time that the INBOX is opened.
27894 &lt;End of help on this topic&gt;
27895 </BODY>
27896 </HTML>
27897 ====== h_config_expunge_inbox ======
27898 <HTML>
27899 <HEAD>
27900 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27901 </HEAD>
27902 <BODY>
27903 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27905 The INBOX is normally treated differently from regular folders in several
27906 ways.
27907 One of the differences is that the normal &quot;close&quot; sequence of
27908 events is deferred until Alpine is exited, instead of happening when you
27909 leave the INBOX to view another folder.
27910 The &quot;close&quot; sequence normally includes the Expunging
27911 of deleted messages
27912 (either automatically or after a prompt, controlled by the features
27913 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27914 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27915 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27916 handling of the
27917 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27920 If this feature is set the &quot;close&quot; sequence handling will take
27921 place every time you leave the INBOX.
27922 The INBOX will still be kept open, but the offer to Expunge and the archiving
27923 to the <!--#echo var="VAR_read-message-folder"-->
27924 will take place each time you leave the INBOX instead of only once at the
27925 end of the session.
27928 &lt;End of help on this topic&gt;
27929 </BODY>
27930 </HTML>
27931 ====== h_config_expunge_stayopens ======
27932 <HTML>
27933 <HEAD>
27934 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27935 </HEAD>
27936 <BODY>
27937 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27939 This feature is related to the option
27940 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27941 Stay Open folders are treated differently from regular folders in several
27942 ways.
27943 One of the differences is that the normal &quot;close&quot; sequence of
27944 events is deferred until Alpine is exited, instead of happening when you
27945 leave the folder to view another folder.
27946 The &quot;close&quot; sequence normally includes the Expunging
27947 of deleted messages
27948 (either automatically or after a prompt, controlled by the features
27949 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27950 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27951 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27952 handling of
27953 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27956 If this feature is set the &quot;close&quot; sequence handling will take
27957 place when you leave the Stay Open folder.
27958 The folder will still be kept open, but the offer to Expunge and the archiving
27959 will take place each time you leave the folder instead of only once at the
27960 end of the session.
27961 This feature does not affect the INBOX, which will still only be processed
27962 when you exit Alpine.
27963 However, there is a similar feature that affects only the INBOX called
27964 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27967 &lt;End of help on this topic&gt;
27968 </BODY>
27969 </HTML>
27970 ====== h_config_preserve_start_stop ======
27971 <HTML>
27972 <HEAD>
27973 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27974 </HEAD>
27975 <BODY>
27976 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27978 This feature controls how special control key characters, typically
27979 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27980 are known as the "stop" and "start" characters and are sometimes used in
27981 communications paths to control data flow between devices that operate at
27982 different speeds.
27986 By default, Alpine turns the system's handling of these special characters
27987 off except during printing.  However, if you see Alpine reporting input errors
27988 such as:
27990 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27992 and, at the same time, see your display become garbled, then it is likely
27993 that setting this option will solve the problem.  Be aware, though, that
27994 enabling this feature will also cause Alpine to ostensibly "hang" 
27995 whenever the Ctrl-S key combination is entered as the system is now
27996 interpreting such input as a "stop output" command.  To "start
27997 output"  again, simply type Ctrl-Q. 
27999 &lt;End of help on this topic&gt;
28000 </BODY>
28001 </HTML>
28002 ====== h_config_enable_incoming ======
28003 <HTML>
28004 <HEAD>
28005 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28006 </HEAD>
28007 <BODY>
28008 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28010 Alpine's Incoming Message Folders collection
28011 provides a convenient way to access multiple incoming folders.
28012 It is also useful if you have accounts on multiple computers.
28015 If set, this feature defines a pseudo-folder collection called
28016 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28017 in this collection will be your INBOX, which will no longer show up in
28018 your Default folder collection.
28021 You may add more folders to the Incoming Message Folders collection by
28022 using the
28023 <!--chtml if pinemode="function_key"-->
28024 &quot;F10
28025 <!--chtml else-->
28026 &quot;A
28027 <!--chtml endif-->
28028 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28029 the host the folder is stored on (which defaults to the same host used
28030 for your INBOX), a nickname, and the actual folder name.  Once a set
28031 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28032 or MESSAGE TEXT screens) may be used to scan the folders for those
28033 with Recent messages.  If you add more folders to
28034 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28035 no effect.
28037 NOTE: Normally the software that actually delivers mail (the stuff that happens
28038 before Alpine is involved) is in a better position to do delivery filtering
28039 than is Alpine itself.
28040 If possible, you may want to look at programs such as
28041 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28042 filtering programs.
28043 If you'd prefer to have Alpine do the filtering for you, you may set that
28045 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28047 <UL>   
28048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28049 </UL><P>
28050 &lt;End of help on this topic&gt;
28051 </BODY>
28052 </HTML>
28053 ====== h_config_enable_incoming_checking ======
28054 <HTML>
28055 <HEAD>
28056 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28057 </HEAD>
28058 <BODY>
28059 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28061 This feature is only operational if you have enabled the optional
28062 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28063 If you do have Incoming Message Folders and you also set this feature,
28064 then the number of Unseen messages in each folder will be displayed
28065 in the FOLDER LIST screen for the Incoming Message Folders.
28066 The number of Unseen messages in a folder will be displayed in parentheses
28067 to the right of the name of each folder.
28068 If there are no Unseen messages in a folder then only the name
28069 is displayed, not a set of parentheses with zero inside them.
28070 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28071 the Incoming Message Folders to cause an immediate update.
28073 If a check for Unseen messages fails for a particular folder then Alpine
28074 will no longer attempt to check that folder for the duration of the
28075 session and this will be indicated by a question mark inside the
28076 parentheses.
28078 The features
28079 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28080 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28081 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28082 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28083 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28084 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28085 all affect how this feature behaves.
28087 <UL>   
28088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28089 </UL><P>
28090 &lt;End of help on this topic&gt;
28091 </BODY>
28092 </HTML>
28093 ====== h_config_incoming_checking_total ======
28094 <HTML>
28095 <HEAD>
28096 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28097 </HEAD>
28098 <BODY>
28099 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28101 This option has no effect unless the feature
28102 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28103 is set, which in turn has no effect unless
28104 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28105 is set.
28107 When incoming folder checking is turned on the default is to display
28108 the number of unseen messages in each folder.
28109 More precisely, it is the number of undeleted unseen messages.
28110 Using this option you may also display the total number of messages
28111 in each folder.
28112 Instead of a single number representing the number of unseen messages
28113 you will get two numbers separated by a slash character.
28114 The first is the number of unseen messages and the second is the
28115 total number of messages.
28117 You may also use the recent message count instead of the unseen message
28118 count by turning on the feature
28119 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28121 <UL>   
28122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28123 </UL><P>
28124 &lt;End of help on this topic&gt;
28125 </BODY>
28126 </HTML>
28127 ====== h_config_incoming_checking_recent ======
28128 <HTML>
28129 <HEAD>
28130 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28131 </HEAD>
28132 <BODY>
28133 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28135 This option has no effect unless the feature
28136 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28137 is set, which in turn has no effect unless
28138 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28139 is set.
28141 When incoming folder checking is turned on the default is to display
28142 the number of unseen messages in each folder.
28143 More precisely, it is the number of undeleted unseen messages.
28144 Using this option you may display the number of recent messages instead
28145 of the number of unseen messages.
28146 A message is only counted as recent if this is the first session to
28147 see it, so the recent count might be less than the unseen count.
28148 The difference between the two would be accounted for by the unseen messages
28149 in the folder which were there previously but have not been looked at yet.
28151 If you simultaneously run more than one email client at a time
28152 (for example, you run more than one Alpine in parallel) then turning
28153 this feature on can cause some confusion.
28154 The confusion stems from the fact that each message is only considered to be
28155 recent in one session.
28156 That means that the counts of new messages may be different in the two
28157 Alpines running side by side, because each incoming message will only be
28158 counted as recent in one of the two sessions.
28160 You may also display the total number of messages
28161 in each folder by using the
28162 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28163 option.
28165 <UL>   
28166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28167 </UL><P>
28168 &lt;End of help on this topic&gt;
28169 </BODY>
28170 </HTML>
28171 ====== h_config_attach_in_reply ======
28172 <HTML>
28173 <HEAD>
28174 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28175 </HEAD>
28176 <BODY>
28177 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28179 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28180 attachments that were part of the original message will automatically be
28181 included in the Reply.
28183 &lt;End of help on this topic&gt;
28184 </BODY>
28185 </HTML>
28186 ====== h_config_include_header =====
28187 <HTML>
28188 <HEAD>
28189 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28190 </HEAD>
28191 <BODY>
28192 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28194 This feature controls an aspect of Alpine's Reply command. If set, and the
28195 original message is being included in the reply, then headers from that
28196 message will also be part of the reply.
28198 &lt;End of help on this topic&gt;
28199 </HEAD>
28200 </HTML>
28201 ====== h_config_sig_at_bottom =====
28202 <HTML>
28203 <HEAD>        
28204 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28205 </HEAD>
28206 <BODY>
28207 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28209 This feature controls an aspect of Alpine's Reply command.  If this feature
28210 is set, and the original message is being included in the reply, then the
28211 contents of your signature file (if any) will be inserted after the included
28212 message.
28214 This feature does not affect the results of a Forward command.
28216 &lt;End of help on this topic&gt;
28217 </BODY>
28218 </HTML>
28219 ====== h_config_sigdashes =====
28220 <HTML>
28221 <HEAD>
28222 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28223 </HEAD>
28224 <BODY>
28225 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28227 This feature enables support for the common USENET news convention 
28228 of preceding a message signature with the special line consisting of 
28229 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28232 When enabled and a
28233 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28234 Alpine will insert the special line before including the file's text (unless
28235 the special line already exists somewhere in the file's text).
28238 In addition, when you Reply or Followup to a message containing one of
28239 these special lines and choose to include its text, Alpine will observe
28240 the convention of not including text beyond the special line in your
28241 reply.
28242 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28243 mode is enabled and turned on, then Alpine <EM>will</EM>
28244 include the text beyond the special line regardless of the setting of
28245 this feature.
28248 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28249 for a related feature.
28252 <UL>   
28253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28254 </UL><P>
28255 &lt;End of help on this topic&gt;
28256 </BODY>
28257 </HTML>
28258 ====== h_config_new_thread_blank_subject =====
28259 <HTML>
28260 <HEAD>
28261 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28262 </HEAD>
28263 <BODY>
28264 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28266 When this feature is enabled (the default) Alpine will create a new thread
28267 every time that the subject line becomes empty at any time during composition.
28270 This behavior is particularly useful in case you are replying to a message.
28271 Replying to a message causes the message to be in the same thread than the
28272 original message that is being replied to. However, many authors want to create
28273 a new message (in a different thread) while replying to a message, and they do
28274 this by changing the full subject, by first deleting the original subject and
28275 typing the new subject of the current message.
28278 Enabling this feature causes that any time that the subject is deleted, the 
28279 message being composed will be considered the first message of a new thread.
28282 <UL>   
28283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28284 </UL><P>
28285 &lt;End of help on this topic&gt;
28286 </BODY>
28287 </HTML>
28288 ====== h_config_strip_sigdashes =====
28289 <HTML>
28290 <HEAD>
28291 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28292 </HEAD>
28293 <BODY>
28294 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28296 This feature doesn't do anything if the feature
28297 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28298 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28299 then turning on this feature enables support for the convention
28300 of not including text beyond the sigdashes line when Replying or Following
28301 up to a message and including the text of that message.
28302 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28303 mode is enabled and turned on, then Alpine <EM>will</EM>
28304 include the text beyond the special line regardless of the setting of
28305 this feature.
28307 In other words, this is a way to turn on the signature stripping behavior
28308 without also turning on the dashes-adding behavior.
28310 <UL>   
28311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28312 </UL><P>
28313 &lt;End of help on this topic&gt;
28314 </BODY>
28315 </HTML>
28316 ====== h_config_forward_as_attachment =====
28317 <HTML>
28318 <HEAD>
28319 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28320 </HEAD>
28321 <BODY>
28322 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28324 This feature affects the way forwarded message text is handled.  When set, rather than 
28325 include the text of the forwarded message below any additional text you provide in the
28326 composer, the forwarded message is attached in its entirety to the message you send.
28328 This is useful in that it keeps the text you provide in the composer distinct from the
28329 text of the forwarded message.  Similarly, it allows the recipient to 
28330 conveniently operate on the forwarded message.  For example, they might reply directly to
28331 the sender of the forwarded message, or process it as part of a spam report.
28332 <UL>   
28333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28334 </UL><P>
28335 &lt;End of help on this topic&gt;
28336 </BODY>
28337 </HTML>
28338 ====== h_config_preserve_field =====
28339 <HTML>
28340 <HEAD>
28341 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28342 </HEAD>
28343 <BODY>
28344 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28346 This feature affects Alpine's behavior when one replies to a message. 
28347 When you receive a message, some or all of the recipients of the message 
28348 have been added to the To: and Cc: fields. If you reply to such message, 
28349 and this feature is disabled, then the original sender of the message is 
28350 added to the To: field, and all other recipients are added to the Cc: 
28351 field, while your address is added to the From: field.
28354 However, if this feature is enabled, then Alpine will preserve the 
28355 original fields as sent in the original message, so the Cc: and To: 
28356 fields will be preserved. The sender's address will be added to the To: 
28357 field, while your address is added to the From: field.
28360 The behavior of this feature is that replies to all messages will behave 
28361 in the way described above. If you only intend this to happen on a per 
28362 message basis, then keep this feature disabled, and when replying to a 
28363 message you will see a new option in the menu for the &quot;Reply to all 
28364 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28365 make Alpine toggle its question so you can preserve the To: and Cc: 
28366 fields for that message only.
28368 <UL>   
28369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28370 </UL><P>
28371 &lt;End of help on this topic&gt;
28372 </BODY>
28373 </HTML>
28374 ====== h_config_sub_lists =====
28375 <HTML>
28376 <HEAD>
28377 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28378 </HEAD>
28379 <BODY>
28380 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28382 This feature affects the subcommands available when Saving, 
28383 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28384 available. This command allows you to type in a substring of the folder
28385 you are looking for and when you type ^X it will display all folders
28386 that contain that substring in their names.
28387 This feature is set by default.
28390 &lt;End of help on this topic&gt;
28391 </BODY>
28392 </HTML>
28393 ====== h_config_scramble_message_id =====
28394 <HTML>
28395 <HEAD>
28396 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28397 </HEAD>
28398 <BODY>
28399 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28401 Normally the Message-ID header that Alpine generates when sending a message
28402 contains the name of the computer from which the message is being sent.
28403 Some believe that this hostname could be used by spammers or could
28404 be used by others for nefarious purposes.
28405 If this feature is set, that name will be transformed with a simple
28406 Rot13 transformation.
28407 The result will still have the correct syntax for a Message-ID but the
28408 part of the MessageID that is often a domain name will not be an actual
28409 domain name because the letters will be scrambled.
28411 In addition, other information such as the name program, version, and
28412 a code for operating system used to build Alpine, will be encoded using
28413 the Rot13 transformation, except for the version number which will be
28414 encoded using a Rot5 transformation.
28416 It is possible (but unlikely?) that some spam detection
28417 software will use that as a reason to reject the mail as spam.
28418 It has also been reported that some spam detection software uses the
28419 fact that there are no dots after the &quot;@&quot; as a reason to reject
28420 messages.
28421 If your PC-Alpine Message-ID is using a name without a dot that is because
28422 that is what Windows thinks is your &quot;Full computer name&quot;.
28423 The method used to set this varies from one type of Windows to another but
28424 check under Settings -> Control Panel -> System and
28425 look for Network Identification or Computer Name or something similar.
28426 How to set it is beyond the scope of Alpine.
28429 &lt;End of help on this topic&gt;
28430 </BODY>
28431 </HTML>
28432 ====== h_downgrade_multipart_to_text =====
28433 <HTML>
28434 <HEAD>
28435 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28436 </HEAD>
28437 <BODY>
28438 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28441 This feature affects Alpine's behavior when sending mail.  Internet
28442 standards require Alpine to translate all non-ASCII characters in
28443 messages that it sends using MIME encoding.  This encoding can be
28444 ostensibly broken for recipients if any agent between Alpine and the
28445 recipient, such as an email list expander, appends text to the
28446 message, such as list information or advertising.  When sending such
28447 messages Alpine attempts to protect such encoding by placing extra
28448 MIME boundaries around the message text.
28450 These extra boundaries are invisible to recipients that 
28451 use MIME-aware email programs (the vast majority).  However, if
28452 you correspond with users of email programs that are not MIME-aware,
28453 or do not handle the extra boundaries gracefully, you can
28454 use this feature to prevent Alpine from including the extra
28455 MIME information.  Of course, it will increase the likelihood
28456 that non-ASCII text you send may appear corrupt to the recipient.
28458 &lt;End of help on this topic&gt;
28459 </BODY>
28460 </HTML>
28461 ====== h_config_show_sort =====
28462 <HTML>
28463 <HEAD>
28464 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28465 </HEAD>
28466 <BODY>
28467 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28469 If this feature is set and there is sufficient space on the screen,
28470 a short indication of the current sort order will be
28471 added in the titlebar (the top line on the screen), before the name
28472 of the folder.
28473 For example, with the default Arrival sort in effect,
28474 the display would have the characters
28476 <P><CENTER>[A]</CENTER><P>
28478 added between the title of the screen and the folder name.
28479 The letters are the same as the letters you may type to manually
28480 sort a folder with the SortIndex command ($).
28481 The letters in the table below are the ones that may show
28482 up in the titlebar line.
28484 <TABLE>   
28485 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28486 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28487 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28488 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28489 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28490 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28491 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28492 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28493 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28494 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28495 </TABLE>
28497 If the sort order is Reversed, the letter above will be preceded by the letter
28498 &quot;R&quot;, for example
28500 <P><CENTER>[RS]</CENTER><P>
28502 means that a Reverse Subject sort is in effect.
28503 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28504 left out, and just an &quot;R&quot; is shown.
28506 <P><CENTER>[R]</CENTER>
28509 &lt;End of help on this topic&gt;
28510 </BODY>
28511 </HTML>
28512 ====== h_config_disable_reset_disp =====
28513 <HTML>
28514 <HEAD>
28515 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28516 </HEAD>
28517 <BODY>
28518 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28520 UNIX Alpine only.
28522 This feature affects Alpine's behavior when using
28523 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28524 Normally, before the display filter is run, the terminal mode is reset
28525 to what it was before you started Alpine.
28526 This may be necessary if the filter requires the use of the terminal.
28527 For example, it may need to interact with you.
28528 If you set this feature, then the terminal mode will not be reset.
28529 One thing that turning on this feature should fix is the coloring of
28530 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28531 breaks because the terminal reset resets the color state of the terminal.
28534 &lt;End of help on this topic&gt;
28535 </BODY>
28536 </HTML>
28537 ====== h_config_disable_sender =====
28538 <HTML>
28539 <HEAD>
28540 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28541 </HEAD>
28542 <BODY>
28543 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28545 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28546 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28547 header fields.
28548 By default, Alpine will generate such a header in situations where the
28549 username or domain are not the same as
28550 the &quot;From:&quot; header on the message.
28551 With this feature set,
28552 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28553 This may be desirable on a system that is virtually hosting many domains,
28554 and the sysadmin has other methods available for tracking a message to
28555 its originator.
28557 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28560 &lt;End of help on this topic&gt;
28561 </BODY>
28562 </HTML>
28563 ====== h_config_use_sender_not_x =====
28564 <HTML>
28565 <HEAD>
28566 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28567 </HEAD>
28568 <BODY>
28569 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28571 Normally Alpine adds a header line
28572 labeled &quot;X-X-Sender&quot;, if the sender is
28573 different from the From: line.
28574 The standard specifies that this header
28575 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28576 Setting this feature causes
28577 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28579 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28582 &lt;End of help on this topic&gt;
28583 </BODY>
28584 </HTML>
28585 ====== h_config_use_fk =====
28586 <HTML>
28587 <HEAD>
28588 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28589 </HEAD>
28590 <BODY>
28591 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28593 This feature specifies that Alpine will respond to function keys instead of
28594 the normal single-letter commands. In this mode, the key menus at the
28595 bottom of each screen will show function key designations instead of the
28596 normal mnemonic key.
28599 &lt;End of help on this topic&gt;
28600 </BODY>
28601 </HTML>
28602 ====== h_config_cancel_confirm =====
28603 <HTML>
28604 <HEAD>
28605 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28606 </HEAD>
28607 <BODY>
28608 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28610 This feature affects what happens when you type ^C to cancel a composition.
28611 By default, if you attempt to cancel a composition by typing ^C, you will be
28612 asked to confirm the cancellation by typing a &quot;C&quot;
28613 for <EM>C</EM>onfirm.
28614 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28615 risky because the &quot;^C Y&quot; needed to cancel a message
28616 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28618 If this feature is set the confirmation asked for
28619 will be a &quot;<EM>Y</EM>es&quot;
28620 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28623 &lt;End of help on this topic&gt;
28624 </BODY>
28625 </HTML>
28626 ====== h_config_compose_maps_del =====
28627 <HTML>
28628 <HEAD>
28629 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28630 </HEAD>
28631 <BODY>
28632 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28634 This feature affects the behavior of the DELETE key.
28635 If set, Delete will be equivalent to ^D, and delete
28636 the current character.  Normally Alpine defines the Delete key
28637 to be equivalent to ^H, which deletes the <EM>previous</EM>
28638 character.
28641 &lt;End of help on this topic&gt;
28642 </BODY>
28643 </HTML>
28644 ====== h_config_compose_bg_post =====
28645 <HTML>
28646 <HEAD>
28647 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28648 </HEAD>
28649 <BODY>
28650 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28652 This feature affects the behavior of Alpine's mail sending.  If set, this
28653 feature enables a subcommand in the composer's "Send?" confirmation
28654 prompt.  The subcommand allows you to tell Alpine to handle the actual
28655 posting in the background.  While this feature usually allows posting
28656 to appear to happen very fast, it has no affect on the actual delivery
28657 time it takes a message to arrive at its destination.
28660 Please Note:
28661 <OL>
28662  <LI>This feature will have no effect if the feature
28663        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28664        is set.
28665  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28666        as well as several Unix ports, do not recognize this feature.
28667  <LI>Error handling is significantly different when this feature is
28668         enabled.  Any message posting failure results in the message
28669         being appended to your &quot;Interrupted&quot; mail folder.  When you
28670         type the <A HREF="h_common_compose">C</A>ompose command,
28671         Alpine will notice this folder and
28672         offer to extract any messages contained.  Upon continuing a 
28673         failed message, Alpine will display the nature of the failure 
28674         in the status message line.
28675  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28676         for message data to
28677         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28678         if you typically run close to any sort of disk-space limits or quotas.
28679 </OL>
28681 &lt;End of help on this topic&gt;
28682 </BODY>
28683 </HTML>
28684 ====== h_config_compose_dsn =====
28685 <HTML>
28686 <HEAD>
28687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28688 </HEAD>
28689 <BODY>
28690 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28692 This feature affects the behavior of Alpine's mail sending.  If set, this
28693 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28694 prompt.  The subcommand allows you to tell Alpine to request the type of
28695 Delivery Status Notification (DSN) that you would like.  Most users will
28696 be happy with the default, and need not enable this feature.
28698 If the feature
28699 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28700 then this feature has no effect and the type of DSN is not selectable.
28703 Turning on this feature and then turning on the DSNOpts from the send
28704 prompt reveals four on-off toggles at the bottom of the screen.
28705 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28706 that no notification be returned to you, even if there is a delivery
28707 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28708 server that you are willing (or not) to receive delay notifications, which
28709 happen when there is an unusual delay at some mail server (in that mail
28710 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28711 Success requests that you be sent a DSN message when the message is
28712 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28713 automatically turn off Delay and Success notification, and will flip the
28714 toggles to show that.  Similarly, turning on Delay and/or Success will
28715 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28716 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28717 the full message be returned in any failed DSN.  RetHdrs requests that
28718 only the headers be returned in any failed DSN.  Notice that this command
28719 applies only to failed delivery status reports.  For delay or success
28720 reports, the full message is never returned, only the headers are returned.
28723 If you don't enable the DSN feature or if you don't turn it on for a
28724 particular message, the default is that you will be notified about failures,
28725 you might be notified about delays, and you won't be notified about
28726 successes.  You will usually receive the full message back when there is
28727 a failure.
28730 If you turn on the DSNOpts the default is to return as much information as
28731 possible to you.  That is, by default, the Success and Delay options are
28732 turned on and the full message will be returned on failure.
28735 The sending prompt will display the current DSN request (if any) in a
28736 shorthand form.  It will be:
28738 <P><CENTER>[Never]</CENTER>
28741 if you have requested NoErrRets.  Otherwise, it will look something like:
28743 <P><CENTER>[FDS-Hdrs]</CENTER>
28746 The &quot;F&quot; will always be there, indicating that you will be notified
28747 of failures.  (Alpine doesn't provide a way to request no failure notification
28748 and at the same time request either success or delay notification.  The only
28749 way to request no failure notifications is to request no notifications at
28750 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28751 requested Delay and/or Success notification.  If one of those is missing,
28752 that means you are requesting no notification of the corresponding type.
28753 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28754 the headers and Full means to return the full message (applies to
28755 failure notifications only).
28758 NOTE: This feature relies on your system's mail transport agent or
28759 configured
28760 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28761 having the negotiation mechanism introduced in
28762 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28763 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28764 are using doesn't support DSN, a short warning will be shown to you on
28765 the message line at the bottom of the screen after you send your message,
28766 but your message will have been sent anyway.
28769 Note that DSNs don't provide a mechanism to request read receipts.  That
28770 is, if you request notification on success you are notified when the
28771 message is delivered to the mailbox, not when the message is read.
28774 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28775 it is possible that this feature might cause problems for some servers. 
28778 &lt;End of help on this topic&gt;
28779 </BODY>
28780 </HTML>
28781 ====== h_config_auto_zoom =====
28782 <HTML>
28783 <HEAD>
28784 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28785 </HEAD>
28786 <BODY>
28787 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28789 This feature affects the behavior of the Select command.
28790 If set, the select command will automatically perform a zoom
28791 after the select is complete.
28792 This feature is set by default.
28794 Some related help topics are
28795 <UL>
28796 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28797 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28798 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28799 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28800 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28801 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28802 </UL>
28805 &lt;End of help on this topic&gt;
28806 </BODY>
28807 </HTML>
28808 ====== h_config_auto_unzoom =====
28809 <HTML>
28810 <HEAD>
28811 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28812 </HEAD>
28813 <BODY>
28814 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28816 This feature affects the behavior of the Apply command.  If set, and if
28817 you are currently looking at a Zoomed Index view of selected messages,
28818 the Apply command will do the operation you specify, but then will
28819 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28820 the normal Index view after the Apply. 
28821 This feature is set by default.
28824 Some related help topics are
28825 <UL>
28826 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28827 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28828 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28829 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28830 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28831 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28832 </UL>
28834 &lt;End of help on this topic&gt;
28835 </BODY>
28836 </HTML>
28837 ====== h_config_auto_unselect =====
28838 <HTML>
28839 <HEAD>
28840 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28841 </HEAD>
28842 <BODY>
28843 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28845 This feature affects the behavior of the Apply command.  If set,
28846 the Apply command will do the operation you specify, but then will
28847 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28848 the normal Index view after the Apply. 
28851 Some related help topics are
28852 <UL>
28853 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28854 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28855 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28856 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28857 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28858 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28859 </UL>
28861 &lt;End of help on this topic&gt;
28862 </BODY>
28863 </HTML>
28864 ====== h_config_fast_recent =====
28865 <HTML>
28866 <HEAD>
28867 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28868 </HEAD>
28869 <BODY>
28870 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28872 This feature controls the behavior of the TAB key when traversing folders
28873 in the optional 
28874 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28875 collection or in optional <!--#echo var="VAR_news-collections"-->.
28878 When the TAB
28879 (<A HREF="h_common_nextnew">NextNew</A>)
28880 key is pressed, the default behavior is to
28881 explicitly examine the status of the folder for the number of recent
28882 messages (messages delivered since the last time it was viewed).
28883 Depending on the size and number of messages in the folder, this test
28884 can be time consuming.
28887 Enabling this feature will cause Alpine to only test for the existence of
28888 any recent messages rather than to obtain the count.  This is much faster
28889 in many cases.  The downside is that you're not given the number of recent
28890 messages when prompted to view the next folder.
28891 If the feature
28892 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28893 is turned on, then the present feature will have no effect.
28896 <UL>   
28897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28898 </UL><P>
28899 &lt;End of help on this topic&gt;
28900 </BODY>
28901 </HTML>
28902 ====== h_config_arrow_nav =====
28903 <HTML>
28904 <HEAD>
28905 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28906 </HEAD>
28907 <BODY>
28908 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28910 This feature controls the behavior of the left and right arrow keys.
28911 If set, the left and right arrow keys will operate like the usual
28912 navigation keys &lt; and &gt;.
28913 This feature is set by default.
28916 If you set this feature, and do not like the changed behavior of the up/down 
28917 arrow 
28918 keys when navigating through the FOLDER LIST screen -- 
28919 <B>first</B> from column to column, if more than one folder is 
28920 displayed per row, 
28921 and <B>then</B> from row to row -- you may either also wish to set the feature 
28922 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28923 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28924 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28925 folders in each column.
28927 <UL>   
28928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28929 </UL><P>
28930 &lt;End of help on this topic&gt;
28931 </BODY>
28932 </HTML>
28933 ====== h_config_relaxed_arrow_nav =====
28934 <HTML>
28935 <HEAD>
28936 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28937 </HEAD>
28938 <BODY>
28939 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28941 This feature controls the behavior of the left, right, up and down
28942 arrow keys in the FOLDER LIST screen when the &quot;<A
28943 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28944 set.
28945 This feature is set by default.
28949 When this feature is set, the left and right
28950 arrow keys in the FOLDER LIST screen
28951 move the highlight bar to the left or right, and the up and
28952 down arrows move it up or down.
28955 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28956 feature is not set;
28957 the left and right arrow keys in the Folder List screen strictly
28958 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28959 and down arrow keys move the highlight bar to the previous and next
28960 folder or directory name.
28963 <UL>   
28964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28965 </UL><P>
28966 &lt;End of help on this topic&gt;
28967 </BODY>
28968 </HTML>
28969 ====== h_config_alt_compose_menu =====
28970 <HTML>
28971 <HEAD>
28972 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28973 </HEAD>
28974 <BODY>
28975 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28977 This feature controls the menu that is displayed when Compose is selected.
28978 If set, a list of options will be presented, with each option representing
28979 the type of composition that could be used. This feature is most useful for
28980 users who want to avoid being prompted with each option separately, or who
28981 want to avoid the checking of remote postponed or form letter folders.
28982 The possible types of composition are:
28985 New, for starting a new composition. Note that if New is selected and roles
28986 are set, roles are checked for matches and applied according to the setting
28987 of the matching role.
28990 Interrupted, for continuing an interrupted composition. This option is only
28991 offered if an interrupted message folder is detected.
28994 Postponed, for continuing postponed compositions. This option is offered
28995 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28996 the postponed folder actually exists. This option is especially handy
28997 for avoiding having to check for the existence of a remote postponed folder.
29000 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29001 is set in the config, and is not checked for existence for reasons similar
29002 to those explained by the postponed option.
29005 setRole, for selecting a role to apply to a composition.
29008 &lt;End of help on this topic&gt;
29009 </BODY>
29010 </HTML>
29011 ====== h_config_alt_role_menu =====
29012 <HTML>
29013 <HEAD>
29014 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29015 </HEAD>
29016 <BODY>
29017 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29019 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29020 a role and compose a new message using that role.
29021 When this feature is set, the role command will first ask whether you want to
29022 Compose a new message, Forward the current message, Reply to the
29023 current message, or Bounce the current message.
29024 If you are not in the MESSAGE INDEX and are not viewing a message,
29025 then there is no current message and the question will be skipped.
29026 After you have chosen to Compose, Forward, Reply, or Bounce you will
29027 then choose the role to be used.
29029 When Bouncing the &quot;Set From&quot; address is used for the
29030 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29031 provided that the option
29032 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29033 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29034 set.
29035 Other actions of the role are ignored when Bouncing.
29038 &lt;End of help on this topic&gt;
29039 </BODY>
29040 </HTML>
29041 ====== h_config_always_spell_check =====
29042 <HTML>
29043 <HEAD>
29044 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29045 </HEAD>
29046 <BODY>
29047 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29049 When this feature is set, every composed message will be spell-checked before
29050 being sent.
29052 &lt;End of help on this topic&gt;
29053 </BODY>
29054 </HTML>
29055 ====== h_config_quell_asterisks =====
29056 <HTML>
29057 <HEAD>
29058 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29059 </HEAD>
29060 <BODY>
29061 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29063 When you are running Alpine you will sometimes be asked for a password
29064 in a prompt on the third line from the bottom of the screen.
29065 Normally each password character you type will cause an asterisk to echo
29066 on the screen. That gives you some feedback to know that your typing is
29067 being recognized.
29068 There is a very slight security risk in doing it this way because someone
29069 watching over your shoulder might be able to see how many characters there
29070 are in your password.
29071 If you'd like to suppress the echoing of the asterisks set this feature.
29073 &lt;End of help on this topic&gt;
29074 </BODY>
29075 </HTML>
29076 ====== h_config_quell_flowed_text =====
29077 <HTML>
29078 <HEAD>
29079 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29080 </HEAD>
29081 <BODY>
29082 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29084 Alpine generates flowed text where possible.
29085 The method for generating flowed text is defined by
29086 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29087 the benefit of doing so is
29088 to send message text that can properly be viewed both on normal width displays
29089 and on displays with smaller or larger than normal screen widths.
29090 With flowed text, a space at the end of a line tells the receiving mail
29091 client that the following line belongs to the same paragraph.
29092 Quoted text will also be affected, with only the innermost
29093 level of &quot;&gt;&quot; quoting being followed by a space.
29094 However, if you have changed the
29095 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29096 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29097 quoted text will not be flowed.
29098 For this reason, we recommend that you leave your
29099 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29101 This feature turns off the generation of flowed text, as it might be
29102 desired to more tightly control how a message is displayed on the receiving end.
29104 If this feature is <EM>not</EM> set, you can control on a message by message
29105 basis whether or not flowed text is generated.
29106 You do this by typing ^V at the Send confirmation prompt that you get
29107 after typing ^X to send a message.
29108 ^V is a toggle that turns flowing off and back on if typed again.
29109 If for some reason flowing cannot be done on a particular message, then the
29110 ^V command will not be available.
29111 This would be the case, for example, if this feature was set, or if your
29112 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29113 If the feature
29114 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29115 then the opportunity to control on a message by message basis
29116 whether or not flowed text is generated is lost.
29118 When this feature is not set and you have typed ^V to turn off flowing,
29119 the Send confirmation prompt will change to look like
29121 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29123 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29124 also turn off the sending of flowed text messages, but it differs in that
29125 it also trims all trailing white space from a message before sending it.
29127 If alternate editors are used extensively, be aware that a message will still
29128 be sent flowed if this feature is unset.  In most cases this will be fine,
29129 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29130 use that.
29132 &lt;End of help on this topic&gt;
29133 </BODY>
29134 </HTML>
29135 ====== h_config_strip_ws_before_send =====
29136 <HTML>
29137 <HEAD>
29138 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29139 </HEAD>
29140 <BODY>
29141 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29143 By default, trailing whitespace is not stripped from
29144 a message before sending.  Trailing whitespace should have no effect on an
29145 email message, and in flowed text can aid in delimiting paragraphs.
29146 However, the old behavior of stripping trailing whitespace was in place
29147 to better deal with older clients that couldn't handle certain types of
29148 text encodings.  This feature restores the old behavior
29150 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29151 generated by default but can be turned off via the
29152 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29153 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29154 of flowed text.
29156 &lt;End of help on this topic&gt;
29157 </BODY>
29158 </HTML>
29159 ====== h_config_del_from_dot =====
29160 <HTML>
29161 <HEAD>
29162 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29163 </HEAD>
29164 <BODY>
29165 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29167 This feature controls the behavior of the Ctrl-K command in the composer.
29168 If set, ^K will cut from the current cursor position to the end of the line,
29169 rather than cutting the entire line.
29172 &lt;End of help on this topic&gt;
29173 </BODY>
29174 </HTML>
29175 ====== h_config_print_index =====
29176 <HTML>
29177 <HEAD>
29178 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29179 </HEAD>
29180 <BODY>
29181 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29183 This feature controls the behavior of the Print command when in the
29184 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29185 asking if you wish to print the message index, or the currently highlighted
29186 message. If not set, the message will be printed.
29189 &lt;End of help on this topic&gt;
29190 </BODY>
29191 </HTML>
29192 ====== h_config_allow_talk =====
29193 <HTML>
29194 <HEAD>
29195 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29196 </HEAD>
29197 <BODY>
29198 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29200 UNIX Alpine only.
29202 By default, permission for others to &quot;talk&quot; to your terminal is turned
29203 off when you are running Alpine.  When this feature is set, permission is
29204 instead turned on.  If enabled, you may see unexpected messages in the
29205 middle of your Alpine screen from someone attempting to contact you via the
29206 &quot;talk&quot; program.
29209 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29210 talk daemon on your system will attempt to print a message on your screen 
29211 when someone else is trying to contact you.  If you wish to see these
29212 messages while you are running Alpine, you should enable this feature.
29215 If you do enable this feature and see a &quot;talk&quot; message, you must 
29216 suspend or quit Alpine before you can respond.
29219 &lt;End of help on this topic&gt;
29220 </BODY>
29221 </HTML>
29222 ====== h_config_send_filter_dflt =====
29223 <HTML>
29224 <HEAD>
29225 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29226 </HEAD>
29227 <BODY>
29228 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29229 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29230 configured, setting this feature will cause
29231 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29232 instead of unfiltered, the usual default.
29234 <UL>   
29235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29236 </UL><P>
29237 &lt;End of help on this topic&gt;
29238 </BODY>
29239 </HTML>
29240 ====== h_config_custom_print =====
29241 <HTML>
29242 <HEAD>
29243 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29244 </HEAD>
29245 <BODY>
29246 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29248 When this feature is set, the print command will have an additional
29249 subcommand called "C CustomPrint".  If selected, you will have
29250 the opportunity to enter any system print command --instead of being 
29251 restricted to using those that have been previously configured in the 
29252 printer setup menu.
29255 &lt;End of help on this topic&gt;
29256 </BODY>
29257 </HTML>
29258 ====== h_config_enable_dot_files =====
29259 <HTML>
29260 <HEAD>
29261 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29262 </HEAD>
29263 <BODY>
29264 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29266 When this feature is set, files beginning with dot (".") will be
29267 visible in the file browser.  For example, you'll be able to select them
29268 when using the browser to add an attachment to a message.
29270 &lt;End of help on this topic&gt;
29271 </BODY>
29272 </HTML>
29273 ====== h_config_enable_dot_folders =====
29274 <HTML>
29275 <HEAD>        
29276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29277 </HEAD>
29278 <BODY>
29279 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29281 When this feature is set, folders beginning with dot (".") may be added
29282 and viewed.
29284 &lt;End of help on this topic&gt;
29285 </BODY>
29286 </HTML>
29287 ====== h_config_ff_between_msgs =====
29288 <HTML>
29289 <HEAD>
29290 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29291 </HEAD>
29292 <BODY>
29293 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29295 Setting this feature causes a formfeed to be printed between messages when
29296 printing multiple messages (with Apply Print command).
29298 &lt;End of help on this topic&gt;
29299 </BODY>
29300 </HTML>
29301 ====== h_config_blank_keymenu =====
29302 <HTML>
29303 <HEAD>
29304 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29305 </HEAD>
29306 <BODY>
29307 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29309 If this feature is set the command key menu that normally appears on the
29310 bottom two lines of the screen will not usually be there.  Asking for
29311 help with ^G or ? will cause the key menu to appear instead of causing
29312 the help message to come up.  If you want to actually see the help text,
29313 another ^G or ? will show it to you.  After the key menu has popped
29314 up with the help key it will remain there for an O for Other command but
29315 disappear if any other command is typed.
29317 &lt;End of help on this topic&gt;
29318 </BODY>
29319 </HTML>
29320 ====== h_config_enable_mouse =====
29321 <HTML>
29322 <HEAD>
29323 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29324 </HEAD>
29325 <BODY>
29326 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29328 This feature controls whether or not an X terminal mouse can be used with
29329 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29330 being used, the left mouse button on the mouse can be used to select text
29331 or commands.
29332 Clicking on a command at the bottom of the screen will behave as if you had
29333 typed that command.
29334 Clicking on an index line will move the current message highlight to
29335 that line.
29336 Double-clicking on an index line will view the message.
29337 Double-clicking on a link will view the link.
29339 This type of mouse support will also work in some terminal emulators which are
29340 not actually X terminals, but which have extra code to support the xterm
29341 style mouse.
29342 For those emulators you not only need to turn this feature on but you also
29343 have to set the $DISPLAY environment variable even though it isn't needed
29344 for your terminal.
29345 That will cause Alpine to think that it is an xterm and to properly interpret the
29346 escape sequences sent by the mouse.
29348 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29349 also modified.  It is sometimes possible to hold the shift key down while clicking
29350 left or middle mouse buttons for the normal xterm cut/paste operations. 
29351 There is also an Alpine command to toggle this mode on or off.
29352 The command is Ctrl-&#92; (Control-backslash).
29354 &lt;End of help on this topic&gt;
29355 </BODY>
29356 </HTML>
29357 ====== h_config_enable_xterm_newmail =====
29358 <HTML>
29359 <HEAD>        
29360 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29361 </HEAD>
29362 <BODY>
29363 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29365 This feature controls whether or not Alpine will attempt to announce new
29366 mail arrival when it is running in an X terminal window and that window
29367 is iconified.  If set, and the $DISPLAY variable indicates that an X
29368 terminal is being used, Alpine will send appropriate escape sequences to
29369 the X terminal to modify the label on Alpine's icon to indicate that new
29370 mail has arrived. Alpine will also modify the Alpine window's title to
29371 indicate new mail.
29372 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29374 &lt;End of help on this topic&gt;
29375 </BODY></HTML>
29376 ====== h_config_enable_newmail_short_text =====
29377 <HTML>
29378 <HEAD>        
29379 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29380 </HEAD>
29381 <BODY>
29382 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29384 This feature controls the text to be displayed in an icon in the event
29385 of a new message arrival.  Normally, the message will
29386 be the one that is displayed on the screen.  This feature shortens the
29387 message to a count of the number of new messages in brackets.  This may be
29388 more useful for those who use the window's title bar in the task bar as a
29389 new mail indicator.  This feature is only useful if the
29390 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29391 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29392 feature, this feature is only relevant when run in an xterm environment.
29394 &lt;End of help on this topic&gt;
29395 </BODY></HTML>
29396 ====== h_config_copy_to_to_from =====
29397 <HTML>
29398 <HEAD>
29399 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29400 </HEAD>
29401 <BODY>
29402 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29404 This feature affects the From address used when Replying to a message.
29405 It is probably only useful if you have some
29406 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29407 defined.
29408 When enabled, it checks to see if any of the addresses in the To or Cc
29409 fields of the message you are replying to is one of your addresses.
29410 If it is, and there is only one of them, then that address is used as
29411 the From address in the message you are composing.
29412 In other words, you will be using a From address that is the same
29413 as the To address that was used to get the mail to you in the first place.
29416 If a role is being used and it has a From address defined, that From address will
29417 be used rather than the one derived from this feature.
29420 <UL>   
29421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29422 </UL><P>
29423 &lt;End of help on this topic&gt;
29424 </BODY>
29425 </HTML>
29426 ====== h_config_prefix_editing =====
29427 <HTML>
29428 <HEAD>
29429 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29430 </HEAD>
29431 <BODY>
29432 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29434 This feature affects the Reply command's &quot;Include original message
29435 in Reply?&quot; prompt.  When enabled, it causes the
29436 &quot;Edit Indent String&quot; sub-command to appear which allows 
29437 you to edit the string Alpine would otherwise use to denote included 
29438 text from the message being replied to.<P>
29440 Thus, you can change Alpine's default message quote character (usually
29441 an angle bracket) on a per message basis. So you could change your quoted message to
29442 look, for example, like this:<p>
29444 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29446 John: I just wanted to say hello and to congratulate you
29447 John: on a job well done!</pre><p>
29449 The configuration option
29450 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29451 may be used to change what appears as the default string to be edited.
29453 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29454 currently being replied to.
29456 If you change your <!--#echo var="VAR_reply-indent-string"-->
29457 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29458 quoted text will not be flowed
29459 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29460 when you reply.
29461 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29462 set to the default value.
29464 <UL>   
29465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29466 </UL><P>
29467 &lt;End of help on this topic&gt;
29468 </BODY>
29469 </HTML>
29470 ====== h_config_enable_search_and_repl =====
29471 <HTML>
29472 <HEAD>
29473 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29474 </HEAD>
29475 <BODY>
29476 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29478 This feature modifies the behavior of Alpine's composer.  Setting this
29479 feature causes Alpine to offer the "^R Replace" subcommand, which
29480 allows you to search and replace text strings in a message you are composing, 
29481 inside the "^W Where is" command.  
29485 To search and replace text, first enter the text to be replaced at the 
29486 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29487 text, press ^R, which turns the prompt into 
29491 Search (to replace): 
29495 and then press Enter.  The cursor will highlight the first occurrence 
29496 of the text string you entered, and the prompt will show: 
29500 Replace "<your text string>" with : 
29504 where <your text string> is what you entered at the previous prompt;
29505 here, enter the replacement text.  To only replace the highlighted 
29506 occurrence, simply press Enter now; to replace all occurrences in the 
29507 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29508 each replacement.
29512 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29513 ^X toggles between "Replace All" and "Replace One."
29517 If you previously searched for text in a message, it will be offered for 
29518 re-use as part of the prompt, shown in [ ] brackets.
29521 &lt;End of help on this topic&gt;
29522 </BODY>
29523 </HTML>
29524 ====== h_config_enable_view_attach =====
29525 <HTML>
29526 <HEAD>
29527 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29528 </HEAD>
29529 <BODY>
29530 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29532 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29533 Setting this feature causes Alpine to present attachments in boldface.
29534 The first available attachment is displayed in inverse.  This is the
29535 "selected" attachment.  Pressing RETURN will cause Alpine to display
29536 the selected attachment.  Use the arrow keys to change which of the
29537 attachments displayed in boldface is the current selection.
29541 Speaking of arrow keys, the Up and Down Arrows will select the next
29542 and previous attachments if one is available on the screen for selection.
29543 Otherwise, they will simply adjust the viewed text one line up or down.
29547 Similarly, when selectable items are present in a message, the Ctrl-F key
29548 can be used to select the next item in the message independent of which
29549 portion of the viewed message is currently displayed. The Ctrl-B key can
29550 be used to select the previous item in the same way. 
29551 <P> 
29552 &lt;End of help on this topic&gt;
29553 </BODY>
29554 </HTML>
29555 ====== h_config_enable_y_print =====
29556 <HTML>
29557 <HEAD>
29558 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29559 </HEAD>
29560 <BODY>
29561 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29563 This feature modifies the behavior of Alpine's Print command.
29565 By default, Alpine's print command is available by pressing the "%" key.  
29566 (This command is a substantial change from Pine versions before 4.00 -- 
29567 where the print command was "Y" -- based on numerous complaints about 
29568 printing being invoked inadvertently, since Y also means "Yes.")  
29572 This feature is supplied to mitigate any disruption or anxiety users 
29573 might feel as a result of this change.  
29577 Enabling this feature will cause Alpine to recognize both the old
29578 command, "Y" for Prynt, as well the new "%" method for invoking
29579 printing.  Note, key menu labels are not changed as a result of
29580 enabling this feature.
29584 &lt;End of help on this topic&gt;
29585 </BODY>
29586 </HTML>
29587 ====== h_config_enable_lessthan_exit =====
29588 <HTML>
29589 <HEAD>
29590 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29591 </HEAD>
29592 <BODY>
29593 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29595 If this feature is set, then on screens where there is an Exit command
29596 but no < command, the < key will perform the same function as the Exit
29597 command.
29598 This feature is set by default.
29600 &lt;End of help on this topic&gt;
29601 </BODY>
29602 </HTML>
29603 ====== h_config_enable_view_url =====
29604 <HTML>
29605 <HEAD>
29606 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29607 </HEAD>
29608 <BODY>
29609 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29610 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29611 When this feature is set (the default) Alpine will select possible URLs from the
29612 displayed text and display them in boldface for selection.
29614 The first available URL is displayed in inverse.  This is the
29615 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29616 the selected URL via either built-in means as with mailto:, imap:,
29617 news:, and nntp:, or via an external application as defined
29618 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29619 variable.
29621 Use the arrow keys to change which of the URLs displayed in boldface
29622 is the current selection.
29624 Speaking of arrow keys, the Up and Down Arrows will select the next
29625 and previous URL if one is available on the screen for selection (unless 
29626 you have set the feature 
29627 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29628 Otherwise, they will simply adjust the viewed text one line up or down.
29630 Similarly, when selectable items are present in a message, the Ctrl-F
29631 key can be used to select the next item in the message independent
29632 of which portion of the viewed message is currently displayed. The
29633 Ctrl-B key can be used to select the previous item in the same way.
29635 <UL>   
29636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29637 </UL><P>
29638 &lt;End of help on this topic&gt;
29639 </BODY>
29640 </HTML>
29641 ====== h_config_enable_view_web_host =====
29642 <HTML>
29643 <HEAD>
29644 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29645 </HEAD>
29646 <BODY>
29647 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29649 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29650 When this feature is set (the default) Alpine will select possible web hostnames
29651 from the displayed text and display them in boldface for selection.  
29652 This can be useful when you receive messages referencing World Wide Web 
29653 sites without the use of complete URLs; for example, specifying only 
29654 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29655 selectable 
29656 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29657 rather than explicitly
29658 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29660 The first available hostname is displayed in inverse.  This is the
29661 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29662 the selected hostname via an external application as defined
29663 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29664 variable.
29666 Use the arrow keys (unless you have set the feature 
29667 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29668 to change which of the hostnames displayed in
29669 boldface is the current selection.
29671 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29672 key can be used to select the next web hostname in the message independent
29673 of which portion of the viewed message is currently displayed. The
29674 Ctrl-B key can be used to select the previous web hostnames in the same way.
29676 <UL>   
29677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29678 </UL><P>
29679 &lt;End of help on this topic&gt;
29680 </BODY>
29681 </HTML>
29682 ====== h_config_enable_view_addresses =====
29683 <HTML>
29684 <HEAD>
29685 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29686 </HEAD>
29687 <BODY>
29688 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29690 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29691 Setting this feature causes Alpine to select possible email addresses
29692 from the displayed text and display them in boldface for selection.  
29695 The first available email address is displayed in inverse.  This is the
29696 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29697 the message composition screen with the To: field filled in with the
29698 selected address.
29700 Use the arrow keys (unless you have set the feature 
29701 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29702 to change which of the hostnames displayed in
29703 boldface is the current selection.
29705 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29706 key can be used to select the next web hostname in the message independent
29707 of which portion of the viewed message is currently displayed. The
29708 Ctrl-B key can be used to select the previous web hostnames in the same way.
29710 <UL>   
29711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29712 </UL><P>
29713 &lt;End of help on this topic&gt;
29714 </BODY>
29715 </HTML>
29716 ====== h_config_enable_view_arrows =====
29717 <HTML>
29718 <HEAD>
29719 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29720 </HEAD>
29721 <BODY>
29722 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29724 This feature modifies Up and Down arrow key behavior in Alpine's
29725 MESSAGE TEXT screen when selectable Attachments, URL's, or
29726 web-hostnames are presented. Alpine's usual behavior is to move to
29727 the next or previous selectable item if currently displayed or
29728 simply to adjust the screen view by one line.
29732 Setting this feature causes the UP and Down arrow key to behave as
29733 if no selectable items were present in the message.
29737 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29738 item) functionality is unchanged.
29741 &lt;End of help on this topic&gt;
29742 </BODY>
29743 <HTML>
29744 ====== h_config_quell_charset_warning =====
29745 <HTML>
29746 <HEAD>
29747 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29748 </HEAD>
29749 <BODY>
29750 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29752 By default, if the message you are viewing contains characters that are
29753 not representable in your
29754 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29755 then Alpine will
29756 add a warning to the start of the displayed text.
29757 If this option is set, then that editorial message will be suppressed.
29759 Setting this feature also suppresses the comment about the character set
29760 in header lines.
29761 For example, when viewing a message you might see
29763 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29765 in the From header if your Character-Set is something other than ISO-8859-2.
29766 If you set this feature, the comment about the character set will
29767 no longer be there.
29769 &lt;End of help on this topic&gt;
29770 </BODY>
29771 </HTML>
29772 ====== h_config_quell_host_after_url =====
29773 <HTML>
29774 <HEAD>
29775 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29776 </HEAD>
29777 <BODY>
29778 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29780 By default, links in HTML text are displayed with the host the link
29781 references appended, within square brackets, to the link text.  Alpine
29782 does this to help indicate where a link will take you, particularly when
29783 the link text might suggest a different destination.
29786 Setting this feature will prevent the server name from being appended
29787 to the displayed text.
29790 &lt;End of help on this topic&gt;
29791 </BODY>
29792 </HTML>
29793 ====== h_config_prefer_plain_text =====
29794 <HTML>
29795 <HEAD>
29796 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29797 </HEAD>
29798 <BODY>
29799 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29801 A message being viewed may contain alternate versions of the same content.
29802 Those alternate versions are supposed to be ordered by the sending software such that the
29803 first alternative is the least preferred and the last alternative is the
29804 most preferred. Alpine will normally display the most-preferred version that
29805 it knows how to display. This is most often encountered where the two
29806 alternate versions are a plain text version and an HTML version, with the
29807 HTML version listed last as the most preferred.
29809 If this option is set, then any plain text version will be preferred to
29810 all other versions.
29812 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29813 which will temporarily change the sense of this option.
29814 If this option is set you will first see the plain text version of a
29815 message.
29816 If you then type the &quot;A&quot; command, you will see the most preferred version,
29817 most likely HTML, instead.
29818 Typing the &quot;A&quot; command a second time will switch it back.
29819 Alternatively, if the present option is not set you will originally see
29820 the most preferred version of the message and typing &quot;A&quot; will switch to
29821 the plain text version.
29823 &lt;End of help on this topic&gt;
29824 </BODY>
29825 </HTML>
29826 ====== h_config_pass_control =====
29827 <HTML>
29828 <HEAD>
29829 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29830 </HEAD>
29831 <BODY>
29832 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29834 It is probably not useful to set this option.
29835 This is a legacy option left behind &quot;just in case&quot;.
29836 Multi-byte characters that have an octet that has the same
29837 value as a control character are permitted through whether or not
29838 this option is turned on.
29840 This feature controls how certain characters contained in messages are
29841 displayed.
29842 If set, all characters in a message will be sent to the
29843 screen. Normally, control characters are displayed as shown below to
29844 avoid a garbled screen and to 
29845 avoid inadvertently changing terminal setup parameters.
29846 Control characters are usually displayed as two character sequences like
29847 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29848 for Control-C,
29849 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29850 for ESCAPE,
29851 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29852 for DELETE, and
29853 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29854 for the character with value 133 (0x85).
29855 (The DEL character is displayed as ^?, regular control characters are displayed
29856 as the character ^ followed by the character obtained by adding the
29857 five low-order bits of the character to 0x40, and the C1
29858 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29859 character obtained by adding the
29860 five low-order bits of the character to 0x40.)
29861 Sometimes, in cases where changing a single control character into a
29862 two-character sequence would confuse Alpine's display routines,
29863 a question mark is substituted for the control character.
29865 If you wish to filter out regular control characters but pass the
29866 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29867 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.
29869 &lt;End of help on this topic&gt;
29870 </BODY>
29871 </HTML>
29872 ====== h_config_pass_c1_control =====
29873 <HTML>
29874 <HEAD>
29875 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29876 </HEAD>
29877 <BODY>
29878 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29880 It is probably not useful to set this option.
29881 This is a legacy option left behind &quot;just in case&quot;.
29882 Multi-byte characters that have an octet that has the same
29883 value as a control character are permitted through whether or not
29884 this option is turned on.
29886 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29887 is set, then this feature has no effect.
29888 However, if you wish to filter out regular control characters but pass the
29889 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29890 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29891 unset and set this feature.
29893 &lt;End of help on this topic&gt;
29894 </BODY>
29895 </HTML>
29896 ====== h_config_fcc_on_bounce =====
29897 <HTML>
29898 <HEAD>
29899 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29900 </HEAD>
29901 <BODY>
29902 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29904 This feature controls an aspect of Alpine's behavior when bouncing a
29905 message. If set, normal FCC ("File Carbon Copy") processing will be
29906 done, just as if you had composed a message to the address you are
29907 bouncing to.  If not set, no FCC of the message will be saved. 
29909 &lt;End of help on this topic&gt;
29910 </BODY>
29911 </HTML>
29912 ====== h_config_show_cursor =====
29913 <HTML>
29914 <HEAD>
29915 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29916 </HEAD>
29917 <BODY>
29918 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29920 This feature controls an aspect of Alpine's displays.  If set, the system
29921 cursor will move to convenient locations in the displays.  For example,
29922 to the beginning of the status field of the highlighted index line, or
29923 to the highlighted word after a successful WhereIs command.  It is intended
29924 to draw your attention to an "interesting" spot on the screen.
29926 &lt;End of help on this topic&gt;
29927 </BODY>
29928 </HTML>
29929 ====== h_config_sort_fcc_alpha =====
29930 <HTML>
29931 <HEAD>
29932 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29933 </HEAD>
29934 <BODY>
29935 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29937 This feature controls an aspect of Alpine's FOLDER LIST screen.
29938 If set, the default Fcc folder will be sorted alphabetically with the other
29939 folders instead of appearing right after the INBOX.
29941 &lt;End of help on this topic&gt;
29942 </BODY>
29943 </HTML>
29944 ====== h_config_sort_save_alpha =====
29945 <HTML>
29946 <HEAD>
29947 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29948 </HEAD>
29949 <BODY>
29950 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29952 This feature controls an aspect of Alpine's FOLDER LIST screen.
29953 If set, the default save folder will be sorted alphabetically with the other
29954 folders instead of appearing right after the INBOX (and default FCC folder).
29956 &lt;End of help on this topic&gt;
29957 </BODY>
29958 </HTML>
29959 ====== h_config_single_list =====
29960 <HTML>
29961 <HEAD>
29962 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29963 </HEAD>
29964 <BODY>
29965 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29967 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29968 the folders will be listed one per line instead of several per line
29969 in the FOLDER LIST display.
29971 &lt;End of help on this topic&gt;
29972 </BODY>
29973 </HTML>
29974 ====== h_config_vertical_list =====
29975 <HTML>
29976 <HEAD>
29977 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29978 </HEAD>
29979 <BODY>
29980 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29982 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29983 the folders will be listed alphabetically down the columns rather
29984 than across the columns as is the default.
29986 &lt;End of help on this topic&gt;
29987 </BODY>
29988 </HTML>
29989 ====== h_config_verbose_post =====
29990 <HTML>
29991 <HEAD>
29992 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29993 </HEAD>
29994 <BODY>
29995 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29996 This feature controls an aspect of Alpine's message sending.  When enabled,
29997 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29998 intended to cause the SMTP server to provide a more detailed account of
29999 the transaction.  This feature is typically only useful to system
30000 administrators and other support personel as an aid in troublshooting
30001 problems.
30003 Note, this feature relies on a specific capability of the system's mail
30004 transport agent or configured 
30005 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30006 It is possible that this
30007 feature will cause problems for some tranport agents, and may result in
30008 sending failure.  In addition, as the verbose output comes from the mail
30009 transport agent, it is likely to vary from one system to another. 
30010 <P><UL>
30011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30012 </UL><P>
30013 &lt;End of help on this topic&gt;
30014 </BODY>
30015 </HTML>
30016 ====== h_config_auto_reply_to =====
30017 <HTML>
30018 <HEAD>
30019 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30020 </HEAD>
30021 <BODY>
30022 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30024 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30025 will not prompt when a message being replied to contains a "Reply-To:"
30026 header value, but will simply use its value (as opposed to using the
30027 "From:" field's value).
30031 Note: Using the "Reply-To:" address is usually the preferred behavior,
30032 however, some mailing list managers choose to place the list's address in
30033 the "Reply-To:" field of any message sent out to the list.  In such
30034 cases, this feature makes it all too easy for personal replies to be
30035 inadvertently sent to the entire mail list, so be careful! 
30037 &lt;End of help on this topic&gt;
30038 </BODY>
30039 </HTML>
30040 ====== h_config_del_skips_del =====
30041 <HTML>
30042 <HEAD>
30043 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30044 </HEAD>
30045 <BODY>
30046 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30048 This feature controls an aspect of Alpine's Delete command.  If set, this
30049 feature will cause the Delete command to advance past following messages that
30050 are marked deleted.  In other words, pressing "D" will both mark the
30051 current message deleted and advance to the next message that is not marked
30052 deleted.
30053 This feature is set by default.
30055 &lt;End of help on this topic&gt;
30056 </BODY></HTML>
30057 ====== h_config_expunge_manually =====
30058 <HTML>
30059 <HEAD>
30060 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30061 </HEAD>
30062 <BODY>
30063 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30065 Normally, when you close a folder that contains deleted messages you are
30066 asked if you want to expunge those messages from the folder permanently.
30067 If this feature is set, you won't be asked and the deleted messages will
30068 remain in the folder.
30069 If you choose to set this feature you will have to expunge the
30070 messages manually using the eXpunge command, which you can use while
30071 in the MESSAGE INDEX screen.
30072 If you do not expunge deleted messages the size of your
30073 folder will continue to increase until you are out of disk space.
30075 <UL>   
30076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30077 </UL><P>
30078 &lt;End of help on this topic&gt;
30079 </BODY>
30080 </HTML>
30081 ====== h_config_auto_expunge =====
30082 <HTML>
30083 <HEAD>
30084 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30085 </HEAD>
30086 <BODY>
30087 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30089 This features controls an aspect of Alpine's eXpunge command.  If set, you
30090 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30091 place.
30092 Actually, this is only true for the INBOX folder and for folders in the
30093 Incoming Folders collection. See the feature
30094 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30096 <UL>   
30097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30098 </UL><P>
30099 &lt;End of help on this topic&gt;
30100 </BODY>
30101 </HTML>
30102 ====== h_config_full_auto_expunge =====
30103 <HTML>
30104 <HEAD>
30105 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30106 </HEAD>
30107 <BODY>
30108 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30110 This features controls an aspect of Alpine's eXpunge command.  If set, you
30111 will <B>not</B> be prompted to confirm your intent before the expunge 
30112 takes place.  This feature sets this behavior for all folders, unlike the
30113 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30114 feature that works only for incoming folders.
30116 <UL>   
30117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30118 </UL><P>
30119 &lt;End of help on this topic&gt;
30120 </BODY>
30121 </HTML>
30122 ====== h_config_auto_read_msgs =====
30123 <HTML>
30124 <HEAD>
30125 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30126 </HEAD>
30127 <BODY>
30128 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30129 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30130 and the 
30131 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30132 option is also set, then Alpine will
30133 automatically transfer all read messages to the designated folder and mark
30134 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30135 &quot;N&quot; (meaning New, or unseen) are not affected.
30137 <UL>   
30138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30139 </UL><P>
30140 &lt;End of help on this topic&gt;
30141 </BODY>
30142 </HTML>
30143 ====== h_config_auto_fcc_only =====
30144 <HTML>
30145 <HEAD>
30146 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30147 </HEAD>
30148 <BODY>
30149 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30150 This features controls an aspect of Alpine's composer.
30151 The only time this feature will be used is if you attempt to send mail
30152 that has no recipients but does have an Fcc.
30153 Normally, Alpine will ask if you really mean to copy the message only to
30154 the Fcc.
30155 That is, it asks if you really meant to have no recipients.
30156 If this feature is set, you
30157 will <B>not</B> be prompted to confirm your intent to make only a copy
30158 of a message with no recipients.
30160 This feature is closely related to
30161 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30162 The difference between this feature and that feature is that this feature
30163 considers a Bcc to be a recipient while that feature will ask for confirmation
30164 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30165 The default values also differ. This feature defaults to asking the question
30166 and you have to turn it off.
30167 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30168 unless you turn it on.
30171 <UL>   
30172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30173 </UL><P>
30174 &lt;End of help on this topic&gt;
30175 </BODY>
30176 </HTML>
30177 ====== h_config_mark_fcc_seen =====
30178 <HTML>
30179 <HEAD>
30180 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30181 </HEAD>
30182 <BODY>
30183 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30185 This features controls the way Fccs (File carbon copies) are
30186 made of the messages you send.
30189 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30190 copy will be marked as Unseen.
30191 When you look at the folder it was saved in the message will appear to
30192 be a New message until you read it.
30193 When this feature is enabled, the message will be marked as having
30194 been Seen.
30197 <UL>   
30198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30199 </UL><P>
30200 &lt;End of help on this topic&gt;
30201 </BODY>
30202 </HTML>
30203 ====== h_config_no_fcc_attach =====
30204 <HTML>
30205 <HEAD>
30206 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30207 </HEAD>
30208 <BODY>
30209 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30211 This features controls the way Fcc's (File carbon copies) are
30212 made of the messages you send.
30215 Normally, Alpine saves an exact copy of your message as it was sent.
30216 When this feature is enabled, the &quot;body&quot; of the message
30217 you send (the text you type in the composer) is preserved in the 
30218 copy as before, however all attachments are replaced with text
30219 explaining what had been sent rather than the attachments themselves.
30222 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30223 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30224 allows you to interactively set whether or not attachments are saved
30225 to the Fcc'd copy.
30228 <UL>   
30229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30230 </UL><P>
30231 &lt;End of help on this topic&gt;
30232 </BODY>
30233 </HTML>
30234 ====== h_config_read_in_newsrc_order =====
30235 <HTML>
30236 <HEAD>
30237 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30238 </HEAD>
30239 <BODY>
30240 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30242 This feature controls the order in which newsgroups will be presented.  If
30243 set, they will be presented in the same order as they occur in your 
30244 <!--chtml if pinemode="os_windows"-->
30245 &quot;NEWSRC&quot;
30246 <!--chtml else-->
30247 &quot;.newsrc&quot;
30248 <!--chtml endif-->
30249 file (the default location of which can be changed with the 
30250 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30252 If not set, the newsgroups will be presented in alphabetical order.
30254 <UL>   
30255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30256 </UL><P>
30257 &lt;End of help on this topic&gt;
30258 </BODY>
30259 </HTML>
30260 ====== h_config_quell_tz_comment =====
30261 <HTML>
30262 <HEAD>
30263 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30264 </HEAD>
30265 <BODY>
30266 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30268 Normally, when Alpine generates a Date header for outgoing mail,
30269 it will try to include the symbolic timezone at the end of the
30270 header inside parentheses.
30271 The symbolic timezone is often three characters long, but on
30272 some operating systems, it may be longer.
30273 Apparently there are some SMTP servers in the world that will reject an
30274 incoming message if it has a Date header longer than about 80 characters.
30275 If this feature is set, the symbolic timezone normally generated by
30276 Alpine will not be included.
30277 You probably don't need to worry about this feature unless you run into
30278 the problem described above.
30281 &lt;End of help on this topic&gt;
30282 </BODY>
30283 </HTML>
30284 ====== h_config_post_wo_validation =====
30285 <HTML>
30286 <HEAD>
30287 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30288 </HEAD>
30289 <BODY>
30290 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30292 This feature controls whether the NNTP server is queried as newsgroups
30293 are entered for posting.  Validation over slow links (e.g. dialup using
30294 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30296 &lt;End of help on this topic&gt;
30297 </BODY>
30298 </HTML>
30299 ====== h_config_send_wo_confirm =====
30300 <HTML>
30301 <HEAD>
30302 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30303 </HEAD>
30304 <BODY>
30305 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30307 By default, when you send or post a message you will be asked to confirm
30308 with a question that looks something like:
30311 <CENTER><SAMP>Send message?</SAMP></CENTER>
30314 If this feature is set, you
30315 will <B>not</B> be prompted to confirm your intent to send
30316 and your message will be sent.
30318 If this feature is set it disables some possibilities and renders some
30319 other features meaningless.
30320 You will not be able to use
30321 <A HREF="h_config_sending_filter">Sending Filters</A>,
30322 Verbose sending mode,
30323 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30324 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30325 or ^V to turn off the generation of flowed text for this message.
30326 These options are normally available as suboptions in the Send prompt, but
30327 with no Send prompt the options are gone.
30330 A somewhat related feature is
30331 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30332 which may be used to eliminate the extra confirmation
30333 question when posting to a newsgroup.
30335 <UL>   
30336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30337 </UL><P>
30338 &lt;End of help on this topic&gt;
30339 </BODY>
30340 </HTML>
30341 ====== h_config_quell_filtering_done_message =====
30342 <HTML>
30343 <HEAD>
30344 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30345 </HEAD>
30346 <BODY>
30347 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30349 If you use Filter Rules that move messages or set status of messages
30350 you sometimes see a message from Alpine that looks like
30353 <CENTER><SAMP>filtering done</SAMP></CENTER>
30356 If this feature is set, this message will be suppressed.
30357 If the feature
30358 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30359 is set then this message will be suppressed regardless.
30362 <UL>   
30363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30364 </UL><P>
30365 &lt;End of help on this topic&gt;
30366 </BODY>
30367 </HTML>
30368 ====== h_config_quell_filtering_messages =====
30369 <HTML>
30370 <HEAD>
30371 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30372 </HEAD>
30373 <BODY>
30374 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30376 If you use Filter Rules that move messages or set status of messages
30377 you sometimes see messages from Alpine that look like
30380 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30386 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30392 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30395 If this feature is set, these messages will be suppressed.
30396 The feature
30397 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30398 is related.
30401 <UL>   
30402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30403 </UL><P>
30404 &lt;End of help on this topic&gt;
30405 </BODY>
30406 </HTML>
30407 ====== h_config_quell_post_prompt =====
30408 <HTML>
30409 <HEAD>
30410 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30411 </HEAD>
30412 <BODY>
30413 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30415 By default, when you post a message to a newsgroup you are asked to confirm
30416 that you want to post with the question
30419 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30422 If this feature is set, you
30423 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30424 and your message will be posted.
30427 <UL>   
30428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30429 </UL><P>
30430 &lt;End of help on this topic&gt;
30431 </BODY>
30432 </HTML>
30433 ====== h_config_check_mail_onquit =====
30434 <HTML>
30435 <HEAD>
30436 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30437 </HEAD>
30438 <BODY>
30439 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30441 If this feature is set, Alpine will check for new mail after you give the
30442 Quit command.
30443 If new mail has arrived since the previous check, you will be notified
30444 and given the choice of quitting or not quitting.
30446 <UL>   
30447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30448 </UL><P>
30449 &lt;End of help on this topic&gt;
30450 </BODY>
30451 </HTML>
30452 ====== h_config_inbox_no_confirm =====
30453 <HTML>
30454 <HEAD>
30455 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30456 </HEAD>
30457 <BODY>
30458 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30460 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30461 command and there are no more folders or newsgroups to visit, you are asked
30462 if you want to return to the INBOX.
30463 If this feature is set you will not be asked.
30464 It will be assumed that you do want to return to the INBOX.
30466 <UL>   
30467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30468 </UL><P>
30469 &lt;End of help on this topic&gt;
30470 </BODY>
30471 </HTML>
30472 ====== h_config_dates_to_local =====
30473 <HTML>
30474 <HEAD>
30475 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30476 </HEAD>
30477 <BODY>
30478 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30480 Normally, the message dates that you see in the
30481 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30482 For example, if a message was sent to you from a few timezones to the east
30483 it might appear that it was sent from the future;
30484 or if it was sent from somewhere to the west it might appear
30485 as if it is from yesterday even though it was sent only a few minutes ago.
30486 If this feature is set an attempt will be made to convert the dates
30487 to your local timezone to be displayed.
30489 Note that this does not affect the results of Select by Date or of
30490 anything else other than these displayed dates.
30491 When viewing the message you may look at the original unconverted value of the Date
30492 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30494 <UL>   
30495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30496 </UL><P>
30497 &lt;End of help on this topic&gt;
30498 </BODY>
30499 </HTML>
30500 ====== h_config_tab_no_prompt =====
30501 <HTML>
30502 <HEAD>
30503 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30504 </HEAD>
30505 <BODY>
30506 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30508 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30509 command and there is a problem checking a folder, you are asked
30510 whether you want to continue with the search in the following folder or not.
30511 This question gives you a chance to stop the NextNew processing.
30512 (The checking problem might be caused by the fact that the folder does not
30513 exist, or by an authentication problem, or by a server problem
30514 of some sort.)
30517 If this feature is set you will not be asked.
30518 It will be assumed that you do want to continue.
30520 <UL>   
30521 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30522 </UL><P>
30523 &lt;End of help on this topic&gt;
30524 </BODY>
30525 </HTML>
30526 ====== h_config_input_history =====
30527 <HTML>
30528 <HEAD>
30529 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30530 </HEAD>
30531 <BODY>
30532 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30534 Many of the prompts that ask for input in the status line near the
30535 bottom of the screen will respond to Up Arrow and Down Arrow
30536 with the history of previous entries.
30537 For example, in the MESSAGE INDEX screen when you use the WhereIs
30538 command the text you entered will be remembered and can be recalled
30539 by using the Up Arrow key.
30540 Another example, when saving a message the folders saved to will
30541 be remembered and can be recalled using the arrow keys.
30543 In the Save prompt, some users prefer that the Up and Down arrow keys
30544 be used for the Previous Collection and Next Collection commands
30545 instead of for a history of previous saves.
30546 If this option is set the Up and Down arrow keys will become synonyms for the
30547 Previous Collection and Next Collection (^P and ^N) commands in the
30548 prompt for the name of a folder to Save to or in the prompt for the
30549 name of a folder to GoTo.
30550 When this feature is not set (the default), ^P and ^N will change the
30551 collection and the arrow keys will show the history.
30553 <UL>   
30554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30555 </UL><P>
30556 &lt;End of help on this topic&gt;
30557 </BODY>
30558 </HTML>
30559 ====== h_config_confirm_role =====
30560 <HTML>
30561 <HEAD>
30562 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30563 </HEAD>
30564 <BODY>
30565 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30567 If you have roles, when you Reply to or Forward a message, or Compose
30568 a new message, Alpine
30569 will search through your roles for one that matches.
30570 Normally, if no matches are found you will be placed into the composer
30571 with no opportunity to select a role.
30572 If this feature is set, then you will be asked to confirm that you don't
30573 want a role.
30574 This will give you the opportunity to select a role (with the ^T command).
30575 If you confirm no role with a Return, you will be placed in
30576 the composer with no role.
30577 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30578 These behave the same as if you pressed the Return.
30579 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30580 match what you might type if there was a role match.)
30582 If you are using the alternate form of the Compose command called
30583 &quot;Role&quot;, then all of your roles will be available to you,
30584 independent of the value of this feauture and of the values set for all of
30585 Reply Use, Forward Use, and Compose Use.
30587 <UL>   
30588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30589 </UL><P>
30590 &lt;End of help on this topic&gt;
30591 </BODY>
30592 </HTML>
30593 ====== h_config_news_cross_deletes =====
30594 <HTML>
30595 <HEAD>
30596 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30597 </HEAD>
30598 <BODY>
30599 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30601 This feature controls what Alpine does when you delete a message in a
30602 newsgroup that appears in more than one newsgroup.  Such a message
30603 is sometimes termed a &quot;crossposting&quot; in that it was posted
30604 across several newsgroups.
30607 Alpine's default behavior when you delete such a message is to remove
30608 only the copy in the current newsgroup from view when you use the
30609 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30612 Enabling this feature causes Alpine to remove every occurrence of the
30613 message from all newsgroups it appears in and to which you are
30614 subscribed.
30617 NOTE: As currently implemented, enabling this feature may increase the
30618 time it takes the Expunge command and newsgroup closing to complete.
30621 <UL>   
30622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30623 </UL><P>
30624 &lt;End of help on this topic&gt;
30625 </BODY>
30626 </HTML>
30627 ====== h_config_news_catchup =====
30628 <HTML>
30629 <HEAD>
30630 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30631 </HEAD>
30632 <BODY>
30633 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30635 This feature controls what Alpine does as it closes a newsgroup.
30636 When set, Alpine will offer to delete all messages from the newsgroup
30637 as you are quitting Alpine or opening a new folder.
30640 This feature is useful if you typically read all the interesting messages
30641 in a newsgroup each time you open it.  This feature saves you from
30642 having to delete each message in a newsgroup as you read it or from
30643 selecting all the messages and doing an
30644 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30645 move on to the next folder or newsgroup.
30648 <UL>   
30649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30650 </UL><P>
30651 &lt;End of help on this topic&gt;
30652 </BODY>
30653 </HTML>
30654 ====== h_config_next_thrd_wo_confirm =====
30655 <HTML>
30656 <HEAD>
30657 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30658 </HEAD>
30659 <BODY>
30660 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30662 This feature controls an aspect of Alpine's Next and Prev commands in
30663 the case where you are using one of the
30664 &quot;separate-index-screen&quot; styles for the configuration option
30665 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30666 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30667 When you are Viewing a particular thread you have a
30668 MESSAGE INDEX of only the messages in that thread.
30669 If you press the Next command with the last message in the thread highlighted
30670 you will normally be asked if you want to &quot;View next thread?&quot;,
30671 assuming there is a next thread to view.
30672 If this feature is set it will be assumed that you always want to view the
30673 next thread and you won't be asked to confirm that.
30674 Similarly, if the first message of the thread is highlighted and you
30675 press the Prev command, this feature will prevent the question
30676 &quot;View previous thread&quot;.
30678 This feature only has an effect in the MESSAGE INDEX screen.
30679 If you then view a particular message from that screen and press the
30680 Next command, you will be sent to the next thread without being asked,
30681 independent of the setting of this feature.
30683 The feature
30684 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30686 &lt;End of help on this topic&gt;
30687 </BODY>
30688 </HTML>
30689 ====== h_config_kw_braces =====
30690 <HTML>
30691 <HEAD>
30692 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30693 </HEAD>
30694 <BODY>
30695 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30697 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30698 TEXT screens.
30699 If you have modified the
30700 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30701 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30702 are used to display keywords or their initials along with the Subject; then
30703 this option may be used to modify the resulting display slightly.
30704 By default, the keywords or initials displayed for these tokens will be
30705 surrounded with curly braces ({ and }) and a trailing space.
30706 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30707 a message, the &quot;SUBJKEY&quot; token will normally look like
30709 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30711 and the SUBJKEYINIT token would look like
30713 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30715 The default character before the keywords is the left brace ({) and the
30716 default after the keywords is the right brace followed by a space (} ).
30718 This option allows you to change that.
30719 You should set it to two values separated by a space.
30720 The values may be quoted if they include space characters.
30721 So, for example, the default value could be specified explicitly by setting this
30722 option to
30724 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30726 The first part wouldn't need to be quoted (but it doesn't hurt).
30727 The second part does need the quotes because it includes a space character.
30728 If you wanted to change the braces to brackets you could use
30730 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30732 Inside the quotes you can use backslash quote to mean quote, so
30734 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30736 would produce
30738 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30740 It is also possible to color keywords in the index using the
30741 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30743 It is not possible to change the fact that a space character is used to
30744 separate the keywords if more than one keyword is set for a message.
30745 It is also not possible to change the fact that there are no separators
30746 between the keyword initials if more than one keyword is set.
30748 &lt;End of help on this topic&gt;
30749 </BODY>
30750 </HTML>
30751 ====== h_config_opening_sep =====
30752 <HTML>
30753 <HEAD>
30754 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30755 </HEAD>
30756 <BODY>
30757 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30759 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30760 With some setups the text of the subject is followed
30761 by the opening text of the message if there is any room available in the index line.
30762 If you have configured your
30763 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30764 to include one of the Subject tokens that causes this behavior
30765 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30766 to modify what is displayed slightly.
30767 By default, the Subject is separated from the opening text of the message by
30768 the three characters space dash space;
30770 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30772 Use this option to set it to something different.
30773 The value must be quoted if it includes any space characters.
30774 For example, the default value could be specified explicitly by setting this
30775 option to
30777 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30779 &lt;End of help on this topic&gt;
30780 </BODY>
30781 </HTML>
30782 ====== h_config_select_wo_confirm =====
30783 <HTML>
30784 <HEAD>
30785 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30786 </HEAD>
30787 <BODY>
30788 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30790 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30791 These commands all take text input to specify the name of the folder or
30792 file to be used, but allow you to press ^T for a list of possible names.
30793 If set, the selected name will be used immediately, without further
30794 opportunity to confirm or edit the name.
30796 Some related help topics are
30797 <UL>
30798 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30799 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30800 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30801 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30802 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30803 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30804 </UL>
30806 &lt;End of help on this topic&gt;
30807 </BODY>
30808 </HTML>
30809 ====== h_config_save_part_wo_confirm =====
30810 <HTML>
30811 <HEAD>
30812 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30813 </HEAD>
30814 <BODY>
30815 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30817 This feature controls an aspect of Alpine's Save command.
30818 By default, when you Save a message that has some deleted parts, you will
30819 be asked to confirm that you want to Save with a prompt that looks like:
30821 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30823 If this feature is set, you will not be asked.
30825 &lt;End of help on this topic&gt;
30826 </BODY>
30827 </HTML>
30828 ====== h_config_use_resentto =====
30829 <HTML>
30830 <HEAD>
30831 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30832 </HEAD>
30833 <BODY>
30834 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30836 This feature is turned off by default because turning it on causes problems
30837 with some deficient IMAP servers.
30838 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30839 <A HREF="h_rule_patterns">Pattern</A>
30840 contains a To header pattern and this feature is turned on,
30841 then a check is made in the message to see
30842 if a Resent-To header is present, and that is used instead of the To header.
30843 If this feature is not turned on, then the regular To header will always
30844 be used.
30847 &lt;End of help on this topic&gt;
30848 </BODY>
30849 </HTML>
30850 ====== h_config_use_reg_start_for_stayopen =====
30851 <HTML>
30852 <HEAD>
30853 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30854 </HEAD>
30855 <BODY>
30856 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30858 This feature affects which message is selected as the current message
30859 when you enter a
30860 <A HREF="h_config_permlocked">Stay Open</A> folder.
30862 Normally, the starting position for an incoming folder (which most Stay Open
30863 folders will likely be) is controlled by the
30864 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30865 However, if a folder is a Stay Open folder, when you re-enter the folder
30866 after the first time the current message will be the same as it was when
30867 you left the folder.
30868 An exception is made if you use the TAB command to get to the folder.
30869 In that case, the message number will be incremented by one from what it
30870 was when you left the folder.
30872 The above special behavior is thought to be useful.
30873 However, it is special and different from what you might at first expect.
30874 If this feature is set, then Stay Open folders will not be treated specially
30875 as far as the startup rule is concerned.
30878 &lt;End of help on this topic&gt;
30879 </BODY>
30880 </HTML>
30881 ====== h_config_use_current_dir =====
30882 <HTML>
30883 <HEAD>
30884 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30885 </HEAD>
30886 <BODY>
30887 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30889 This feature controls an aspect of several commands. 
30890 If set, your &quot;current working directory&quot; 
30891 <!--chtml if pinemode="running"-->
30892 (which, at least for your current Alpine &quot;session,&quot; 
30893 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30894 <!--chtml endif-->
30895 will be used instead of your home directory 
30896 <!--chtml if pinemode="running"-->
30897 (which, in the present configuration of your system, is
30898  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30899 <!--chtml endif-->
30900 for all of the following operations:<UL>
30901     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30902     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30903     <LI> <!--chtml if pinemode="function_key"-->F4
30904          <!--chtml else-->Ctrl-R
30905          <!--chtml endif--> file inclusion in the COMPOSER
30906     <LI> <!--chtml if pinemode="function_key"-->F5
30907          <!--chtml else-->Ctrl-J
30908          <!--chtml endif--> file attachment in the COMPOSER
30909 </UL>
30910 <!--chtml if pinemode="os_windows"-->
30912 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30913 you can set the &quot;current drive&quot; 
30914 by specifying it in the &quot;Start in:&quot; 
30915 box found in the Shortcut tab of the Properties.  
30916 <!--chtml endif-->
30918 <UL>   
30919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30920 </UL>
30923 &lt;End of help on this topic&gt;
30924 </BODY>
30925 </HTML>
30926 ====== h_config_save_wont_delete =====
30927 <HTML>
30928 <HEAD>
30929 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30930 </HEAD>
30931 <BODY>
30932 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30934 This feature controls one aspect of the Save command.  If set, Save will
30935 not mark the message &quot;deleted&quot; (its default behavior) after
30936 it has been copied to the designated folder.
30939 &lt;End of help on this topic&gt;
30940 </BODY>
30941 </HTML>
30942 ====== h_config_use_boring_spinner =====
30943 <HTML>
30944 <HEAD>
30945 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30946 </HEAD>
30947 <BODY>
30948 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30950 When Alpine is delayed for some reason it usually shows that
30951 something is happening with a small animated display in the status
30952 message line near the bottom of the screen.
30953 Setting this feature will cause that animation to be the same
30954 each time instead of having Alpine choose a random animation.
30955 You may turn the animation off altogether by setting the
30956 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30957 option to zero.
30960 &lt;End of help on this topic&gt;
30961 </BODY>
30962 </HTML>
30963 ====== h_config_unsel_wont_advance =====
30964 <HTML>
30965 <HEAD>
30966 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30967 </HEAD>
30968 <BODY>
30969 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30971 This feature controls one aspect of the Unselect Current message command.
30972 Normally, when the Unselect current message command (:) is typed when the
30973 current message is selected, the message will be unselected and the next
30974 message will become the current message.
30975 If this feature is set, the cursor will not advance to the next message.
30976 Instead, the current message will remain the current message after
30977 unselecting.
30980 &lt;End of help on this topic&gt;
30981 </BODY>
30982 </HTML>
30983 ====== h_config_prune_uses_iso =====
30984 <HTML>
30985 <HEAD>
30986 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30987 </HEAD>
30988 <BODY>
30989 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30991 By default, Alpine asks monthly whether or not you would like to rename
30992 some folders to a new name containing the date.
30993 It also asks whether or not you would like to delete some old folders.
30994 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30995 explanation.
30998 By default, the name used when renaming a folder looks like
31000 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31002 For example, the first time you run Alpine in May of 2004,
31003 the folder &quot;sent-mail&quot; might be renamed to
31005 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31007 If this feature is set, the name used will be of the form
31009 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31011 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31012 month (01, 02, ..., 12).
31013 For the April, 2004 example above, it would instead be
31015 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31017 because April is the 4th month of the year.
31018 A reason you might want to set this feature is so that the folders
31019 will sort in chronological order.
31022 &lt;End of help on this topic&gt;
31023 </BODY>
31024 </HTML>
31025 ====== h_config_save_advances =====
31026 <HTML>
31027 <HEAD>
31028 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31029 </HEAD>
31030 <BODY>
31031 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31033 This feature controls one aspect of the Save command.  If set, Save will
31034 (in addition to copying the current message to the designated folder) also
31035 advance to the next message.
31038 &lt;End of help on this topic&gt;
31039 </BODY>
31040 </HTML>
31041 ====== h_config_force_arrow =====
31042 <HTML>
31043 <HEAD>
31044 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31045 </HEAD>
31046 <BODY>
31047 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31049 This feature affects Alpine's MESSAGE INDEX display routine.
31050 If set, the normal inverse-video cursor will be
31051 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31052 second column of the index display.
31054 This is the same index cursor you get if you turn on
31055 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31056 line coloring will still be present if this feature is turned on and
31057 <!--#echo var="FEAT_assume-slow-link"--> is off.
31059 An alternative version of the Arrow cursor is available by including the
31060 <A HREF="h_config_index_arrow_color">ARROW</A>
31061 token in the
31062 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31064 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31065 but that is not implemented.
31068 &lt;End of help on this topic&gt;
31069 </BODY>
31070 </HTML>
31071 ====== h_config_force_low_speed =====
31072 <HTML>
31073 <HEAD>
31074 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31075 </HEAD>
31076 <BODY>
31077 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31079 UNIX Alpine only.
31081 This feature affects Alpine's display routines.  If set, the normal
31082 inverse-video cursor (used to highlight the current item in a list) will be
31083 replaced by an &quot;arrow&quot; cursor and other
31084 screen update optimizations for
31085 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31086 One of the optimizations is that colored index lines (set up with Indexcolor
31087 Rules) will not be colored.
31088 If you are just turning this feature on because you like using
31089 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31090 coloring by turning this feature off and the
31091 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31094 &lt;End of help on this topic&gt;
31095 </BODY>
31096 </HTML>
31097 ====== h_config_show_delay_cue =====
31098 <HTML>
31099 <HEAD>
31100 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31101 </HEAD>
31102 <BODY>
31103 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31105 If set, this feature will cause an asterisk to appear in the upper
31106 left-hand corner of the screen whenever Alpine checks for new mail.
31107 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31108 mailbox to disk.
31110 <!--chtml if pinemode="os_windows"-->
31112 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31113 it is trying to open a network connection (e.g, to open your INBOX
31114 on an IMAP
31115 server) or read from the network connection.  A greater-than symbol,
31116 will be displayed when PC-Alpine is trying to write to the network
31117 connection (e.g, sending a command to your IMAP server).
31118 <!--chtml endif-->
31121 &lt;End of help on this topic&gt;
31122 </BODY>
31123 </HTML>
31124 ====== h_config_color_style =====
31125 <HTML>
31126 <HEAD>
31127 <TITLE>OPTION: Color Style</TITLE>
31128 </HEAD>
31129 <BODY>
31130 <H1>OPTION: Color Style</H1>
31132 UNIX Alpine only.
31134 If the terminal or terminal emulator you are using is capable of displaying
31135 colors, this option controls whether or not color will be used in Alpine.
31136 If you turn color on and things are set up correctly,
31137 you should see color appear on the screen immmediately.
31138 Modern terminal emulators are usually capable of displaying colors.
31140 The available options include:
31143 <DL>
31144 <DT>no-color</DT>
31145 <DD>Don't use color.
31146 </DD>
31148 <DT>use-termdef</DT>
31149 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31150 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31151 how Alpine was compiled.
31152 This is a good option to choose if you switch between a color and a non-color
31153 terminal with the same Alpine configuration.
31154 Alpine will know to use color on the color terminal because it is described
31155 in the termcap entry, and Alpine will know to use black and white on the
31156 non-color terminal.
31157 The Alpine Technical Notes
31158 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31159 have more information on configuring a TERMCAP or TERMINFO
31160 entry for color Alpine.
31161 This is usually something a system administrator does.
31162 </DD>
31164 <DT>force-ansi-8color</DT>
31165 <DD>This is probably the setting that most people should use.
31166 Because setting up a termcap entry is confusing and because the
31167 terminal capabilities database is often not correctly configured for color,
31168 this choice and the next may be easier for you to use.
31169 If your terminal emulator responds to ANSI color escape sequences, which
31170 many do, this option will cause Alpine to believe your terminal will respond
31171 to the escape sequences that produce eight different foreground and background
31172 colors.
31173 The escape sequences used to set the foreground colors are
31175   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31177 where the color_number is an ASCII digit between 0 and 7.
31178 The numbers 0 through 7 should correspond to the colors black, red, green,
31179 yellow, blue, magenta, cyan, and white.
31180 Some terminal emulators use a pre-ANSI scheme that swaps
31181 the colors blue and red and the colors yellow and cyan.
31182 This will cause the default colors to be different, but other than that
31183 things should work fine.
31184 There is also a 9th color available, the last one shown, which is the default
31185 color from the terminal emulator.
31186 When used as a background color some people refer to this color as
31187 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31188 shown in the color swatch of the SETUP COLOR screen.
31189 The foreground transparent color is shown as
31190 the color of the &quot;TRAN&quot; text.
31191 (The transparent color will not work correctly in a PC-Alpine configuration.)
31192 The escape sequences used to set the background colors are the same
31193 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31194 The escape sequences for foreground and background default colors (transparent)
31195 are 39m and 49m.
31197 Note: With the Tera Term terminal emulator this setting works well.
31198 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31199 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31200 menu, in the &quot;Window&quot; submenu.
31201 </DD>
31203 <DT>force-ansi-16color</DT>
31204 <DD>Many terminal emulators know about the same eight colors above
31205 plus eight more.
31206 This option attempts to use all 16 colors.
31207 The same escape sequences as for the eight-color terminal are used
31208 for the first eight colors.
31209 The escape sequences used to set foreground colors 8-15 are the same as
31210 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31211 The background color sequences for colors 8-15 are the same as for 0-7
31212 except the &quot;4&quot; is replaced with &quot;10&quot;.
31213 You can tell if the 16 colors are working by turning on this option
31214 and then going into one of the color configuration screens, for example,
31215 the configuration screen for Normal Color.
31216 If you see 16 different colors to select from (plus a 17th for
31217 the transparent color), it's working.
31218 </DD>
31220 <DT>force-xterm-256color</DT>
31221 <DD>Some versions of xterm (and some other terminal emulators)
31222 have support for 256 colors.
31223 The escape sequences used to set the foreground colors are
31225   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31227 where the color_number is an ASCII digit between 0 and 255.
31228 Background colors are the same with the 38 replaced with a 48.
31229 The numbers 0 through 15 are probably similar to the 16 color version
31230 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31231 The terminal default (transparent) color is the 257th color at the bottom.
31232 Some terminal emulators will misinterpret these escape sequences causing
31233 the terminal to blink or overstrike characters or to do something else
31234 undesirable.
31236 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31237 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31238 this 256-color setting.
31240 </DD>
31241 </DL>
31244 The normal default is &quot;no-color&quot;.
31247 Once you've turned on color you may set the
31248 colors of many objects on the screen individually.
31249 For example, you may add colors to the status letters on the MESSAGE
31250 INDEX page.
31251 Most categories of color that Alpine supports are configurable here.
31252 For example, &quot;Normal Color&quot;
31253 is the color used to display most of the text in Alpine, and
31254 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31255 current message in the MESSAGE INDEX.
31257 Lines in the MESSAGE INDEX may also be colored.
31258 Use Setup Rules to get to the Indexcolor configuration screen.
31261 <UL>   
31262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31263 </UL><P>
31264 &lt;End of help on this topic&gt;
31265 </BODY>
31266 </HTML>
31267 ====== h_config_disable_index_locale_dates =====
31268 <HTML>
31269 <HEAD>
31270 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31271 </HEAD>
31272 <BODY>
31273 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31275 This feature affects the display of dates in the MESSAGE INDEX.
31276 Normally an attempt is made to localize the dates
31277 used in the MESSAGE INDEX display to your locale.
31278 This is controlled with the
31279 LC_TIME locale setting on a UNIX system.
31280 On Windows the Regional Options control panel may be used to set the date format.
31281 At the programming level, Alpine is using the strftime routine
31282 to print the parts of a date.
31284 If this feature is set, dates are displayed in English and
31285 with the conventions of the United States.
31288 <UL>   
31289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31290 </UL><P>
31291 &lt;End of help on this topic&gt;
31292 </BODY>
31293 </HTML>
31294 ====== h_config_auto_open_unread =====
31295 <HTML>
31296 <HEAD>
31297 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31298 </HEAD>
31299 <BODY>
31300 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31302 This feature controls the behavior of the TAB key when traversing folders
31303 in the optional 
31304 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31305 collection or in optional <!--#echo var="VAR_news-collections"-->.
31307 When the TAB
31308 (<A HREF="h_common_nextnew">NextNew</A>)
31309 key is pressed, and there
31310 are no more unseen messages in the current (incoming message or news)
31311 folder, Alpine will search the list of folders in the current collection for
31312 one containing New or Recent (new since the last time the folder was
31313 opened) messages.
31314 This behavior may be modified slightly with the
31315 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31316 feature that causes Alpine to look for Unseen messages instead of Recent
31317 messages.
31318 Normally, when such a folder is found, Alpine will ask
31319 whether you wish to open the folder.  If this feature is set, Alpine will
31320 automatically open the folder without prompting.
31322 This feature also affects some other similar situations.
31323 If you have a
31324 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31325 that is equal to one of the &quot;separate-&quot; values, and you are
31326 viewing a thread; then when you type the NextNew command and are at the
31327 end of the current thread you will automatically go to the next thread
31328 if this feature is set.
31329 By default, you would be asked if you want to view the next thread.
31330 You will also be asked at times whether or not you want to view the next
31331 thread after you delete the last message in the thread.
31332 Setting this feature will also cause that question to be skipped.
31335 <UL>   
31336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31337 </UL><P>
31338 &lt;End of help on this topic&gt;
31339 </BODY>
31340 </HTML>
31341 ====== h_config_auto_include_reply =====
31342 <HTML>
31343 <HEAD>
31344 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31345 </HEAD>
31346 <BODY>
31347 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31349 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31350 will ask whether you wish to include the original message in your reply.
31351 If this feature is set and the feature
31352 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31353 is <EM>not</EM> set, then the original message will be included in the reply
31354 automatically, without prompting.
31356 &lt;End of help on this topic&gt;
31357 </BODY>
31358 </HTML>
31359 ====== h_config_select_in_bold =====
31360 <HTML>
31361 <HEAD>
31362 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31363 </HEAD>
31364 <BODY>
31365 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31367 This feature controls an aspect of Alpine's 
31368 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31369 commands; in
31370 particular, the Select and WhereIs commands. Select and WhereIs (with the
31371 ^X subcommand) will search the current folder for messages meeting a
31372 specified criteria, and &quot;tag&quot; the resulting messages with an 
31373 &quot;X&quot; in the
31374 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31375 is set, instead of using the &quot;X&quot; to denote a selected message, 
31376 Alpine will
31377 attempt to display those index lines in boldface. Whether this is
31378 preferable to the &quot;X&quot; will depend on personal taste and the type of
31379 terminal being used.
31381 <UL>   
31382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31383 </UL><P>
31384 &lt;End of help on this topic&gt;
31385 </BODY>
31386 </HTML>
31387 ====== h_config_alt_auth =====
31388 <HTML>
31389 <HEAD>
31390 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31391 </HEAD>
31392 <BODY>
31393 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31395 This feature affects how Alpine connects to IMAP servers.
31396 It's utility has largely been overtaken by events,
31397 but it may still be useful in some circumstances.
31398 If you only connect to modern IMAP servers that support
31399 &quot;TLS&quot; you can ignore this feature.
31402 Details:
31405 By default, Alpine will attempt to connect to an IMAP server on the
31406 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31407 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31408 then a secure (encrypted) session will be negotiated.
31411 With this feature enabled, before connecting on the normal IMAP port, Alpine
31412 will first attempt to connect to an alternate IMAP service port (993) used
31413 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31414 (SSL) method.
31415 If the SSL attempt fails, Alpine will then try the default
31416 behavior described in the previous paragraph.
31419 TLS negotiation on the normal port is preferred, and supersedes the use of
31420 SSL on port 993, but older servers may not provide TLS support.
31421 This feature may be convenient when accessing IMAP servers that do not support
31422 TLS, but do support SSL connections on port 993.
31423 However, it is important to understand that with this feature enabled,
31424 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31425 but it will proceed to make an insecure connection if that is the only
31426 option offered by the server, or if the Alpine in question has been built
31427 without encryption capability.
31430 Note that this feature specifies a per-user (or system-wide) default
31431 behavior, but host/folder specification flags may be used to control the
31432 behavior of any specific connection.
31433 This feature interacts with some of
31434 the possible host/folder path specification flags as follows:
31437 The <SAMP>/tls</SAMP> host flag, for example,
31440 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31442 will over-ride this feature for the specified host by bypassing the
31443 SSL connection attempt.
31444 Moreover, with <SAMP>/tls</SAMP> specified,
31445 the connection attempt will fail if the
31446 service on port 143 does not offer TLS support.
31449 The <SAMP>/ssl</SAMP> host flag, for example,
31452 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31454 will insist on an SSL connection for the specified host,
31455 and will fail if the SSL service on port 993 is not available.
31456 Alpine will not subsequently retry a connection
31457 on port 143 if <SAMP>/ssl</SAMP> is specified.
31460 <UL>   
31461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31462 </UL><P>
31463 &lt;End of help on this topic&gt;
31464 </BODY>
31465 </HTML>
31466 ====== h_config_file_dir ======
31467 <HTML>
31468 <HEAD>
31469 <TITLE>OPTION: File Directory</TITLE>
31470 </HEAD>
31471 <BODY>
31472 <H1>OPTION: File Directory</H1>
31474 PC-Alpine only.
31476 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31477 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31478 Message Index's &quot;E&nbsp;Export&quot; command.
31481 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31482 component, Alpine assumes the file exists in the user's home directory.
31483 Under Windows operating systems, this definition isn't always clear.  This 
31484 feature allows you to explictly set where Alpine should look for files
31485 without a leading path.
31488 NOTE: this feature's value is ignored if either 
31489 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31490 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31493 <UL>   
31494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31495 </UL><P>
31496 &lt;End of help on this topic&gt;
31497 </BODY>
31498 </HTML>
31499 ====== h_config_quote_all_froms =====
31500 <HTML>
31501 <HEAD>
31502 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31503 </HEAD>
31504 <BODY>
31505 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31507 This feature controls an aspect of the Save command (and also the way
31508 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31509 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31510 when they are saved to another folder, including lines syntactically
31511 distinguishable from the type of message separator line commonly used on
31512 Unix systems.
31515 The default behavior is that a &quot;>&quot; will be prepended only to lines
31516 beginning with &quot;From &quot; that might otherwise be confused with a message
31517 separator line on Unix systems.  If pine is the only mail program you use,
31518 this default is reasonable.  If another program you use has trouble
31519 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31520 enable this feature.  This feature only applies to the common Unix mailbox
31521 format that uses message separator lines beginning with &quot;From &quot;.  If
31522 Alpine has been configured to use a different mailbox format (possibly
31523 incompatible with other mail programs), then this issue does not arise,
31524 and the feature is irrelevant.
31527 &lt;End of help on this topic&gt;
31528 </BODY>
31529 </HTML>
31530 ====== h_config_normal_color =====
31531 <HTML>
31532 <HEAD>
31533 <TITLE>OPTION: Normal Color</TITLE>
31534 </HEAD>
31535 <BODY>
31536 <H1>OPTION: Normal Color</H1>
31538 Sets the color Alpine normally uses.
31539 The foreground color is the color of the actual character and the
31540 background color is the color of the area behind the character.
31541 By default this color is black characters on a white background.
31543 <A HREF="h_color_setup">Descriptions of the available commands</A>
31545 Look <A HREF="h_edit_nav_cmds">here</A>
31546 to see the available Editing and Navigation commands.
31548 &lt;End of help on this topic&gt;
31549 </BODY>
31550 </HTML>
31551 ====== h_config_reverse_color =====
31552 <HTML>
31553 <HEAD>
31554 <TITLE>OPTION: Reverse Color</TITLE>
31555 </HEAD>
31556 <BODY>
31557 <H1>OPTION: Reverse Color</H1>
31559 Sets the color Alpine uses for reverse video characters.
31560 The foreground color is the color of the actual character and the
31561 background color is the color of the area behind the character.
31563 <A HREF="h_color_setup">Descriptions of the available commands</A>
31565 Look <A HREF="h_edit_nav_cmds">here</A>
31566 to see the available Editing and Navigation commands.
31568 &lt;End of help on this topic&gt;
31569 </BODY>
31570 </HTML>
31571 ====== h_config_title_color =====
31572 <HTML>
31573 <HEAD>
31574 <TITLE>OPTION: Title Color</TITLE>
31575 </HEAD>
31576 <BODY>
31577 <H1>OPTION: Title Color</H1>
31579 Sets the color Alpine uses for the titlebar (the top line on the screen).
31580 The foreground color is the color of the actual character and the
31581 background color is the color of the area behind the character.
31582 By default, the Title Color is black characters on a yellow background.
31584 The actual titlebar color may be different from the Title Color if
31585 the option
31586 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31587 is set to some value other than the default.
31588 It may also be different if the current folder is closed and the
31589 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31590 color is set to something different from the Title Color.
31592 <A HREF="h_color_setup">Descriptions of the available commands</A>
31594 Look <A HREF="h_edit_nav_cmds">here</A>
31595 to see the available Editing and Navigation commands.
31597 &lt;End of help on this topic&gt;
31598 </BODY>
31599 </HTML>
31600 ====== h_config_titleclosed_color =====
31601 <HTML>
31602 <HEAD>
31603 <TITLE>OPTION: Title Closed Color</TITLE>
31604 </HEAD>
31605 <BODY>
31606 <H1>OPTION: Title Closed Color</H1>
31608 Sets the color Alpine uses for the titlebar (the top line on the screen)
31609 when the current folder is closed.
31610 The foreground color is the color of the actual character and the
31611 background color is the color of the area behind the character.
31612 By default, the Title Color Closed Color is white characters on a red background.
31614 By setting this color to something noticeable you will be alerted to the
31615 fact that the current folder is closed, perhaps unexpectedly.
31617 &lt;End of help on this topic&gt;
31618 </BODY>
31619 </HTML>
31620 ====== h_config_status_color =====
31621 <HTML>
31622 <HEAD>
31623 <TITLE>OPTION: Status Color</TITLE>
31624 </HEAD>
31625 <BODY>
31626 <H1>OPTION: Status Color</H1>
31628 Sets the color Alpine uses for status messages written to the message
31629 line near the bottom of the screen.
31630 The foreground color is the color of the actual character and the
31631 background color is the color of the area behind the character.
31632 By default, the Status Color is the same as the Reverse Color.
31634 <A HREF="h_color_setup">Descriptions of the available commands</A>
31636 Look <A HREF="h_edit_nav_cmds">here</A>
31637 to see the available Editing and Navigation commands.
31639 &lt;End of help on this topic&gt;
31640 </BODY>
31641 </HTML>
31642 ====== h_config_index_opening_color =====
31643 <HTML>
31644 <HEAD>
31645 <TITLE>OPTION: Index Opening Color</TITLE>
31646 </HEAD>
31647 <BODY>
31648 <H1>OPTION: Index Opening Color</H1>
31650 With some setups the text of the subject is followed
31651 by the opening text of the message if there is any room available in the index line.
31652 If you have configured your
31653 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31654 to include one of the Subject tokens that causes this behavior
31655 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31656 this opening text with this option.
31657 This coloring takes place for all but the current index line, and the Opening
31658 Color appears to be in front of any color from an Index Color Rule.
31660 By default the Index Opening Color is gray characters on a white background.
31663 <A HREF="h_color_setup">Descriptions of the available commands</A>
31665 Look <A HREF="h_edit_nav_cmds">here</A>
31666 to see the available Editing and Navigation commands.
31668 &lt;End of help on this topic&gt;
31669 </BODY>
31670 </HTML>
31671 ====== h_config_index_pri_color =====
31672 <HTML>
31673 <HEAD>
31674 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31675 </HEAD>
31676 <BODY>
31677 <H1>OPTION: Index Priority Symbol Colors</H1>
31679 The X-Priority header is a non-standard header that is used in a
31680 somewhat standard way by many mail programs.
31681 Alpine expects the value of this header to be a digit with a value
31682 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31683 Alpine can be made to display an indication of this priority in
31684 messages by use of one of the tokens
31685 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31686 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31687 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31690 You may set the color used to draw these tokens by use of the colors
31691 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31692 This coloring takes place for all but the current index line, and the Priority
31693 Color appears to be in front of any color from an Index Color Rule.
31694 If the priority has a value of 1 or 2 the High Priority color will be
31695 used,
31696 and if the value is 4 or 5 the Low Priority color will be used.
31698 If you don't set these colors the index line will be colored in the same color as
31699 the bulk of the index line.
31702 <A HREF="h_color_setup">Descriptions of the available commands</A>
31704 Look <A HREF="h_edit_nav_cmds">here</A>
31705 to see the available Editing and Navigation commands.
31707 &lt;End of help on this topic&gt;
31708 </BODY>
31709 </HTML>
31710 ====== h_config_index_subject_color =====
31711 <HTML>
31712 <HEAD>
31713 <TITLE>OPTION: Index Subject Color</TITLE>
31714 </HEAD>
31715 <BODY>
31716 <H1>OPTION: Index Subject Color</H1>
31718 You may set the color used to draw the Subject part of the index line.
31719 This coloring takes place for all but the current index line, and the Subject
31720 Color appears to be in front of any color from an Index Color Rule.
31722 If you don't set this color it will be colored in the same color as
31723 the bulk of the index line.
31726 <A HREF="h_color_setup">Descriptions of the available commands</A>
31728 Look <A HREF="h_edit_nav_cmds">here</A>
31729 to see the available Editing and Navigation commands.
31731 &lt;End of help on this topic&gt;
31732 </BODY>
31733 </HTML>
31734 ====== h_config_index_from_color =====
31735 <HTML>
31736 <HEAD>
31737 <TITLE>OPTION: Index From Color</TITLE>
31738 </HEAD>
31739 <BODY>
31740 <H1>OPTION: Index From Color</H1>
31742 You may set the color used to draw the From part of the index line.
31743 This coloring takes place for all but the current index line, and the From
31744 Color appears to be in front of any color from an Index Color Rule.
31746 If you don't set this color it will be colored in the same color as
31747 the bulk of the index line.
31750 <A HREF="h_color_setup">Descriptions of the available commands</A>
31752 Look <A HREF="h_edit_nav_cmds">here</A>
31753 to see the available Editing and Navigation commands.
31755 &lt;End of help on this topic&gt;
31756 </BODY>
31757 </HTML>
31758 ====== h_config_index_arrow_color =====
31759 <HTML>
31760 <HEAD>
31761 <TITLE>OPTION: Index Arrow Color</TITLE>
31762 </HEAD>
31763 <BODY>
31764 <H1>OPTION: Index Arrow Color</H1>
31766 If you have configured your
31767 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31768 to include the &quot;ARROW&quot; token, you may set the color of
31769 the arrow displayed with this option.
31770 If you don't set the color it will be colored in the same color as
31771 the bulk of the index line.
31774 <A HREF="h_color_setup">Descriptions of the available commands</A>
31776 Look <A HREF="h_edit_nav_cmds">here</A>
31777 to see the available Editing and Navigation commands.
31779 &lt;End of help on this topic&gt;
31780 </BODY>
31781 </HTML>
31782 ====== h_config_index_color =====
31783 <HTML>
31784 <HEAD>
31785 <TITLE>OPTION: Index Colors</TITLE>
31786 </HEAD>
31787 <BODY>
31788 <H1>OPTION: Index Colors</H1>
31790 You may add color to the single character symbols that give the status
31791 of each message in the MESSAGE INDEX.
31792 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31793 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31794 screen depending on whether the message is addressed to you, and whether
31795 the message is marked Important, is Deleted, is Answered, or is New.
31796 The color for each of those characters may be specified by setting the
31797 &quot;Index-to-me&quot; Symbol Color,
31798 the &quot;Index-important&quot; Symbol Color,
31799 the &quot;Index-deleted&quot; Symbol Color,
31800 the &quot;Index-answered&quot; Symbol Color,
31801 and the &quot;Index-new&quot; Symbol Color.
31802 There are also two other symbol colors called &quot;Index-recent&quot;
31803 and &quot;Index-unseen&quot;.
31804 These two colors will only be used if you have configured your
31805 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31806 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31808 The default colors for these symbols are:
31809 <TABLE>
31810 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31811 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31812 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31813 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31814 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31815 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31816 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31817 </TABLE>
31819 Besides coloring the message status symbols, you may also color the
31820 entire index line.
31821 This is done by using the
31822 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31823 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31824 When the entire line is colored that color will be &quot;behind&quot; the
31825 status symbol colors talked about in the paragraph above.
31827 You may also color
31828 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31829 in the index using the
31830 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31831 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31832 the Subject using
31833 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31834 the From field using
31835 <A HREF="h_config_index_from_color">Index From Color</A>;
31836 and the
31837 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31839 <A HREF="h_color_setup">Descriptions of the available commands</A>
31841 Look <A HREF="h_edit_nav_cmds">here</A>
31842 to see the available Editing and Navigation commands.
31844 &lt;End of help on this topic&gt;
31845 </BODY>
31846 </HTML>
31847 ====== h_config_metamsg_color =====
31848 <HTML>
31849 <HEAD>
31850 <TITLE>OPTION: Meta-Message Color</TITLE>
31851 </HEAD>
31852 <BODY>
31853 <H1>OPTION: Meta-Message Color</H1>
31855 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31856 that aren't part of the message itself.
31857 For example, an attachment that isn't shown might produce a meta
31858 message something like:
31860 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31862 If you set the
31863 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31864 option you might see
31866 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31868 Warnings about suspicious looking URLs in HTML will also be colored
31869 with this color.
31871 The foreground color is the color of the actual character and the
31872 background color is the color of the area behind the character.
31873 By default, the Meta-Message Color is black characters on a yellow background.
31875 <A HREF="h_color_setup">Descriptions of the available commands</A>
31877 Look <A HREF="h_edit_nav_cmds">here</A>
31878 to see the available Editing and Navigation commands.
31880 &lt;End of help on this topic&gt;
31881 </BODY>
31882 </HTML>
31883 ====== h_config_keylabel_color =====
31884 <HTML>
31885 <HEAD>
31886 <TITLE>OPTION: KeyLabel Color</TITLE>
31887 </HEAD>
31888 <BODY>
31889 <H1>OPTION: KeyLabel Color</H1>
31891 Sets the color Alpine uses for the labels of the keys in the two-line
31892 menu at the bottom of the screen.
31893 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31894 This option sets the color used when displaying &quot;PrevMsg&quot;.
31895 The foreground color is the color of the actual character and the
31896 background color is the color of the area behind the character.
31897 By default, the KeyLabel Color is the same as the Normal Color.
31899 WARNING: Some terminal emulators have the property that the screen will scroll
31900 down one line whenever a character is written to the character cell in the
31901 lower right corner of the screen.
31902 Alpine can usually avoid writing a character in that corner of the screen.
31903 However, if you have defined a KeyLabel Color then Alpine does have to write
31904 a character in that cell in order to color the cell correctly.
31905 If you find that your display sometimes scrolls up a line this could be
31906 the problem.
31907 The most obvious symptom is probably that the titlebar at the top of the
31908 screen scrolls off the screen.
31909 Try setting KeyLabel Color to Default to see if that fixes the problem.
31911 <A HREF="h_color_setup">Descriptions of the available commands</A>
31913 Look <A HREF="h_edit_nav_cmds">here</A>
31914 to see the available Editing and Navigation commands.
31916 &lt;End of help on this topic&gt;
31917 </BODY>
31918 </HTML>
31919 ====== h_config_keyname_color =====
31920 <HTML>
31921 <HEAD>
31922 <TITLE>OPTION: KeyName Color</TITLE>
31923 </HEAD>
31924 <BODY>
31925 <H1>OPTION: KeyName Color</H1>
31927 Sets the color Alpine uses for the names of the keys in the two-line
31928 menu at the bottom of the screen.
31929 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31930 This option sets the color used when displaying the &quot;P&quot;.
31931 The foreground color is the color of the actual character and the
31932 background color is the color of the area behind the character.
31933 By default, the KeyName Color is the same as the Reverse Color.
31935 <A HREF="h_color_setup">Descriptions of the available commands</A>
31937 Look <A HREF="h_edit_nav_cmds">here</A>
31938 to see the available Editing and Navigation commands.
31940 &lt;End of help on this topic&gt;
31941 </BODY>
31942 </HTML>
31943 ====== h_config_slctbl_color =====
31944 <HTML>
31945 <HEAD>
31946 <TITLE>OPTION: Selectable Item Color</TITLE>
31947 </HEAD>
31948 <BODY>
31949 <H1>OPTION: Selectable Item Color</H1>
31951 Sets the color Alpine uses for selectable items, such as URLs.
31952 The foreground color is the color of the actual character and the
31953 background color is the color of the area behind the character.
31954 By default, the Selectable Item Color is the same as the Normal Color,
31955 except that it is bold.
31957 <A HREF="h_color_setup">Descriptions of the available commands</A>
31959 Look <A HREF="h_edit_nav_cmds">here</A>
31960 to see the available Editing and Navigation commands.
31962 &lt;End of help on this topic&gt;
31963 </BODY>
31964 </HTML>
31965 ====== h_config_quote_color =====
31966 <HTML>
31967 <HEAD>
31968 <TITLE>OPTION: Quote Colors</TITLE>
31969 </HEAD>
31970 <BODY>
31971 <H1>OPTION: Quote Colors</H1>
31973 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31974 screen.
31975 If a line begins with a &gt; character (or space followed by &gt;)
31976 it is considered a quote.
31977 That line will be given the Quote1 Color (first level quote).
31978 If there is a second level of quoting then the Quote2 Color will be used.
31979 Alpine considers there to be a second level of quoting if that first &gt; is
31980 followed by another &gt; (or space followed by &gt;).
31981 If there are characters other than whitespace and &gt; signs, then it isn't
31982 considered another level of quoting.
31983 Similarly, if there is a third level of quoting the Quote3 Color will be
31984 used.
31985 If there are more levels after that the Quote Colors are re-used.
31986 If you define all three colors then it would repeat like Color1, Color2, Color3,
31987 Color1, Color2, Color3, ...
31988 If you only define the first two it would be
31989 Color1, Color2, Color1, Color2, ...
31990 If you define only the Quote1 Color, then the entire quote would be that
31991 color regardless of the quoting levels.
31992 By default, the Quote1 Color is black characters on a greenish-blue background;
31993 the Quote2 Color is black characters on a dull yellow background; and
31994 the Quote3 Color is black characters on a green background.
31996 <A HREF="h_color_setup">Descriptions of the available commands</A>
31998 Look <A HREF="h_edit_nav_cmds">here</A>
31999 to see the available Editing and Navigation commands.
32001 &lt;End of help on this topic&gt;
32002 </BODY>
32003 </HTML>
32004 ====== h_config_folder_color =====
32005 <HTML>
32006 <HEAD>
32007 <TITLE>OPTION: Folder Color</TITLE>
32008 </HEAD>
32009 <BODY>
32010 <H1>OPTION: Folder Color</H1>
32012 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32013 screen. By default, the Folder Color is the normal text color.
32016 If you set a color for this feature, other than the normal color
32017 (the default), or a color for
32018 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32019 will be colored according to the color specified in the
32020 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32021 case, the color will be the only indication that the colored name
32022 refers to a directory. The normal behavior is that Alpine
32023 indicates that a name refers to a directory by appending a
32024 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32025 the folder.
32028 If a folder is a directory, then the folder name will be painted
32029 according to the color defined by this variable, and a separator
32030 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32031 to the name. That
32032 indicator will be painted according to the color defined in the
32033 <A HREF="h_config_directory_color">Directory Color</A> option.
32036 &lt;End of help on this topic&gt;
32037 </BODY>
32038 </HTML>
32039 ====== h_config_directory_color =====
32040 <HTML>
32041 <HEAD>
32042 <TITLE>OPTION: Directory Color</TITLE>
32043 </HEAD>
32044 <BODY>
32045 <H1>OPTION: Directory Color</H1>
32047 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32048 screen. By default, the Folder Color is the normal text color.
32050 If you set a color for this feature, other than the normal color
32051 (the default), or a color for
32052 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32053 will be colored according to the color specified in the
32054 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32055 case, the color will be the only indication that the colored name
32056 refers to a directory. The normal behavior is that Alpine
32057 indicates that a name refers to a directory by appending a
32058 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32059 the folder.
32061 If a folder is a directory, then the folder name will be painted
32062 according to the color defined by the option
32063 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32064 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32065 after the name. That
32066 indicator will be painted according to the color defined in this
32067 option.
32069 &lt;End of help on this topic&gt;
32070 </BODY>
32071 </HTML>
32072 ====== h_config_folder_list_color =====
32073 <HTML>
32074 <HEAD>
32075 <TITLE>OPTION: Folder-List Color</TITLE>
32076 </HEAD>
32077 <BODY>
32078 <H1>OPTION: Folder-List Color</H1>
32080 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32081 screen. By default, the Folder-List Color is the normal text color.
32083 This text refers to the informative text that Alpine displays so you
32084 can recognize each collection. The color of the content of each collection
32085 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32086 and <A HREF="h_config_directory_color">Directory Color</A>.
32088 Unlike the options
32089 <A HREF="h_config_folder_color">Folder Color</A>
32090 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32091 this option does not affect the way that Alpine reports folders,
32092 directories and folders that are directories.
32094 &lt;End of help on this topic&gt;
32095 </BODY>
32096 </HTML>
32097 ====== h_config_incunseen_color =====
32098 <HTML>
32099 <HEAD>
32100 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32101 </HEAD>
32102 <BODY>
32103 <H1>OPTION: Incoming Unseen Color</H1>
32105 If the option
32106 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32107 is turned on it is possible to highlight the folders that contain
32108 unseen messages by coloring them with this color.
32109 By default, this is the same as the Normal Color and no highlighting is done.
32111 Usually the &quot;current&quot; folder (the folder the cursor is on)
32112 is highlighted using reverse video.
32113 If the current folder is colored because it contains unseen messages then
32114 the color used to show that it is also the current folder is controlled
32115 by the
32116 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32117 feature at the top of the SETUP COLOR screen.
32119 <A HREF="h_color_setup">Descriptions of the available commands</A>
32121 Look <A HREF="h_edit_nav_cmds">here</A>
32122 to see the available Editing and Navigation commands.
32124 &lt;End of help on this topic&gt;
32125 </BODY>
32126 </HTML>
32127 ====== h_config_signature_color =====
32128 <HTML>
32129 <HEAD>
32130 <TITLE>OPTION: Signature Color</TITLE>
32131 </HEAD>
32132 <BODY>
32133 <H1>OPTION: Signature Color</H1>
32135 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32136 screen. According to USENET conventions, the signature is defined as the
32137 paragraph following the &quot;sigdashes&quot;, that is, the special line
32138 consisting of the three characters
32139 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32140 empty line right after the sigdashes to be considered as part of the
32141 signature.
32142 By default, the Signature Color is blue characters on a white background.
32144 <A HREF="h_color_setup">Descriptions of the available commands</A>
32146 Look <A HREF="h_edit_nav_cmds">here</A>
32147 to see the available Editing and Navigation commands.
32149 &lt;End of help on this topic&gt;
32150 </BODY>
32151 </HTML>
32152 ====== h_config_prompt_color =====
32153 <HTML>
32154 <HEAD>
32155 <TITLE>OPTION: Prompt Color</TITLE>
32156 </HEAD>
32157 <BODY>
32158 <H1>OPTION: Prompt Color</H1>
32160 Sets the color Alpine uses for confirmation prompts and questions that
32161 appear in the status line near the bottom of the screen.
32162 The foreground color is the color of the actual character and the
32163 background color is the color of the area behind the character.
32164 By default, the Prompt Color is the same as the Reverse Color.
32166 <A HREF="h_color_setup">Descriptions of the available commands</A>
32168 Look <A HREF="h_edit_nav_cmds">here</A>
32169 to see the available Editing and Navigation commands.
32171 &lt;End of help on this topic&gt;
32172 </BODY>
32173 </HTML>
32174 ====== h_config_header_general_color =====
32175 <HTML>
32176 <HEAD>
32177 <TITLE>OPTION: Header General Color</TITLE>
32178 </HEAD>
32179 <BODY>
32180 <H1>OPTION: Header General Color</H1>
32182 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32183 screen.
32184 The foreground color is the color of the actual character and the
32185 background color is the color of the area behind the character.
32186 By default, this is the same as the Normal Color.
32188 It is also possible to set the colors for specific header fields, for
32189 example the Subject, using
32190 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32191 If both a Header General Color and a specific Viewer Header Color are set
32192 the specific color will override the general color, as you would expect.
32194 <A HREF="h_color_setup">Descriptions of the available commands</A>
32196 Look <A HREF="h_edit_nav_cmds">here</A>
32197 to see the available Editing and Navigation commands.
32199 &lt;End of help on this topic&gt;
32200 </BODY>
32201 </HTML>
32202 ====== h_config_incol =====
32203 <HTML>
32204 <HEAD>
32205 <TITLE>Index Line Color</TITLE>
32206 </HEAD>
32207 <BODY>
32208 <H1>Index Line Color</H1>
32210 This option is used to set the color of a line in the index when the
32211 message for that line matches the Pattern.
32212 This colors the whole index line, except possibly the status letters,
32213 which may be colored separately using the
32214 <A HREF="h_color_setup">Setup Kolor</A> screen.
32215 The foreground color is the color of the actual characters and the
32216 background color is the color of the area behind the characters.
32218 <A HREF="h_color_setup">Descriptions of the available commands</A>
32220 Look <A HREF="h_edit_nav_cmds">here</A>
32221 to see the available Editing and Navigation commands.
32223 &lt;End of help on this topic&gt;
32224 </BODY>
32225 </HTML>
32226 ====== h_config_usetransparent_color =====
32227 <HTML>
32228 <HEAD>
32229 <TITLE>OPTION: Use Transparent Color</TITLE>
32230 </HEAD>
32231 <BODY>
32232 <H1>OPTION: Use Transparent Color</H1>
32234 This is a special color supported by some terminal emulators.
32235 It is intended to result in the default foreground or background color
32236 from the terminal emulator.
32237 This is the color the terminal was displaying characters in before you started Alpine.
32238 The reason it is called Transparent is because you could set the foreground color
32239 to some specific color, like Red, and then set the background color to the
32240 Transparent Color. If it works as expected, the background color from the terminal
32241 window in which Alpine is running will show through but with the Red characters
32242 in the foreground.
32244 <A HREF="h_color_setup">Descriptions of the available commands</A>
32246 Look <A HREF="h_edit_nav_cmds">here</A>
32247 to see the available Editing and Navigation commands.
32249 &lt;End of help on this topic&gt;
32250 </BODY>
32251 </HTML>
32252 ====== h_config_usenormal_color =====
32253 <HTML>
32254 <HEAD>
32255 <TITLE>OPTION: Use Normal Color</TITLE>
32256 </HEAD>
32257 <BODY>
32258 <H1>OPTION: Use Normal Color</H1>
32260 When you use this color value, the actual color used will be the same
32261 as the corresponding Normal Color.
32262 For example if your Normal Color is black on white and you set both
32263 the foreground and background colors here to use the Normal Color, you'll
32264 get black on white. If you later change the Normal Color to red on blue
32265 this color will also change to red on blue.
32267 <A HREF="h_color_setup">Descriptions of the available commands</A>
32269 Look <A HREF="h_edit_nav_cmds">here</A>
32270 to see the available Editing and Navigation commands.
32272 &lt;End of help on this topic&gt;
32273 </BODY>
32274 </HTML>
32275 ====== h_config_usenone_color =====
32276 <HTML>
32277 <HEAD>
32278 <TITLE>OPTION: Use None Color</TITLE>
32279 </HEAD>
32280 <BODY>
32281 <H1>OPTION: Use None Color</H1>
32283 This is a special color that simply means to leave the color alone.
32284 It is useful for Index symbols and for Keyword Colors used in the Subject
32285 field of an index line.
32286 The most likely use is to set an explicit foreground color and then set
32287 the background color to the None Color.
32288 That will cause the symbol or keyword to be drawn in the foreground color
32289 with a background equal to whatever color the rest of the index line is already
32290 drawn in.
32291 You will see no visible effect unless you have assigned Indexcolor Rules to
32292 color index lines or you have set an actual color for the Reverse Color.
32294 <A HREF="h_color_setup">Descriptions of the available commands</A>
32296 Look <A HREF="h_edit_nav_cmds">here</A>
32297 to see the available Editing and Navigation commands.
32299 &lt;End of help on this topic&gt;
32300 </BODY>
32301 </HTML>
32302 ====== h_config_dflt_color =====
32303 <HTML>
32304 <HEAD>
32305 <TITLE>OPTION: Default Color</TITLE>
32306 </HEAD>
32307 <BODY>
32308 <H1>OPTION: Default Color</H1>
32310 Setting default will cause the color to be the default color.
32311 Unsetting default is normally done by choosing a color, but in some cases
32312 you may want to declare the current default color to be your non-default
32313 choice.
32314 For example, the default Keyname Color is the same as the Reverse Color.
32315 Whenever the Reverse Color changes the Keyname Color will also change, unless
32316 you've changed it or unset the default box.
32318 <A HREF="h_color_setup">Descriptions of the available commands</A>
32320 Look <A HREF="h_edit_nav_cmds">here</A>
32321 to see the available Editing and Navigation commands.
32323 &lt;End of help on this topic&gt;
32324 </BODY>
32325 </HTML>
32326 ====== h_config_bold_slctbl =====
32327 <HTML>
32328 <HEAD>
32329 <TITLE>OPTION: Bold</TITLE>
32330 </HEAD>
32331 <BODY>
32332 <H1>OPTION: Bold</H1>
32334 The color for this particular section may have the Bold attribute turned
32335 on or off.
32336 Setting bold will cause the characters to be bold.
32338 <A HREF="h_color_setup">Descriptions of the available commands</A>
32340 Look <A HREF="h_edit_nav_cmds">here</A>
32341 to see the available Editing and Navigation commands.
32343 &lt;End of help on this topic&gt;
32344 </BODY>
32345 </HTML>
32346 ====== h_config_kw_color =====
32347 <HTML>
32348 <HEAD>
32349 <TITLE>OPTION: Keyword Colors</TITLE>
32350 </HEAD>
32351 <BODY>
32352 <H1>OPTION: Keyword Colors</H1>
32354 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32355 Keywords are displayed as part of the Subject by default.
32356 They are also displayed as part of the Subject if the tokens
32357 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32358 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32359 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32360 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32362 For example, you might have set up a Keyword
32363 &quot;Work&quot; using the
32364 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32365 You could cause that Keyword to show up as a special color
32366 by setting up the Keyword Color using this option, and then including it
32367 in the MESSAGE INDEX screen using one of the tokens listed above in the
32368 <!--#echo var="VAR_index-format"-->.
32370 <A HREF="h_color_setup">Descriptions of the available commands</A>
32372 Look <A HREF="h_edit_nav_cmds">here</A>
32373 to see the available Editing and Navigation commands.
32375 &lt;End of help on this topic&gt;
32376 </BODY>
32377 </HTML>
32378 ====== h_config_customhdr_color =====
32379 <HTML>
32380 <HEAD>
32381 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32382 </HEAD>
32383 <BODY>
32384 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32386 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32387 For example, you may set the color of the Subject header or the From header.
32388 The foreground color is the color of the actual character and the
32389 background color is the color of the area behind the character.
32391 In addition to setting the colors for particular headers (like the Subject)
32392 you may also set a color to be used for all headers unless overridden by a
32393 more specific Viewer Header Color.
32394 To do this use the
32395 <A HREF="h_config_header_general_color">Header General Color</A>.
32397 For Header Colors,
32398 there is an additional line on the
32399 screen labeled &quot;Pattern to match&quot;.
32400 If you leave that blank, then the whole field for that header will
32401 be colored.
32402 However, if you give a pattern to match, the coloring will only take place
32403 if there is a match for that pattern in the value of the field.
32404 For example, if you are working on a color for the Subject header and
32405 you fill in a pattern of &quot;important&quot;, then only Subjects that
32406 contain the word &quot;important&quot; will be colored.
32408 If the pattern you enter is a comma-separated list of patterns, then coloring
32409 happens if any of those patterns matches.
32411 <A HREF="h_color_setup">Descriptions of the available commands</A>
32413 Look <A HREF="h_edit_nav_cmds">here</A>
32414 to see the available Editing and Navigation commands.
32416 &lt;End of help on this topic&gt;
32417 </BODY>
32418 </HTML>
32419 ====== h_config_indextoken_color =====
32420 <HTML>
32421 <HEAD>
32422 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32423 </HEAD>
32424 <BODY>
32425 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32427 This option allows you to set up the color in which any token, not specified by the
32428 previous options, will be colored in the MESSAGE INDEX screen. 
32430 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32431 a token that can be used in the index format. 
32432 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32434 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32435 enter a new one. Once you have entered a valid token, a line will be added to the
32436 configuration screen that you can use to set up the colors in which that token will
32437 be painted. This is done in the same way that you configure colors for other
32438 variables.
32440 <A HREF="h_color_setup">Descriptions of the available commands</A>
32442 Look <A HREF="h_edit_nav_cmds">here</A>
32443 to see the available Editing and Navigation commands.
32445 &lt;End of help on this topic&gt;
32446 </BODY>
32447 </HTML>
32448 ====== h_config_customhdr_pattern =====
32449 <HTML>
32450 <HEAD>
32451 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32452 </HEAD>
32453 <BODY>
32454 <H1>OPTION: Viewer Header Color Pattern</H1>
32456 If you leave this blank, then the whole field for the header will
32457 be colored.
32458 If you give a pattern to match, the coloring will only take place
32459 if there is a match for that pattern in the value of the field.
32460 For example, if you are working on a color for the Subject header and
32461 you fill in a pattern of &quot;important&quot;, then only Subjects that
32462 contain the word &quot;important&quot; will be colored.
32464 For address headers (like From and To) and for the Newsgroups header,
32465 a pattern match will cause only the matched addresses or newsgroups to be
32466 colored.
32467 If there is no pattern to match, then all of the addresses or newsgroups
32468 in the relevant header will be colored.
32470 The matching pattern may be a comma-separated list of patterns to match
32471 instead of a single pattern.
32472 For example, you could use the pattern &quot;important,urgent&quot; which would
32473 cause a match if either the word &quot;important&quot; or the word
32474 &quot;urgent&quot; appeared in the value of the header.
32475 You could list several comma-separated email addresses in the Header
32476 From Color pattern so that those addresses will be colored when any of
32477 them appear in the From header.
32479 To add a new matching pattern or change the existing pattern use the 
32480 <!--chtml if pinemode="function_key"-->
32481 &quot;F4&quot;
32482 <!--chtml else-->
32483 &quot;C&quot;
32484 <!--chtml endif-->
32485 &quot;Change&quot; command that is available when the &quot;Pattern to
32486 match&quot; line is highlighted.
32488 <!--chtml if pinemode="function_key"-->
32489 &quot;F10&quot;
32490 <!--chtml else-->
32491 &quot;D&quot;
32492 <!--chtml endif-->
32493 &quot;Delete&quot; command may be used to quickly remove all patterns
32494 for a particular header.
32496 &lt;End of help on this topic&gt;
32497 </BODY>
32498 </HTML>
32499 ====== h_color_setup =====
32500 <HTML>
32501 <HEAD>
32502 <TITLE>SETUP COLOR COMMANDS</TITLE>
32503 </HEAD>
32504 <BODY>
32505 <H1>SETUP COLOR COMMANDS</H1>
32506 <!--chtml if pinemode="function_key"-->
32507 <PRE>
32508 Available Commands -- Group 1
32509 -------------------------------
32510 F1  Display this help text
32511 F2  Show other available commands
32512 F3  Exit to MAIN MENU
32513 F4  Select the highlighted foreground or background color
32514 F5  Move to previous line
32515 F6  Move to next line
32516 F7  Previous page
32517 F8  Next page
32518 F9  Add a config section for a header field
32519 F10 Restore all default colors (for all sections)
32520 F11 Print color configuration screen
32521 F12 Whereis (search for word)
32523 Available Commands -- Group 2
32524 -------------------------------
32525 F1  Display this help text
32526 F2  Show other available commands
32527 F5  Delete config section for highlighted header field
32528 F6  Shuffle the order of Header Color sections
32529 </PRE>
32530 <!--chtml else-->
32531 <PRE>
32532 General commands
32533 -------------------------------------------------
32534  ?  Display this help text     E  Exit back to MAIN MENU
32535  P  Previous Line              N  Next Line
32536  -  Previous page             Spc (space bar) Next page
32537  W  WhereIs (search for word)  %  Print color configuration screen
32539 Color Setup Commands
32540 ------------------------------------------------
32541  *  Select the highlighted foreground or background color
32542  A  Add a config section for a header field
32543  D  Delete config section for highlighted header field
32544  R  Restore all default colors (for all sections)
32545  $  Shuffle the order of Header Color sections
32546 </PRE>
32547 <!--chtml endif-->
32549 <H2>Description of the Setup Color Screen</H2>
32551 From this screen you may turn on color and set the colors of
32552 various parts of the Alpine display.
32553 For help on turning on color move your cursor into the Color Style section
32554 at the top of the Setup Color screen and ask for help.
32557 There are several sections in the Setup Color Screen.
32558 At the top are some settings that handle the style of color used
32559 with your terminal emulator (UNIX only), and some settings that
32560 control how the current indexline and the titlebar are colored.
32561 After that comes a long section called GENERAL COLORS that allows
32562 you to set the color of many elements in the Alpine screens.
32563 For example, the color of the titlebar, status messages,
32564 selectable links, quotes and signatures in messages, and so on.
32565 After that is a section called INDEX COLORS that allows you to
32566 set the colors of various pieces of the displayed index lines in
32567 the MESSAGE INDEX screen.
32568 The next section is HEADER COLORS. This is for coloring headers of
32569 messages in the MESSAGE TEXT screen in just about any way you would like.
32570 Finally, the KEYWORD COLORS section allows you to highlight
32571 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32572 in the MESSAGE INDEX screen.
32575 To change a color, highlight the color you want to change (for example,
32576 the Status Color) by moving
32577 the cursor into it.
32578 You may want to read the help text for the color to see a brief desription
32579 of what you are coloring.
32580 Then press &quot;C&quot; for Change to set the color to something new.
32581 That will put you into a screen with two columns of colors, one for
32582 the foreground color and one for the background color.
32583 The foreground color is just the color you want the actual characters
32584 to be and the background color is the color of the rest of the rectangle
32585 behind the characters.
32586 Select the foreground and background colors desired by using the Next and
32587 Prev keys to highlight the color, and the * command to select it.
32589 To set a color to its default value, set the X in the Default line at
32590 the bottom of the list of colors.
32593 The HEADER COLORS section is a little bit different from the others.
32594 Besides coloring the specific fields that Alpine knows about, you may also
32595 color specific header fields when viewing a message in the MESSAGE TEXT
32596 screen.
32597 For example, you may color the Subject header a particular color.
32598 There are a few commands for use with headers.
32599 The &quot;AddHeader&quot; command adds a section to the color
32600 configuration screen that allows you to set the color for that header.
32601 You'll be asked for the name of the header field you want to color.
32602 If you wanted to color the Subject, you would answer
32603 with the word &quot;subject&quot;.
32604 Once you've added a header field, the color setting works just like the
32605 other color fields, except that there is an additional line on the
32606 configuration screen labeled &quot;Pattern to match&quot;.
32607 If you leave that blank, then the whole field for that header will always
32608 be colored.
32609 However, if you give a pattern to match, the coloring will only take place
32610 if there is a match for that pattern in the value of the field.
32611 For example, if you are working on a color for the Subject header and
32612 you fill in a pattern of &quot;important&quot;, then only Subjects that
32613 contain the word &quot;important&quot; will be colored.
32615 The &quot;DeleteHdr&quot; command removes a header section from the
32616 configuration altogether.
32617 The &quot;Shuffle&quot; command changes the order of header sections.
32618 This is only necessary if you use header sections with pattern fields.
32619 For example, if you have two Subject sections, one with one pattern and
32620 another with another pattern, and the subject for a particular message
32621 happens to match both, then the color from the first match is used.
32624 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32625 Each section will change to the default value used for that section when
32626 color is first enabled.
32627 When you restore all default colors the color settings for the Header Colors
32628 will be unset (since that's the default), but the header fields you've
32629 added will remain so that you may easily reset them.
32630 In order to get rid of them completely you'd have to use
32631 the &quot;DeleteHdr&quot; command.
32634 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32635 may be set with matching rules and that is configured separately from
32636 the rest of the color settings described here.
32637 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32638 instead of in the Setup/Kolor section.
32640 <P><UL>
32641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32642 </UL><P>
32643 &lt;End of help on this topic&gt;
32644 </BODY>
32645 </HTML>
32646 ====== h_config_news_uses_recent ======
32647 <HTML>
32648 <HEAD>
32649 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32650 </HEAD>
32651 <BODY>
32652 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32654 This feature causes certain messages to be marked as "New" in the
32655 MESSAGE INDEX of newsgroups.
32656 This feature is set by default.
32660 When opening a newsgroup, Alpine will consult your "newsrc" file and
32661 determine the last message you have previously disposed of via the "D"
32662 key.  If this feature is set, any subsequent messages will be shown in the
32663 Index with an "N", and the first of these messages will be highlighted.
32664 Although this is only an approximation of true "New" or "Unseen"
32665 status, it provides a useful cue to distinguish more-or-less recent
32666 messages from those you have seen previously, but are not yet ready to
32667 mark deleted.
32671 Background: your "newsrc" file (used to store message status information
32672 for newsgroups) is only capable of storing a single flag, and Alpine uses
32673 this to record whether or not you are "done with" a message, as
32674 indicated by marking the message as "Deleted".  Unfortunately, this
32675 means that Alpine has no way to record exactly which messages you have
32676 previously seen, so it normally does not show the "N" status flag for
32677 any messages in a newsgroup. This feature enables a starting
32678 *approximation* of seen/unseen status that may be useful.
32680 &lt;End of help on this topic&gt;
32681 </BODY>
32682 </HTML>
32683 ====== h_config_expose_hidden_config =====
32684 <HTML>
32685 <HEAD>
32686 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32687 </HEAD>
32688 <BODY>
32689 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32691 If set, this causes configuration options and features that are normally
32692 hidden from view to be editable in the Setup/Config screen.
32695 The purpose of this feature is to allow you to change configuration
32696 features and variables that are normally hidden.
32697 This is particularly useful if you are using a remote configuration,
32698 where it is difficult to edit the contents manually, but it may also be used
32699 on a local pinerc configuration file.
32701 If set, several configuration variables and features that are normally
32702 hidden from view will show up in the Setup/Configuration screen.
32703 They will be at the bottom of the configuration screen.
32704 You can find them by searching for the words &quot;hidden configuration&quot;.
32707 Note that this is an advanced feature that should be used with care.
32708 The reason that this part of the configuration is normally hidden is because
32709 there is a significant potential for causing problems if you change these
32710 variables.
32711 If something breaks after a change try changing it back to see if that is
32712 what is causing the problem.
32713 There are also some variables that are normally hidden because they are
32714 manipulated through Alpine in other ways.
32715 For example, colors are normally set using the Setup/Kolors screen and
32716 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32717 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32718 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32719 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32720 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32721 internally by Alpine and not set directly by the user.
32723 <UL>   
32724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32725 </UL><P>
32726 &lt;End of help on this topic&gt;
32727 </BODY>
32728 </HTML>
32729 ====== h_config_disable_signature_edit =====
32730 <HTML>
32731 <HEAD>
32732 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32733 </HEAD>
32734 <BODY>
32735 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32737 If set, this disables the editing of signature files from within
32738 the Setup/Config screen.
32740 <UL>   
32741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32742 </UL><P>
32743 &lt;End of help on this topic&gt;
32744 </BODY>
32745 </HTML>
32746 ====== h_config_disable_roles_templateedit =====
32747 <HTML>
32748 <HEAD>
32749 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32750 </HEAD>
32751 <BODY>
32752 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32754 If set, this disables the editing of template files within the
32755 Role setup screen.
32757 <UL>   
32758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32759 </UL><P>
32760 &lt;End of help on this topic&gt;
32761 </BODY>
32762 </HTML>
32763 ====== h_config_disable_roles_sigedit =====
32764 <HTML>
32765 <HEAD>
32766 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32767 </HEAD>
32768 <BODY>
32769 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32771 If set, this disables the editing of signature files within the
32772 Role setup screen.
32774 <UL>   
32775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32776 </UL><P>
32777 &lt;End of help on this topic&gt;
32778 </BODY>
32779 </HTML>
32780 ====== h_config_disable_roles_setup =====
32781 <HTML>
32782 <HEAD>
32783 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32784 </HEAD>
32785 <BODY>
32786 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32788 If set, this disables the Setup/Rules/Roles command.
32790 <UL>   
32791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32792 </UL><P>
32793 &lt;End of help on this topic&gt;
32794 </BODY>
32795 </HTML>
32796 ====== h_config_disable_pipes_in_templates =====
32797 <HTML>
32798 <HEAD>
32799 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32800 </HEAD>
32801 <BODY>
32802 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32804 By default, if a template file name is followed by a vertical bar (|) then
32805 that causes the file to be executed to produce the text for the template.
32806 If this feature is set, then this is not allowed.
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_sigs =====
32815 <HTML>
32816 <HEAD>
32817 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32818 </HEAD>
32819 <BODY>
32820 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32822 By default, if a signature file name is followed by a vertical bar (|) then
32823 that causes the file to be executed to produce the text for the signature.
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_password_cmd =====
32833 <HTML>
32834 <HEAD>
32835 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32836 </HEAD>
32837 <BODY>
32838 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32840 If set, then the Setup/Newpassword command is disabled.
32842 <UL>   
32843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32844 </UL><P>
32845 &lt;End of help on this topic&gt;
32846 </BODY>
32847 </HTML>
32848 ====== h_config_disable_password_caching =====
32849 <HTML>
32850 <HEAD>
32851 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32852 </HEAD>
32853 <BODY>
32854 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32856 Normally, loginname/password combinations are cached in Alpine so that
32857 you do not have to enter the same password more than once in a session.
32858 A disadvantage to this approach is that the password must be stored in
32859 the memory image of the running Alpine in order that it can be re-used.
32860 In the event that Alpine crashes and produces a core dump, and that core
32861 dump is readable by others, the loginname and password could be read
32862 from the core dump.
32864 If this feature is set, then the passwords will not be cached and you
32865 will have to retype the password whenever Alpine needs it.
32866 Even with this feature set there is still some chance that the core
32867 file will contain a password, so care should be taken to make the
32868 core files unreadable.
32870 NOTE: If PASSFILE caching is enabled, this does not disable it.
32871 That is a separate and independent feature.
32872 <UL>   
32873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32874 </UL><P>
32875 &lt;End of help on this topic&gt;
32876 </BODY>
32877 </HTML>
32878 ====== h_config_disable_password_file_saving =====
32879 <HTML>
32880 <HEAD>
32881 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32882 </HEAD>
32883 <BODY>
32884 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32886 This feature changes the behavior of Alpine when a login name and password combination
32887 for a specific server is not found in the password file. The default behavior is that
32888 Alpine will ask the user if they wish to save this information in the password file for future
32889 use. It is assumed that if a user created a password file it is because they intend
32890 to use it, but in some instances a user might want to save some passwords and not others.
32891 In this case, enabling this feature will make Alpine not add any more passwords to the
32892 password file and will only use the passwords that it already saved. If you wish to allow
32893 Alpine to save more passwords in the password file, disable this feature.
32895 <UL>   
32896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32897 </UL><P>
32898 &lt;End of help on this topic&gt;
32899 </BODY>
32900 </HTML>
32901 ====== h_config_disable_kb_lock =====
32902 <HTML>
32903 <HEAD>
32904 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32905 </HEAD>
32906 <BODY>
32907 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32909 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32911 <UL>   
32912 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32913 </UL><P>
32914 &lt;End of help on this topic&gt;
32915 </BODY>
32916 </HTML>
32917 ====== h_config_disable_config_cmd =====
32918 <HTML>
32919 <HEAD>
32920 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32921 </HEAD>
32922 <BODY>
32923 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32925 If set, then the Setup/Config screen is disabled.
32927 <UL>   
32928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32929 </UL><P>
32930 &lt;End of help on this topic&gt;
32931 </BODY>
32932 </HTML>
32933 ====== h_config_allow_chg_from =====
32934 <HTML>
32935 <HEAD>
32936 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32937 </HEAD>
32938 <BODY>
32939 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32941 This feature affects Alpine's handling of the &quot;From:&quot; header field
32942 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32943 option.
32945 If this feature is set then the From line can be changed just like
32946 all the other header fields that can be changed.
32947 This feature defaults to <EM>ON</EM>.
32949 Even with this feature turned ON (the default) you will not be able 
32950 to change the From header unless you add it to your list of
32951 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32952 You may also want to change the
32953 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32954 if you want the From header to always show up in the composer without
32955 having to type the Rich Headers command first.
32957 Note that many sites restrict the use of this feature in order to
32958 reduce the chance of falsified addresses and misdirected mail.
32959 If you want to change the value of what gets included in the From header
32960 in messages you send
32961 look <A HREF="h_config_change_your_from">here</A> for a description.
32963 <UL>   
32964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32965 </UL><P>
32966 &lt;End of help on this topic&gt;
32967 </BODY>
32968 </HTML>
32969 ====== h_config_disable_collate =====
32970 <HTML>
32971 <HEAD>
32972 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32973 </HEAD>
32974 <BODY>
32975 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32977 This is a hard to understand feature that should only be used in rare cases.
32978 Normally, the C function call
32980 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32982 is used by Alpine.
32983 If you want to try turning it off,
32984 setting this feature will turn it off.
32985 This part of the locale has to do with the sort order
32986 of characters in your locale.
32988 <UL>   
32989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32990 </UL><P>
32991 &lt;End of help on this topic&gt;
32992 </BODY>
32993 </HTML>
32994 ====== h_config_quell_attach_extra_prompt =====
32995 <HTML>
32996 <HEAD>
32997 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32998 </HEAD>
32999 <BODY>
33000 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33002 By default, when you attempt to view an attachment externally
33003 from the &quot;Attachment View&quot; screen, you are asked if you
33004 really want to view the selected attachment.
33007 If this feature is set, you will <B>not</B> be prompted to confirm
33008 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33009 prompt. This feature was added for those wanting to preserve that
33010 behavior (along with 
33011 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33014 <UL>   
33015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33016 </UL><P>
33017 &lt;End of help on this topic&gt;
33018 </BODY>
33019 </HTML>
33020 ====== h_config_quell_attach_ext_warn =====
33021 <HTML>
33022 <HEAD>
33023 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33024 </HEAD>
33025 <BODY>
33026 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33029 This feature suppresses the extra warning you can get when trying
33030 to view an attachment for which there is no mime-type match.  Turning
33031 on this feature will just run the program according to extension
33032 instead of first warning the user that it will run according to the
33033 file's extension.
33035 This feature can be used along side 
33036 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33037 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33039 <UL>   
33040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33041 </UL><P>
33042 &lt;End of help on this topic&gt;
33043 </BODY>
33044 </HTML>
33045 ====== h_config_mailcap_params =====
33046 <HTML>
33047 <HEAD>
33048 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33049 </HEAD>
33050 <BODY>
33051 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33053 If set, this will allow mailcap named parameter substitution to occur
33054 in mailcap entries.
33055 By default, this is turned off to prevent security problems that may occur
33056 with some incorrect mailcap configurations.
33057 For more information, see RFC1524 and look for "named parameters" in the
33058 text of the RFC.
33060 <UL>   
33061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33062 </UL><P>
33063 &lt;End of help on this topic&gt;
33064 </BODY>
33065 </HTML>
33066 ====== h_config_disable_shared =====
33067 <HTML>
33068 <HEAD>
33069 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33070 </HEAD>
33071 <BODY>
33072 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33074 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33075 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33076 will be disabled.
33077 The reason this feature exists is because there are some implementations
33078 of system password lookup routines that are very slow when presented with
33079 a long loginname that does not exist.
33080 This feature could be set to prevent the delay at startup time when the
33081 names above are searched for in the password file.
33083 <UL>   
33084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33085 </UL><P>
33086 &lt;End of help on this topic&gt;
33087 </BODY>
33088 </HTML>
33089 ====== h_config_hide_nntp_path =====
33090 <HTML>
33091 <HEAD>
33092 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33093 </HEAD>
33094 <BODY>
33095 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33097 Normally the Path header that Alpine generates when posting to a newsgroup
33098 contains the name of the computer from which the message is being sent and
33099 the user name.
33100 Some believe that this information is used by spammers.
33101 If this feature is set, that information will be replaced with the text
33103 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33105 instead.
33107 It should be noted that many servers being connected to will still reveal
33108 the information that this feature attempts to protect.
33110 <UL>   
33111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33112 </UL><P>
33113 &lt;End of help on this topic&gt;
33114 </BODY>
33115 </HTML>
33116 ====== h_config_no_bezerk_zone =====
33117 <HTML>
33118 <HEAD>
33119 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33120 </HEAD>
33121 <BODY>
33122 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33124 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33125 (the line that begins with From <SPACE>).
33126 Some versions of Berkeley mail have trouble with this, and don't recognize
33127 the line as a message delimiter.
33128 If this feature is set, the timezone will be left off the delimiter line.
33130 <UL>   
33131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33132 </UL><P>
33133 &lt;End of help on this topic&gt;
33134 </BODY>
33135 </HTML>
33136 ====== h_config_quell_domain_warn =====
33137 <HTML>
33138 <HEAD>
33139 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33140 </HEAD>
33141 <BODY>
33142 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33144 When your configuration is set up so that your domain name contains no dots,
33145 it is usually a configuration error.
33146 By default, Alpine will warn you about this when you start it up.
33147 You will see a warning message that looks like
33150 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33153 If this feature is set, the warning is turned off.
33155 <UL>   
33156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33157 </UL><P>
33158 &lt;End of help on this topic&gt;
33159 </BODY>
33160 </HTML>
33161 ====== h_config_quell_imap_env =====
33162 <HTML>
33163 <HEAD>
33164 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33165 </HEAD>
33166 <BODY>
33167 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33169 In the MESSAGE INDEX screen, if the open folder is being accessed
33170 using IMAP, Alpine normally tries to paint the index lines on the screen
33171 as soon as the information arrives from the IMAP server.
33172 This means that the index information makes it onto the screen more quickly
33173 than it otherwise would.
33174 This sometimes results in behavior that bothers some users.
33175 For example, when paging to a new page of the index, it may be possible for
33176 the lines to be painted on the screen in a random order, rather than from
33177 top to bottom.
33180 Setting this feature causes Alpine to wait for all of the information
33181 to be gathered before it paints the index screen.
33182 Once it collects all of the information, the screen will be painted quickly
33183 from top to bottom.
33185 <UL>   
33186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33187 </UL><P>
33188 &lt;End of help on this topic&gt;
33189 </BODY>
33190 </HTML>
33191 ====== h_config_quell_news_env =====
33192 <HTML>
33193 <HEAD>
33194 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33195 </HEAD>
33196 <BODY>
33197 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33199 In the MESSAGE INDEX screen, if the open folder is being accessed
33200 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33201 as soon as the information arrives from the NNTP server.
33202 This means that the index information makes it onto the screen more quickly
33203 than it otherwise would.
33204 This sometimes results in behavior that bothers some users.
33205 For example, when paging to a new page of the index, it may be possible for
33206 the lines to be painted on the screen in a random order, rather than from
33207 top to bottom.
33210 Setting this feature causes Alpine to wait for all of the information
33211 to be gathered before it paints the index screen.
33212 Once it collects all of the information, the screen will be painted quickly
33213 from top to bottom.
33215 <UL>   
33216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33217 </UL><P>
33218 &lt;End of help on this topic&gt;
33219 </BODY>
33220 </HTML>
33221 ====== h_config_quell_content_id =====
33222 <HTML>
33223 <HEAD>
33224 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33225 </HEAD>
33226 <BODY>
33227 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33229 This feature changes the behavior of Alpine when sending messages.
33230 It is intended to work around a bug in Microsoft's Outlook XP mail user
33231 agent.
33232 As of this writing, Microsoft has acknowledged the bug but
33233 has not added it to the Knowledge Base.
33234 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33235 This particular bug has bug fix number OfficeQFE:4781.
33236 The nature of the bug is that messages with attachments that
33237 contain a Content-ID header (which standard Alpine attachments do)
33238 do not show the attachment indicator (a paperclip) when viewed with
33239 Outlook XP.
33240 So the user has no indication that the message contains an attachment.
33243 If this feature is set then Alpine will remove most Content-ID headers
33244 before sending a message.
33245 If an attachment is of type MESSAGE, then the existing Content-ID headers
33246 inside the message will be left intact.
33247 This would only happen with Alpine if a message was forwarded as an attachment
33248 or if a message with a message attached was forwarded.
33249 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33250 the Content-ID headers of the alternative parts will not be removed.
33253 Because the Content-ID header is a standard part of MIME it is possible
33254 that setting this feature will break something.
33255 For example, if an attachment has a Content-ID header that is necessary
33256 for the correct functioning of that attachment, it is possible that Alpine
33257 may remove that header when the attachment is forwarded.
33258 However, it seems fairly safe at this time.
33261 <UL>   
33262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33263 </UL><P>
33264 &lt;End of help on this topic&gt;
33265 </BODY>
33266 </HTML>
33267 ====== h_config_winpos_in_config =====
33268 <HTML>
33269 <HEAD>
33270 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33271 </HEAD>
33272 <BODY>
33273 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33275 PC-Alpine only.
33278 Normally, PC-Alpine will store its window size and position in the
33279 Windows Registry.
33280 This is convenient if you want to use the same remote
33281 configuration from more than one PC.
33282 If you use multiple configuration files to start PC-Alpine, you may want
33283 to store the window size and position in the configuration file instead
33284 of in the Registry.
33285 Setting this feature causes the value to be stored in 
33286 <A HREF="h_config_window_position">Window-Position</A>.
33289 <UL>   
33290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33291 </UL><P>
33292 &lt;End of help on this topic&gt;
33293 </BODY>
33294 </HTML>
33295 ====== h_config_quell_ssl_largeblocks =====
33296 <HTML>
33297 <HEAD>
33298 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33299 </HEAD>
33300 <BODY>
33301 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33303 PC-Alpine only.
33305 This feature changes the behavior of fetching messages
33306 and attachments so that the message data is fetched in chunks no larger
33307 than 12K bytes.
33308 This works around a bug in Microsoft's SSL/TLS support.
33309 Some versions of Microsoft SSL are not able to read full-sized (16K)
33310 SSL/TLS packets.
33311 Some servers will send such packets and this will
33312 cause PC-Alpine to crash with the error
33315 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33318 Microsoft is aware of the problem and has developed a hotfix for it, it is
33319 discussed in article 300562 in the Microsoft Knowledge Base.
33321 <UL>   
33322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33323 </UL><P>
33324 &lt;End of help on this topic&gt;
33325 </BODY>
33326 </HTML>
33327 ====== h_config_quell_partial =====
33328 <HTML>
33329 <HEAD>
33330 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33331 </HEAD>
33332 <BODY>
33333 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33335 Partial fetching is a feature of the IMAP protocol.
33336 By default, Alpine
33337 will use partial fetching when copying the contents of a message or attachment
33338 from the IMAP server to Alpine.
33339 This means that the fetch will be done in many
33340 small chunks instead of one big chunk. The main benefit of this approach is
33341 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33342 to stop the fetch early. In some cases partial fetching may cause a performance
33343 problem so that the fetching of data takes significantly longer when partial
33344 fetching is used. Turning on this feature will turn off partial fetching.
33346 <UL>   
33347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33348 </UL><P>
33349 &lt;End of help on this topic&gt;
33350 </BODY>
33351 </HTML>
33352 ====== h_config_quell_personal_name_prompt =====
33353 <HTML>
33354 <HEAD>
33355 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33356 </HEAD>
33357 <BODY>
33358 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33360 PC-Alpine only.  This feature quells the prompting for a 
33361 <A HREF="h_config_pers_name">personal name</A>.  This
33362 prompt normally happens before composing a message, and only happens when
33363 there is no personal name already set.
33365 <UL>   
33366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33367 </UL><P>
33368 &lt;End of help on this topic&gt;
33369 </BODY>
33370 </HTML>
33371 ====== h_config_quell_user_id_prompt =====
33372 <HTML>
33373 <HEAD>
33374 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33375 </HEAD>
33376 <BODY>
33377 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33379 PC-Alpine only.  This feature quells the prompting for a 
33380 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33381 if the information can be obtained from the login name used
33382 to open the INBOX.  Normally, this prompt happens before composing
33383 a message, and only happens when there is no user-id already set
33384 in the configuration.
33386 With this feature set, composing a message is only possible after
33387 establishing a connection to the INBOX.
33389 <UL>   
33390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33391 </UL><P>
33392 &lt;End of help on this topic&gt;
33393 </BODY>
33394 </HTML>
33395 ====== h_config_save_aggregates =====
33396 <HTML>
33397 <HEAD>
33398 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33399 </HEAD>
33400 <BODY>
33401 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33403 This feature will optimize an aggregate copy operation, if
33404 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33405 list of the messages to be copied.
33406 This feature is set by default.
33407 This may reduce network traffic and elapsed time for the Save.
33408 <EM>However, many IMAP servers (including the UW IMAP server) do
33409 not preserve the order of messages when this optimization is applied.</EM>
33410 If this feature is not set, 
33411 Alpine will copy each message individually and the order of the messages
33412 will be preserved.
33414 <UL>   
33415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33416 </UL><P>
33417 &lt;End of help on this topic&gt;
33418 </BODY>
33419 </HTML>
33420 ====== h_config_use_system_translation =====
33421 <HTML>
33422 <HEAD>
33423 <TITLE>FEATURE: Use System Translation</TITLE>
33424 </HEAD>
33425 <BODY>
33426 <H1>FEATURE: Use System Translation</H1>
33428 UNIX Alpine only.
33430 Alpine normally uses its own internal software to convert between the multi-byte
33431 representation of characters and the Unicode representation of those
33432 same characters.
33433 It converts from the multi-byte characters your keyboard produces to Unicode,
33434 and from Unicode to the multi-byte characters your display expects.
33435 Alpine also uses its own internal software to decide how much space on
33436 the screen a particular Unicode character will occupy.
33439 Setting this feature tells Alpine to use the system-supplied routines to
33440 perform these tasks instead.
33441 In particular there are three tasks and three system routines that will
33442 be used for these tasks.
33445 To convert from multi-byte to Unicode the routine
33448 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33451 is used.
33452 To convert from Unicode to multi-byte the routine
33455 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33458 is used.
33459 And to find the screen width a particular Unicode character will
33460 occupy the routine used is
33463 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33466 This feature has been only lightly tested.
33467 The internal routines should normally be used unless you run into
33468 a problem that you think may be solved by using the system routines.
33469 Note that your environment needs to be set up for these
33470 routines to work correctly.
33471 In particular, the LANG or LC_CTYPE variable in your environment will
33472 need to be set.
33475 <UL>   
33476 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33477 </UL><P>
33478 &lt;End of help on this topic&gt;
33479 </BODY>
33480 </HTML>
33481 ====== h_config_suspend_spawns =====
33482 <HTML>
33483 <HEAD>
33484 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33485 </HEAD>
33486 <BODY>
33487 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33489 This feature affects Alpine's behavior when process suspension is enabled
33490 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33491 temporarily interact with the operating system command &quot;shell&quot; 
33492 without
33493 quitting Alpine, and then subsequently resume the still-active Alpine session.
33496 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33497 is set and subsequently the Ctrl-Z key
33498 is pressed, Alpine will normally suspend itself and return temporary control
33499 to Alpine's parent shell process.  However, if this feature is set, Alpine
33500 will instead create an inferior subshell process.  This is useful when the
33501 parent process is not intended to be used interactively.  Examples include
33502 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33503 or via a menu system.<P>
33505 Note that one typically resumes a suspended Alpine by entering the Unix
33506 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33507 enter the &quot;exit&quot; command instead.
33509 <UL>   
33510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33511 </UL><P>
33512 &lt;End of help on this topic&gt;
33513 </BODY>
33514 </HTML>
33515 ====== h_config_8bit_smtp =====
33516 <HTML>
33517 <HEAD>
33518 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33519 </HEAD>
33520 <BODY>
33521 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33523 This feature affects Alpine's behavior when sending mail.
33524 By default, this feature is set.
33525 Internet standards
33526 require that all electronic mail messages traversing the global Internet
33527 consist of 7bit ASCII characters unless a pair of cooperating mail 
33528 transfer agents explicitly agree to allow 8bit messages.  In general, 
33529 then, exchanging messages in non-ASCII characters requires MIME encoding.
33531 However, there are now Internet standards that allow for unencoded 8bit
33532 exchange of messages between cooperating systems.  When this feature is set
33533 Alpine will try to negotiate unencoded 8bit transmission during the
33534 sending process.  Should the negotiation fail, Alpine will fall back to its
33535 ordinary encoding rules. 
33537 Note, this feature relies on your system's mail transport agent or
33538 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33539 having the negotiation mechanism introduced in
33540 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33541 &quot;8BITMIME&quot;. 
33543 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33544 it is possible that this feature might cause problems for some servers. 
33545 <P><UL>
33546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33547 </UL>
33548 <P>&lt;End of help on this topic&gt;
33549 </BODY>
33550 </HTML>
33551 ====== h_config_8bit_nntp =====
33552 <HTML>
33553 <HEAD>
33554 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33555 </HEAD>
33556 <BODY>
33557 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33559 This feature affects Alpine's behavior when posting news.  
33563 The Internet standard for exchanging USENET news messages (RFC-1036)
33564 specifies that USENET messages should conform to Internet mail standards
33565 and contain only 7bit characters, but much of the news transport software
33566 in use today is capable of successfully sending messages containing 8bit
33567 characters.  Hence, many people believe that it is appropriate to send 8bit
33568 news messages without any MIME encoding.
33572 Moreover, there is no Internet standard for explicitly negotiating 8bit
33573 transfer, as there is for Internet email.  Therefore, Alpine provides the
33574 option of posting unencoded 8bit news messages, though not as the default.
33575 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33576 postings that contain 8bit characters. 
33580 Note, articles may cross a path or pass through news transport software
33581 that is unsafe or even hostile to 8bit characters.  At best this will only
33582 cause the posting to become garbled.  The safest way to transmit 8bit
33583 characters is to leave Alpine's MIME encoding turned on, but recipients
33584 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33585 messages.
33587 &lt;End of help on this topic&gt;
33588 </BODY>
33589 </HTML>
33590 ====== h_config_mark_for_cc =====
33591 <HTML>
33592 <HEAD>
33593 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33594 </HEAD>
33595 <BODY>
33596 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33598 This feature affects Alpine's MESSAGE INDEX display.
33599 By default, a '+' is displayed in the first column if the
33600 message is addressed directly to you.
33601 When this feature is set and the message is not addressed to you, then a
33602 '-' character is displayed if the message is instead Cc'd directly
33603 to you.
33606 <UL>   
33607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33608 </UL><P>
33609 &lt;End of help on this topic&gt;
33610 </BODY>
33611 </HTML>
33612 ====== h_config_tab_uses_unseen =====
33613 <HTML>
33614 <HEAD>
33615 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33616 </HEAD>
33617 <BODY>
33618 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33620 This feature affects Alpine's behavior when using the TAB
33621 <A HREF="h_common_nextnew">NextNew Command</A>
33622 to move from one folder to the next.
33623 Alpine's usual behavior is to search for folders
33624 with <EM>Recent</EM> messages in them.
33625 Recent messages are messages that have arrived since the last time the
33626 folder was opened.
33629 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33630 messages instead of Recent messages.
33631 Unseen messages remain Unseen until you view them (or flag then as Seen with
33632 the <A HREF="h_common_flag">Flag Command</A>).
33633 Setting this feature allows you to locate messages you have not read
33634 instead of only recently received messages.
33635 When this feature is set, the feature
33636 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33637 will have no effect, so the checking may be slower.
33640 Another reason why you might want to use this feature is that Alpine sometimes
33641 opens folders implicitly behind the scenes, and this clears the
33642 Recent status of all messages in the folder.
33643 One example where this happens is when Saving or filtering a
33644 message to another folder.
33645 If that message has some <A HREF="h_config_keywords">keywords</A>
33646 set, then because of some shortcomings
33647 in the IMAP specification, the best way to ensure that those keywords are
33648 still set in the saved copy of the message is to open the folder and
33649 set the keywords explicitly.
33650 Because this clears the Recent status of all messages in that folder the
33651 folder will not be found by the NextNew command unless this feature is set.
33654 &lt;End of help on this topic&gt;
33655 </BODY>
33656 </HTML>
33657 ====== h_config_tab_new_only =====
33658 <HTML>
33659 <HEAD>
33660 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33661 </HEAD>
33662 <BODY>
33663 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33665 This feature affects Alpine's behavior when using the TAB key to move from
33666 one message to the next.  Alpine's usual behavior is to select the next
33667 unread message or message flagged as "Important".
33671 Setting this feature causes Alpine to skip the messages flagged as important,
33672 and select unread messages exclusively.  Tab behavior when there are no
33673 new messages left to select remains unchanged.
33675 &lt;End of help on this topic&gt;
33676 </BODY>
33677 </HTML>
33678 ====== h_config_warn_if_subj_blank =====
33679 <HTML>
33680 <HEAD>
33681 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33682 </HEAD>
33683 <BODY>
33684 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33686 This feature affects Alpine's behavior when you send a message being
33687 composed.
33688 If this option is set, Alpine will check to see if the message about to be sent
33689 has a subject or not.
33690 If not, you will be asked if you want to send the message anyway.
33693 <UL>   
33694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33695 </UL><P>
33696 &lt;End of help on this topic&gt;
33697 </BODY>
33698 </HTML>
33699 ====== h_config_warn_if_fcc_blank =====
33700 <HTML>
33701 <HEAD>
33702 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33703 </HEAD>
33704 <BODY>
33705 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33707 This feature affects Alpine's behavior when you send a message being
33708 composed.
33709 If this option is set, Alpine will check to see if the message about to be sent
33710 has an Fcc or not.
33711 If not, you will be asked if you want to send the message anyway.
33714 <UL>   
33715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33716 </UL><P>
33717 &lt;End of help on this topic&gt;
33718 </BODY>
33719 </HTML>
33720 ====== h_config_warn_if_no_to_or_cc =====
33721 <HTML>
33722 <HEAD>
33723 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33724 </HEAD>
33725 <BODY>
33726 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33728 This feature affects Alpine's behavior when you send a message being
33729 composed.
33730 If this option is set, Alpine will check to see if the message about to be sent
33731 has either a To address, a Cc address, or a Newsgroup.
33732 If none of these is set,
33733 you will be asked if you want to send the message anyway.
33736 This feature is closely related to
33737 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33738 Alpine will normally ask if you want to copy a message only to the Fcc.
33739 This feature also applies to cases where there is a Bcc but still no To, Cc,
33740 or Newsgroup.
33741 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33742 message with only an Fcc, then you won't be asked about sending with
33743 a blank To and Cc and Newsgroups header even if this feature is set.
33744 Similarly, if you have already been asked if you want to send to the Fcc
33745 only and you have answered Yes, then you won't be asked again about sending with
33746 blank To, Cc, and Newsgroups headers even if this feature is set.
33749 <UL>   
33750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33751 </UL><P>
33752 &lt;End of help on this topic&gt;
33753 </BODY>
33754 </HTML>
33755 ====== h_config_quell_dead_letter =====
33756 <HTML>
33757 <HEAD>
33758 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33759 </HEAD>
33760 <BODY>
33761 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33763 This feature affects Alpine's behavior when you cancel a message being
33764 composed.  Alpine's usual behavior is to write the canceled message to
33765 a file named 
33766 <!--chtml if pinemode="os_windows"-->
33767 &quot;DEADLETR&quot;,
33768 <!--chtml else-->
33769 &quot;dead.letter&quot; in your home directory,
33770 <!--chtml endif-->
33771 overwriting any previous message. Under
33772 some conditions (some routine), this can introduce a noticeable delay.
33773 Setting this feature will cause Alpine NOT to write canceled compositions
33774 into the file.
33776 NOTE: Enabling this feature means NO record of canceled messages is
33777 maintained.
33779 This feature affects the newer option
33780 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33781 number of dead letter files to keep around.
33782 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33784 <UL>   
33785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33786 </UL><P>
33787 &lt;End of help on this topic&gt;
33788 </BODY>
33789 </HTML>
33790 ====== h_config_quell_beeps =====
33791 <HTML>
33792 <HEAD>
33793 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33794 </HEAD>
33795 <BODY>
33796 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33798 This feature affects Alpine's behavior when it displays status message
33799 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33800 will not affect the display of such messages, but will cause those that
33801 emit a beep to become silent.
33804 <UL>   
33805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33806 </UL><P>
33807 &lt;End of help on this topic&gt;
33808 </BODY>
33809 </HTML>
33810 ====== h_config_suppress_user_agent =====
33811 <HTML>
33812 <HEAD>
33813 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33814 </HEAD>
33815 <BODY>
33816 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33818 If this feature is set then Alpine will not generate a
33819 <CODE>User-Agent</CODE> header in outgoing messages.
33821 <UL>   
33822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33823 </UL><P>
33824 &lt;End of help on this topic&gt;
33825 </BODY>
33826 </HTML>
33827 ====== h_config_quell_lock_failure_warnings =====
33828 <HTML>
33829 <HEAD>
33830 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33831 </HEAD>
33832 <BODY>
33833 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33835 This feature affects Alpine's behavior when it encounters a problem
33836 acquiring a mail folder lock.  Typically, a secondary file associated
33837 with the mail folder being opened is created as part of the locking
33838 process.  On some systems, such file creation has been administratively
33839 precluded by the system configuration.
33841 Alpine issues a warning when such failures occur, which can become bothersome
33842 if the system is configured to disallow such actions.  Setting this
33843 feature causes Alpine to remain silent when this part of lock creation fails.
33845 WARNING: systems that have been configured in a way that precludes locking
33846 introduce some risk of mail folder corruption when more than one program
33847 attempts to modify the mail folder.  This is most likely to occur to one's
33848 INBOX or other incoming message folder. 
33850 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33852 <UL>   
33853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33854 </UL><P>
33855 &lt;End of help on this topic&gt;
33856 </BODY>
33857 </HTML>
33858 ====== h_config_enable_role_take ======
33859 <HTML>
33860 <HEAD>
33861 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33862 </HEAD>
33863 <BODY>
33864 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33866 Normally, the Take command takes addresses from a message and helps you
33867 put them into your Address Book.
33868 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33869 you may find it useful
33870 to be able to Take information from a message's headers and put it into
33871 a new Rule.
33872 When this feature is set, you will be given an extra prompt that gives
33873 you the choice to Take into the Address Book or Take into a rule.
33874 <P><UL>
33875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33876 </UL>
33878 &lt;End of help on this topic&gt;
33879 </BODY>
33880 </HTML>
33881 ====== h_config_enable_take_export ======
33882 <HTML>
33883 <HEAD>
33884 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33885 </HEAD>
33886 <BODY>
33887 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33889 Normally, the Take command takes addresses from a message and helps you
33890 put them into your Address Book.
33891 When this feature is set, you will be given an extra prompt that gives you
33892 the choice to Take addresses into a file instead of your Address
33893 Book.
33894 Only the user@domain_name part of the address is put in the file.
33895 <P><UL>
33896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33897 </UL>
33899 &lt;End of help on this topic&gt;
33900 </BODY>
33901 </HTML>
33902 ====== h_config_quell_folder_internal_msg ======
33903 <HTML>
33904 <HEAD>
33905 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33906 </HEAD>
33907 <BODY>
33908 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33910 This feature determines whether or not Alpine will create 
33911 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33912 MMDF format. <P> 
33914 Alpine will normally create these pseudo messages when they are not already
33915 present in a standard Unix or MMDF folder.  Their purpose is to record
33916 certain mailbox state data needed for correct IMAP and POP server
33917 operation, and also for Alpine to be able to mark messages as Answered when
33918 the Reply has been postponed.<P>
33920 Sites that do not use IMAP/POP for remote mail access, and that need to
33921 support mail tools that are adversely affected by the presence of the
33922 pseudo-messages (e.g. some mail notification tools) may enable this
33923 feature to tell Alpine not to create them.  Note that Alpine's 
33924 &quot;Answered&quot; flag
33925 capability will be adversely affected if this is done.<P>
33927 Note too that, even if this feature is enabled, Alpine will not remove
33928 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33929 or ipopd servers.) This feature has no effect on folders that are not in
33930 standard Unix or MMDF format, as pseudo-messages are not needed in the
33931 other formats to record mailbox state information.
33932 <P><UL>
33933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33934 </UL>
33936 &lt;End of help on this topic&gt;
33937 </BODY>
33938 </HTML>
33939 ====== h_config_mulnews_as_typed ======
33940 <HTML>
33941 <HEAD>
33942 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33943 </HEAD>
33944 <BODY>
33945 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33947 This feature will be of little use to most users.
33948 It has no effect unless the feature
33949 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33950 is set.
33952 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33953 then the setting of this feature may have an effect on the names of the
33954 newsrc files used.
33955 Normally, the name of the news server will be canonicalized before it is
33956 used in the newsrc file name.
33957 For example, if you type the news server name
33960 <CENTER><SAMP>servername</SAMP></CENTER>
33963 it is likely that the canonical name will be something like
33966 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33969 Or it may be the case that
33972 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33975 is really an alias (a DNS CNAME) for
33978 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33981 If this feature is not set, then the canonicalized names will be used.
33982 If this feature is set, then the name you typed in (or put in your
33983 configuration) will be used.
33985 <P><UL>
33986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33987 </UL>
33989 &lt;End of help on this topic&gt;
33990 </BODY>
33991 </HTML>
33992 ====== h_config_quell_empty_dirs ======
33993 <HTML>
33994 <HEAD>
33995 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33996 </HEAD>
33997 <BODY>
33998 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34000 This feature causes Alpine to remove from the display any directories
34001 that do not contain at least one file or directory.  This can be useful
34002 to prevent overly cluttered folder lists when a collection is stored on
34003 a server that treats all names as both a folder and a directory.
34006 Note, enabling this feature can cause surprising behavior!  For example,
34007 you can still use Add to create a directory, but unless you immediately
34008 enter that directory and create a folder, that newly created directory
34009 may not be displayed next time you enter the folder list.
34012 The description above is not quite correct.
34013 Only directories which potentially may hold messages are hidden if empty.
34014 That is, a directory which is really just a directory and is not selectable
34015 as a folder will not be hidden.
34016 Such directories can occur on servers that treat most names as both a folder
34017 and a directory.
34018 These directories are typically created implicitly when a folder is created
34019 inside a directory that does not yet exist.
34022 <UL>   
34023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34024 </UL><P>
34025 &lt;End of help on this topic&gt;
34026 </BODY>
34027 </HTML>
34028 ====== h_config_termcap_wins =====
34029 <HTML>
34030 <HEAD>
34031 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34032 </HEAD>
34033 <BODY>
34034 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34036 This feature may affect Alpine's low-level input routines.  Termcap (or
34037 terminfo, depending on how your copy of Alpine was compiled and linked)
34038 is the name of the database that describes terminal capabilities.  In
34039 particular, it describes the sequences of characters that various keys
34040 will emit.
34043 An example would be the Up Arrow key on the keyboard.  Up
34044 Arrow is not a distinct character on most Unix systems.  When you press
34045 the Up Arrow key a short sequence of characters are produced.  This
34046 sequence is supposed to be described in the termcap database by the
34047 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34048 are using terminfo instead of termcap).
34051 By default, Alpine defines some terminal
34052 escape sequences that are commonly used.  For example, the sequence
34053 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34054 &quot;ESC&nbsp;[&nbsp;A&quot;
34055 is also recognized as an Up Arrow key.  These are chosen because common
34056 terminals like VT100's or ANSI standard terminals produce these
34057 sequences when you press the Up Arrow key.
34060 If your system's termcap
34061 (terminfo) database assigns some other function to the sequence
34062 &quot;ESC&nbsp;O&nbsp;A&quot;
34063 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34064 database assigns a sequence that doesn't begin with an escape
34065 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34066 This usually works fine
34067 because most terminals emit the escape sequences that Alpine has defined
34068 by default.  We have also found that it is usually better to have these
34069 defaults take precedence over the definitions contained in the database
34070 because the defaults are more likely to be correct than the database.
34073 There are some terminals where this breaks down.  If you want Alpine to
34074 believe the definitions given in your termcap (terminfo) database in
34075 preference to the defaults the Alpine itself sets up, then you may turn
34076 this feature on.  Then, sequences of characters that are defined in
34077 both termcap (terminfo) and in Alpine's set of defaults will be
34078 interpreted the way that termcap (terminfo) says they should be
34079 interpreted.  Also, if your terminal capabilities database assigns a
34080 sequence that doesn't begin with escape, it will not be ignored.
34083 <UL>   
34084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34085 </UL><P>
34086 &lt;End of help on this topic&gt;
34087 </BODY>
34088 </HTML>
34089 ====== h_config_cruise_mode =====
34090 <HTML>
34091 <HEAD>
34092 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34093 </HEAD>
34094 <BODY>
34095 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34097 This feature affects Alpine's behavior when you hit the
34098 &quot;Space&nbsp;Bar&quot; at
34099 the end of a displayed message.  Typically, Alpine complains that the end
34100 of the text has already been reached.  Setting this feature causes such
34101 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34102 taking you to the next &quot;interesting&quot; message,
34103 or scanning ahead to the 
34104 next incoming folder with &quot;interesting&quot; messages.
34107 <UL>   
34108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34109 </UL><P>
34110 &lt;End of help on this topic&gt;
34111 </BODY>
34112 </HTML>
34113 ====== h_config_cruise_mode_delete =====
34114 <HTML>
34115 <HEAD>
34116 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34117 </HEAD>
34118 <BODY>
34119 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34121 This feature modifies the behavior of Alpine's 
34122 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34123 Setting this feature causes Alpine to implicitly delete read
34124 messages when it moves on to display the next &quot;interesting&quot; message.
34126 NOTE: Beware when enabling this feature AND the 
34127 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34128 feature.
34130 <UL>   
34131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34132 </UL><P>
34133 &lt;End of help on this topic&gt;
34134 </BODY>
34135 </HTML>
34136 ====== h_config_slash_coll_entire =====
34137 <HTML>
34138 <HEAD>
34139 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34140 </HEAD>
34141 <BODY>
34142 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34144 The slash (/) command is available from the MESSAGE INDEX screen when
34145 the folder is sorted by either Threads or OrderedSubject, and the
34146 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34147 is set to something other than &quot;none&quot;.
34148 Normally, the slash command Collapses or Expands the subthread that
34149 starts at the currently highlighted message, if any.
34150 If this option is set, then the slash command Collapses or Expands the
34151 <EM>entire</EM> current thread instead of just the subthread.
34152 The current thread is simply the top-level thread that contains the
34153 current message.
34156 <UL>   
34157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34158 </UL><P>
34159 &lt;End of help on this topic&gt;
34160 </BODY>
34161 </HTML>
34162 ====== h_config_color_thrd_import =====
34163 <HTML>
34164 <HEAD>
34165 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34166 </HEAD>
34167 <BODY>
34168 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34170 This option affects only the THREAD INDEX screen.
34171 Whether or not you ever see a THREAD INDEX screen depends on the setting
34172 of the configuration option
34173 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34174 and on the sort order of the index.
34177 If a message within a thread is flagged as Important
34178 and this option is set, then
34179 the entire line in the THREAD INDEX will be colored the color of the
34180 Index-important Symbol, which can be set using the
34181 <A HREF="h_color_setup">Setup Kolor</A> screen.
34184 <UL>   
34185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34186 </UL><P>
34187 &lt;End of help on this topic&gt;
34188 </BODY>
34189 </HTML>
34190 ====== h_config_allow_goto =====
34191 <HTML>
34192 <HEAD>        
34193 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34194 </HEAD>
34195 <BODY>
34196 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34198 This feature modifies the behavior of Alpine's file browser.  Setting this
34199 feature causes Alpine to offer the "G Goto" command in the file browser.
34200 That is the default.
34204 The Goto command allows you to explicitly type in the desired directory.
34206 &lt;End of help on this topic&gt;
34207 </BODY></HTML>
34208 ====== h_config_add_ldap =====
34209 <HTML>
34210 <HEAD>
34211 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34212 </HEAD>
34213 <BODY>
34214 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34216 If both the Directory option
34217 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34218 and this feature are set,
34219 then when an implicit directory lookup is done from the
34220 composer you will automatically be prompted to add the result of the
34221 directory lookup to your address book.
34223 <UL>   
34224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34225 </UL><P>
34226 &lt;End of help on this topic&gt;
34227 </BODY>
34228 </HTML>
34229 ===== h_patterns_compat_behavior =====
34230 <HTML>
34231 <HEAD>
34232 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34233 </HEAD>
34234 <BODY>
34235 <H1>Rules Behavior Changes in Pine 4.50</H1>
34237 In Alpine, Rules that contain unrecognized elements
34238 are ignored.
34239 In most cases, the unrecognized elements will be something that was
34240 added as a new Rules feature in a later version of Alpine.
34241 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34242 ignore rules that contained unrecognized elements.
34243 For example, a new element of Rules that was added in Pine 4.50 is
34244 Age interval.
34245 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34246 all messages older than a week red.
34247 Now, if you run Pine 4.44 using that same configuration file, it will not
34248 recognize the Age interval and so will just ignore it.
34249 That means that all messages will match that rule so all messages will
34250 be colored red when using Pine version 4.44.
34253 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34254 However, since the behavior still exists in versions prior to Pine 4.50 and
34255 since Filtering is a potentially destructive operation, another measure
34256 was taken to attempt to avoid unintentional Filtering of messages.
34257 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34258 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34259 will be copied to a new Filters configuration variable
34260 with a different name (&quot;Patterns-Filters2&quot;).
34261 From then on, Alpine will continue to use the new
34262 variable.
34263 Of course, Pine version 4.44 or lower will continue to use the old
34264 variable.
34265 That means that if you are using Alpine
34266 and also using a version of Pine that is older than 4.50, they will not
34267 share the configuration information about Filters.
34268 If you make a change in one version you won't see it in the other version.
34271 Since Scoring can be used to trigger Filtering, the same thing has been
34272 done for Score rules.
34273 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34274 and the new name is (&quot;Patterns-Scores2&quot;).
34275 The same is not true of Role, Indexcolor, and Other rules that are
34276 thought to be less harmful when a mistake is made.
34279 &lt;End of help on this topic&gt;
34280 </BODY>
34281 </HTML>
34282 ======= h_config_filt_opts_sentdate =======
34283 <HTML>
34284 <HEAD>
34285 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34286 </HEAD>
34287 <BODY>
34288 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34290 By default, the Age interval of a Pattern uses a message's time of
34291 arrival to compute the age of the message.
34292 If this feature is set, the date in the message's Date header will
34293 be used instead.
34295 &lt;End of help on this topic&gt;
34296 </BODY>
34297 </HTML>
34298 ======= h_config_filt_opts_notdel =======
34299 <HTML>
34300 <HEAD>
34301 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34302 </HEAD>
34303 <BODY>
34304 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34306 If this option is set then a message will be moved into the
34307 specified folder only if it is not marked for deletion.
34308 This is useful if you have multiple Alpine sessions running
34309 simultaneously and you don't want messages to be filtered into a
34310 folder more than once.
34311 It is also useful if you want to filter
34312 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34313 This method is not foolproof.
34314 There may be cases where a message
34315 gets marked deleted and so it is never filtered into the folder.
34316 For example, if you deleted it in another Alpine session or another mail
34317 program that didn't use the filtering rule.
34319 This option has no effect if the Filter Action is not set to Move.
34321 &lt;End of help on this topic&gt;
34322 </BODY>
34323 </HTML>
34324 ======= h_config_filt_opts_nonterm =======
34325 <HTML>
34326 <HEAD>
34327 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34328 </HEAD>
34329 <BODY>
34330 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34332 If this option is set then this is a non-terminating rule.
34333 Usually, for each message, Alpine searches through the Filter Rules until
34334 a match is found and then it performs the action associated with that rule.
34335 Rules following the match are not considered.
34336 If this option is set then the search for matches will continue at the next
34337 rule.
34339 If a non-terminating rule matches then the actions associated with
34340 that rule, except for any implied deletion of the message, are performed
34341 before the match for the next rule is checked.
34342 For example, if the non-terminating rule sets the Important status, then that
34343 status will be set when the next rule is considered.
34344 However, if the non-terminating rule Moves the message, the message will
34345 actually be copied instead of copied and deleted so that it is still there
34346 for the next rule.
34347 A moved message is deleted after all the relevant rules have been checked.
34348 The name of the &quot;Move&quot; action is confusing in this case because
34349 a single message can be moved to more than one folder.
34350 It turns the Move into a Copy instead, but it is still followed by a deletion
34351 at the end.
34353 This option may be useful if you want to have a single message filtered to
34354 two different folders because it matches two different Patterns.
34355 For example, suppose you normally filter messages to a particular mailing
34356 list into one folder, and messages addressed directly to you into a second
34357 folder.
34358 If a message is sent to both you and the list (and you can tell that by
34359 looking at the headers of the message) this option may give you a convenient
34360 way to capture a copy to each folder.
34361 (It may also cause you to capture two copies to each folder,
34362 depending on whether your mail system delivers one or two copies of the
34363 message to you and on how the list works.)
34365 &lt;End of help on this topic&gt;
34366 </BODY>
34367 </HTML>
34368 ===== h_mainhelp_smime ======
34369 <HTML>
34370 <HEAD>
34371 <TITLE>S/MIME Overview</TITLE>
34372 </HEAD>
34373 <BODY>
34374 <H1>S/MIME Overview</H1>
34376 S/MIME is a standard for the public key encryption and signing of email.
34377 UNIX Alpine contains a basic implementation of S/MIME based on
34378 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34379 To check if this version of Alpine supports S/MIME look at
34380 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34381 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34383 Some limitations:
34384 <UL>
34385    <LI> There is no PC-Alpine implementation.
34386    <LI> There is no provision for checking for CRLs
34387         (Certificate Revocation Lists) in Alpine.
34388    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34389    <LI> There is no mechanism available for feeding either an entire incoming
34390         or an entire outgoing message to an external
34391         filter and using that external filter to do S/MIME or PGP processing.
34392    <LI> Because the implementation currently uses OpenSSL, there is only a very
34393         limited integration with the Mac OS Keychain (the storing and access of
34394         public certificates).
34395 </UL>
34397 The S/MIME configuration screen is reached by going to the Main Menu and typing
34398 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34401 <H2>S/MIME BASICS</H2>
34403 In order to digitally sign messages you send you must have a public/private key-pair.
34404 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34405 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34406 users or a company which provides certificates for its workers.
34407 These certificates are bound to an email address, so the identity being verified is the
34408 email address not a person's name.
34410 Mail is signed by using the sender's private key, which only the owner of the private key
34411 has access to.
34412 The signature is verified using the signer's public key, which anyone can
34413 have access to.
34414 With Alpine, the first time you receive a signed message the public key of the
34415 sender will be stored for future use.
34418 Mail is encrypted using the recipient's public key and decrypted by
34419 the recipient with their private key.
34422 You need a key of your own in order to sign outgoing messages and to have others
34423 encrypt messages sent to you.
34424 You do not need a key of your own to verify signed messages sent by others or to
34425 encrypt messages sent to others.
34427 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34429 By default UNIX Alpine stores the certificates it uses in a directory in your
34430 home directory.
34431 The directory name is
34433 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34435 Within that directory are three subdirectories.
34436 Each of the three subdirectories contains files with PEM-encoded contents,
34437 the default format for OpenSSL.
34438 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34439 The files within that directory have names that are email addresses with the
34440 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34441 An example filename is
34443 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34445 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34446 your private key.
34447 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34448 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34449 Authorities that you want to trust but that aren't contained in the set of system CAs.
34450 Those files may have arbitrary names as long as they end with the
34451 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34453 <H2>HOW TO SIGN AND ENCRYPT</H2>
34455 If you have a certificate you may sign outgoing messages.
34456 After typing the Ctrl-X command to send a message you will see the prompt
34458 <CENTER><SAMP>Send message?</SAMP></CENTER>
34460 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34461 Typing the &quot;G&quot; command will change the prompt to
34463 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34465 Typing the &quot;E&quot; command will change the prompt to
34467 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34469 You may even type both to get
34471 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34474 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34476 The reading of a signed message should not require any special action on
34477 your part.
34478 There should be an editorial addition at the start of the message which
34479 says either
34481 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34485 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34487 If an encrypted message is sent to you the encrypted text will not
34488 be shown.
34489 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34490 you are viewing the message) and supply your passphrase when asked.
34492 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34493 which gives you some information about the certificate used to sign or encrypt the message.
34495 <H2>MISCELLANEOUS</H2>
34497 If you have access to a private certificate in the PKCS12 format, which 
34498 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34499 use the following commands to generate private keys, public and certificate
34500 authorities certificates. In the examples below, we assume that the 
34501 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34502 that your email address is &quot;your@address.com&quot;.
34505 In order to create a private key use the command
34507 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34509 In order to create a public certificate use the command
34511 <CENTER><SAMP>
34512 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34513 </SAMP></CENTER>
34515 In order to create a certificate authority certificate use the command
34517 <CENTER><SAMP>
34518 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34519 </SAMP></CENTER>
34521 <P> If the previous command produces an empty file, it means that the 
34522 certificate authority was not included in the .p12 file, so you will have 
34523 to get it from some other sources. You will need these certificates, so 
34524 that you can validate correctly signatures.
34527 After you have exported these certificates and keys, you can  use the import 
34528 command in Alpine, from the S/MIME configuration screen,
34529 to import these certificates into Alpine. They will be available for use
34530 as soon as you import them.
34532 &lt;End of help on this topic&gt;
34533 </BODY>
34534 </HTML>
34535 ====== h_config_smime_pubcertdir =====
34536 <HTML>
34537 <HEAD>
34538 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34539 </HEAD>
34540 <BODY>
34541 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34543 UNIX Alpine only.
34545 If the option
34546 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34547 is set then this option will have no effect.
34549 Normally, Public Certificates for use with S/MIME will be stored in the directory
34550 which is the value of this option.
34551 Those certificates will be stored in PEM format, one certificate per file.
34552 The name of the file for the certificate corresponding to
34554 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34556 should be
34558 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34560 For example, a file for user@example.com would be in the file
34562 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34564 in this directory.
34566 Use the Setup/SMIME screen to modify this variable.
34568 Typically, the public certificates that you have will come from S/MIME signed
34569 messages that are sent to you.
34570 Alpine will extract the public certificate from the signed message and store
34571 it in the certificates directory.
34572 These PEM format public certificates look something like:
34573 <PRE>
34574 -----BEGIN CERTIFICATE-----
34575 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34576 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34577 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34579 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34580 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34581 -----END CERTIFICATE-----
34582 </PRE>
34584 <UL>   
34585 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34586 </UL><P>
34588 <UL>   
34589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34590 </UL><P>
34591 &lt;End of help on this topic&gt;
34592 </BODY>
34593 </HTML>
34594 ====== h_config_smime_pubcertcon =====
34595 <HTML>
34596 <HEAD>
34597 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34598 </HEAD>
34599 <BODY>
34600 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34602 UNIX Alpine only.
34604 If this option is set it will be used instead of
34605 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34607 This option gives you a way to store certificates remotely on an IMAP server
34608 instead of storing the certificates one per file locally.
34609 In order to do that you just give this option a remote folder name for a folder
34610 which does not yet exist.
34611 The name is similar to the name you might use for a remote configuration file.
34612 A remote folder name might look something like:
34614 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34617 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34618 about the syntax of folder names.
34620 Use the Setup/SMIME screen to modify this variable.
34622 <UL>   
34623 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34624 </UL><P>
34626 <UL>   
34627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34628 </UL><P>
34629 &lt;End of help on this topic&gt;
34630 </BODY>
34631 </HTML>
34632 ====== h_config_smime_privkeydir =====
34633 <HTML>
34634 <HEAD>
34635 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34636 </HEAD>
34637 <BODY>
34638 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34640 UNIX Alpine only.
34642 In order to sign outgoing S/MIME messages you will need a
34643 personal digital ID certificate.
34644 You will usually get such a certificate from a certificate authority such as
34645 Thawte or CAcert.
34646 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34647 need the public certificate of the recipient instead.)
34648 If the option
34649 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34650 is set then this option will have no effect.
34652 Normally, Private Keys for use with S/MIME will be stored in the directory
34653 which is the value of this option.
34654 Those certificates will be stored in PEM format, one certificate per file.
34655 The name of the file for the certificate corresponding to your
34657 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34659 should be
34661 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34663 For example, if your address is user@example.com the name of the file would be
34665 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34667 in this directory.
34669 Use the Setup/SMIME screen to modify this variable.
34671 Typically, the private key that you have will come from a Certificate
34672 Authority.
34673 The private key should be stored in a PEM format file that
34674 looks something like:
34675 <PRE>
34676 -----BEGIN RSA PRIVATE KEY-----
34677 Proc-Type: 4,ENCRYPTED
34678 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34680 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34681 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34682 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34684 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34685 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34686 -----END RSA PRIVATE KEY-----
34687 </PRE>
34689 <UL>   
34690 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34691 </UL><P>
34693 <UL>   
34694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34695 </UL><P>
34696 &lt;End of help on this topic&gt;
34697 </BODY>
34698 </HTML>
34699 ====== h_config_smime_privkeycon =====
34700 <HTML>
34701 <HEAD>
34702 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34703 </HEAD>
34704 <BODY>
34705 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34707 UNIX Alpine only.
34709 If this option is set it will be used instead of
34710 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34712 This option gives you a way to store keys remotely on an IMAP server
34713 instead of storing the keys one per file locally.
34714 In order to do that you just give this option a remote folder name for a folder
34715 which does not yet exist.
34716 The name is similar to the name you might use for a remote configuration file.
34717 A remote folder name might look something like:
34719 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34722 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34723 about the syntax of folder names.
34725 Use the Setup/SMIME screen to modify this variable.
34727 <UL>   
34728 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34729 </UL><P>
34731 <UL>   
34732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34733 </UL><P>
34734 &lt;End of help on this topic&gt;
34735 </BODY>
34736 </HTML>
34737 ====== h_config_smime_cacertdir =====
34738 <HTML>
34739 <HEAD>
34740 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34741 </HEAD>
34742 <BODY>
34743 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34745 UNIX Alpine only.
34747 If the option
34748 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34749 is set then this option will have no effect.
34751 CACert is a shorthand name for certification authority certificate.
34752 Normally Alpine will use the CACerts that are located in the standard system
34753 location for CACerts.
34754 It may be the case that one of your correspondents has a Digital ID which has
34755 been signed by a certificate authority that is not in the regular set of system certificate
34756 authorities.
34757 You may supplement the system list by adding further certificates of your own.
34758 These should  be stored in the directory
34759 which is the value of this option.
34760 The certificates will be stored in PEM format, one certificate per file.
34761 The names of the files can be anything ending in &quot;.crt&quot;.
34763 Use the Setup/SMIME screen to modify this variable.
34765 These PEM format CA certificates look very similar to your public
34766 certificates for particular email addresses
34767 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34769 <UL>   
34770 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34771 </UL><P>
34773 <UL>   
34774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34775 </UL><P>
34776 &lt;End of help on this topic&gt;
34777 </BODY>
34778 </HTML>
34779 ====== h_config_smime_cacertcon =====
34780 <HTML>
34781 <HEAD>
34782 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34783 </HEAD>
34784 <BODY>
34785 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34787 UNIX Alpine only.
34789 If this option is set it will be used instead of
34790 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34792 This option gives you a way to store certificates remotely on an IMAP server
34793 instead of storing the certificates one per file locally.
34794 In order to do that you just give this option a remote folder name for a folder
34795 which does not yet exist.
34796 The name is similar to the name you might use for a remote configuration file.
34797 A remote folder name might look something like:
34799 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34802 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34803 about the syntax of folder names.
34805 Use the Setup/SMIME screen to modify this variable.
34807 <UL>   
34808 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34809 </UL><P>
34811 <UL>   
34812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34813 </UL><P>
34814 &lt;End of help on this topic&gt;
34815 </BODY>
34816 </HTML>
34817 ========== h_config_smime_sign_by_default ==========
34818 <HTML>
34819 <HEAD>
34820 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34821 </HEAD>
34822 <BODY>
34823 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34825 UNIX Alpine only.
34827 This feature only has an effect if your version of Alpine includes
34828 support for S/MIME.
34829 It affects Alpine's behavior when you send a message.
34830 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34832 Only the default value is affected.
34833 In any case, you may still toggle the Signing option on or off before sending
34834 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34835 certificate).
34837 <UL>   
34838 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34839 </UL><P>
34842 <UL>   
34843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34844 </UL><P>
34845 &lt;End of help on this topic&gt;
34846 </BODY>
34847 </HTML>
34848 ========== h_config_smime_use_cert_store ==========
34849 <HTML>
34850 <HEAD>
34851 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34852 </HEAD>
34853 <BODY>
34854 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34856 UNIX Alpine only.
34858 This feature only has an effect if your version of Alpine includes
34859 support for S/MIME.
34860 It affects Alpine's behavior when you validate a message, and should
34861 not be disabled, unless you are performing a test.
34863 There are two important aspects of validation: validation of the message
34864 (that is, the message was not modified after it was sent) 
34865 as well as validation of the identity of the sender. This option has to 
34866 do with the latter. 
34868 In order to validate that the message came from the sender in the message
34869 and not an impersonator, Alpine can 
34870 either use the certificates that come in the message, or the ones that 
34871 you have personally stored. If this feature is enabled (the default) then 
34872 Alpine will use certificates that you have already saved in your store 
34873 and not those that come in the message to validate the sender of the 
34874 message. This behavior helps you prevent against impersonation, because 
34875 it is assumed that you trust the certificates that you have saved, and 
34876 might not trust those that came with the message that you are validating.
34878 <UL>   
34879 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34880 </UL><P>
34883 <UL>   
34884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34885 </UL><P>
34886 &lt;End of help on this topic&gt;
34887 </BODY>
34888 </HTML>
34889 ========== h_config_smime_pubcerts_in_keychain ==========
34890 <HTML>
34891 <HEAD>
34892 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34893 </HEAD>
34894 <BODY>
34895 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34897 UNIX Alpine only.
34899 If this feature is set the Mac OS X default keychain will be used as the place
34900 to store public certificates instead of a
34901 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34902 or a
34903 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34905 <UL>   
34906 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34907 </UL><P>
34909 <UL>   
34910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34911 </UL><P>
34912 &lt;End of help on this topic&gt;
34913 </BODY>
34914 </HTML>
34915 ========== h_config_smime_dont_do_smime ==========
34916 <HTML>
34917 <HEAD>
34918 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34919 </HEAD>
34920 <BODY>
34921 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34923 UNIX Alpine only.
34925 Setting this feature turns off all of Alpine's S/MIME support.
34926 You might want to set this if you are having trouble due to the S/MIME support.
34928 <UL>   
34929 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34930 </UL><P>
34933 <UL>   
34934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34935 </UL><P>
34936 &lt;End of help on this topic&gt;
34937 </BODY>
34938 </HTML>
34939 ========== h_config_smime_encrypt_by_default ==========
34940 <HTML>
34941 <HEAD>
34942 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34943 </HEAD>
34944 <BODY>
34945 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34947 UNIX Alpine only.
34949 This feature only has an effect if your version of Alpine includes
34950 support for S/MIME.
34951 It affects Alpine's behavior when you send a message.
34952 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34954 Only the default value is affected.
34955 In any case, you may still toggle the Encrypt option on or off before sending
34956 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34957 for the recipient).
34959 <UL>   
34960 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34961 </UL><P>
34964 <UL>   
34965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34966 </UL><P>
34967 &lt;End of help on this topic&gt;
34968 </BODY>
34969 </HTML>
34970 ========== h_config_smime_remember_passphrase ==========
34971 <HTML>
34972 <HEAD>
34973 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34974 </HEAD>
34975 <BODY>
34976 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34978 UNIX Alpine only.
34980 This feature only has an effect if your version of Alpine includes
34981 support for S/MIME.
34982 If this option is set, you will only have to enter your passphrase for your private key
34983 once during an Alpine session.
34985 <UL>   
34986 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34987 </UL><P>
34990 <UL>   
34991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34992 </UL><P>
34993 &lt;End of help on this topic&gt;
34994 </BODY>
34995 </HTML>
34996 ====== h_config_smime_transfer_pub_to_con =====
34997 <HTML>
34998 <HEAD>
34999 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35000 </HEAD>
35001 <BODY>
35002 <H1>S/MIME: Transfer Public Certs to Container</H1>
35004 UNIX Alpine only.
35006 The Transfer command will copy the public certificates in your configured
35007 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35008 to the container in your configured
35009 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35010 This might be useful if you decide to switch from using a cert directory to a cert
35011 container.
35013 Warning: Any previous contents in the container will be lost.
35015 <UL>   
35016 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35017 </UL><P>
35019 <UL>   
35020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35021 </UL><P>
35022 &lt;End of help on this topic&gt;
35023 </BODY>
35024 </HTML>
35025 ====== h_config_smime_transfer_pub_to_dir =====
35026 <HTML>
35027 <HEAD>
35028 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35029 </HEAD>
35030 <BODY>
35031 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35033 UNIX Alpine only.
35035 The Transfer command will copy the public certificates in your configured
35036 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35037 to the directory in your configured
35038 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35039 This might be useful if you decide to switch from using a cert container to a cert
35040 directory.
35042 <UL>   
35043 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35044 </UL><P>
35046 <UL>   
35047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35048 </UL><P>
35049 &lt;End of help on this topic&gt;
35050 </BODY>
35051 </HTML>
35052 ====== h_config_smime_transfer_priv_to_con =====
35053 <HTML>
35054 <HEAD>
35055 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35056 </HEAD>
35057 <BODY>
35058 <H1>S/MIME: Transfer Private Keys to Container</H1>
35060 UNIX Alpine only.
35062 The Transfer command will copy the private keys in your configured
35063 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35064 to the container in your configured
35065 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35066 This might be useful if you decide to switch from using a key directory to a key
35067 container.
35069 Warning: Any previous contents in the container will be lost.
35071 <UL>   
35072 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35073 </UL><P>
35075 <UL>   
35076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35077 </UL><P>
35078 &lt;End of help on this topic&gt;
35079 </BODY>
35080 </HTML>
35081 ====== h_config_smime_transfer_priv_to_dir =====
35082 <HTML>
35083 <HEAD>
35084 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35085 </HEAD>
35086 <BODY>
35087 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35089 UNIX Alpine only.
35091 The Transfer command will copy the private keys in your configured
35092 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35093 to the directory in your configured
35094 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35095 This might be useful if you decide to switch from using a key container to a key
35096 directory.
35098 <UL>   
35099 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35100 </UL><P>
35102 <UL>   
35103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35104 </UL><P>
35105 &lt;End of help on this topic&gt;
35106 </BODY>
35107 </HTML>
35108 ====== h_config_smime_transfer_cacert_to_con =====
35109 <HTML>
35110 <HEAD>
35111 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35112 </HEAD>
35113 <BODY>
35114 <H1>S/MIME: Transfer CA Certs to Container</H1>
35116 UNIX Alpine only.
35118 The Transfer command will copy the CA certificates in your configured
35119 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35120 to the container in your configured
35121 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35122 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35123 container.
35125 Warning: Any previous contents in the container will be lost.
35127 <UL>   
35128 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35129 </UL><P>
35131 <UL>   
35132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35133 </UL><P>
35134 &lt;End of help on this topic&gt;
35135 </BODY>
35136 </HTML>
35137 ====== h_config_smime_transfer_cacert_to_dir =====
35138 <HTML>
35139 <HEAD>
35140 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35141 </HEAD>
35142 <BODY>
35143 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35145 UNIX Alpine only.
35147 The Transfer command will copy the CA certificates in your configured
35148 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35149 to the directory in your configured
35150 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35151 This might be useful if you decide to switch from using a CA cert container to a CA cert
35152 directory.
35154 <UL>   
35155 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35156 </UL><P>
35158 <UL>   
35159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35160 </UL><P>
35161 &lt;End of help on this topic&gt;
35162 </BODY>
35163 </HTML>
35164 ====== h_config_smime_transfer_pubcon_to_key =====
35165 <HTML>
35166 <HEAD>
35167 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35168 </HEAD>
35169 <BODY>
35170 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35172 Mac OS X Alpine only.
35174 The Transfer command will copy the public certificates in your configured
35175 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35176 to your default Mac OS X Keychain.
35177 This might be useful if you decide to switch from using a cert container to using
35178 the Keychain to store your public certs, which you may do by using the
35179 feature
35180 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35182 <UL>   
35183 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35184 </UL><P>
35186 <UL>   
35187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35188 </UL><P>
35189 &lt;End of help on this topic&gt;
35190 </BODY>
35191 </HTML>
35192 ====== h_config_smime_transfer_pubkey_to_con =====
35193 <HTML>
35194 <HEAD>
35195 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35196 </HEAD>
35197 <BODY>
35198 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35200 UNIX Alpine only.
35202 The Transfer command will copy the public certificates in your configured
35203 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35204 to your default Mac OS X Keychain.
35205 This might be useful if you decide to switch from using a cert container to using
35206 the Keychain to store your public certs.
35208 <UL>   
35209 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35210 </UL><P>
35212 <UL>   
35213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35214 </UL><P>
35215 &lt;End of help on this topic&gt;
35216 </BODY>
35217 </HTML>
35218 ====== h_config_smime_public_certificates =====
35219 <HTML>
35220 <HEAD>
35221 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35222 </HEAD>
35223 <BODY>
35224 <H1>S/MIME: Manage Public Certificates</H1>
35226 UNIX Alpine only.
35228 This menu item allows you to manage your public certificates, this
35229 may include your own public certificate, but it normally includes
35230 certificates of people you correspond with. These certificates are
35231 saved by Alpine automatically when they are found in signed messages
35232 that you receive. This interface allows you to manage them, by
35233 giving you the option to delete them, or trust them (in the case
35234 of self-signed certificates).
35237 Please note that Alpine will not validate a message that was sent to you
35238 using a self-signed certificate, unless you decide to trust that certificate.
35239 Internally, a certificate is trusted by copying it to the
35240 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35241 collection. If you decide that you want to stop trusting a self-signed
35242 certificate, you must delete such certificate from such collection.
35244 The <B>I</B> Import command available in this screen allows you to 
35245 import a command to this collection.
35247 <UL>   
35248 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35249 </UL><P>
35251 <UL>   
35252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35253 </UL><P>
35254 &lt;End of help on this topic&gt;
35255 </BODY>
35256 </HTML>
35257 ====== h_config_smime_private_keys =====
35258 <HTML>
35259 <HEAD>
35260 <TITLE>S/MIME: Manage Private Keys</TITLE>
35261 </HEAD>
35262 <BODY>
35263 <H1>S/MIME: Manage Private Keys</H1>
35265 UNIX Alpine only.
35267 This option allows you to manage your private key. Normally a person has only
35268 one key, in the same way that a person only has one valid passport, or ID card,
35269 at any given time. This option allows you to manage private keys. You can
35270 delete them or import them. Additionally, you can view information
35271 about your public certificate, such as the issuer and the dates of validity
35272 of such certificate, among others.
35275 If you have more than one e-mail address for which you want to use the 
35276 same private key, you must add all those addresses to the private key at 
35277 the moment that the key is generated. When you receive a signed message using 
35278 a key generated for several e-mail addresses, Alpine will save a 
35279 certificate for each e-mail address included in such certificate.
35281 The <B>I</B> Import command available in this screen allows you to 
35282 import a command to this collection.
35284 <UL>   
35285 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35286 </UL><P>
35288 <UL>   
35289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35290 </UL><P>
35291 &lt;End of help on this topic&gt;
35292 </BODY>
35293 </HTML>
35294 ====== h_config_smime_certificate_authorities =====
35295 <HTML>
35296 <HEAD>
35297 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35298 </HEAD>
35299 <BODY>
35300 <H1>S/MIME: Manage Certificate Authorities</H1>
35302 UNIX Alpine only.
35304 This collection contains certificates that are needed to validate the 
35305 certificate of another person, and therefore contains certificates that 
35306 you trust. Typically a certificate is signed by another entity, called a 
35307 certificate authority. This option allows you to manage which certificates 
35308 you trust, allowing you to import them and to delete them or view information
35309 about each certificate, such as the issuer and the dates of validity
35310 of such certificate.
35312 The <B>I</B> Import command available in this screen allows you to 
35313 import a command to this collection.
35315 <UL>   
35316 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35317 </UL><P>
35319 <UL>   
35320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35321 </UL><P>
35322 &lt;End of help on this topic&gt;
35323 </BODY>
35324 </HTML>
35325 ====== h_certificate_information =====
35326 <HTML>
35327 <HEAD>
35328 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35329 </HEAD>
35330 <BODY>
35331 <H1>S/MIME: Certificate Information Screen</H1>
35333 UNIX Alpine only.
35335 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35336 such as its owner, e-mail address, issuer, and interval of validity, 
35337 among others.
35339 In the case of public certificates, this screen shows you if there was a
35340 failure when attempting to validate such message. If the certificate is
35341 self-signed, then the <B>T</B> Trust command will be available, which
35342 you can use to trust such certificate and make Alpine not fail validating 
35343 signatures signed with such certificate.
35345 You can also mark a certificate deleted, with the <B>D</B> command, or 
35346 remove the deleted mark with the <B>U</B> undelete command.
35348 In the case of your private key, Alpine shows you the information
35349 from your public key. Additionally, Alpine allows you to see public
35350 and private information about your key, with the <B>B</B> and
35351 <B>R</B> commands respectively.
35352 <UL>   
35353 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35354 </UL><P>
35356 <UL>   
35357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35358 </UL><P>
35359 &lt;End of help on this topic&gt;
35360 </BODY>
35361 </HTML>
35362 ====== h_config_smime_manage_public_menu =====
35363 <HTML>
35364 <HEAD>
35365 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35366 </HEAD>
35367 <BODY>
35368 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35370 UNIX Alpine only.
35372 This screen allows you to manage your public certificates. 
35374 The format of this screen is as follows. There are five fields: The 
35375 leftmost field is normally empty, but it could contain the letter 
35376 &quot;D&quot; to indicate that that certificate has been marked for 
35377 deletion. The next field is the e-mail address of the owner of the 
35378 certificate, shown in its entirety. The third and fourth field are the 
35379 first and last day validity for that certificate, respectively. The date
35380 is displayed in the user's locale unless the option 
35381 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35382 is set. In this case, the month, day and year are represented by two
35383 digits, and the format used is mm/dd/yy. Finally, the fifth 
35384 field is what can be displayed of the MD5 hash of the certificate. You can 
35385 use any of the last three fields to distinguish between two certificates 
35386 for the same owner.
35388 Available commands in this screen and a short description of what they 
35389 do follows.
35390 <UL>
35391 <LI> <B>I</B> Imports a public certificate to this collection.
35392 <LI> <B>V</B> View information about a certificate such as the name of the person the
35393 certificate was issued to, its dates of validity, and validity status.
35394 <LI> <B>D</B> Marks a certificate deleted.
35395 <LI> <B>U</B> Removes the deletion mark on a certificate.
35396 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35397 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35398 trust a certificate by copying it to the collection of trusted certificates.
35399 </UL>
35401 All commands provide feedback to let you know about their success or failure.
35403 <UL>   
35404 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35405 </UL><P>
35407 <UL>   
35408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35409 </UL><P>
35410 &lt;End of help on this topic&gt;
35411 </BODY>
35412 </HTML>
35413 ====== h_config_smime_manage_private_menu =====
35414 <HTML>
35415 <HEAD>
35416 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35417 </HEAD>
35418 <BODY>
35419 <H1>S/MIME: Commands that Manage Private Keys</H1>
35421 UNIX Alpine only.
35423 This screen allows you to manage your private key.
35425 The format of this screen is as follows. There are five fields: The 
35426 leftmost field is normally empty, but it could contain the letter 
35427 &quot;D&quot; to indicate that that certificate has been marked for 
35428 deletion. The next field is the e-mail address of the owner of the 
35429 certificate, shown in its entirety. The third field is the first day of 
35430 validity for that certificate; the fourth field in the last day that that 
35431 certificate is valid, and the fifth field is what can be displayed of the 
35432 MD5 hash of the public certificate corresponding to this private key. You 
35433 can use any of the last three fields to distinguish between two 
35434 certificates for the same owner.
35436 Available commands and a short description of what they do follows.
35437 <UL>
35438 <LI> <B>I</B> Imports a new public key to this collection.
35439 <LI> <B>V</B> View information about the public certificate corresponding to this
35440 key.
35441 <LI> <B>D</B> Marks a key to be deleted.
35442 <LI> <B>U</B> Removes the deletion mark on a key.
35443 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35444 Note that expunging a private key does not remove the public key, which must
35445 be removed separately.
35446 </UL>
35448 All commands provide feedback to let you know about their success or failure.
35450 <UL>   
35451 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35452 </UL><P>
35454 <UL>   
35455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35456 </UL><P>
35457 &lt;End of help on this topic&gt;
35458 </BODY>
35459 </HTML>
35460 ====== h_config_smime_manage_cacerts_menu =====
35461 <HTML>
35462 <HEAD>
35463 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35464 </HEAD>
35465 <BODY>
35466 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35468 UNIX Alpine only.
35470 This screen allows you to manage your collection of certificates that you
35471 trust. 
35473 The format of this screen is as follows. There are five fields: The 
35474 leftmost field is normally empty, but it could contain the letter 
35475 &quot;D&quot; to indicate that that certificate has been marked for 
35476 deletion. The next field is the e-mail address of the owner of the 
35477 certificate, shown in its entirety. The third field is the first day of 
35478 validity for that certificate; the fourth field in the last day that that 
35479 certificate is valid, and the fifth field is what can be displayed of the 
35480 MD5 hash of the certificate. You can use any of the last three fields to 
35481 distinguish between two certificates for the same owner.
35483 Available commands and a short description of what they do follows.
35484 <UL>
35485 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35486 done by reading the certificate and validating it. Once a certificate
35487 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35488 to the certificate, if necessary.
35489 <LI> <B>V</B> View information about this certificate, such as its issuer 
35490 and validity dates.
35491 <LI> <B>D</B> Marks a certificate to be deleted.
35492 <LI> <B>U</B> Removes the deletion mark on a certificate.
35493 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35494 </UL>
35496 All commands provide feedback to let you know about their success or failure.
35498 <UL>
35499 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35500 </UL><P>
35502 <UL>   
35503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35504 </UL><P>
35505 &lt;End of help on this topic&gt;
35506 </BODY>
35507 </HTML>
35508 ====== h_config_lame_list_mode =====
35509 <HTML>
35510 <HEAD>
35511 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35512 </HEAD>
35513 <BODY>
35514 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35516 This feature modifies the method Alpine uses to ask your IMAP
35517 server for folder names to display in the FOLDER LIST screen.
35518 It is intended to compensate for a small set of IMAP servers that
35519 are programmed to ignore a part of the request, and thus respond
35520 to Alpine's query with nonsensical results.
35523 If you find that Alpine is erroneously displaying blank folder lists,
35524 try enabling this feature.
35527 NOTE: Enabling this feature has consequences for the Goto and Save
35528 commands.  Many servers allow access to folders outside the area
35529 reserved for your personal folders via some reserved character,
35530 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35531 allows, at the Goto and Save prompts, quick access to folders
35532 outside your personal folder collection without requiring a specific
35533 collection definition.  This behavior will generally not be available
35534 when this feature is enabled.
35537 <UL>   
35538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35539 </UL><P>
35540 &lt;End of help on this topic&gt;
35541 </BODY>
35542 </HTML>
35543 ====== h_config_enable_mulnewsrcs =====
35544 <HTML>
35545 <HEAD>
35546 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35547 </HEAD>
35548 <BODY>
35549 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35551 This feature makes it so Alpine can use multiple newsrcs based on
35552 the news server being connected to, which allows for separate lists
35553 of subscribed-to newsgroups. When this feature is not set, there is only
35554 one list of newsgroups.
35556 Under this feature, the name of a newsrc is based on the news server.
35557 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35558 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35559 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35560 Setting this feature for the first time will allow for the option of using
35561 your old newsrc the next time you read news.
35563 If this feature is set, then the feature
35564 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35565 also may affect the name of the newsrc file that is used.
35567 <UL>   
35568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35569 </UL><P>
35570 &lt;End of help on this topic&gt;
35571 </BODY>
35572 </HTML>
35573 ======= h_ab_export_vcard =======
35574 <HTML>
35575 <HEAD>
35576 <TITLE>Address Book Export Format</TITLE>
35577 </HEAD>
35578 <BODY>
35579 <H1>Address Book Export Format</H1>
35581 You are exporting address book data from Alpine to a file outside of Alpine.
35582 You are being asked to choose the format of the export.
35583 Here are the choices:
35585 <DL>
35586 <DT><EM>A</EM>ddress List</DT>
35587 <DD>
35588 The addresses from the address book entries you are saving
35589 from will be saved one address per line.
35590 Address book lists (those with more than one address) will have
35591 all of their addresses saved separately.
35592 </DD>
35594 <DT><EM>V</EM>Card</DT>
35595 <DD>
35596 The entries will be saved in
35597 <A HREF="h_whatis_vcard">vCard</A> format.
35598 </DD>
35600 <DT><EM>T</EM>ab Separated</DT>
35601 <DD>
35602 The entries will be saved in tab-separated columns.
35603 There will be just 4 columns of data that correspond to Alpine's
35604 Nickname field, Full Name field, Address field, and Comment field.
35605 It might prove useful to Select only the Simple, non-List address book
35606 entries before Saving.
35607 </DD>
35609 <DT><EM>^C</EM> Cancel</DT>
35610 <DD>
35611 Cancel out of the Save.
35612 </DD>
35614 </DL>
35618 &lt;End of help on this topic&gt;
35619 </BODY>
35620 </HTML>
35621 ====== h_config_predict_nntp_server =====
35622 <HTML>
35623 <HEAD>
35624 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35625 </HEAD>
35626 <BODY>
35627 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35629 This feature allows Alpine to assume that the open NNTP server at the
35630 time of composition is the NNTP server to which the message should be
35631 posted.  This is especially recommended when there are multiple News
35632 collections.  If this feature is not set, Alpine will try to post to the first server in
35633 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35634 this feature also negates the need to add News collection servers to
35635 the <!--#echo var="VAR_nntp-server"--> variable.
35637 This feature can be especially handy when used in conjunction with
35638 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35640 <UL>   
35641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35642 </UL><P>
35643 &lt;End of help on this topic&gt;
35644 </BODY>
35645 </HTML>
35646 ====== h_config_nntp_search_uses_overview =====
35647 <HTML>
35648 <HEAD>
35649 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35650 </HEAD>
35651 <BODY>
35652 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35654 This feature should probably be turned on unless it causes trouble.
35655 The results of the NNTP overview command (XOVER) may be used to help
35656 with some searches in news groups.
35657 It should result in quicker response time.
35658 Turning this feature on apparently causes search results which are
35659 different from what you would get with the feature turned off on some
35660 servers.
35662 <UL>   
35663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35664 </UL><P>
35665 &lt;End of help on this topic&gt;
35666 </BODY>
35667 </HTML>
35668 ====== h_config_thread_sorts_by_arrival =====
35669 <HTML>
35670 <HEAD>
35671 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35672 </HEAD>
35673 <BODY>
35674 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35676 This feature affects how a threading sort arranges threads.  The default way
35677 to arrange threads is by the date of the earliest message in the thread.
35678 This feature arranges threads by the last message to arrive in a thread.
35680 This feature causes old threads that get recent messages to sort to the bottom,
35681 where previously a message arrival to a thread would not rearrange the order of
35682 that thread.
35684 <UL>   
35685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35686 </UL><P>
35687 &lt;End of help on this topic&gt;
35688 </BODY>
35689 </HTML>
35690 ====== h_config_textplain_int =====
35691 <HTML>
35692 <HEAD>
35693 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35694 </HEAD>
35695 <BODY>
35696 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35698 This feature modifies the method Alpine uses to display Text/Plain
35699 MIME attachments from the Attachment Index screen.  Normally, the
35700 &quot;View&quot; command searches for any externally defined (usually
35701 via the
35702 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35703 and displays the selected text within that viewer.
35706 Enabling this feature causes Alpine to ignore any external viewer
35707 settings and always display text with Alpine's internal viewer.
35710 <UL>   
35711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35712 </UL><P>
35713 &lt;End of help on this topic&gt;
35714 </BODY>
35715 </HTML>
35716 ====== h_config_wp_columns =====
35717 <HTML>
35718 <HEAD>
35719 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35720 </HEAD>
35721 <BODY>
35722 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35724 Web Alpine only.
35726 This configuration setting specifies the number of horizontal characters
35727 used to format various WebAlpine pages.  Smaller values will tend to reduce
35728 the amount of horizontal scrolling required to view pages within narrow
35729 browsers, such as those found on PDAs, and larger values will tend to 
35730 spread more information across the page.
35733 The Message List page uses the width to determine how many characters
35734 to assign each field.  Note, a smaller value may result in a disproportionate
35735 amount of blank space between fields on each line.  Similarly, a large
35736 value may result in cramped fields or horizontal scrolling.
35739 The Message View page uses this value to determine when to wrap lines
35740 in displayed message text.  Note, a smaller value may result in jagged
35741 right margins or confusing quoting.  A larger value may cause lines of text to
35742 run beyond the browser's right edge, requiring horizontal scrolling.
35745 <UL>   
35746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35747 </UL><P>
35748 &lt;End of help on this topic&gt;
35749 </BODY>
35750 </HTML>
35751 ====== h_config_wp_state =====
35752 <HTML>
35753 <HEAD>
35754 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35755 </HEAD>
35756 <BODY>
35757 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35759 Web Alpine only.
35761 Various aspects of cross-session state.
35764 <UL>   
35765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35766 </UL><P>
35767 &lt;End of help on this topic&gt;
35768 </BODY>
35769 </HTML>
35770 ====== h_config_wp_aggstate =====
35771 <HTML>
35772 <HEAD>
35773 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35774 </HEAD>
35775 <BODY>
35776 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35778 Web Alpine only.
35780 Aggregate operations tab state.
35783 <UL>   
35784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35785 </UL><P>
35786 &lt;End of help on this topic&gt;
35787 </BODY>
35788 </HTML>
35789 ====== h_config_wp_indexlines =====
35790 <HTML>
35791 <HEAD>
35792 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35793 </HEAD>
35794 <BODY>
35795 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35797 Web Alpine only.
35799 Number of index lines in table.
35802 <UL>   
35803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35804 </UL><P>
35805 &lt;End of help on this topic&gt;
35806 </BODY>
35807 </HTML>
35808 ====== h_config_wp_indexheight =====
35809 <HTML>
35810 <HEAD>
35811 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35812 </HEAD>
35813 <BODY>
35814 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35816 Web Alpine only.
35818 Index table row height.
35821 <UL>   
35822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35823 </UL><P>
35824 &lt;End of help on this topic&gt;
35825 </BODY>
35826 </HTML>
35827 ====== h_config_rss_news =====
35828 <HTML>
35829 <HEAD>
35830 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35831 </HEAD>
35832 <BODY>
35833 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35835 Web Alpine only.
35837 RSS News feed.
35840 <UL>   
35841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35842 </UL><P>
35843 &lt;End of help on this topic&gt;
35844 </BODY>
35845 </HTML>
35846 ====== h_config_rss_weather =====
35847 <HTML>
35848 <HEAD>
35849 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35850 </HEAD>
35851 <BODY>
35852 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35854 Web Alpine only.
35856 RSS Weather feed.
35859 <UL>   
35860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35861 </UL><P>
35862 &lt;End of help on this topic&gt;
35863 </BODY>
35864 </HTML>
35865 ====== h_config_send_confirms_only_expanded =====
35866 <HTML>
35867 <HEAD>
35868 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35869 </HEAD>
35870 <BODY>
35871 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35873 This Web Alpine option specifies whether or not a Send confirmations
35874 happens when a composed message is readied for sending or not.  The
35875 default behavior is to not confirm that the nicknames were expanded to
35876 the intended addresses.
35879 <UL>   
35880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35881 </UL><P>
35882 &lt;End of help on this topic&gt;
35883 </BODY>
35884 </HTML>
35885 ====== h_config_enable_jump_command =====
35886 <HTML>
35887 <HEAD>
35888 <TITLE>FEATURE: enable-jump-command</TITLE>
35889 </HEAD>
35890 <BODY>
35891 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35893 This Web Alpine option specifies whether or not a Jump command is
35894 offered in the Message List and Message View pages.  The command is
35895 implemented as an input field in the left column of the List and View
35896 screens. 
35899 When enabled and a number is entered in the input field while the
35900 Message List is displayed, the Message List is reframed with the
35901 specified message.  While viewing a message, the message associated
35902 with the specified message number is displayed.
35905 <UL>   
35906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35907 </UL><P>
35908 &lt;End of help on this topic&gt;
35909 </BODY>
35910 </HTML>
35911 ====== h_config_enable_newmail_sound =====
35912 <HTML>
35913 <HEAD>
35914 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35915 </HEAD>
35916 <BODY>
35917 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35919 This Web Alpine option specifies whether or not a sound file is sent
35920 to the web browser along with the newmail notification message.
35924 <UL>   
35925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35926 </UL><P>
35927 &lt;End of help on this topic&gt;
35928 </BODY>
35929 </HTML>
35930 ====== h_config_render_html_internally =====
35931 <HTML>
35932 <HEAD>
35933 <TITLE>FEATURE: render-html-internally</TITLE>
35934 </HEAD>
35935 <BODY>
35936 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35938 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35939 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35940 the HTML text into plain text in the same way Unix and PC-Alpine do.
35944 <UL>   
35945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35946 </UL><P>
35947 &lt;End of help on this topic&gt;
35948 </BODY>
35949 </HTML>
35950 ====== h_config_role_undo =====
35951 Yes, remember changes and exit back to list of roles; No, discard changes
35952 made in this screen; ^C, cancel exit and stay in this config screen.
35953 ====== h_exit_editor =====
35954 S, save changes and exit from the editor; D, do not save changes but
35955 do exit from the editor; or ^C, cancel exit and stay in the editor.
35956 ====== h_config_undo =====
35957 Yes, save changes and exit; No, exit without saving any changes made since
35958 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35959 ====== h_os_index_whereis =====
35960 Enter ^V or ^Y to go immediately to the last or first message in the index.
35961 Or, enter the match string followed by RETURN.
35962 ====== h_os_index_whereis_agg =====
35963 Enter ^V or ^Y to go immediately to the last or first message in the index,
35964 Or, enter the match string followed by RETURN (or ^X to select all matches).
35965 =========== h_oe_add_full ==================
35966 Type the full name of the person being added and press the RETURN key.
35967 Press ^C to cancel addition.
35968 =========== h_oe_add_nick ==================
35969 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35970 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35971 ========== h_oe_add_addr ================
35972 Type the e-mail address and press RETURN.
35973 Press ^C to cancel addition.
35974 ========== h_oe_crlst_full ==============
35975 Type a long name or description for the list that you are creating and
35976 press RETURN.  Press ^C to cancel creation of list.
35977 =========== h_oe_crlst_nick =============
35978 Type a nickname (short, easy-to-remember name or single word) for the list
35979 you are creating and press RETURN.  Press ^C to cancel.
35980 ========== h_oe_crlst_addr ==============
35981 Type an e-mail address, or a nickname already in the address book that you
35982 want to be part of this list and press RETURN.
35983 ========== h_oe_adlst_addr =============
35984 Type an e-mail address or a nickname already in the address book that you
35985 want to add to this list and press RETURN.
35986 ========== h_oe_editab_nick ============
35987 Change the nickname using the arrow keys and delete key.  Press RETURN
35988 when done.  Press ^C to cancel editing and leave the nickname as it was.
35989 ========== h_oe_editab_full ============
35990 Change the full name using the arrow keys and delete key.  Press RETURN
35991 when done.  Press ^C to cancel editing and leave the full name as it was.
35992 ========== h_oe_editab_addr ============
35993 Change the address using the arrow keys and delete key.  Press RETURN
35994 when done.  Press ^C to cancel editing and leave the address as it was.
35995 ========== h_oe_editab_fcc ============
35996 Change the fcc using the arrow keys and delete key.  Press RETURN when
35997 done.  Press ^C to cancel editing and leave the fcc as it was.
35998 ========== h_oe_editab_comment ============
35999 Change the comment field using the arrow keys and delete key.  Press RETURN
36000 when done.  Press ^C to cancel editing and leave the comment as it was.
36001 ====== h_ab_forward =====
36002 Yes, expand nicknames and qualify local names with your current domain name;
36003 No, leave nicknames and local names as is;  ^C, cancel.
36004 ========== h_ab_export ==========
36005 Type the name of a file to write the addresses into and
36006 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36007 ========== h_ab_edit_a_field ==========
36008 Edit any of the fields of the currently selected entry by typing one of the
36009 letters at the bottom of the screen.  Press ^C to cancel edit.
36010 ====== h_ab_del_data_revert =====
36011 Press B to completely delete addrbook and revert to default, C to delete config
36012 and revert while leaving data, or D to only delete data (make it empty).
36013 ====== h_ab_del_data_modify =====
36014 Press B to completely delete addrbook, C to delete configuration while leaving
36015 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36016 ====== h_ab_del_config_modify =====
36017 Yes, remove this address book from my configuration.
36018 No, make no changes now.
36019 ====== h_ab_del_config_revert =====
36020 Yes, remove this address book from my config and revert to default.
36021 No, make no changes now.
36022 ====== h_ab_del_default =====
36023 Yes, remove this default address book from my configuration.
36024 No, make no changes now.
36025 ====== h_ab_really_delete =====
36026 Yes, delete the actual contents of the address book, not just the 
36027 configuration.  No, don't delete the data after all, cancel and start over.
36028 ====== h_ab_del_ignore =====
36029 Press I to ignore all the default address books for this category.  Press R to
36030 remove this one address book and add the others to your personal list.
36031 ====== h_ab_del_dir_ignore =====
36032 Press I to ignore all the default directory servers for this category.
36033 Press R to remove this one server and add the others to your personal list.
36034 ====== h_ab_copy_dups =====
36035 Yes, overwrite the existing entry.
36036 No, skip duplicates but save the rest. Press ^C to cancel.
36037 ====== h_confirm_cancel =====
36038 Type C to Confirm that you want to abandon the message you are composing.
36039 Type N or ^C to cancel out of the cancel and keep composing.
36040 ====== h_ab_text_or_vcard =====
36041 Text, start composer with displayed text already included.
36042 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36043 ====== h_ab_backup_or_ldap =====
36044 Backup, copy email address from entry and allow editing of it.
36045 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36046 ====== h_ldap_text_or_vcard =====
36047 Text: export displayed text for selected entry. Address: export only the
36048 email address. VCard: export entry in vCard format. ^C cancels.
36049 ====== h_ab_save_exp =====
36050 Save, save entry or entries to an address book.
36051 Export, save to file outside of pine. ^C cancels save.
36052 ====== h_ab_add =====
36053 A, add a brand new entry to this address book.
36054 E, edit the entry that is currently highlighted. ^C to cancel.
36055 ====== h_ab_shuf =====
36056 U, swap order of highlighted address book and the one above it.
36057 D, swap order of highlighted address book and the one below it. ^C to cancel.
36058 ====== h_ab_shuf_up =====
36059 U, swap order of highlighted address book and the one above it.
36060 Press ^C to cancel.
36061 ====== h_ab_shuf_down =====
36062 D, swap order of highlighted address book and the one below it.
36063 Press ^C to cancel.
36064 ====== h_folder_prop =====
36065 Count is # of messages in the folder, Unseen means messages that have not
36066 been read, New means messages that were Recently added to the folder.
36067 ====== h_role_shuf =====
36068 U, swap order of highlighted rule and the one above it.
36069 D, swap order of highlighted rule and the one below it. ^C to cancel.
36070 ====== h_role_shuf_up =====
36071 U, swap order of highlighted rule and the one above it.
36072 Press ^C to cancel.
36073 ====== h_role_shuf_down =====
36074 D, swap order of highlighted rule and the one below it.
36075 Press ^C to cancel.
36076 ====== h_incoming_shuf =====
36077 B, swap order of highlighted directory and the one before it.
36078 F, swap order of highlighted directory and the one after it. ^C to cancel.
36079 ====== h_incoming_shuf_up =====
36080 B, swap order of highlighted directory and the one before it.
36081 Press ^C to cancel.
36082 ====== h_incoming_shuf_down =====
36083 F, swap order of highlighted directory and the one after it.
36084 Press ^C to cancel.
36085 ====== h_dir_shuf =====
36086 U, swap order of highlighted directory and the one above it.
36087 D, swap order of highlighted directory and the one below it. ^C to cancel.
36088 ====== h_dir_shuf_up =====
36089 U, swap order of highlighted directory and the one above it.
36090 Press ^C to cancel.
36091 ====== h_dir_shuf_down =====
36092 D, swap order of highlighted directory and the one below it.
36093 Press ^C to cancel.
36094 ====== h_hdrcolor_shuf =====
36095 U, swap order of highlighted Header Color and the one above it.
36096 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36097 ====== h_hdrcolor_shuf_up =====
36098 U, swap order of highlighted Header Color and the one above it.
36099 Press ^C to cancel.
36100 ====== h_hdrcolor_shuf_down =====
36101 D, swap order of highlighted Header Color and the one below it.
36102 Press ^C to cancel.
36103 ========== h_oe_editab_al ============
36104 Change the address using the arrow keys and delete key.  Press RETURN
36105 when done.  Press ^C to cancel editing and leave the address as it was.
36106 ========== h_dir_comp_search ===============
36107 Type a string to look for just like you would in the composer. Your configured
36108 rules for the servers with the implicit flag set will be used.
36109 ========== h_oe_searchab ===============
36110 Type the word or name you want to search for and press RETURN.  If you press
36111 RETURN without entering anything the word in [] will be searched for.
36112 ========== h_oe_chooseabook ==========
36113 Choose the address book you want to save the new entry in.
36114 Use ^N or ^P to change address books.  ^C to cancel.
36115 ========== h_oe_takeaddr ==========
36116 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36117 when done.  Press ^C to cancel adding this entry to the address book.
36118 ========== h_oe_take_replace ==========
36119 Press R to replace the old entry with this new data.  You will still have
36120 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36121 ========== h_oe_take_replace_or_add ==========
36122 Press R to replace the old entry.  Press A to add the selected addresses to
36123 the old existing list.  N to enter another nickname. ^C to cancel now.
36124 ========== h_oe_takename ==========
36125 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36126 when done.  Press ^C to cancel adding this entry to the address book.
36127 ========== h_oe_takenick ==========
36128 Type a nickname (short easy-to-remember name, initials or single word) for this
36129 entry in the address book and press RETURN.  Press ^C to cancel addition.
36130 ========== h_oe_jump ==========
36131 Type the message number you want to jump to and press RETURN.  The word "end"
36132 represents the last message. Press ^C to cancel jumping to another message.
36133 ========== h_oe_jump_thd ==========
36134 Type the thread number you want to jump to and press RETURN.  The word "end"
36135 represents the last thread. Press ^C to cancel jumping to another thread.
36136 ========== h_oe_debuglevel ==========
36137 Higher number shows more debugging details.
36138 Press ^C if you want to cancel the change.
36139 ========== h_oe_broach ==========
36140 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36141 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36142 ========== h_oe_foldsearch ==========
36143 Type the text you want to search for in foldernames and press RETURN.  If you
36144 press RETURN without entering anything, any text in [] will be searched for.
36145 ========== h_oe_foldrename ==========
36146 Change the old name of the folder to the new name using the arrow and
36147 delete keys and press RETURN.  Press ^C to cancel rename.
36148 ========== h_oe_login ==========
36149 Enter your login name for the host you are opening the mailbox on.  Just press
36150 RETURN to use your login from this host as is, or edit it with delete key.
36151 ========== h_oe_passwd ==========
36152 Type your password for the host and login shown as part of the prompt.
36153 Press ^C to cancel opening folder.
36154 ========== h_oe_choosep ==========
36155 Enter the number associated with the printer you want to select.  Press ^C to
36156 cancel the printer selection.  The current selection is highlighted.
36157 ========== h_oe_customp ==========
36158 Type the name of the Unix print command and press RETURN.  Press ^C to
36159 cancel the printer selection.
36160 ========== h_oe_searchview ==========
36161 Type the word or name you want to search for and press RETURN.  If you press
36162 RETURN without entering anything the word in [] will be searched for.
36163 ========== h_oe_keylock ==========
36164 The keyboard is in use and locked by another user.  Only that user can
36165 unlock this keyboard by typing the password.
36166 ========== h_wt_expire ==========
36167 At the beginning of each month Alpine offers to rename your current sent-mail
36168 folder to one named for the month so you have a sent-mail folder for each month
36169 ========== h_wt_delete_old ==========
36170 It is the beginning of the month, and we need to conserve disk
36171 space.  Please delete any sent-mail that you do not need.
36172 ========== h_select_sort ==========
36173 Select the order for sorting the index by typing the capitalized letter.
36174 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36175 ========== h_no_F_arg ============
36176 Enter name of file to be opened.
36178 ========== h_sticky_personal_name ==========
36179 Type in your name as you want it to appear on outgoing email.  This entry
36180 will be saved into your Alpine configuration file.
36181 ========== h_sticky_inbox ============
36182 INBOX syntax is usually {complete.machine.name}INBOX
36183 This entry will be saved in your Alpine configuration file.
36184 ========== h_sticky_smtp ============
36185 The name of the computer on your campus that relays your outgoing email
36186 to the Internet.  This entry will be saved in your Alpine configuration file.
36187 ========== h_sticky_user_id ==========
36188 The username or login-id part of your email address.  This entry will be
36189 saved in your Alpine configuration file.
36190 ========== h_sticky_domain ==========
36191 The domain part of your email address, NOT the name of your PC.  This
36192 entry will be saved in your Alpine configuration file.
36193 ========== h_bounce =========
36194 Enter the address or nickname of the intended recipient.  Alpine will resend
36195 the message, which will retain the original author's From: address.
36196 ========== h_incoming_add_folder_nickname =========
36197 Enter an (optional) nickname that will be used in lieu of the actual
36198 host and folder names in the FOLDER LIST display.
36199 ========== h_anon_forward ==========
36200 Enter the address of your intended recipient, or ^C to cancel.
36201 Example: jsmith@somewhere.edu
36202 ========== h_news_subscribe ==========
36203 Enter the name of the newsgroup to which you wish to subscribe,
36204 or ^C to cancel.  Example: comp.mail.pine
36205 ========== h_pipe_msg ==========
36206 Enter the name of the Unix command to which you wish to send this
36207 message, or ^C to cancel.
36208 ========== h_pipe_attach ==========
36209 Enter the name of the Unix command to which you wish to send this
36210 attachment, or ^C to cancel.
36211 ========== h_select_by_num ==========
36212 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36213 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36214 ========== h_select_by_thrdnum ==========
36215 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36216 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36217 ========== h_select_txt_from ==========
36218 Messages with From: headers containing the entered string will be selected.
36219 ^C to cancel. ^G again to see original options.
36220 ========== h_select_txt_not_from ==========
36221 Messages without From: headers containing the entered string will be selected.
36222 ^C to cancel. ^G again to see original options.
36223 ========== h_select_txt_to ==========
36224 Messages with To: headers containing the entered string will be selected.
36225 ^C to cancel. ^G again to see original options.
36226 ========== h_select_txt_not_to ==========
36227 Messages without To: headers containing the entered string will be selected.
36228 ^C to cancel. ^G again to see original options.
36229 ========== h_select_txt_cc ==========
36230 Messages with Cc: headers containing the entered string will be selected.
36231 ^C to cancel. ^G again to see original options.
36232 ========== h_select_txt_not_cc ==========
36233 Messages without Cc: headers containing the entered string will be selected.
36234 ^C to cancel. ^G again to see original options.
36235 ========== h_select_txt_subj ==========
36236 Messages with Subject: headers containing the entered string will be selected.
36237 ^C to cancel.  ^X enters Subject: line of current message.
36238 ========== h_select_txt_not_subj ==========
36239 Messages without Subject headers containing the entered string will be selected.
36240 ^C to cancel.  ^X enters Subject: line of current message.
36241 ========== h_select_txt_all ==========
36242 All messages containing the entered string will be selected.  Headers and body,
36243 but not encoded attachments, will be compared.  Enter ^C to cancel.
36244 ========== h_select_txt_not_all ==========
36245 All messages that don't contain the entered string will be selected.  Headers
36246 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36247 ========== h_select_txt_body ==========
36248 All messages containing the entered string will be selected. Body text, but
36249 not headers or encoded attachments, will be compared. ^C to cancel.
36250 ========== h_select_txt_not_body ==========
36251 All messages that don't contain the entered string will be selected. Body
36252 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36253 ========== h_select_txt_recip ==========
36254 Messages with Cc: or To: headers containing the entered string will be selected.
36255 ^C to cancel. ^G again to see original options.
36256 ========== h_select_txt_not_recip ==========
36257 Messages without Cc: or To: headers containing the string will be selected.
36258 ^C to cancel. ^G again to see original options.
36259 ========== h_select_txt_partic ==========
36260 Messages with Cc, To, or From headers containing the string will be selected.
36261 ^C to cancel. ^G again to see original options.
36262 ========== h_select_txt_not_partic ==========
36263 Messages without Cc, To, or From headers containing the string will be selected.
36264 ^C to cancel. ^G again to see original options.
36265 ========== h_select_date ==========
36266 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36267 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36268 ========== h_attach_index_whereis ==========
36269 Enter some text that appears in the Attachment Index entry for the desired
36270 attachment.  The first attachment containing that text will be highlighted.
36271 ========== h_kb_lock ==========
36272 Keystrokes entered here (up to a RETURN) comprise a password that must
36273 be entered again later in order to unlock the keyboard.
36274 ========== h_compose_default ==========
36275 N, compose a new message. R, set a role.
36276 ^C to cancel.
36277 ========== h_untranslatable ==========
36278 Send using UTF-8 character set; Send but replace untranslatable characters
36279 with question marks; return to the composer; or cancel message altogether.
36280 ========== h_compose_intrptd ==========
36281 N, compose a new msg. I, continue interrupted msg. R, set a role.
36282 ^C to cancel.
36283 ========== h_compose_postponed ==========
36284 N, compose a new message. P, continue postponed msg. R, set a role.
36285 ^C to cancel.
36286 ========== h_compose_intrptd_postponed ==========
36287 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36288 R, set a role. ^C to cancel.
36289 ========== h_compose_form ==========
36290 N, compose a new message. F, use form letter. R, set a role.
36291 ^C to cancel.
36292 ========== h_compose_intrptd_form ==========
36293 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36294 R, set a role. ^C to cancel.
36295 ========== h_compose_postponed_form ==========
36296 N, compose a new message. P, continue postponed msg. F, use form letter.
36297 R, set a role. ^C to cancel.
36298 ========== h_compose_intrptd_postponed_form ==========
36299 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36300 F, use form letter. R, set a role. ^C to cancel.
36301 ========== h_config_context_del_except ==========
36302 If you delete the last exceptional collection you can only add it back by
36303 manually editing the exceptions config file.
36304 ========== h_config_whereis ==========
36305 To move quickly to a particular line, enter a search string or
36306 ^C to cancel.
36307 ========== h_config_edit_scorei ==========
36308 Enter interval in the form (min,max). -INF and INF may be used to represent
36309 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36310 ========== h_config_add ==========
36311 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36312 pressing RETURN sets the Empty Value (this turns off any global default).
36313 ========== h_config_add_custom_color ==========
36314 Enter a header fieldname. For example, "subject" or "from".
36316 ========== h_config_add_pat_hdr ==========
36317 Enter a header fieldname. For example, "reply-to" or "organization" or
36318 any fieldname you want that isn't included already.
36319 ========== h_config_print_opt_choice ==========
36320 You may edit either the initialization string (characters printed before
36321 printing starts) or the trailer string.  Choose one or ^C to cancel.
36322 ========== h_config_print_init ==========
36323 Enter a C-style string for this.  You may use common backslash escapes like
36324 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36325 ========== h_config_change ==========
36326 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36327 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36328 ========== h_config_replace_add ==========
36329 Replace ignores the current default, Add places the current default in your
36330 editing buffer as if you had typed it in.
36331 ========== h_config_insert_after ==========
36332 Enter a nickname for this print command.  (InsertBefore puts the new item
36333 before the current line, InsertAfter puts it after the current line.)
36334 ========== h_config_print_cmd ==========
36335 Enter command to be executed for the printer.  Use normal editing keys
36336 to modify, ^C to cancel, carriage return to accept current value.
36337 ========== h_config_role_del ==========
36338 Answering Yes will remove this rule completely from your rules list.
36339 ========== h_config_role_addfile ==========
36340 Type the name of a file to add to your configuration. You don't need to
36341 use a file, you may add rules directly (with Add) without using a file.
36342 ========== h_config_role_delfile ==========
36343 Answering Yes will remove this rule file completely from your rules list.
36344 The rules data file itself will not be removed.
36345 ========== h_config_print_del ==========
36346 Answering Yes will remove this printer completely from your printer list.
36347 ========== h_config_print_name_cmd ==========
36348 You may edit the Nickname of this printer, the Command to be executed when
36349 printing, or change the Options associated with this printer.
36350 ========== h_send_check_fcc ==========
36351 Yes, send message without an Fcc.
36352 No, return to composer.
36353 ========== h_send_check_subj ==========
36354 Yes, send message without a Subject.
36355 No, return to composer.
36356 ========== h_send_check_to_cc ==========
36357 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36358 No, return to composer.
36359 ========== h_send_fcc_only ==========
36360 Yes, copy message to Fcc only and send to NO recipients.
36361 No, return to composer.
36362 ========== h_send_prompt ==========
36363 Yes, send the message.
36364 No or ^C, return to composer.
36365 ========== h_send_prompt_flowed ==========
36366 Yes, send the message.  No or ^C, return to composer.
36367 What's Flowed? See Do Not Send Flowed Text in config screen.
36368 ========== h_send_prompt_dsn ==========
36369 Yes, send the message.  No or ^C, return to composer.
36370 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36371 ========== h_send_prompt_dsn_flowed ==========
36372 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36373 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36374 ========== h_role_confirm ==========
36375 Yes, use displayed role. No, compose without a role.
36376 ^C, cancel the message. ^T, select a role from your other eligible roles.
36377 ========== h_norole_confirm ==========
36378 Return, compose without a role.
36379 ^C, cancel the message. ^T, select a role from your eligible roles.
36380 ========== h_custom_print ==========
36381 Enter a Unix command that accepts its data on standard input.
36382 Alpine will display any information the command sends to standard output.
36383 ========== h_convert_abooks_and_sigs ==========
36384 You will be given the opportunity to convert address books and signature files
36385 to remote configurations.
36386 ========== h_convert_abooks ==========
36387 You will be given the opportunity to convert address books to remote
36388 configurations.
36389 ========== h_flag_keyword ==========
36390 Enter the name of the keyword you want to add for this folder.
36391 No spaces, parentheses, braces, percents or asterisks are allowed.
36392 ========== h_select_keyword ==========
36393 Enter the keyword you want to match, or use ^T to select a keyword from a list
36394 of possible keywords for this folder. Use ! to look for non-matches instead.
36395 ========== h_type_keyword ==========
36396 Enter the keyword you want to add. You may add a nickname in the next step.
36397 No spaces, parentheses, braces, percents or asterisks are allowed.
36398 ========== h_type_keyword_nickname ==========
36399 Enter an optional nickname for the keyword you want to add.
36400 Type Carriage return to use the keyword name instead of a nickname.
36401 ========== h_convert_sigs ==========
36402 You will be given the opportunity to convert signature files to remote
36403 configurations.
36404 ========== h_convert_abook ==========
36405 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36406 of the current address book. The current abook won't be removed automatically.
36407 ========== h_convert_sig ==========
36408 Answering Yes copies the contents of the signature file into your Alpine
36409 configuration file. After that, the contents of the file will not be used.
36410 ========== h_save_addman ==========
36411 Enter the simple name of the folder you want to add. Carriage return to
36412 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36413 ========== h_reopen_folder ==========
36414 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36415 No leaves the folder index as it was without discovering new mail.
36416 ========== h_convert_pinerc_server ==========
36417 This is the name of the host (computer) where the remote Alpine configuration
36418 will be stored. This should be an IMAP server that you have permission to use.
36419 ========== h_convert_pinerc_folder ==========
36420 Enter the correct remote folder name. This folder is special and should
36421 contain only configuration data. It shouldn't contain other mail messages.
36422 ========== h_role_compose ==========
36423 Compose a New message, Reply to current message, Forward current message, or
36424 Bounce message. Then you will be asked to choose one of your Roles to be used.
36425 ========== h_save_size_changed ==========
36426 The reported size of a message is not the same as the actual size. Answer Yes
36427 to continue and hope for the best or No to Cancel the entire Save.
36428 ========== h_select_by_larger_size ==========
36429 Enter a number or ^C to cancel. All messages greater than this many characters
36430 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36431 ========== h_select_by_smaller_size ==========
36432 Enter a number or ^C to cancel. All messages less than this many characters
36433 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36434 ========== h_preserve_field ==========
36435 Use 'p' to toggle between preserving or not preserving the original To:
36436 and Cc: fields of the message. Enter ^C to cancel message.