Revert " * S/MIME: information on certificates is now available for certificates"
[alpine.git] / pith / pine.hlp
blob4201eb9c213c8f6d275a146b34432d0202aec875
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 94 2015-09-06 16:11:41
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> S/MIME: fix a bug that did not allow users to transfer certificates to
271        remote containers. Reported by Matthias Rieber. Also, remove any 
272        temporary files created during this transfer.
274   <LI> Pico: Searching for a string that is too long causes Pico to crash
275        in the next search.
277   <LI> Fix vulnerability in regex library. This only affects those who use
278        this library, such as the windows version of Alpine. See 
279        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
280        for more details.
282   <LI> Alpine would not set include and lib paths for OpenSSL if this was
283        installed in /usr/local/ssl.
285   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
286        contents when saving its configuration.
288   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
289        the name. Reported by Andreas Fehr.
291   <LI> Mismatch in size of UCS and CELL caused a corruption in the
292        content of a pointer, which made the speller in PC-Alpine get the 
293        content of a word incorrectly.
295   <LI> Skip testing openssl compatibility version when cross-compilation
296        is detected. Fix contributed by Antti Sepp&auml;l&auml;
298   <LI> Alpine fails to remove temporary files used during a display or sending
299        filter. Fix contributed by Phil Brooke.
301   <LI> When the index is in zoomed state, adding new messages to the 
302        selection would not show those messages if those messages are on 
303        top of the current message in the top of the screen. Reported by
304        Ulf-Dietrich Braumann.
305 </UL>
309 Version 2.20 addresses bugs found in previous releases and has several 
310 additions as well.
313 Additions include:
316 <UL>
317   <LI> Upgrade UW-IMAP to Panda IMAP from 
318        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
319   <LI> S/MIME: Add screen to manage certificates.
320   <LI> S/MIME: Signatures are validated using the user's certificates instead
321        of the ones included in the message. Behavior can be disabled by
322        disabling the option <A href="h_config_smime_use_cert_store">
323         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
324        by default.
325   <LI> S/MIME: sign messages using intermediate certificates when needed 
326        and possible.
327   <LI> S/MIME: validation of certificates for servers that modify signed 
328        content.
329   <LI> S/MIME: signed and encrypted messages will be signed first and 
330        encrypted second, so that they can be decoded by other clients.
331   <LI> S/MIME: add the sender certificate to the list of certificates in
332        encrypted messages to make it possible for the sender to decrypt
333        the message they sent.
334   <LI> S/MIME: When transferring certificates to a local container, create 
335        container with default names PublicContainer, PrivateContainer and 
336        CAContainer, as appropriate for these files, unless the user has 
337        provided some other names.
338   <LI> S/MIME: Forwarding a message will include the signed part as part
339        of the text and not as a multipart message, just as the reply
340        command does.
341   <LI> HTML: Style tag in body of html message causes Alpine to not write
342        its content until a new &lt;/style&gt;
343   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
344        the same inline tag; the same is valid for the &lt;HR&gt; tag.
345   <LI> Add support to selective expunge through a subcommand of the 
346        select-apply commands. Read more in the <A 
347        HREF="h_index_cmd_expunge">help</A> for the expunge command.
348   <LI> Pico: New subcommand of the search command, allows to reverse the
349        direction of search.
350   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
351        the key and certificate used to encrypt the password file are saved 
352        in the ~/.alpine-smime/.pwd directory, or in the directory specified
353        by the -pwdcertdir command line option. 
354        <A HREF="h_password_file_support">Learn more</A>.
355   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
356        server to use different ways to connect using ssl, for 
357        example {server.com/tls1} will attempt to connect to 
358        server.com at the ssl imap port (port 993) and establish a 
359        connection using TLSv1. These flags can be used in 
360        conjunction with the /ssl flag, the ssl flag is redundant. 
361        Conversely, however, the /ssl flag does not imply any of 
362        these flags; the /ssl flag means SSLv3 or, if not available, 
363        SSLv2 in the SSL port.
364   <LI> Alpine does not attempt to automatically reopen a collection 
365        that was not opened due to cancellation by the user. 
366        Instead, the user must try to open it explicitly.
367   <LI> Alpine searches for a certificate that matches an email address in
368        all addresses in a certificate (instead of just the first 
369        one) but when it tries to unlock the certificate, it asks 
370        for the password for the first email address in that 
371        certificate.
372   <LI> Style tag in body of html message causes Alpine to not write its content
373        until a new &lt;/style&gt;
374   <LI> Experimental: Write the content-type of a message in 
375        lowercase, as some non-compliant servers do not understand 
376        uppercase content-type, such as those of GMX.de.
377   <LI> Experimental: Do not send the RSET command before attempting
378        to send a message, as this causes a delay in some evily managed
379        servers.
380   <LI> Opening a folder updates recent count in maildrops (this 
381        already works for other types of folders)
382   <LI> Automatically redraw screen after opening an attachment 
383        instead of simply clearing it.
384   <LI> Pico: Justification works without need of a predefined quote 
385        string. This allows justification of blocks of text that are 
386        indented with spaces.
387   <LI> Decode the name of attachment names, so they can be written as part   
388        of the description of the part. 
389   <LI> Check bounds and tie strings off to improve security. Contributed 
390        by James Jerkins.
391   <LI> Replace tabs by spaces in From and Subject fields to control for
392        size in screen of these fields. Change only in index screen display.
393   <LI> Aggregate operations allows bouncing a list of messages using a role.
394        Suggested by Ulf-Dietrich Braumann.
395   <LI> Disable saving new passwords to the password file. Implemented
396        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
397   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
398      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
399      Charles M. Register.
400 </UL>
404 Bugs that have been addressed include:
405 <UL>
406   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
407        in personal names. Reported by Lev Gorenstein.
408   <LI> When writing the .pinerc file, lines were truncated if they were longer
409        than 10,000 characters. This could cause data corruption, so now lines
410        are allowed to be of any length.
411   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
412        remove attachments before they were open by a mailcap viewer. It 
413        requires that the user has an equivalent to a command such as "ps 
414        auxww" to list the list of processes, and check if there is any 
415        program using the attachment. The default is "/bin/ps auxww", but 
416        it can be changed at compile time with the option --with-ps-cmd. 
417        See the help of the variable 
418        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
419        for more information.
420   <LI> S/MIME: signed messages that contained an attachment would not validate.
421   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
422        validate. Thanks to Andreas Schamanek for testing, debugging and 
423        advising during the process of fixing this problem.
424   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
425        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
426        and Stefan Mueller.
427   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
428        home directory.
429   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
430        SMIME making it not possible to sign or encrypt messages.
431   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
432        information that is not part of the body, and hence making the body
433        of the message seem wrong.
434   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
435        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
436        enabled, the message contains 8bit characters and the smtp server 
437        supports 8bit sending.
438   <LI> When replying to several messages, subject will be decoded first,
439        and then stripped from re/fwd before they are compared to determine
440        the subject of the replied message.
441   <LI> Crash when tcp connection to NNTP server was lost after connection
442        had been established, but lost immediately afterwards.
443   <LI> Crash with message &quot;lock when already locked&quot;, when painting
444        an index was based on scores that needed information from a remote
445        addressbook in the same server as the folder opened. Reported by
446        Peter Koellner.
447   <LI> Crash in message/rfc822 attachments encoded in base64.
448   <LI> Postponed messages whose content-type is text/html, text/enriched and
449        text/richtext are sent with that content-type, even though, after
450        resuming composition, Alpine had changed its type to text/plain.
451   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
452        character set, which might lead to a crash or a corruption in the 
453        screen. Work was done to contain the bug. A more complete fix will 
454        be done in a future release. Reported by Professor Robert Funnell.
455   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
456   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
457   <LI> Save command did not warn of existence of a message with a deleted 
458        attachment in an aggregate save, unless cursor was positioned on a message 
459        with a deleted attachment. Reported by Florian Herzig.
460   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
461        in an IMAP server.
462   <LI> DATE tokens were not internally transformed to UTF-8, which made their
463        values not appear complete in the screen. Reported by Werner Scheinast.
464   <LI> Fixes to configure script so that it will not require PAM for every system.
465   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
466        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
467        during the build. Fix by Ulf-Dietrich Braumann.
468   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
469        needs to use tcl_getstringresult() instead. Reported by 
470        Ulf-Dietrich Braumann.
471   <LI> Quoted string in URL Viewers configuration variable were not 
472        unquoted before passing to viewer.
473   <LI> Fix in configure script to detect location of tcl library; add
474        /usr/local in FreeBSD and fix a bug in configure script that used 
475        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
476        by Werner Scheinast.
477   <LI> Move SSL configurations from UW-IMAP to configure script, and
478        update OpenSSL configuration for Mac OS X.
479   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
480   <LI> When the download of an attachment is interrumpted, Alpine stills
481      caches what was downloaded, making the download incomplete for 
482      subsequent calls of Alpine attempting to open the attachment. In the 
483      future, Alpine will not cache any downloaded part of the attachment 
484      when it is interrupted.
485 </UL>
490 Version 2.11 addresses bugs found in previous releases and has a few 
491 additions as well.
494 Additions include:
497 <UL>
498    <LI> Alpine requires version 1.0.0c of Openssl to build.
499    <LI> Increase encryption of S/MIME encrypted messages.
500    <LI> Pico: Improvements in justification of paragraphs: lines that begin
501 with a quote string, followed by a space were considered individual paragraphs,
502 now they are considered part of a paragraph. Based on earlier joint work
503 with Jeff Franklin.
504    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
505    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
506 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
507    <LI> Added recognition of ws and wss URIs.
508    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
509  <A HREF="h_config_directory_color">directory names</A>,
510  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
511    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
512 used in the display of the INDEX SCREEN.
513    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
514 that adds the ability to preserve To: and Cc: fields when replying to a 
515 message, as specified by original sender.
516    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
517  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
518    <LI> Quota command includes subcommands for printing, forwarding, etc.
519 </UL>
522 Bugs that have been addressed include:
524 <UL>
525   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
526   <LI> Crash when resizing the screen in a configuration screen.
527   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
528   <LI> Do not use a shell to open a browser.
529   <LI> Configure script did not test for crypto or pam libraries.
530   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
531   <LI> Change Cygwin directory separator to &quot;/&quot;.
532   <LI> Alpine could set List- headers, contrary to RFC 2369.
533 </UL>
536 Version 2.10 addresses bugs found in previous releases and has a few 
537 additions as well.
540 Additions include:
543 <UL>
544    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
545    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
546    <LI> Foreign characters are decoded correctly in IMAP folder names.
547    <LI> Question about breaking connection to slow servers includes their name.
548    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
549    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
550    <LI> Cygwin: Alpine builds without need of patch.
551    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
552    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
553    <LI> Add support for strong encryption of password file when S/MIME is built in.
554 </UL>
557 Bugs that have been addressed include:
560 <UL>
561    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
562    <LI> Double allocation of memory in Pico.
563    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
564    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
565    <LI> Not recognition of environment variables in some options.
566    <LI> Not display of login prompt during initial keystrokes.
567    <LI> justification of long urls breaks them.
568    <LI> Incorrect New Mail message when envelope is not available.
569    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
570    <LI> Crash when resizing the screen after display of LDAP search.
571    <LI> Crash when redrawing screen while opening a remote folder collection.
572    <LI> Infinite loop in scrolltool function during notification of new mail.
573    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
574    <LI> No display of signed and encrypted S/MIME messages.
575    <LI> Alpine will not build with OpenSSL.
576    <LI> Crash for double locking in calls to c-client.
577    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
578    <LI> Ignore the references header when threading messages
579    <LI> No update of colors in index screen after update to addressbook.
580 </UL>
583 Version 2.01 addresses bugs found in previous releases and has a few 
584 additions as well.
587 Additions include:
590 <UL>
591    <LI> Fixed non-ASCII web alpine handling
592    <LI> Added web alpine help.
593    <LI> Allow web alpine inbox on second IMAP server.
594    <LI> Allow web alpine config reset after bad inbox-path gets set.
595    <LI> Added web alpine ability to create group contact from contact list members.
596    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
597    <LI> Tidied up web alpine script layout.
598    <LI> Fixed web alpine status message ordering
599    <LI> Added web alpine Fcc setting via Contacts in Compose
600    <LI> Fixed web alpine autodraft attachment issues
601    <LI> Fixed web alpine problems with recent count maintenance
602    <LI> Fixed web alpine newmail arrival display in message list
603    <LI> Added web alpine confirmation to folder create for Move/Copy
604    <LI> Added web alpine user-domain support
605    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
606 </UL>
609 Bugs that have been addressed include:
612 <UL>
613    <LI> In web alpine fixed delete all selected within a search result to reorient
614         correctly to whole-mailbox message list.
615    <LI> Fixed web alpine delete in view page to be sensitive to sort
616    <LI> Fixed web alpine open of folder within directory from folder manager page.
617    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
618    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
619    <LI> Fixed web alpine adding contacts from message list and view
620    <LI> Fixed web alpine create of non-existent fcc
621    <LI> Remove mistakenly left debugger statement in web alpine javascript.
622    <LI> Some UNIX alpine build problems fixed
623    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
624         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
625         by locale charmap call on some Solaris 8 systems.
626    <LI> MacOS Keychain logins were not working correctly with generic host names, like
627         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
628         new password requests when not needed
629    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
630         last folder in the list
631    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
632         looked for along with the email address
633    <LI> Changes to configure to get spellcheck options with work with arguments.
634    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
635         returned by gethostname (iPhone can do this)
636    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
637         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
638    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
639         Jake Scott of marganstanley.com.
640    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
641         is not used in alpine.
642    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
643         Apparently this causes RIM Blackberry BIS service problems. This is not
644         used in alpine.
645    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
646    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
647         Fix from Ludwig Nussel of SUSE and from Crispin.
648    <LI> Include whole filename in export filename history
649    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
650 </UL>
653 Version 2.00
654 addressed bugs found in previous releases and had a few additions as well.
656 Additions included:
659 <UL>
660    <LI> Redesigned Web Alpine interface
661    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
662         in UNIX versions of Alpine
663    <LI> Attempt to include the attachment filename as part of the name of the
664         temporary file used when viewing an attachment with an external program.
665         Add some randomness to that filename to make it hard to predict the filename.
666         Add a filename extension, usually derived from the type/subtype, to the
667         temporary filename. This was previously done only on Windows and MacOS X.
668    <LI> Enhance address completion in the composer (TAB command) so that it looks
669         through nicknames, fullnames, and addresses from the address book; addresses
670         from the message being viewed, if any; and the results from
671         <A HREF="h_direct_config">LDAP Directory Server</A>
672         lookups for all of the defined directory servers that have the
673         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
674         feature set.
675    <LI> Make the default character set setting more liberal in what it will accept
676         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
677    <LI> Remove the Alpine revision number from the titlebar in released versions
678         while leaving it there in snapshot versions
679    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
680         display of asterisks when you type a password for Alpine
681    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
682    <LI> When the
683         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
684         feature is turned on convert not only the dates in the index screen but also
685         the dates in the MESSAGE VIEW
686 </UL>
689 Bugs addressed in the 2.00 release included:
692 <UL>
693    <LI> Crash when using tab-completion for selecting a Save filename
694    <LI> Make Web Alpine help text images relative for more portability
695    <LI> Fixed attach save of html parts in Web Alpine
696    <LI> Viewing, printing, exporting, replying, and bouncing of message
697         digests was broken. Replying and bouncing should not have been
698         allowed at all for digests. It would be nice to have a more standard
699         index-like view of a message digest but that has not been addressed
700         with this minor bug fix.
701    <LI> Adjust wrapping of HTML messages so that the margins specified by
702         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
703         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
704         are observed correctly
705    <LI> Interrupt of WhereIs command in index was broken
706    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
707         option did not work correctly interpreting unknown characters in message headers
708    <LI> Long address lines could cause blank continuation lines
709    <LI> Save to a local default INBOX failed if the primary collection was also local,
710         which it is by default. The save went to  ~/mail/inbox instead.
711    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
712         inbox, not the inbox in the primary collection
713    <LI> Address book entries with lots of addresses would be truncated when
714         entered in the composer with a screen size wider than 270 or so charcters
715    <LI> Some fields in the index screen were truncated when the screen width was
716         wider than 256 characters
717    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
718         folder, and there is a more than 10 minute pause between typing the TAB
719         and typing the Yes
720 </UL>
723 Version 1.10(962)
724 addressed bugs found in previous releases and had a few additions as well.
726 Additions included:
729 <UL>
730    <LI> Add the possibility of setting a default role
731         (see <A HREF="h_role_select">Roles Screen</A>)
732         which may be convenient if your work flow involves acting in one
733         role for a while then switching to another role and staying in the
734         new role for another period of time
735    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
736         is encountered, ask the user if he or she wants to continue with the
737         risky Save anyway instead of aborting. This may be helpful if your
738         IMAP server is broken in this way but be aware that it is possible there
739         was a real error instead of just a broken server implementation.
740    <LI> Some configure adjustments for Kerberos detection and
741         for SCO OpenServer 5 support
742    <LI> Hide INBOX in a collection if it also appears as an
743         <A HREF="h_config_enable_incoming">Incoming Folder</A>
744    <LI> Show asterisks for feedback when the user is typing a password
745    <LI> Performance improvement for threading of large folders
746    <LI> Previously, the search used to find
747         Pattern matches containing To patterns searched for both To
748         and Resent-To headers. The relatively complicated search this
749         produces causes problems when using some deficient IMAP servers.
750         Now the default is to look only for To headers and ignore the
751         presence of Resent-To. The previous behavior may be restored
752         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
753    <LI> Add an
754         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
755         to help with reading malformed unlabeled messages
756    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
757    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
758    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
759 </UL>
762 Bugs addressed in the 1.10(962) release included:
765 <UL>
766    <LI> Crash when encountering certain errors from an SMTP server
767    <LI> Crash in composer caused by overflow in replace_pat()
768    <LI> Hang when authenticating to an SMTP server that fails with a
769         &quot;connection disconnected&quot; error
770    <LI> Bug in handling of trailing tab character in flowed text
771    <LI> Security enhancement for mailcap parameter substitution
772    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
773         did not work if the message being replied to was not flowed text
774         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
775         was not turned on
776    <LI> Don't allow printer to be changed through hidden config screen
777         if system administrator didn't want it to be allowed
778    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
779         should know that it won't work, causing error messages to appear
780    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
781         of double-quote double-quote didn't work right
782    <LI> Quoting wasn't being done to protect special characters from the
783         MacOS X shell when
784         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
785         was not defined
786    <LI> On MacOS X message attachments should be shown internally instead of
787         being shown using the Mail application
788    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
789         sometimes set the outgoing charset to X-UNKNOWN, making the result
790         unreadable
791    <LI> When the sending of a message failed lines with leading spaces had one
792         additional space inserted in each of those lines when the user
793         was returned to the composer
794    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
795         that contained non-ascii characters because it was truncating the
796         line being searched so that it was shorter than what was visible on
797         the screen
798    <LI> When composing, an attachment with a long name that causes wrapping in
799         just the wrong place would generate an error and cause the send
800         of the attachment to fail
801    <LI> After calling the file browser to attach a file in the composer, a resize
802         of the window when back in the composer would redraw the last screen that
803         had been shown in the browser instead of the current composer screen
804    <LI> Possible crash in index screen when encountering unparseable addresses
805         or when using one of the PRIORITY tokens or the HEADER token in the
806         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
807    <LI> Problems with Header Color editing if the configuration option
808         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
809         was inadvertently changed to the Empty Value in the hidden config screen
810    <LI> When resuming the final postponed message from an Exchange server the user
811         could get a certificate validation failure because alpine was trying
812         to validate the canonical name of the folder instead of the name the
813         user used
814    <LI> Windows line endings in a mimetypes file on a Unix system cause a
815         failure to find a match
816    <LI> Make matching of extension names case independent in mimetypes files
817    <LI> Windows dialog boxes for entering text were not working correctly
818    <LI> Replying to or Forwarding multipart/alternative messages which had a
819         single text/html part did not work well
820    <LI> Printing the print confirmation page caused a crash
821    <LI> A To line with a long, quoted personal name could display incorrectly
822         if it was close to the same width as the screen
823    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
824         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
825         are turned on hide (0/0) when the folder is empty
826    <LI> Folder completion while Saving didn't work if the collection being
827         saved to was the local home directory
828 </UL>
831 Version 1.00
832 was an evolutionary release based on
833 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
834 developed at the University of Washington.
835 It is upwards-compatible for existing Pine users.
838 Changes included:
840 <UL>
841    <LI> Ground-up reorganization of source code around addition
842         of "pith/" core routine library.
843    <LI> Fundamental improvement in Alpine's internal text handling, which
844         is now based exclusively on Unicode. This allows displaying incoming
845         messages and producing outgoing messages in many different languages.
846    <LI> Ground-up reorganization of build and install procedures
847         based on GNU Build System's autotools. NOTE, the included IMAP library
848         build is not based on autotools, so some features will not work. However,
849         it should get built automatically during the Alpine build process.
850    <LI> Web-based version included built on TCL designed to run under
851         a suitable CGI-supporting web server such as Apache.
852 </UL>
856 Details on changes in previous (prerelease) versions of Alpine
857 may be found at the following URL:
859 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
862 <HR WIDTH="75%"><P>
864 <H2>Getting Help</H2>
865 <DL>
866 <DT>Online Help</DT>
867 <DD>
868 Every Alpine screen and command has associated help text
869 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
870 </DD>
872 <DT>Web Help</DT>
873 <DD>
874 The most current source of information about Alpine,
875 including new version availability, is the web page at
877 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
878 </DD>
879 </DL>
881 Frequently Asked Questions (and answers) may be found at the following
882 URL:
884 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
887 <HR WIDTH="75%"><P>
889 <H2>Additional Information</H2>
891 General Alpine configuration information can be found
892 <A HREF="h_news_config">here</A>.
894 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
895 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
896 access is provided by the IMAP Toolkit Environment (c-client library)
897 version <!--#echo var="C_CLIENT_VERSION"-->.
898 <P> 
899 Alpine was developed until 2009 by the Office of Computing 
900 &amp; Communications at the University of Washington in Seattle.  
901 Since then, the effort of developing Alpine has been continued by
902 a community of volunteers who make good software even better!
905 Alpine Copyright 2013-2015 Eduardo Chappa, 
906 <BR> Copyright 2006-2008 University of Washington.
909 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
910 or instead you can find the Apache License, version 2.0 at the web URL:
913 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
916 &lt;End of Release Notes&gt;
917 </BODY>
918 </HTML>
919 ====== h_password_file_support ======
920 <HTML>
921 <HEAD>
922 <TITLE>Encryption for Password File Support Explained</TITLE>
923 </HEAD>
924 <BODY>
925 <H1>Encryption for Password File Support Explained</H1>
927 Index<BR>
928 <OL>
929 <LI><A HREF="#content">Explanation</A>
930 <LI><A HREF="#example">Example</A>
931 </OL>
933 <P><A NAME="content">Unix Alpine Only.</A>
935 <P> If your version of Alpine has been built with password file support
936 then you can use a special file to save your passwords, and avoid typing
937 them every time you open a connection to a remote server.
939 <P> If your version of Alpine was built with SMIME support, and you have a
940 public certificate/private key pair, then Alpine will use such pair to
941 encrypt your password file. If you have more than one key/certificate
942 pair, Alpine will pick the first pair that it finds that works. You can also
943 select a pair, and the way to do this is explained below.
945 <P> Once a pair has been chosen, it will be copied to the directory 
946 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
947 that directory. The first time this process is done, this directory will 
948 be created, a key/certificate pair will be copied to it, and this pair 
949 will be used in the future to encrypt and decrypt your password file. You 
950 can create this directory and copy any key/certificate pair there. You
951 can add a self-signed certificate there, if you like, and you can let
952 this certificate expire. This will not affect the encryption and decryption
953 of the password file.
955 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
956 your key/certificate pair, you can specify a different one with the 
957 -pwdcertdir command line option in Alpine. If the directory specified by 
958 this option is not found or there is no valid key/certificate pair there, 
959 Alpine will fail to encrypt and decrypt your password file. In other words,
960 Alpine will not initialize this directory for you.
962 <P> Alpine does not care about the names of the key and certificates in 
963 this directory, but the private key must have &quot;.key&quot; extension 
964 and your public certificate must have the &quot;.crt&quot; extension. The
965 name of the private key will be used in the prompt when you are asked
966 to unlock your key to decrypt your password.
968 <P><A NAME="example">An example follows</A>
970 <P>Assume you have a private key called peter@address.com.key in your, 
971 ~/.alpine-smime/private directory, and a public certificate called 
972 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
973 are your only key/certificate pair.
975 <P> When Alpine starts for the first time, without command line options, 
976 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
977 it will create it. Then it will go through your keys and certificates and 
978 find a pair that it can use, and copy the files peter@address.com.key,
979 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
980 you can do the same by copying these files by yourself. This can be done
981 with the sequence of commands
983 <PRE>
984 mkdir ~/.alpine-smime/.pwd
985 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
986 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
987 </PRE>
989 <P> When Alpine starts, you will be asked the password to unlock your
990 private key with the prompt.
992 <PRE>
993 Enter password of key &lt;peter@address.com&gt; to unlock password file:
994 </PRE>
996 <P> If you prefer to use different names for your private and public keys 
997 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
998 preserve the extension of the files. For example, you can use the names 
999 private_key.key and public_cert.crt instead. In this case, the prompt you 
1000 will see when you are asked to unlock your private key will read
1002 <PRE>
1003 Enter password of key &lt;private_key&gt; to unlock password file:
1004 </PRE>
1006 <P>Observe that you do not need to use an existing key/certificate pair, 
1007 and that you can create a new private key/public certificate pair to 
1008 encrypt and decrypt your password. However, once one is used, Alpine does 
1009 not provide a mechanism to switch the encryption and decryption files to 
1010 another key/certificate pair. This will be implemented in a future 
1011 release of Alpine.
1014 &lt;End of help&gt;
1015 </BODY>
1016 </HTML>
1017 ====== h_tls_failure_details ======
1018 <HTML>
1019 <HEAD>
1020 <TITLE>Certificate Validation Details</TITLE>
1021 </HEAD>
1022 <BODY>
1023 <H1>Certificate Validation Details</H1>
1025 This screen gives details as to why the certificate validation failed: the
1026 name of the desired server system; the reason for failure; and the name on
1027 the certificate.  This is primarily of interest to experts.
1030 &lt;End of help&gt;
1031 </BODY>
1032 </HTML>
1033 ====== h_tls_failure ======
1034 <HTML>
1035 <HEAD>
1036 <TITLE>TLS or SSL Failure</TITLE>
1037 </HEAD>
1038 <BODY>
1039 <H1>TLS or SSL Failure</H1>
1041 An attempt was made to establish a secure, encrypted connection to the
1042 server system using either Transport Layer Security (TLS) or the older
1043 Secure Sockets Layer (SSL).  This attempt failed.
1046 You should contact your server system management for more assistance.
1047 The problem is probably at the server system and not in Alpine or your local
1048 system.  The text in this screen may be helpful for the server system
1049 management in debugging the problem,
1052 &lt;End of help&gt;
1053 </BODY>
1054 </HTML>
1055 ====== h_tls_validation_failure ======
1056 <HTML>
1057 <HEAD>
1058 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1059 </HEAD>
1060 <BODY>
1061 <H1>TLS and SSL Certificate Validation Failures</H1>
1063 An attempt was made to establish a secure, encrypted connection to the
1064 server system using either Transport Layer Security (TLS) or the older
1065 Secure Sockets Layer (SSL).
1068 An important part of this procedure is server certificate validation.  A
1069 server certificate is an &quot;electronic identification card&quot; for the server
1070 system that is signed by a well-known certificate authority (CA).  Alpine
1071 compares the server system identity in the server certificate with the
1072 name of the server system to which it is trying to connect.  Alpine also
1073 verifies that the CA signature is authentic.
1076 Some common failure conditions are:
1079 <UL>
1080   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1081 signed its own certificate.  This does not necessarily indicate anything
1082 bad; the server operators may simply have elected to not purchase a
1083 signed certificate from a certificate authority.
1085   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1086 the signature on the server system is from an unknown certificate authority.
1087 It can also mean that no certificate authority certificates have been
1088 installed on the local UNIX system.
1090   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1091 the same as either of the above two conditions in UNIX Alpine.  Note that
1092 Windows systems typically have a full set of certificate authority
1093 certificates installed, so it is more likely to be a self-signed
1094 certificate than an unknown certificate authority.
1096   <LI> Server name does not match certificate.  This means that the server
1097 presented a proper signed certificate for a name other than the desired
1098 name.
1099 </UL>
1102 Any of these conditions can indicate that you are being attacked and have
1103 been directed to an imposter server that will record your password and
1104 your private mail messages.  It can also mean something innocuous.
1107 If you are certain that the problem is innocuous, you can append the
1108 option
1111 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1114 to the server system name where it appears in your configuration (e.g. the
1115 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1116 a folder-collection, or a news or SMTP server).  This will
1117 disable certificate validation.  On the other hand, if you are attacked,
1118 you will get no warning if you do this.
1121 &lt;End of Cert Validation Failures help&gt;
1122 </BODY>
1123 </HTML>
1124 ====== h_release_tlscerts ======
1125 <HTML>
1126 <HEAD>
1127 <TITLE>TLS and SSL usage note</TITLE>
1128 </HEAD>
1129 <BODY>
1130 <H1>TLS and SSL usage note</H1>
1133 When using Alpine from Unix or Windows 2000,
1134 server certificates must be signed by a trusted certificate authority.
1135 You may relax this requirement (at the cost of some security) by using
1137 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1138 modifier in the mailbox name.
1141 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1144 The fully-qualified host name of the server should be used
1145 so that it matches the host name in the server certificate.
1147 Here is an example of a host specification that directs Alpine to use
1148 the SSL port (993) and an encrypted data stream.
1150 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1152 &lt;End of TLS usage help&gt;
1153 </BODY>
1154 </HTML>
1155 ====== h_news_config ======
1156 <HTML>
1157 <HEAD>
1158 <TITLE>Alpine Configuration</TITLE>
1159 </HEAD>
1160 <BODY>
1161 <H1>Alpine Configuration</H1>
1163 <H2>Using Environment Variables</H2>
1165 The values of Alpine configuration options may include environment variables
1166 that are replaced by the value of the variable at the time Alpine is run
1167 (and also at the time the config option is changed).
1168 The syntax to use environment variables is a subset of the common Unix
1169 shell dollar-syntax.
1170 For example, if
1172 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1174 appears in the value of an Alpine configuration option it is looked up in the
1175 environent (using getenv(&quot;VAR&quot;)) and its
1176 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1177 To include a literal dollar sign you may precede the dollar sign with another
1178 dollar sign.
1179 In other words, if the text
1181 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1183 is the value of a configuration option, it will be expanded to
1185 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1187 and no environment lookup will be done.
1188 For Unix Alpine it will also work to use a backslash character to
1189 escape the special meaning of the dollar sign, but $$ is preferable since
1190 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1191 to be in a shared configuration file.
1194 This all sounds more complicated than it actually is.
1195 An example may make it clearer.
1196 Unfortunately, the way in which environment variables are set is OS-dependent 
1197 and command shell-dependent.
1198 In some Unix command shells you may use
1200 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1201    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1203 Now, if you use Alpine's Setup/Config screen to set
1205 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1207 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1208 so that this would be equivalent to
1210 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1212 Note, environment variable substitution happens after configuration
1213 options that are lists are split into the separate elements of the list,
1214 so a single environment variable can't contain a list of values.
1217 The environment variable doesn't have to be the only thing
1218 after the equal sign.
1219 However, if the name of the variable is not at the end of the line or
1220 followed by a space (so that you can tell where the variable name ends),
1221 it must be enclosed in curly braces like
1223 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1225 It is always ok to use the braces even if you don't need to.
1227 It is also possible to set a default value for an environment variable.
1228 This default value will be used if the environment variable is not
1229 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1230 The syntax used to set a default value is
1232 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1234 If the config file contains
1236 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1238 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1239 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1240 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1241 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1242 the default value.
1243 (Note that the variable is called &quot;personal-name&quot; in the config
1244 file but is displayed in the config screen as
1245 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1246 In general, the value that goes into a config file is never exactly the
1247 same as the value you see on the screen.)
1250 An example where an environment variable might be useful is the
1251 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1252 Suppose most users used the server
1254 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1256 but that there were some exceptions who used
1258 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1260 In this case, the system manager might include the following line in
1261 the systemwide default Alpine configuration file
1263 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1265 For the exceptional users adding
1267 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1269 to their environment should work.
1271 Another example might be the case where a user has to use a different
1272 SMTP server from work and from home.
1273 The setup might be something as simple as
1275 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1277 or perhaps a default value could be given.
1278 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1279 a list of SMTP servers.
1282 <H2>Configuration precedence</H2>
1284 There are several levels of Alpine configuration.  Configuration values at
1285 a given level override corresponding values at lower levels.  In order of
1286 increasing precedence:
1288 <UL>
1289  <LI> built-in defaults
1290  <LI> system-wide
1291 <!--chtml if pinemode="os_windows"-->
1292       config file from command line or provided
1293       by "PINECONF" environment variable
1294 <!--chtml else-->
1295       pine.conf file
1296 <!--chtml endif-->
1297  <LI> personal configuration file
1298  <LI> personal exceptions configuration file
1299  <LI> command-line options
1300  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1301  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1302 </UL>
1304 The values in both the personal configuration file and the
1305 <A HREF="h_config_exceptions">exceptions</A>
1306 configuration file may be set using the Setup command.
1307 Setup/Config is the command to change most of the personal configuration
1308 options.
1309 The other Setup subcommands are also used to change the configuration,
1310 for example, Setup/AddressBook, Setup/Rules, and so on.
1311 Changing the personal exceptions configuration is very similar.
1312 To change a value in the Config screen you would use the command
1313 Setup/eXceptions/Config.
1314 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1316 There are a couple exceptions to the rule that configuration values are replaced
1317 by the value of the same option in a higher-precedence file.
1318 The Feature-List variable has values that are additive, but can be
1319 negated by prepending &quot;no-&quot; in front of an individual feature name.
1320 So for features, each individual feature's value is replaced by the value
1321 of the same feature in a higher-precedence file.
1322 Note that this is done automatically for you when you change these values via
1323 the Setup/Config command.
1324 The other exception to the <EM>replace</EM> semantics happens when you
1325 use <A HREF="h_config_inheritance">configuration inheritance</A>
1326 for option lists.
1329 <H2>File name defaults</H2>
1331 Notes:<P>
1333 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1334 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1335 <BR> # = default file name is overridable in pinerc.
1336 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1337 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1338 <BR> + between the mailcap paths implies that the two files are combined.
1339 <BR> ; between other default paths implies that the first one found is used.
1340 </P>
1341 Alpine looks for most support files in the same directory it finds its
1342 personal configuration file (pinerc).  The -p command-line flag may be
1343 used to specify a particular path name for the pinerc file.  If a
1344 pinerc file does not exist, it will be created (if directory permissions
1345 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1346 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1347 file does not exist in either one, it will create one in the first of those
1348 two directories that is writable.  In detail:
1349 <PRE>
1351 PC-Alpine:
1353  executable     &lt;DOS search path&gt;&#92;pine.exe
1354  help index     &lt;exe dir&gt;&#92;pine.ndx
1355  help text      &lt;exe dir&gt;&#92;pine.hlp
1357  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1358  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1359  global cfg     $PINECONF
1361  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1362  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1363  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1364  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1365  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1366  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1367  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1368  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1369  postponed#     $HOME&#92;mail&#92;postpond.mtx
1370  interrupted    $HOME&#92;mail&#92;intruptd
1372 Unix Alpine:
1374  executable     &lt;Unix search path&gt;/pine
1375  persnl cfg     ~/.pinerc
1376  except cfg     ~/.pinercex
1377  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1378  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1379  local help     <!--#echo var="PINE_INFO_PATH"-->
1381  interrupted    ~/.pine-interrupted-mail
1382  debug          ~/.pine-debugN
1383  crash          ~/.pine-crash
1384  newsrc#        ~/.newsrc
1385  signature#     &lt;pinerc dir&gt;/.signature
1386  addressbook#   &lt;pinerc dir&gt;/.addressbook
1387  postponed#     ~/mail/postponed-msgs
1388  sentmail#      ~/mail/sent-mail
1389  mailcap#       ~/.mailcap + /etc/mailcap
1390                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1391  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1393  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1394  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1395  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1396  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1397  password       /etc/passwd
1399 Unix Alpine and PC-Alpine:
1401  .ab*           remote addressbook support files
1402  a[1-9]*        temporary (while Alpine is running) addressbook files
1404 </PRE>
1407 <H2>Mailcap files</H2>
1409 Alpine honors the mailcap configuration system for specifying external
1410 programs for handling attachments.  The mailcap file maps MIME attachment
1411 types to the external programs loaded on your system that can display
1412 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1413 distribution.  It includes comments that explain the syntax you need to
1414 use for mailcap.  With the mailcap file, any program (mail readers,
1415 newsreaders, WWW clients) can use the same configuration for handling
1416 MIME-encoded data.
1419 <H2>MIME-Types files</H2>
1421 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1422 what Content-Type to use for labeling an attached file, based on
1423 the file extension.  That is, this file provides a mapping between
1424 filename extensions and MIME content-types.
1427 <H2>Environment variables</H2>
1429 PC-Alpine uses the following environment variables:
1430 <DL>
1431 <DT>PINERC</DT>
1432 <DD>Optional path to pinerc file.</DD>
1433 <DT>PINERCEX</DT>
1434 <DD>Optional path to personal exceptions configuration file.</DD>
1435 <DT>PINECONF</DT>
1436 <DD>Optional path to global pine config file.</DD>
1437 <DT>HOME</DT>
1438 <DT>TMPDIR, TMP, or TEMP</DT>
1439 <DT>COMSPEC</DT>
1440 <DT>MAILCAPS</DT>
1441 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1442 <DT>USER_DICTIONARY</DT>
1443 <DD>Used to specify the file to contain the user's spell check
1444 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1445 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1446 </DL>
1448 Unix Alpine uses the following environment variables:
1449 <DL>
1450 <DT>TERM</DT>
1451 <DD>Tells Alpine what kind of terminal is being used.</DD>
1452 <DT>DISPLAY</DT>
1453 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1454 <DT>SHELL</DT>
1455 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1456 <DT>TMPDIR, TMP, or TEMP</DT>
1457 <DT>MAILCAPS</DT>
1458 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1459 </DL>
1460 <!--chtml if pinemode="os_windows"-->
1462 <H2>Common PC-Alpine Configuration Problems</H2>
1464 <H3>Configuration settings aren't being saved</H3>
1466 <P>This problem can happen if you run pine from one directory and
1467 then decide to move your pine directory to another location.  PC-Alpine
1468 stores certain variables, including the configuration location, in the
1469 Windows Registry (which you shouldn't ever need to manually edit).  There
1470 are a couple of ways to go about removing or resetting the values in the
1471 registry.
1474 1) Run PC-Alpine's registry value deletion command.  This can be done by
1475 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1476 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1477 value to the above command.
1480 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1481 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1482 option, you can tell PC-Alpine the location of your pinerc.  An example of
1483 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;.
1484 Again, you can use the DOS prompt or the shortcut method explained in (1).
1487 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1488 set registry values to the current setting, and is therefore useful with
1489 the &quot;-p&nbsp;PINERC&quot; option.
1491 <!--chtml endif-->
1493 &lt;End of Configuration Notes&gt;
1494 </BODY>
1495 </HTML>
1496 ====== h_news_legal ======
1497 <html>
1498 <head>
1499 <TITLE>Alpine Legal Notices</TITLE>
1500 </head>
1501 <body>
1503 <H1>Alpine Legal Notices</H1>
1505 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1509 &lt;End of Alpine Legal Notices&gt;
1510 </BODY>
1511 </HTML>
1512 ===== h_info_on_mbox =====
1513 <HTML>
1514 <HEAD>
1515 <TITLE>Information on mbox driver</TITLE>
1516 </HEAD>
1517 <BODY>
1518 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1520 Beginning with Pine 4.00 (Pine came before Alpine)
1521 a new INBOX access method is
1522 available as part of the standard configuration.  It is called the
1523 &quot;mbox&quot; driver and it works like this:<P>
1526 <BLOCKQUOTE>
1527 If the file &quot;mbox&quot; exists in the user's home directory, and
1528 is in Unix mailbox format, then when INBOX is opened this file will be
1529 selected as INBOX instead of the mail spool file.  Messages will be
1530 automatically transferred from the mail spool file into the mbox
1531 file.
1532 </BLOCKQUOTE>
1535 The advantage of this method is that, after new mail has been copied
1536 from the system mail spool, all subsequent access is confined to the
1537 user's home directory, which is desirable on some systems.  However, a
1538 possible disadvantage is that mail tools other than those from the
1539 University of Washington will not know to look for mail in the user's
1540 mbox file.  For example, POP or IMAP servers other than those from the
1541 University of Washington, and many &quot;new mail notification&quot;
1542 programs may not work as expected with this driver enabled.<P>
1544 To disable this behavior, either remove/rename the &quot;mbox&quot;
1545 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1546 option in Setup/Config
1547 and add &quot;mbox&quot; to it:
1549 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1551 &lt;End of help on this topic&gt;
1552 </BODY>
1553 </HTML>
1554 ===== h_info_on_locking =====
1555 <HTML>
1556 <HEAD>
1557 <TITLE>FAQs on Alpine Locking</TITLE>
1558 </HEAD>
1559 <BODY>
1560 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1562 There is an extensive section on locking in the Alpine technical notes;
1563 this information is intended to provide answers to some common questions:<P>
1564 <OL>
1565 <LI> Why did locking change in Pine 4.00?<BR>
1566 The actual locking mechanisms did not change in 4.00.
1567 What changed is that when one particular locking mechanism used by Alpine 
1568 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1569 failure would occur, but no warning was issued.<P>
1571 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1572 Yes.  It means that Alpine was unable to create a lockfile in the
1573 spool directory, generally because of overly restrictive protections on the
1574 spool directory.  The correct permissions on the spool directory for
1575 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1576 with the sticky-bit set, so only owners of a file can delete them.<P>
1578 <LI> Why does Alpine require that the mail spool directory have 1777
1579    protections?<BR>
1580 Alpine was designed to run without special privileges.  This means that in
1581 order to create a lockfile in the spool directory, it is necessary to have
1582 the spool directory permissions be world-writable.<P>
1584 <LI> Can't you create the lockfile somewhere else?<BR>
1585 No.  The lockfile in question must be in the mail spool directory, because
1586 that's where the mail delivery program expects to find it, and the purpose
1587 of the file is to coordinate access between the mail client (Alpine) and the
1588 mail delivery program.<P>
1590 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1591 No.  Remember that the individual mail files in the spool directory are
1592 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1593 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1594 -- means that only the owner of the file (or root) can delete files in the 
1595 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1596 anyone could
1597 create a random file in the spool directory.  If the spool directory is
1598 under quota control along with home directories, there is little incentive
1599 for anyone to do this, and even without quotas a periodic scan for
1600 non-mail files usually takes care of the problem.  <P>
1602 <LI> Why not run Alpine as setgid mail?<BR>
1603 Alpine was never designed to run with privileges, and to do so introduces a
1604 significant security vulnerability.  For example, if a user suspends Alpine,
1605 the resulting shell will have group privileges.  This is one example of
1606 why we strongly recommend against running Alpine as a privileged program.
1607 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1608 users
1609 could not test Alpine versions or other mailers that had not been installed
1610 by the system administrators.<P>
1613 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1614 There are, but they all have different sets of tradeoffs, and not all will
1615 work on all systems.  Some examples:<UL>
1616  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1617    spool is local.   Doesn't work reliably if NFS is used.
1618    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1619    use the same calls.
1620  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1621    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1622 mail tools that always look in the spool directory for the mail.
1623 </UL><P>
1625 <LI> Are these spool directory lock files the only kinds of locks used by
1626    Alpine?<BR>
1627 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1628 mailbox format folders, these are used to coordinate access between
1629 multiple Alpine sessions.  <P>
1631 <LI> What about the 
1632 <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>
1633 This is for people who are content to live dangerously, or who have
1634 specific knowledge that the spool directory lockfiles are superfluous on
1635 their system (because both Alpine and the mail delivery program are using 
1636 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1638 <LI> Where can I find more details on how Alpine locking works?<BR>
1639 See the Alpine Technical Notes.<P>
1641 </OL>
1643 &lt;End of help on this topic&gt;
1644 </BODY>
1645 </HTML>
1646 ===== h_finding_help ====
1647 <HTML>
1648 <HEAD>
1649 <TITLE>Finding more information and requesting help</TITLE>
1650 </HEAD>
1651 <BODY>
1652 <H1>Places to Look for More Answers</H1>
1653 If you have questions about or problems with Alpine that you cannot resolve 
1654 after consulting the program's internal, context-sensitive help screens, here 
1655 are additional information resources that you may find helpful:
1657 <UL>
1658   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1660   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1662   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1663 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1664   since the last version, which may be useful for you to be aware of, 
1665 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1666 a change in the way an aspect of Alpine works.  There, you will also find notes 
1667 on Alpine configuration.<P>
1669   <LI> The main site for Alpine contains information on configuring and solving problems
1670        with Alpine, it can be found at
1672 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1674   <LI> The Alpine Information Center (maintained by the University of
1675            Washington) World Wide Web site contains, among other things
1676            <UL>
1677            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1678            <LI>an overview of the basics for beginning Alpine users
1679            <LI>Technical Notes for systems administrators
1680            <LI>archives (including a searchable index) of the alpine-info 
1681 mailing list, on which matters of interest to systems/email administrators,
1682 developers, trainers, user support personnel, and others involved with Alpine 
1683 messaging on a &quot;technical&quot; level are discussed.
1684 </UL>
1685         The Alpine Information Center can be accessed with a WWW browser at:<P>
1686             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1687 </UL>
1688 <P><HR WIDTH="75%">
1689 <H1>Requesting help</H1>
1690 If the internal help, the Release Notes, the Alpine Information Center, and your 
1691 local online and print resources do not help you resolve a problem, please
1692 start by contacting your local computer support staff and asking for help.
1694 This is especially true if:
1695 <ul>
1696   <li>You suddenly have trouble sending or receiving mail.
1697   <li>You receive a "disk quota exceeded" message.
1698   <li>You have forgotten your password.
1699   <li>You think your account may have been compromised.
1700   <li>You need help viewing an attachment.
1701   <li>You need to know how to configure your:
1702       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1703       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1704       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1705       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1706   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1707   <li>You want to block email from a particular person.
1708   <li>You're going on vacation and need to autorespond to incoming mail.
1709   <li>You want to automatically file or filter incoming messages.
1710 </ul>
1712 In all of these cases,
1713 you should contact <B>your</B> support staff, because <B>only they</B> 
1714 will be able to assist you effectively. Your support staff may be, depending on who 
1715 provides you with the email account you use Alpine with, for example:<UL>
1716 <LI> the computing help desk of (a department of) your university, school, 
1717 employer, ... ; or
1718 <LI> the customer service center of your Internet Service Provider; or
1719 <LI> the friendly volunteer helpers of your Freenet; or
1720 <LI> the person who setup your computer and internet connection.
1721 </UL>
1723 Due to the large number of Alpine installations worldwide, and because we
1724 receive no funding for it, the University of Washington <B>cannot provide 
1725 individual support services outside the University of Washington</B>.
1727 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1728 newsgroup can be a valuable source of information and assistance for Alpine 
1729 user issues.
1731 For systems/email administrators, developers, trainers, user support
1732 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1733 level, the mailing list alpine-info is available; for information on
1734 subscribing and posting to it, see
1736 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1739 Regardless of whom you are asking for help with Alpine, remember 
1740 to provide as much detail as you can about the
1741 nature of any problem you are encountering, such as
1742 <UL>
1743 <LI>when it first occurred;
1744 <LI>what, if anything, happened that might have brought it about;
1745 <LI>whether it still persists;
1746 <LI>whether it is reproducible, and if so, how;
1747 <LI>what, if anything, you already tried to solve it.
1748 </UL> 
1749 It may also be helpful if you specify what version of Alpine you are using 
1750 <!--chtml if pinemode="running"-->
1751 -- this is <!--#echo var="ALPINE_VERSION"--> --
1752 <!--chtml endif-->
1753 and on what system, and when the copy of Alpine you are using was created
1754 <!--chtml if pinemode="running"-->
1755 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1756 <!--chtml endif-->
1758 <!--chtml if pinemode="running"-->
1759 <P>   
1760 When the Alpine program you are currently using was installed, a support
1761 contact email address may have been set up; in that case, you can simply select
1762 this link now to send a message to it:<BR>
1763 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1764 <!--chtml endif-->
1765 <!--chtml if [ -r PINE_INFO_PATH ]-->
1766 <HR WIDTH="75%">Local Support Contacts:<P>
1767 <!--#include file="PINE_INFO_PATH"-->
1768 <HR WIDTH="75%">
1769 <!--chtml endif-->
1770 <P> 
1771 &lt;End of help on this topic&gt;
1772 </BODY>
1773 </HTML>
1774 ===== new_user_greeting ======
1775 <HTML>
1776 <HEAD>
1777 <TITLE>NEW USER GREETING</TITLE>
1778 </HEAD>
1779 <BODY>
1780 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1781 <BR>
1782 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1783 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1784 select Setup/Config to see many of the options available to you. Also note
1785 that all screens have context-sensitive help text available.<P>
1786 <!--chtml if pinemode="phone_home"-->
1787 SPECIAL REQUEST:
1788 This software was originally created and maintained as a public
1789 service by the University of Washington until 2009; updates are made 
1790 available as a public service of the Alpine community. It is always 
1791 helpful to have an idea of how many users are using Alpine. Are you 
1792 willing to be counted as an Alpine user? Pressing 
1793 <A HREF="X-Alpine-Phone-Home:">Return</A>
1794 will send an anonymous (meaning, your real email address will not be revealed) 
1795 message to the Alpine developers for purposes of tallying.
1797 <!--To Exit this screen and continue your Alpine session press "E".-->
1798 <!--chtml else-->
1799 To Exit this screen and continue your Alpine session press "Return".
1800 <!--chtml endif-->
1801 </BODY>
1802 </HTML>
1803 ===== new_alpine_user_greeting ======
1804 <HTML>
1805 <HEAD>
1806 <TITLE>NEW ALPINE USER GREETING</TITLE>
1807 </HEAD>
1808 <BODY>
1809 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1810 <BR>
1811 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1812 Your Alpine configuration file indicates that you may have used Pine before
1813 but not Alpine.
1814 If you are familiar with the way Pine works, you should be comfortable
1815 using Alpine.
1816 Your Pine configuration file is automatically used for Alpine.
1817 The Release Notes may be viewed by pressing 
1818 &quot;R&quot; now or while in the MAIN MENU.
1820 <!--chtml if pinemode="phone_home"-->
1821 SPECIAL REQUEST:
1822 This software was originally created and maintained as a public
1823 service by the University of Washington until 2009; updates are made 
1824 available as a public service of the Alpine community. It is always 
1825 helpful to have an idea of how many users are using Alpine. Are you 
1826 willing to be counted as an Alpine user? Pressing 
1827 <A HREF="X-Alpine-Phone-Home:">Return</A>
1828 will send an anonymous (meaning, your real email address will not be revealed) 
1829 message to the Alpine developers for purposes of tallying.
1831 <!--To Exit this screen and continue your Alpine session press "E".-->
1832 <!--chtml else-->
1833 To Exit this screen and continue your Alpine session press "Return".
1834 <!--chtml endif-->
1835 </BODY>
1836 </HTML>
1837 ===== new_version_greeting ======
1838 <HTML>
1839 <HEAD>
1840 <TITLE>NEW VERSION GREETING</TITLE>
1841 </HEAD>
1842 <BODY>
1843 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1844 <BR>
1845 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1846 Your Alpine configuration file indicates that you may not have used 
1847 this version of Alpine before.  This version's significant changes are
1848 documented in the Release Notes, which may be viewed by pressing 
1849 &quot;R&quot; now or while in the MAIN MENU.
1851 <!--chtml if pinemode="phone_home"-->
1852 SPECIAL REQUEST:
1853 This software was originally created and maintained as a public
1854 service by the University of Washington until 2009; updates are made 
1855 available as a public service of the Alpine community. It is always 
1856 helpful to have an idea of how many users are using Alpine. Are you 
1857 willing to be counted as an Alpine user? Pressing 
1858 <A HREF="X-Alpine-Phone-Home:">Return</A>
1859 will send an anonymous (meaning, your real email address will not be revealed) 
1860 message to the Alpine developers for purposes of tallying.
1862 <!--To Exit this screen and continue your Alpine session press "E".-->
1863 <!--chtml else-->
1864 To Exit this screen and continue your Alpine session press "Return".
1865 <!--chtml endif-->
1866 </BODY>
1867 </HTML>
1869 ===== main_menu_tx ======
1870 <HTML>
1871 <HEAD>
1872 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1873 </HEAD>
1874 <BODY>
1875 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1876 <DIV ALIGN=CENTER>
1877 Version <!--#echo var="ALPINE_VERSION"-->
1878 <!--chtml if pinemode="running"-->
1879 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1880 <!--chtml endif-->
1881 </DIV>
1882 <CENTER>Copyright 2013-2015 Eduardo Chappa,
1883 <BR>Copyright 2006-2008 University of Washington.
1884 </CENTER>
1887 When you are viewing a help screen, there may be links to
1888 other topics highlighted (in Reverse video) in the text.
1889 Here is an example.
1890 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1891 highlighted.
1892 If you type carriage return (or V for View Link, see the commands at the
1893 bottom of the screen) you will be taken to a new help screen to view the
1894 Introduction.
1895 The commands at the bottom of the screen should then include
1896 &quot;P Prev Help&quot;.
1897 If you type &quot;P&quot; you will end up back here.
1898 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1899 to the place you were in Alpine when you entered Help.
1900 In this case, you would go back to the MAIN MENU.
1901 There are also other links that are highlighted in bold (or the color used
1902 by your terminal to display bold).
1903 The items after the Introduction in the TABLE OF CONTENTS are all examples
1904 of such links.
1905 In order to view those links, you first have to make the link you want
1906 to view the current link.
1907 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1908 (see bottom of screen) can do that for you.
1911 <H2>TABLE OF CONTENTS</H2>
1912 <OL>
1913   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1914   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1915 <!--chtml if [ -r PINE_INFO_PATH ]-->
1916   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1917 <!--chtml endif-->
1918   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1919   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1920   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1921   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1922   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1923   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1924   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1925   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1926   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1927   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1928   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1929   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1930   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1931   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1932   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1933   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1934   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1935   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1936   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1937   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1938   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1939   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1940   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1941   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1942   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1943 </OL>
1946 &lt;End of help on this topic&gt;
1947 </BODY>
1948 </HTML>
1949 ===== h_mainhelp_intro ======
1950 <HTML>
1951 <HEAD>
1952 <TITLE>Introduction</TITLE>
1953 </HEAD>
1954 <BODY>
1955 <H1>Introduction</H1>
1957 Alpine is an &quot;Alternatively Licensed Program for Internet
1958 News and Email&quot; produced until 2009 by the University of Washington.
1959 It is intended to be an easy-to-use program for
1960 sending, receiving, and filing Internet electronic mail messages and
1961 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1962 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1963 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1964 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1965 Directory Access Protocol).<p>
1967 Although originally designed for inexperienced email users, Alpine has
1968 evolved to support many advanced features.  There are an ever-growing
1969 number of configuration and personal-preference options, though which of
1970 them are available to you is determined by your local system managers. 
1972 <H2>WHAT ALPINE DOES...</H2>
1974 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1975 allows you to
1976 compose and read messages using Internet mail standards.  (Whether you
1977 can correspond with others on the Internet depends on whether or not your
1978 computer is connected to the Internet.)  Alpine also allows reading and
1979 posting messages on the Internet &quot;net news&quot; system, provided
1980 that your site operates a suitable news server.
1982 <H2>WHAT ALPINE DOES NOT DO...</H2>
1984 A &quot;mail user agent&quot; such as Alpine is just one part of a
1985 messaging system. Here are some things that are <B>not</B> done by Alpine,
1986 but require other programs:<P>
1987 <UL>
1988  <LI> Actual relaying of email... which is done by &quot;message transfer 
1989 agents&quot;.
1990  <LI> Vacation messages... automatically responding to incoming messages
1991  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1992 email.
1993  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1994  <LI> List processing... resending one message to a list of recipients.
1995 </UL>
1998 &lt;End of help on this topic&gt;
1999 </BODY>
2000 </HTML>
2002 ===== h_mainhelp_pinehelp ======
2003 <HTML>
2004 <HEAD>
2005 <TITLE>Alpine Help</TITLE>
2006 </HEAD>
2007 <BODY>
2008 <H1>Alpine Help</H1>
2010 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2011 use will have its own help text, explaining the choices available for that
2012 screen. This general help section, on the other hand, attempts to give an 
2013 overall picture of what Alpine is capable of doing, as well as pointers to 
2014 additional help sections about specific topics.<p>
2016 Much of the help text contains links to further help topics, similar to
2017 how the World Wide Web works.
2018 You may choose a link to view using the &quot;NextLink&quot; and
2019 &quot;PrevLink&quot; commands to change the link that is highlighted.
2020 The &quot;View Link&quot; command will then show you the highlighted link.
2021 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2022 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2023 will return you to the location in Alpine before you asked for help.
2024 For example, if you are reading this text in Alpine you may return to the
2025 help table of contents with the &quot;Prev Help&quot; command or you may view the
2026 Release notes link in the next paragraph and then return here with
2027 &quot;Prev Help&quot;.
2030 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2031 on the current Alpine version are also available from the MAIN MENU: Press
2032 <!--chtml if pinemode="function_key"-->
2033 &quot;F9&quot;
2034 <!--chtml else-->
2035 &quot;R&quot;
2036 <!--chtml endif-->
2037 to browse the release notes.  These include changes since the last release,
2038 configuration information, the history of the Alpine
2039 project, credits, and legal notices.
2041 Alpine releases are available via the world wide web at
2043 <CENTER><SAMP><A 
2044 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2045 ></CENTER>
2048 If you would like to print <EM>all</EM> of Alpine's internal help text
2049 (not recommended) for a little light bedtime reading, then press
2050 <!--chtml if pinemode="function_key"-->
2051 &quot;F12&quot;
2052 <!--chtml else-->
2053 &quot;Z&quot;
2054 <!--chtml endif-->
2055 now.  (This assumes that the
2056 copy of Alpine you are using has been properly configured for printing
2057 at your site.)
2059 &lt;End of help on this topic&gt;
2060 </BODY>
2061 </HTML>
2062 ===== h_mainhelp_localsupport ======
2063 <HTML>
2064 <HEAD>
2065 <TITLE>Local Support Contacts</TITLE>
2066 </HEAD>
2067 <BODY>
2068 <H1>Local Support Contacts</H1>
2070 <!--chtml if [ -r PINE_INFO_PATH ]-->
2071 <!--#include file="PINE_INFO_PATH"-->
2072 <!--chtml else-->
2073 No Local Support Contacts configured.
2074 <!--chtml endif-->
2077 &lt;End of help on this topic&gt;
2078 </BODY>
2079 </HTML>
2081 ===== h_mainhelp_cmds ======
2082 <HTML>
2083 <HEAD>
2084 <TITLE>Giving Commands in Alpine</TITLE>
2085 </HEAD>
2086 <BODY>
2087 <H1>Giving Commands in Alpine</H1>
2089 Unless configured otherwise
2090 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2091 the bottom two lines of the screen are always used to list the
2092 commands you can give.  You press the keys that are highlighted to give
2093 the command.  The commands for getting help and going back to the main
2094 menu are always present (except when viewing help as you are now).
2095 <!--chtml if pinemode="function_key"-->
2096 <!--chtml else-->
2098 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2099 you see at the bottom of any screen. In some cases there are 3 or
2100 even 4 different
2101 sets of keys that can be seen by using the O key. <EM>All commands are 
2102 active</EM>, even if they are not currently showing at the bottom of your 
2103 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2104 remind yourself of the proper key to press to perform an operation.
2106 <H2>Control Key Commands</H2>
2107 When composing mail, and in a few other places, in Alpine you
2108 have to use Control keys. This means pressing the Control key (usually labeled 
2109 &quot;Ctrl&quot;) and the
2110 letter indicated at the same time.  Usually, this is shown with a
2111 &quot;^&quot; in front of the letter.  On some systems, certain control
2112 characters are intercepted before they get to Alpine.  As a work-around,
2113 you can press the ESCAPE key twice followed by the desired key.  For
2114 example, if Ctrl-O (^O) does not work on your system, try typing
2115 &quot;ESC ESC O&quot;.
2116 <!--chtml endif-->
2117 <H2>Paging Up and Down</H2>
2118 The &quot;+&quot; and &quot;-&quot; keys are used for
2119 moving to the next or previous page.  The space bar is a synonym for
2120 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2121 up as you do in the message composer.  On screens with a WhereIs (search)
2122 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2123 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2124 of the message or list.
2126 <H2>Return Key</H2>
2127 The return key is usually a synonym for a frequently used
2128 command.  When viewing a message, there is currently not a default
2129 command, so RETURN does nothing; when in the index, it is synonymous with
2130 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2131 enclosed in square brackets [] is the same as the return key.
2133 <H2>Control Keys Not Used By Alpine</H2>
2134 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2135 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2136 at prompts for file/folder names, control keys must be used for editing and 
2137 navigation functions.
2140 Alpine has used nearly all the control keys available.  There are, however,
2141 certain control keys that are reserved by other programs or for technical
2142 reasons.  Alpine does not use any of these keys:
2143 <DL>
2144  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2145  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2146  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2147 </DL>
2149 Note: Ctrl-S and Ctrl-Q can be subject to 
2150 <A HREF="h_special_xon_xoff">special handling</A>.
2152 In addition, while the ESC key alone is not used for command input,
2153 Alpine will recognize two consecutive ESC key presses followed by a letter 
2154 key as a substitute for control key input.  For example, the control key
2155 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2156 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2157 This is useful if the communication program you are using
2158 (e.g. Telnet) has its own, conflicting, idea of what certain control
2159 characters mean.
2162 <H2>Repainting the Screen</H2>
2163 Sometimes what is displayed on the screen will be
2164 incorrect due to noise on the phone line or other causes and you will want
2165 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2166 command to do this.  It never hurts to do it when in doubt.
2169 &lt;End of help on this topic&gt;
2170 </BODY>
2171 </HTML>
2172 ===== h_mainhelp_status ======
2173 <HTML>
2174 <HEAD>
2175 <TITLE>Titlebar Line</TITLE>
2176 </HEAD>
2177 <BODY>
2178 <H1>Titlebar Line</H1>
2180 The top line of the screen is Alpine's titlebar line.  It will always display
2181 the current version of Alpine and will also convey information about the
2182 status of the program.  This is where you look to find out what
2183 collection, folder and message number is active and where you are in Alpine.
2186 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2187 (typically your INBOX) is &quot;locked&quot; by another mail session --
2188 most likely a more recent session of Alpine has taken the INBOX lock.
2191 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2192 access a
2193 folder on a remote mail server, and for some reason, communication with
2194 the mail server has either been lost, or never successfully established.
2195 This can be a result of trying to open a non-existent folder, or one
2196 stored on an invalid or non-operational server, or it can mean that Alpine
2197 has been suspended for more that 30 minutes while accessing a remote mail
2198 server.
2201 &lt;End of help on this topic&gt;
2202 </BODY>
2203 </HTML>
2204 ===== h_mainhelp_mainmenu ======
2205 <HTML>
2206 <HEAD>
2207 <TITLE>Main Menu</TITLE>
2208 </HEAD>
2209 <BODY>
2210 <H1>Main Menu</H1>
2212 The Main Menu lists Alpine's main options.
2213 The key or keys you must type to enter your
2214 choice are to the left of each option or command name.
2215 You can type either uppercase or lowercase letters,
2216 and you should not press &lt;Return&gt; after typing the
2217 letter (unless you are specifically asking for the default,
2218 highlighted command).
2221 From the Main Menu you can choose to read online help, write (compose) and 
2222 send a message, look at an index of your mail messages, open or maintain
2223 your mail folders, update your address book, configure Alpine, and quit Alpine.
2224 There are additional options listed at
2225 the bottom of the screen as well.
2228 The Help command usually returns context-sensitive help information.
2229 However, in the Main Menu you get the most general help, which includes
2230 a Table of Contents.
2231 The last entry in the Table of Contents is an Index of help topics,
2232 so this is a good place to go if you are having trouble finding how
2233 to do something.
2235 <H2>Main Menu Commands</H2>
2236 The Alpine main menu lists the most common Alpine functions. A <a
2237 href="h_main_menu_commands">full list of these
2238 commands</a> and what they do is available.
2240 &lt;End of help on this topic&gt;
2241 </BODY>
2242 </HTML>
2243 ===== h_mainhelp_abooks ======
2244 <HTML>
2245 <HEAD>
2246 <TITLE>Address Books</TITLE>
2247 </HEAD>
2248 <BODY>
2249 <H1>Address Books</H1>
2252 As you use email, you can build a list of your regular email correspondents 
2253 in your Alpine
2254 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2255 screen. Your
2256 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2257 You can use the address book to store email addresses for individuals or
2258 groups, to create easily
2259 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2260 address when you are composing a message.
2262 There are two ways to add addresses to your address book: you can add them 
2263 manually or take them from messages (by pressing T to access the Take command). 
2264 With either method, you specify nicknames for your correspondents. A single 
2265 address book entry (or nickname) can point to just one email address, or, it can
2266 point to more than one. When it points to more than one, it is called a 
2267 distribution list. Each distribution list has a nickname, a full name, and a 
2268 list of addresses. These
2269 addresses may be actual addresses, other nicknames in your address book, or 
2270 other
2271 distribution lists.
2274 Additional information is available in Alpine's online help:
2275 <ul>
2276   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2277 </ul>
2279 &lt;End of help on this topic&gt;
2280 </BODY>
2281 </HTML>
2282 ===== h_mainhelp_ldap ======
2283 <HTML>
2284 <HEAD>
2285 <TITLE>LDAP</TITLE>
2286 </HEAD>
2287 <BODY>
2288 <H1>LDAP</H1>
2290 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2291 an organization's shared
2292 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2293 large address
2294 books, rather like the White Pages provided by the phone company. As an Alpine 
2295 user, it is not
2296 necessary to know much about how this works, only how to use it and how to 
2297 configure
2300 More information on configuring LDAP is available in Alpine's online help:
2301 <ul>
2302   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2303 </ul>
2305 Additional help on using LDAP in Alpine is also available:
2306 <ul>
2307   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2308 </ul>
2310 &lt;End of help on this topic&gt;
2311 </BODY>
2312 </HTML>
2313 ===== h_mainhelp_index ======
2314 <HTML>
2315 <HEAD>
2316 <TITLE>Index of Messages</TITLE>
2317 </HEAD>
2318 <BODY>
2319 <H1>Index of Messages</H1>
2321 In Alpine's message index, the selected message is highlighted. The first 
2322 column on the left is blank, shows a &quot;+&quot; if the message was
2323 sent directly to you (i.e., it is not a
2324 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2326 The second column may be blank, or it may contain:
2327 <ul>
2328   <li>"N" if the message is new (unread), </li>
2329   <li>"A" if you have answered the message (using the Reply command), </li>
2330   <li>"D" if you have marked the message for deletion.</li>
2331 </ul>
2334 Note: If you answer a message as well as mark it deleted (in either order), 
2335 you will only see the &quot;D&quot;.
2338 The rest of the columns in the message line show you the message
2339 number, date sent, sender, size, and subject. For details, press ? (Help).  
2340 The behavior and appearance of the Index screen is highly configurable.
2341 In the Setup/Config screen search (with the WhereIs command) for options
2342 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2343 many of the configuration possibilities.
2344 In particular, the
2345 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2346 option may be used to configure the look of the standard MESSAGE INDEX lines
2347 in many different ways.
2348 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2349 read the help text there for more information.
2351 Most of the commands you need to handle your messages are visible at the
2352 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2353 commands that are available.
2354 You do not need to see these &quot;other commands&quot;
2355 on the screen to use them. That is, you never need to press O as a prefix
2356 for any other command.
2359 Additional information is available in Alpine's online help:
2360 <ul>
2361   <li><a href="h_mail_index">Message Index Commands</a></li>
2362 </ul>
2364 &lt;End of help on this topic&gt;
2365 </BODY>
2366 </HTML>
2367 ===== h_mainhelp_reading ======
2368 <HTML>
2369 <HEAD>
2370 <TITLE>Reading Messages</TITLE>
2371 </HEAD>
2372 <BODY>
2373 <H1>Reading Messages</H1>
2375 The message text screen shows you the text of the message along with
2376 its header. If a message has attachments, those will be listed (but not
2377 displayed) also.  The titlebar line displays information about the currently
2378 open message, folder and collection.  You see the name of the collection
2379 (if there is one) in angle brackets, then the name of the folder, then the
2380 message number and finally the position within the current message (in
2381 percent). If the message is marked for deletion
2382 &quot;DEL&quot; will appear in the
2383 upper right as well.
2386 As with every Alpine screen, the bottom two lines show you the commands 
2387 available.
2389 <P>Additional information is available in Alpine's online help:
2390 <ul>
2391   <li><a href="h_mail_view">Message Text Screen</a></li>
2392   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2393   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2394 </ul>
2396 &lt;End of help on this topic&gt;
2397 </BODY>
2398 </HTML>
2399 ===== h_mainhelp_composing ======
2400 <HTML>
2401 <HEAD>
2402 <TITLE>Composing Messages</TITLE>
2403 </HEAD>
2404 <BODY>
2405 <H1>Composing Messages</H1>
2407 To write a message, press C (Compose). You see the Compose Message
2408 screen, which is divided into two parts: the header area and the message
2409 text area. The header area is where information on the recipient (the To:
2410 field) and the subject line go, while the message text area contains the
2411 actual text of the email message. Different commands are available to you
2412 when your cursor is in different areas on this screen. To see additional
2413 help on commands in either the message text or header area, type
2414 <Control>G (Get help).
2417 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2418 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2420 <P>The following information from Alpine's online help may prove useful:
2421 <ul>
2422   <li><a href="h_composer_to">Message Header Commands</a></li>
2423   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2424   <li><a href="h_composer">Composer Commands</a></li>
2425   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2426   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2427   <li><a href="h_compose_send">Send Command</a></li>
2428   <li><a href="h_compose_spell">Spell Check Command</a></li>
2429 </ul>
2431 &lt;End of help on this topic&gt;
2432 </BODY>
2433 </HTML>
2434 ===== h_mainhelp_collections ======
2435 <HTML>
2436 <HEAD>
2437 <TITLE>Collection Lists</TITLE>
2438 </HEAD>
2439 <BODY>
2440 <H1>Collection Lists</H1>
2442 Collection lists are Alpine's way of organizing groups of folders. Each
2443 "collection" can reside on a different server, for example, and contain a
2444 different group of mail folders.
2447 For more information on this, see:
2448 <ul>
2449   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2450 </ul>
2452 Additional information relating to collection lists is also available in 
2453 Alpine's online
2454 help:
2455 <ul>
2456   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2457   <li><a href="h_collection_screen">Collection List Screen</a></li>
2458 </ul>
2460 &lt;End of help on this topic&gt;
2461 </BODY>
2462 </HTML>
2463 ===== h_mainhelp_folders ======
2464 <HTML>
2465 <HEAD>
2466 <TITLE>Folders</TITLE>
2467 </HEAD>
2468 <BODY>
2469 <H1>Folders</H1>
2471 Messages can quickly accumulate in your INBOX folder. If you use email
2472 often, you soon could have hundreds. You need to delete messages you do
2473 not want, and you can use folders to organize messages you wish to save. A
2474 folder is a collection of one or more messages that are stored (just like
2475 the messages in your INBOX) so you can access and manage them.
2478 You can organize your email messages into different folders by topic,
2479 correspondent, date, or any other category that is meaningful to you. You
2480 can create your own folders, and Alpine automatically provides three:
2481 <ul>
2482   <li>The INBOX folder: messages sent to you are listed in this folder.
2483       When you first start Alpine and go to the Message Index screen, you are
2484 looking at the list of messages in your INBOX folder. Every incoming
2485 message remains in your INBOX until you delete it or save it in another
2486 folder. </li>
2487   <li>The sent-mail folder: copies of messages you send are stored in this 
2488 folder. This is
2489 convenient if you cannot remember whether you actually sent a message and want 
2490 to check, or
2491 if you want to send a message again.</li>
2492   <li>The saved-messages folder: copies of messages you save are stored in this 
2493 folder
2494 unless you choose to save them to other folders you create yourself.</li>
2495 </ul>
2498 More information about folders is available in Alpine's online help:
2499 <ul>
2500   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2501   <li><a href="h_folder_maint">Help for Folder List</a></li>
2502   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2503   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2504 Explained</a></li>
2505   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2506 </ul>
2508 &lt;End of help on this topic&gt;
2509 </BODY>
2510 </HTML>
2511 ===== h_mainhelp_color ======
2512 <HTML>
2513 <HEAD>
2514 <TITLE>Color</TITLE>
2515 </HEAD>
2516 <BODY>
2517 <H1>Color</H1>
2519 If the terminal emulator you are using is capable of displaying color or if
2520 you are using PC-Alpine, then it is possible to set up Alpine so that various
2521 parts of the display will be shown in colors you configure. This is done
2522 using the Setup Color screen, available from the MAIN MENU by selecting
2523 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2524 stands for Config in this context).
2527 For example, you may color things like the titlebar, the current item,
2528 the keymenu, and the status messages.
2529 You may also color lines in the index, and headers and quoted text in the
2530 MESSAGE TEXT screen.
2531 You use the Color Setup screen for configuring most of this, but you must
2532 use the IndexColor setup for coloring whole index lines.
2533 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2536 The following entries in Alpine's online help provide additional information 
2537 about how to use color:
2538 <UL>
2539   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2540   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2541   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2542   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2543 </UL>
2545 &lt;End of help on this topic&gt;
2546 </BODY>
2547 </HTML>
2548 ===== h_mainhelp_mouse ======
2549 <HTML>
2550 <HEAD>
2551 <TITLE>Using a Mouse</TITLE>
2552 </HEAD>
2553 <BODY>
2554 <H1>Using a Mouse</H1>
2556 If you are using PC-Alpine mouse support is turned on automatically.
2557 If you are using UNIX Alpine within an X terminal window or within
2558 a terminal emulator that supports an xterm-style mouse, then you may
2559 turn on support for the mouse with the feature
2560 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2561 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2563 PC-Alpine offers considerable mouse support.  You can view what is
2564 &quot;clickable&quot; by dragging your mouse over any screen; when the
2565 arrow cursor changes into a hand, you found something. Mouse-click
2566 possibilities include navigating between screens and folders and
2567 double-clicking on hyperlinks to open your Web browser.
2568 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2569 screen.  Examples of right-click options include &quot;copy&quot; after
2570 selecting text to copy and &quot;View in New Window&quot; when you click
2571 on a particular message in the Message Index. The menu choices available
2572 to you will vary based upon what screen is open, where on the screen your
2573 cursor is located, and even what action you have already taken.
2574 Within a folder, you may set the &quot;Important&quot; flag on any
2575 message.
2577 X terminal mouse support is more limited but still quite powerful.
2578 As with PC-Alpine, clicking on any of the commands in the keymenu at
2579 the bottom of the screen will execute that command as if you typed it.
2580 Double-clicking on a link, for example the link to the
2581 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2582 will take you to that link.
2583 Double-clicking on an index line will view the message, and so on.
2585 &lt;End of help on this topic&gt;
2586 </BODY>
2587 </HTML>
2588 ===== h_mainhelp_keywords ======
2589 <HTML>
2590 <HEAD>
2591 <TITLE>Keywords</TITLE>
2592 </HEAD>
2593 <BODY>
2594 <H1>Keywords</H1>
2596 Within a folder, you may set the &quot;Important&quot; flag on any
2597 message.
2598 This doesn't have any system-defined meaning and is only called
2599 the Important flag because many users use it to signify that a message
2600 is important to them in some way.
2602 You may also define your own set of keywords.
2603 You might know these as user defined flags or as labels.
2604 These are similar to the Important flag but you choose the names for yourself.
2606 Alpine will only display keywords that
2607 have been added by you in the Flag Details screen or
2608 that have been configured by you using the Setup/Config option
2609 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2610 Keywords set by other means (for example, by another email client) will not
2611 show up in Alpine unless you configure Alpine to know about them.
2612 They will show up in the Flag Details screen, but will not show up, for example,
2613 in the index line.
2616 The following entries in Alpine's online help provide additional information 
2617 about how to use keywords:
2618 <ul>
2619   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2620   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2621 </ul>
2623 &lt;End of help on this topic&gt;
2624 </BODY>
2625 </HTML>
2626 ===== h_mainhelp_roles ======
2627 <HTML>
2628 <HEAD>
2629 <TITLE>Roles</TITLE>
2630 </HEAD>
2631 <BODY>
2632 <H1>Roles</H1>
2634 You may play different roles depending on who you are replying to. For
2635 example, if you are replying to a message addressed to help-desk you may
2636 be acting as a Help Desk Worker. That role may require that you use a
2637 different return address and/or a different signature.
2640 To configure roles, go to the MAIN MENU and use the Setup command
2641 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2642 The following entries in Alpine's online help provide additional information 
2643 about how to
2644 use roles:
2645 <ul>
2646   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2647   <li><a href="h_role_select">Roles Screen</a></li>
2648 </ul>
2650 &lt;End of help on this topic&gt;
2651 </BODY>
2652 </HTML>
2653 ===== h_mainhelp_filtering ======
2654 <HTML>
2655 <HEAD>
2656 <TITLE>Filtering</TITLE>
2657 </HEAD>
2658 <BODY>
2659 <H1>Filtering</H1>
2661 The software that actually delivers mail (the stuff that happens
2662 before Alpine is involved) for you is in a better position to do mail filtering
2663 than Alpine itself.
2664 If possible, you may want to look into using that sort of mail filtering to
2665 deliver mail to different folders, delete it, or forward it.
2666 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2669 Filtering is a way to automatically move certain messages from one folder
2670 to another or to automatically delete messages.
2671 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2672 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2673 Alpine doesn't have the ability to forward mail to another address or
2674 to deliver vacation messages.
2677 To configure filtering, go to the MAIN MENU and use the Setup command
2678 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2679 The following entries in Alpine's online help provide additional information 
2680 about how to use filtering:
2681 <UL>
2682   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2683 </UL>
2685 &lt;End of help on this topic&gt;
2686 </BODY>
2687 </HTML>
2688 ===== h_mainhelp_patterns ======
2689 <HTML>
2690 <HEAD>
2691 <TITLE>Patterns</TITLE>
2692 </HEAD>
2693 <BODY>
2694 <H1>Patterns</H1>
2696 Patterns are used with Roles, Filtering, Index Coloring,
2697 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2698 The following entries in Alpine's online help provide information 
2699 about using Patterns:
2700 <UL>
2701   <LI> <A HREF="h_rule_patterns">Patterns</A>
2702 </UL>
2704 &lt;End of help on this topic&gt;
2705 </BODY>
2706 </HTML>
2707 ===== h_mainhelp_cmdlineopts ======
2708 <HTML>
2709 <HEAD>
2710 <TITLE>Command Line Options</TITLE>
2711 </HEAD>
2712 <BODY>
2713 <H1>Command Line Options</H1>
2715 Alpine accepts a number of command line arguments, allowing you, for
2716 example, to start Alpine and immediately access a particular folder.
2717 Many of these arguments overlap with options in the Alpine configuration file.
2718 If there is a difference, then an option set on the command line takes
2719 precedence.
2720 Alpine expects command line arguments (other than addresses) to be
2721 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2722 A <a href="h_command_line_options">full list</a> of command line
2723 possibilities is available.
2725 &lt;End of help on this topic&gt;
2726 </BODY>
2727 </HTML>
2728 ===== h_mainhelp_config ======
2729 <HTML>
2730 <HEAD>
2731 <TITLE>Alpine Configuration</TITLE>
2732 </HEAD>
2733 <BODY>
2734 <H1>Alpine Configuration</H1>
2736 Unless it has been administratively disabled, the Setup command on the
2737 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2738 The possible subcommands are for general Configuration settings,
2739 Printer settings, Changing your Password, Signature setup,
2740 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2741 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2742 and Color configuration.
2743 In particular, the &quot;Config&quot; subcommand has many features you may
2744 set or unset and many other configuration variables that may be set to change
2745 the way Alpine works.
2746 Every one of the hundreds of options available in that configuration settings
2747 screen has help text associated with it.
2748 You may read that text by moving the cursor to highlight the option and then
2749 typing the Help command.
2751 These settings are stored in your personal
2752 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2753 <A HREF="h_config_remote_config">remotely</A>),
2754 but on shared systems these settings
2755 may be over-ridden by a system-wide control file (due to local site
2756 security or support policies).  A global pine configuration file can also
2757 be used to set default values for all Alpine users on a particular system.
2758 Power users may be interested in splitting their personal configuration
2759 data into two pieces, a generic piece and
2760 <A HREF="h_config_exceptions">exceptions</A> which apply to
2761 a particular platform.
2762 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2763 General Alpine configuration information can be found
2764 <A HREF="h_news_config">here</A>.
2766 &lt;End of help on this topic&gt;
2767 </BODY>
2768 </HTML>
2769 ===== h_mainhelp_aggops ======
2770 <HTML>
2771 <HEAD>
2772 <TITLE>Aggregate Operations</TITLE>
2773 </HEAD>
2774 <BODY>
2775 <H1>Aggregate Operations</H1>
2777 When you are in the MESSAGE INDEX, the available commands
2778 (for example, Delete, Undelete, Save, Reply, and so on)
2779 normally act on a single message.
2780 So, for example, if you press the Delete command, the currently highlighted
2781 message is marked Deleted.
2782 These commands that normally act on a single message may be applied to
2783 several messages at once instead.
2785 By default this feature is turned on, but it could be administratively turned
2786 off to reduce complexity.
2787 The feature
2788 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2789 in the Setup/Config screen is used to turn it off or on.
2790 When this feature is turned on, the four commands &quot;Select&quot;,
2791 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2792 are available.
2793 The two selection commands allow you to mark a set of
2794 messages as being &quot;selected&quot;.
2795 The &quot;ZoomMode&quot; command will toggle between
2796 displaying only the selected messages and displaying all the messages.
2797 The &quot;Apply&quot; command allows you to
2798 apply one of the regular MESSAGE INDEX commands to all of the selected
2799 messages instead of to only the highlighted message.
2801 An example aggregate operation would be to catch up when reading
2802 a news group.
2803 That is, get rid of all the messages in the news group so that you can
2804 start fresh.
2805 The easiest way to do this in Alpine is to use aggregate operations.
2806 You want to Delete all of the messages in the group.
2807 You could start at the top and type &quot;D&quot; once for every message.
2808 A much faster method is to first Select all of the messages in the group,
2809 and then Delete all of them.
2810 This would take four keystrokes:
2812 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2813 <BR>
2814 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2816 Another use of Select is to use it for searching for a particular message
2817 or set of messages in a large folder.
2818 You may know that the message was From a certain user.
2819 You could select all messages from that user to start, and use Zoom to
2820 look at only those messages.
2821 If there were still too many messages to look at you could Narrow the
2822 set of messages further by selecting from all of those messages only
2823 the ones that were after a certain date, or contained a particular phrase
2824 in the Subject, or were too a particular address, and so on.
2825 That may be the end of what you are doing, or you may want to use Apply to
2826 Save or Forward or Print all of the selected messages.
2828 Some related help topics are
2829 <UL>
2830 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2831 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2832 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2833 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2834 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2835 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2836 </UL>
2838 &lt;End of help on this topic&gt;
2839 </BODY>
2840 </HTML>
2841 ===== h_mainhelp_readingnews ======
2842 <HTML>
2843 <HEAD>
2844 <TITLE>Reading News</TITLE>
2845 </HEAD>
2846 <BODY>
2847 <H1>Reading News</H1>
2849 <H2>Background</H2>
2850 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2851 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2852 Usenet newsgroups allow groups of people with common interests to discuss 
2853 particular topics. You might find newsgroups related to your career, or you 
2854 might wish to check out the online discussion among the fans of your favorite 
2855 television show. 
2857 <H2>Configuring Alpine for Reading News</H2>
2858 Alpine often arrives
2859 pre-configured by your system administrator to automatically access the
2860 newsgroups offered by your organization, Internet Service Provider, or
2861 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2862 need additional details on <a href="h_configuring_news">how to
2863 configure Alpine to read news</a>.
2865 <H2>Accessing Newsgroups</H2>
2866 The first step in reading news is to access the newsgroups collections
2867 screen from Alpine. If everything is configured properly, you should be able
2868 to do this by first typing L (folder List), then selecting the folder
2869 collection listed as "News." The actual name of this collection may differ
2870 from system to system.
2872 <H2>Subscribing to Newsgroups</H2>
2874 Once you have accessed the news collection, you need to subscribe to a
2875 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2876 will keep a record of the newsgroups in which you are interested and which
2877 articles in those newsgroups have been read.
2879 <H2>Using Newsgroups</H2> 
2880 Alpine uses the similar commands to read news as to read mail. For example,
2881 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2882 and the R command Replies to a news posting. Basically, Alpine allows you to
2883 read news as if it were mail, so you don't need to change the way you
2884 interact with Alpine.
2886 There is also additional Alpine help available on 
2887 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2889 &lt;End of help on this topic&gt;
2890 </BODY>
2891 </HTML>
2892 ===== h_mainhelp_securing ======
2893 <HTML>
2894 <HEAD>
2895 <TITLE>Securing your Alpine Session</TITLE>
2896 </HEAD>
2897 <BODY>
2898 <H1>Securing your Alpine Session</H1>
2900 By default, Alpine will attempt to connect to an IMAP server on the normal
2901 IMAP service port (143).
2902 If the Alpine you are using has been built to
2903 support &quot;Transport Layer Security&quot; (TLS)
2904 and &quot;Secure Sockets Layer&quot; (SSL) 
2905 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2906 and the server offers the STARTTLS capability, then a secure (encrypted)
2907 session will be established.
2909 When you are connected to a remote folder the titlebar will contain a plus sign
2910 in the far right column if the connection is encrypted using TLS or SSL.
2911 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2912 if the connection is encrypted.
2914 <H2>More Information on Alpine with SSL and TLS</H2>
2915 <UL>
2916 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2917 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2918 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2919 <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>
2920 </UL>
2921 <H2>Here are some other security-related features and options</H2>
2923 <UL>
2924 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2925 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2926 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2927 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2928 </UL>
2930 &lt;End of help on this topic&gt;
2931 </BODY>
2932 </HTML>
2933 ===== h_mainhelp_problems ======
2934 <HTML>
2935 <HEAD>
2936 <TITLE>Reporting Problems</TITLE>
2937 </HEAD>
2938 <BODY>
2939 <H1>Reporting Problems</H1>
2941 We ask that you first read the relevant help screens and then seek
2942 assistance from your own local support staff.  Once you are sure that your
2943 difficulty is not a local configuration problem, you might look at the
2944 help section explaining where to look for
2945 <A HREF="h_finding_help">more information</A> and where to 
2946 get assistance.
2949 <ADDRESS>
2950    Eduardo Chappa &lt;chappa@gmx.com&gt;
2951 </ADDRESS>
2954 &lt;End of help on this topic&gt;
2955 </BODY>
2956 </HTML>
2957 ===== h_main_menu_commands ======
2958 <HTML>
2959 <HEAD>
2960 <TITLE>MAIN MENU COMMANDS</TITLE>
2961 </HEAD>
2962 <BODY>
2963 <H1>MAIN MENU COMMANDS</H1>
2965 <!--chtml if pinemode="function_key"-->
2966 &nbsp;Available&nbsp;Commands&nbsp;--
2967 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2968 &nbsp;------------------------------
2969 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2970 ----------<BR>
2971 &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>
2972 &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>
2973 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2974 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2975 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2976 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2977 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2978 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2979 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2980 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2981 &nbsp;F7&nbsp;&nbsp;<A 
2982 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2983 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2984 &nbsp;F8&nbsp;&nbsp;<A 
2985 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2986 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2987 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 
2988 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2989 &nbsp;F10&nbsp;<A 
2990 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 
2991 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2992 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2993 &nbsp;F11&nbsp;<A 
2994 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2995 <!--chtml else-->
2996 &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>
2997 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2998 &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>
2999 &nbsp;C&nbsp;&nbsp;<A 
3000 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>
3001 &nbsp;I&nbsp;&nbsp;<A 
3002 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>
3003 &nbsp;L&nbsp;&nbsp;<A 
3004 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>
3005 &nbsp;A&nbsp;&nbsp;<A 
3006 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3007 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3008 &nbsp;S&nbsp;&nbsp;<A 
3009 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 
3010 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3011 &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>
3012 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3013 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3014 <!--chtml endif-->
3017 NOTE:
3018 <OL>
3019  <LI>For help on a particular command, highlight the bold text associated
3020 with it above and hit Return.
3021  <LI> The availability of certain commands (e.g. some of the options under
3022 SETUP) is determined by Alpine configuration files and system capabilities.
3023 At some sites, certain commands may not be available due to security or
3024 support concerns.
3025 </OL>
3027 &lt;End of help on this topic&gt;
3028 </BODY>
3029 </HTML>
3031 ===== h_command_line_options ======
3032 <HTML>
3033 <HEAD>
3034 <TITLE>COMMAND LINE OPTIONS</TITLE>
3035 </HEAD>
3036 <BODY>
3037 <H1>COMMAND LINE OPTIONS</H1>
3038 Possible starting arguments for Alpine:
3040 <DL COMPACT>
3042 <DT> <EM>[addresses]</EM>
3044 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3045 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3046 <EM>Alpine</EM> will startup in
3047 the composer with a message started to the addresses specified.
3048 Once the message is sent, the <EM>Alpine</EM> session closes.
3049 Standard input redirection is allowed.
3050 Separate multiple addresses with a space between them.
3051 Addresses are placed in the &quot;To&quot; field only.
3054 <DT> &lt; <EM>file</EM>
3056 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3057 into the body of the message.
3058 Once the message is sent, the <EM>Alpine</EM> session closes. 
3061 <DT> -attach <EM>file</EM>
3063 <DD> Go directly into composer with given file attached.
3066 <DT> -attachlist <EM>file-list</EM>
3068 <DD> Go directly into composer with given files attached.
3069 This must be the last option on the command line.
3072 <DT> -attach_and_delete <EM>file</EM>
3074 <DD> Go directly into composer with given file attached, delete when finished.
3077 <DT> -aux <EM>local_directory</EM>
3079 <DD> <EM>PC-Alpine</EM> only.
3080 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3081 files, like debug files, address books, and signature files.  The pinerc may 
3082 be local or remote.
3085 <DT> -bail
3087 <DD> If the personal configuration file doesn't already exist, exit.
3088 This might be useful if the configuration file is accessed using some
3089 remote filesystem protocol. If the remote mount is missing this will cause
3090 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3093 <DT> -c <EM>n</EM>
3095 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3096 This is used when there are multiple folder collections (contexts) and you 
3097 want to open a folder not in the primary collection.
3100 <DT> -conf
3102 <DD> Configuration: Prints a sample system configuration file to the
3103 screen or standard output. To generate an initial system configuration 
3104 file, execute
3106 <PRE><CODE>
3107                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3108 </CODE></PRE>
3111 To generate a system configuration file using settings from an old
3112 system configuration file, execute
3114 <PRE><CODE>
3115                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3116 </CODE></PRE>
3118 A system configuration file is not required.
3121 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3123 <DD> Copy an address book file to a remote address book folder.
3124 If the remote folder doesn't exist, it will be created.
3125 If it exists but the first message in the folder isn't a remote address
3126 book header message, the copy will be aborted.
3127 This flag will not usually be used by a user.
3128 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3129 and copy entries from the local address book by using aggregate Save in
3130 the address book screen.
3133 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3135 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3136 If the remote folder doesn't exist, it will be created.
3137 If it exists but the first message in the folder isn't a remote pinerc
3138 header message, the copy will be aborted.
3139 This flag may be useful to users who already have a local pinerc file and
3140 would like to convert it to a remote pinerc folder and use that instead.
3141 This gives a way to bootstrap that conversion without having to manually
3142 reset all of the variables in the remote pinerc folder.
3145 <DT> -d <EM>debug-level</EM>
3147 <DD> Debug Level:  Sets the level of debugging information written by
3148 <EM>Alpine</EM>.
3149 <EM>debug-level</EM> can be set to any integer 0-9.
3150 A debug level of 0 turns off debugging for the session.
3151 (Actually there are some levels higher than 9, but you probably don't
3152 want to see them.)
3155 <DT> -d <EM>keywords</EM>
3157 <DD> You may use a more detailed version of the debugging flag to set
3158 the debug level in separate parts of <EM>Alpine</EM>.
3159 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3160 verbose=0..9.
3161 <EM>Flush</EM> causes debugging information to be flushed immediately to
3162 the debug file as it is written.
3163 <EM>Verbose</EM> is the general debugging verbosity level.
3164 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3165 is useful when you are trying to figure out what is responsible for delays.
3166 <EM>Numfiles</EM> sets the number of debug files saved.
3167 <EM>Imap</EM> sets the debug level for the debugging statements related
3168 to the conversation with the IMAP server, and more generally, for the
3169 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3170 <EM>Tcp</EM> turns on some TCP/IP debugging.
3173 <DT> -f <EM>folder</EM>
3175 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3176 of the standard INBOX.
3179 <DT> -F <EM>file</EM>
3181 <DD> Open named text file for viewing and forwarding.
3184 <DT> -h
3186 <DD> Help:  Prints the list of available command-line arguments to the
3187 screen.
3190 <DT> -i
3192 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3193 screen instead of the MAIN MENU.
3196 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3199 <DT> -I <EM>a,b,c,...</EM>
3201 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3202 sequence of commands upon startup.
3203 This allows users to get <EM>Alpine</EM> to start in any
3204 of its menus/screens.
3205 You cannot include any input to the composer in the initial keystrokes.
3206 The key &lt;Return&gt; is represented by a ``CR'' in
3207 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3208 Control keys are two character sequences beginning with ``^'', such as
3209 ``^I''.
3210 A tab character is ``TAB''.
3211 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3212 ``DOWN'', ``LEFT'', and ``RIGHT''.
3213 A restriction is that you can't mix function keys and character keys in this
3214 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3215 A user can always use only <EM>character</EM> keys in the startup list even
3216 if he or she is using <EM>function</EM> keys normally, or vice versa.
3217 If an element in this list is a string of characters surrounded by double
3218 quotes (&quot;) then it will be expanded into the individual characters in
3219 the string, excluding the double quotes.
3222 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3225 <DT> -install
3227 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3228 some basic information to help with getting properly set up.
3231 <DT> -k
3233 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3234 the input of commands to be function-keys.
3235 Otherwise, commands are linked to the regular character keys.
3238 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3239 <EM>Feature-List</EM>.
3242 <DT> -n <EM>n</EM>
3244 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3245 FOLDER INDEX screen with the current message being the specified
3246 message number.
3249 <DT> -nosplash
3251 <DD> <EM>PC-Alpine</EM> only.
3252 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3253 This may be helpful for certain troubleshooting or terminal server scenarios.
3256 <DT> -o <EM>folder</EM>
3258 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3261 <DT> -p <EM>pinerc</EM>
3263 <DD> Uses the named file as the personal configuration file instead of
3264 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3265 Alpinerc may be either a local file or a remote configuration folder.
3268 <DT> -P <EM>pinerc</EM>
3270 <DD> Uses the named file as the system wide configuration file instead of
3271 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3272 Alpinerc may be either a local file or a remote configuration folder.
3275 <DT> -passfile <EM>passfile</EM>
3277 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3278 This should be a fully-qualified filename.
3281 <DT> -pinerc <EM>file</EM>
3283 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3284 settings of variables that the user has made.
3285 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3288 <DT> -r
3290 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3291 <EM>Alpine</EM> in restricted mode can only send email to itself.
3292 Save and export are limited.
3295 <DT> -registry <EM>cmd</EM>
3297 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3298 <EM>Alpine</EM>'s registry entries.
3299 Possible values for <EM>cmd</EM> are set, clear, and dump.
3300 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3301 entries according to its current settings.
3302 <EM>Clear</EM> will clear the registry values.
3303 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3304 <EM>Dump</EM> will display the values of current registry settings.
3305 Note that the dump command is currently disabled.
3306 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3307 the registry only if there currently aren't any values set.
3310 <DT> -sort <EM>key</EM>
3312 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3313 FOLDER INDEX screen.
3314 <EM>Key</EM> can have the following values: 
3315 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3316 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3317 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3318 The default value is &quot;arrival&quot;.
3319 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3322 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3325 <DT> -uninstall
3327 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3328 in Windows settings.  The registry settings are removed and
3329 the password cache is cleared.
3332 <DT> -url <EM>url</EM>
3334 <DD> Open the given URL.
3337 <DT> -v
3339 <DD> Version:  Print version information to the screen.
3342 <DT> -x <EM>exceptions_config</EM>
3344 <DD> Configuration settings in the exceptions configuration override your normal
3345 default settings.
3346 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3349 <DT> -z
3351 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3352 will suspend the <EM>Alpine</EM> session.
3355 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3356 <EM>Feature-List</EM>.
3359 <DT> -<EM>option</EM>=<EM>value</EM>
3361 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3362 For example, <EM>-signature-file=sig1</EM> or
3363 <EM>-Feature-List=signature-at-bottom</EM>.
3364 Note:  Feature-List values are
3365 additive and features may be preceded with no- to turn them off.
3366 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3367 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3368 <EM>-Feature-List=signature-at-bottom</EM>.
3371 </DL>
3373 &lt;End of help on this topic&gt;
3374 </BODY>
3375 </HTML>
3376 ===== h_configuring_news ======
3377 <HTML>
3378 <HEAD>
3379 <TITLE>CONFIGURING NEWS</TITLE>
3380 </HEAD>
3381 <BODY>
3382 <H1>CONFIGURING NEWS</H1>
3383 Alpine can access news folders in any one of three different ways:
3384 <DL>
3385 <DT>REMOTE NNTP</DT>
3386 <DD>Using the Network News Transport Protocol (NNTP) to
3387 access news on a remote news server.  In this case the newsrc file is
3388 stored on the machine where Alpine is running.
3391 To specify a remote news-collection accessed via NNTP use the
3392 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3393 Server: value to the NNTP server's hostname appended with the
3394 communication method &quot;/service=NNTP&quot;, and set the Path:
3395 value to the &quot;#news.&quot; namespace (without the quotes).  See
3396 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3397 help text for a more complete explanation of access method, and the
3398 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3399 text for a more complete explanation of &quot;namespace&quot;.
3401 Instead of specifying a news-collection, you may simply set the
3402 <A HREF="h_config_nntp_server">NNTP Server</A>
3403 option, which will cause Alpine to create a default news-collection for you.
3404 Another NNTP option that may be of interest is
3405 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3407 <DT>REMOTE IMAP</DT>
3408 <DD>Using the Internet Message Access Protocol (IMAP) to
3409 access news on a remote news server.  In this case, your newsrc file is
3410 stored on the news server, in your home directory, so you must have an
3411 account on the news server, but you would be running Alpine on a different
3412 machine.  The news server must be running an IMAPd server process. 
3415 To specify a remote news-collection accessed via IMAP use the
3416 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3417 Server: value to the IMAP server's hostname, and set the Path: value
3418 to the &quot;#news.&quot; namespace (without the quotes).  See the
3419 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3420 text for a more complete explanation of &quot;namespace&quot;.
3422 </DD>
3424 <DT>LOCAL</DT>
3425 <DD>Using local file access to the news database.  In this
3426 case, your newsrc file is stored on the news server, in your home
3427 directory, so you must have an account on the news server, and you would
3428 be running Alpine on the same machine.
3431 To specify a local news-collection use the SETUP/collectionList
3432 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3433 set the Path: value to the &quot;#news.&quot; namespace (without the
3434 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3435 field's help text for a more complete explanation of &quot;namespace&quot;.
3437 </DD>
3438 </DL>
3442 NOTE: Should no news-collection be defined as above, Alpine will
3443 automatically create one using the Setup/Config screen's
3444 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3445 will be created as a &quot;Remote NNTP&quot; as described above.
3449 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3450 possible.  If you don't have an account on the news server, or if the news
3451 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3452 sure, ask your service provider, university, or company for help.)  In
3453 this case, your Unix .newsrc file can be transferred to your PC.  A good
3454 place to put it would be in the same directory as your PINERC file, under
3455 the name NEWSRC, but you can 
3456 <A HREF="h_config_newsrc_path">specify a different location</A>
3457 via Alpine's Setup/Config screen.
3460 Other configuration features related to news are
3461 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3462 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3463 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3464 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3465 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3466 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3467 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3468 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3471 &lt;End of help on this topic&gt;
3472 </BODY>
3473 </HTML>
3474 ===== h_reading_news ======
3475 <HTML>
3476 <HEAD>
3477 <TITLE>READING NEWS</TITLE>
3478 </HEAD>
3479 <BODY>
3480 <H1>READING NEWS</H1>
3482 Alpine uses almost the same commands for manipulating news folders as for
3483 mail folders.  This means, for example, that when you are done with a
3484 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3485 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3486 most newsreaders, wherein a message is implicitly dismissed after you have
3487 looked at it once. We strongly believe that Alpine should offer as much
3488 consistency as possible between mail and news, so the mail paradigm --
3489 wherein a message does not magically disappear without explicit action by
3490 the user -- is used for news as well. <P>
3492 If you answer a message in a news folder, the index view will show the
3493 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3494 keep track of what news as been read has no way of storing this flag, so
3495 it will not be preserved across sessions.  The Deleted flag is the only
3496 one that is preserved when you leave and then return to a newsgroup.  As an
3497 additional note on replies, when you Reply to a newsgroup message and say
3498 you want to reply to all recipients, Alpine will ask if you want to post the
3499 message to all the newsgroups listed in the original message. <P>
3501 If you would like Alpine to mark more-or-less recent news messages as
3502 &quot;New&quot;, then set the
3503 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3504 feature (which is set by default).  This will cause messages after the last one you have marked as
3505 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3506 &quot;N&quot; status often makes it easier to distinguish later news
3507 articles from those you've previously seen, but not yet disposed of via
3508 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3509 record of which messages you have not seen.
3512 A frequent operation in news-reading is &quot;catching up&quot; -- that
3513 is, getting rid of all the messages in the newsgroup so that you can
3514 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3515 Select command.  You would enter the following four keystrokes:
3516 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3517 dismiss) command to all of them.
3520 There are also additional details on 
3521 <A HREF="h_configuring_news">configuring news</a>.
3524 &lt;End of help on this topic&gt;
3525 </BODY>
3526 </HTML>
3527 ====== h_help_index ======
3528 <HTML>
3529 <HEAD>
3530 <TITLE>Help Index</TITLE>
3531 </HEAD>
3532 <BODY>
3533 <H1>Help Index</H1>
3534 <ul>
3535 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3536 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3537 <li><a href="h_main_addrbook">Address Book Command</a>
3538 <li><a href="h_abook_view">Address Book View Explained</a>
3539 <li><a href="h_compose_addrcomplete">Address Completion</a>
3540 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3541 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3542 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3543 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3544 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3545 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3546 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3547 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3548 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3549 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3550 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3551 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3552 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3553 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3554 <li><a href="h_news_legal">Alpine Legal Notices</a>
3555 <li><a href="h_compose_alted">Alt Editor Command</a>
3556 <li><a href="h_index_cmd_apply">Apply Command</a>
3557 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3558 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3559 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3560 <li><a href="h_composer_browse">BROWSER</a>
3561 <li><a href="h_common_bounce">Bounce Command</a>
3562 <li><a href="h_compose_cancel">Cancel Command</a>
3563 <li><a href="h_config_change_your_from">Changing your From Address</a>
3564 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3565 <li><a href="h_mainhelp_color">Color</a>
3566 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3567 <li><a href="h_composer">COMPOSER COMMANDS</a>
3568 <li><a href="h_mainhelp_composing">Composing Messages</a>
3569 <li><a href="h_mainhelp_collections">Collection Lists</a>
3570 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3571 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3572 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3573 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3574 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3575 <li><a href="h_common_compose">Compose Command</a>
3576 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3577 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3578 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3579 <li><a href="h_mainhelp_config">Configuration</a>
3580 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3581 <li><a href="h_config_dflt_color">Default Color</a>
3582 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3583 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3584 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3585 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3586 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3587 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3588 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3589 <li><a href="h_ge_export">Export File Selection</a>
3590 <li><a href="h_ge_allparts">Export Message File Selection</a>
3591 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3592 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3593 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3594 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3595 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3596 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3597 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3598 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3599 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3600 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3601 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3602 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3603 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3604 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3605 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3606 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3607 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3608 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3609 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3610 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3611 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3612 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3613 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3614 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3615 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3616 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3617 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3618 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3619 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3620 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3621 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3622 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3623 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3624 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3625 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3626 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3627 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3628 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3629 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3630 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3631 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3632 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3633 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3634 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3635 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3636 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3637 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3638 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3639 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3640 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3641 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3642 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3643 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3644 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3645 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3646 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3647 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3648 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3649 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3650 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3651 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3652 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3653 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3654 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3655 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3656 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3657 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3658 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3659 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3660 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3661 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3662 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3663 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3664 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3665 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3666 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3667 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3668 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3669 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3670 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3671 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3672 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3673 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3674 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3675 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3676 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3677 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3678 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3679 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3680 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3681 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3682 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3683 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3684 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3685 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3686 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3687 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3688 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3689 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3690 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3691 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3692 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3693 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3694 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3695 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3696 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3697 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3698 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3699 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3700 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3701 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3702 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3703 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3704 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3705 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3706 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3707 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3708 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3709 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3710 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3711 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3712 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3713 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3714 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3715 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3716 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3717 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3718 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3719 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3720 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3721 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3722 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3723 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3724 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3725 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3726 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3727 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3728 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3729 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3730 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3731 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3732 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3733 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3734 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3735 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3736 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3737 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3738 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3739 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3740 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3741 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3742 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3743 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3744 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3745 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3746 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3747 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3748 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3749 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3750 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3751 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3752 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3753 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3754 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3755 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3756 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3757 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3758 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3759 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3760 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3761 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3762 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3763 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3764 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3765 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3766 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3767 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3768 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3769 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3770 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3771 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3772 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3773 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3774 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3775 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3776 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3777 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3778 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3779 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3780 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3781 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3782 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3783 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3784 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3785 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3786 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3787 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3788 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3789 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3790 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3791 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3792 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3793 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3794 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3795 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3796 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3797 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3798 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3799 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3800 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3801 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3802 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3803 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3804 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3805 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3806 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3807 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3808 <li><a href="h_mainhelp_filtering">Filtering</a>
3809 <li><a href="h_finding_help">Finding more information and requesting help</a>
3810 <li><a href="h_common_flag">Flag Command</a>
3811 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3812 <li><a href="h_mainhelp_folders">Folders</a>
3813 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3814 <li><a href="h_common_folders">Folder List Command</a>
3815 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3816 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3817 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3818 <li><a href="h_config_change_your_from">From Address, Changing</a>
3819 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3820 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3821 <li><a href="h_common_goto">Goto Command</a>
3822 <li><a href="h_common_hdrmode">HdrMode Command</a>
3823 <li><a href="h_mainhelp_pinehelp">Help</a>
3824 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3825 <li><a href="h_folder_maint">Help for Folder List</a>
3826 <li><a href="h_valid_folder_names">IMAP</a>
3827 <li><a href="h_ge_import">Import File Selection</a>
3828 <li><a href="h_mainhelp_index">Index of Messages</a>
3829 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3830 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3831 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3832 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3833 <li><a href="h_mainhelp_intro">Introduction</a>
3834 <li><a href="h_main_journal">Journal Command</a>
3835 <li><a href="h_common_jump">Jump Command</a>
3836 <li><a href="h_compose_justify">Justify Command</a>
3837 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3838 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3839 <li><a href="h_mainhelp_ldap">LDAP</a>
3840 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3841 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3842 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3843 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3844 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3845 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3846 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3847 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3848 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3849 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3850 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3851 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3852 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3853 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3854 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3855 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3856 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3857 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3858 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3859 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3860 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3861 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3862 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3863 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3864 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3865 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3866 <li><a href="h_common_index">Message Index Command</a>
3867 <li><a href="h_mainhelp_mouse">Mouse</a>
3868 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3869 <li><a href="new_user_greeting">NEW USER GREETING</a>
3870 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3871 <li><a href="h_mainhelp_readingnews">News Reading</a>
3872 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3873 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3874 <li><a href="h_common_nextnew">NextNew Command</a>
3875 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3876 <li><a href="h_mainhelp_readingnews">NNTP</a>
3877 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3878 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3879 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3880 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3881 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3882 <li><a href="h_config_color_style">OPTION: Color Style</a>
3883 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3884 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3885 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3886 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3887 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3888 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3889 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3890 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3891 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3892 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3893 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3894 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3895 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3896 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3897 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3898 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3899 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3900 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3901 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3902 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3903 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3904 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3905 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3906 <li><a href="h_config_font_name">OPTION: Font Name</a>
3907 <li><a href="h_config_font_size">OPTION: Font Size</a>
3908 <li><a href="h_config_font_style">OPTION: Font Style</a>
3909 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3910 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3911 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3912 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3913 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3914 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3915 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3916 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3917 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3918 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3919 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3920 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3921 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3922 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3923 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3924 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3925 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3926 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3927 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3928 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3929 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3930 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3931 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3932 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3933 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3934 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3935 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3936 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3937 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3938 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3939 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3940 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3941 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3942 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3943 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3944 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3945 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3946 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3947 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3948 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3949 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3950 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3951 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3952 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3953 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3954 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3955 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3956 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3957 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3958 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3959 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3960 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3961 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3962 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3963 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3964 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3965 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3966 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3967 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3968 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3969 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3970 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3971 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3972 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3973 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3974 <li><a href="h_config_printer">OPTION: Printer</a>
3975 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3976 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3977 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3978 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3979 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3980 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3981 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3982 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3983 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3984 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3985 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3986 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3987 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3988 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3989 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3990 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3991 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3992 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3993 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3994 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3995 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3996 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3997 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3998 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3999 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4000 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4001 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4002 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4003 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4004 <li><a href="h_config_status_color">OPTION: Status Color</a>
4005 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4006 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4007 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4008 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4009 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4010 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4011 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4012 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4013 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4014 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4015 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4016 <li><a href="h_config_title_color">OPTION: Title Color</a>
4017 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4018 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4019 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4020 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4021 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4022 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4023 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4024 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4025 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4026 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4027 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4028 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4029 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4030 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4031 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4032 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4033 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4034 <li><a href="h_mainhelp_patterns">Patterns</a>
4035 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4036 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4037 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4038 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4039 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4040 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4041 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4042 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4043 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4044 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4045 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4046 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4047 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4048 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4049 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4050 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4051 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4052 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4053 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4054 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4055 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4056 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4057 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4058 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4059 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4060 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4061 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4062 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4063 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4064 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4065 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4066 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4067 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4068 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4069 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4070 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4071 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4072 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4073 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4074 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4075 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4076 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4077 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4078 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4079 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4080 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4081 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4082 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4083 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4084 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4085 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4086 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4087 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4088 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4089 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4090 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4091 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4092 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4093 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4094 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4095 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4096 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4097 <li><a href="h_common_pipe">Pipe Command</a>
4098 <li><a href="h_valid_folder_names">POP</a>
4099 <li><a href="h_common_postpone">Postpone Command</a>
4100 <li><a href="h_common_print">Print Command</a>
4101 <li><a href="h_mainhelp_readingnews">Reading News</a>
4102 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4103 <li><a href="h_mainhelp_roles">Roles</a>
4104 <li><a href="h_role_select">ROLES SCREEN</a>
4105 <li><a href="h_compose_readfile">Read File Command</a>
4106 <li><a href="h_mainhelp_reading">Reading Messages</a>
4107 <li><a href="h_main_release_notes">Release Notes Command</a>
4108 <li><a href="h_common_reply">Reply and Forward Commands</a>
4109 <li><a href="h_compose_richhdr">Rich Header Command</a>
4110 <li><a href="h_common_role">Role Command</a>
4111 <li><a href="h_mainhelp_smime">S/MIME</a>
4112 <li><a href="h_index_cmd_select">Searching for Messages</a>
4113 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4114 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4115 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4116 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4117 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4118 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4119 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4120 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4121 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4122 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4123 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4124 <li><a href="h_common_save">Save and Export Commands</a>
4125 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4126 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4127 <li><a href="h_compose_send">Send Command</a>
4128 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4129 <li><a href="h_main_setup">Setup Command</a>
4130 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4131 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4132 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4133 <li><a href="h_mainhelp_smime">S/MIME</a>
4134 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4135 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4136 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4137 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4138 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4139 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4140 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4141 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4142 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4143 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4144 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4145 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4146 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4147 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4148 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4149 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4150 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4151 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4152 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4153 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4154 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4155 <li><a href="h_index_cmd_sort">Sort Command</a>
4156 <li><a href="h_compose_spell">Spell Check Command</a>
4157 <li><a href="h_common_suspend">Suspend Command</a>
4158 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4159 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4160 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4161 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4162 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4163 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4164 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4165 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4166 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4167 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4168 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4169 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4170 <li><a href="h_common_take">TakeAddr Command</a>
4171 <li><a href="h_mainhelp_status">Titlebar Line</a>
4172 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4173 <li><a href="h_config_usenone_color">Use None Color</a>
4174 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4175 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4176 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4177 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4178 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4179 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4180 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4181 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4182 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4183 </UL>
4186 &lt;End of Help Index&gt;
4187 </BODY>
4188 </HTML>
4191 ============== h_config_remote_config =============
4192 <HTML>
4193 <HEAD>
4194 <TITLE>Remote Configuration</TITLE>
4195 </HEAD>
4196 <BODY>
4197 <H1>Remote Configuration</H1>
4199 You may use the command line argument &quot;-p pinerc&quot; to tell
4200 Alpine to use a non-default configuration file.
4201 There are two types of storage for configuration information.
4202 <EM>Local</EM> configuration files are used by default.
4203 These are just regular files on the UNIX system or on the PC.
4204 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4205 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4206 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4207 The advantage of using a remote configuration is that the same information
4208 may be accessed from multiple platforms.
4209 For example, if you use one computer at work and another at home, the same
4210 configuration could be used from both places.
4211 A configuration change from one place would be seen in both places.
4212 To use a remote configuration you simply give a
4213 <A HREF="h_valid_folder_names">remote folder name</A>
4214 as the argument to the &quot;-p&quot; command line option.
4215 The command line might look something like:
4217 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4219 If there are special characters in the command shell you use, you may need to
4220 quote the last argument (to protect the curly braces from the shell).
4221 The command might look like:
4223 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4225 You should choose a folder name for a folder that does not yet exist.
4226 It will be created containing an empty configuration.
4227 Do not use a folder that you wish to store regular mail messages in.
4229 The Setup/RemoteConfigSetup command will help you convert from a local
4230 configuration to a remote configuration.
4231 It will create a remote configuration for you and copy your current local
4232 configuration to it.
4233 It will also help you convert local address books into remote address books
4234 and local signature files into literal signatures contained in the
4235 remote configuration file.
4237 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4238 may copy a local pinerc file to a remote configuration folder by hand
4239 by using the command line option &quot;-copy_pinerc&quot;.
4241 Another command line option, which is somewhat related to remote
4242 configuration, is the option &quot;-x exceptions_config&quot;.
4243 The configuration settings in the exceptions configuration override
4244 your default settings.
4245 It may be useful to store the default configuration (the -p argument) remotely
4246 and to have the exceptions configuration stored in a local file.
4247 You might put generic configuration information in the remote configuration
4248 and platform-specific configuration on each platform in the exceptions
4249 configuration.
4250 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4251 can be either remote folders or local files.
4253 There is another command line argument that works only with PC-Alpine and
4254 which may prove useful when using a remote configuration.
4255 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4256 to store your local auxiliary files.
4257 This only has an effect if your configuration file is remote.
4258 Some examples of auxiliary files are debug files, address book files, and
4259 signature files.
4261 &lt;End of help on this topic&gt;
4262 </BODY>
4263 </HTML>
4264 ============== h_config_exceptions =============
4265 <HTML>
4266 <HEAD>
4267 <TITLE>Generic and Exceptional Configuration</TITLE>
4268 </HEAD>
4269 <BODY>
4270 <H1>Generic and Exceptional Configuration</H1>
4272 If you use Alpine from more than one platform it may be convenient
4273 to split your configuration information into two pieces, a generic piece
4274 and exceptions that apply to a particular platform.
4275 For example, suppose you use Alpine from home and from work.
4276 Most of your configuration settings are probably the
4277 same in both locations, so those settings belong in the generic settings
4278 configuration.
4279 However, you may use a different SMTP server and INBOX
4280 from home than you do from work.
4282 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4284 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4285 options could be
4286 part of your exceptional configuration so that they could be different in the
4287 two places.
4289 The command line option &quot;-x exceptions_config&quot;
4290 may be used to split your configuration into generic and exceptional pieces.
4291 &quot;Exceptions_config&quot; may be either local or remote.
4292 The regular Alpine configuration file will contain the generic data, and
4293 &quot;exceptions_config&quot; will contain the exceptional data.
4295 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4296 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4297 in the same local directory that the regular config file is located in (usually
4298 the Unix home directory).
4299 If the regular config file is remote (because the command line option
4300 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4301 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4302 If the file does not already exist then no exceptions will be used.
4303 You can force exceptions to be used by using the &quot;-x&quot; option or
4304 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4306 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4307 PC-Alpine will use the value of the
4308 environment variable <CODE>$PINERCEX</CODE>.
4309 If that is not set, PC-Alpine will look for
4310 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4311 in the same local directory that the regular config file is located in.
4312 If the regular config file is remote (because the command line option
4313 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4314 local directory specified by the &quot;-aux local_directory&quot; command
4315 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4316 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4318 When you have an exception configuration there is a new command
4319 in the Alpine Setup screen, Setup/eXceptions.
4320 It toggles between exceptions and the regular configuration.
4321 This is the usual way to make changes in your exceptional configuration data.
4322 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4323 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4324 for Config or &quot;K&quot; for Kolor.
4326 For most people, splitting the configuration information into two pieces is
4327 going to be most useful if the generic information is accessed
4328 <A HREF="h_config_remote_config">remotely</A>).
4329 That data will be the same no matter where you access it from and if you
4330 change it that change will show up everywhere.
4331 The exceptional data will most commonly be in a local file, so that the
4332 contents may easily be different on each computing platform used.
4334 If you already have a local configuration file with settings you like
4335 you may find that the command Setup/RemoteConfigSetup is useful
4336 in helping you convert to a remote configuration.
4337 The command line flag &quot;-copy_pinerc&quot;
4338 may also be useful.
4340 &lt;End of help on this topic&gt;
4341 </BODY>
4342 </HTML>
4343 ============== h_config_inheritance =============
4344 <HTML>
4345 <HEAD>
4346 <TITLE>Configuration Inheritance</TITLE>
4347 </HEAD>
4348 <BODY>
4349 <H1>Configuration Inheritance</H1>
4351 Configuration inheritance is a power user feature.
4352 It is confusing and not completely supported by the configuration
4353 user interface.
4354 We start with an explanation of how configuration works in hopes of making
4355 it easier to describe how inheritance works.
4357 Alpine uses a hierarchy of configuration values from different locations.
4358 There are five ways in which each configuration option (configuration
4359 variable) can be set.
4360 In increasing order of precedence they are:
4362 <OL>
4363 <LI> the system-wide configuration file.
4365 <LI> the personal configuration file
4367 <LI> the personal exceptions file
4369 <LI> a command line argument
4371 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4372 </OL>
4374 The fixed configuration file is normally
4375 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4377 The system-wide configuration file is normally
4378 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4379 set for PC-Alpine.
4380 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4381 is used for the system-wide configuration.
4382 This location can be set or changed on the command line with the -P flag.
4383 The system-wide configuration file can be either a local file or a
4384 remote configuration folder.
4386 For Unix Alpine, the personal configuration file is normally the file
4387 <CODE>.pinerc</CODE> in the user's home directory.
4388 This can be changed with the -p command line flag.
4389 For PC-Alpine, the personal configuration file is in
4390 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4391 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4392 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4393 This can be changed with the -p command line flag.
4394 If -p is used, the configuration data may be in a local file or a remote config
4395 folder.
4397 For Unix Alpine, the personal exceptions configuration file is named
4398 <CODE>.pinercex</CODE> and is in the same directory as the personal
4399 configuration file, if that configuration file is not remote, and is in
4400 the home directory if the personal configuration file is remote.
4401 If the file exists, then exceptions are turned on.
4402 If it doesn't, then you are not using exceptions.
4403 Alternatively, you may change the location of the exceptions configuration
4404 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4405 Like the personal configuration data, exceptions_config may be
4406 either local or remote.
4408 For PC-Alpine, the personal exceptions configuration file is named
4409 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4410 configuration file unless the personal configuration file is remote.
4411 In that case, it is in the local directory specfied by the
4412 &quot;-aux local_directory&quot; command line argument.
4413 (In the case that the personal configuration is remote and there is no
4414 &quot;-aux&quot; command line argument, Alpine searches for
4415 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4416 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4417 If the file exists, then exceptions are turned on.
4418 If it doesn't, then you are not using exceptions.
4419 You may change the location of the exceptions configuration
4420 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4421 or with the
4422 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4423 option).
4425 To reiterate, the value of a configuration option is taken from the
4426 last location in the list above in which it is set.
4427 Or, thinking about it slightly differently, a default value for an option
4428 is established in the system-wide configuration file (or internally by Alpine
4429 if there is no value in the system-wide file).
4430 That default remains in effect until and unless it is overridden by a value in a
4431 location further down the list, in which case a new &quot;default&quot;
4432 value is established.
4433 As we continue down the list of locations we either retain the
4434 value at each step or establish a new value.
4435 The value that is still set after going through the whole list of
4436 configuration locations is the one that is used.
4438 So, for example, if an option is set in the system-wide configuration
4439 file and in the personal configuration file, but is not set in the
4440 exceptions, on the command line, or in the fixed file; then the value
4441 from the personal configuration file is the one that is used.
4442 Or, if it is set in the system-wide config, in the personal config, not
4443 in the exceptions, but is set on the command line; then the value
4444 on the command line is used.
4446 Finally we get to inheritance.
4447 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4448 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4449 the inheritance mechanism makes it possible to <EM>combine</EM>
4450 the values from different locations instead of <EM>replacing</EM> the value.
4451 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4452 for which you may already set whatever you want at
4453 any configuration location (by using the &quot;no-&quot; prefix if
4454 necessary).
4456 To use inheritance, set the first item in a configuration list to the
4457 token &quot;INHERIT&quot;, without the quotes.
4458 If the first item is &quot;INHERIT&quot;,
4459 then instead of replacing the default value established so far, the rest of
4460 the list is appended to the default value established so far and that is
4461 the new value.
4463 Here is an example which may make it clearer. Suppose we have:
4465 <PRE>
4466  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4467  Personal config    :   smtp-server = INHERIT, mysmtp.home
4468  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4469  Command line       :   smtp-server = &lt;No Value Set&gt;
4470  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4471 </PRE>
4474 This would result in an effective smtp-server option of
4476 <PRE>
4477  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4478 </PRE>
4480 The &quot;INHERIT&quot; token can be used in any of the configuration files
4481 and the effect cascades.
4482 For example, if we change the above example to:
4484 <PRE>
4485  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4486  Personal config    :   smtp-server = INHERIT, mysmtp.home
4487  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4488  Command line       :   smtp-server = &lt;No Value Set&gt;
4489  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4490 </PRE>
4493 This would result in:
4495 <PRE>
4496  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4497 </PRE>
4499 Unset variables are skipped over (the default value is carried forward) so
4500 that, for example:
4502 <PRE>
4503  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4504  Personal config    :   smtp-server = &lt;No Value Set&gt;
4505  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4506  Command line       :   smtp-server = &lt;No Value Set&gt;
4507  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4508 </PRE>
4511 produces:
4513 <PRE>
4514  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4515 </PRE>
4518 If any later configuration location has a value set (for a particular list
4519 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4520 then that value replaces whatever value has been defined up to that point.
4521 In other words, that cancels out any previous inheritance.
4523 <PRE>
4524  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4525  Personal config    :   smtp-server = INHERIT, mysmtp.org
4526  Exceptions config  :   smtp-server = yoursmtp.org
4527  Command line       :   smtp-server = &lt;No Value Set&gt;
4528  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4529 </PRE>
4532 results in:
4534 <PRE>
4535  smtp-server = yoursmtp.org
4536 </PRE>
4539 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4540 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4541 difficult to insert the value &quot;INHERIT&quot; into the list of values
4542 for the option using the normal Setup tools.
4543 In other words, the color setting screen (for example) does not
4544 provide a way to input the text &quot;INHERIT&quot; as the first
4545 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4546 The way to do this is to either edit the pinerc file directly and manually
4547 insert it, or turn
4548 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4549 feature and insert it using the Setup/Config screen.
4551 &lt;End of help on this topic&gt;
4552 </BODY>
4553 </HTML>
4554 ============== h_special_xon_xoff =============
4555 <HTML>
4556 <HEAD>
4557 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4558 </HEAD>
4559 <BODY>
4560 <H1>XOFF/XON Handling within Alpine</H1>
4562 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4563 and XON) as normal characters, even though Alpine does not use them.
4564 However, the printer, modem, or communication software you are using may
4565 be configured for &quot;software flow control,&quot; which means that
4566 XON/XOFF must be treated as special characters by the operating system.
4567 If you see messages such as &quot;^S not defined for this screen&quot;,
4568 then your system is probably using software flow control. In this case
4569 you will need to set the
4570 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4571 feature.
4573 If you <EM>do</EM> set this
4574 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4575 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4576 and see if that puts things right.  Printing via the
4577 &quot;attached-to-ansi&quot; or 
4578 &quot;attached-to-wyse&quot;
4579 option will automatically enable software
4580 flow-control handling for the duration of the printing.
4582 &lt;End of help on this topic&gt;
4583 </BODY>
4584 </HTML>
4585 ============= h_special_help_nav =============
4586 <HTML>
4587 <HEAD>
4588 <TITLE>Help Text Navigation Explained</TITLE>
4589 </HEAD>
4590 <BODY>
4591 <H1>Help Text Navigation Explained</H1>
4593 Alpine contains extensive context-sensitive help text.   At any point, 
4594 pressing the &quot;?&quot; key will bring up a page of help text
4595 explaining the options available to you.  You can leave the help
4596 text screen and return to normal Alpine operation by pressing
4598 <!--chtml if pinemode="function_key"-->
4599 F3 function
4600 <!--chtml else-->
4601 &quot;E&quot;
4602 <!--chtml endif-->
4603 key to Exit Help at any time.
4606 Within the help screen you might find a word or phrase displayed in 
4607 inverse text and others displayed in bold typeface.  Such words and
4608 phrases are used to tell you Alpine has more information available on
4609 the topic they describe.
4610 The inverted text is the &quot;selected&quot; topic.  
4611 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4612 displayed in bold type
4613 is &quot;selected&quot;.
4614 Hit the Return key to display the information Alpine has available on that
4615 topic.  While viewing such additional information, the 
4616 <!--chtml if pinemode="function_key"-->
4617 F3 function
4618 <!--chtml else-->
4619 &quot;P&quot;
4620 <!--chtml endif-->
4621 key will return you to the previous help screen, and the
4622 <!--chtml if pinemode="function_key"-->
4623 F2 function
4624 <!--chtml else-->
4625 &quot;E&quot;
4626 <!--chtml endif-->
4627 key will Exit the Help system altogether.
4630 The "N" command will tell you the internal name of the help text you are 
4631 reading each time, so that you can send this name in the text of a message 
4632 and create a direct link to that internal help using the x-pine-help URL 
4633 scheme. For example, the direct link to this item is 
4634 x-pine-help:h_special_help_nav. If you add this text to a message, then
4635 a person using Pine to read such message would have a direct link to this
4636 help text.
4639 When you are finished reading this help text, you can press the
4640 <!--chtml if pinemode="function_key"-->
4641 F3 function
4642 <!--chtml else-->
4643 &quot;P&quot;
4644 <!--chtml endif-->
4645 key to return to the previously displayed help text.
4648 &lt;End of help on this topic&gt;
4649 </BODY>
4650 </HTML>
4651 ============= h_special_list_commands =============
4652 <HTML>
4653 <HEAD>
4654 <TITLE>Email List Commands Explained</TITLE>
4655 </HEAD>
4656 <BODY>
4657 <H1>Email List Commands Explained</H1>
4659 Electonic mail lists provide a way for like-minded users to join in
4660 discussions on topics of interest.  The email list itself is 
4661 represented by a
4662 single address that participants send messages to when they have
4663 something of interest to share with other members of the list.  The
4664 receiving computer then, either automatically or after review by the
4665 list's owner (or moderator), sends a copy of that message to each
4666 member of the list.
4669 Usually, subscribing and unsubscribing is done by sending requests in
4670 an email message to a special address setup to handle managing list
4671 membership.  Often this is the name of the list followed by
4672 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4673 the address used to send messages to the list.
4676 Unfortunately, email list participation commands are more a matter
4677 of convention than standard, and thus may vary from list to list.
4678 Increasingly, list management software is adding information to
4679 the copy of the postings as they're copied to the list members that
4680 explains how to do the various list management functions.
4683 Alpine will recognize this information and offer the management commands
4684 they represent in a simple display. One or more of the following
4685 operations will be made available:
4687 <DL>
4688 <DT>Help</DT>
4689 <DD>
4690 A method to get help on subscribing, unsubscribing, 
4691 an explanation of what the list is about, or special instructions
4692 for participation.  This may be in the form of a reply in response
4693 to an email message, or instructions on how to connect to a Web site.
4694 </DD>
4696 <DT>Unsubscribe</DT>
4697 <DD>
4698 A method to get your email addressed removed from the list of
4699 recipients of the email list.
4700 </DD>
4702 <DT>Subscribe</DT>
4703 <DD>
4704 A method to get your email address added to the list of recipients
4705 of the email list.  It may be in the form of a message sent to 
4706 a special address or you may be connected to a web site.
4707 <DD>
4708 </DD>
4710 <DT>Post</DT>
4711 <DD>
4712 A method used to post to the email list.  However, it might also 
4713 indicate that no posting is allowed directly to the list.
4714 </DD>
4716 <DT>Owner</DT>
4717 <DD>
4718 A method to contact the list owner for special questions you might
4719 have regarding the list.
4720 </DD>
4722 <DT>Archive</DT>
4723 <DD>
4724 A method to view an archive of previous messages posted to the list.
4725 This may be in the form of a mail folder on a remote computer, an
4726 IMAP mailbox or even a Web site.
4727 </DD>
4728 </DL>
4731 &lt;End of help on this topic&gt;
4732 </BODY>
4733 </HTML>
4734 ============= h_quota_command =============
4735 <HTML>
4736 <HEAD>
4737 <TITLE>Quota Screen Explained</TITLE>
4738 </HEAD>
4739 <BODY>
4740 <H1>Quota Screen Explained</H1>
4742 <P> This screen summarizes the quota report for this mailbox in the
4743 IMAP server. For each resource that you have a quota, this reports summarizes
4744 its use and limit.
4746 <P> Your IMAP server administrator may have set a quota based either on 
4747 the total size of your mailbox (STORAGE), or the number of messages in 
4748 your mailbox (MESSAGES), or some other criteria. This will be reported
4749 to you indicating the type of quota, its total use and its limit.
4751 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4752 1024 bytes. Each of the characters that you see in this help text is one 
4753 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4754 by Alpine are normally less than 4 kibibytes in size (which includes 
4755 headers and text). Other email programs may send messages with bigger 
4756 sizes when they send messages, since they send plain text and an 
4757 alternative part in HTML.
4759 <P> A convenient way to save space for the STORAGE type of quota is by 
4760 deleting attachments. This is done on each individual message by pressing 
4761 the &quot;V&quot; command while reading the message text, then moving the cursor 
4762 to the position of the attachment that is to be deleted, then pressing
4763 &quot;D&quot; to delete such attachment, going back to reading the 
4764 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4765 save the message in the same folder you are reading from. The saved 
4766 message will not have the attachment that was marked deleted. Now you
4767 can delete and expunge the message with the unwanted attachment.
4770 &lt;End of help on this topic&gt;
4771 </BODY>
4772 </HTML>
4773 ============= h_mail_thread_index =============
4774 <HTML>
4775 <HEAD>
4776 <TITLE>THREAD INDEX COMMANDS</TITLE>
4777 </HEAD>
4778 <BODY>                 
4779 <H1>THREAD INDEX COMMANDS</H1>
4780 <!--chtml if pinemode="function_key"-->
4781 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>
4782 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4783 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>
4784 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>
4785 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>
4786 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>
4787 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>
4788 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>
4789 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>
4790 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>
4791 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>
4792 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>
4793 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>
4794 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>
4795 <BR>
4796 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4797 -----------------------------<BR>
4798 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>
4799 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>
4800 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>
4801 <BR>
4802 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4803 -----------------------------<BR>
4804 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
4805 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4806 <BR>
4807 <!--chtml else-->
4808 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>
4809 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4810 &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>
4811 &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>
4812 &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>
4813 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>
4814 &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>
4815 &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>
4816 &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>
4817 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>
4818 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4819 <BR>
4820 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4821 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4822 &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>
4823 &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>
4824 &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>
4825 &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>
4826 &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>
4827 &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>
4828 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4829 <!--chtml endif-->
4832 NOTE:
4833 <OL>
4834  <LI>For help on a particular command, highlight the bold text associated
4835 with it above and hit Return.
4836  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4837 </OL>
4839 <H2>Description of the THREAD INDEX Screen</H2>
4841 The THREAD INDEX displays summary information from each
4842 thread (conversation) in the current folder.
4843 This is useful if you want to quickly
4844 scan new threads, or find a particular thread without having to go
4845 through the text of each message, or to quickly get rid of junk
4846 threads, etc.
4847 The current thread is always highlighted.
4848 Each line of the THREAD INDEX contains the following columns: <P>
4849 <DL>
4850  <DT>STATUS:</DT>
4851  <DD> The markings on the left side of the thread tell you about its
4852 status.  You may see one or more of the following codes on any given
4853 thread:
4854 <UL>
4855   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4856   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4857   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4858   <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.
4859   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4860         message in the thread was sent to you as a cc:. This symbol will only show up if
4861         the feature
4862         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4863   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4864         &quot;select&quot; command.  (Some systems may optionally allow selected
4865         messages to be denoted by the index line being displayed in bold
4866         type instead.)
4867   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4868       to mark at least one message in this thread as &quot;important&quot;.
4869 </UL></DD><P>
4871  <DT>THREAD NUMBER:</DT>
4872  <DD>Threads in a folder are numbered, from one through the number
4873 of threads in the folder, to help you know where you are in the folder.
4874 </DD><P>
4876  <DT>DATE STARTED:</DT>
4877  <DD>The date the thread was started. This is actually from the Date header
4878 of the first message in the thread. It doesn't take different time zones
4879 into account.</DD><P>
4881  <DT>WHO STARTED THE THREAD:</DT>
4882  <DD>This is usually the name of the sender of the first message in the thread, taken from
4883 the From header of the message.
4884 If there is no personal name given in that
4885 address, then the email address is used instead.
4886 If the message is from you (or from one of your
4887 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4888 then the recipient's name is shown here instead, with the characters
4889 &quot;To: &quot; inserted before the name.
4890 (The idea of this is that if you started the thread you would rather see who
4891 the mail was sent to instead of that the mail was from you.)
4892 In Newsgroups, if you are
4893 the sender and there are no email recipients, the newsgroup name will be
4894 listed after the &quot;To: &quot;.
4895 </DD><P>
4897  <DT>SIZE:</DT>
4898  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4900  <DT>SUBJECT:</DT>
4901  <DD>As much of the thread's subject line as will fit on the screen.
4902 This is the subject of the first message in the thread.</DD>
4903 </DL>
4905 <P><UL>
4906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4907 </UL>
4909 &lt;End of help on this topic&gt;
4910 </BODY>
4911 </HTML>
4912 ============= h_mail_index =============
4913 <HTML>
4914 <HEAD>
4915 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4916 </HEAD>
4917 <BODY>                 
4918 <H1>MESSAGE INDEX COMMANDS</H1>
4919 <!--chtml if pinemode="function_key"-->
4920 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>
4921 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4922 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>
4923 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>
4924 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>
4925 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>
4926 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>
4927 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>
4928 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>
4929 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>
4930 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>
4931 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>
4932 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>
4933 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>
4934 <BR>
4935 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4936 -----------------------------<BR>
4937 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>
4938 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>
4939 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>
4940 <BR>
4941 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4942 -----------------------------<BR>
4943 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
4944 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>
4945 <BR>
4946 <!--chtml else-->
4947 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>
4948 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4949 &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>
4950 &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>
4951 &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>
4952 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>
4953 &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>
4954 &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>
4955 &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>
4956 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>
4957 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4958 Miscellaneous&nbsp;Operations<BR>
4959 ------------------------<BR>
4960 &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>
4961 &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>
4962 &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>
4963 &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>
4964 &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>
4965 &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>
4966 &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>
4967 &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>
4968 <!--chtml endif-->
4971 NOTE:
4972 <OL>
4973  <LI>For help on a particular command, highlight the bold text associated
4974 with it above and hit Return.
4975  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4976 </OL>
4978 <H2>Description of the MESSAGE INDEX Screen</H2>
4980 The MESSAGE INDEX displays summary information from each
4981 message in the current folder.
4982 This is useful if you want to quickly
4983 scan new messages, or find a particular message without having to go
4984 through the text of each message, or to quickly get rid of junk
4985 messages, etc.
4987 The current message is always highlighted
4988 and many commands operate on the current message.
4989 For example, the Delete command will delete the current message.
4990 If the folder is sorted by either Threads or OrderedSubject, then, depending
4991 on some of your configuration settings, a single line in the index may
4992 refer to an entire thread or to a subthread.
4993 If that is the case, then the commands that normally operate on the current
4994 message will operate on the thread or subthread instead.
4995 For example, the Delete command will delete the whole collapsed thread
4996 instead of just a single message.
4998 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4999 you can change this with the 
5000 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5001 in the SETUP CONFIGURATION screen): <P>
5002 <DL>
5003  <DT>STATUS:</DT>
5004  <DD> The markings on the left side of the message tell you about its
5005 status.  You may see one or more of the following codes on any given
5006 message:
5007 <UL>
5008   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5009          yet eXpunged the folder.
5010   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5011   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5012          to be answered.
5013   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5014          forward a message.
5015   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5016         directly to your account, your copy is not part of a cc: or a
5017         mailing list.
5018   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5019         message was sent to you as a cc:. This symbol will only show up if
5020         the feature
5021         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5022   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5023         &quot;select&quot; command.  (Some systems may optionally allow selected
5024         messages to be denoted by the index line being displayed in bold
5025         type.)
5026   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5027       to mark this message as &quot;important&quot;.
5028 </UL></DD><P>
5030  <DT>MESSAGE NUMBER:</DT>
5031  <DD>Messages in a folder are numbered, from one through the number
5032 of messages in the folder, to help you know where you are in the folder.
5033 These numbers are always in increasing order, even if you sort the folder
5034 in a different way.</DD><P>
5036  <DT>DATE SENT:</DT>
5037  <DD>The date the message was sent.  By default, messages are
5038 ordered by arrival time, not by date sent.  Most of the time, arrival time
5039 and date sent (effectively departure time) are similar.  Sometimes,
5040 however, the index will appear to be out of order because a message took a
5041 long time in delivery or because the sender is in a different time
5042 zone than you are. This date is just the date from the Date header
5043 field in the message.</DD><P>
5045  <DT>WHO SENT THE MESSAGE:</DT>
5046  <DD>This is usually the name of the sender of the message, taken from
5047 the From header of the message.
5048 If there is no personal name given in that
5049 address, then the email address is used instead.
5050 If the message is from you (or from one of your
5051 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5052 then the recipient's name is shown here instead, with the characters
5053 &quot;To: &quot; inserted before the name.
5054 (The idea of this is that if you sent the mail you would rather see who
5055 the mail was sent to instead of that the mail was from you.
5056 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5057 above.
5058 In particular, use the FROM token or the FROMORTONOTNEWS token
5059 in place of the FROMORTO token.)
5060 In Newsgroups, if you are
5061 the sender and there are no email recipients, the newsgroup name will be
5062 listed after the &quot;To: &quot;. </DD><P>
5064  <DT>SIZE:</DT>
5065  <DD>The number in parentheses is the number of characters in the message.
5066 It may have a suffix of K, M, or G which means the number should be
5067 multiplied by one thousand, one million, or one billion to get the
5068 size of the message.</DD><P>
5070  <DT>SUBJECT:</DT>
5071  <DD>As much of the message's subject line as will fit on the screen.</DD>
5072 </DL>
5074 <P><UL>
5075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5076 </UL>
5078 &lt;End of help on this topic&gt;
5079 </BODY>
5080 </HTML>
5081 ============= h_mail_view ========================
5082 <HTML>
5083 <HEAD>
5084 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5085 </HEAD>
5086 <BODY>
5087 <H1>MESSAGE TEXT SCREEN</H1>
5088 <!--chtml if pinemode="function_key"-->
5089 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>
5090 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5091 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>
5092 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>
5093 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>
5094 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>
5095 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>
5096 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>
5097 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>
5098 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>
5099 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>
5100 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>
5101 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>
5102 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>
5103 <BR>
5104 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5105 ------------------------------<BR>
5106 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5107 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5108 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5109 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5110 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5111 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5112 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5113 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5114 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5115 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5116 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5117 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5118 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5119 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5120 <!--chtml else-->
5121 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5122 ---------------------------------<BR>
5123 <BR>
5124 &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>
5125 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>
5126 &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>
5127 &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>
5128 &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>
5129 &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>
5130 &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>
5131 &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>
5132 &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>
5133 <BR>
5134 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5135 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5136 &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>
5137 &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>
5138 &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>
5139 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>
5140 <BR>
5141 General&nbsp;Alpine&nbsp;Commands<BR>
5142 ---------------------<BR>
5143 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5144 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5145 &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>
5146 &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>
5147 &nbsp;&nbsp;&nbsp;&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>
5148 <!--chtml endif-->
5151 NOTE:
5152 <OL>
5153  <LI>For help on a particular command, highlight the bold text associated
5154 with it above and hit Return.
5155  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5156 </OL>
5158 <H2>Description of the MESSAGE TEXT Screen</H2>
5160 The top line of the view message screen displays status
5161 information about the currently open collection and folder and about the
5162 current message.  It shows the name of the collection in angle brackets
5163 and then the name of the folder.  The line also displays the number
5164 of messages in the folder, the number of the current message and the
5165 percentage of the current message that has been displayed on the screen.
5166 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5167 right corner.
5168 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5169 in the corner.
5172 NOTE: to rapidly move to the end of a message, hit the
5173 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5174 (or Ctrl-W) key followed
5175 by Ctrl-V.  Similarly,
5176 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5177 followed by Ctrl-Y will take you to the beginning of
5178 a message.
5180 <H2>Explanation of Alternate Character Sets</H2>
5182 Alpine attempts to stay out of the way so that it won't prevent you from
5183 viewing mail in any character set.  It will simply send the message to
5184 your display device.  If the device is capable of displaying the
5185 message as it was written it will do so.  If not, the display may be
5186 partially or totally incorrect.
5187 If the message contains characters that are not representable in your 
5188 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5189 variable in your configuration, then a warning message will be printed
5190 to your screen at the beginning of the message display.
5191 It is probably best to use UNIX Alpine in a terminal emulator
5192 capable of displaying UTF-8 characters.
5193 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5194 more information about character set settings.
5196 <P><UL>
5197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5198 </UL>
5200 &lt;End of help on this topic&gt;
5201 </BODY>
5202 </HTML>
5203 ======= h_index_cmd_select =======
5204 <HTML>
5205 <HEAD>
5206 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5207 </HEAD>
5208 <BODY>
5209 <H1>Selecting: Select and WhereIs/Select</H1>
5211 Aggregate operations give you the ability to process a group of messages
5212 at once.  Acting on multiple messages requires two steps: (1) selecting a
5213 set of messages and then; (2) applying a command to that set. The first
5214 part is handled by the select command.  Select allows you to
5215 select messages based on their status (read, answered, etc.), contents,
5216 date, size, or keywords.
5217 You may also select based on one of your Rules or based on threads,
5218 and there are quick options to select a specific message or range of messages,
5219 to select the current message, or to select all messages.
5222 We describe the various selection criteria briefly:
5225 <DL>
5226 <DT>select All</DT>
5227 <DD> Marks all the messages in the folder as selected.
5228 </DD>
5230 <DT>select Cur</DT>
5231 <DD> Selects the currently highlighted message or currently highlighted
5232 set of messages if in a threaded view.
5233 </DD>
5235 <DT>select by Number</DT>
5236 <DD> Select by message number. This may be a comma-separated list instead or
5237 a single entry.
5238 Each element in the list may be either a single message number or a range
5239 of numbers with a dash between the lowest and highest member of the range.
5240 Some examples are 7 to select only message number 7; 2-5 to select messages
5241 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5242 The word &quot;end&quot; may be used as a substitute for the highest numbered
5243 message in the folder.
5244 If in a separate thread index where the numbers refer to threads instead of
5245 to messages, then you will be selecting all of the messages in the
5246 referenced threads instead of selecting by message number.
5247 </DD>
5249 <DT>select by Date</DT>
5250 <DD> Select by either the date stored in the Date headers of each message,
5251 or by the date when the messages arrived.
5252 This does not adjust for different time zones, but just checks to see what
5253 day the message was sent on.
5254 You may type in a date. If you do, the date should be in the form
5255 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5256 For example,
5257 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5259 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5260 If the date you want is close to the current date, it is probably
5261 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5262 is displayed, instead of typing in the date yourself.
5263 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5264 the date of the currently highlighted message. 
5266 There are six possible settings that are selected using the
5267 &quot;^W&nbsp;Toggle When&quot; command.
5268 Three of them select messages based on the Date headers.
5269 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5270 and &quot;SENT ON&quot;.
5271 SINCE is all messages with the selected date or later.
5272 BEFORE is all messages earlier than the selected date (not including the day
5273 itself).
5274 ON is all messages sent on the selected date.
5275 The other three select messages in the same way but they use the arrival
5276 times of the messages instead of the Date headers included in the messages.
5277 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5278 and &quot;ARRIVED ON&quot;.
5279 When you save a message from one folder to another the arrival time is
5280 preserved.
5281 </DD>
5283 <DT>select by Text</DT>
5284 <DD> Selects messages based on the message contents.
5285 This allows you to select a set of messages based on whether or not the
5286 message headers or message body contain specified text.
5287 You may look for text in the Subject, the From header,
5288 the To header, or the Cc header.
5289 You may also choose Recipient, which searches for the text in
5290 either the To or the Cc header;
5291 or Participant, which means To or Cc or From.
5292 Besides those specific header searches, you may also search the entire
5293 header and text of the message with &quot;All Text&quot;, or just the
5294 body of the message.
5296 To search for the absence of text, first type the &quot;! Not&quot; command
5297 before typing the specific type of text search.
5298 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5299 search for all messages that do not contain a particular word in their
5300 Subjects.
5302 If you choose a Subject search, you may use the subject from the current
5303 message by typing the &quot;^X Cur Subject&quot; command.
5304 You may then edit it further if you wish.
5305 For example, you might select the subject of a reply and edit the
5306 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5307 the original message being replied to.
5308 All of the other header searches allow you to use addresses from the
5309 headers of the current message if you want to.
5310 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5311 &quot;^W Cur Cc&quot;.
5312 In each case, if there is more than one address, only the first is offered.
5313 </DD>
5315 <DT>select by Status</DT>
5316 <DD> Selects messages based on their status.
5317 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5318 messages.
5319 Or, if you first type the &quot;! Not&quot; command, you get not New,
5320 or not Important, and so on.
5321 If you select Deleted messages, you will get all messages with their
5322 Deleted flag set.
5323 Likewise for Important messages, all messages that you have flagged as
5324 being Important with the
5325 <A HREF="h_common_flag">Flag</A> command.
5326 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5327 because they try to match what you see on the screen by default.
5328 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5329 and Unanswered.
5330 If you have looked at the message, or deleted it, or answered it; then it
5331 is not considered &quot;New &quot;.
5332 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5334 &quot;Answered&quot; is another one that is a little different.
5335 It means that the message has been Answered <EM>and</EM> is not deleted.
5336 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5337 the opposite of &quot;Answered&quot;!
5338 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5339 both Unanswered <EM>and</EM> not deleted.
5341 The other two types were added later because the special nature of the
5342 New flag was not what was wanted by all users.
5343 New does match what you see in the index by default, but if you use
5344 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5345 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5346 be exactly what you want.
5347 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5348 they are deleted or answered, and
5349 &quot;Recent&quot; selects all of the messages that have been added to
5350 the folder since you started this Alpine session.
5351 (That's not technically quite true. If there are multiple mail clients
5352 reading an IMAP mailbox, each message will be marked as Recent in only
5353 one of the client's sessions.)
5354 </DD>
5356 <DT>select by siZe</DT>
5357 <DD> Selects messages based on their size being smaller than or larger
5358 than the size you specify.
5359 The size is the number of bytes.
5360 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5361 the number.
5362 For example, 7K is the same as 7000.
5363 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5364 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5365 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5366 and Larger.
5367 </DD>
5369 <DT>select by Keyword</DT>
5370 <DD> Selects messages that either have or do not have
5371 (using the &quot;!&nbsp;Not&quot; command)
5372 a particular <A HREF="h_config_keywords">Keyword</A> set.
5373 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5374 command to select one from your list of keywords.
5376 <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.
5377 </DD>
5379 <DT>select by Rule</DT>
5380 <DD> Selects messages that either match or don't match
5381 (using the &quot;!&nbsp;Not&quot; command)
5382 one of the Rules you have defined.
5383 The most likely method of filling in the Rule is to use the
5384 &quot;^T&nbsp;To&nbsp;List&quot;
5385 command to select one of your Rules.
5386 All of the Rules you have defined will be in the list, including
5387 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5388 They may not all make sense for this purpose, but they are all there for
5389 flexibility.
5390 You might find it useful to define some rules solely for the purpose
5391 of being used by the Select command.
5392 There is a special category for such Rules. They are called Search Rules.
5394 Unfortunately, Alpine does not allow all possible Rules to be defined.
5395 For example, there is no logical OR operation.
5396 OR is accomplished in the Filter Rules or the other types of Rules by
5397 simply defining two rules, one that matches the first part of the OR
5398 and another that matches the second part.
5399 But you can't do that here, since you only have a single Rule to work with.
5400 Likewise, the order of Rules is usually important.
5401 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5402 a message, then that stops the search for a further match.
5403 This means that you may be confused if you try to use Select by Rule to
5404 check your Filter rules because the order is important when filtering but
5405 is not considered here.
5406 </DD>
5408 <DT>select by tHread</DT>
5409 <DD> Selects all of the messages in the current thread.
5410 </DD>
5411 </DL>
5413 After you have an initial selection, the next and subsequent selection
5414 commands modify the selection.
5415 The select command changes. It first gives
5416 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5417 &quot;unselect Current&quot;,
5418 &quot;Broaden selection&quot; (implements a logical OR), and
5419 &quot;Narrow selection&quot; (implements a logical AND).
5420 After you choose either Broaden or Narrow, you then choose one of the
5421 selection criteria listed above (by Text or Number or ...).
5422 You may use select as many times as you wish to get the selected set right.
5425 The WhereIs command has a feature (Ctrl-X) to
5426 select all the messages that match the WhereIs search. WhereIs searches
5427 through just the text that appears on the MESSAGE INDEX screen.
5428 This method is often slower than using the select command itself, unless the
5429 line you are looking for is not too far away in the index.
5432 The availability of the aggregate operations commands is determined by the
5433 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5434 Feature-List option in your Alpine
5435 configuration, which defaults to set.
5436 The features
5437 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5439 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5440 affect the behavior of the Select command.
5443 &lt;End of help on this topic&gt;
5444 </BODY>
5445 </HTML>
5446 ======= h_select_rule =======
5447 <HTML>
5448 <HEAD>
5449 <TITLE>Select: Rule</TITLE>
5450 </HEAD>
5451 <BODY>
5452 <H1>Select: Rule</H1>
5454 You are selecting messages that either match or don't match
5455 one of the Rules you have defined.
5456 You may either type the nickname of the Rule at the prompt, or use the
5457 &quot;^T&nbsp;To&nbsp;List&quot;
5458 command to select one of your Rules.
5459 All of the Rules you have defined will be in the list, including
5460 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5461 They may not all make sense for this purpose, but they are all there for
5462 flexibility.
5463 Rules may be added by using the Setup/Rules screen off of the main Alpine
5464 menu.
5466 Unfortunately, Alpine does not allow all possible Rules to be defined.
5467 For example, there is no logical OR operation.
5468 OR is accomplished in the Filter Rules or the other types of Rules by
5469 simply defining two rules, one that matches the first part of the OR
5470 and another that matches the second part.
5471 But you can't do that here, since you only have a single Rule to work with.
5472 Likewise, the order of Rules is usually important.
5473 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5474 a message, then that stops the search for a further match.
5475 This means that you may be confused if you try to use Select by Rule to
5476 check your Filter rules because the order is important when filtering but
5477 is not considered here.
5480 &lt;End of help on this topic&gt;
5481 </BODY>
5482 </HTML>
5483 ======= h_select_text =======
5484 <HTML>
5485 <HEAD>
5486 <TITLE>Select: Text</TITLE>
5487 </HEAD>
5488 <BODY>
5489 <H1>Select: Text</H1>
5491 You are selecting messages based on the contents of the message.
5492 This allows you to select a set of messages based on whether or not the
5493 message headers or message body contain specified text.
5494 You may look for text in the Subject, the From header,
5495 the To header, or the Cc header.
5496 You may also choose Recipient, which searches for the text in
5497 either the To or the Cc header;
5498 or Participant, which means either the To header, or the Cc header,
5499 or the From header.
5500 Besides those specific header searches, you may also search the entire
5501 header and text of the message with &quot;All Text&quot;, or just the
5502 body of the message with &quot;Body&quot;.
5504 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5505 before typing the specific type of text search.
5506 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5507 search for all messages that do not contain a particular word in their
5508 Subjects.
5510 If you choose a Subject search, you may use the subject from the current
5511 message by typing the &quot;^X Cur Subject&quot; command.
5512 You may then edit it further if you wish.
5513 For example, you might select the subject of a reply and edit the
5514 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5515 the original message being replied to.
5516 All of the other header searches allow you to use addresses from the
5517 headers of the current message if you want to.
5518 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5519 &quot;^W Cur Cc&quot;.
5520 In each case, if there is more than one address, only the first is offered.
5523 &lt;End of help on this topic&gt;
5524 </BODY>
5525 </HTML>
5526 ======= h_select_status =======
5527 <HTML>
5528 <HEAD>
5529 <TITLE>Select: Status</TITLE>
5530 </HEAD>
5531 <BODY>
5532 <H1>Select: Status</H1>
5534 You are selecting messages based on the status of the message.
5535 For example, whether or not the message has been marked Deleted or Important,
5536 or whether or not it has been Answered or is New.
5537 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5538 opposite: not Deleted, not Important, and so on.
5540 If you select Deleted messages, you will get all messages with their
5541 Deleted flag set.
5542 Likewise for Important messages, all messages that you have flagged as
5543 being Important with the
5544 <A HREF="h_common_flag">Flag</A> command.
5545 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5546 because they try to match what you see on the screen by default.
5547 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5548 and Unanswered.
5549 If you have looked at the message, or deleted it, or answered it; then it
5550 is not considered &quot;New &quot;.
5551 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5553 &quot;Answered&quot; is another one that is a little different.
5554 It means that the message has been Answered <EM>and</EM> is not deleted.
5555 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5556 the opposite of &quot;Answered&quot;!
5557 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5558 both Unanswered <EM>and</EM> not deleted.
5560 (The New and Answered options may seem counter-intuitive.
5561 The reason it is done this way is
5562 because, by default, a Deleted message will show up with the &quot;D&quot;
5563 symbol in the MAIL INDEX screen even if it is New or Answered.
5564 The Delete symbol overrides the New and Answered symbols, because you
5565 usually don't care about the message anymore once you've deleted it.
5566 Similarly, you usually only care about whether a message is Answered or
5567 not if it is not Deleted.
5568 Once it is Deleted you've put it out of your mind.)
5570 The other two options were added later because the special nature of the
5571 New flag was not what was wanted by all users.
5572 New does match what you see in the index by default, but if you use
5573 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5574 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5575 be exactly what you expect.
5576 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5577 they are deleted or answered, and
5578 &quot;Recent&quot; selects all of the messages that have been added to
5579 the folder since you started this Alpine session.
5580 (That's not technically quite true. If there are multiple mail clients
5581 reading an IMAP mailbox, each message will be marked as Recent in only
5582 one of the client's sessions.
5583 That behavior can be convenienent for some purposes, like filtering, but
5584 it isn't usually what you expect when selecting.)
5587 &lt;End of help on this topic&gt;
5588 </BODY>
5589 </HTML>
5590 ======= h_index_cmd_apply =======
5591 <HTML>
5592 <HEAD>
5593 <TITLE>Apply Command</TITLE>
5594 </HEAD>
5595 <BODY>
5596 <H1>Apply Command</H1>
5598 Apply
5599 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5600 is the second step of most aggregate operations.  Apply
5601 becomes active any time there is a defined set of selected messages.  The
5602 following commands can be applied to a selected message set: delete,
5603 undelete, reply, forward,
5604 <!--chtml if pinemode="os_windows"-->
5605 <!--chtml else--> 
5606 pipe,
5607 <!--chtml endif-->
5608 print, take address, save, export, bounce, and flag.
5611 The behavior of some of these commands in an aggregate sense is not easy to
5612 explain.  Try them out to see what they do.
5613 The feature
5614 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5615 affects the behavior of the Apply command, as does the feature
5616 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5619 &lt;End of help on this topic&gt;
5620 </BODY>
5621 </HTML>
5622 ======= h_index_cmd_zoom =======
5623 <HTML>
5624 <HEAD>
5625 <TITLE>ZoomMode Command</TITLE>
5626 </HEAD>
5627 <BODY>
5628 <H1>ZoomMode Command</H1>
5630 Another action you might want to take on a set of selected messages is to
5631 zoom in on them.  Like apply, zoom only becomes active when messages have
5632 been selected.
5633 ZoomMode
5634 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5635 is a toggle command that allows you to
5636 zoom-in (and only see the selected messages) and zoom-out (to see all
5637 messages in the folder).  Neither apply nor zoom removes the markings that
5638 define the selected set; you need to use a select command in order
5639 to do that.
5642 &lt;End of help on this topic&gt;
5643 </BODY>
5644 </HTML>
5645 ======= h_index_collapse_expand =======
5646 <HTML>
5647 <HEAD>
5648 <TITLE>Collapse/Expand Command</TITLE>
5649 </HEAD>
5650 <BODY>
5651 <H1>Collapse/Expand Command</H1>
5653 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5654 the folder is sorted by either Threads or OrderedSubject, and the
5655 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5656 is set to something other than &quot;none&quot;.
5657 By default, this command collapses or expands the subthread that starts at
5658 the currently highlighted message, if any.
5659 If the subthread is already collapsed, then this command expands it.
5660 If the subthread is expanded, then this command collapses it.
5661 If there are no more messages below the current message in the
5662 thread tree (that is, there are no replies to the current message) then
5663 this command does nothing.
5666 The behavior of this command is affected by the option
5667 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5668 Normally, this command Collapses or Expands the subthread that
5669 starts at the currently highlighted message.
5670 If the above option is set, then this command Collapses or Expands the
5671 entire current thread instead of just the subthread.
5672 The current thread is simply the top-level thread that contains the
5673 current message.
5676 &lt;End of help on this topic&gt;
5677 </BODY>
5678 </HTML>
5679 ======= h_index_cmd_sort =======
5680 <HTML>
5681 <HEAD>
5682 <TITLE>Sort Command</TITLE>
5683 </HEAD>
5684 <BODY>
5685 <H1>Sort Command</H1>
5687 In Alpine's generic configuration, messages are presented in the order in
5688 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5689 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5690 You can also re-sort the folder on demand with the sort
5691 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5692 command.
5693 Your sorting options are:
5695 <UL>
5696  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5697  <LI> <A HREF="h_index_sort_date">D</A>ate
5698  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5699  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5700  <LI> t<A HREF="h_index_sort_thread">H</A>read
5701  <LI> <A HREF="h_index_sort_from">F</A>rom
5702  <LI> si<A HREF="h_index_sort_size">Z</A>e
5703  <LI> scor<A HREF="h_index_sort_score">E</A>,
5704  <LI> <A HREF="h_index_sort_to">T</A>o
5705  <LI> <A HREF="h_index_sort_cc">C</A>c
5706 </UL>
5709 The Reverse option will toggle the order the index is currently
5710 sorted by, but will not change the relative sort order.
5713 Sorting a folder does not actually rearrange the way the folder is saved,
5714 it just re-arranges how the messages are presented to you.  This means
5715 that Alpine has to do the work of sorting every time you change sort order.
5716 Sometimes, especially with PC-Alpine or with large folders, this could take
5717 a while.
5720 &lt;End of help on this topic&gt;
5721 </BODY>
5722 </HTML>
5723 ======= h_index_sort_default =======
5724 <HTML>
5725 <HEAD>
5726 <TITLE>SORT OPTION: Default</TITLE>
5727 </HEAD>
5728 <BODY>
5729 <H1>SORT OPTION: Default</H1>
5731 The <EM>Default</EM> sort option just means to use the default sort order
5732 set in the
5733 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5734 option in Setup/Config.
5737 &lt;End of help on this topic&gt;
5738 </BODY>
5739 </HTML>
5740 ======= h_index_sort_arrival =======
5741 <HTML>
5742 <HEAD>
5743 <TITLE>SORT OPTION: Arrival</TITLE>
5744 </HEAD>
5745 <BODY>
5746 <H1>SORT OPTION: Arrival</H1>
5748 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5749 in the order that they exist in the folder.  This is usually the same as the
5750 order in which they arrived.  This option is comparable to not sorting
5751 the messages at all.
5754 &lt;End of help on this topic&gt;
5755 </BODY>
5756 </HTML>
5757 ======= h_index_sort_date =======
5758 <HTML>
5759 <HEAD>
5760 <TITLE>SORT OPTION: Date</TITLE>
5761 </HEAD>
5762 <BODY>
5763 <H1>SORT OPTION: Date</H1>
5765 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5766 according to the date and time they were
5767 sent.
5770 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5771 identical to sorting by &quot;Arrival&quot;.
5774 &lt;End of help on this topic&gt;
5775 </BODY>
5776 </HTML>
5777 ======= h_index_sort_subj =======
5778 <HTML>
5779 <HEAD>
5780 <TITLE>SORT OPTION: Subject</TITLE>
5781 </HEAD>
5782 <BODY>
5783 <H1>SORT OPTION: Subject</H1>
5785 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5786 by subject. 
5789 Messages with the same subject are
5790 first grouped together, and then the groups of like-subject messages
5791 are arranged alphabetically.
5794 Alpine ignores leading &quot;Re:&quot; and
5795 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5796 likeness and alphabetical order of subject lines.
5799 &lt;End of help on this topic&gt;
5800 </BODY>
5801 </HTML>
5802 ======= h_index_sort_ordsubj =======
5803 <HTML>
5804 <HEAD>
5805 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5806 </HEAD>
5807 <BODY>
5808 <H1>SORT OPTION: OrderedSubject</H1>
5810 The <EM>OrderedSubject</EM> sort option arranges messages in the
5811 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5812 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5815 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5816 messages by the date of the oldest message in the group.
5819 This sort method provides for pseudo threading of conversations within
5820 a folder.
5821 You may want to try sorting by Thread instead.
5824 &lt;End of help on this topic&gt;
5825 </BODY>
5826 </HTML>
5827 ======= h_index_sort_thread =======
5828 <HTML>
5829 <HEAD>
5830 <TITLE>SORT OPTION: Thread</TITLE>
5831 </HEAD>
5832 <BODY>
5833 <H1>SORT OPTION: Thread</H1>
5835 The <EM>Thread</EM> sort option arranges messages in the
5836 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5837 they are part of a conversation (discussion thread) taking
5838 place within a mailbox or newsgroup.  This indication is
5839 based on information in the message's header -- specifically
5840 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5843 &lt;End of help on this topic&gt;
5844 </BODY>
5845 </HTML>
5846 ======= h_index_sort_from =======
5847 <HTML>
5848 <HEAD>
5849 <TITLE>SORT OPTION: From</TITLE>
5850 </HEAD>
5851 <BODY>
5852 <H1>SORT OPTION: From</H1>
5854 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5855 by the name of the author of the message.
5858 Messages with the same author are grouped together. Groups of
5859 messages are then put into alphabetical order according to message
5860 author.
5863 &lt;End of help on this topic&gt;
5864 </BODY>
5865 </HTML>
5866 ======= h_index_sort_size =======
5867 <HTML>
5868 <HEAD>
5869 <TITLE>SORT OPTION: Size</TITLE>
5870 </HEAD>
5871 <BODY>
5872 <H1>SORT OPTION: Size</H1>
5874 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5875 by their relative sizes.
5878 &lt;End of help on this topic&gt;
5879 </BODY>
5880 </HTML>
5881 ======= h_index_sort_score =======
5882 <HTML>
5883 <HEAD>
5884 <TITLE>SORT OPTION: Score</TITLE>
5885 </HEAD>
5886 <BODY>
5887 <H1>SORT OPTION: Score</H1>
5889 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5890 by their scores.
5893 Messages with the same score are sorted in arrival order.
5894 Scores are something you create using the
5895 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5898 &lt;End of help on this topic&gt;
5899 </BODY>
5900 </HTML>
5901 ======= h_index_sort_to =======
5902 <HTML>
5903 <HEAD>
5904 <TITLE>SORT OPTION: To</TITLE>
5905 </HEAD>
5906 <BODY>
5907 <H1>SORT OPTION: To</H1>
5909 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5910 by the names of the recipients of the message.
5913 Messages with the same recipients are grouped together. Groups of
5914 messages are then put into alphabetical order according to message
5915 recipients.
5918 &lt;End of help on this topic&gt;
5919 </BODY>
5920 </HTML>
5921 ======= h_index_sort_cc =======
5922 <HTML>
5923 <HEAD>
5924 <TITLE>SORT OPTION: Cc</TITLE>
5925 </HEAD>
5926 <BODY>
5927 <H1>SORT OPTION: Cc</H1>
5929 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5930 the names of the carbon copy addresses of the message.
5933 &lt;End of help on this topic&gt;
5934 </BODY>
5935 </HTML>
5936 ======= h_index_cmd_whereis =======
5937 <HTML>
5938 <HEAD>
5939 <TITLE>WhereIs Command</TITLE>
5940 </HEAD>
5941 <BODY>
5942 <H1>WhereIs Command</H1>
5944 The WhereIs
5945 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5946 command lets you search the MESSAGE INDEX for a word.
5947 It scans through whatever you see, usually the name of the author
5948 and the Subject line.
5949 WhereIs has special subcommands to let you find the beginning of the
5950 index (Ctrl-Y -- first message)
5951 or the end of the index (Ctrl-V -- last message).
5953 Note that WhereIs only searches through the visible text on the screen.
5954 For example, if only part of the Subject of a message is shown because it
5955 is long, then only the visible portion of the Subject is searched.
5956 Also note that WhereIs does not &quot;see&quot; the 
5957 &quot;X&quot; in column one of Index entries for selected messages
5958 so it can't be used to search for
5959 selected messages (use &quot;Zoom&quot; instead).
5961 If the feature
5962 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5963 is turned on,
5964 WhereIs can also be used as a quick way to select messages that match the
5965 string being searched for.
5966 Instead of typing carriage return to search for the next match, type
5967 Ctrl-X to select all matches.
5968 Once again, this only selects matches that are (or would be if the right
5969 index line was on the screen) visible.
5970 Truncated From lines or Subjects will cause matches to be missed.
5971 Although WhereIs is sometimes convenient for quick matching, the Select
5972 command is usually more powerful and usually faster.
5975 &lt;End of help on this topic&gt;
5976 </BODY>
5977 </HTML>
5978 ======= h_view_cmd_whereis =======
5979 <HTML>
5980 <HEAD>
5981 <TITLE>WhereIs Command</TITLE>
5982 </HEAD>
5983 <BODY>
5984 <H1>WhereIs Command</H1>
5986 The WhereIs
5987 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5988 command does a &quot;find in current message&quot; operation.  You
5989 type in text and Alpine will try to find it in the message you are
5990 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5991 or end (Ctrl-V) of the message.
5992 That is, to rapidly move to the end of a message, hit the 
5993 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5994 (or Ctrl-W) key followed
5995 by Ctrl-V.  Similarly,
5996 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5997 followed by Ctrl-Y will take you to the beginning of a message.
6000 &lt;End of help on this topic&gt;
6001 </BODY>
6002 </HTML>
6003 ======= h_view_cmd_hilite =======
6004 <HTML>
6005 <HEAD>
6006 <TITLE>View Hilite and Next item/Previous item</TITLE>
6007 </HEAD>
6008 <BODY>
6009 <H1>View Hilite and Next item/Previous item</H1>
6011 Sometimes messages may be in the form of formatted HTML text
6012 or they may contain URLs or Web server hostnames.
6013 When any of the features
6014 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6015 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6016 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6018 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6019 are enabled, Alpine will represent such selectable items in the text
6020 in bold typeface.  One of the selectable items will be displayed in
6021 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6022 Press the Return key to view the currently selected item.
6025 The Up and Down Arrows keys can be used to change the selected item
6026 (also see the feature
6027 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6028 If there are no selectable items in the direction of the arrow you
6029 pressed, Alpine will scroll the display in that direction until one
6030 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6031 items in the message text, use the Previous and Next item commands,
6032 <!--chtml if pinemode="function_key"-->F5 and F6
6033 <!--chtml else-->^B and ^F<!--chtml endif-->.
6036 &lt;End of help on this topic&gt;
6037 </BODY>
6038 </HTML>
6039 ======= h_view_cmd_viewattch =======
6040 <HTML>
6041 <HEAD>
6042 <TITLE>ViewAttch Command</TITLE>
6043 </HEAD>
6044 <BODY>
6045 <H1>ViewAttch Command</H1>
6048 The View/Save Attachment
6049 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6050 command allows you to handle MIME attachments to a message you have
6051 received.  Alpine shows you a list of the message attachments -- you just
6052 choose the attachment you want.  You may either view or save the
6053 selected attachment.
6056 Because many attachments require external programs for display, there
6057 is some system configuration that has to happen before you can
6058 actually display attachments.  Hopefully much of that will have been
6059 done already by your system administrator.  MIME configuration is
6060 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6061 on configuration in the
6062 <A HREF="h_news">release notes</A> for more information.)
6065 &lt;End of help on this topic&gt;
6066 </BODY>
6067 </HTML>
6068 ======= h_index_cmd_expunge =======
6069 <HTML>
6070 <HEAD>
6071 <TITLE>Expunge/Exclude Command</TITLE>
6072 </HEAD>
6073 <BODY>
6074 <H1>Expunge/Exclude Command</H1>
6076 Expunge/Exclude
6077 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6078 is the command Alpine uses to actually remove all messages
6079 marked for deletion.  With regular email files, expunge literally deletes
6080 the text from the current folder.  With newsgroups or shared mailboxes,
6081 you don't have permission to actually remove the message, so it is an
6082 exclude -- Alpine removes the message from your view of the folder even
6083 though it is not technically gone.
6085 <P> A selective expunge command is available in IMAP folders that support 
6086 the UID EXPUNGE extension in <A 
6087 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6088 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6089 as a subcommand of the apply command. If some selected messages are marked 
6090 deleted, then the apply command will offer the eXpunge command, which when 
6091 executed will only expunge those messages that are selected and deleted.
6093 <P> 
6094 Observe that the expunge command (when not used from the apply command) 
6095 will expunge/exclude all deleted messages from the folder, and so all 
6096 messages marked deleted will be expunged, regardless of if they are 
6097 selected or not. In other words, there is no protection against 
6098 potentially expunging more messages than only those that have been 
6099 selected and deleted.
6102 The configuration features
6103 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6105 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6106 affect the behavior of the Expunge command.
6109 &lt;End of help on this topic&gt;
6110 </BODY>
6111 </HTML>
6112 ======= h_common_compose =======
6113 <HTML>
6114 <HEAD>
6115 <TITLE>Compose Command</TITLE>
6116 </HEAD>
6117 <BODY>
6118 <H1>Compose Command</H1>
6120 The Compose command takes you into the Alpine message composer where you
6121 can start a new message for sending.  This is where you type in the
6122 message's text and specify its recipient list (the &quot;To:&quot;
6123 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6124 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6125 be attached to the message.
6128 When you type this command, Alpine will also automatically check for any
6129 interrupted (i.e., a message that was being composed when your modem
6130 or network connection was broken) or previously postponed messages and
6131 offer you a chance to continue working on those.
6134 <UL>   
6135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6136 </UL><P>
6137 &lt;End of help on this topic&gt;
6138 </BODY>
6139 </HTML>
6140 ======= h_common_index =======
6141 <HTML>
6142 <HEAD>
6143 <TITLE>Message Index Command</TITLE>
6144 </HEAD>
6145 <BODY>
6146 <H1>Message Index Command</H1>
6148 The Index command takes you to the MESSAGE INDEX screen that displays a
6149 summary caption for each message in the currently-open folder. One
6150 message will be highlighted; this is the &quot;Current&quot; message.
6151 The message commands available from this screen (e.g. View, Reply,
6152 Forward, Delete, Print, Save, etc) apply to the current message.
6155 &lt;End of help on this topic&gt;
6156 </BODY>
6157 </HTML>
6158 ======= h_common_folders =======
6159 <HTML>
6160 <HEAD>
6161 <TITLE>Folder List Command</TITLE>
6162 </HEAD>
6163 <BODY>
6164 <H1>Folder List Command</H1>
6166 This Folder List command takes you to the FOLDER LIST screen that displays
6167 the names of all your message folders and allows you to view, rename,
6168 delete, and add folders.  You can open (view) a different folder than the
6169 one currently open by highlighting the desired one (using the arrow keys
6170 or their control-key equivalents) and pressing RETURN.
6173 If you have multiple folder collections defined (see the Help text for
6174 the FOLDER LIST screen to learn more about Collections), you may need
6175 to press Return to expand the collection and display all of the
6176 folders in it.
6179 &lt;End of help on this topic&gt;
6180 </BODY>
6181 </HTML>
6182 ======= h_main_addrbook =======
6183 <HTML>
6184 <HEAD>
6185 <TITLE>Address Book Command</TITLE>
6186 </HEAD>
6187 <BODY>
6188 <H1>Address Book Command</H1>
6190 This command, available only from the MAIN MENU, takes you
6191 to the ADDRESS BOOK management screen.  From here, your personal address
6192 book(s) may be updated.
6195 &lt;End of help on this topic&gt;
6196 </BODY>
6197 </HTML>
6198 ======= h_main_setup =======
6199 <HTML>
6200 <HEAD>
6201 <TITLE>Setup Command</TITLE>
6202 </HEAD>
6203 <BODY>
6204 <H1>Setup Command</H1>
6206 The Setup command, available only from the MAIN MENU, prompts you for
6207 one of several configuration screens, including the SETUP CONFIGURATION 
6208 screen, by which you may activate optional Alpine features.
6211 &lt;End of help on this topic&gt;
6212 </BODY>
6213 </HTML>
6214 ======= h_main_release_notes =======
6215 <HTML>
6216 <HEAD>
6217 <TITLE>Release Notes Command</TITLE>
6218 </HEAD>
6219 <BODY>
6220 <H1>Release Notes Command</H1>
6222 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6223 as well as pointers to further information such as history and legal notes.
6226 &lt;End of help on this topic&gt;
6227 </BODY>
6228 </HTML>
6229 ======= h_main_kblock =======
6230 <HTML>
6231 <HEAD>
6232 <TITLE>Keyboard Lock Command</TITLE>
6233 </HEAD>
6234 <BODY>
6235 <H1>Keyboard Lock Command</H1>
6237 This command allows your Alpine session to be protected
6238 during a temporary absence from your terminal.
6241 &lt;End of help on this topic&gt;
6242 </BODY>
6243 </HTML>
6244 ======= h_main_journal =======
6245 <HTML>
6246 <HEAD>
6247 <TITLE>Journal Command</TITLE>
6248 </HEAD>
6249 <BODY>
6250 <H1>Journal Command</H1>
6252 This command displays a list of all the status messages Alpine has
6253 displayed (on the third line from the bottom of the screen). This may
6254 be useful if a message disappeared before you had a chance to read it.
6257 &lt;End of help on this topic&gt;
6258 </BODY>
6259 </HTML>
6260 ======= h_common_role =======
6261 <HTML>
6262 <HEAD>
6263 <TITLE>Role Command</TITLE>
6264 </HEAD>
6265 <BODY>
6266 <H1>Role Command</H1>
6268 The Role command is similar to the Compose command except that it starts
6269 off by letting you select a <A HREF="h_rules_roles">role</A>
6270 to be used for the composition.
6271 You may set up alternate roles by using Setup/Rules/Roles.
6274 &lt;End of help on this topic&gt;
6275 </BODY>
6276 </HTML>
6277 ======= h_common_conditional_cmds =======
6278 <HTML>
6279 <HEAD>
6280 <TITLE>Conditional Commands</TITLE>
6281 </HEAD>
6282 <BODY>
6283 <H1>Conditional Commands</H1>
6285 The presence or absence of certain commands, particularly in the
6286 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6287 whether or not specific features are set in your Alpine configuration.  
6288 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6289 Alpine's MAIN MENU.)  To see if a desired command's availability is
6290 conditioned on a feature setting, see the command's help text (highlight
6291 the phrase associated with the command and hit Return).
6294 Also note that some
6295 commands may be administratively disabled by your system manager;
6296 if they don't work, please check with your local help desk.
6299 <UL>   
6300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6301 </UL><P>
6302 &lt;End of help on this topic&gt;
6303 </BODY>
6304 </HTML>
6305 ======= h_common_pipe =======
6306 <HTML>
6307 <HEAD>
6308 <TITLE>Pipe Command</TITLE>
6309 </HEAD>
6310 <BODY>
6311 <H1>Pipe Command</H1>
6313 Pipe
6314 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6315 allows you to send a message to a specified Unix command for external
6316 processing.
6317 This command's availability is controlled by the
6318 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6319 feature.
6320 By default, the processed text of the message is sent to the command
6321 you specify and the output is captured by Alpine and shown to you.
6322 When you run the pipe command, there are some sub-commands which may be
6323 used to alter this behavior.
6324 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6327 &lt;End of help on this topic&gt;
6328 </BODY>
6329 </HTML>
6330 ======= h_common_goto =======
6331 <HTML>
6332 <HEAD>
6333 <TITLE>Goto Command</TITLE>
6334 </HEAD>
6335 <BODY>
6336 <H1>Goto Command</H1>
6338 Goto
6339 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6340 is the command that lets you bypass Alpine's folder selection screens
6341 and jump directly to a new folder.  You can select any folder in the
6342 world: one in your current collection, one in a different collection or
6343 one in a collection you've never even used before.
6346 Alpine will help you as much as possible to narrow in on the folder you want.
6347 However, if the folder is outside of your defined collections, you are
6348 going to have to enter the exact folder location using the correct
6349 <A HREF="h_valid_folder_names">syntax</A>
6350 for a remote folder and/or fully-qualified path name.
6353 &lt;End of help on this topic&gt;
6354 </BODY>
6355 </HTML>
6356 ======= h_common_nextnew =======
6357 <HTML>
6358 <HEAD>
6359 <TITLE>NextNew Command</TITLE>
6360 </HEAD>
6361 <BODY>
6362 <H1>NextNew Command</H1>
6364 When you press the TAB key, Alpine advances to the next
6365 &quot;interesting&quot; message.
6366 This will be the next message you have not seen before, or the next message
6367 you have flagged Important, whichever comes first.
6368 Unread messages that have been deleted are not considered interesting.
6369 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6370 articles after you have read them if you want to remove them from future
6371 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6372 more information.)
6375 The NextNew command is affected by the feature
6376 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6377 which causes Alpine to only consider Unread messages interesting, not messages
6378 flagged Important.
6381 This command behaves a little differently when it finds there are no more
6382 interesting messages left in the current folder.
6383 If the current folder is one of your Incoming Message Folders
6384 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6385 or it is a newsgroup, then Alpine will try to find the next folder or
6386 newsgroup that contains <EM>Recent</EM> messages and will ask you
6387 if you want to open that folder.
6388 This behavior may be modified by using the
6389 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6390 feature that causes Alpine to look for Unseen messages instead of Recent
6391 messages.
6392 The NextNew command's behavior is also affected by the configuration features
6393 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6395 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6398 &lt;End of help on this topic&gt;
6399 </BODY>
6400 </HTML>
6401 ======= h_common_jump =======
6402 <HTML>
6403 <HEAD>
6404 <TITLE>Jump Command</TITLE>
6405 </HEAD>
6406 <BODY>
6407 <H1>Jump Command</H1>
6409 This is Alpine's way of allowing you to go straight to a specific message.
6410 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6411 configured such that typing in any number automatically jumps you to that
6412 message 
6413 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6414 in the SETUP CONFIGURATION).
6417 &lt;End of help on this topic&gt;
6418 </BODY>
6419 </HTML>
6420 ======= h_common_flag =======
6421 <HTML>
6422 <HEAD>
6423 <TITLE>Flag Command</TITLE>
6424 </HEAD>
6425 <BODY>
6426 <H1>Flag Command</H1>
6428 Flag
6429 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6430 is the command that allows users to manipulate the status flags that
6431 appear on the left side of the MESSAGE INDEX screen.  The most common
6432 use of this is to mark a message as important. This is something of a
6433 note to yourself to get back to that message.  You may also use the
6434 flag command to set (or unset) the flags that indicate that a message
6435 is new, answered, deleted, or forwarded.<P>
6437 Provided the mail server supports it,
6438 you may also manipulate user-defined keywords
6439 for a message using the flag command.
6440 These keywords will be available if you use the Flag Details screen that you
6441 can get to after typing the
6442 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6443 command.
6444 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6445 which are always present.
6446 You may add new keywords by using the Add KW command from the Flag Details screen
6447 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6449 The availability of the flag command is determined by the
6450 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6451 feature in your Alpine configuration. Also, it is possible that Flag could be
6452 administratively disabled by your system manager; if it doesn't work,
6453 please check with your local help desk before reporting a bug.
6454 The behavior of the flag command may be modified by the
6455 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6456 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6459 &lt;End of help on this topic&gt;
6460 </BODY>
6461 </HTML>
6462 ======= h_common_hdrmode =======
6463 <HTML>
6464 <HEAD>
6465 <TITLE>HdrMode Command</TITLE>
6466 </HEAD>
6467 <BODY>
6468 <H1>HdrMode Command</H1>
6470 Every email message comes with some header lines that you normally
6471 don't see (and don't want to see).
6472 These include anywhere from 3-20 lines (or more) added by the
6473 Internet mail transport system to record the route your message took,
6474 for diagnostic purposes.
6475 These are normally of no import and simply
6476 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6477 This also includes other non-standard headers the message may contain.
6478 If you want to see these headers, there is a way to reveal them.
6481 The Header Mode
6482 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6483 command is a toggle that controls Alpine's handling of these header
6484 lines.  Normally, full headers is &quot;off&quot; and you only see a
6485 few lines about who a message is to and who it is from.  When you
6486 press
6487 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6488 to turn full headers on, Alpine will show you
6489 the normal header lines as well as delivery headers, comment headers,
6490 MIME headers, and any other headers present.
6493 Several different Alpine commands honor the header mode -- it affects how
6494 messages are displayed, how they appear in forward and reply email, how
6495 they are printed, how they are saved, and how they are exported.
6496 <!--chtml if pinemode="os_windows"-->
6497 <!--chtml else--> 
6498 The pipe command is also affected.
6499 <!--chtml endif-->
6502 The presence or absence of the Header Mode command is determined by the
6503 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6504 Feature-List option in your Alpine configuration.
6507 If you have also turned on the
6508 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6509 option then the HdrMode command actually rotates through three states
6510 instead of just two.
6511 The first is the normal view with long quotes suppressed.
6512 The second is the normal view but with the long quotes included.
6513 The last enables the display of all headers in the message.
6514 When using Export, Pipe, Print, Forward, or Reply the quotes are
6515 never suppressed, so the first two states are identical.
6518 The behavior of the Header Mode command may be altered slightly by
6519 turning on the
6520 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6521 Feature-List option in your Alpine configuration.
6522 In particular, it will cause the Header Mode to be persistent when moving
6523 from message to message instead of resetting to the default for each message.
6526 <UL>   
6527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6528 </UL><P>
6529 &lt;End of help on this topic&gt;
6530 </BODY>
6531 </HTML>
6532 ======= h_common_print =======
6533 <HTML>
6534 <HEAD>
6535 <TITLE>Print Command</TITLE>
6536 </HEAD>
6537 <BODY>
6538 <H1>Print Command</H1>
6540 The Print
6541 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6542 command allows you to print a copy of a message.
6543 There are many SETUP CONFIGURATION features that affect the
6544 Print command, including
6545 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6546 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6547 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6548 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6549 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6550 You set up for printing by using the Printer option of the Setup command
6551 on the MAIN MENU.
6555 &lt;End of help on this topic&gt;
6556 </BODY>
6557 </HTML>
6558 ======= h_common_take =======
6559 <HTML>
6560 <HEAD>
6561 <TITLE>TakeAddr Command</TITLE>
6562 </HEAD>
6563 <BODY>
6564 <H1>TakeAddr Command</H1>
6567 With the Take Address
6568 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6569 command, you can extract email addresses from an
6570 incoming message and save them in an address book.  This is an easy way
6571 to add to your address book and avoid having to remember the email
6572 addresses of the people who write to you.
6575 If the message is just to you individually, then you will only need to
6576 provide a nickname.  If the message contains more than one email address,
6577 then you will see an address
6578 selection screen that lets you choose the address you want to save into
6579 your address book, or lets you choose several of them add to a
6580 personal distribution list.
6583 Once you've added an entry to your address book, you can use it from the
6584 message composer by typing the nickname of the entry into one of the
6585 header fields (for example, into the To: field), or you can use ^T from
6586 the header field to select the entry from your address book.
6589 If the configuration feature
6590 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6591 is set, the behavior of the Take command is altered slightly.
6594 &lt;End of help on this topic&gt;
6595 </BODY>
6596 </HTML>
6597 ======= h_ge_import =======
6598 <HTML>
6599 <HEAD>
6600 <TITLE>Import File Selection</TITLE>
6601 </HEAD>
6602 <BODY>
6603 <H1>Import File Selection</H1>
6605 You are importing a file that you previously
6606 exported from Alpine.
6607 You are now being asked for the name of that file.
6608 The easiest way to select a file is probably with the &quot;^T&quot;
6609 &quot;To Files&quot; command.
6610 Alternatively, you may type in a file name.
6611 It may be an absolute pathname.
6612 Otherwise, it is a file located in your home directory
6613 or current working directory
6614 <!--chtml if pinemode="running"-->
6615 (which, at least for your current Alpine &quot;session,&quot; 
6616 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6617 <!--chtml endif-->, depending on the
6618 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6619 In any case, you finish by typing a carriage return to accept the
6620 file name that is displayed.
6621 When the feature
6622 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6623 is turned on you may use TAB to complete partially typed in names.
6625 You may cancel the import operation by typing &quot;^C&quot; after exiting
6626 this help.
6628 &lt;End of help on this topic&gt;
6629 </BODY>
6630 </HTML>
6631 ======= h_ge_allparts =======
6632 <HTML>
6633 <HEAD>
6634 <TITLE>Export Message File Selection</TITLE>
6635 </HEAD>
6636 <BODY>
6637 <H1>Export Message File Selection</H1>
6639 You are Exporting a message from an Alpine mail folder
6640 to a plain text file.
6641 You also have the option of exporting all of the attachments associated
6642 with the message.
6643 You are now being asked for the name of the file to export <EM>to</EM>.
6644 The easiest way to select a file is probably with the &quot;^T&quot;
6645 &quot;To Files&quot; subcommand.
6646 After returning from that subcommand you will still be allowed to
6647 edit the name you have selected.
6648 Alternatively, you may type in a file name.
6649 It may be an absolute pathname.
6650 Otherwise, it is a file located in your home directory
6651 or current working directory
6652 <!--chtml if pinemode="running"-->
6653 (which, at least for your current Alpine &quot;session,&quot; 
6654 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6655 <!--chtml endif-->, depending on the
6656 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6657 In any case, you finish by typing a carriage return to accept the
6658 file name that is displayed.
6659 When the feature
6660 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6661 is turned on you may use TAB to complete partially typed in names.
6663 The message you are exporting appears to have some attachments.
6664 If you wish to save <EM>all</EM> of the attachments at once,
6665 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6666 saving of the attachments.
6667 You may turn it back off by typing &quot;^P&quot; again, which will now
6668 be labeled &quot;NoAllParts&quot; instead.
6669 If you want to save the parts the command displayed should be
6670 &quot;NoAllParts&quot;!
6671 When you choose to save attachments like this, the attachments will be saved
6672 in a newly created directory.
6673 That directory will have the same name as the file name you choose here,
6674 with the letters &quot;.d&quot; appended.
6675 If that directory already exists, then the letters &quot;.d_1&quot; will
6676 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6677 is found.
6678 For example, if you select the file name
6680 <CENTER><SAMP>filename</SAMP></CENTER>
6682 to export the message to, then the directory used for the attachments will be
6684 <CENTER><SAMP>filename.d</SAMP></CENTER>
6686 or perhaps
6688 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6690 The attachments will then be put into files inside that directory.
6691 The names for the attachment files will be derived from the attachments
6692 if possible.
6693 This is done in the same way as the default values are derived if you
6694 save them one at a time.
6695 (The &quot;filename&quot; parameter from the Content-Disposition header
6696 is the first choice. If that doesn't exist, the &quot;name&quot;
6697 parameter from the Content-Type header is used.)
6698 If a name for a particular attachment is not available, then the
6699 part number of the attachment is used, with the characters &quot;part_&quot;
6700 prepended.
6701 An example of that would be
6703 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6705 If you want to save only some of the attachments or if you want more control
6706 over the directory and filename where an attachment is saved you may
6707 cancel out of this command and View the attachment list.
6708 From there you can save each attachment individually.
6710 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6711 this help.
6713 &lt;End of help on this topic&gt;
6714 </BODY>
6715 </HTML>
6716 ======= h_ge_export =======
6717 <HTML>
6718 <HEAD>
6719 <TITLE>Export File Selection</TITLE>
6720 </HEAD>
6721 <BODY>
6722 <H1>Export File Selection</H1>
6724 You are Exporting or Saving something from within the Alpine world
6725 (a message, an attachment, etc.)
6726 to a plain text file.
6727 You are now being asked for the name of the file to export <EM>to</EM>.
6728 The easiest way to select a file is probably with the &quot;^T&quot;
6729 &quot;To Files&quot; subcommand.
6730 After returning from that subcommand you will still be allowed to
6731 edit the name you have selected.
6732 Alternatively, you may type in a file name.
6733 It may be an absolute pathname.
6734 Otherwise, it is a file located in your home directory
6735 or current working directory
6736 <!--chtml if pinemode="running"-->
6737 (which, at least for your current Alpine &quot;session,&quot; 
6738 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6739 <!--chtml endif-->, depending on the
6740 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6741 In any case, you finish by typing a carriage return to accept the
6742 file name that is displayed.
6743 When the feature
6744 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6745 is turned on you may use TAB to complete partially typed in names.
6747 If the object you are exporting is a message with some attachments,
6748 you may wish to save all of the attachments by typing the &quot;^P&quot;
6749 &quot;AllParts&quot; command to turn on saving of the attachments.
6750 This subcommand will only be visible if the message actually has attachments.
6751 You may also View the attachment list and save individual attachments from
6752 there.
6754 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6755 the Control-R subcommand to toggle if saving will be done in binary mode,
6756 meaning that the attachment will be decoded, but will not be transformed
6757 to UTF-8 for further processing (either in internal filters, or user
6758 supplied filters.) This is useful in case you either want to preserve
6759 the text as it was encoded originally to you, or the attachment was
6760 incorrectly attached (the attachment is not of text type) and you need
6761 the original text to process the attachment.
6763 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6764 this help.
6766 &lt;End of help on this topic&gt;
6767 </BODY>
6768 </HTML>
6769 ======= h_common_save =======
6770 <HTML>
6771 <HEAD>
6772 <TITLE>Save and Export Commands</TITLE>
6773 </HEAD>
6774 <BODY>
6775 <H1>Save and Export Commands</H1>
6777 Save
6778 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6779 and Export
6780 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6781 are the two alternatives Alpine gives you to keep a copy of the message
6782 you are reading. If you want to keep the message within Alpine's email
6783 world, use &quot;Save&quot;; if you want to use the message in another
6784 program, use &quot;Export&quot;.
6787 When you Save a message, it is put into an existing folder or into a new
6788 folder in one of your existing folder collections.  The message stays in
6789 email format and can be read by Alpine again.  Alpine may use a special format
6790 for its mail folders -- never edit an Alpine folder by hand or with any
6791 program other than Alpine.  The exact behavior of the Save command can be
6792 configured with the
6793 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6794 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6795 and 
6796 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6797 feature list settings.
6798 The name of the folder offered as a default is controlled by the option
6799 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6802 When you use Export, the message is placed in a plain text file in your
6803 home directory 
6804 <!--chtml if pinemode="running"-->
6805 (which, in the present configuration of your system, is
6806  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6807 <!--chtml endif-->
6808 or current working directory
6809 <!--chtml if pinemode="running"-->
6810 (which, at least for your current Alpine &quot;session,&quot; 
6811 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6812 <!--chtml endif-->, depending on the
6813 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6814 configuration setting.  In the normal case, only minimal
6815 headers are exported with the message; however, if the full header mode 
6816 (whose availability may be disabled  by setting the feature 
6817 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6818 in SETUP CONFIGURATION) is
6819 toggled on, then complete headers are exported along with the message
6820 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6821 defined, they may affect the contents of the exported file.)
6824 &lt;End of help on this topic&gt;
6825 </BODY>
6826 </HTML>
6827 ======= h_common_bounce =======
6828 <HTML>
6829 <HEAD>
6830 <TITLE>Bounce Command</TITLE>
6831 </HEAD>
6832 <BODY>
6833 <H1>Bounce Command</H1>
6835 The Bounce 
6836 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6837 command allows you to re-send, or &quot;remail&quot;, a
6838 message, as if you were never in the loop.  It is analogous to crossing
6839 out your address on a postal letter, writing a different address on the
6840 envelope, and putting it into the mailbox. Bounce is used primarily to
6841 redirect email that was sent to you in error.
6842 Also, some owners of email
6843 lists need the bounce command to handle list traffic.
6844 Bounce is not anonymous.
6845 A ReSent-From header is added to the message so that the recipient may
6846 tell that you Bounced it to them.
6849 The presence or absence of the Bounce command is determined by the
6850 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6851 feature in your Alpine configuration.
6852 The feature
6853 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6854 affects the behavior of the Bounce command.
6855 Also, it is possible that Bounce could be
6856 administratively disabled by your system manager; if it doesn't work,
6857 please check with your local help desk before reporting a bug.
6860 &lt;End of help on this topic&gt;
6861 </BODY>
6862 </HTML>
6863 ======= h_common_reply =======
6864 <HTML>
6865 <HEAD>
6866 <TITLE>Reply and Forward Commands</TITLE>
6867 </HEAD>
6868 <BODY>
6870 <H1>Reply and Forward Commands</H1>
6872 Replying 
6873 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6874 and Forwarding 
6875 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6876 are your two alternatives for following up on the
6877 message you are reading.  You would use reply if you want to get email
6878 back to the author of the message and/or the other people who have
6879 already seen it.  You use forward if you want somebody new to see the
6880 message.
6883 In the normal case, the only thing that you must supply when forwarding a
6884 message is the name/email address of the new recipient.
6885 Alpine will include the text of the forwarded message.
6886 Alpine will also include any attachments to the message.
6887 There is space above the forwarded text for you to include additional comments.
6890 When replying, you usually have to answer some questions.
6891 If the message is to multiple people and/or specified with a Reply-To: header,
6892 then you will have to decide who should get the reply.
6893 You also need to decide whether or not to include the previous
6894 message in your reply.
6895 Some of this is configurable.
6896 Specifically, see the
6897 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6898 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6899 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6901 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6902 configuration features.
6905 Both the Reply and Forward commands react to the full header mode toggle.
6906 If the full header mode is on, then all the header and delivery lines are
6907 included with the text of the message in your reply/forward.
6910 Other configuration features that affect the Reply command are
6911 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6912 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6913 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6916 &lt;End of help on this topic&gt;
6917 </BODY>
6918 </HTML>
6919 ======= h_common_delete =======
6920 <HTML>
6921 <HEAD>
6922 <TITLE>Delete and Undelete Commands</TITLE>
6923 </HEAD>
6924 <BODY>
6925 <H1>Delete and Undelete Commands</H1>
6927 Delete 
6928 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6929 and Undelete 
6930 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6931 allow you to change the Deleted flag for the current message.
6932 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6933 removes the mark.
6934 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6935 at the left hand edge of the index line.
6936 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6937 in the upper right hand corner of the screen.
6938 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6939 get rid of the message.
6940 The eXpunge command (available from the MESSAGE INDEX screen) actually
6941 removes all of the deleted messages in a folder.
6942 Once a message is eXpunged, it can't be retrieved.
6945 The Delete command is affected by the setting of the configuration feature
6946 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6949 &lt;End of help on this topic&gt;
6950 </BODY>
6951 </HTML>
6952 ======= h_common_postpone =======
6953 <HTML>
6954 <HEAD>
6955 <TITLE>Postpone Command</TITLE>
6956 </HEAD>
6957 <BODY>
6958 <H1>Postpone Command</H1>
6960 The postpone
6961 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6962 command allows you to temporarily stop working on the current
6963 message so you may read
6964 other messages or compose another message.  When you want to resume a
6965 message later, start to compose and answer &quot;yes&quot; to the
6966 &quot;Continue postponed composition?&quot; question.  You may
6967 postpone as many messages as you like.
6970 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6971 in the Setup/Config screen, then the Postpone command will prompt you for
6972 the folder in which to store your outgoing message.
6975 &lt;End of help on this topic&gt;
6976 </BODY>
6977 </HTML>
6978 ======= h_compose_cancel =======
6979 <HTML>
6980 <HEAD>
6981 <TITLE>Cancel Command</TITLE>
6982 </HEAD>
6983 <BODY>
6984 <H1>Cancel Command</H1>
6986 Cancel
6987 <!--chtml if pinemode="function_key"-->
6988 (F2)
6989 <!--chtml else-->
6990 (^C) 
6991 <!--chtml endif-->
6993 The Cancel command returns you to Alpine's normal mail processing and
6994 causes the message currently under composition to be thrown out.
6995 The message text <EM>will be lost</EM>.
6998 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
6999 will be preserved in the file named
7000 <!--chtml if pinemode="os_windows"-->
7001 &quot;DEADLETR&quot;.
7002 <!--chtml else-->
7003 &quot;dead.letter&quot; in your home directory.
7004 <!--chtml endif-->
7005 If you unintentionally cancel a message, look there for its text.
7008 &lt;End of help on this topic&gt;
7009 </BODY>
7010 </HTML>
7011 ======= h_compose_addrcomplete =======
7012 <HTML>
7013 <HEAD>
7014 <TITLE>Address Completion</TITLE>
7015 </HEAD>
7016 <BODY>
7017 <H1>Address Completion</H1>
7019 When entering addresses in the address fields of the composer (To, Cc, etc.)
7020 the TAB key may be used to help complete the address.
7021 Type a partial nickname and tap the TAB key to complete the typing.
7022 The unambiguous part of the name will be filled in automatically.
7023 Typing TAB twice in succession will bring up a selection list of possibilities,
7024 making it easy to find and choose the correct address.
7027 The matching algorithm is rather ad hoc.
7028 The search starts with a search of your address book.
7029 It counts as a match if the nickname, address, or fullname field of an
7030 entry begins with the text typed in so far. It is also a match if
7031 a later word in the fullname (for example, the middle name or last name)
7032 begins with the entered text.
7034 Next comes an LDAP search.
7035 The search will happen for any servers that have the
7036 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7037 feature set. You can set or unset the feature for each server independently
7038 in the Setup/Directory screen.
7040 Finally, if you are replying to or forwarding a message, that message is
7041 searched for likely candidate addresses that match the typed-in text.
7044 &lt;End of help on this topic&gt;
7045 </BODY>
7046 </HTML>
7047 ======= h_compose_richhdr =======
7048 <HTML>
7049 <HEAD>
7050 <TITLE>Rich Header Command</TITLE>
7051 </HEAD>
7052 <BODY>
7053 <H1>Rich Header Command</H1>
7055 The Rich Header command allows you to toggle between the list of 
7056 all message headers available for editing and those that are most
7057 common.
7060 Use this toggle to expose headers that are not normally visible by
7061 default.
7062 This set usually includes the
7063 &quot;Bcc:&quot;,
7064 &quot;Fcc:&quot;,
7065 &quot;Lcc:&quot;,
7066 and &quot;Newsgroups&quot;
7067 headers.
7068 If you are posting to a newsgroup the set of defaults is a little different.
7069 Obviously, in that case, the Newsgroups header is of interest so is not
7070 hidden.
7071 For news posting the hidden set includes the
7072 &quot;To:&quot;,
7073 &quot;Cc:&quot;,
7074 &quot;Bcc:&quot;,
7075 &quot;Fcc:&quot;,
7076 and &quot;Lcc:&quot;
7077 headers.
7078 You won't normally want to edit these, which is why they are hidden,
7079 but it is sometimes useful to be able to set them manually.
7082 The default sets of headers listed above can be altered.
7083 Any header that you have added to the
7084 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7085 option, but not to the
7086 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7087 option will appear when you use the Rich Headers command to
7088 make the Rich Headers visible.
7089 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7090 even without toggling the Rich Headers command.)
7093 &lt;End of help on this topic&gt;
7094 </BODY>
7095 </HTML>
7096 ======= h_compose_send =======
7097 <HTML>
7098 <HEAD>
7099 <TITLE>Send Command</TITLE>
7100 </HEAD>
7101 <BODY>
7102 <H1>Send Command</H1>
7104 The Send command
7105 <!--chtml if pinemode="function_key"-->
7106 (F3)
7107 <!--chtml else-->
7108 (^X) 
7109 <!--chtml endif-->
7110 tells Alpine you are finished composing.
7111 Before actually sending it, though, Alpine will ask you to confirm 
7112 your intention, and, at the same time, redisplayed the message text
7113 with the recipients at the top of the screen to give you the opportunity
7114 to review and verify that the message is addressed to the people
7115 you intended.
7117 If the feature
7118 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7119 then this confirmation prompt and any options it allows are skipped.
7122 This confirmation prompt may also offer, depending
7123 on your particular Setup/Config, options allowing you to set
7124 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7125 include attachments in the &quot;Fcc&quot; (if you had previously
7126 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7127 observe details of the
7128 <A HREF="h_config_verbose_post">message submission process</A>,
7129 choose the filter through which the
7130 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7131 or turn of flowed text generation.
7134 &lt;End of help on this topic&gt;
7135 </BODY>
7136 </HTML>
7137 ======= h_compose_markcutpaste =======
7138 <HTML>
7139 <HEAD>
7140 <TITLE>Mark, Cut and Paste Commands</TITLE>
7141 </HEAD>
7142 <BODY>
7143 <H1>Mark, Cut and Paste Commands</H1>
7145 You can define a &quot;block&quot; of text, which can subsequently
7146  be deleted or
7147 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7148 then moving the cursor to the end of the desired text block.  You can then
7149 &quot;cut&quot; the block out 
7150 <!--chtml if pinemode="function_key"-->
7151 &quot;F9&quot;,
7152 <!--chtml else-->
7153 &quot;Ctrl-K&quot;,
7154 <!--chtml endif-->
7155 move the cursor, and &quot;paste&quot; it
7156 <!--chtml if pinemode="function_key"-->
7157 &quot;F10&quot;,
7158 <!--chtml else-->
7159 &quot;Ctrl-U&quot;,
7160 <!--chtml endif-->
7161 in the new location.  Also, you can paste more than once, allowing you
7162 to use this feature to copy a block of text.<P>
7164 If you press 
7165 <!--chtml if pinemode="function_key"-->
7166 &quot;F9&quot;
7167 <!--chtml else-->
7168 &quot;^K&quot;
7169 <!--chtml endif-->
7170 without having marked anything, Alpine will delete
7171 a single line.  If you delete a group of lines together, Alpine keeps them
7172 in the same buffer, so 
7173 <!--chtml if pinemode="function_key"-->
7175 <!--chtml else-->
7177 <!--chtml endif-->
7178 will restore them as a block.  About
7179 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7180 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7181 &quot;type the character ^&quot;.
7184 &lt;End of help on this topic&gt;
7185 </BODY>
7186 </HTML>
7187 ======= h_compose_justify =======
7188 <HTML>
7189 <HEAD>
7190 <TITLE>Justify Command</TITLE>
7191 </HEAD>
7192 <BODY>
7193 <H1>Justify Command</H1>
7195 The Justify
7196 <!--chtml if pinemode="function_key"-->
7197 (F4)
7198 <!--chtml else-->
7199 (^J) 
7200 <!--chtml endif-->
7201 command reformats the text in the paragraph the cursor is in.
7202 Paragraphs are separated by one blank line or a line beginning with a space.
7203 This is useful when you have been editing a paragraph and the lines become
7204 uneven.  The text is left aligned or justified and the right is ragged.  If
7205 the text is already justified as typed with auto-wrap, no justification will
7206 be done.
7209 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7210 block of text, the Justify command is modified.
7211 Instead of automatically justifying the current paragraph you will be
7212 asked if you want to justify the paragraph, justify the selected region,
7213 or adjust the quote level of the selected region.
7214 Adjusting the quote level only works if you are using standard
7215 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7216 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7219 When composing a reply containing included text, the justify command
7220 will reformat text to the right of the 
7221 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7222 adding or removing indented lines as needed.  Paragraphs are separated
7223 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7224 line containing the indent string and one or more blank spaces.
7225 Included text that was previously indented (or &quot;quoted&quot;) is
7226 not preserved.
7229 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7230 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7231 use the standard
7232 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7235 &lt;End of help on this topic&gt;
7236 </BODY>
7237 </HTML>
7238 ======= h_compose_spell =======
7239 <HTML>
7240 <HEAD>
7241 <TITLE>Spell Check Command</TITLE>
7242 </HEAD>
7243 <BODY>
7244 <H1>Spell Check Command</H1>
7246 The &quot;To Spell&quot;
7247 <!--chtml if pinemode="function_key"-->
7248 (F12)
7249 <!--chtml else-->
7250 (^T) 
7251 <!--chtml endif-->
7252 command calls an external spell checking program to look over the
7253 message you are composing.  By default, Alpine uses
7255 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7257 if it knows where to find &quot;aspell&quot;.
7258 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7259 then the command used is
7261 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7263 Otherwise, the ancient &quot;spell&quot; command is used.
7265 For PC-Alpine, you must install the aspell library code that you
7266 may get from
7267 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7270 &lt;End of help on this topic&gt;
7271 </BODY>
7272 </HTML>
7273 ======= h_compose_alted =======
7274 <HTML>
7275 <HEAD>
7276 <TITLE>Alt Editor Command</TITLE>
7277 </HEAD>
7278 <BODY>
7279 <H1>Alt Editor Command</H1>
7281 The &quot;Alt Editor&quot; command's availability depends on the
7282 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7285 When the variable specifies a valid editor on your system, this
7286 command will launch it with the current text of your message
7287 already filled in.
7290 &lt;End of help on this topic&gt;
7291 </BODY>
7292 </HTML>
7293 ======= h_compose_readfile =======
7294 <HTML>
7295 <HEAD>
7296 <TITLE>Read File Command</TITLE>
7297 </HEAD>
7298 <BODY>
7299 <H1>Read File Command</H1>
7301 The &quot;Read File&quot;
7302 <!--chtml if pinemode="function_key"-->
7303 (F5)
7304 <!--chtml else-->
7305 (^R) 
7306 <!--chtml endif-->
7307 command allows you to copy in text from an existing file. You will be
7308 prompted for the name of a file to be inserted into the message.  The file
7309 name is relative to your home directory 
7310 <!--chtml if pinemode="running"-->
7311 (which, in the present configuration of your system, is
7312  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7313 <!--chtml endif-->
7314 or current working directory
7315 <!--chtml if pinemode="running"-->
7316 (which, at least for your current Alpine &quot;session,&quot; 
7317 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7318 <!--chtml endif-->, depending on the
7319 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7320 configuration setting; or, the file name must be specified as a full path name 
7321 <!--chtml if pinemode="os_windows"-->
7322 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7323 <!--chtml else-->
7324 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7325 <!--chtml endif-->
7326 (without the quotation marks).
7329 The file will be inserted where the cursor is located.  <B>The
7330 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7331 Unix machine but have files on a PC or Mac, the files must be transferred
7332 to the system Alpine is running on before they can be read.  Please ask your
7333 local computer support people about the correct way to transfer a file to 
7334 your Alpine system.
7337 &lt;End of help on this topic&gt;
7338 </BODY>
7339 </HTML>
7340 ======= h_config_tray_icon =======
7341 <HTML>
7342 <HEAD>
7343 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7344 </HEAD>
7345 <BODY>
7346 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7348 PC-Alpine only.
7350 This option restores a behavior of previous versions of PC-Alpine.
7351 These
7352 versions, when started, installed a PC-Alpine icon in the notification 
7353 tray of Window's Taskbar.  The primary use of this icon was to indicate
7354 new mail arrival by turning red (while the Taskbar icon remained green).
7355 Additionally, the icon now changes to yellow to signify that a mail folder
7356 has been closed unexpectedly.
7359 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7360 color its Taskbar entry's icon red (as well as the icon in the Window
7361 Title).  This feature is only provided for backwards compatibility.
7364 &lt;End of help on this topic&gt;
7365 </BODY>
7366 </HTML>
7367 ======= h_common_suspend =======
7368 <HTML>
7369 <HEAD>
7370 <TITLE>Suspend Command</TITLE>
7371 </HEAD>
7372 <BODY>
7373 <H1>Suspend Command</H1>
7375 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7376 enabled, you can, at almost any time, temporarily halt your Alpine session,
7377 <!--chtml if pinemode="os_windows"-->
7378 minimizing it into an icon.
7379 <!--chtml else-->
7380 and return to your system prompt.
7381 <!--chtml endif-->
7384 &lt;End of help on this topic&gt;
7385 </BODY>
7386 </HTML>
7387 ======= h_pipe_command =======
7388 <HTML>
7389 <HEAD>
7390 <TITLE>Pipe Command SubOptions</TITLE>
7391 </HEAD>
7392 <BODY>
7393 <H1>Pipe Command SubOptions</H1>
7395 By default, when you use the Pipe command, the processed text of the
7396 message is sent to the Unix command
7397 you specify and the output is captured by Alpine and shown to you.
7398 (This command is available in PC-Alpine, as well, but there aren't many
7399 Windows commands that work well with piping.)
7400 There are some sub-commands that may be used to alter this behavior.
7401 These are toggles that switch the behavior between two possibilities.
7402 They can be combined in any way you wish.
7404 By default, the prompt at the bottom of the screen looks like
7406 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7410 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7412 if you are piping more than one message.
7414 The sub-command options are:
7415 <DL>
7416    <DT>Shown Text or Raw Text</DT>
7417    <DD>This option toggles between sending the shown (processed) text
7418 of the message to the Unix command, and sending the
7419 raw (unprocessed) text of the message to the Unix command.
7420 The default is to send the shown text.
7421 The raw version of the message will contain all of the headers and any
7422 MIME encoding that the message contains.
7423 If you've selected the Raw Text then the prompt will have the additional word
7424 &quot;RAW&quot; in it, like
7426 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7428 You can experiment with this option by piping to something simple like the
7429 Unix &quot;cat&quot; command.
7430    </DD>
7431    <DT>Captured Output or Free Output</DT>
7432    <DD>This option toggles between having Alpine capture the output of
7433 the Unix pipe command for display, and not capturing it.
7434 If the command you are piping to is a filter that will produce output
7435 you want to view, then you want to capture that output
7436 for display (the default).
7437 If the Unix command doesn't produce output or handles the display itself,
7438 then you want free output.
7439 When you've selected the Free Output option the prompt will change to
7441 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7443    </DD>
7444    <DT>No Delimiter or With Delimiter</DT>
7445    <DD>This option controls whether or not a Unix mailbox style delimiter
7446 will come before the text of the message.
7447 This is the delimiter used in the common Unix mailbox format.
7448 It's the single line that begins with the five characters
7449 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7450 You'll usually only want to include this if the Unix command requires
7451 input in the format of a traditional Unix mailbox file.
7452 When you've selected the With Delimiter option the prompt will change to
7454 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7456    </DD>
7457    <DT>To Same Pipe or To Individual Pipes</DT>
7458    <DD>This option only shows up if you are running an aggregate
7459 pipe command.
7460 That is, the command was Apply Pipe, not just Pipe.
7461 You have the option of piping all of the selected messages through a
7462 single pipe to a single instance of the Unix command,
7463 or piping each individual message through a separate pipe to separate
7464 instances of the Unix command.
7465 The default is that all of the output will go through a single pipe
7466 to a single instance of the command.
7467 You can try this option with a command like &quot;less&quot;, with Free
7468 Output enabled.
7469 When you've selected the Individual Pipes option the prompt will change to
7471 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7473    </DD>
7474 </DL>
7477 As mentioned earlier, the options can be combined in any way you wish.
7478 You may leave them all off, turn them all on, or turn some of them on
7479 and some of them off.
7480 If you use the pipe command a second time in the same session the default
7481 options will be what you used the last time.
7484 &lt;End of help on this topic&gt;
7485 </BODY>
7486 </HTML>
7487 ========== h_emptydir_subfolder_name =========
7488 <HTML>
7489 <HEAD>
7490 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7491 </HEAD>
7492 <BODY>
7493 <H1>Enter Subfolder Name</H1>
7495 <P> 
7496 This is the name of a new subfolder in the directory you are creating.
7497 Because empty directories are hidden and therefore not useful, you must also
7498 create a subfolder in the directory you are creating in order that the
7499 directory remains visible.
7501 Alternatively, you may turn off the configuration feature
7502 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7503 so that empty directories remain visible.
7504 If you do that, you will not be required to create the subfolder when you
7505 create a directory.
7508 &lt;End of help on this topic&gt;
7509 </BODY>
7510 </HTML>
7511 ========== h_incoming_add_folder_name =========
7512 <HTML>
7513 <HEAD>
7514 <TITLE>ENTER FOLDER NAME</TITLE>
7515 </HEAD>
7516 <BODY>
7517 <H1>Enter Folder Name</H1>
7519 <P> 
7520 This is the name of the folder on the previously specified server.
7521 By default the folder name is interpreted as defining a section of your personal
7522 folder area.  This area and how you specify it are defined by the
7523 server, if one is specified.
7526 To define a folder outside the default area, prefix
7527 the path with the namespace to use when interpreting the
7528 given path.  If a namespace is specified, the folder name begins with the
7529 sharp (#) character followed by the name of the namespace
7530 and then the namespace's path-element-delimiter.  Aside from the
7531 name's format, namespaces can also imply access rights, content
7532 policy, audience, location, and, occasionally, access methods.
7535 Each server exports its own set (possibly of size one) of 
7536 namespaces.
7537 For a more detailed explanation read about
7538 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7541 To specify the default for INBOX on the server you can usually just enter
7542 &quot;INBOX&quot;, and the server will understand the special meaning of
7543 that word.
7546 &lt;End of help on this topic&gt;
7547 </BODY>
7548 </HTML>
7549 ========== h_incoming_add_folder_host =========
7550 <HTML>
7551 <HEAD>
7552 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7553 </HEAD>
7554 <BODY>
7555 <H1>Enter Incoming Folder Server</H1>
7557 You are being asked for the name of the server for use with this incoming
7558 folder.
7559 If the folder is on the machine where Alpine is running, then just enter
7560 RETURN without typing a server name.
7563 If the folder is on an IMAP server then type the server's name followed
7564 by RETURN.
7565 You may use the ^X command if the server is the same as the server that
7566 the INBOX is on.
7569 You may have to add optional extra information to the server name.
7570 For example, if the IMAP server is using a non-standard port number you
7571 would specify that by appending a colon (:) followed by the port number
7572 to the server name
7575 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7578 or you may need to specify a different protocol if the server is not an
7579 IMAP server. For example:
7582 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7585 for a POP server or
7588 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7591 for an NNTP news server.
7592 For an explanation of all of the possibilities, see
7593 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7594 for folders.
7597 There is a special command (^W) if you want to set up a folder that gets its
7598 mail from a
7599 <A HREF="h_maildrop">Mail Drop</A>.
7600 If you type that command, you will be prompted for the information for
7601 both the Mail Drop folder and the destination folder.
7604 &lt;End of help on this topic&gt;
7605 </BODY>
7606 </HTML>
7607 ========== h_incoming_add_inbox =========
7608 <HTML>
7609 <HEAD>
7610 <TITLE>ENTER INBOX SERVER</TITLE>
7611 </HEAD>
7612 <BODY>
7613 <H1>Enter INBOX Server</H1>
7615 You are being asked for the name of the server for use with
7616 the INBOX folder.
7617 Type the server's name followed by RETURN.
7620 You may have to add optional extra information to the server name.
7621 For example, if the server is using a non-standard port number you
7622 would specify that by appending a colon (:) followed by the port number
7623 to the server name
7626 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7629 or you may need to specify a different protocol if the server is not an
7630 IMAP server. For example:
7633 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7636 for a POP server.
7639 For an explanation of all of the possibilities, see
7640 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7641 for folders.
7644 If the INBOX folder is on the machine where Alpine is running, then just enter
7645 RETURN without typing a server name.
7648 There is a special command (^W) if you want to set up a folder that gets its
7649 mail from a
7650 <A HREF="h_maildrop">Mail Drop</A>.
7651 If you type that command, you will be prompted for the information for
7652 both the Mail Drop folder and the destination folder, which will be used
7653 as your INBOX folder.
7656 &lt;End of help on this topic&gt;
7657 </BODY>
7658 </HTML>
7659 ========== h_incoming_add_maildrop_destn =========
7660 <HTML>
7661 <HEAD>
7662 <TITLE>ENTER DESTINATION SERVER</TITLE>
7663 </HEAD>
7664 <BODY>
7665 <H1>Enter Destination Server</H1>
7667 You are being asked for the name of the server where the destination
7668 folder is for use with this Mail Drop incoming folder.
7669 That is, you are using a Mail Drop for this incoming folder and
7670 you've already entered
7671 the server and folder name for the Mail Drop.
7672 Now you need to enter the server for the destination folder
7673 where the mail should be copied to.
7674 Mail will come from the Mail Drop and be copied to the destination folder.
7677 Type the server's name followed by RETURN.
7678 If the folder is local to this computer, just type RETURN without entering
7679 a server name.
7682 You may have to add optional extra information to the server name.
7683 For example, if the server is using a non-standard port number you
7684 would specify that by appending a colon (:) followed by the port number
7685 to the server name
7688 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7691 For an explanation of all of the possibilities, see
7692 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7693 for folders.
7696 &lt;End of help on this topic&gt;
7697 </BODY>
7698 </HTML>
7699 ========== h_inbox_add_maildrop_destn =========
7700 <HTML>
7701 <HEAD>
7702 <TITLE>ENTER DESTINATION SERVER</TITLE>
7703 </HEAD>
7704 <BODY>
7705 <H1>Enter Destination Server</H1>
7707 You are being asked for the name of the server where the destination
7708 folder is for use with your Mail Drop INBOX.
7709 That is, you are using a Mail Drop for your INBOX and you've already entered
7710 the server and folder name for the Mail Drop.
7711 Now you need to enter the server for the destination folder
7712 where the mail should be copied to.
7713 Mail will come from the Mail Drop and be copied to the destination folder.
7716 Type the server's name followed by RETURN.
7717 If the folder is local to this computer, just type RETURN without entering
7718 a server name.
7721 You may have to add optional extra information to the server name.
7722 For example, if the server is using a non-standard port number you
7723 would specify that by appending a colon (:) followed by the port number
7724 to the server name
7727 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7730 For an explanation of all of the possibilities, see
7731 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7732 for folders.
7735 &lt;End of help on this topic&gt;
7736 </BODY>
7737 </HTML>
7738 ========== h_inbox_add_maildrop =========
7739 <HTML>
7740 <HEAD>
7741 <TITLE>ENTER MAILDROP SERVER</TITLE>
7742 </HEAD>
7743 <BODY>
7744 <H1>Enter Mail Drop Server</H1>
7746 You are being asked for the name of the Mail Drop server for use with
7747 your INBOX.
7750 Type the server's name followed by RETURN.
7753 You may have to add optional extra information to the server name.
7754 For example, if the server is using a non-standard port number you
7755 would specify that by appending a colon (:) followed by the port number
7756 to the server name
7759 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7762 or you may need to specify a different protocol if the server is not an
7763 IMAP server. For example:
7766 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7769 for a POP server or
7772 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7775 for an NNTP news server.
7776 For an explanation of all of the possibilities, see
7777 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7778 for folders.
7781 &lt;End of help on this topic&gt;
7782 </BODY>
7783 </HTML>
7784 ========== h_incoming_add_maildrop =========
7785 <HTML>
7786 <HEAD>
7787 <TITLE>ENTER MAILDROP SERVER</TITLE>
7788 </HEAD>
7789 <BODY>
7790 <H1>Enter Mail Drop Server</H1>
7792 You are being asked for the name of the Mail Drop server for use with
7793 this incoming folder.
7796 Type the server's name followed by RETURN.
7797 You may use the ^X command if the server is the same as the server that
7798 the INBOX is on.
7801 You may have to add optional extra information to the server name.
7802 For example, if the server is using a non-standard port number you
7803 would specify that by appending a colon (:) followed by the port number
7804 to the server name
7807 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7810 or you may need to specify a different protocol if the server is not an
7811 IMAP server. For example:
7814 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7817 for a POP server or
7820 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7823 for an NNTP news server.
7824 For an explanation of all of the possibilities, see
7825 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7826 for folders.
7829 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7830 RETURN without typing a server name.
7833 &lt;End of help on this topic&gt;
7834 </BODY>
7835 </HTML>
7836 ========== h_maildrop =========
7837 <HTML>
7838 <HEAD>
7839 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7840 </HEAD>
7841 <BODY>
7842 <H1>What is a Mail Drop?</H1>
7844 In some situaions it may make sense to have your mail delivered to one
7845 folder (the Mail Drop) and then when you want to read mail that has been
7846 delivered to the Mail Drop folder Alpine will move it to another
7847 destination folder.
7848 Often the Mail Drop will be a remote folder and messages will be moved from
7849 there to a local destination folder.
7852 One example where this might make sense is if the Mail Drop folder is accessible
7853 only with the POP protocol.
7854 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7855 mail from there to a local (on the same machine Alpine is running on)
7856 destination folder, where you'll read it.
7859 A Mail Drop may only be used as your Inbox or as an
7860 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7863 There is no attempt to synchronize the contents of the destination folder
7864 with the contents of the Mail Drop folder.
7865 All that happens is that all of the messages in the Mail Drop folder are
7866 copied to the destination folder and then they are deleted and expunged (if possible)
7867 from the Mail Drop folder.
7868 The next time a check for new mail is made, any messages in the Mail 
7869 Drop folder are once again copied to the destination folder and deleted
7870 and expunged from the Mail Drop folder.
7871 (If the Mail Drop folder is a news group, then the messages can't be
7872 expunged from the newsgroup. Instead, only Recent messages are copied from
7873 the newsgroup to the destination folder.)
7876 Configuration of a Mail Drop is a little different from configuration of
7877 a folder that does not use a Mail Drop because you have to specify two
7878 folder names instead of one.
7879 The two folders may be any types of folders that Alpine can normally use.
7880 They don't have to be a remote folder and a local folder, that is
7881 simply the most common usage.
7882 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7883 Drop to check for new mail.
7884 The new-mail checks will happen at the frequency set with the
7885 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7886 but with a minimum time
7887 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7888 between checks.
7889 Because of this minimum you may notice that new mail does not
7890 appear promptly when you expect it.
7891 The reason for this is to protect the server from over-zealous opening and
7892 closing of the Mail Drop folder.
7893 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7894 the end of the folder index, then the check will happen, regardless of how
7895 long it has been since the previous check.
7897 If there is new mail, that mail will be copied to the destination folder
7898 and then will be deleted from the Mail Drop.
7899 Note that using a Mail Drop with a local destination folder does not make
7900 sense if you read mail from more than one machine, because the mail is
7901 downloaded to the destination folder (which is accessible from only one
7902 machine) and deleted from the Mail Drop.
7904 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7907 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7910 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7912 The brackets are not literal.
7914 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7916 is a single character that does not appear in the MailDropFolder name.
7917 If the name doesn't contain spaces then it can be a space character.
7918 The two folder names are full technical
7919 <A HREF="h_valid_folder_names">folder names</A>
7920 as used by Alpine.
7921 Here are a couple examples to give you an idea what is being talked about:
7924 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7926 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7929 A #move folder may only be used as an
7930 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7931 an Inbox.
7932 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7933 on the
7934 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7935 option)
7936 the Add command has a subcommand &quot;Use Mail Drop&quot;
7937 which may be helpful for defining the folder in your Alpine configuration.
7938 The same is true when you edit the
7939 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7940 option in Setup/Config.
7941 Each of these configuration methods will also create the DestinationFolder
7942 if it doesn't already exist.
7943 If you are having problems, make sure the DestinationFolder exists.
7946 &lt;End of help on this topic&gt;
7947 </BODY>
7948 </HTML>
7949 ========== h_save =========
7950 <HTML>
7951 <HEAD>
7952 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7953 </HEAD>
7954 <BODY>
7955 <H1>Choose a Folder to Save Into</H1>
7957 After Exiting from this help text,
7958 type the name of the folder you want to save into and press RETURN.
7960 Press ^T to get a list of your folders to choose from.
7961 Press ^C to cancel the Save.
7963 If you have Folder Collections defined you may use
7964 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7965 the collection being saved to.
7967 If Tab Completion is enabled (it is enabled by default)
7968 you may type a Tab character to have Alpine complete the folder name for you.
7970 If Partial Match Lists is enabled (it is enabled by default) you may type
7971 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7973 If the Ctrl-R subcommand is present that means you can decide to Delete or
7974 not Delete the message you are saving after you save it.
7975 The label on that key gives the action to switch to.
7976 If it says Delete and you type Ctrl-R the label displayed will change to
7977 No Delete and the source message will be deleted after the save. If it
7978 says No Delete and you type Ctrl-R the label displayed will change to
7979 Delete and the message will not be deleted.
7980 You can control the default for the Delete parameter with the
7981 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7983 Similarly, if the Ctrl-W subcommand is present that means you can decide
7984 to Preserve the order of the messages being saved or not.
7985 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7986 will be in the same order as you see them in the source folder now.
7987 The opposite action (which is usually the default) is that you don't care
7988 about the order.
7989 The Saved messages may or may not be in the same order in the destination folder.
7990 There may be a performance penalty for choosing to save the messages in order.
7991 You can control the default for the Preserve Order parameter with the
7992 configuration feature
7993 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7996 If you haven't disabled the Save Input History and you've already done a
7997 Save earlier in this session then you may use the Up and Down arrows to retrieve
7998 a folder name used in a previous Save.
8001 &lt;End of help on this topic&gt;
8002 </BODY>
8003 </HTML>
8004 ============= h_simple_index ========================
8005 <HTML>
8006 <HEAD>
8007 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8008 </HEAD>
8009 <BODY>
8010 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8011 <!--chtml if pinemode="function_key"-->
8012 <PRE>
8013 Navigating the List of Messages               General Alpine Commands
8014 -------------------------------               -----------------------
8015  F5   Move to previous message                 F1   Show this help text
8016  F6   Move to next message
8017  F7   Show previous screen of messages
8018  F8   Show next screen of messages
8020 Message Selection Commands
8021 --------------------------
8022  F3   Exit the Message Select menu (canceling Send command)
8023  F4   Select the currently highlighted message
8024  F9   Mark the currently highlighted message as deleted
8025  F10  Undelete (remove deletion mark from) the highlighted message
8026 </PRE>
8027 <!--chtml else-->
8028 <PRE>
8029 Navigating the List of Messages               General Alpine Commands
8030 -------------------------------               -----------------------
8031   P  Move to previous message                  ?  Show this help text
8032   N  Move to next message
8033   -  Show previous screen of messages
8034  Spc (space bar) Show next screen of messages
8036 Message Selection Commands
8037 --------------------------
8038   E  Exit the Message Select menu (canceling Send command)
8039   S  Select the currently highlighted message
8040   D  Mark the currently highlighted message as deleted
8041   U  Undelete (remove deletion mark from) the highlighted message
8042 </PRE>
8043 <!--chtml endif-->
8045 <H2>Description of the Select Postponed Message Screen</H2>
8047 This screen allows you to select one of several previously postponed
8048 messages in order to continue composition.  Your options are very limited
8049 -- the screen is not meant to let you manipulate these messages.  However,
8050 you may now delete messages from this list.  Once you choose a message,
8051 Alpine reads it in and puts you into the regular message composer.
8054 Messages do not stay in this postponed state automatically.  If you select
8055 a message and then want to postpone it again, use the normal postpone
8056 (Ctrl-O) command in the composer.
8059 If you exit this screen without selecting a message, the Compose command
8060 that got you here is canceled.  Other than messages explicitly marked
8061 &quot;Deleted&quot;, no messages will be removed.
8064 &lt;End of help on this topic&gt;
8065 </BODY>
8066 </HTML>
8067 ============= h_collection_screen ========================
8068 <HTML>
8069 <HEAD>
8070 <TITLE>COLLECTION LIST screen</TITLE>
8071 </HEAD>
8072 <BODY>
8073 <H1>COLLECTION LIST screen</H1>
8075 The COLLECTION LIST screen is used to select one of your  
8076 collection definitions to display the folders they contain.  See
8077 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8078 detailed explanation of collections.<P>
8080 To manage your collection definitions (Add, Change, Delete, etc.), use
8081 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8082 MAIN MENU.
8085 &lt;End of help on this topic&gt;
8086 </BODY>
8087 </HTML>
8088 ============= h_collection_maint ========================
8089 <HTML>
8090 <HEAD>
8091 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8092 </HEAD>
8093 <BODY>
8094 <H1>SETUP COLLECTION LIST screen</H1>
8096 The SETUP COLLECTION LIST screen lets you manage your collection
8097 definitions.  See 
8098 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8099 for detailed explanation of collections.<P>
8101 Maintenance commands include:
8102 <DL>
8103 <DT>Change
8104 <!--chtml if pinemode="function_key"-->
8105 (F4)
8106 <!--chtml else-->
8108 <!--chtml endif-->
8109 </DT>
8111 <DD>Modify attributes of the selected collection definition.
8113 <DT>Add Cltn
8114 <!--chtml if pinemode="function_key"-->
8115 (F9)
8116 <!--chtml else-->
8118 <!--chtml endif-->
8119 </DT>
8121 <DD>Create a new collection definition.
8122 </DD>
8124 <DT>Del Cltn
8125 <!--chtml if pinemode="function_key"-->
8126 (F10)
8127 <!--chtml else-->
8129 <!--chtml endif-->
8130 </DT>
8132 <DD>Delete the selected collection definition.<BR>
8133 NOTE: The folders and directories referred to by the
8134 collection definition are <EM>NOT</EM> deleted.  Folders must
8135 be deleted, if that's what you wish to do, from the 
8136 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8137 individual folders in a collection.
8138 </DD>
8140 <DT>Shuffle
8141 <!--chtml if pinemode="function_key"-->
8142 (F11)
8143 <!--chtml else-->
8145 <!--chtml endif-->
8146 </DT>
8148 <DD>Change the order of the displayed collections.  Alpine will offer
8149 to move the currently selected collection one position UP
8150 or DOWN.
8151 </DD>
8152 </DL>
8155 &lt;End of help on this topic&gt;
8156 </BODY>
8157 </HTML>
8158 ============ h_what_are_collections ==========
8159 <HTML>
8160 <HEAD>
8161 <TITLE>Folder Collections Explained</TITLE>
8162 </HEAD>
8163 <BODY>
8164 <H1>Folder Collections Explained</H1>
8167 Those of you with simple mail configurations will just see a list of all the
8168 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8169 The special folders for INBOX, sent mail and saved messages
8170 will appear at the top of the list.  All others are in alphabetical order.
8172 If you
8173 or your system administrator have defined more than one collection or if
8174 you have a collection (for newsgroups or email folders) defined on your 
8175 system, then you will see the COLLECTION LIST screen first when choosing 
8176 FOLDER LIST from Alpine's MAIN MENU.
8178 <H2>Why have multiple folder collections?</H2>
8180 For Alpine users who only maintain email folders (and not too many) on one host, 
8181 a single folder collection is probably sufficient.<P>
8183 However, people who have more than one email account - for example, one 
8184 at their university, and one with their personal Internet Service Provider - 
8185 will have different sets of folders on different hosts, and they may want to
8186 access them all from the same installation of Alpine, rather than use different 
8187 software and/or log into other hosts to manipulate messages in different 
8188 accounts.  (If in doubt whether one of your email accounts can be accessed 
8189 with Alpine, contact the technical support people for that account.)  Even people
8190 who have only one email account on one host, but have dozens or
8191 hundreds of email folders, may want to arrange these folders together in a 
8192 meaningful way.<BR>
8193 That is where multiple collections come in.
8195 <H2>Types of Collections</H2>
8196 <DL>
8197 <DT>INCOMING FOLDERS</DT>
8198 <DD>&quot;Incoming Message Folders&quot; 
8199 is a special collection typically used to supplement your single INBOX.  
8200 All the folders here are meant to be ones that receive incoming messages, 
8201 which you intend to check more or less frequently.  
8202 You may have multiple folders like this because you or your systems 
8203 administrator have set up an external program or you may have set up
8204 Alpine to filter incoming 
8205 messages into different folders, based on certain criteria such as 
8206 sender, recipient, or subject; or because you have multiple accounts and 
8207 wish to check their INBOXes easily.  This collection is established by 
8208 setting the 
8209 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8210 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8211 MAIN MENU.
8212 </DD>
8214 <DT>NEWS</DT>
8215 <DD>You can also define a collection specifically for
8216 newsgroups.  Alpine does this for you implicitly when you 
8217 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8218 in your Alpine configuration.  The news collection appears last in the 
8219 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8220 and Alpine knows not to save messages there.
8221 </DD>
8223 <DT>DEFAULT COLLECTION</DT>
8224 <DD>This is the default collection for your saved and sent messages folders.
8225 </DD>
8226 </DL>
8230 <H2>Defining Collections</H2>
8232 In the absence of any folder-collection definitions, Alpine will assume a
8233 single default folder collection.
8234 <!--chtml if pinemode="os_windows"-->
8235 <!--chtml else-->
8236 If necessary, Alpine will create the directory
8237 &quot;mail&quot; in your Unix home directory 
8238 to hold your folders.
8239 <!--chtml endif-->
8241 You can use the 
8242 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8243 the MAIN MENU, to manage your collection list.  
8245 &lt;End of help on this topic&gt;
8246 </BODY>
8247 </HTML>
8248 ===== h_select_address_screen =====
8249 <HTML>
8250 <HEAD>
8251 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8252 </HEAD>
8253 <BODY>
8254 <H1>SELECT AN ADDRESS SCREEN</H1>
8255 <H2>COMMANDS</H2>
8256 <!--chtml if pinemode="function_key"-->
8257 <PRE>
8258 Available  Commands                        
8259 -------------------------------            
8260 F1  Show Help Text
8261 F3  Exit without selecting anything
8262 F4  Select the highlighted address
8263 F5  Move highlight to previous address
8264 F6  Move highlight to next address
8265 F7  Previous page of addresses
8266 F8  Next page of addresses
8267 F11 Print
8268 F12 WhereIs
8269 </PRE>
8270 <!--chtml else-->
8271 <PRE>
8272 Navigation                     General Alpine Commands
8273 -------------------------      -----------------------
8274  P  Prev Address                ?  Display this help text
8275  N  Next Address                E  Exit without selecting anything
8276  -  Previous page               %  Print
8277 Spc (space bar) Next page
8278  W  WhereIs
8280 Select Command
8281 ------------------------------------------------
8282  S  Select the highlighted address
8283 </PRE>
8284 <!--chtml endif-->
8286 <H2>Description of the Select Address Screen</H2>
8288 This screen gives you an easy way to select an address from all of
8289 the address book entries that match the prefix typed so far.
8291 <P><UL>
8292 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8293 </UL>
8295 &lt;End of help on this topic&gt;
8296 </BODY>
8297 </HTML>
8298 ===== h_select_rule_screen =====
8299 <HTML>
8300 <HEAD>
8301 <TITLE>SELECT A RULE SCREEN</TITLE>
8302 </HEAD>
8303 <BODY>
8304 <H1>SELECT A RULE SCREEN</H1>
8305 <H2>COMMANDS</H2>
8306 <!--chtml if pinemode="function_key"-->
8307 <PRE>
8308 Available  Commands                        
8309 -------------------------------            
8310 F1  Show Help Text
8311 F3  Exit without selecting anything
8312 F4  Select the highlighted rule
8313 F5  Move highlight to previous rule
8314 F6  Move highlight to next rule
8315 F7  Previous page of rules
8316 F8  Next page of rules
8317 F11 Print
8318 F12 WhereIs
8319 </PRE>
8320 <!--chtml else-->
8321 <PRE>
8322 Navigation                     General Alpine Commands
8323 -------------------------      -----------------------
8324  P  Prev Rule                   ?  Display this help text
8325  N  Next Rule                   E  Exit without selecting anything
8326  -  Previous page               %  Print
8327 Spc (space bar) Next page
8328  W  WhereIs
8330 Select Command
8331 ------------------------------------------------
8332  S  Select the highlighted rule
8333 </PRE>
8334 <!--chtml endif-->
8336 <H2>Description of the Select Rule Screen</H2>
8338 This screen just gives you an easy way to select a rule from all of your
8339 defined rules.
8340 The list of rules presented is the list of nicknames of all of the rules
8341 defined using Setup/Rules.
8342 For selecting messages, it is likely that the Indexcolor rules and possibly
8343 the Roles rules will be most useful.
8344 The others are there also, in case you find a use for them.
8346 In order for this to be useful for selecting messages, the nicknames of
8347 the rules have to be different.
8348 Alpine actually just gets the nickname of the rule that you select and then
8349 looks up that rule using the nickname.
8350 So if there are duplicate nicknames, the first rule that has that
8351 nickname will be used.
8353 <P><UL>
8354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8355 </UL>
8357 &lt;End of help on this topic&gt;
8358 </BODY>
8359 </HTML>
8360 ===== h_select_priority_screen =====
8361 <HTML>
8362 <HEAD>
8363 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8364 </HEAD>
8365 <BODY>
8366 <H1>SELECT A PRIORITY SCREEN</H1>
8367 <H2>COMMANDS</H2>
8368 <!--chtml if pinemode="function_key"-->
8369 <PRE>
8370 Available  Commands                        
8371 -------------------------------            
8372 F1  Show Help Text
8373 F3  Exit without selecting anything
8374 F4  Select the highlighted priority
8375 F5  Move highlight to previous priority
8376 F6  Move highlight to next priority
8377 F7  Previous page of priorities
8378 F8  Next page of priorities
8379 F11 Print
8380 F12 WhereIs
8381 </PRE>
8382 <!--chtml else-->
8383 <PRE>
8384 Navigation                     General Alpine Commands
8385 -------------------------      -----------------------
8386  P  Prev Priority               ?  Display this help text
8387  N  Next Priority               E  Exit without selecting anything
8388  -  Previous page               %  Print
8389 Spc (space bar) Next page
8390  W  WhereIs
8392 Select Command
8393 ------------------------------------------------
8394  S  Select the highlighted priority
8395 </PRE>
8396 <!--chtml endif-->
8398 <H2>Description of the Select Priority Screen</H2>
8400 This screen gives you a way to select a priority for the message you are sending.
8401 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8402 Some mail programs will display an indication of the priority level to
8403 the recipient of the message, some will ignore it.
8404 Even in cases where the mail programs of both the sender and the recipient
8405 agree on the meaning of this header, keep in mind that it is
8406 something that the sender sets so it is only an indication
8407 of the priority that the sender attaches to the mail.
8408 Alpine can be made to display an indication of this priority in incoming
8409 messages by use of one of the tokens
8410 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8411 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8412 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8414 <P><UL>
8415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8416 </UL>
8418 &lt;End of help on this topic&gt;
8419 </BODY>
8420 </HTML>
8421 ===== h_select_keyword_screen =====
8422 <HTML>
8423 <HEAD>
8424 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8425 </HEAD>
8426 <BODY>
8427 <H1>SELECT A KEYWORD SCREEN</H1>
8428 <H2>COMMANDS</H2>
8429 <!--chtml if pinemode="function_key"-->
8430 <PRE>
8431 Available  Commands                        
8432 -------------------------------            
8433 F1  Show Help Text
8434 F3  Exit without selecting anything
8435 F4  Select the highlighted keyword
8436 F5  Move highlight to previous keyword
8437 F6  Move highlight to next keyword
8438 F7  Previous page of keywords
8439 F8  Next page of keywords
8440 F11 Print
8441 F12 WhereIs
8442 </PRE>
8443 <!--chtml else-->
8444 <PRE>
8445 Navigation                     General Alpine Commands
8446 -------------------------      -----------------------
8447  P  Prev Keyword                ?  Display this help text
8448  N  Next Keyword                E  Exit without selecting anything
8449  -  Previous page               %  Print
8450 Spc (space bar) Next page
8451  W  WhereIs
8453 Select Command
8454 ------------------------------------------------
8455  S  Select the highlighted keyword
8456 </PRE>
8457 <!--chtml endif-->
8459 <H2>Description of the Select Keyword Screen</H2>
8461 This screen just gives you an easy way to select a keyword.
8462 The list of keywords presented is the list of all keywords defined in your 
8463 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8464 If you have given a keyword a nickname, that nickname is displayed
8465 instead of the actual keyword.
8467 <P><UL>
8468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8469 </UL>
8471 &lt;End of help on this topic&gt;
8472 </BODY>
8473 </HTML>
8474 ===== h_select_charset_screen =====
8475 <HTML>
8476 <HEAD>
8477 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8478 </HEAD>
8479 <BODY>
8480 <H1>SELECT A CHARACTER SET SCREEN</H1>
8481 <H2>COMMANDS</H2>
8482 <!--chtml if pinemode="function_key"-->
8483 <PRE>
8484 Available  Commands                        
8485 -------------------------------            
8486 F1  Show Help Text
8487 F3  Exit without selecting anything
8488 F4  Select the highlighted character set
8489 F5  Move highlight to previous character set
8490 F6  Move highlight to next character set
8491 F7  Previous page of character sets
8492 F8  Next page of character sets
8493 F11 Print
8494 F12 WhereIs
8495 </PRE>
8496 <!--chtml else-->
8497 <PRE>
8498 Navigation                     General Alpine Commands
8499 -------------------------      -----------------------
8500  P  Prev Character Set          ?  Display this help text
8501  N  Next Character Set          E  Exit without selecting anything
8502  -  Previous page               %  Print
8503 Spc (space bar) Next page
8504  W  WhereIs
8506 Select Command
8507 ------------------------------------------------
8508  S  Select the highlighted character set
8509 </PRE>
8510 <!--chtml endif-->
8512 <H2>Description of the Select A Character Set Screen</H2>
8514 This screen just gives you an easy way to select a character set from the
8515 set of character sets Alpine knows about.
8516 The list presented will vary slightly depending on what option you are
8517 selecting the character set for.
8519 <P><UL>
8520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8521 </UL>
8523 &lt;End of help on this topic&gt;
8524 </BODY>
8525 </HTML>
8526 ===== h_select_multcharsets_screen =====
8527 <HTML>
8528 <HEAD>
8529 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8530 </HEAD>
8531 <BODY>
8532 <H1>SELECT CHARACTER SETS SCREEN</H1>
8533 <H2>COMMANDS</H2>
8534 <!--chtml if pinemode="function_key"-->
8535 <PRE>
8536 Available  Commands
8537 -------------------------------            
8538 F1  Show Help Text
8539 F3  Exit without selecting anything
8540 F4  Select the highlighted charset (or chosen charsets in ListMode)
8541 F5  Move highlight to previous charset
8542 F6  Move highlight to next charset
8543 F7  Previous page of charsets
8544 F8  Next page of charsets
8545 F9  Toggle choices when using ListMode
8546 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8547 F11 Print
8548 F12 WhereIs
8549 </PRE>
8550 <!--chtml else-->
8551 <PRE>
8552 Navigation                     General Alpine Commands
8553 -------------------------      -----------------------
8554  P  Prev Charset                ?  Display this help text
8555  N  Next Charset                E  Exit without selecting anything
8556  -  Previous page               %  Print
8557 Spc (space bar) Next page
8558  W  WhereIs
8560 Select Command
8561 ------------------------------------------------
8562  S  Select the highlighted charset (or chosen charsets in ListMode)
8563  L  Turn on ListMode (makes it easy to choose multiple charsets)
8564  1  Turn off ListMode
8565  X  Toggle choices when using ListMode
8566 </PRE>
8567 <!--chtml endif-->
8569 <H2>Description of the Select Character Set Screen</H2>
8571 This screen just gives you an easy way to select a character set or a list of
8572 character sets.
8573 The list of character sets presented is the list of all character sets known to
8574 Alpine.
8575 You may select other character sets by typing them in directly.
8577 <P><UL>
8578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8579 </UL>
8581 &lt;End of help on this topic&gt;
8582 </BODY>
8583 </HTML>
8584 ===== h_select_multkeyword_screen =====
8585 <HTML>
8586 <HEAD>
8587 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8588 </HEAD>
8589 <BODY>
8590 <H1>SELECT KEYWORDS SCREEN</H1>
8591 <H2>COMMANDS</H2>
8592 <!--chtml if pinemode="function_key"-->
8593 <PRE>
8594 Available  Commands
8595 -------------------------------            
8596 F1  Show Help Text
8597 F3  Exit without selecting anything
8598 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8599 F5  Move highlight to previous keyword
8600 F6  Move highlight to next keyword
8601 F7  Previous page of keywords
8602 F8  Next page of keywords
8603 F9  Toggle choices when using ListMode
8604 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8605 F11 Print
8606 F12 WhereIs
8607 </PRE>
8608 <!--chtml else-->
8609 <PRE>
8610 Navigation                     General Alpine Commands
8611 -------------------------      -----------------------
8612  P  Prev Keyword                ?  Display this help text
8613  N  Next Keyword                E  Exit without selecting anything
8614  -  Previous page               %  Print
8615 Spc (space bar) Next page
8616  W  WhereIs
8618 Select Command
8619 ------------------------------------------------
8620  S  Select the highlighted keyword (or chosen keywords in ListMode)
8621  L  Turn on ListMode (makes it easy to choose multiple keywords)
8622  1  Turn off ListMode
8623  X  Toggle choices when using ListMode
8624 </PRE>
8625 <!--chtml endif-->
8627 <H2>Description of the Select Keyword Screen</H2>
8629 This screen just gives you an easy way to select a keyword or a list of
8630 keywords.
8631 The list of keywords presented is the list of all keywords defined in your 
8632 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8633 If you have given a keyword a nickname, that nickname is displayed
8634 instead of the actual keyword.
8636 <P><UL>
8637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8638 </UL>
8640 &lt;End of help on this topic&gt;
8641 </BODY>
8642 </HTML>
8643 ===== h_select_incoming_to_monitor =====
8644 <HTML>
8645 <HEAD>
8646 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8647 </HEAD>
8648 <BODY>
8649 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8650 <H2>COMMANDS</H2>
8651 <!--chtml if pinemode="function_key"-->
8652 <PRE>
8653 Available  Commands
8654 -------------------------------            
8655 F1  Show Help Text
8656 F3  Exit without selecting anything
8657 F4  Select the marked folders
8658 F5  Move highlight to previous folder
8659 F6  Move highlight to next folder
8660 F7  Previous page of folders
8661 F8  Next page of folders
8662 F9  Toggle choices on or off
8663 F11 Print
8664 F12 WhereIs
8665 </PRE>
8666 <!--chtml else-->
8667 <PRE>
8668 Navigation                     General Alpine Commands
8669 -------------------------      -----------------------
8670  P  Prev Folder                 ?  Display this help text
8671  N  Next Folder                ^C  exit without changing anything
8672  -  Previous page               %  Print
8673 Spc (space bar) Next page
8674  W  WhereIs
8676 Select Command
8677 ------------------------------------------------
8678  S  Select the marked folders
8679  X  Toggle choices on or off
8680 </PRE>
8681 <!--chtml endif-->
8683 <H2>Description of the Select Folders to Check Screen</H2>
8685 This screen is only useful if the feature
8686 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8687 is set.
8688 By default, when you set that feature all of your incoming folders
8689 will be checked periodically for Unseen messages.
8690 By using this screen, you may restrict the set of monitored folders to
8691 a subset of all of the incoming folders.
8693 Mark the folders you want to monitor for Unseen messages with
8694 an &quot;X&quot;.
8695 When you've finished marking all your selections use the Select
8696 command to register your choices.
8697 To return to the default of checking all incoming folders
8698 delete all folders or unmark all folders.
8700 <P><UL>
8701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8702 </UL>
8704 &lt;End of help on this topic&gt;
8705 </BODY>
8706 </HTML>
8707 ===== h_role_select =====
8708 <HTML>
8709 <HEAD>
8710 <TITLE>ROLES SCREEN</TITLE>
8711 </HEAD>
8712 <BODY>
8713 <H1>ROLES SCREEN</H1>
8714 <H2>ROLES COMMANDS</H2>
8715 <!--chtml if pinemode="function_key"-->
8716 <PRE>
8717 Available  Commands                        
8718 -------------------------------            
8719 F1  Show Help Text
8720 F3  Exit without a selection
8721 F4  Select a role to use in composition
8722 F5  Move to previous role
8723 F6  Move to next role
8724 F7  Previous page of roles
8725 F8  Next page of roles
8726 F11 Change Default Role
8727 F12 Whereis (search role nicknames)
8728 </PRE>
8729 <!--chtml else-->
8730 <PRE>
8731 Navigation                     General Alpine Commands
8732 -------------------------      -----------------------
8733  P  Prev Role                     ?  Display this help text
8734  N  Next Role                     E  Exit without a selection
8735  -  Previous page
8736 Spc (space bar) Next page
8737  W  WhereIs (search for word in role nicknames)
8739 Select Role Commands
8740 ------------------------------------------------
8741  [Return]  Select highlighted role
8742  D         Change Default Role
8743 </PRE>
8744 <!--chtml endif-->
8746 <H2>Description of the Roles Screen</H2>
8748 With this screen you select a role to be used in the composition of a
8749 message.
8750 Use the Previous and Next commands to highlight the role you wish to
8751 use.
8752 When you type carriage return you will be placed in the composer using the highlighted role.
8754 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8755 available unless you set them up.
8756 You may do so by using the Setup/Rules command on the MAIN MENU.
8758 By using the D command, you may set a default role that will persist until
8759 you change it or until you exit Alpine.
8760 The D command toggles through three states: set the default role, unset the
8761 default role, and leave the default role as it is.
8762 <P><UL>
8763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8764 </UL>
8766 &lt;End of help on this topic&gt;
8767 </BODY>
8768 </HTML>
8769 ===== h_role_abook_select =====
8770 <HTML>
8771 <HEAD>
8772 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8773 </HEAD>
8774 <BODY>
8775 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8776 <H2>COMMANDS</H2>
8777 <!--chtml if pinemode="function_key"-->
8778 <PRE>
8779 Available  Commands                        
8780 -------------------------------            
8781 F1  Show Help Text
8782 F3  Exit screen without selecting anything
8783 F4  Select highlighted address book
8784 F5  Move to previous address book
8785 F6  Move to next address book
8786 F7  Previous page of address books
8787 F8  Next page of address books
8788 F12 Whereis
8789 </PRE>
8790 <!--chtml else-->
8791 <PRE>
8792 Navigation                     General Alpine Commands
8793 -------------------------      -----------------------
8794  P  Previous addrbook          ?  Display this help text
8795  N  Next addrbook
8796  -  Previous page
8797 Spc (space bar) Next page
8798  W  WhereIs
8800 Select Role Commands
8801 ------------------------------------------------
8802  S  Select highlighted address book
8803  E  Exit screen without selecting anything
8804 </PRE>
8805 <!--chtml endif-->
8807 <H2>Description of the Select Address Book Screen</H2>
8809 This screen helps you select one of your address books.
8810 Use the Previous and Next commands to highlight the address book you wish to
8811 select.
8812 <P><UL>
8813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8814 </UL>
8816 &lt;End of help on this topic&gt;
8817 </BODY>
8818 </HTML>
8819 ======== h_rule_patterns =============
8820 <HTML>
8821 <HEAD>
8822 <TITLE>PATTERNS</TITLE>
8823 </HEAD>
8824 <BODY>
8825 <H1>PATTERNS</H1>
8826 Patterns are used with Roles, Filtering, Index Coloring,
8827 Scoring, Other Rules, and Search Rules.
8828 Patterns are compared with a message to see if there is a match.
8829 For Filtering, the messages being checked are all the messages in the
8830 folder, one at a time.
8831 For Index Line Coloring, each message that is visible on the screen is
8832 checked for matches with the Index Coloring Patterns.
8833 Roles are used with the Reply, Forward, and Compose commands.
8834 For Reply, the message used to compare the Pattern with is the message
8835 being replied to;
8836 for Forward, the message used to compare the Pattern with is the message
8837 being forwarded;
8838 and for Compose, there is no message, so the parts of the Pattern that depend
8839 on a message (everything other than Current Folder Type and the
8840 Beginning of Month and Year)
8841 are not used.
8842 Only the Current Folder Type matters for Compose (plus the Beginning of
8843 Month or Year, which you wouldn't usually use for a Role).
8844 For Scoring, the message being scored is compared with all of the Score
8845 Patterns, and the Score Values from the ones that match are added together to 
8846 get the message's score.
8847 For Other Rules, there is no message. Only the Current Folder Type is checked
8848 for Other Rules.
8850 Each Pattern has several possible parts, all of which are optional.
8851 In order for there to be a match, <EM>ALL</EM> of the
8852 <EM>defined</EM> parts of the Pattern must match the message.
8853 If a part is not defined it is considered a match, but note that a filtering
8854 Pattern must have at least one defined part or it will be ignored.
8855 For example, if the To pattern is not defined it will be
8856 displayed as
8858 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8860 That is considered a match because it is not defined.
8861 This means that the Pattern with nothing defined is a match if the
8862 Current Folder Type matches, but there is an exception that was mentioned
8863 in the previous paragraph.
8864 Because filtering is a potentially destructive action, filtering Patterns
8865 with nothing other than Current Folder Type defined are ignored.
8866 If you really want a filtering Pattern to match all messages (subject to
8867 Current Folder Type) the best way to do it is to define a Score interval
8868 that includes all possible scores.
8869 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8870 This can be used even if you haven't defined any rules to Set Scores.
8872 There are six predefined header patterns called the To, From, Sender, Cc, News,
8873 and Subject patterns.
8874 Besides those six predefined header patterns, you may add
8875 additional header patterns with header fieldnames of your choosing.
8876 You add an extra header pattern by placing the cursor on one of the
8877 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8878 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8879 and the Partic pattern is a header pattern that stands for
8880 Participant (From OR To OR Cc).
8881 (Defining the Recip pattern does not have the same effect as defining both
8882 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8883 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8884 Instead of comparing this pattern's text against only the contents of
8885 a particular header field, the text for the AllText pattern is compared
8886 with text anywhere in the message's header or body, and the text for the
8887 BodyText pattern is compared with text anywhere in the message's body.
8889 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8890 &quot;!&quot; &quot;toggle NOT&quot; command.
8891 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8892 &quot;!&quot; at the beginning of the pattern line.
8893 When the &quot;!&quot; is present, it reverses the meaning of the match.
8894 That is, if the pattern matches then it is considered to NOT be a match, and
8895 if it does not match it is considered to be a match.
8897 Don't make the mistake of putting the &quot;!&quot; in the data field for
8898 a pattern.
8899 For example, if you type the characters &quot;!urgent&quot; into the Subject
8900 pattern, the pattern will look like:
8902 <PRE>
8903  Subject pattern = !urgent
8904 </PRE>
8906 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8907 In order to match messages that do not have &quot;urgent&quot; in
8908 their Subject field, first type the characters &quot;urgent&quot; followed
8909 by carriage return for the value of the Subject pattern, then negate it
8910 by typing the &quot;!&quot; command.
8911 It should look like
8913 <PRE>
8914  ! Subject pattern = urgent
8915 </PRE>
8917 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8918 be a complete email address, part of an address, or a random set of
8919 characters to match against.
8920 It may also be a list of such patterns, which means you
8921 are looking for a match against the first pattern in the list <EM>OR</EM>
8922 the second pattern <EM>OR</EM> the third and so on.
8923 For example, a Subject pattern equal to
8925 <PRE>
8926  Subject pattern = urgent
8927                    emergency
8928                    alert
8929 </PRE>
8931 would match all messages with a subject that contained at least one
8932 of those words.
8933 It would also match subjects containing the words &quot;alerts&quot; or
8934 &quot;Urgently&quot;.
8936 The same example with &quot;NOT&quot; turned on would be
8938 <PRE>
8939  ! Subject pattern = urgent
8940                      emergency
8941                      alert
8942 </PRE>
8944 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8945 those words.
8946 You can use the &quot;Add Value&quot; command to add new words to the list,
8947 or you can enter them as a comma-separated list.
8949 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8950 present for a match.
8951 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8952 pattern2 must be present,
8953 and that is exactly what using a list does.)
8955 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8956 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8957 when checking for matches for Scoring.
8958 There are five similar settings that relate to the status of the message.
8959 These settings rely on the message being New or not, Deleted or not,
8960 Answered or not, Important or not, and Recent or not.
8961 There are also some other miscellaneous settings.
8962 The first is the Age of the message in days.
8963 Another is the Size of the message, in bytes.
8964 The third is a setting that detects whether or not the Subject of a
8965 message contains raw 8-bit characters (unencoded characters with the most
8966 significant bit set).
8967 There is a setting that detects whether or not this is the first time
8968 Alpine has been run this month (doesn't depend on individual messages),
8969 and another that detects whether or not this is the first time Alpine has
8970 been run this year.
8971 Other parts of the Pattern detect whether or not the From address of a
8972 message appears in your address book, whether or not certain keywords
8973 are set for a message, and whether or not certain character sets are
8974 used in a message.
8976 <H2>Parts of a Pattern</H2>
8978 <H3>Header patterns</H3>
8980 A header pattern is simply text that is searched for in the corresponding
8981 header field.
8982 For example, if a Pattern has a From header pattern with the value
8983 &quot;@company.com&quot;, then only messages that have a From header
8984 that contains the text &quot;@company.com&quot; will be possible
8985 matches.
8986 Matches don't have to be exact.
8987 For example, if the relevant field of a message contains the text
8988 &quot;mailbox@domain&quot; somewhere
8989 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8990 &quot;mailbox@domain&quot; are all matches.
8992 All parts of the Pattern must match so, for example,
8993 if a message matches a defined
8994 From pattern, it still must be checked against the other parts of the
8995 Pattern that have been defined.
8996 The To header pattern is a slightly special case.
8997 If the message being checked has a Resent-To header
8998 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8999 there are used in place of the addresses in the To header.
9000 This is only true for the To header.
9001 Resent-cc and Resent-From headers are never used unless you add them
9002 with the eXtraHdrs command.
9004 The meaning of a header pattern may be negated with the
9005 &quot;!&quot; &quot;toggle NOT&quot; command.
9006 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9007 &quot;!&quot; at the beginning of the pattern line.
9008 It would look something like
9010 <PRE>
9011  ! From pattern = susan@example.com
9012 </PRE>
9014 When the &quot;!&quot; is present, it reverses the meaning of the match.
9016 If you want to check for the presence of a header field but don't care
9017 about its value, then
9018 the empty pattern that you get by entering a pair of
9019 double quotes (&quot;&quot;) should match any message that
9020 has the corresponding header field.
9022 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9024 AllText patterns are just like header patterns except that the text is
9025 searched for anywhere in the message's headers or body, not just in the
9026 contents of a particular header field.
9029 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9031 BodyText patterns are just like header patterns except that the text is
9032 searched for anywhere in the message's body, not just in the
9033 contents of a particular header field.
9036 If there is more than one header pattern or AllText pattern or BodyText pattern
9037 for which you want to take the
9038 same action there is a shorthand notation that may be used.
9039 Any of these patterns may be a list of patterns instead of
9040 just a single pattern.
9041 If any one of the patterns in the list matches the message
9042 then it is considered a match.
9043 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9044 you to use the same role when replying to messages, you might have
9045 a To pattern that looks like
9047 <PRE>
9048  To pattern = company1.com
9049               company2.com
9050 </PRE>
9052 This means that if the mail you are replying to was addressed to
9053 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9054 then this Pattern is a match and the same actions will be taken.
9056 The meaning of an AllText or BodyText pattern may be negated with the
9057 &quot;!&quot; &quot;toggle NOT&quot; command.
9058 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9059 &quot;!&quot; at the beginning of the pattern line.
9060 When the &quot;!&quot; is present, it reverses the meaning of the match.
9062 A technicality: Since comma is the character used to separate multiple values
9063 in any of the fields that may have multiple values (such as header patterns,
9064 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9065 you must escape comma with a
9066 backslash (&#92;) if you want to include a literal comma in one of those fields.
9067 In other words, if you type a backslash followed by a comma it will
9068 be interpreted as a comma by Alpine, instead of as a separator between
9069 pattern values.
9070 All other backslashes (those not followed by a comma) are literal
9071 backslashes and should not be escaped.
9072 It's unlikely you'll ever need to enter a literal comma or backslash in
9073 any of the patterns.
9075 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9077 The &quot;Current Folder Type&quot; may be set to one of four different
9078 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9079 &quot;Specific&quot;.
9080 If the value is set to &quot;News&quot;, then the
9081 Pattern will only match if the currently open folder is a newsgroup.
9082 The value &quot;Email&quot; only matches if the current folder is not news and
9083 the value &quot;Any&quot; causes any folder to match.
9084 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9085 then you must fill in a value for &quot;Folder&quot;, which is on the line
9086 below the &quot;Specific&quot; line.
9087 In this case you will only get a match if the currently open folder is
9088 the specific folder you list.
9089 You may give a list of folders instead of just a single
9090 folder name, in which case the Pattern will match if the open folder is
9091 any one of the folders in the list.
9092 The name of each folder in the list may be either &quot;INBOX&quot;,
9093 the technical specification
9094 of the folder (like what appears in your configuration file) or, if the
9095 folder is one of your incoming folders, it may be the nickname you've given
9096 the folder.
9097 Here are some samples of specific folder names:
9099 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9101 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9103 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9105 The easiest way to fill in the &quot;Folder&quot; field is to use
9106 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9107 highlighted, or to use the &quot;Take&quot; command with the configuration
9108 feature
9109 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9110 turned on.
9112 When reading a newsgroup, there may be a performance penalty
9113 incurred when collecting the information necessary to check whether
9114 or not a Pattern matches a message.
9115 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9116 If you have Patterns with a Current Folder Type of either
9117 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9118 Index Line Coloring or Scoring, you may experience
9119 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9121 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9123 The &quot;Age Interval&quot; may be set to an interval of message
9124 ages that should be considered a match.
9125 Like the other parts of the Pattern, if it is unset it will be ignored.
9126 The Age Interval looks like
9128 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9130 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9131 than or equal to zero.
9132 The special value &quot;INF&quot; may be used for
9133 the max value. It represents infinity.
9135 Actually, this option may be defined as a list of intervals instead
9136 of just a single interval.
9137 The list is separated by commas.
9138 It can look like
9140 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9142 When there is an Age Interval defined, it is a match if the age, in days, of
9143 the message is contained in any of the intervals.
9144 The intervals include both endpoints.
9146 Even though this option is called Age, it isn't actually
9147 the <EM>age</EM> of the message.
9148 Instead, it is how many days ago the message arrived in one of your folders.
9149 If the current time is a little past midnight, then a message that arrived
9150 just before midnight arrived yesterday, even though the message is only
9151 a few minutes old.
9152 By default, the date being used is not the date in the Date
9153 header of the message.
9154 It is the date that the message arrived in one of your folders.
9155 When you Save a message from one folder to another that arrival date
9156 is preserved.
9157 If you would like to use the date in the Date header that is possible.
9158 Turn on the option
9159 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9160 near the bottom of the rule definition.
9161 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9163 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9165 The &quot;Size Interval&quot; may be set to an interval of message
9166 sizes that should be considered a match.
9167 Like the other parts of the Pattern, if it is unset it will be ignored.
9168 The Size Interval looks like
9170 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9172 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9173 than or equal to zero.
9174 The special value &quot;INF&quot; may be used for
9175 the max value. It represents infinity.
9177 Actually, this option may be defined as a list of intervals instead
9178 of just a single interval.
9179 The list is separated by commas.
9180 It can look like
9182 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9184 When there is a Size Interval defined, it is a match if the size, in bytes, of
9185 the message is contained in any of the intervals.
9186 The intervals include both endpoints.
9188 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9190 The &quot;Score Interval&quot; may be set to an interval of message
9191 scores that should be considered a match.
9192 Like the other parts of the Pattern, if it is unset it will be ignored.
9193 The Score Interval looks like
9195 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9197 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9198 negative integers, with min_score less than or equal to max_score.
9199 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9200 the min and max values to represent negative and positive infinity.
9202 Actually, a list of intervals may be used if you wish.
9203 A list would look like
9205 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9207 When there is a Score Interval defined, it is a match if the score for
9208 the message is contained in any of the intervals in the list.
9209 The intervals include the endpoints.
9210 The score for a message is calculated by looking at every Score rule defined and
9211 adding up the Score Values for the ones that match the message.
9212 When deciding whether or not a Pattern matches a message for purposes of
9213 calculating the score, the Score Interval is ignored.
9215 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9217 There are five separate message status settings.
9218 By default, all five are set to the value &quot;Don't care&quot;, which
9219 will match any message.
9220 The value &quot;Yes&quot; means that the particular status must be true
9221 for a match, and the value &quot;No&quot; means that the particular
9222 status must not be true for a match.
9223 For example, one of the five Message Status settings is whether a message
9224 is marked Important or not.
9225 A &quot;Yes&quot; means that the message must be Important to be
9226 considered a match and &quot;No&quot; means that the message must not be
9227 Important to be considered a match.
9228 The same is true of the other four message status settings that depend
9229 on whether or not the message is New; whether the message has 
9230 been Answered or not; whether the message has been Deleted or not, and
9231 whether the message is Recent or not. 
9233 The nomenclature for New and Recent is a bit confusing:
9235 New means that the message is Unseen.
9236 It could have been in your mailbox for a long time but if you haven't looked
9237 at it, it is still considered New.
9238 That matches the default Alpine index display that shows an N for such a
9239 message.
9241 Recent means that the message was added to this folder since the last time
9242 you opened the folder.
9243 Alpine also shows an N by default for these types of messages.
9244 If you were to run two copies of Alpine that opened a folder one right after
9245 the other, a message would only show up as Recent in (at most) the first
9246 Alpine session.
9248 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9250 Keywords are similar to Message Status, but they are chosen by the user.
9251 Provided the mail server allows for it, you may add a set of possible keywords
9252 to a folder and then you may set those keywords or not for each message
9253 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9254 The syntax of this part of the Pattern is similar to the header patterns.
9255 It is a list of keywords.
9256 The Keyword part of the Pattern is a match if the message has any of
9257 the keywords in the list set.
9258 Like other parts of the Pattern, if this is unset it will be ignored.
9260 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9262 A message may use one or more character sets.
9263 This part of the Pattern matches messages that make use of one or more of
9264 the character sets specified in the pattern.
9265 It will be considered a match if a message uses any of the character
9266 sets in the list you give here.
9269 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9270 GB2312) you may also use some shorthand names that Alpine provides.
9271 These names are more understandable shorthand names for sets of 
9272 character set names.
9273 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9274 Selecting one of these shorthand names is equivalent to selecting all of
9275 the character sets that make up the set.
9276 You can see all of these shorthand names and the lists of character sets
9277 they stand for by typing the &quot;T&quot; command with the Character
9278 Set pattern highlighted.
9279 The syntax of this part of the Pattern is similar to the header patterns
9280 and the Message Keywords pattern.
9281 It is a list of character sets (or shorthand names).
9282 The Character Set part of the Pattern is a match if the message uses any
9283 of the character sets in the list.
9284 Like other parts of the Pattern, if this is unset it will be ignored.
9286 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9288 It seems that lots of unwanted email contains unencoded 8-bit characters
9289 in the Subject.
9290 Normally, characters with the 8th bit set are not allowed in the Subject
9291 header unless they are MIME-encoded.
9292 This option gives you a way to match messages that have Subjects that
9293 contain unencoded 8-bit characters.
9294 By default, the value of this option is &quot;Don't care&quot;, which
9295 will match any message.
9296 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9297 the Subject of the message in order for there to be a match,
9298 and the value &quot;No&quot; is the opposite.
9299 Setting this option will affect performance in large folders because the
9300 subject of each message in the folder has to be checked.
9302 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9304 This option gives you a way to take some action once per month.
9305 By default, the value of this option is &quot;Don't care&quot;, which
9306 will always match.
9307 The value &quot;Yes&quot; means that this must be the first time Alpine has
9308 been run this month in order to count as a match,
9309 and the value &quot;No&quot; is the opposite.
9311 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9313 This option gives you a way to take some action once per year.
9314 By default, the value of this option is &quot;Don't care&quot;, which
9315 will always match.
9316 The value &quot;Yes&quot; means that this must be the first time Alpine has
9317 been run this year in order to count as a match,
9318 and the value &quot;No&quot; is the opposite.
9320 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9322 This option gives you a way to match messages that have an address
9323 that is in one of your address books.
9324 Only the simple entries in your address books are searched.
9325 Address book distribution lists are ignored!
9326 By default, the value of this option is &quot;Don't care&quot;, which
9327 will match any message.
9328 The value &quot;Yes, in any address book&quot; means the address
9329 from the message must be in at least one of your
9330 address books in order to be a match.
9331 The value &quot;No, not in any address book&quot;
9332 means none of the addresses may
9333 be in any of your address books in order to be a match.
9334 The values &quot;Yes, in specific address books&quot; and
9335 &quot;No, not in any of specific address books&quot; are similar but instead
9336 of depending on all address books you are allowed to give a list of address
9337 books to look in.
9338 The addresses from the message that are checked for are determined by the
9339 setting you have for &quot;Types of addresses to check for in address book&quot;.
9340 If you set this to &quot;From&quot; the From address from the message will
9341 be looked up in the address book.
9342 If you set it to only &quot;To&quot; then the To addresses will be used.
9343 If any of the To addresses are in the address book then it is considered
9344 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9345 You could set it to both From and To, in which case all of the From and To
9346 addresses are used.
9347 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9348 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9349 exists or the From address if there is no Reply-To address.
9350 Same for the Sender address.
9351 Setting this option may affect performance in large folders because the
9352 From and Reply-To of each message in the folder have to be checked.
9354 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9356 This is a command that is run with its standard input set to the message
9357 being checked and its standard output discarded.
9358 The full directory path should be specified.
9359 The command will be run and then its exit status will be checked against
9360 the Exit Status Interval, which defaults to just the value zero.
9361 If the exit status of the command falls in the interval, it is considered
9362 a match, otherwise it is not a match.
9365 This option may actually be a list of commands.
9366 The first one that exists and is executable is used.
9367 That makes it possible to use the same configuration with Unix Alpine and
9368 PC-Alpine.
9371 If none of the commands in the list exists and is executable then the rule
9372 is <EM>not</EM> a match.
9373 If it is possible that the command may not exist, you should be careful
9374 to structure your rules so that nothing destructive
9375 happens when the command does not exist.
9376 For example, you might have a filter that filters away spam when there is
9377 a match but does nothing when there is not a match.
9378 That would continue to work correctly if the command didn't exist.
9379 However, if you have a filter that filters away spam when there is not
9380 a match and keeps it when there is a match, that would filter everything
9381 if the categorizer command didn't exist.
9383 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9384 setup for the bogofilter filter.
9387 &lt;End of help on this topic&gt;
9388 </BODY>
9389 </HTML>
9390 ===== h_rules_roles =====
9391 <HTML>
9392 <HEAD>
9393 <TITLE>SETUP ROLES SCREEN</TITLE>
9394 </HEAD>
9395 <BODY>
9396 <H1>SETUP ROLES SCREEN</H1>
9397 <H2>SETUP ROLES COMMANDS</H2>
9398 <!--chtml if pinemode="function_key"-->
9399 <PRE>
9400 Available  Commands -- Group 1         Available Commands -- Group 2   
9401 -------------------------------        ------------------------------  
9402 F1  Show Help Text                      F1  Show Help Text             
9403 F2  See commands in next group          F2  See commands in next group
9404 F3  Back to MAIN Alpine menu
9405 F4  Change configuration for role
9406 F5  Move to previous role               F5  Include file in role config
9407 F6  Move to next role                   F6  Exclude file from config
9408 F7  Previous page of roles
9409 F8  Next page of roles
9410 F9  Add new role                        F9  Replicate existing role
9411 F10 Delete existing role
9412 F11 Shuffle the order of roles
9413 F12 Whereis (search role nicknames)
9414 </PRE>
9415 <!--chtml else-->
9416 <PRE>
9417 Navigation                     General Alpine Commands
9418 -------------------------      -----------------------
9419  P  Prev Role                     ?  Display this help text
9420  N  Next Role                     E  Back to MAIN Alpine menu
9421  -  Previous page
9422 Spc (space bar) Next page
9423  W  WhereIs (search for word in role nicknames)
9425 Setup Roles Commands
9426 ------------------------------------------------
9427  A  Add new role                  $  Shuffle the order of roles
9428  D  Delete existing role          C  Change configuration for highlighted role
9429  R  Replicate existing role
9430  I  Include file in role config   X  Exclude file from role config
9431 </PRE>
9432 <!--chtml endif-->
9434 <H2>Description of the Setup Roles Screen</H2>
9436 This screen lets you add, delete, modify, or change the order of the rules
9437 that determine the role you are playing when composing a message.
9439 You may play different roles depending on who you are replying to.
9440 For example, if you are replying to a message addressed to help-desk you
9441 may be acting as a Help Desk Worker.
9442 That role may require that you use a different return address and/or
9443 a different signature.
9445 Roles are optional.
9446 If you set up roles they work like this:  Each role has a set of
9447 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9448 considered for a particular use; a &quot;Pattern&quot;,
9449 which is used to decide which of the eligible roles is used; and a set
9450 of &quot;Actions&quot;, which are taken when that role is used.
9451 When you reply to a message, the message you are replying to is compared
9452 with the Patterns of the roles marked as eligible for use when replying.
9453 The comparisons start with the first eligible role and keep going until there
9454 is a match.
9455 If a match is found, the matching role's Actions are taken.
9457 It is also possible to set a default role and to change that role during
9458 your Alpine session.
9459 When you start Alpine no default role will be set.
9460 You may set or change the current default role by using the &quot;D&quot;
9461 command in the role selection screen.
9462 You'll see that screen while composing a message and being asked to select
9463 a role.
9464 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9465 compose a message.
9466 You may find a default role useful if you normally perform the duties of one
9467 of your roles for a while, then you switch to another role and stay in the
9468 new role for another period of time.
9469 It may be easier than using the Role Command to select the role each time you
9470 compose a message.
9472 <H2>Role Uses</H2>
9474 There are three types of use to be configured;
9475 one for Replying, one for Forwarding, and one for Composing.
9476 These indicate whether or not you want a role to be considered when you
9477 type the Reply, Forward, or Compose commands.
9478 (The Role command is an alternate form of the Compose command, and it is
9479 not affected by these settings.)
9480 Each of these Use types has three possible values.
9481 The value &quot;Never&quot;
9482 means that the role will never be considered as a candidate for use with
9483 the corresponding command.
9484 For example, if you set a role's Reply Use to Never, then when you Reply to
9485 a message, that role won't even be considered.
9486 (That isn't quite true. If the message you are replying to matches some other
9487 role that requires confirmation,
9488 then there will be a ^T command available which allows you to select a role
9489 from all of your roles, not just the reply-eligible roles.)
9492 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9493 both mean that you do want to consider this role when using the corresponding
9494 command.
9495 For either of these settings the role's Pattern will
9496 be checked to see if it matches the message.
9497 For Reply Use, the message used to compare the Pattern with is the message
9498 being replied to.
9499 For Forward Use, the message used to compare the Pattern with is the message
9500 being forwarded.
9501 For Compose Use, there is no message, so the parts of the Pattern that depend
9502 on a message (everything other than Current Folder Type) are ignored.
9503 In all cases, the Current Folder Type is checked if defined.
9504 If there is a match then this role will either be used without confirmation
9505 or will be the default when confirmation is asked for, depending on
9506 which of the two options is selected.
9507 If confirmation is requested, you will have a chance to
9508 choose No Role instead of the offered role, or to
9509 change the role to any one of your other roles (with the ^T command).
9511 <H2>Role Patterns</H2>
9513 In order to determine whether or not a message matches a role the message is
9514 compared with the Role's Pattern.
9515 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9516 Scoring, Other Rules, and Search Rules, so are described in only one place,
9517 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9519 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9520 a role that has all header patterns unset, the AllText pattern unset,
9521 the BodyText pattern unset,
9522 the Score Interval unset, and the Current Folder Type set to
9523 &quot;Any&quot; may be used as a default role.
9524 It should be put last in the list of roles since the matching
9525 starts at the beginning and proceeds until one of the roles is a match.
9526 If no roles at all match, then Alpine will
9527 use its regular methods of defining the role.
9528 If you wanted to, you could define a different &quot;default&quot; role
9529 for Replying, Forwarding, and Composing by setting the
9530 &quot;Use&quot; fields appropriately.
9532 <H2>Role Actions</H2>
9534 Once a role match is found, the role's Actions are taken.
9535 For each role there are several possible actions that may be defined.
9536 They are actions to set the From address, the Reply-To address,
9537 the Fcc, the Signature, the Template file, and Other Headers.
9539 <H3>Set From</H3>
9541 The From address is the address used on the From line of the message
9542 you are sending.
9544 <H3>Set Reply-To</H3>
9546 The Reply-To address is the address used on the Reply-To line of the message
9547 you are sending.
9548 You don't need a Reply-To address unless it is different from the From address.
9550 <H3>Set Other Headers</H3>
9552 If you want to set the value of the From or Reply-To headers, use
9553 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9554 If you want to set the values of other headers, use this field.
9555 This field is similar to the
9556 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9557 Each header you specify here must include the header tag
9558 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9559 and may optionally include a value for that header.
9560 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9561 for a header here will replace any value that already exists.
9562 For example, if you are Replying to a message there will be at least one
9563 address in the To header (the address you are Replying to).
9564 However, if you Reply using a role that sets the To header, that role's
9565 To header value will be used instead.
9567 <H3>Set Fcc</H3>
9569 The Fcc is used as the Fcc for the message you are sending.
9571 <H3>Set Signature or Set LiteralSig</H3>
9573 The Signature is the name of a file to be used as the signature file when
9574 this role is being used.
9575 If the name of the file has a vertical bar following it (|)
9576 then it is assumed that the file is a program that should be run to
9577 produce the signature.
9578 If the LiteralSig is set, then it is used instead of the signature file.
9579 LiteralSig is just a different way to store the signature.
9580 It is stored in the pine configuration file instead of in a separate
9581 signature file.
9582 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9583 either in the role or as the default signature in the Setup/Config screen,
9584 then the signature file is ignored.
9586 <H3>Set Template</H3>
9588 A Template is the name of a file to be included in the message when this
9589 role is being used.
9590 If the name of the file has a vertical bar following it (|)
9591 then it is assumed that the file is a program that should be run to
9592 produce the template.
9595 Both signature files and template files may be stored remotely on an IMAP
9596 server.
9597 In order to do that you just give the file a remote name.
9598 This works just like the regular
9599 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9600 option that is configured from the Setup/Configuration screen.
9601 A remote signature file name might look like:
9603 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9605 Once you have named the remote signature or template file you create its
9606 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9607 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9608 line of the role editor.
9611 Both signature files and template files (or the output of signature programs
9612 and template file programs) may contain special tokens
9613 that are replaced with contents
9614 that depend on the message being replied to or forwarded.
9615 See the help for the individual fields inside the role editor for more
9616 information on tokens.
9618 <H3>Use SMTP Server</H3>
9620 If this field has a value, then it will be used as the SMTP server
9621 to send mail when this role is being used (unless the SMTP server variable
9622 is set in the system-wide fixed configuration file).
9623 It has the same semantics as the
9624 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9625 variable in the Setup/Config screen.
9626 When you postpone the composition this SMTP server list will be saved
9627 with the postponed composition and it cannot be changed later.
9628 Because of that, you may want to make this a list of SMTP servers
9629 with the preferred server at the front of the list and alternate servers
9630 later in the list.
9633 If any of the actions are left unset, then the action depends on what
9634 is present in the &quot;Initialize settings using role&quot; field.
9635 If you've listed the nickname of another one of your roles there, then the
9636 corresponding action from that role will be used here.
9637 If that action is also blank, or if there is no nickname specified,
9638 then Alpine will do whatever it normally does to set these actions.
9639 This depends on other configuration options and features you've set.
9641 <H2>Command Descriptions</H2>
9643 <H3>Add</H3>
9645 The Add command is used to add a new role definition to your set of
9646 roles.
9647 The new role will be added after the highlighted role.
9649 <H3>Delete</H3>
9651 The Delete command deletes the currently highlighted role.
9653 <H3>Change</H3>
9655 The Change command lets you edit the nickname, Uses, Pattern,
9656 and Actions of the currently highlighted role.
9658 <H3>Shuffle</H3>
9660 The Shuffle command allows you to change the order of the roles.
9661 You may move the currently highlighted role up or down in the list.
9662 The order of the roles is important since the roles are tested for a
9663 match starting with the first role and continuing until a match is found.
9664 You should place the roles with more specific Patterns near the beginning
9665 of the list, and those with more general Patterns near the end so that
9666 the more specific matches will happen when appropriate.
9668 <H3>Replicate</H3>
9670 The Replicate command is used to copy an existing role and modify it.
9671 The new role will be added after the highlighted role.
9673 <H3>IncludeFile</H3>
9675 The IncludeFile command allows you to add a roles file to your configuration.
9676 Usually, your roles will be contained in your Alpine configuration file.
9677 If you wish, some or all of your roles may be stored in a separate file.
9678 If a roles file already exists (maybe it was made by somebody else using
9679 Alpine), you may insert it before the currently highlighted role.
9680 You may also insert an empty file or a file that does not yet exist.
9681 Once you have an empty roles file in your configuration, you may use
9682 the Shuffle command to move roles into it.
9683 In fact, that's the only way to get the initial role into the file.
9685 <H3>eXcludeFile</H3>
9687 The eXcludeFile command removes a roles file from your roles configuration.
9688 A limitation of the program is that in order to exclude a roles file
9689 that file must have at least one role
9690 in it, otherwise you won't be able to highlight a line in the file.
9691 So you may have to add a dummy role to the file in order to exclude the file.
9692 <P><UL>
9693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9694 </UL>
9696 &lt;End of help on this topic&gt;
9697 </BODY>
9698 </HTML>
9699 ===== h_rules_other =====
9700 <HTML>
9701 <HEAD>
9702 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9703 </HEAD>
9704 <BODY>
9705 <H1>SETUP OTHER RULES SCREEN</H1>
9706 <H2>SETUP OTHER RULES COMMANDS</H2>
9707 <!--chtml if pinemode="function_key"-->
9708 <PRE>
9709 Available  Commands -- Group 1         Available Commands -- Group 2   
9710 -------------------------------        ------------------------------  
9711 F1  Show Help Text                      F1  Show Help Text             
9712 F2  See commands in next group          F2  See commands in next group
9713 F3  Back to MAIN Alpine menu
9714 F4  Change configuration for rule
9715 F5  Move to previous rule               F5  Include file in rule config
9716 F6  Move to next rule                   F6  Exclude file from config
9717 F7  Previous page of rules
9718 F8  Next page of rules
9719 F9  Add new rule                        F9  Replicate existing rule
9720 F10 Delete existing rule
9721 F11 Shuffle the order of rules
9722 F12 Whereis (search rule nicknames)
9723 </PRE>
9724 <!--chtml else-->
9725 <PRE>
9726 Navigation                     General Alpine Commands
9727 -------------------------      -----------------------
9728  P  Prev rule                     ?  Display this help text
9729  N  Next rule                     E  Back to MAIN Alpine menu
9730  -  Previous page
9731 Spc (space bar) Next page
9732  W  WhereIs (search for word in rule nicknames)
9734 Setup Other Rules Commands
9735 ------------------------------------------------
9736  A  Add new rule                  $  Shuffle the order of rules
9737  D  Delete existing rule          C  Change configuration for highlighted rule
9738  R  Replicate existing rule
9739  I  Include file in rule config   X  Exclude file from rule config
9740 </PRE>
9741 <!--chtml endif-->
9743 <H2>Description of the Setup Other Rules Screen</H2>
9745 This is where you may set various actions that do not fit well into the
9746 other Rules categories.
9748 <H2>Patterns</H2>
9750 Other Rules are a little different from the rest of the Rules because
9751 they depend only on the current folder, and not on a particular message.
9752 In order to determine whether or not a rule's actions should be applied
9753 the current folder is compared with the rule's Pattern, which consists
9754 of only the Current Folder Type.
9755 Current Folder Type works the same for Other Rules as it does for Roles,
9756 Filtering, Index Coloring, and Scoring.
9757 Keep in mind that the only part of the Pattern that applies to Other
9758 Rules is the Current Folder Type when looking at the description of
9759 Patterns given
9760 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9762 <H2>The Actions</H2>
9764 <H3>Set Sort Order</H3>
9766 When you enter a new folder, these rules will be checked to see if you
9767 have set a sort order that is different from your default sort order.
9768 The default is set in the Setup/Config screen with
9769 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9770 If the Sort Order action is set, then the folder will be displayed sorted in
9771 that sort order instead of in the default order.
9773 A possible point of confusion arises when you change the configuration
9774 of the Sort Order for the currently open folder.
9775 The folder will normally be re-sorted when you go back to viewing the
9776 index.
9777 However, if you have manually sorted the folder with the
9778 Sort
9779 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9780 command, then it will not be re-sorted until the next time it is opened.
9782 <H3>Set Index Format</H3>
9784 When you enter a new folder, these rules will be checked to see if you
9785 have set an Index Format that is different from your default Index Format,
9786 which is set with the
9787 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9788 If so, the index will be displayed with this format instead of the default.
9790 <H3>Set Startup Rule</H3>
9792 When you enter a new folder, these rules will be checked to see if you
9793 have set a startup rule that is different from the default startup rule.
9794 The default for incoming folders is set in the Setup/Config screen with
9795 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9796 The default for folders other than INBOX that are not part of your
9797 incoming collection
9798 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9799 is to start with the last message in the folder.
9800 If the Startup Rule is set to something other than &quot;default&quot;,
9801 then the rule will determine which message will be the current message when
9802 the folder is first opened.
9804 The various startup rule possibilities work the same here as they do in
9805 the incoming collection, so check
9806 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9807 for more help.
9809 <H2>Command Descriptions</H2>
9811 <H3>Add</H3>
9813 The Add command is used to add a new rule definition to your set of
9814 rules.
9815 The new rule will be added after the highlighted rule.
9817 <H3>Delete</H3>
9819 The Delete command deletes the currently highlighted rule.
9821 <H3>Change</H3>
9823 The Change command lets you edit the nickname, Pattern,
9824 and Action of the currently highlighted rule.
9826 <H3>Shuffle</H3>
9828 The Shuffle command allows you to change the order of the rules.
9829 You may move the currently highlighted rule up or down in the list.
9830 The order of the rules is important since the rules are tested for a
9831 match starting with the first rule and continuing until a match is found.
9832 You should place the rules with more specific Patterns near the beginning
9833 of the list, and those with more general Patterns near the end so that
9834 the more specific matches will happen when appropriate.
9836 <H3>Replicate</H3>
9838 The Replicate command is used to copy an existing rule definition and modify it.
9839 The new rule will be added after the highlighted rule.
9841 <H3>IncludeFile</H3>
9843 The IncludeFile command allows you to add a rules file to your configuration.
9844 Usually, your rules will be contained in your Alpine configuration file.
9845 If you wish, some or all of your rules may be stored in a separate file.
9846 If a rules file already exists (maybe it was made by somebody else using
9847 Alpine), you may insert it before the currently highlighted rule.
9848 You may also insert an empty file or a file that does not yet exist.
9849 Once you have an empty rules file in your configuration, you may use
9850 the Shuffle command to move rules into it.
9851 In fact, that's the only way to get the initial rule into the file.
9853 <H3>eXcludeFile</H3>
9855 The eXcludeFile command removes a rules file from your rules configuration.
9856 A limitation of the program is that in order to exclude a rules file
9857 that file must have at least one rule
9858 in it, otherwise you won't be able to highlight a line in the file.
9859 So you may have to add a dummy rule to the file in order to exclude the file.
9860 <P><UL>
9861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9862 </UL>
9864 &lt;End of help on this topic&gt;
9865 </BODY>
9866 </HTML>
9867 ===== h_rules_srch =====
9868 <HTML>
9869 <HEAD>
9870 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9871 </HEAD>
9872 <BODY>
9873 <H1>SETUP SEARCH RULES SCREEN</H1>
9874 <H2>SETUP SEARCH RULES COMMANDS</H2>
9875 <!--chtml if pinemode="function_key"-->
9876 <PRE>
9877 Available  Commands -- Group 1         Available Commands -- Group 2   
9878 -------------------------------        ------------------------------  
9879 F1  Show Help Text                      F1  Show Help Text             
9880 F2  See commands in next group          F2  See commands in next group
9881 F3  Back to MAIN Alpine menu
9882 F4  Change configuration for rule
9883 F5  Move to previous rule               F5  Include file in rule config
9884 F6  Move to next rule                   F6  Exclude file from config
9885 F7  Previous page of rules
9886 F8  Next page of rules
9887 F9  Add new rule                        F9  Replicate existing rule
9888 F10 Delete existing rule
9889 F11 Shuffle the order of rules
9890 F12 Whereis (search rule nicknames)
9891 </PRE>
9892 <!--chtml else-->
9893 <PRE>
9894 Navigation                     General Alpine Commands
9895 -------------------------      -----------------------
9896  P  Prev rule                     ?  Display this help text
9897  N  Next rule                     E  Back to MAIN Alpine menu
9898  -  Previous page
9899 Spc (space bar) Next page
9900  W  WhereIs (search for word in rule nicknames)
9902 Setup Search Rules Commands
9903 ------------------------------------------------
9904  A  Add new rule                  $  Shuffle the order of rules
9905  D  Delete existing rule          C  Change configuration for highlighted rule
9906  R  Replicate existing rule
9907  I  Include file in rule config   X  Exclude file from rule config
9908 </PRE>
9909 <!--chtml endif-->
9911 <H2>Description of the Setup Search Rules Screen</H2>
9913 One of the commands that becomes available when that feature is turned on
9914 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9915 screen to select a set of messages.
9916 One way of selecting messages is to use a Rule.
9917 All of the messages that match (or don't match if you wish)
9918 a Rule's Pattern will be selected.
9920 Any of your Rules may be used for this purpose.
9921 You might already have Rules set up for filtering, index line color, scores, or roles;
9922 and you may use any of those Rules with the Select command.
9923 However, you might find it more convenient to set up a separate set of Rules
9924 just for this purpose without having to worry about what other effects
9925 they may cause.
9926 That is the purpose of these Select Rules.
9929 Each rule has a &quot;Pattern&quot;
9930 that is used to decide which messages are selected when you use it with
9931 the Select command.
9933 <H2>Patterns</H2>
9935 In order to determine whether or not a message should be selected
9936 the message is compared with the rule's Pattern.
9937 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9938 Scoring, Other Rules, and Search Rules, so are described in only one place,
9939 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9941 <H2>Command Descriptions</H2>
9943 <H3>Add</H3>
9945 The Add command is used to add a new rule definition to your set of
9946 rules.
9947 The new rule will be added after the highlighted rule.
9949 <H3>Delete</H3>
9951 The Delete command deletes the currently highlighted rule.
9953 <H3>Change</H3>
9955 The Change command lets you edit the nickname and Pattern
9956 of the currently highlighted rule.
9958 <H3>Shuffle</H3>
9960 The Shuffle command allows you to change the order of the rules.
9961 This affects only the order they are presented in when you use the
9962 ^T subcommand of the Select by Rule command.
9963 You may move the currently highlighted rule up or down in the list.
9965 <H3>Replicate</H3>
9967 The Replicate command is used to copy an existing rule definition and modify it.
9968 The new rule will be added after the highlighted rule.
9970 <H3>IncludeFile</H3>
9972 The IncludeFile command allows you to add a rules file to your configuration.
9973 Usually, your rules will be contained in your Alpine configuration file.
9974 If you wish, some or all of your rules may be stored in a separate file.
9975 If a rules file already exists (maybe it was made by somebody else using
9976 Alpine), you may insert it before the currently highlighted rule.
9977 You may also insert an empty file or a file that does not yet exist.
9978 Once you have an empty rules file in your configuration, you may use
9979 the Shuffle command to move rules into it.
9980 In fact, that's the only way to get the initial rule into the file.
9982 <H3>eXcludeFile</H3>
9984 The eXcludeFile command removes a rules file from your rules configuration.
9985 A limitation of the program is that in order to exclude a rules file
9986 that file must have at least one rule
9987 in it, otherwise you won't be able to highlight a line in the file.
9988 So you may have to add a dummy rule to the file in order to exclude the file.
9989 <P><UL>
9990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9991 </UL>
9993 &lt;End of help on this topic&gt;
9994 </BODY>
9995 </HTML>
9996 ===== h_rules_incols =====
9997 <HTML>
9998 <HEAD>
9999 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10000 </HEAD>
10001 <BODY>
10002 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10003 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10004 <!--chtml if pinemode="function_key"-->
10005 <PRE>
10006 Available  Commands -- Group 1         Available Commands -- Group 2   
10007 -------------------------------        ------------------------------  
10008 F1  Show Help Text                      F1  Show Help Text             
10009 F2  See commands in next group          F2  See commands in next group
10010 F3  Back to MAIN Alpine menu
10011 F4  Change configuration for rule
10012 F5  Move to previous rule               F5  Include file in rule config
10013 F6  Move to next rule                   F6  Exclude file from config
10014 F7  Previous page of rules
10015 F8  Next page of rules
10016 F9  Add new rule                        F9  Replicate existing rule
10017 F10 Delete existing rule
10018 F11 Shuffle the order of rules
10019 F12 Whereis (search rule nicknames)
10020 </PRE>
10021 <!--chtml else-->
10022 <PRE>
10023 Navigation                     General Alpine Commands
10024 -------------------------      -----------------------
10025  P  Prev rule                     ?  Display this help text
10026  N  Next rule                     E  Back to MAIN Alpine menu
10027  -  Previous page
10028 Spc (space bar) Next page
10029  W  WhereIs (search for word in rule nicknames)
10031 Setup Index Color Commands
10032 ------------------------------------------------
10033  A  Add new rule                  $  Shuffle the order of rules
10034  D  Delete existing rule          C  Change configuration for highlighted rule
10035  R  Replicate existing rule
10036  I  Include file in rule config   X  Exclude file from rule config
10037 </PRE>
10038 <!--chtml endif-->
10040 <H2>Description of the Setup Index Line Colors Screen</H2>
10042 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10043 This action is only available if your terminal is capable of displaying
10044 color and color display has been enabled with the
10045 <A HREF="h_config_color_style">Color Style</A> option within the
10046 Setup Color screen.
10047 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10048 This screen lets you add, delete, modify, or change the order of the rules
10049 that cause the lines in the MESSAGE INDEX to be displayed in different
10050 colors.
10052 Each rule has a &quot;Pattern&quot;,
10053 which is used to decide which of the rules is used; and the color that
10054 is used if the Pattern matches a particular message.
10056 <H2>Index Color Patterns</H2>
10058 In order to determine whether or not a message matches an Index Color Rule
10059 the message is compared with the rule's Pattern.
10060 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10061 Scoring, Other Rules, and Search Rules, so are described in only one place,
10062 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10065 If none of the Index Color rules is a match for a particular index line,
10066 then the color used is set using
10067 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10069 <H2>Index Line Color</H2>
10071 This is the color that index lines are colored when there is a matching
10072 Pattern.
10073 This colors the whole index line, except possibly the status letters,
10074 which may be colored separately using
10075 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10077 <H2>Command Descriptions</H2>
10079 <H3>Add</H3>
10081 The Add command is used to add a new rule definition to your set of
10082 rules.
10083 The new rule will be added after the highlighted rule.
10085 <H3>Delete</H3>
10087 The Delete command deletes the currently highlighted rule.
10089 <H3>Change</H3>
10091 The Change command lets you edit the nickname, Pattern,
10092 and Index Line Color of the currently highlighted rule.
10094 <H3>Shuffle</H3>
10096 The Shuffle command allows you to change the order of the rules.
10097 You may move the currently highlighted rule up or down in the list.
10098 The order of the rules is important since the rules are tested for a
10099 match starting with the first rule and continuing until a match is found.
10100 You should place the rules with more specific Patterns near the beginning
10101 of the list, and those with more general Patterns near the end so that
10102 the more specific matches will happen when appropriate.
10104 <H3>Replicate</H3>
10106 The Replicate command is used to copy an existing rule definition and modify it.
10107 The new rule will be added after the highlighted rule.
10109 <H3>IncludeFile</H3>
10111 The IncludeFile command allows you to add a rules file to your configuration.
10112 Usually, your rules will be contained in your Alpine configuration file.
10113 If you wish, some or all of your rules may be stored in a separate file.
10114 If a rules file already exists (maybe it was made by somebody else using
10115 Alpine), you may insert it before the currently highlighted rule.
10116 You may also insert an empty file or a file that does not yet exist.
10117 Once you have an empty rules file in your configuration, you may use
10118 the Shuffle command to move rules into it.
10119 In fact, that's the only way to get the initial rule into the file.
10121 <H3>eXcludeFile</H3>
10123 The eXcludeFile command removes a rules file from your rules configuration.
10124 A limitation of the program is that in order to exclude a rules file
10125 that file must have at least one rule
10126 in it, otherwise you won't be able to highlight a line in the file.
10127 So you may have to add a dummy rule to the file in order to exclude the file.
10128 <P><UL>
10129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10130 </UL>
10132 &lt;End of help on this topic&gt;
10133 </BODY>
10134 </HTML>
10135 ===== h_rules_filter =====
10136 <HTML>
10137 <HEAD>
10138 <TITLE>SETUP FILTERING SCREEN</TITLE>
10139 </HEAD>
10140 <BODY>
10141 <H1>SETUP FILTERING SCREEN</H1>
10142 <H2>SETUP FILTERING COMMANDS</H2>
10143 <!--chtml if pinemode="function_key"-->
10144 <PRE>
10145 Available  Commands -- Group 1         Available Commands -- Group 2   
10146 -------------------------------        ------------------------------  
10147 F1  Show Help Text                      F1  Show Help Text             
10148 F2  See commands in next group          F2  See commands in next group
10149 F3  Back to MAIN Alpine menu
10150 F4  Change configuration for filter
10151 F5  Move to previous filter             F5  Include file in filter config
10152 F6  Move to next filter                 F6  Exclude file from config
10153 F7  Previous page of filters
10154 F8  Next page of filters
10155 F9  Add new filter                      F9  Replicate existing filter
10156 F10 Delete existing filter
10157 F11 Shuffle the order of filters
10158 F12 Whereis (search filter nicknames)
10159 </PRE>
10160 <!--chtml else-->
10161 <PRE>
10162 Navigation                     General Alpine Commands
10163 -------------------------      -----------------------
10164  P  Prev Filter                   ?  Display this help text
10165  N  Next Filter                   E  Back to MAIN Alpine menu
10166  -  Previous page
10167 Spc (space bar) Next page
10168  W  WhereIs (search for word in filter nicknames)
10170 Setup Filters Commands
10171 ------------------------------------------------
10172  A  Add new filter                $  Shuffle the order of filters
10173  D  Delete existing filter        C  Change configuration for highlighted filter
10174  R  Replicate existing filter
10175  I  Include file in filter config X  Exclude file from filter config
10176 </PRE>
10177 <!--chtml endif-->
10179 <H2>Description of the Setup Filtering Screen</H2>
10181 This screen lets you add, delete, modify, or change the order of the rules
10182 that determine the filtering Alpine does on folders you view.
10184 The software that actually delivers mail (the stuff that happens
10185 before Alpine is involved) for you is in a better position to do mail filtering
10186 than Alpine itself.
10187 If possible, you may want to look into using that sort of mail filtering to
10188 deliver mail to different folders, delete it, or forward it.
10189 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10191 Filtering is a way to automatically move certain messages from one folder
10192 to another or to delete messages.
10193 It can also be used to set message status (Important, Deleted, New,
10194 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10195 Alpine doesn't have the ability to forward mail to another address or
10196 to deliver vacation messages.
10198 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10199 When a folder is opened, when new mail arrives in an open folder, or
10200 when mail is Expunged from a folder; each
10201 message is compared with the Patterns of your filtering rules.
10202 The comparisons start with the first rule and keep going until there
10203 is a match.
10204 If a match is found, the message may be deleted or moved, depending on
10205 the setting of the Filter Action.
10206 If the message is not deleted, it may have its status altered.
10209 <EM>NOTE:</EM>
10210 When setting up a Pattern used to delete messages,
10211 it is recommended that you test the Pattern first with a &quot;Move&quot;
10212 folder specified in
10213 case unintended matches occur.  Messages that are deleted will be removed 
10214 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10215 next Expunge command or once the folder being filtered has been closed.
10217 <H2>Filter Patterns</H2>
10219 In order to determine whether or not a message matches a filter the message is
10220 compared with the Filter's Pattern.
10221 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10222 Scoring, Other Rules, and Search Rules, so are described in only one place,
10223 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10225 Since filtering is a potentially destructive action, if you have a filtering
10226 Pattern with nothing other than Current Folder Type set, that filtering
10227 rule is ignored.
10229 <H2>Filter Actions</H2>
10231 Once a filter match is found for a particular message, there are some actions
10232 that may be taken.
10233 First, the message may have its status changed.
10234 This is the same message status that you can manipulate manually using the
10235 <a href="h_common_flag">Flag Command</a>.
10236 There are always four elements of message status that you can control.
10237 You can set or clear the Important status, the New status, the Deleted
10238 status, and the Answered status.
10239 Of course, if the filter is going to delete the message,
10240 then there is no point in setting message status.
10241 You may also be able to set user-defined keywords for a message.
10242 Read a little about keywords in the help text for the
10243 <A HREF="h_common_flag">Flag</A> command.
10245 Second, the filter may delete or move the message.
10246 Deleting the message marks it Deleted and removes it from view.
10247 It is effectively gone forever (though it technically is still there until
10248 the next expunge command, which may happen implicitly).
10249 Moving the message moves it from the open folder into the folder
10250 listed on the &quot;Folder List&quot; line of the filter configuration.
10251 If you list more than one folder name (separated by commas) then the message
10252 will be copied to each of those folders.
10253 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10254 message is removed from the current folder.
10255 If you just want to set the messages status without deleting it from
10256 the folder, then set the filter action to
10257 &quot;Just Set Message Status&quot;.
10259 (There is no way to do a Copy instead of a Move, due to the difficulties
10260 involved in keeping track of whether or not a message has
10261 already been copied.)
10263 <H2>Command Descriptions</H2>
10265 <H3>Add</H3>
10267 The Add command is used to add a new filter definition to your set of
10268 filters.
10269 The new filter will be added after the highlighted filter.
10271 <H3>Delete</H3>
10273 The Delete command deletes the currently highlighted filter.
10275 <H3>Change</H3>
10277 The Change command lets you edit the nickname, Pattern,
10278 and Folder of the currently highlighted filter.
10280 <H3>Shuffle</H3>
10282 The Shuffle command allows you to change the order of the filters.
10283 You may move the currently highlighted filter up or down in the list.
10284 The order of the filters is important since the filters are tested for a
10285 match starting with the first filter and continuing until a match is found.
10286 You should place the filters with more specific Patterns near the beginning
10287 of the list, and those with more general Patterns near the end so that
10288 the more specific matches will happen when appropriate.
10290 <H3>Replicate</H3>
10292 The Replicate command is used to copy an existing filter and modify it.
10293 The new filter will be added after the highlighted filter.
10295 <H3>IncludeFile</H3>
10297 The IncludeFile command allows you to add a filters file to your configuration.
10298 Usually, your filters will be contained in your Alpine configuration file.
10299 If you wish, some or all of your filters may be stored in a separate file.
10300 If a filters file already exists (maybe it was made by somebody else using
10301 Alpine), you may insert it before the currently highlighted filter.
10302 You may also insert an empty file or a file that does not yet exist.
10303 Once you have an empty filters file in your configuration, you may use
10304 the Shuffle command to move filters into it.
10305 In fact, that's the only way to get the initial filter into the file.
10307 <H3>eXcludeFile</H3>
10309 The eXcludeFile command removes a filters file from your filters configuration.
10310 A limitation of the program is that in order to exclude a filters file
10311 that file must have at least one filter
10312 in it, otherwise you won't be able to highlight a line in the file.
10313 So you may have to add a dummy filter to the file in order to exclude the file.
10314 <P><UL>
10315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10316 </UL>
10318 <H3>Performance Considerations</H3>
10319 The number and type of patterns being tested can 
10320 adversely effect performance.  Issues to be aware
10321 of include:
10323 <UL>
10324   <LI> The more filters you have defined the longer it will take to run down
10325 the list.  Deleting unused filters is a good idea.
10326   <LI> Filtering in newsgroups served by an NNTP server will be slow
10327 if your patterns include tests other than &quot;From:&quot;
10328 or &quot;Subject:&quot;.
10329 </UL>
10331 &lt;End of help on this topic&gt;
10332 </BODY>
10333 </HTML>
10334 ===== h_rules_score =====
10335 <HTML>
10336 <HEAD>
10337 <TITLE>SETUP SCORING SCREEN</TITLE>
10338 </HEAD>
10339 <BODY>
10340 <H1>SETUP SCORING SCREEN</H1>
10341 <H2>SETUP SCORING COMMANDS</H2>
10342 <!--chtml if pinemode="function_key"-->
10343 <PRE>
10344 Available  Commands -- Group 1         Available Commands -- Group 2   
10345 -------------------------------        ------------------------------  
10346 F1  Show Help Text                      F1  Show Help Text             
10347 F2  See commands in next group          F2  See commands in next group
10348 F3  Back to MAIN Alpine menu
10349 F4  Change configuration for rule
10350 F5  Move to previous rule               F5  Include file in rule config
10351 F6  Move to next rule                   F6  Exclude file from config
10352 F7  Previous page of rules
10353 F8  Next page of rules
10354 F9  Add new rule                        F9  Replicate existing rule
10355 F10 Delete existing rule
10356 F11 Shuffle the order of rules
10357 F12 Whereis (search rule nicknames)
10358 </PRE>
10359 <!--chtml else-->
10360 <PRE>
10361 Navigation                     General Alpine Commands
10362 -------------------------      -----------------------
10363  P  Prev rule                     ?  Display this help text
10364  N  Next rule                     E  Back to MAIN Alpine menu
10365  -  Previous page
10366 Spc (space bar) Next page
10367  W  WhereIs (search for word in rule nicknames)
10369 Setup Scoring Commands
10370 ------------------------------------------------
10371  A  Add new rule                  $  Shuffle the order of rules
10372  D  Delete existing rule          C  Change configuration for highlighted rule
10373  R  Replicate existing rule
10374  I  Include file in rule config   X  Exclude file from rule config
10375 </PRE>
10376 <!--chtml endif-->
10378 <H2>Description of the Setup Scoring Screen</H2>
10380 Most people will not use scores at all, but if you do use them, here's how
10381 they work in Alpine.
10382 Using this screen, you may define Scoring rules.
10383 The score for a message is calculated by looking at every Score rule defined
10384 and adding up the Score Values for the ones that match the message.
10385 If there are no matches for a message, it has a score of zero.
10386 Message scores may be used a couple of ways in Alpine.
10388 <H3>Sorting by Score</H3>
10390 One of the methods you may use to sort message indexes is to sort by
10391 score.
10392 The scores of all the messages in a folder will be calculated and then
10393 the index will be ordered by placing the messages in order of ascending or
10394 descending score.
10396 <H3>Scores for use in Patterns</H3>
10398 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10399 category labeled &quot;Score Interval&quot;.
10400 When a message is being compared with a Pattern to check for a match, if
10401 the Score Interval is set only messages that have a score somewhere in
10402 the interval are a match.
10404 <H2>Scoring Rule Patterns</H2>
10406 In order to determine whether or not a message matches a scoring rule
10407 the message is compared with the rule's Pattern.
10408 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10409 Scoring, Other Rules, and Search Rules, so are described in only one place,
10410 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10413 Actually, Scoring rule Patterns are slightly different from the other types of
10414 Patterns because Scoring rule Patterns don't contain a Score Interval.
10415 In other words, when calculating the score for a message, which is done
10416 by looking at the Scoring rule Patterns, scores aren't used.
10418 <H2>Score Value</H2>
10420 This is the value that will be added to the score for a message if the
10421 rule's Pattern is a match.
10422 Each individual Score Value is an integer between -100 and 100, and the
10423 values from matching rules are added together to get a message's score.
10424 There is also a way to extract the value from a particular header of each
10425 message. See the help text for Score Value for further information.
10427 <H2>Command Descriptions</H2>
10429 <H3>Add</H3>
10431 The Add command is used to add a new scoring rule definition.
10432 The new rule will be added after the highlighted rule.
10434 <H3>Delete</H3>
10436 The Delete command deletes the currently highlighted scoring rule.
10438 <H3>Change</H3>
10440 The Change command lets you edit the nickname, Pattern,
10441 and Score Value of the currently highlighted scoring rule.
10443 <H3>Shuffle</H3>
10445 The Shuffle command allows you to change the order of the scoring rules.
10446 You may move the currently highlighted rule up or down in the list.
10447 The order of the rules is important since the rules are tested for a
10448 match starting with the first rule and continuing until a match is found.
10449 You should place the rules with more specific Patterns near the beginning
10450 of the list, and those with more general Patterns near the end so that
10451 the more specific matches will happen when appropriate.
10453 <H3>Replicate</H3>
10455 The Replicate command is used to copy an existing rule and modify it.
10456 The new rule will be added after the highlighted rule.
10458 <H3>IncludeFile</H3>
10460 The IncludeFile command allows you to add a rules file to your configuration.
10461 Usually, your rules will be contained in your Alpine configuration file.
10462 If you wish, some or all of your rules may be stored in a separate file.
10463 If a rules file already exists (maybe it was made by somebody else using
10464 Alpine), you may insert it before the currently highlighted rule.
10465 You may also insert an empty file or a file that does not yet exist.
10466 Once you have an empty rules file in your configuration, you may use
10467 the Shuffle command to move rules into it.
10468 In fact, that's the only way to get the initial rule into the file.
10470 <H3>eXcludeFile</H3>
10472 The eXcludeFile command removes a rules file from your rules configuration.
10473 A limitation of the program is that in order to exclude a rules file
10474 that file must have at least one rule
10475 in it, otherwise you won't be able to highlight a line in the file.
10476 So you may have to add a dummy rule to the file in order to exclude the file.
10477 <P><UL>
10478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10479 </UL>
10481 &lt;End of help on this topic&gt;
10482 </BODY>
10483 </HTML>
10484 ===== h_direct_config =====
10485 <HTML>
10486 <HEAD>
10487 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10488 </HEAD>
10489 <BODY>
10490 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10491 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10492 <!--chtml if pinemode="function_key"-->
10493 <PRE>
10494 Available  Commands                        
10495 -------------------------------            
10496 F1  Show Help Text                         
10497 F3  Back to MAIN Alpine menu                 
10498 F4  Change configuration for directory server  
10499 F5  Move to previous directory server          
10500 F6  Move to next directory server              
10501 F7  Previous page of directory servers         
10502 F8  Next page of directory servers
10503 F9  Add new directory server
10504 F10 Delete existing directory server
10505 F11 Shuffle the order of directory servers
10506 F12 Whereis (search directory server titles)   
10507 </PRE>
10508 <!--chtml else-->
10509 <PRE>
10510 Navigation                     General Alpine Commands
10511 -------------------------      -----------------------
10512  P  Prev Directory Server         ?  Display this help text
10513  N  Next Directory Server         E  Back to MAIN Alpine menu
10514  -  Previous page
10515 Spc (space bar) Next page
10516  W  WhereIs (search for word in directory server titles)
10518 Setup LDAP Directory Server Commands
10519 ------------------------------------------------
10520  A  Add new directory server      $  Shuffle the order of directory servers
10521  D  Delete existing dir server    C  Change configuration for highlighted server
10522 </PRE>
10523 <!--chtml endif-->
10525 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10527 This screen lets you add, delete, modify, or change the order of your
10528 directory servers. You may also set some optional behavior for each server.
10529 The &quot;Add Dir&quot; command brings up a blank form to 
10530 fill in. You will have to supply at least the name of the LDAP server.
10531 You will often have to supply a search base to be used with that server,
10532 as well. Once the form has been brought up on your screen, there is help
10533 available for each of the options you may set.
10535 The &quot;Del Dir&quot; command allows you to remove a directory server
10536 from your configuration.
10538 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10539 The difference is that instead of bringing up a form for a new server
10540 configuration, you are changing the configuration of an existing entry.
10541 For example, you might want to correct a typing error, change a
10542 nickname, or change one of the options set for that server.
10544 The &quot;Shuffle&quot; command is used to change the order of directory
10545 servers.
10546 <P><UL>
10547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10548 </UL>
10550 &lt;End of help on this topic&gt;
10551 </BODY>
10552 </HTML>
10553 ============= h_address_display ========================
10554 <HTML>
10555 <HEAD>
10556 <TITLE>SEARCH RESULTS INDEX</TITLE>
10557 </HEAD>
10558 <BODY>
10559 <H1>SEARCH RESULTS INDEX</H1>
10560 This screen shows the results, if any, of your Directory Server search.  
10561 Commands (besides those for screen navigation) are:
10562 <DL>
10563 <DT>View
10564 <!--chtml if pinemode="function_key"-->
10565 (F4)
10566 <!--chtml else-->
10568 <!--chtml endif-->
10569 </DT>
10570 <DD>See the full information for the selected entry.
10572 <DT>Compose
10573 <!--chtml if pinemode="function_key"-->
10574 (F9)
10575 <!--chtml else-->
10577 <!--chtml endif--></DT>
10578 <DD>Compose a message with the selected entry as the recipient.
10580 <DT>Role
10581 <!--chtml if pinemode="function_key"-->
10582 (F2)
10583 <!--chtml else-->
10585 <!--chtml endif--></DT>
10586 <DD>Compose a message with the selected entry as the recipient. This differs
10587 from Compose in that you may select a role before beginning your composition.
10589 <DT>Forward
10590 <!--chtml if pinemode="function_key"-->
10591 (F10)
10592 <!--chtml else-->
10594 <!--chtml endif--></DT>
10595 <DD>Send the full information for the selected entry as an 
10596 email message to someone else.
10598 <DT>Save
10599 <!--chtml if pinemode="function_key"-->
10600 (F11)
10601 <!--chtml else-->
10603 <!--chtml endif-->
10604 </DT>
10605 <DD>Save to your address book:
10606 <UL>
10607 <LI>the result of the search (as just found through your query) for the 
10608 selected entry; or 
10609 <LI>the selected entry for repeated Directory Server searching when used 
10610 in the future.
10611 </UL>
10612 or<BR>
10613 Export to a file (external to Alpine):
10614 <UL>
10615 <LI>the full information for the selected entry; or
10616 <LI>the email address from the selected entry; or
10617 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10618 </UL>
10619 <DT>WhereIs
10620 <!--chtml if pinemode="function_key"-->
10621 (F12)
10622 <!--chtml else-->
10624 <!--chtml endif-->
10625 </DT>
10626 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10627 displayed text, not the full records for each entry.)  
10628 </DL>
10629 &lt;End of help on this topic&gt;
10630 </BODY>
10631 </HTML>
10632 ============= h_address_select ========================
10633 <HTML>
10634 <HEAD>
10635 <TITLE>SEARCH RESULTS INDEX</TITLE>
10636 </HEAD>
10637 <BODY>
10638 <H1>SEARCH RESULTS INDEX</H1>
10639 This screen shows the results, if any, of your Directory Server search.  
10640 Commands (besides those for screen navigation) are:
10641 <DL>
10642 <DT>Select
10643 </DT>
10644 <DD>Select this entry for use.
10646 <DT>ExitSelect
10647 <DD>Exit without selecting any of the entries.
10649 <DT>WhereIs
10650 </DT>
10651 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10652 displayed text, not the full records for each entry.)  
10653 </DL>
10654 &lt;End of help on this topic&gt;
10655 </BODY>
10656 </HTML>
10657 ===== h_folder_maint =====
10658 <HTML>
10659 <HEAD>
10660 <TITLE>Help for Folder List</TITLE>
10661 </HEAD>
10662 <BODY>
10663 <H1>FOLDER LIST COMMANDS</H1>
10664 <!--chtml if pinemode="function_key"-->
10665 <PRE>
10666 Available Commands -- Group 1        Available Commands -- Group 2
10667 -------------------------------      ------------------------------
10668 F1  Show Help Text                    F1  Show Help Text               
10669 F2  See commands in next group        F2  See commands in next group  
10670 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10671 F4  Select folder and view it         F4  MAIN MENU Screen
10672 F5  Move to previous folder
10673 F6  Move to next folder               F6  Specify a folder to go to
10674 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10675 F8  Show next screen of listing       F8  Compose a message
10676 F9  Add a new folder                  F9  Print folder listing
10677 F10 Delete selected folder
10678 F11 Rename selected folder
10679 F12 Whereis (search folder names)
10681 Available Commands -- Group 3
10682 F1  Show Help Text
10683 F2  See commands in next group
10684 F5  Go to next new message
10685     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10686 F8  Compose a message using roles
10687 F9  Export folder to a file
10688 F10 Import the file back to a folder
10689 </PRE>
10690 <!--chtml else-->
10691 <PRE>
10692 Navigating the Folder Screen            Operations on the Selected Folder
10693 ----------------------------            ---------------------------------
10694  P   Move to previous folder              V  View Index of selected folder
10695  N   Move to next folder                  D  Delete
10696  -   Show previous page of listing        R  Rename
10697 Spc  (space bar) Show next page           E  Export to file
10698                                           U  Import from file to folder
10700 FOLDER LIST Screen Commands              General Alpine Command
10701 ---------------------------              -----------------------
10702  A  Add a folder                          O  Show all other available commands
10703  G  Specify a folder to go to             ?  Show Help text
10704  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10705  W  Whereis (search folder names)         Q  Quit Alpine
10706  %  Print folder listing                  C  Compose a message
10707                                           #  Compose a message using roles
10708 </PRE>
10709 <!--chtml endif-->
10711 These commands are only available in the FOLDER LIST screen when the 
10712 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10713 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10714 <DT>Select:</DT>
10715 <DD>Select folders by certain criteria:<UL>
10716 <LI>All: of limited use, since there is no Apply command.
10717 <LI>by Property: <UL>
10718         <LI>folder contains messages not yet seen 
10719         <LI>folder contains new messages
10720         <LI>folder contains exactly as many, more, or fewer messages 
10721 than a given number
10722         </UL>
10723 <LI>by Text: <UL>
10724         <LI>contained in name of folder (Name Select)
10725         <LI>contained in messages in folder (Content Select)
10726         </UL>
10727 </UL></DD>
10729 <DT>Select current:</DT>
10730 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10731 add one or more folders to a set created with the Select command described 
10732 above.)</DD>
10733 <DT>Zoom mode:</DT>
10734 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10735 </DL>
10737 If the feature
10738 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10739 is set then the TAB key will display the number of recent messages and
10740 the total number of messages in the highlighted folder.
10742 The &quot;Export&quot; command causes the lowest common denominator style
10743 mailbox to be written to a file.
10744 If the file already exists, you are asked if you want to delete it.
10745 If you say No, then the operation is aborted.
10746 Export might be a reasonable way to store a backup or an archival copy of
10747 a folder.
10748 The exported-to file is a local file on the system where you are running Alpine.
10749 The &quot;Import&quot; command is the opposite of the Export command.
10750 It reads a file created by Export and asks where it should save it in your
10751 folders.
10752 This could be a new folder or an existing folder.
10753 If the folder already exists, the messages from the exported file will be
10754 appended to the folder.
10756 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10758 The purpose of the FOLDER LIST screen is to help you browse and manage
10759 the folders and directories (also known as &quot;hierarchy&quot;)
10760 contained within a collection.
10763 Folders and directories are arranged alphabetically across lines of
10764 the screen.  Directories, if present, are denoted by a special
10765 character at the end of the name known as the hierarchy delimiter
10766 (typically, &quot;/&quot;).  By default, folders and directories are
10767 mixed together.  The
10768 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10769 configuration option can be used to group directories toward the 
10770 beginning or end of the list.
10773 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10774 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10775 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10776 selected item.  Folder and directory management is provided via the
10777 Rename, Delete and Add commands.
10779 <P><CENTER>About Folders</CENTER>
10780 What are Folders?<P>
10782 Folders are simply files where messages are kept.  Every message has to be
10783 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10784 folder for sent mail and a folder for saved messages.<P>
10786 You may create as many other folders as you wish.  They must be given
10787 names that can be filenames on the filesystem.  
10790 You can move messages from one folder to another by opening the original
10791 folder and saving messages into the other folder just as you can save
10792 message from your INBOX to any other folder.<P>
10794 Folders are typically just files in the filesystem.  However, the files
10795 that are
10796 folders have some special formatting in them (so that Alpine knows where one
10797 message ends and another begins) and should <EM>not</EM> be edited outside of
10798 Alpine.  If you want copies of your messages in text files that you can edit
10799 or otherwise manipulate, use the Export command to copy them from Alpine into
10800 your regular file area.
10803 FOR MORE INFORMATION: See the section on
10804 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10806 <CENTER>About Directories</CENTER>
10808 A directory is simply a container used to group folders within a
10809 folder list.  You can create as many directories as you like.  And 
10810 directories can even contain directories themselves.
10813 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10814 to note that not all IMAP servers support directories.  If you find that
10815 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10816 then it's likely that directories are not supported by the server serving
10817 in that collection.
10820 Similarly, servers that do provide for directories may not do so in
10821 the same way.  On some servers, for example, each folder name you
10822 create is at the same time capable of being a directory.  When this
10823 happens, Alpine will display both the folder name and the name of the
10824 directory (with trailing hierarchy delimiter) in the folder list.
10827 Another issue with IMAP access, though with a much smaller set of servers,
10828 is that not all servers accept the request to list out the available
10829 folders and directories in the same way.  If you find yourself having
10830 trouble viewing folders on your server, you might investigate the
10831 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10832 feature.
10834 <UL>
10835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10836 </UL>
10838 &lt;End of help on this topic&gt;
10839 </BODY>
10840 </HTML>
10841 ========= h_valid_folder_names ========
10842 <HTML>
10843 <HEAD>
10844 <TITLE>Explanation of Valid Folder Names</TITLE>
10845 </HEAD>
10846 <BODY>
10847 <H1>Folder Name Syntax Explained</H1>
10849 Once your folder collections are defined, you can usually refer to
10850 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10851 display.  However, understanding the complete syntax for folder names,
10852 both local and remote, is handy when using the Goto command and when
10853 you are adding new folder collections via the Setups/collectionList screen.
10855 An Alpine folder name looks like
10858 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10861 The square brackets ([]) mean that the part is optional.
10864 If there is no remote-specification, then the folder name is interpreted
10865 locally on the computer running Alpine.
10866 Local folder names depend on the operating system used by the computer 
10867 running Alpine, as well as the configuration of that system.  For example,
10868 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10869 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10870 system running Unix.
10873 Alpine users have the option of using folders that are stored on some other
10874 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10875 Access Protocol), or in the case of news, via NNTP (the Network News
10876 Transport Protocol).  To be able to access remote folders in Alpine, the
10877 remote host must be running the appropriate server software (imapd or
10878 nntpd) and you must correctly specify the name of the folder to Alpine,
10879 including the domain name of the remote machine. For example,
10881 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10883 could be a remote folder specification, and so could
10885 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10888 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10890 Note that in the case of remote folders, the directory/file path in the specification is 
10891 determined by the operating system of the remote computer, <B>not</B> by
10892 the operating system of the computer on which you are running Alpine.
10894 As you can tell, the name of the computer is in &#123;} brackets
10895 followed immediately by the name of the folder.  (In each of these cases the
10896 optional namespace is missing.)  If, as in these
10897 examples, there is no remote access protocol specified, then IMAP is
10898 assumed.  Check
10899 <A HREF="h_folder_server_syntax">here</A>
10900 for a more detailed look at what options can be placed between the brackets.
10901 If there are no brackets at all, then the folder name is interpreted locally
10902 on the computer on which you are running Alpine.
10905 To the right of the brackets when a server name is present, or at the
10906 start of the foldername if no server is present, the sharp sign,
10907 &quot;#&quot;, holds special meaning.  It indicates a folder name
10908 outside the area reserved for your personal folders.  In fact, it's
10909 used to indicate both the name of the folder, and a special phrase
10910 telling Alpine how to interpret the name that follows.
10913 So, for example, Alpine can be used to access a newsgroup that might be 
10914 available on your computer using:
10916 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10918 The sharp sign indicates the folder name is outside your personal
10919 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10920 interpret the remainder of the name as a newsgroup.
10923 Similarly, to access a newsgroup on your IMAP server, you might
10924 use something like:
10926 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10929 There are a number of such special phrases (or &quot;namespaces&quot;)
10930 available.  For a more detailed explanation read about
10931 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10934 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10935 names.  The name INBOX refers to your &quot;principal incoming
10936 message folder&quot; and will be mapped to the actual file name used for your
10937 INBOX on any given host.  Therefore, a name like
10938 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10939 store incoming mail for you on that particular host.
10942 &lt;End of help on this topic&gt;
10943 </BODY>
10944 </HTML>
10945 ======= h_folder_name_namespaces =======
10946 <HTML>
10947 <HEAD>
10948 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10949 </HEAD>
10950 <BODY>
10951 <H1>Folder Name Namespaces Explained</H1>
10953 An Alpine folder name looks like
10956 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10959 The local part of a folder name has an optional &quot;Namespace&quot; which
10960 tells Alpine how to interpret the rest of the name.
10962 <P> 
10963 By default the folder name is interpreted as defining a section of your personal
10964 folder area.  This area and how you specify it are defined by the
10965 server, if one is specified, or, typically, the home
10966 directory, if no server is defined.
10969 If a namespace is specified, it begins with the
10970 sharp, &quot;#&quot;, character followed by the name of the namespace
10971 and then the namespace's path-element-delimiter.  Aside from the
10972 path's format, namespaces can also imply access rights, content
10973 policy, audience, location, and, occasionally, access methods.
10976 Each server exports its own set (possibly of size one) of 
10977 namespaces.  Hence, it's likely communication with your server's
10978 administrator will be required for specific configurations.  Some of
10979 the more common namespaces, however, include:
10981 <DL>
10982 <DT>#news.</DT>
10983 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10984 names are hierarchically defined with each level delimited by a period.
10986 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10988 </DD>
10989 <DT>#public/</DT>
10990 <DD>This specifies a folder area that the server may export to the general
10991 public.
10992 </DD>
10993 <DT>#shared/</DT>
10994 <DD>This specifies a folder area that the server may export to groups
10995 of users.
10996 </DD>
10997 <DT>#ftp/</DT>
10998 <DD>This specifies a folder area that is the same as that it may have 
10999 exported via the &quot;File Transfer Protocol&quot;.
11000 </DD>
11001 <DT>#mh/</DT>
11002 <DD>This specifies the personal folder area associated with folders
11003 and directories that were created using the MH message handling system.
11004 </DD>
11005 <DT>#move/</DT>
11006 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11008 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11010 The #move namespace is followed by two folder names separated by a delimiter
11011 character.
11012 The delimiter character may be any character that does not appear in
11013 the MailDropFolder name.
11014 The meaning of #move is that mail will be copied from the MailDropFolder to
11015 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11016 Periodic checks at frequency
11017 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11018 time between checks set by
11019 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11020 are made for new mail arriving in the MailDropFolder.
11021 An example that copies mail from a POP inbox to a local folder follows
11023 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11025 To you it appears that mail is being delivered to the local folder when it
11026 is copied from the MailDropFolder, and you read mail from the local folder.
11028 Note that if the DestinationFolder does not exist then the messages are not
11029 copied from the MailDropFolder.
11030 A #move folder may only be used as an
11031 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11032 an Inbox.
11033 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11034 on the
11035 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11036 option)
11037 the Add command has a subcommand &quot;Use Mail Drop&quot;
11038 which may be helpful for defining the folder in your Alpine configuration.
11039 The same is true when you edit the
11040 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11041 option in Setup/Config.
11042 Each of these configuration methods will also create the DestinationFolder
11043 if it doesn't already exist.
11044 If you are having problems, make sure the DestinationFolder exists.
11045 You may find some more useful information about Mail Drops at
11046 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11047 </DD>
11048 </DL>
11051 In addition, the server may support access to other user's folders,
11052 provided you have suitable permissions.  Common methods use a prefix
11053 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11054 indicate the root of the other user's folder area.
11057 No, nothing's simple.
11060 &lt;End of help on this topic&gt;
11061 </BODY>
11062 </HTML>
11063 ============= h_whatis_vcard ========================
11064 <HTML>
11065 <HEAD>
11066 <TITLE>VCARD EXPLAINED</TITLE>
11067 </HEAD>
11068 <BODY>
11069 <H1>What is the vCard format?</H1>
11070 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11071 information about and among people and organizations electronically.  
11072 More information about vCard can be found (as of May 1998) on the WWW site 
11073 of the Internet Mail Consortium at the URL:
11075 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11077 &lt;End of help on this topic&gt;
11078 </BODY>
11079 </HTML>
11080 ===== h_folder_open =====
11081 <HTML>
11082 <HEAD>
11083 <TITLE>Explanation of Folder Selection</TITLE>
11084 </HEAD>
11085 <BODY>
11086 <BR>
11087 <BR>
11088 This screen is designed to allow you to quickly and easily survey your
11089 folders and select one to open.
11090 <!--chtml if pinemode="function_key"-->
11091 <PRE>
11092 Navigating the List of Folders             General Alpine Commands
11093 ------------------------------             -----------------------
11094  P   Move to previous folder               ?   Show this help text
11095  N   Move to next folder
11096  -   Show previous screen of folders
11097 Spc  (space bar) Show next screen
11098  W   WhereIs (search folder names)
11100 Folder Selection Commands
11101 -------------------------
11102  E   Exit the Folder Select menu (without selecting a folder)
11103  S   Select the currently highlighted folder
11104 </PRE>
11105 <!--chtml else-->
11106 <PRE>
11107 Navigating the List of Folders             General Alpine Commands
11108 ------------------------------             -----------------------
11109 F5   Move to previous folder               F1  Show this help text
11110 F6   Move to next folder
11111 F7   Show previous screen of folders
11112 F8   Show next screen of folders
11113 F12  WhereIs (search folder names)
11115 Folder Selection Commands
11116 -------------------------
11117 F3   Exit the Folder Select menu (without selecting a folder)
11118 F4   Select the currently highlighted folder
11119 </PRE>
11120 <!--chtml endif-->
11122 FOR MORE INFORMATION: See the section on
11123 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11125 &lt;End of help on this topic&gt;
11126 </BODY>
11127 </HTML>
11128 ===== h_folder_subscribe =====
11129 <HTML>
11130 <HEAD>
11131 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11132 </HEAD>
11133 <BODY>
11134 <H1>FOLDER SUBSCRIBE HELP</H1>
11136 This screen is designed to help you subscribe to newsgroups you are
11137 not currently subscribed to.  The screen display is a list of all
11138 available newsgroups (or possibly a partial list if you specified a
11139 partial name when entering the screen).  Groups you have already
11140 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11141 select a single new group to subscribe to by moving the cursor to that
11142 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11143 you may change into ListMode with the &quot;ListMode&quot; command.
11144 The display will change slightly so that each group has a checkbox in
11145 front of it.  Use the cursor and the Set/Unset command to place an
11146 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11149 When you are finished marking groups, the &quot;Subscribe&quot;
11150 command will subscribe you to those groups you have marked.  Note, you
11151 may not unsubscribe to groups with this command.  Instead of the
11152 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11153 UnSbscrbe command.
11156 <!--chtml if pinemode="function_key"-->
11157 <PRE>
11158 Navigating the List of Newsgroups          General Alpine Commands
11159 ---------------------------------          -----------------------
11160 F5   Move to previous group                F1   Show this help text
11161 F6   Move to next group
11162 F7   Show previous screen of groups
11163 F8   Show next screen of groups
11164 F12  WhereIs (search group names)
11165 F9   Use ListMode
11167 Group Selection Commands
11168 -------------------------
11169 F3  Exit the News Subscribe menu (without selecting any groups)
11170 F4  Subscribe to the currently highlighted newsgroup
11171 </PRE>
11172 <!--chtml else-->
11173 <PRE>
11174 Navigating the List of Newsgroups          General Alpine Commands
11175 ---------------------------------          -----------------------
11176  P   Move to previous group                ?   Show this help text
11177  N   Move to next group
11178  -   Show previous screen of groups
11179 Spc  (space bar) Show next screen
11180  W   WhereIs (search group names)
11181  L   Use ListMode
11183 Group Selection Commands
11184 -------------------------
11185  E   Exit the News Subscribe menu (without selecting any groups)
11186  S   Subscribe to the currently highlighted newsgroup
11187 </PRE>
11188 <!--chtml endif-->
11190 When in ListMode, there is an additional command for marking groups to
11191 subscribe to:
11193 <!--chtml if pinemode="function_key"-->
11194 <PRE>
11195 ListMode Commands
11196 -------------------------
11197 F9  Set or unset the highlighted group
11198 </PRE>
11199 <!--chtml else-->
11200 <PRE>
11201 ListMode Commands
11202 -------------------------
11203 X   Set or unset the highlighted group
11204 </PRE>
11205 <!--chtml endif-->
11207 &lt;End of help on this topic&gt;
11208 </BODY>
11209 </HTML>
11210 ===== h_folder_postnews =====
11211 <HTML>
11212 <HEAD>
11213 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11214 </HEAD>
11215 <BODY>
11216 This screen is designed to allow you to quickly and easily survey
11217 the available newsgroups and select one to post news to.
11219 <!--chtml if pinemode="function_key"-->
11220 <PRE>
11221 Navigating the List of Newsgroups          General Alpine Commands
11222 ---------------------------------          -----------------------
11223 F5   Move to previous group                F1  Show this help text
11224 F6   Move to next group
11225 F7   Show previous screen of groups
11226 F8   Show next screen of groups
11227 F12  WhereIs (search group names)
11229 Group Selection Commands
11230 -------------------------
11231 F3   Exit the Selection menu (without selecting a group)
11232 F4   Select the currently highlighted newsgroup
11233 </PRE>
11234 <!--chtml else-->
11235 <PRE>
11236 Navigating the List of Newsgroups          General Alpine Commands
11237 ---------------------------------          -----------------------
11238  P   Move to previous group                ?  Show this help text
11239  N   Move to next group
11240  -   Show previous screen of groups
11241 Spc  (space bar) Show next screen of groups
11242  W   WhereIs (search group names)
11244 Group Selection Commands
11245 -------------------------
11246  E   Exit the Selection menu (without selecting a group)
11247  S   Select the currently highlighted newsgroup
11248 </PRE>
11249 <!--chtml endif-->
11251 &lt;End of help on this topic&gt;
11252 </BODY>
11253 </HTML>
11254 ===== h_folder_save =====
11255 <HTML>
11256 <HEAD>
11257 <TITLE>Folder Select for Save Explained</TITLE>
11258 </HEAD>
11259 <BODY>
11260 This screen is designed to allow you to quickly and easily survey your
11261 folders and select one to use for saving the current message.
11264 <!--chtml if pinemode="function_key"-->
11265 <PRE>
11266 Navigating the List of Folders             General Alpine Commands
11267 ------------------------------             -----------------------
11268 F5   Move to previous folder               F1  Show this help text
11269 F6   Move to next folder
11270 F7   Show previous screen of folders
11271 F8   Show next screen of folders
11272 F12  WhereIs (search folder names)
11274 Folder Selection Commands
11275 -------------------------
11276 F3   Exit the Folder Select menu (without selecting a folder)
11277 F4   Select the currently highlighted folder
11278 F11  AddNew folder (just like Select, but you type in a new folder name)
11279 </PRE>
11280 <!--chtml else-->
11281 <PRE>
11282 Navigating the List of Folders             General Alpine Commands
11283 ------------------------------             -----------------------
11284  P   Move to previous folder               ?  Show this help text
11285  N   Move to next folder
11286  -   Show previous screen of folders
11287 Spc  (space bar) Show next screen of folders
11288  W   WhereIs (search folder names)
11290 Folder Selection Commands
11291 -------------------------
11292  E   Exit the Folder Select menu (without selecting a folder)
11293  S   Select the currently highlighted folder
11294  A   AddNew folder (just like Select, but you type in a new folder name)
11295 </PRE>
11296 <!--chtml endif-->
11298 FOR MORE INFORMATION: See the section on
11299 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11301 &lt;End of help on this topic&gt;
11302 </BODY>
11303 </HTML>
11304 ===== h_folder_fcc =====
11305 <HTML>
11306 <HEAD>
11307 <TITLE>Folder Select for Fcc Explained</TITLE>
11308 </HEAD>
11309 <BODY>
11310 This screen is designed to allow you to quickly and easily survey your
11311 folders and select one to use as the file carbon copy (fcc) for the
11312 current message.
11315 <!--chtml if pinemode="function_key"-->
11316 <PRE>
11317 Navigating the List of Folders             General Alpine Commands
11318 ------------------------------             -----------------------
11319 F5   Move to previous folder               F1  Show this help text
11320 F6   Move to next folder
11321 F7   Show previous screen of folders
11322 F8   Show next screen of folders
11323 F12  WhereIs (search folder names)
11325 Folder Selection Commands
11326 -------------------------
11327 F3   Exit the Folder Select menu (without selecting a folder)
11328 F4   Select the currently highlighted folder
11329 F11  AddNew folder (just like Select, but you type in a new folder name)
11330 </PRE>
11331 <!--chtml else-->
11332 <PRE>
11333 Navigating the List of Folders             General Alpine Commands
11334 ------------------------------             -----------------------
11335  P   Move to previous folder               ?  Show this help text
11336  N   Move to next folder
11337  -   Show previous screen of folders
11338 Spc  (space bar) Show next screen of folders
11339  W   WhereIs (search folder names)
11341 Folder Selection Commands
11342 -------------------------
11343  E   Exit the Folder Select menu (without selecting a folder)
11344  S   Select the currently highlighted folder
11345  A   AddNew folder (just like Select, but you type in a new folder name)
11346 </PRE>
11347 <!--chtml endif-->
11349 FOR MORE INFORMATION: See the section on
11350 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11352 &lt;End of help on this topic&gt;
11353 </BODY>
11354 </HTML>
11355 ===== h_folder_pattern_roles =====
11356 <HTML>
11357 <HEAD>
11358 <TITLE>Folder Select for Current Folder Explained</TITLE>
11359 </HEAD>
11360 <BODY>
11361 This screen is designed to allow you to quickly and easily survey your
11362 folders and select one to use as the specific Current Folder
11363 in a Pattern.
11366 <!--chtml if pinemode="function_key"-->
11367 <PRE>
11368 Navigating the List of Folders             General Alpine Commands
11369 ------------------------------             -----------------------
11370 F5   Move to previous folder               F1  Show this help text
11371 F6   Move to next folder
11372 F7   Show previous screen of folders
11373 F8   Show next screen of folders
11374 F12  WhereIs (search folder names)
11376 Folder Selection Commands
11377 -------------------------
11378 F3   Exit the Folder Select menu (without selecting a folder)
11379 F4   Select the currently highlighted folder
11380 F11  AddNew folder (just like Select, but you type in a new folder name)
11381 </PRE>
11382 <!--chtml else-->
11383 <PRE>
11384 Navigating the List of Folders             General Alpine Commands
11385 ------------------------------             -----------------------
11386  P   Move to previous folder               ?  Show this help text
11387  N   Move to next folder
11388  -   Show previous screen of folders
11389 Spc  (space bar) Show next screen of folders
11390  W   WhereIs (search folder names)
11392 Folder Selection Commands
11393 -------------------------
11394  E   Exit the Folder Select menu (without selecting a folder)
11395  S   Select the currently highlighted folder
11396  A   AddNew folder (just like Select, but you type in a new folder name)
11397 </PRE>
11398 <!--chtml endif-->
11400 FOR MORE INFORMATION: See the section on
11401 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11403 &lt;End of help on this topic&gt;
11404 </BODY>
11405 </HTML>
11406 ===== h_folder_stayopen_folders =====
11407 <HTML>
11408 <HEAD>
11409 <TITLE>Folder Select Explained</TITLE>
11410 </HEAD>
11411 <BODY>
11412 This screen is designed to allow you to quickly and easily survey your
11413 folders and select one to use as a Stay-Open folder.
11416 <!--chtml if pinemode="function_key"-->
11417 <PRE>
11418 Navigating the List of Folders             General Alpine Commands
11419 ------------------------------             -----------------------
11420 F5   Move to previous folder               F1  Show this help text
11421 F6   Move to next folder
11422 F7   Show previous screen of folders
11423 F8   Show next screen of folders
11424 F12  WhereIs (search folder names)
11426 Folder Selection Commands
11427 -------------------------
11428 F3   Exit the Folder Select menu (without selecting a folder)
11429 F4   Select the currently highlighted folder
11430 F11  AddNew folder (just like Select, but you type in a new folder name)
11431 </PRE>
11432 <!--chtml else-->
11433 <PRE>
11434 Navigating the List of Folders             General Alpine Commands
11435 ------------------------------             -----------------------
11436  P   Move to previous folder               ?  Show this help text
11437  N   Move to next folder
11438  -   Show previous screen of folders
11439 Spc  (space bar) Show next screen of folders
11440  W   WhereIs (search folder names)
11442 Folder Selection Commands
11443 -------------------------
11444  E   Exit the Folder Select menu (without selecting a folder)
11445  S   Select the currently highlighted folder
11446  A   AddNew folder (just like Select, but you type in a new folder name)
11447 </PRE>
11448 <!--chtml endif-->
11450 FOR MORE INFORMATION: See the section on
11451 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11453 &lt;End of help on this topic&gt;
11454 </BODY>
11455 </HTML>
11456 ===== h_folder_action_roles =====
11457 <HTML>
11458 <HEAD>
11459 <TITLE>Folder Select Explained</TITLE>
11460 </HEAD>
11461 <BODY>
11462 This screen is designed to allow you to quickly and easily survey your
11463 folders and select one to use as the folder into which messages
11464 matching this filter will be moved.
11467 <!--chtml if pinemode="function_key"-->
11468 <PRE>
11469 Navigating the List of Folders             General Alpine Commands
11470 ------------------------------             -----------------------
11471 F5   Move to previous folder               F1  Show this help text
11472 F6   Move to next folder
11473 F7   Show previous screen of folders
11474 F8   Show next screen of folders
11475 F12  WhereIs (search folder names)
11477 Folder Selection Commands
11478 -------------------------
11479 F3   Exit the Folder Select menu (without selecting a folder)
11480 F4   Select the currently highlighted folder
11481 F11  AddNew folder (just like Select, but you type in a new folder name)
11482 </PRE>
11483 <!--chtml else-->
11484 <PRE>
11485 Navigating the List of Folders             General Alpine Commands
11486 ------------------------------             -----------------------
11487  P   Move to previous folder               ?  Show this help text
11488  N   Move to next folder
11489  -   Show previous screen of folders
11490 Spc  (space bar) Show next screen of folders
11491  W   WhereIs (search folder names)
11493 Folder Selection Commands
11494 -------------------------
11495  E   Exit the Folder Select menu (without selecting a folder)
11496  S   Select the currently highlighted folder
11497  A   AddNew folder (just like Select, but you type in a new folder name)
11498 </PRE>
11499 <!--chtml endif-->
11501 FOR MORE INFORMATION: See the section on
11502 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11504 &lt;End of help on this topic&gt;
11505 </BODY>
11506 </HTML>
11507 ===== h_abook_config =====
11508 <HTML>
11509 <HEAD>
11510 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11511 </HEAD>
11512 <BODY>
11513 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11514 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11515 <!--chtml if pinemode="function_key"-->
11516 <PRE>
11517 Available  Commands                        
11518 -------------------------------            
11519 F1  Show Help Text                         
11520 F3  Back to MAIN Alpine menu                 
11521 F4  Change configuration for address book  
11522 F5  Move to previous address book          
11523 F6  Move to next address book              
11524 F7  Previous page of address books         
11525 F8  Next page of address books             
11526 F9  Add new address book                   
11527 F10 Delete existing address book           
11528 F11 Shuffle the order of address books     
11529 F12 Whereis (search address book titles)   
11530 </PRE>
11531 <!--chtml else-->
11532 <PRE>
11533 Navigation                     General Alpine Commands
11534 -----------------------        -----------------------
11535  P  Prev Address Book           ?  Display this help text
11536  N  Next Address Book           E  Back to MAIN Alpine menu
11537  -  Previous page
11538 Spc (space bar) Next page
11539  W  WhereIs (search for word in address book titles)
11541 Setup Address Books Commands
11542 ------------------------------------------------
11543  A  Add new address book          $  Shuffle the order of address books
11544  D  Delete existing address book  C  Change configuration for address book
11545 </PRE>
11546 <!--chtml endif-->
11548 <H2>Description of the Setup Address Books Screen</H2>
11550 This screen lets you add, delete, modify, or change the order of your
11551 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11552 fill in.  If you are adding a remote address book on an IMAP server
11553 you should fill in the name of the IMAP server.  Otherwise, leave
11554 that field blank.  (Note that remote IMAP address books are an Alpine
11555 concept and are unlikely to interoperate with other mail clients.)
11556 For a remote address book, fill in the name of the remote folder
11557 in the Folder field.  This should be a folder that is used only for
11558 this one purpose, not a general purpose folder you expect to store
11559 messages in.
11560 <P>If you are adding a local address book, fill in the
11561 Folder Name field with a local file name (e.g., .addressbook).
11563 <B>Please note:</B> Remote address books stored on an IMAP server are 
11564 of an entirely different format (namely, a special-purpose 
11565 &quot;mail folder&quot;) than that of the local addressbook familiar 
11566 to Alpine users.  Therefore, 
11567 you cannot use &quot;add a remote address book&quot; to make an existing 
11568 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11569 Alpine running on a different host.  
11572 The &quot;Del Abook&quot; command allows you to remove an address book
11573 from your configuration.  It will also ask you if you wish to remove
11574 the data for that address book, which would erase all traces of the
11575 address book if you answer Yes.
11578 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11579 The difference is that instead of adding a new address book to your
11580 configuration, you are changing the configuration of an existing entry.
11581 For example, you might want to correct a typing error or change a
11582 nickname.  The &quot;Change&quot; command is not a move command.  If you
11583 change the folder name or server name the data will not be moved for you.
11586 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11587 an address book toward another address book in the same group then
11588 the order of those two address books will be swapped.  If you shuffle
11589 the last Personal address book down towards the Global address book
11590 section, it will become a Global address book.  If you shuffle
11591 the first Global address book up it will become a Personal address
11592 book.  The main difference between Personal and Global address
11593 books is that Global address books are forced read-only.
11594 <P><UL>
11595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11596 </UL>
11598 &lt;End of help on this topic&gt;
11599 </BODY>
11600 </HTML>
11601 ===== h_abook_top =====
11602 <HTML>
11603 <HEAD>
11604 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11605 </HEAD>
11606 <BODY>
11607 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11608 <!--chtml if pinemode="function_key"-->
11609 <PRE>
11610 Available  Commands -- Group 1         Available Commands -- Group 2
11611 -------------------------------        ------------------------------
11612 F1  Show Help Text                      F1  Show Help Text
11613 F2  See commands in next group          F2  See commands in next group
11614 F3  Exit to MAIN MENU                   F3  Quit Alpine
11615 F4  View/Edit selected address book
11616 F5  Move to previous address book       F5  FOLDER LIST screen
11617 F6  Move to next address book           F6  Specify a folder to go to
11618 F7  Previous page                       F7  MESSAGE INDEX screen
11619 F8  Next page                           F9  Print list of address books
11620 F12 Whereis (search for word)
11621 </PRE>
11622 <!--chtml else-->
11623 <PRE>
11624 Navigation                       General Alpine Commands
11625 -----------------------          -----------------------
11626  P  Previous Entry                ?  Display this help text
11627  N  Next Entry                    O  Show all other available commands
11628  -  Previous page                 &lt;  Back to MAIN Alpine menu
11629 Spc (space bar) Next page         Q  Quit Alpine
11630  W  WhereIs (search for word)     L  FOLDER LIST screen
11631                                   G  Specify a folder to go to
11632 Address Book Commands             I  MESSAGE INDEX screen
11633 ------------------------------------------------
11634  &gt;  View/Edit selected address book
11635               or
11636  &gt;  Search on selected directory server
11638  %  Print list of address books and directory servers
11639 </PRE>
11640 <!--chtml endif-->
11642 <H2>Description of the Address Book List Screen</H2>
11644 From this screen you may choose which address book you wish to view
11645 or edit. For more information on address books, view one of your
11646 address books (with
11647 <!--chtml if pinemode="function_key"-->
11649 <!--chtml else-->
11650 &quot;&gt;&quot;
11651 <!--chtml endif-->)
11652 and see the Help Text there.<P>
11654 You may also choose a directory server on which to search for entries.
11655 You do that by highlighting the directory server line and using
11656 <!--chtml if pinemode="function_key"-->
11658 <!--chtml else-->
11659 &quot;&gt;&quot;
11660 <!--chtml endif-->.<P>
11662 If you wish to define new address books or directory servers go to the Main
11663 menu and choose Setup. You may then either choose to setup AddressBooks or
11664 Directory (among other things). It's possible that the Directory option
11665 will not be there if the Alpine you are using does not contain LDAP directory
11666 lookup functionality.
11668 <P><UL>
11669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11670 </UL><P>
11671 &lt;End of help on this topic&gt;
11672 </BODY>
11673 </HTML>
11674 ===== h_abook_opened =====
11675 <HTML>
11676 <HEAD>
11677 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11678 </HEAD>
11679 <BODY>
11680 <H1>THE ALPINE ADDRESS BOOK</H1>
11681 <H2>ADDRESS BOOK COMMANDS</H2>
11682 <PRE>
11683 <!--chtml if pinemode="function_key"-->
11684 Available  Commands -- Group 1         Available Commands -- Group 2   
11685 -------------------------------        ------------------------------  
11686 F1  Show Help Text                      F1  Show Help Text             
11687 F2  See commands in next group          F2  See commands in next group
11688 F3  Exit this screen                    F3  Quit Alpine                  
11689 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11690 F5  Move to previous entry              F5  FOLDER LIST screen         
11691 F6  Move to next entry                  F6  Specify a folder to go to  
11692 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11693 F8  Next page of address book           F8  Compose to entry using roles
11694 F9  Add new entry to address book       F9  Print address book         
11695 F10 Delete selected entry               F10 TakeAddr to another addrbook
11696 F11 Compose to selected entry           F11 Save or Export addrbook selections
11697 F12 Whereis (search address book)       F12 Forward entry by mail       
11699 Available Commands -- Group 3                                           
11700 ------------------------------                                          
11701 F3  Select                              F6  Zoom (or unZoom)            
11702 F5  Select Current                      F7  Apply Command to Selection  
11703 <!--chtml else-->
11704 Address Book Navigation        General Alpine Commands
11705 -----------------------        -----------------------
11706  P  Prev Address                  ?  Display this help text
11707  N  Next Address                  O  Show all other available commands
11708  -  Previous page of address book M  Back to MAIN MENU
11709 Spc (space bar) Next page         Q  Quit Alpine
11710  W  WhereIs (search for word      C  Compose message to selected addr
11711      or name in address book)     #  Compose to addr using roles
11712  &lt;  To List of Address Books if   L  FOLDER LIST screen
11713      more than one, else to MAIN  G  Specify a folder to go to
11714                                   I  MESSAGE INDEX screen
11716 Address Book Commands
11717 ----------------------------------------------------
11718  &gt;  View/Update selected entry    D  Delete selected entries
11719  %  Print address book            S  Save or Export address book selections
11720  F  Forward entries by mail       @  Add new entry to address book
11722  ;  Select command                Z  Toggle Zoom Mode
11723  :  Select highlighted entry      A  Apply command to selected entries
11725 <!--chtml endif-->
11726 </PRE>
11727 Note:  The presence or absence of the final four commands above is
11728 controlled by the option 
11729 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11732 <H2>Description of the Address Book Screen</H2>
11734 This screen lets you edit and manage entries in your address book.  It
11735 also acts as a short-cut for composing messages to people in the address
11736 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11737 message starts &quot;pre-addressed&quot; to whatever address book entry is
11738 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
11739 role to use in your composition.
11741 Alpine's address book helps you keep a list of addresses you send email to so
11742 you do not have to remember addresses that are often complex.  Each entry
11743 in the address book has five fields, all of them optional.  The three
11744 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11746         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11747         This is what you type in as you are addressing the message in the
11748         composer.  If there is a matching entry in your address book(s),
11749         Alpine will extract the corresponding FullName and Address fields to
11750         generate the actual address for your message.
11752         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11753 of the
11754         person or organization.  Usually the full names are put in last
11755         name first so they sort nicely in alphabetical order.  Whatever
11756         you put as the name here will appear on the message when it is
11757         finally delivered.  Examples:<PRE>
11758            Garcia Marquez, Gabriel
11759            Henscheid, Eckhard
11760            Alpine-Info mailing list
11761            Library materials renewal requests
11762            Kim An-guk
11763            &quot;George III, King of Great Britain, 1738-1820&quot;
11764 </PRE>
11765 (In the second-to-last example, no comma is used in the name so that 
11766 the family name appears first in the address book and when the entry is 
11767 used in the composer.
11768 In the last example, retaining the commas is intended; 
11769 double-quotation marks surround the name to 
11770 prevent the transposition of its parts when the entry is used in 
11771 the composer.)
11773         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11774         a valid Internet address that conforms to the Internet message
11775         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11777 The two fields that aren't usually visible are:<DL>
11779   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11780         message to this address to be saved in.  If this field is set, and
11781         this address is the first one in the message's To: header, then
11782         Alpine will use this folder name for the FCC in lieu of the normal
11783         FCC folder name.
11785   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11786         </DL>
11788 Due to screen width limitations, these last two fields do not show up in
11789 the normal ADDRESS BOOK display.  You may select the 
11790 &quot;View/Update&quot; command to
11791 view or modify them.  You may use the configuration variable
11792 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11793 to add these fields to your ADDRESS BOOK 
11794 display, or to modify the format of the display.
11796 <H2>Sorting the Address book</H2>
11798 By default, address book entries are sorted alphabetically on the full
11799 name with distribution lists sorted to the end.  Sorting can be changed by
11800 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11801 --assuming you have &quot;write&quot; permission for the address book file.
11803 Unlike the sorting of folders (which only changes presentation), sorting an
11804 address book actually changes the file as it is kept on the computer.  For
11805 this reason you won't be able to sort a shared or system-wide address
11806 book.
11808 <H2>Adding New Entries</H2>
11810 The easiest way to add new entries to your address book is to use the
11811 &quot;TakeAddr&quot; command when viewing a message.
11812 This command allows you to take addresses from the header and body of the
11813 message and put them into your address book, without having to type
11814 them in.
11817 To manually add a new entry from within the address book screen, use the AddNew
11818 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11819 Use this command both for adding a simple alias and for adding a
11820 distribution list.
11822 <H2>Distribution Lists</H2>
11824 Address book entries can be simple cases of aliases (a single nickname is linked
11825 to a single email address) or distribution lists (a single nickname
11826 pointing at more than one email address).  Each distribution list has a
11827 nickname, a full name and a list of addresses.  The addresses may be
11828 actual addresses or they may be other nicknames in your address book.
11829 They may even refer to other distribution lists.
11830 There's really no difference between a simple alias and a distribution list,
11831 other than the number of addresses.
11832 Therefore, you can turn a simple alias with one address into a distribution
11833 list simply by adding more addresses.
11834 To add entries to an existing list or alias
11835 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
11836 a single address from the list if the cursor is placed on the address;
11837 it will delete the entire distribution list if the cursor is on the
11838 nickname/fullname line.  View/Update may also be used to delete addresses
11839 from a list.
11841 Address field entries in distribution lists may take any one of three
11842 forms: a nickname existing in any of the defined address books, a normal
11843 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11844 fullname/address combination, e.g. &quot;John Smith
11845 &lt;jsmith@art.example.com&gt;&quot;.
11847 Distribution lists in Alpine address books can only be used by the person or
11848 people who have access to that address book.  They are not usually used to
11849 implement discussion groups, but can be used to facilitate small
11850 discussion groups if all the participants have access to the same shared
11851 address book.
11853 <H2>FCC and Comments</H2>
11855 As mentioned above, each entry in the address book also has two other optional
11856 fields, Fcc and Comments.  The command to look at or change either of these
11857 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
11858 Comments field is just for your own use.  The Fcc field overrides the
11859 default Fcc if this address is the first one on the To line.  The WhereIs
11860 command may be used to search for particular strings in the address book,
11861 including fields that are not visible (like Comment and Fcc by default).
11863 <H2>Aggregate Operations</H2>
11865 If the feature
11866 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11867 is turned on (the default), then the four commands &quot;Select&quot;,
11868 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11869 are available.  The two selection commands allow you to mark a set of
11870 address book entries as being selected.  If you have more than one address
11871 book, the selections may be in more than one of those address books.
11872 The &quot;Zoom&quot; command will toggle between displaying only the selected
11873 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11874 apply one of the regular address book commands to all of the selected
11875 entries.  Usually the address book commands apply to only the entry
11876 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11877 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11878 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11880 <H2>Exporting and Forwarding Address book entries</H2>
11882 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
11883 address book entry is placed in a plain text file in your home directory
11884 <!--chtml if pinemode="running"-->
11885 (which, in the present configuration of your system, is
11886  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11887 <!--chtml endif-->
11888 or current working directory
11889 <!--chtml if pinemode="running"-->
11890 (which, at least for your current Alpine &quot;session,&quot; 
11891 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11892 <!--chtml endif-->, depending on the 
11893 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11894 configuration setting.  If you have some entries selected and use the
11895 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11896 placed in the text file.
11898 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11899 address book entry is placed in a special attachment and you are put into
11900 the composer.  You can fill in some comments in the body of the message,
11901 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11902 may use the TakeAddr command on that message to insert the address book
11903 entry you sent in their own address book.  If you have some entries
11904 selected and use the Apply Forward command all of the selected entries
11905 will be forwarded in a single message.  You may
11906 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.
11907 The recipient must be using Alpine in order to receive this correctly.
11908 One way for the recipient to handle this might be to create an empty
11909 address book and then &quot;Take&quot; your forwarded address book entries into
11910 that empty address book.
11912 <H2>Multiple and/or Site-Wide Address books</H2>
11914 You may have more than one personal address book.  In addition, there may
11915 be one or more global address books.  This capability allows you to have
11916 multiple personal address books (some of which may be shared) and it also
11917 allows system administrators to implement site-wide address books that
11918 contain entries for users on multiple machines within the organization.
11919 <P><DL>
11920 <DT>Searching
11921   <DD> If you enter a nickname when composing a message, your
11922   personal address books will be searched through in order, and then the
11923   global address book(s) searched. If more than one address book has an entry
11924   for the nickname, Alpine uses the first one that it finds, so an entry in
11925   your personal address book would override a global address book entry. If
11926   after searching all the address books there is still no match, (Unix) Alpine
11927   then searches the local host password file on the assumption that you have
11928   entered a local user name rather than an address book nickname.
11929   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11930   command, but global address books are always searched after personal
11931   address books.
11933   <P><DT>Tab completion
11934   <DD> If the
11935   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11936   feature is turned on (the default) then the Tab key may be used
11937   in the composer to complete partially typed nicknames in the To
11938   or Cc lines. You type the first few letters of a nickname and then
11939   press the Tab key. It there is only one nickname that matches it will
11940   be filled in by Alpine. If there is more than one the unambiguous part
11941   of the nicknames will be filled in. For example, if your address book or
11942   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11943   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11944   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11945   If you then type a second Tab character you will be presented with a list
11946   of matching nicknames to select from. Alternatively, you could type another
11947   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11948   in the entire &quot;barbecue&quot; entry.
11950   <P><DT>Defining
11951   <DD> You define multiple personal address books in the 
11952   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11953   from the MAIN MENU.  
11954   You may add as many as you like.  Global address books are usually
11955   site-wide address books defined by the System administrator, but
11956   you may define global address books of your own just like you define
11957   personal address books.
11959   <P><DT>Creating and updating
11960   <DD> Personal address books are normally created empty
11961   and populated by explicit additions from within Alpine, e.g. via the
11962   TakeAddr command.  Unlike personal address books, global address books may
11963   not be modified/updated from within Alpine; that is, they are Read-Only.
11964   Thus, global address books are created, populated and updated outside of
11965   Alpine. They might be hand-edited, generated by a program from another
11966   database, or by copying an existing address book.  They might also be
11967   some other user's personal address book, and so be modified normally by
11968   that user but accessed Read-Only by you.  See the Alpine Technical
11969   Notes document (included in the Alpine distribution) for more information on
11970   this.
11972   <P><DT>Accessing
11973   <DD>There are two different types of address books in Alpine.
11974   A local address book is stored in a regular file and the normal file
11975   access permissions apply.  A remote address book is stored on an IMAP
11976   server in a special folder that contains only messages pertaining to
11977   that address book.  The last message in the remote folder contains a
11978   copy of the address book data, and that data is copied to a local cache
11979   file in your home directory.  From there it is accessed just like a local
11980   address book.  The name of the cache file is kept track of in a special
11981   file called the
11982   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11983   the name of which is stored in
11984   your Alpine configuration file the first time you use a remote address book.
11985   Just as local Alpine address books use a format that only Alpine understands,
11986   remote Alpine address books do the same and other mail reading programs
11987   are unlikely to be able to understand them.<P>
11988   While global address books are explicitly intended to be shared, there is
11989   nothing to prevent you from sharing a personal address book with other
11990   Alpine users. This might be useful in the case of a small workgroup.
11991   However, it is recommended that updates to shared personal address books
11992   be done when other Alpine users are not accessing the address book. Alpine
11993   does not do any file-locking to manage concurrent updates to the
11994   addressbook, but it does check to see if the file has been modified before
11995   making any changes.  Consequently, inadvertent concurrent updates will
11996   only cause other Alpine users to have to restart their address book
11997   operation, which will cause Alpine to reopen the updated file.
11999   <P><DT>Converting to Remote
12000   <DD>The easiest way to convert an existing local
12001   address book into a remote address book is to create an empty new remote
12002   personal address book by typing &quot;A&quot; to execute the
12003   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12004   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12005   address book.
12006   After you have added the empty
12007   remote address book, go into the screen for the address book you wish
12008   to copy and &quot;Select&quot; &quot;All&quot;.
12009   This selects every entry in that
12010   address book.  Then type the command &quot;Apply Save&quot;.
12011   You will be asked for the address book to save to.  You may use ^P and ^N
12012   to get to the new empty address book, then hit RETURN and the addresses
12013   will be copied.
12014   At this point you'll probably want to unselect all the entries in the local
12015   address book before proceeding. You do that with
12016   &quot;Select&quot; &quot;unselect All&quot;.
12018 </DL>
12019 <UL>
12020 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12021 </UL>
12022 <P><UL>
12023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12024 </UL>
12026 &lt;End of help on this topic&gt;
12027 </BODY>
12028 </HTML>
12029 ===== h_abook_select_addr =====
12030 <HTML>
12031 <HEAD>
12032 <TITLE>Addressbook Selection Explained</TITLE>
12033 </HEAD>
12034 <BODY>
12035 <H1>SELECT ADDRESS</H1>
12036 <!--chtml if pinemode="function_key"-->
12037 <PRE>
12038 Navigating the List of Messages               General Alpine Commands
12039 -------------------------------               -----------------------
12040 F5   Move to previous entry                   F1  Show this help text
12041 F6   Move to next entry
12042 F7   Show previous screen of address book
12043 F8   Show next screen of address book
12044 F12  WhereIs (search through address book)
12046 Address Selection Commands
12047 --------------------------
12048 F3   Exit the Address Select screen (without selecting an address)
12049 F4   Select the currently highlighted entry
12050 </PRE>
12051 <!--chtml else-->
12052 <PRE>
12053 Navigating the List of Messages               General Alpine Commands
12054 -------------------------------               -----------------------
12055  P   Move to previous entry                    ?  Show this help text
12056  N   Move to next entry
12057  -   Show previous screen of address book
12058 Spc  (space bar) Show next screen of address book
12059  W   WhereIs (search through address book)
12061 Address Selection Commands
12062 --------------------------
12063  E   Exit the Address Select screen (without selecting an address)
12064  S   Select the currently highlighted entry
12065 </PRE>
12066 <!--chtml endif-->
12069 This screen is designed to let you easily scan your address book(s) in
12070 order to select an entry for the message you are composing.  You cannot
12071 edit your address book in any way at this time, for address book
12072 maintenance, select the address book command when not composing a message.
12075 If you are composing a message and know the nickname of the person/list you
12076 want, you can bypass this screen by simply typing in the nickname on the
12077 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12078 selecting an entry does not cancel your message.
12081 FOR MORE INFORMATION on addressing see
12082 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12083 <A HREF="h_abook_opened">Address Book Screen's</A>
12084 help text.
12086 &lt;End of help on this topic&gt;
12087 </BODY>
12088 </HTML>
12089 ===== h_abook_select_top =====
12090 <HTML>
12091 <HEAD>
12092 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12093 </HEAD>
12094 <BODY>
12095 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12096 <!--chtml if pinemode="function_key"-->
12097 <PRE>
12098 Navigating the List of Address Books       General Alpine Commands
12099 ------------------------------------       -----------------------
12100 F4   View the highlighted address book
12101 F5   Move to previous address book         F1  Show this help text
12102 F6   Move to next address book
12103 F7   Show previous screen of address books
12104 F8   Show next screen of address books
12105 F12  WhereIs (search through address books)
12107 Address Selection Commands
12108 --------------------------
12109 F3   Exit the Address Select screen (without selecting an address)
12110 F4   Select the currently selected entries (if using ListMode)
12111 F9   Change to ListMode
12112 </PRE>
12113 <!--chtml else-->
12114 <PRE>
12115 Navigating the List of Address Books       General Alpine Commands
12116 ------------------------------------       -----------------------
12117  &gt;   View the highlighted address book
12118  P   Move to previous address book         ?  Show this help text
12119  N   Move to next address book
12120  -   Show previous screen of address books
12121 Spc  (space bar) Show next screen of address books
12122  W   WhereIs (search through address books)
12124 Address Selection Commands
12125 --------------------------
12126  E   Exit the Address Select screen (without selecting an address)
12127  S   Select the currently selected entries (if using ListMode)
12128  L   Change to ListMode
12129 </PRE>
12130 <!--chtml endif-->
12133 This screen is designed to let you easily scan your address book(s) in
12134 order to select entries for the message you are composing.  You cannot
12135 edit your address book in any way at this time.  For address book
12136 maintenance, select the address book command when not composing a message.
12139 If you are composing a message and know the nickname of the person/list you
12140 want, you can bypass this screen by simply typing in the nickname on the
12141 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12142 selecting an entry does not cancel your message.
12145 The ListMode command will add a column at the left edge of the screen.
12146 You mark the entries that you wish to select with the &quot;X&quot; command.
12147 This allows you to choose more than one entry at a time.
12150 An alternative method of composing a message to entries in your
12151 address book(s) is to first use the &quot;Select&quot; command from
12152 the address book maintenance screen and then the &quot;Apply&quot;
12153 &quot;ComposeTo&quot; command to start the composer composing to the
12154 selected entries.
12157 FOR MORE INFORMATION on addressing see
12158 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12159 <A HREF="h_abook_opened">Address Book Screen's</A>
12160 help text.
12162 &lt;End of help on this topic&gt;
12163 </BODY>
12164 </HTML>
12165 ===== h_abook_select_listmode =====
12166 <HTML>
12167 <HEAD>
12168 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12169 </HEAD>
12170 <BODY>
12171 <H1>COMPOSER: SELECT ADDRESSES</H1>
12172 <!--chtml if pinemode="function_key"-->
12173 <PRE>
12174 Navigating the List of Messages                 General Alpine Commands
12175 -------------------------------                 -----------------------
12176 F5   Move to previous entry                     F1  Show this help text
12177 F6   Move to next entry
12178 F7   Show previous screen of address book
12179 F8   Show next screen of address book
12180 F12  WhereIs (search through address book)
12182 Address Selection Commands
12183 --------------------------
12184 F3   Exit the Address Select screen (without selecting an address)
12185 F4   Select the currently highlighted entry
12186 F9   Change to ListMode
12187 </PRE>
12188 <!--chtml else-->
12189 <PRE>
12190 Navigating the List of Messages                 General Alpine Commands
12191 -------------------------------                 -----------------------
12192  P   Move to previous entry                     ?  Show this help text
12193  N   Move to next entry
12194  -   Show previous screen of address book
12195 Spc  (space bar) Show next screen of address book
12196  W   WhereIs (search through address book)
12198 Address Selection Commands
12199 --------------------------
12200  E   Exit the Address Select screen (without selecting an address)
12201  S   Select the currently highlighted entry
12202  L   Change to ListMode
12203 </PRE>
12204 <!--chtml endif-->
12207 This screen is designed to let you easily scan your address book(s) in
12208 order to select entries for the message you are composing.  You cannot
12209 edit your address book in any way at this time, for address book
12210 maintenance, select the address book command when not composing a message.
12213 If you are composing a message and know the nickname of the person/list you
12214 want, you can bypass this screen by simply typing in the nickname on the
12215 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12216 selecting an entry does not cancel your message.
12219 The ListMode command will add a column at the left edge of the screen.
12220 You mark the entries that you wish to select with the &quot;X&quot; command.
12221 This allows you to choose more than one entry at a time.
12224 An alternative method of composing a message to entries in your
12225 address book(s) is to first use the &quot;Select&quot; command from
12226 the address book maintenance screen and then the &quot;Apply&quot;
12227 &quot;ComposeTo&quot; command to start the composer composing to the
12228 selected entries.
12231 FOR MORE INFORMATION on addressing see
12232 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12233 <A HREF="h_abook_opened">Address Book Screen's</A>
12234 help text.
12236 &lt;End of help on this topic&gt;
12237 </BODY>
12238 </HTML>
12239 ===== h_abook_select_checks =====
12240 <HTML>
12241 <HEAD>
12242 <TITLE>Address Selection from Composer Explained</TITLE>
12243 </HEAD>
12244 <BODY>
12245 <H1>COMPOSER: SELECT ADDRESSES</H1>
12246 <!--chtml if pinemode="function_key"-->
12247 <PRE>
12248 Navigating the List of Messages                 General Alpine Commands
12249 -------------------------------                 -----------------------
12250 F5   Move to previous entry                     F1  Show this help text
12251 F6   Move to next entry
12252 F7   Show previous screen of address book
12253 F8   Show next screen of address book
12254 F12  WhereIs (search through address book)
12256 Address Selection Commands
12257 --------------------------
12258 F3   Exit the Address Select screen (without selecting an address)
12259 F4   Select the currently highlighted entry
12260 F8   Either Sets or Unsets all entries in this address book
12261 F9   Set or Unset the highlighted entry
12262 </PRE>
12263 <!--chtml else-->
12264 <PRE>
12265 Navigating the List of Messages                 General Alpine Commands
12266 -------------------------------                 -----------------------
12267  P   Move to previous entry                     ?  Show this help text
12268  N   Move to next entry
12269  -   Show previous screen of address book
12270 Spc  (space bar) Show next screen of address book
12271  W   WhereIs (search through address book)
12273 Address Selection Commands
12274 --------------------------
12275  E   Exit the Address Select screen (without selecting an address)
12276  S   Select the currently highlighted entry
12277  X   Set or Unset the highlighted entry
12278  A   Either Sets or Unsets all entries in this address book
12279 </PRE>
12280 <!--chtml endif-->
12283 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12284 command.  Type &quot;S Select&quot; to select all of the entries you
12285 have marked, just as if you had typed them in by hand.
12288 An alternative method of composing a message to entries in your
12289 address book(s) is to first use the &quot;Select&quot; command from
12290 the address book maintenance screen and then the &quot;Apply&quot;
12291 &quot;ComposeTo&quot; command to start the composer composing to the
12292 selected entries.
12295 FOR MORE INFORMATION on addressing see
12296 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12297 <A HREF="h_abook_opened">Address Book Screen's</A>
12298 help text.
12300 &lt;End of help on this topic&gt;
12301 </BODY>
12302 </HTML>
12303 ===== h_abook_select_nicks_take =====
12304 <HTML>
12305 <HEAD>
12306 <TITLE>Take Address Nickname Selection Explained</TITLE>
12307 </HEAD>
12308 <BODY>
12309 <H1>TAKEADDR: SELECT NICKNAME</H1>
12310 <!--chtml if pinemode="function_key"-->
12311 <PRE>
12312 Navigating the List of Messages                 General Alpine Commands
12313 -------------------------------                 -----------------------
12314 F5   Move to previous entry                     F1  Show this help text
12315 F6   Move to next entry
12316 F7   Show previous screen of address book
12317 F8   Show next screen of address book
12318 F12  WhereIs (search through address book)
12320 Message Selection Commands
12321 --------------------------
12322 F3   Exit the Nickname Select screen (without selecting an address)
12323 F4   Select the currently highlighted entry
12324 </PRE>
12325 <!--chtml else-->
12326 <PRE>
12327 Navigating the List of Messages                 General Alpine Commands
12328 -------------------------------                 -----------------------
12329  P   Move to previous entry                     ?  Show this help text
12330  N   Move to next entry
12331  -   Show previous screen of address book
12332 Spc  (space bar) Show next screen of address book
12333  W   WhereIs (search through address book)
12335 Message Selection Commands
12336 --------------------------
12337  E   Exit the Nickname Select screen (without selecting an address)
12338  S   Select the currently highlighted entry
12339 </PRE>
12340 <!--chtml endif-->
12343 This screen is designed to let you modify or add to an existing
12344 address book entry.  You have already selected the name(s) and
12345 address(es) through &quot;Take Address&quot;.  This screen simply lets
12346 you scan your address books and select the nickname to be
12347 changed/augmented.  If you want to add a new entry, then you are in
12348 the wrong place-- Select &quot;Exit&quot; command.
12351 FOR MORE INFORMATION on addressing see
12352 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12353 <A HREF="h_abook_opened">Address Book Screen's</A>
12354 help text.
12356 &lt;End of help on this topic&gt;
12357 </BODY>
12358 </HTML>
12359 ===== h_abook_select_nick =====
12360 <HTML>
12361 <HEAD>
12362 <TITLE>Nickname Selection Explained</TITLE>
12363 </HEAD>
12364 <BODY>
12365 <H1>SELECT NICKNAME</H1>
12366 <!--chtml if pinemode="function_key"-->
12367 <PRE>
12368 Navigating the List of Messages                 General Alpine Commands
12369 -------------------------------                 -----------------------
12370 F5   Move to previous entry                     F1  Show this help text
12371 F6   Move to next entry
12372 F7   Show previous screen of address book
12373 F8   Show next screen of address book
12374 F12  WhereIs (search through address book)
12376 Message Selection Commands
12377 --------------------------
12378 F3   Exit the Nickname Select screen (without selecting an address)
12379 F4   Select the currently highlighted entry
12380 </PRE>
12381 <!--chtml else-->
12382 <PRE>
12383 Navigating the List of Messages                 General Alpine Commands
12384 -------------------------------                 -----------------------
12385  P   Move to previous entry                     ?  Show this help text
12386  N   Move to next entry
12387  -   Show previous screen of address book
12388 Spc  (space bar) Show next screen of address book
12389  W   WhereIs (search through address book)
12391 Message Selection Commands
12392 --------------------------
12393  E   Exit the Nickname Select screen (without selecting an address)
12394  S   Select the currently highlighted entry
12395 </PRE>
12396 <!--chtml endif-->
12399 This screen is designed to let you look at the nicknames in your address
12400 books before choosing a new one.
12403 FOR MORE INFORMATION on addressing see
12404 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12405 <A HREF="h_abook_opened">Address Book Screen's</A>
12406 help text.
12408 &lt;End of help on this topic&gt;
12409 </BODY>
12410 </HTML>
12411 ===== h_takeaddr_screen =====
12412 <HTML>
12413 <HEAD>
12414 <TITLE>Take Address Screen Explained</TITLE>
12415 </HEAD>
12416 <BODY>
12417 <H1>TAKE ADDRESS COMMANDS</H1>
12418 <!--chtml if pinemode="function_key"-->
12419 <PRE>
12420 Navigating the List of Addresses       Address Selection Commands        
12421 --------------------------------       --------------------------        
12422  F5  Move to previous entry            F3  Exit without taking address
12423  F6  Move to next entry                F4  Take current address(es)
12424  F7  Show previous page of address list
12425  F8  Show next page of address list
12426  F2  WhereIs (search list)
12427                                --------------
12428 Mode Toggle            F9  Set/Unset current address
12429 -----------            F10 Set all
12430  F12 Toggle between List and single mode       F11 Unset all
12431 </PRE>
12432 <!--chtml else-->
12433 <PRE>
12434 Navigating the List of Addresses       Address Selection Commands
12435 --------------------------------       --------------------------
12436  P  Move to previous entry              &lt;  Exit without taking address
12437  N  Move to next entry                  T  Take address
12438  -  Show previous page of address list
12439 Spc (space bar) Show next page of address list
12440  W  WhereIs (search list)              List Mode
12441                                        ---------
12442 Single Mode                             X  Set/Unset current address
12443 -----------                             A  Set all addresses
12444  L  Switch to list mode                 U  Unset all addresses
12445                                         S  Switch to single mode
12446 </PRE>
12447 <!--chtml endif-->
12449 <H2>Description of the Take Address Screen</H2>
12451 This screen is designed to let you select one or more address/name
12452 combinations from the current message and put them into your address book.
12453 The cursor is initially placed on the line with the message author.
12454 Other lines include the names of people and/or mailing lists who also
12455 received the message.  Other people &quot;involved&quot; in the
12456 message (e.g. the person named as Reply-To:) are also listed here.
12459 The simple case is adding a new, single entry into your address book. To
12460 do this, simply highlight the correct line and press 
12461 <!--chtml if pinemode="function_key"-->
12463 <!--chtml else-->
12464 &quot;T&quot;.
12465 <!--chtml endif-->
12466 To create a new list or add to an existing list, switch the screen display
12467 into List Mode by pressing
12468 <!--chtml if pinemode="function_key"-->
12469 F12.
12470 <!--chtml else-->
12471 &quot;L&quot;.
12472 <!--chtml endif-->
12473 In List Mode, you select the
12474 group of addresses you wish to manipulate by marking them with an
12475 &quot;X&quot;.
12476 The Set/Unset
12477 <!--chtml if pinemode="function_key"-->
12478 (F9)
12479 <!--chtml else-->
12480 (&quot;X&quot;)
12481 <!--chtml endif-->
12482 command will turn the &quot;X&quot; on for the
12483 highlighted address if it was off or turn it off if it was previously on.
12484 The SetAll command will select all of the addresses, and the UnSetAll
12485 command will turn off all the selections.  Once you've gotten the
12486 selection the way you want it, you may create a new list by pressing
12487 <!--chtml if pinemode="function_key"-->
12489 <!--chtml else-->
12490 &quot;T&quot;.
12491 <!--chtml endif-->
12494 In both the simple and list cases, after choosing to take the address,
12495 you will be asked for the nickname of the entry.  Typing in a new name
12496 creates the new entry/list.  Entering an existing nickname will replace
12497 the entry (simple case) or add to the list (list case).  Alternatively,
12498 you can press Ctrl-T at the nickname prompt and select an existing
12499 nickname from your address book.
12502 You will normally start in Single Mode, unless you used the Apply command
12503 to startup the TakeAddr screen, in which case you will start in List Mode.
12504 You may switch between the two modes at any time.  If you've already
12505 selected several addresses in List Mode, those will be remembered when you
12506 switch to Single Mode and then back to List Mode.  The set of addresses
12507 that are pre-selected when you start in List Mode are the From addresses
12508 of all of the messages you are operating on.  You may, of course, easily
12509 erase those selections with the UnSetAll command.
12512 If you have more than one writable address book, you will be prompted for
12513 the name of the address book you wish to add the new entry to before
12514 anything else. You can use ^N and ^P to choose among the defined address
12515 books, or type in the address book name.
12518 FOR MORE INFORMATION on addressing see
12519 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12520 <A HREF="h_abook_opened">Address Book Screen's</A>
12521 help text.
12523 &lt;End of help on this topic&gt;
12524 </BODY>
12525 </HTML>
12526 ===== h_takeexport_screen =====
12527 <HTML>
12528 <HEAD>
12529 <TITLE>Take Export Screen Explained</TITLE>
12530 </HEAD>
12531 <BODY>
12532 <H1>TAKE EXPORT COMMANDS</H1>
12533 <!--chtml if pinemode="function_key"-->
12534 <PRE>
12535 Navigating the List of Addresses       Address Selection Commands        
12536 --------------------------------       --------------------------        
12537  F5  Move to previous entry            F3  Exit without taking address
12538  F6  Move to next entry                F4  Take current address(es)
12539  F7  Show previous page of address list
12540  F8  Show next page of address list
12541  F2  WhereIs (search list)
12542                                --------------
12543 Mode Toggle            F9  Set/Unset current address
12544 -----------            F10 Set all
12545  F12 Toggle between List and single mode       F11 Unset all
12546 </PRE>
12547 <!--chtml else-->
12548 <PRE>
12549 Navigating the List of Addresses       Address Selection Commands
12550 --------------------------------       --------------------------
12551  P  Move to previous entry              &lt;  Exit without taking address
12552  N  Move to next entry                  T  Take address
12553  -  Show previous page of address list
12554 Spc (space bar) Show next page of address list
12555  W  WhereIs (search list)              List Mode
12556                                        ---------
12557 Single Mode                             X  Set/Unset current address
12558 -----------                             A  Set all addresses
12559  L  Switch to list mode                 U  Unset all addresses
12560                                         S  Switch to single mode
12561 </PRE>
12562 <!--chtml endif-->
12564 <H2>Description of the Take Export Screen</H2>
12566 This screen is designed to let you select one or more addresses
12567 from the current message and put them into a file.
12568 Only the user@domain_name part of each address is put into the file.
12571 To put a single entry into a file simply highlight the correct line and press 
12572 <!--chtml if pinemode="function_key"-->
12574 <!--chtml else-->
12575 &quot;T&quot;.
12576 <!--chtml endif-->
12577 To put more than one entry into a file
12578 switch the screen display
12579 into List Mode by pressing
12580 <!--chtml if pinemode="function_key"-->
12581 F12.
12582 <!--chtml else-->
12583 &quot;L&quot;.
12584 <!--chtml endif-->
12585 In List Mode, you select the
12586 group of addresses you wish to manipulate by marking them with an
12587 &quot;X&quot;.
12588 The Set/Unset
12589 <!--chtml if pinemode="function_key"-->
12590 (F9)
12591 <!--chtml else-->
12592 (&quot;X&quot;)
12593 <!--chtml endif-->
12594 command will turn the &quot;X&quot; on for the
12595 highlighted address if it was off or turn it off if it was previously on.
12596 The SetAll command will select all of the addresses, and the UnSetAll
12597 command will turn off all the selections.  Once you've gotten the
12598 selection the way you want it, you may put the addresses in a file by typing
12599 <!--chtml if pinemode="function_key"-->
12601 <!--chtml else-->
12602 &quot;T&quot;.
12603 <!--chtml endif-->
12606 You will be asked for the name of a file to put the addresses in.
12607 If the file already exists, you will be asked whether you want to Overwrite
12608 (replace) the contents of the file or Append to the contents of the file.
12611 &lt;End of help on this topic&gt;
12612 </BODY>
12613 </HTML>
12614 ============= h_abook_view ========================
12615 <HTML>
12616 <HEAD>
12617 <TITLE>Address Book View Explained</TITLE>
12618 </HEAD>
12619 <BODY>
12620 This function allows you to view the contents of an address book entry. You
12621 can only view one entry at a time.
12623 <DL>
12624 <DT>Help
12625 <!--chtml if pinemode="function_key"-->
12626 (F1)
12627 <!--chtml else-->
12629 <!--chtml endif-->
12630 </DT>
12631 <DD>
12632 Display this help text.
12634 <DT>Abook
12635 <!--chtml if pinemode="function_key"-->
12636 (F3)
12637 <!--chtml else-->
12638 (&lt;)
12639 <!--chtml endif-->
12640 </DT>
12641 <DD>
12642 Go back to index of address book entries.
12644 <DT>Update
12645 <!--chtml if pinemode="function_key"-->
12646 (F4)
12647 <!--chtml else-->
12649 <!--chtml endif-->
12650 </DT>
12651 <DD>
12652 Update (modify) this entry.
12654 <DT>ComposeTo
12655 <!--chtml if pinemode="function_key"-->
12656 (F5)
12657 <!--chtml else-->
12659 <!--chtml endif-->
12660 </DT>
12661 <DD>Compose a message to the address(es) in this entry.
12663 <DT>Role
12664 <!--chtml if pinemode="function_key"-->
12665 (F6)
12666 <!--chtml else-->
12668 <!--chtml endif-->
12669 </DT>
12670 <DD>Compose a message to the address(es) in this entry using roles.
12672 <DT>Prev Page
12673 <!--chtml if pinemode="function_key"-->
12674 (F7)
12675 <!--chtml else-->
12677 <!--chtml endif-->
12678 </DT>
12679 <DD>
12680 Show the previous page of the current entry.
12682 <DT>Next Page
12683 <!--chtml if pinemode="function_key"-->
12684 (F8)
12685 <!--chtml else-->
12686 (Space)
12687 <!--chtml endif-->
12688 </DT>
12689 <DD>
12690 Show the next page of the current entry.
12692 <DT>Print
12693 <!--chtml if pinemode="function_key"-->
12694 (F9)
12695 <!--chtml else-->
12697 <!--chtml endif-->
12698 </DT>
12699 <DD>Print the current entry.  You can select the
12700 printer or the print command via the &quot;Setup&quot; command
12701 on the MAIN MENU.
12703 <DT>WhereIs
12704 <!--chtml if pinemode="function_key"-->
12705 (F10)
12706 <!--chtml else-->
12708 <!--chtml endif-->
12709 </DT>
12710 <DD>Search the entry for a string of letters.  If it is
12711 found, move to it.  The string can be one word or a phrase.
12712 If there are multiple occurrences, the cursor moves to the
12713 first occurrence beyond the current cursor position.
12715 <DT>Fwd Email
12716 <!--chtml if pinemode="function_key"-->
12717 (F11)
12718 <!--chtml else-->
12720 <!--chtml endif-->
12721 </DT>
12722 <DD>Begin composition of a new mail message with the displayed
12723 text already inserted in the message body.
12725 </DL>
12727 &lt;End of help on this topic&gt;
12728 </BODY>
12729 </HTML>
12730 ============= h_ldap_view ========================
12731 <HTML>
12732 <HEAD>
12733 <TITLE>LDAP Response View Explained</TITLE>
12734 </HEAD>
12735 <BODY>
12736 This function allows you to view the contents of a directory entry. You
12737 can only view one entry at a time.
12739 <DL>
12740 <DT>Help
12741 <!--chtml if pinemode="function_key"-->
12742 (F1)
12743 <!--chtml else-->
12745 <!--chtml endif-->
12746 </DT>
12747 <DD>
12748 Display this help text.
12750 <DT>Results Index
12751 <!--chtml if pinemode="function_key"-->
12752 (F3)
12753 <!--chtml else-->
12754 (&lt;)
12755 <!--chtml endif-->
12756 </DT>
12757 <DD>Go back to index of search results.
12759 <DT>ComposeTo
12760 <!--chtml if pinemode="function_key"-->
12761 (F5)
12762 <!--chtml else-->
12764 <!--chtml endif-->
12765 </DT>
12766 <DD>Compose a message to the address(es) in this entry.
12768 <DT>Role
12769 <!--chtml if pinemode="function_key"-->
12770 (F6)
12771 <!--chtml else-->
12773 <!--chtml endif-->
12774 </DT>
12775 <DD>Compose a message to the address(es) in this entry using roles.
12777 <DT>Prev Page
12778 <!--chtml if pinemode="function_key"-->
12779 (F7)
12780 <!--chtml else-->
12782 <!--chtml endif-->
12783 </DT>
12784 <DD>
12785 Show the previous page of the current entry.
12787 <DT>Next Page
12788 <!--chtml if pinemode="function_key"-->
12789 (F8)
12790 <!--chtml else-->
12791 (Space)
12792 <!--chtml endif-->
12793 </DT>
12794 <DD>
12795 Show the next page of the current entry.
12797 <DT>Print
12798 <!--chtml if pinemode="function_key"-->
12799 (F9)
12800 <!--chtml else-->
12802 <!--chtml endif-->
12803 </DT>
12804 <DD>Print the current entry on paper.  You can select the
12805 printer or the print command via the &quot;Setup&quot; command
12806 on the MAIN MENU.
12808 <DT>WhereIs
12809 <!--chtml if pinemode="function_key"-->
12810 (F10)
12811 <!--chtml else-->
12813 <!--chtml endif-->
12814 </DT>
12815 <DD>Search the entry for a string of letters.  If it is
12816 found, move to it.  The string can be one word or a phrase.
12817 If there are multiple occurrences, the cursor moves to the
12818 first occurrence beyond the current cursor position.
12820 <DT>Fwd Email
12821 <!--chtml if pinemode="function_key"-->
12822 (F11)
12823 <!--chtml else-->
12825 <!--chtml endif-->
12826 </DT>
12827 <DD>Begin composition of a new mail message with the displayed
12828 text already inserted in the message body.
12830 <DT>Save
12831 <!--chtml if pinemode="function_key"-->
12832 (F12)
12833 <!--chtml else-->
12835 <!--chtml endif-->
12836 </DT>
12837 <DD>Save the displayed entry to one of your address books or export
12838 it to a file.
12839 </DL>
12841 &lt;End of help on this topic&gt;
12842 </BODY>
12843 </HTML>
12844 ===== h_attachment_screen =====
12845 <HTML>
12846 <HEAD>
12847 <TITLE>Attachment Index Screen Explained</TITLE>
12848 </HEAD>
12849 <BODY>
12850 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12851 message's attachments, and allows various operations on them.  The
12852 first attachment is usually the message text, but does not include the
12853 header portion of the message.
12855 Available commands include:
12857 <DL>
12859 <DT>Help</DT>
12860 <DD>Show this help text.
12862 <DT>Msg #<I>num</I></DT>
12863 <DD>Leave this screen without displaying or saving any attachments.
12865 <DT>View</DT>
12866 <DD>View the currently selected attachment.
12868 <DT>Prev Attach</DT>
12869 <DD>Move to previous attachment.
12871 <DT>Next Attach</DT>
12872 <DD>Move to next attachment.
12874 <DT>Prev Page</DT>
12875 <DD>Previous page of the listed attachments.
12877 <DT>Next Page</DT>
12878 <DD>Next page of the listed attachments.
12880 <DT>Delete</DT>
12881 <DD>Mark the currently selected attachment for Deletion.
12882 This does not modify the current message by deleting the attachment from
12883 it, but instead the delete flag <EM>only</EM> has an effect when saving
12884 the message to a folder.
12885 Attachments marked for deletion are not copied to the destination folder
12886 along with the rest of the message when it is saved.
12887 It is ok for the destination folder to be the same as the current folder.
12888 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12890 <DT>Undelete</DT>
12891 <DD>Turn off the Delete flag for the selected attachment.
12893 <DT>Save</DT>
12894 <DD>Save the selected attachment to a file.  If the attachment is of
12895 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12896 the specified mail folder.
12898 <DT>Export</DT>
12899 <DD>If the attachment is of
12900 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12901 copy the message to a file in the same way this command works on 
12902 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12904 <DT>Pipe</DT>
12905 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12906 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12908 <DT>WhereIs</DT>
12909 <DD>Find a matching string in the attachment list.
12911 <DT>AboutAttch</DT>
12912 <DD>Examine various aspects of the selected attachment.
12914 <DT>Print</DT>
12915 <DD>Print the selected attachment.
12917 <DT>Forward</DT>
12918 <DD>Forward the selected attachment as an attachment.
12919 </DL>
12923 All attachments can be saved or piped into a UNIX command, but some may
12924 not be readily displayed by either Alpine or an external tool.  In such
12925 cases, the reason why the message cannot be displayed is displayed on
12926 Alpine's message line.
12928 &lt;End of help on this topic&gt;
12929 </BODY>
12930 </HTML>
12931 ============= h_mail_text_att_view ========================
12932 <HTML>
12933 <HEAD>
12934 <TITLE>Attachment View Screen Explained</TITLE>
12935 </HEAD>
12936 <BODY>
12937 This function allows you to view the contents of a text attachment. You
12938 can only view one attachment at a time.
12940 Available commands include:
12942 <DL>
12944 <DT>Help</DT>
12945 <DD>Display this help text
12947 <DT>AttchIndex</DT>
12948 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12950 <DT>Prev Page</DT>
12951 <DD>Show the previous page of the current attachment.
12953 <DT>Next Page</DT>
12954 <DD>Show the next page of the current attachment by pressing the space bar.
12956 <DT>Delete</DT>
12957 <DD>Mark the viewed attachment for Deletion.  The delete
12958 flag <EM>only</EM> has affect when saving the message to a folder.
12959 Attachments marked for deletion are exluded from the messsage when
12960 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12961 this Alpine session.
12963 <DT>Undelete</DT>
12964 <DD>Turn off the Delete flag for the selected attachment.
12966 <DT>Save</DT>
12967 <DD>Copy the current attachment to a file.  If you just enter
12968 a filename, the attachment will be saved with that name in
12969 your home directory 
12970 <!--chtml if pinemode="running"-->
12971 (which, in the present configuration of your system, is
12972  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12973 <!--chtml endif-->
12974 or current working directory
12975 <!--chtml if pinemode="running"-->
12976 (which, at least for your current Alpine &quot;session,&quot; 
12977 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12978 <!--chtml endif-->, depending on the
12979 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12980 configuration setting.  You may enter the full
12981 path and filename to save it in another directory instead.
12983 <DT>Export</DT>
12984 <DD>If the attachment is of
12985 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12986 copy the message to a file in the same way this command works on 
12987 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12988 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12989 defined, they may affect the contents of the exported file.)
12991 <DT>Pipe</DT>
12992 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12994 <DT>WhereIs</DT>
12995 <DD>Search the attachment for a string of letters.  If it is
12996 found, move to it.  The string can be one word or a phrase.
12997 If there are multiple occurrences, the cursor moves to the
12998 first occurrence beyond the current cursor position.
13000 <DT>Print</DT>
13001 <DD>Print the current attachment on paper.  You can select the
13002 printer or the print command via the &quot;Setup&quot; command
13003 on the MAIN MENU.
13005 <DT>Forward</DT>
13006 <DD>Forward the selected attachment as an attachment.
13007 </DL>
13009 &lt;End of help on this topic&gt;
13010 </BODY>
13011 </HTML>
13012 ============= h_journal ==============
13013 <HTML>
13014 <HEAD>
13015 <TITLE>Recent Message Journal Explained</TITLE>
13016 </HEAD>
13017 <BODY>
13019 The following commands are available on this screen:
13021 <DL>
13022 <DT>Help</DT>
13023 <DD>Show this help text
13025 <DT>Exit</DT>
13026 <DD>Exit Viewer, and go back to mail processing
13028 <DT>Prev Page</DT>
13029 <DD>Show the previous page text
13031 <DT>Next Page</DT>
13032 <DD>Show the next page of text by pressing the space bar
13034 <DT>Print</DT>
13035 <DD>Print the displayed text on paper.  You can select the
13036 printer or the print command via the &quot;Setup&quot; command
13037 on the MAIN MENU.
13039 <DT>Fwd Email</DT>
13040 <DD>Begin composition of a new mail message with the displayed
13041 text already inserted in the message body.
13043 <DT>Save</DT>
13044 <DD>Copy the displayed text to a file.  If you just enter
13045 a filename, the text will be saved with that name in
13046 your 
13047 home directory 
13048 <!--chtml if pinemode="running"-->
13049 (which, in the present configuration of your system, is
13050  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13051 <!--chtml endif-->
13052 or current working directory
13053 <!--chtml if pinemode="running"-->
13054 (which, at least for your current Alpine &quot;session,&quot; 
13055 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13056 <!--chtml endif-->, depending on the
13057 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13058 configuration setting.   You may enter the full
13059 path and filename to save it in another directory instead.
13061 <DT>WhereIs</DT>
13062 <DD>Search the text for a string of letters.  If it is
13063 found, move to it.  The string can be one word or a phrase.
13064 If there are multiple occurrences, the cursor moves to the
13065 first occurrence beyond the current cursor position.
13066 </DL>
13068 &lt;End of help on this topic&gt;
13069 </BODY>
13070 </HTML>
13071 ============= h_debugjournal ==============
13072 <HTML>
13073 <HEAD>
13074 <TITLE>Debug Journal Explained</TITLE>
13075 </HEAD>
13076 <BODY>
13078 The following commands are available on this screen:
13080 <DL>
13081 <DT>Help</DT>
13082 <DD>Show this help text
13084 <DT>Exit</DT>
13085 <DD>Exit Viewer, and go back to mail processing
13087 <DT>Timestamps</DT>
13088 <DD>Turn on or off timestamps.
13090 <DT>DebugView</DT>
13091 <DD>Set the level of debugging you want to see. The level may be any number
13092 in the range 0-9. Higher numbers show more debugging detail. Note that the
13093 debugging information has already been captured. This setting just causes the
13094 debugging information that you see to be filtered. If you set this to
13095 the number &quot;5&quot; then you will be shown all of the debugging information
13096 at levels 5 and below.
13097 It's actually a bit more complicated than that. A fixed amount of memory
13098 is used to store the debug information.
13099 Since the amount of memory used is limited the debugging information
13100 has to be trimmed back when it gets too large.
13102 <DT>Prev Page</DT>
13103 <DD>Show the previous page text
13105 <DT>Next Page</DT>
13106 <DD>Show the next page of text by pressing the space bar
13108 <DT>Print</DT>
13109 <DD>Print the displayed text on paper.  You can select the
13110 printer or the print command via the &quot;Setup&quot; command
13111 on the MAIN MENU.
13113 <DT>Fwd Email</DT>
13114 <DD>Begin composition of a new mail message with the displayed
13115 text already inserted in the message body.
13117 <DT>Save</DT>
13118 <DD>Copy the displayed text to a file.  If you just enter
13119 a filename, the text will be saved with that name in
13120 your 
13121 home directory 
13122 <!--chtml if pinemode="running"-->
13123 (which, in the present configuration of your system, is
13124  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13125 <!--chtml endif-->
13126 or current working directory
13127 <!--chtml if pinemode="running"-->
13128 (which, at least for your current Alpine &quot;session,&quot; 
13129 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13130 <!--chtml endif-->, depending on the
13131 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13132 configuration setting.   You may enter the full
13133 path and filename to save it in another directory instead.
13135 <DT>WhereIs</DT>
13136 <DD>Search the text for a string of letters.  If it is
13137 found, move to it.  The string can be one word or a phrase.
13138 If there are multiple occurrences, the cursor moves to the
13139 first occurrence beyond the current cursor position.
13140 </DL>
13142 &lt;End of help on this topic&gt;
13143 </BODY>
13144 </HTML>
13145 ============= h_simple_text_view ==============
13146 <HTML>
13147 <HEAD>
13148 <TITLE>Simple Text View Screen Explained</TITLE>
13149 </HEAD>
13150 <BODY>
13152 The following commands are available on this screen:
13154 <DL>
13155 <DT>Help</DT>
13156 <DD>Show this help text
13158 <DT>Exit</DT>
13159 <DD>Exit Viewer, and go back to mail processing
13161 <DT>Prev Page</DT>
13162 <DD>Show the previous page text
13164 <DT>Next Page</DT>
13165 <DD>Show the next page of text by pressing the space bar
13167 <DT>Print</DT>
13168 <DD>Print the displayed text on paper.  You can select the
13169 printer or the print command via the &quot;Setup&quot; command
13170 on the MAIN MENU.
13172 <DT>Fwd Email</DT>
13173 <DD>Begin composition of a new mail message with the displayed
13174 text already inserted in the message body.
13176 <DT>Save</DT>
13177 <DD>Copy the displayed text to a file.  If you just enter
13178 a filename, the attachment will be saved with that name in
13179 your 
13180 home directory 
13181 <!--chtml if pinemode="running"-->
13182 (which, in the present configuration of your system, is
13183  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13184 <!--chtml endif-->
13185 or current working directory
13186 <!--chtml if pinemode="running"-->
13187 (which, at least for your current Alpine &quot;session,&quot; 
13188 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13189 <!--chtml endif-->, depending on the
13190 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13191 configuration setting.   You may enter the full
13192 path and filename to save it in another directory instead.
13194 <DT>WhereIs</DT>
13195 <DD>Search the attachment for a string of letters.  If it is
13196 found, move to it.  The string can be one word or a phrase.
13197 If there are multiple occurrences, the cursor moves to the
13198 first occurrence beyond the current cursor position.
13199 </DL>
13201 &lt;End of help on this topic&gt;
13202 </BODY>
13203 </HTML>
13204 ======= h_pine_for_windows ========
13205 <HTML>
13206 <HEAD>
13207 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13208 </HEAD>
13209 <BODY>
13210 <H1>Getting Help In PC-Alpine</H1>
13213 PC-Alpine offers general and specific help text. From the <A
13214 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13215 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13216 specific help for that screen is available from the toolbar Help menu or
13217 with the 
13218 <!--chtml if pinemode="function_key"-->
13219 &quot;F1&quot; key.
13220 <!--chtml else-->
13221 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13222 typing &quot;?&quot; would be mistaken as entering text.
13223 <!--chtml endif-->
13226 Although this version of Alpine is for Microsoft Windows, it is not
13227 considered a full &quot;Graphical User Interface&quot; application. 
13228 Yet, many of the controls that Windows users are accustomed to seeing, 
13229 such as scrollbars and toolbars, are available.
13232 PC-Alpine offers considerable mouse support.  You can view what is
13233 &quot;click-able&quot; by dragging your mouse over any screen; when the
13234 arrow cursor changes into a hand, you found something. Mouse-click
13235 possibilities include navigating between screens and folders and
13236 double-clicking on hyperlinks to open your Web browser.
13237 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13238 screen.  Examples of right-click options include &quot;copy&quot; after
13239 selecting text to copy and &quot;View in New Window&quot; when you click
13240 on a particular message in the Message Index. The menu choices available
13241 to you will vary based upon what screen is open, where on the screen your
13242 cursor is located, and even what action you have already taken.
13245 &lt;End of help on this topic&gt;
13246 </BODY>
13247 </HTML>
13248 ===== h_composer =====
13249 <HTML>
13250 <HEAD>
13251 <TITLE>COMPOSER COMMANDS</TITLE>
13252 </HEAD>
13253 <BODY>
13254 <H1>COMPOSER COMMANDS</H1>
13256 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>
13257 &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>
13258 &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>
13259 &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>
13260 &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>
13261 &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>
13262 &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>
13263 &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>
13264 &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>
13265 &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>
13266 ---------------------------------------|&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>
13267 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>
13268 &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>
13269 &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>
13270 &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>
13273 NOTE:
13274 <OL>
13275  <LI>For help on a particular command, highlight the bold text associated
13276 with it above and hit Return.
13277  <LI> The availability of certain commands
13278 is determined by Alpine configuration files and system capabilities.
13279 At some sites, certain commands may not be available due to security or
13280 support concerns.
13281  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13282 Ctrl-&#92;, ESC.
13283  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13284 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13285 </OL>
13288 HINT: To move rapidly to the bottom of a message you are composing,
13289 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13290 with the Mark and Cut commands to eliminate large amounts of unwanted
13291 text in a Reply.
13293 <H2>Description of Composer</H2>
13295 Alpine has a built-in editing program that allows you to compose messages
13296 without having to leave Alpine.  The editor is designed to be very simple to
13297 use so that you can get started writing email right away.
13300 Messages are usually just text, about 80 columns wide.  Using upper and
13301 lower case is encouraged.  On some systems the size limit of the message
13302 is about 100,000 characters, which is about 2,000 lines.  You can include
13303 punctuation and special characters found on most keyboards, but you can't
13304 include characters with diacritical marks and certain special symbols.
13307 Text automatically wraps as you type past the end of a line so you do not
13308 have to hit return.  Using the
13309 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13310 you can also reformat text explicitly, perhaps after you have
13311 deleted some text.
13314 You can include other text files with the 
13315 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13316 which will prompt you for the name of the file to insert at the
13317 current cursor postion.
13320 <UL>
13321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13322 </UL>
13324 &lt;End of help on this topic&gt;
13325 </BODY>
13326 </HTML>
13327 ====== h_composer_browse =====
13328 <HTML>
13329 <HEAD>
13330 <TITLE>BROWSER</TITLE>
13331 </HEAD>
13332 <BODY>
13333 <H1>BROWSER</H1>
13334 This screen lets you browse your files and directories.  To go to another 
13335 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13336 choose &quot;Select&quot; (the default choice on the menu); 
13337 or choose &quot;Goto&quot; and enter the name of the directory.
13338 <!--chtml if pinemode="os_windows"-->
13339 <!--chtml else--> 
13340 In Unix Alpine, you may use 
13341 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13342 to another's home directory.  
13343 <!--chtml endif--><P>
13344 To select a file, move the cursor to it and 
13345 choose &quot;Select&quot; (the default choice on the menu).  
13347 <UL>
13348 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13349 inclusion in the 
13350 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13351 the 
13352 &quot;----- Message Text -----&quot; line
13353 while composing, then &quot;To Files&quot;):  Since the file 
13354 selected will become part of the message text, it must be in a format 
13355 suitable for that (Alpine does not check!), such as a plain text file.
13356 Files of other formats (for example, graphics, databases, software 
13357 programs) should be 
13358 <B>attached</B> to the message instead --
13359 by moving the cursor in the COMPOSE MESSAGE screen into the 
13360 message header area and pressing 
13361 <!--chtml if pinemode="function_key"-->
13363 <!--chtml else-->
13364 Ctrl-J.
13365 <!--chtml endif--> 
13367 <P><LI>
13368 Note <B>if</B> you are currently using the BROWSER for saving a message 
13369 attachment, or exporting a message, to a file: You can use the Add command to 
13370 provide the name for a new file to save/export to, and then select that name 
13371 to use it for the save/export operation.  Back at the prompt 
13372 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13373 either Overwrite or Append (it doesn't make a difference, since the file is 
13374 so far empty).  Note: If you cancel the 
13375 operation at that point, the file created with the Add command will remain 
13376 0 bytes in size.
13378 </UL>
13379 <P><UL>
13380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13381 </UL>
13383 &lt;End of help on this topic&gt;
13384 </BODY>
13385 </HTML>
13386 ====== h_composer_ins =====
13387 <HTML>
13388 <HEAD>
13389 <TITLE>INSERT TEXT FILE</TITLE>
13390 </HEAD>
13391 <BODY>
13392 <H1>INSERT TEXT FILE</H1>
13394 Use this function to insert a text file. The file name
13395 given can be an absolute file path name for your system
13396 <!--chtml if pinemode="os_windows"-->
13397 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13398 with a relative pathname, or simply a file name without
13399 drive or directory specification.  
13400 <!--chtml else-->
13401 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13402 a file in your home directory, or a file path relative to your 
13403 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13404 your home directory or &quot;~user&quot; to refer to another
13405 account's home directory.
13406 <!--chtml endif-->
13408 No wild card characters may be used.  
13409 The file must reside on the system running Alpine.
13411 If the 
13412 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13413 feature is set, names are relative to your current working directory 
13414 <!--chtml if pinemode="running"-->
13415 (which, at least for your current Alpine &quot;session,&quot; 
13416 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13417 <!--chtml endif-->
13418 rather than your home directory
13419 <!--chtml if pinemode="running"-->
13420 (which, in the present configuration of your system, is
13421  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13422 <!--chtml endif-->
13424 <P><UL>
13425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13426 </UL>
13428 &lt;End of help on this topic&gt;
13429 </BODY>
13430 </HTML>
13431 ====== h_composer_ins_m =====
13432 <HTML>
13433 <HEAD>
13434 <TITLE>INSERT MESSAGE</TITLE>
13435 </HEAD>
13436 <BODY>
13437 <H1>INSERT MESSAGE</H1>
13439 Type in the number of a message in the currently open folder to insert it
13440 into your message.
13441 <P><UL>
13442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13443 </UL>
13445 &lt;End of help on this topic&gt;
13446 </BODY>
13447 </HTML>
13448 ====== h_composer_search =====
13449 <HTML>
13450 <HEAD>
13451 <TITLE>Explanation of Composer Whereis Command </TITLE>
13452 </HEAD>
13453 <BODY>
13454 <H1>Help For Whereis Command</H1>
13456 Whereis is used to search the message for a word or part of a word.
13457 When searching in the composer, only the message part of your mail is
13458 searched, and the cursor is put on the first occurrence appearing
13459 after the location of the cursor.  The search will wrap to the
13460 beginning of the message when it no longer finds matches in the
13461 remainder of the message.
13463 To search for the same string a second time, press 
13464 <!--chtml if pinemode="function_key"-->
13465 &quot;F6&quot;
13466 <!--chtml else-->
13467 &quot;^W&quot;
13468 <!--chtml endif-->
13469 to begin search and then just press RETURN to accept the previous
13470 search string shown in square brackets rather than entering a new
13471 search string.<P>
13473 The &quot;Search&quot; prompt has several sub-command available:
13475 <DL>
13476 <DT>Get Help</DT>
13477 <DD> Takes you to this help page.
13479 <DT>Cancel</DT>
13480 <DD> Cancels the prompt.  No search takes place.
13482 <DT>First Line</DT>
13483 <DD> Takes you back to the composer with the cursor on the first character
13484 of the first line of text.
13486 <DT>Last Line</DT>
13487 <DD> Takes you back to the composer with the cursor on the last character
13488 of the last line of text.
13490 <DT>Replace (Optional)</DT>
13491 <DD> This sub-command is enabled by the 
13492 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13493 feature (which is on by default); see its help screen for details on how replacing works.
13495 </DL>
13497 &lt;End of help on this topic&gt;
13498 </BODY>
13499 </HTML>
13500 ====== h_sigedit_search =====
13501 <HTML>
13502 <HEAD>
13503 <TITLE>Explanation of Whereis Command </TITLE>
13504 </HEAD>
13505 <BODY>
13506 <H1>Help For Whereis Command</H1>
13508 Whereis is used to search for a word or part of a word.
13509 When searching the cursor is put on the first occurrence appearing
13510 after the location of the cursor.  The search will wrap to the
13511 beginning of the signature when it no longer finds matches in the
13512 remainder of the signature.
13514 To search for the same string a second time, press 
13515 <!--chtml if pinemode="function_key"-->
13516 &quot;F6&quot;
13517 <!--chtml else-->
13518 &quot;^W&quot;
13519 <!--chtml endif-->
13520 to begin search and then just press RETURN to accept the previous
13521 search string shown in square brackets rather than entering a new
13522 search string.<P>
13524 The &quot;Search&quot; prompt has several sub-command available:
13526 <DL>
13527 <DT>Get Help</DT>
13528 <DD> Takes you to this help page.
13530 <DT>Cancel</DT>
13531 <DD> Cancels the prompt.  No search takes place.
13533 <DT>First Line</DT>
13534 <DD> Takes you back to the composer with the cursor on the first character
13535 of the first line of text.
13537 <DT>Last Line</DT>
13538 <DD> Takes you back to the composer with the cursor on the last character
13539 of the last line of text.
13541 <DT>Replace (Optional)</DT>
13542 <DD> This sub-command is enabled by the 
13543 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13544 feature (which is on by default); see its help screen for details on how replacing works.
13546 </DL>
13548 &lt;End of help on this topic&gt;
13549 </BODY>
13550 </HTML>
13551 ======= h_composer_to ====
13552 <HTML>
13553 <HEAD>
13554 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13555 </HEAD>
13556 <BODY>
13557 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13559 <H2>The &quot;To:&quot; field</H2>
13560 The address you enter here must be a valid email address that is reachable
13561 from your site. 
13563 <H2>Email Address Format</H2>
13564 You may enter a full name and email address, 
13565 <!--chtml if pinemode="os_windows"-->
13566 <!--chtml else-->
13567 a local (meaning, on the same 
13568 host as the one you are running Alpine on) username that Alpine will
13569 complete for you, 
13570 <!--chtml endif-->
13571 the nickname of someone in a 
13572 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13573 mail alias defined by your system administrator.  When you move the cursor
13574 out of this field, the nicknames will be expanded to the addresses in your
13575 address book, and the local usernames will be expanded to include the 
13576 persons' actual names.  You may enter as many addresses as you wish, but they 
13577 must be separated by commas.  You can move around this and other header fields
13578 with the arrow keys and use many of the usual composer editing keys.
13580 <UL>
13581 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13582 </UL>
13585 <H2>MESSAGE HEADER COMMANDS</H2>
13586 <!--chtml if pinemode="function_key"-->
13587 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13588 ^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>
13589 ^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>
13590 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13591 ^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>
13592 ^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>
13593 ^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>
13594 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>
13595 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>
13596 ^@&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>
13597 ----------------------------------------|<BR>
13598 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13599 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>
13600 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>
13601 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>
13602 <!--chtml else-->
13603 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13604 ^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>
13605 ^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>
13606 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13607 ^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>
13608 ^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>
13609 ^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>
13610 ^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>
13611 ^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>
13612 ^@&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>
13613 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13614 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>
13615 ^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>
13616 ^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>
13617 ^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>
13618 <!--chtml endif-->
13621 NOTE:
13622 <OL>
13623  <LI>For help on a particular command, highlight the bold text associated
13624 with it above and hit Return.
13625  <LI> The availability of certain commands 
13626 is determined by Alpine configuration files and system capabilities.
13627 At some sites, certain commands may not be available due to security or
13628 support concerns.
13629 </OL>
13632 <UL>   
13633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13634 </UL><P>
13635 &lt;End of help on this topic&gt;
13636 </BODY>
13637 </HTML>
13638 ======= h_composer_cc ====
13639 <HTML>
13640 <HEAD>
13641 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13642 </HEAD>
13643 <BODY>
13644 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13645 The Cc: field is just like the To: field, except it is used for addressees
13646 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13647 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13648 them to see the message.  The only difference the recipients see is that their 
13649 name is in the Cc: field, rather than the To: field.
13651 For help with Cc: field editing
13652 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13654 <UL>
13655 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13656 </UL>
13658 <UL>   
13659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13660 </UL><P>
13661 &lt;End of help on this topic&gt;
13662 </BODY>
13663 </HTML>
13664 ======= h_composer_bcc ====
13665 <HTML>
13666 <HEAD>
13667 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13668 </HEAD>
13669 <BODY>
13670 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13671 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13672 a copy of the message to one or more people whose addresses you do not
13673 wish disclosed, either to reduce clutter or for confidentiality.
13675 The format of the Bcc: field is just the same as the To: and Cc: fields in
13676 the way the addresses are entered.  The recipients listed here will
13677 receive a copy of the message, but --assuming your site's mail transport
13678 software is properly configured-- their addresses will not show up in the
13679 headers of the message, as delivered to all of the recipients.  The To:
13680 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13682 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13683 will automatically generate and place in the To: field a pseudo-address of 
13684   &quot;undisclosed-recipients: ;&quot;
13685 or whatever string has been specified in the 
13686 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13687 variable.
13689 The reason for this is to avoid embarrassment caused by some Internet
13690 mail transfer software that interprets a &quot;missing&quot; To: header as 
13691 an error and replaces it with an Apparently-to: header that may contain
13692 the addresses you entered on the Bcc: line.  In addition, it may be
13693 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13695 You can manipulate what text ends up on the (originally) empty To:
13696 field.  Just remember to put a colon and semicolon at the end of the
13697 field, which is a special notation denoting that it is not a real address.
13699 For information on message header editing
13700 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13702 <UL>
13703 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13704 </UL>
13706 <UL>   
13707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13708 </UL><P>
13709 &lt;End of help on this topic&gt;
13710 </BODY>
13711 </HTML>
13712 ======= h_composer_lcc ====
13713 <HTML>
13714 <HEAD>
13715 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13716 </HEAD>
13717 <BODY>
13718 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13719 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13720 you wish to send a message to a list of people but avoid having all
13721 of their addresses visible, in order to reduce clutter when the
13722 message is received.
13724 It is similar to the 
13725 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13726 in that individual
13727 addressees are hidden, but Lcc is designed to work specifically with
13728 distribution lists you have created in your 
13729 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13730 the nickname of the list on the Lcc line will result in the full name of
13731 your Alpine Address Book list being placed on the To: line of the message,
13732 using a special notation that distinguishes it from a real address. You
13733 must leave the To: line blank for your list name to appear there.
13735 For example, if you have this list entered in your Address Book:<PRE>
13737         largo         Key Largo List       DISTRIBUTION LIST:
13738                                            bogie@mgm.com
13739                                            lauren@mgm.com
13740                                            walter@mgm.com</PRE>
13743 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13744 the result is:<PRE>
13746         To      : Key Largo List: ;
13747         Cc      :
13748         Bcc     :
13749         Fcc     : sent-mail
13750         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13751                   lauren@mgm.com,
13752                   walter@mgm.com
13753         Subject :</PRE>
13755 Each recipient listed on the Lcc: line receives a copy of the message
13756 without their address being visible (as though they were listed on the
13757 Bcc: line). The colon-semicolon notation used to put the full-name of the
13758 list on the To: line is a special address format that doesn't specify any
13759 actual addressees, but does give some information to the recipients of the
13760 message.
13762 Note: if after entering an LCC, you delete the list name that is placed
13763 on the To: line, then recipients will see <PRE>
13764        To: undisclosed-recipients: ;</PRE>
13766 (or whatever string is defined in the 
13767 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13768 variable) just as in the BCC case. 
13770 For help with Lcc: field editing
13771 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13773 <UL>
13774 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13775 </UL>
13777 <UL>   
13778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13779 </UL><P>
13780 &lt;End of help on this topic&gt;
13781 </BODY>
13782 </HTML>
13783 ======= h_composer_from =======
13784 <HTML>
13785 <HEAD>
13786 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13787 </HEAD>
13788 <BODY>
13789 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13791 This header carries your return address.  It is the address toward which
13792 replies (and often, future unrelated correspondence) will be directed,
13793 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13794 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13795 sure this address is correct.
13797 For help with message header editing
13798 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13800 <UL>
13801 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13802 </UL>
13804 <UL>   
13805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13806 </UL><P>
13807 &lt;End of help on this topic&gt;
13808 </BODY>
13809 </HTML>
13810 ======= h_composer_reply_to =======
13811 <HTML>
13812 <HEAD>
13813 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13814 </HEAD>
13815 <BODY>
13816 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13818 Most people should not need this header. The Reply-To: header is used in
13819 cases where you would like replies to your messages to be directed to an
13820 address other than your normal &quot;From:&quot; address.  This is atypical, 
13821 but can happen when you use multiple machines and do not have the same account
13822 name on each one, or when you wish to direct certain replies to accounts
13823 or folders designated for specific classes of correspondence.
13825 For help with message header editing
13826 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13828 <UL>
13829 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13830 </UL>
13833 <UL>   
13834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13835 </UL><P>
13836 &lt;End of help on this topic&gt;
13837 </BODY>
13838 </HTML>
13839 ======= h_composer_custom_addr ====
13840 <HTML>
13841 <HEAD>
13842 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13843 </HEAD>
13844 <BODY>
13845 <H1>CUSTOMIZED HEADER FIELD</H1>
13846 This is a customized header, i.e. not one that is part of Alpine's normal
13847 set of Compose headers.
13849 For help with message header editing
13850 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13852 <UL>
13853 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13854 </UL>
13856 <UL>   
13857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13858 </UL><P>
13859 &lt;End of help on this topic&gt;
13860 </BODY>
13861 </HTML>
13862 ======= h_composer_custom_free ====
13863 <HTML>
13864 <HEAD>
13865 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13866 </HEAD>
13867 <BODY>
13868 <H1>CUSTOMIZED HEADER FIELD</H1>
13869 This is a customized header, i.e. not one that is part of Alpine's normal
13870 set of Compose headers.
13872 This field consists of arbitrary text.
13874 For help with message header editing
13875 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13877 <UL>   
13878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13879 </UL><P>
13880 &lt;End of help on this topic&gt;
13881 </BODY>
13882 </HTML>
13883 ====== h_composer_news =====
13884 <HTML>
13885 <HEAD>
13886 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13887 </HEAD>
13888 <BODY>
13889 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13890 Use the newsgroups line to specify any and all USENET newsgroups to which
13891 your message should be posted.  When composing a message from scratch, this
13892 line may be hidden.  If so, just press the rich headers command
13893 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13894 to make it visible.
13896 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13897 people will be reading your message.  Also, you or your system manager
13898 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13899 in order for you to be able to post.
13901 For help with message header editing
13902 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13903 <P><UL>
13904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13905 </UL>
13907 &lt;End of help on this topic&gt;
13908 </BODY>
13909 </HTML>
13910 ======= h_composer_fcc ====
13911 <HTML>
13912 <HEADER>
13913 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13914 </HEADER>
13915 <BODY>
13916 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13917 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13918 each outgoing message.  The default value can be configured with the
13919 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13920 the file carbon copy on any message you send by editing the FCC header.<p>
13922 You may type ^T to get a list of all your folders and select one to use as
13923 the FCC for this message.<P>
13925 For help with message header editing
13926 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13928 <UL>   
13929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13930 </UL><P>
13931 &lt;End of help on this topic&gt;
13932 </BODY>
13933 </HTML>
13934 ======= h_composer_subject ====
13935 <HTML>
13936 <HEADER>
13937 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13938 </HEADER>
13939 <BODY>
13940 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13942 The subject header provides a place to enter a few words that summarize
13943 the topic of the message you are sending.  You may leave this line blank,
13944 but it is considered a courtesy to use a meaningful subject.<p>
13946 For help with message header editing
13947 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13949 <UL>   
13950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13951 </UL><P>
13952 &lt;End of help on this topic&gt;
13953 </BODY>
13954 </HTML>
13955 ======= h_composer_attachment ====
13956 <HTML>
13957 <HEAD>
13958 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13959 </HEAD>
13960 <BODY>
13961 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13963 The &quot;Attchmnt:&quot; field is where you specify what file or
13964 files you'd like attached to
13965 the message you are composing.  Those files must reside on the machine
13966 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13967 account on a Unix machine, you'll have to transfer it before attaching it.
13968 Contact local computer support people for assistance with transferring.
13971 The file name
13972 given can be an absolute file path name for your system
13973 <!--chtml if pinemode="os_windows"-->
13974 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13975 with a relative pathname, or simply a file name without
13976 drive or directory specification.  
13977 <!--chtml else-->
13978 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13979 a file in your home directory, or a file path relative to your 
13980 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13981 your home directory or &quot;~user&quot; to refer to another
13982 account's home directory.
13983 <!--chtml endif--><P>
13984 No wild card characters may be used.
13985 <P>If the 
13986 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13987 feature is set, names are relative to your current working directory 
13988 <!--chtml if pinemode="running"-->
13989 (which, at least for your current Alpine &quot;session,&quot; 
13990 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13991 <!--chtml endif-->
13992 rather than your home directory
13993 <!--chtml if pinemode="running"-->
13994 (which, in the present configuration of your system, is
13995  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13996 <!--chtml endif-->
13999 Alpine uses MIME encoding for attachments, so binaries and files of any
14000 length can safely be delivered to any MIME-capable mail reading program.
14001 If you send an attachment to someone who does not have a MIME-capable mail
14002 reading program yet, then the main message text will be readable, but
14003 attachments (even attachments that are just plain text) are not.
14006 Typing the filename on the Attchmnt: line achieves the same
14007 result as using the 
14008 <!--chtml if pinemode="function_key"-->
14010 <!--chtml else-->
14011 Ctrl-J
14012 <!--chtml endif--> command.
14015 If you Forward a message with attachments, you may delete them from your
14016 Forwarded message by editing the Attchmnt header line.
14019 For help with message header editing
14020 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14022 <UL>   
14023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14024 </UL><P>
14025 &lt;End of help on this topic&gt;
14026 </BODY>
14027 </HTML>
14028 ======= h_composer_ctrl_j ====
14029 <HTML>
14030 <HEAD>
14031 <TITLE>COMPOSER ATTACH</TITLE>
14032 </HEAD>
14033 <BODY>
14034 After the
14035 <!--chtml if pinemode="function_key"-->
14037 <!--chtml else-->
14038 Ctrl-J
14039 <!--chtml endif--> command:
14040 At the &quot;File to attach:&quot; prompt, enter the name of the 
14041 existing file to attach to your message.  
14042 When the feature
14043 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14044 is set
14045 you need only enter the beginning of the filename (enough of it to uniquely 
14046 identify the file) and press TAB to complete it.
14048 Or, press ^T to use the BROWSER screen for 
14049 selecting the file.  <P>
14050 For more information on attaching files, see the help screen for the 
14051 composer's 
14052 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14053 but can be revealed using the 
14054 <!--chtml if pinemode="function_key"-->
14056 <!--chtml else-->
14057 Ctrl-R
14058 <!--chtml endif--> 
14059 command with the cursor positioned above the
14060 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14062 &lt;End of help on this topic&gt;
14063 </BODY>
14064 </HTML>
14065 ======= h_edit_nav_cmds =========
14066 <HTML>
14067 <HEAD>
14068 <TITLE>Composer Editing Commands Explained</TITLE>
14069 </HEAD>
14070 <BODY>
14071 <H1>EDITING and NAVIGATION COMMANDS</H1>
14072 <!--chtml if pinemode="function_key"-->
14073 <PRE>
14074 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14075 ^B (Left Arrow)    Back character       | ^D       Delete current character
14076 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14077 ^P (Up Arrow)      Previous line        |
14078 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14079 ^A                 Beginning of line    |            delete current line
14080 ^E                 End of line          | F10      Undelete line(s)
14081 F7                 Previous page        |
14082 F8                 Next page            |-------------------------------------
14083 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14084 ----------------------------------------|
14085 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14086 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14087 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14088 </PRE>
14089 <!--chtml else-->
14090 <PRE>
14091 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14092 ^B (Left Arrow)    Back character       | ^D       Delete current character
14093 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14094 ^P (Up Arrow)      Previous line        |
14095 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14096 ^A                 Beginning of line    |            delete current line
14097 ^E                 End of line          | ^U       Undelete line(s)
14098 ^Y                 Previous page        |
14099 ^V                 Next page            |-------------------------------------
14100 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14101 ----------------------------------------|
14102 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14103 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14104 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14105 </PRE>
14106 <!--chtml endif-->
14107 &lt;End of help on this topic&gt;
14108 </BODY>
14109 </HTML>
14110 ===== h_composer_sigedit =====
14111 <HTML>
14112 <HEAD>
14113 <TITLE>Signature Editor Commands Explained</TITLE>
14114 </HEAD>
14115 <BODY>
14116 <H1>SIGNATURE EDITOR COMMANDS</H1>
14117 <!--chtml if pinemode="function_key"-->
14118 <PRE>
14119 CURSOR MOTION KEYS                     |EDITING KEYS
14120   ^B (Left Arrow)   Back character     | ^D       Delete current character
14121   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14122   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14123   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14124   ^A                Beginning of line  |           delete current line
14125   ^E                End of line        | F10       Paste text, undelete lines
14126   F7                Previous page      |           cut with ^K, or unjustify
14127   F8                Next page          |-------------------------------------
14128   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14129 ---------------------------------------| F6       Whereis (search for string)
14130 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14131  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14132                  |  ^Z    Suspend      | ^L       Redraw Screen
14133  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14134 </PRE>
14135 <!--chtml else-->
14136 <PRE>
14137 CURSOR MOTION KEYS                     |EDITING KEYS
14138   ^B (Left Arrow)   Back character     | ^D       Delete current character
14139   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14140   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14141   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14142   ^A                Beginning of line  |           delete current line
14143   ^E                End of line        | ^U        Paste text, undelete lines
14144   ^Y                Previous page      |           cut with ^K, or unjustify
14145   ^V                Next page          |-------------------------------------
14146   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14147 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14148 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14149  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14150                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14151  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14152 </PRE>
14153 <!--chtml endif-->
14155 NOTE: The presence or absence of the following commands is determined
14156 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14157 some of these commands may be administratively disabled by your system
14158 manager; if they don't work, please check with your local help desk
14159 before reporting a bug.
14161 <UL>
14162  <LI>Suspend (suspends Alpine and gives a system prompt)
14163  <LI>Alternate editor (allows you to compose with your own editor)
14164 </UL>
14167 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14168 Ctrl-&#92;, ESC
14171 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14172 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14174 &lt;End of help on this topic&gt;
14175 </BODY>
14176 </HTML>
14177 ===== h_composer_commentedit =====
14178 <HTML>
14179 <HEAD>
14180 <TITLE>Comment Editor Commands Explained</TITLE>
14181 </HEAD>
14182 <BODY>
14183 <H1>COMMENT EDITOR COMMANDS</H1>
14184 <!--chtml if pinemode="function_key"-->
14185 <PRE>
14186 CURSOR MOTION KEYS                     |EDITING KEYS
14187   ^B (Left Arrow)   Back character     | ^D       Delete current character
14188   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14189   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14190   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14191   ^A                Beginning of line  |           delete current line
14192   ^E                End of line        | F10       Paste text, undelete lines
14193   F7                Previous page      |           cut with ^K, or unjustify
14194   F8                Next page          |-------------------------------------
14195   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14196 ---------------------------------------| F6       Whereis (search for string)
14197 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14198  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14199                  |  ^Z    Suspend      | ^L       Redraw Screen
14200  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14201 </PRE>
14202 <!--chtml else-->
14203 <PRE>
14204 CURSOR MOTION KEYS                     |EDITING KEYS
14205   ^B (Left Arrow)   Back character     | ^D       Delete current character
14206   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14207   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14208   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14209   ^A                Beginning of line  |           delete current line
14210   ^E                End of line        | ^U        Paste text, undelete lines
14211   ^Y                Previous page      |           cut with ^K, or unjustify
14212   ^V                Next page          |-------------------------------------
14213   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14214 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14215 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14216  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14217                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14218  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14219 </PRE>
14220 <!--chtml endif-->
14222 NOTE: The presence or absence of the following commands is determined
14223 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14224 some of these commands may be administratively disabled by your system
14225 manager; if they don't work, please check with your local help desk
14226 before reporting a bug.
14228 <UL>
14229  <LI>Suspend (suspends Alpine and gives a system prompt)
14230  <LI>Alternate editor (allows you to compose with your own editor)
14231 </UL>
14234 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14235 Ctrl-&#92;, ESC
14238 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14239 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14241 &lt;End of help on this topic&gt;
14242 </BODY>
14243 </HTML>
14244 ======= h_composer_abook_nick =======
14245 <HTML>
14246 <HEAD>
14247 <TITLE>Addressbook Nickname Explained</TITLE>
14248 </HEAD>
14249 <BODY>
14250 This is a short nickname for this address book entry.  If it is used in
14251 place of an address from the composer, the composer will fill in the
14252 address(es) for the entry that matches the nickname. 
14255 Look <A HREF="h_edit_nav_cmds">here</A>
14256 to see the available Editing and Navigation commands.
14258 &lt;End of help on this topic&gt;
14259 </BODY>
14260 </HTML>
14261 ======= h_composer_abook_full =======
14262 <HTML>
14263 <HEAD>
14264 <TITLE>Addressbook Fullname Explained</TITLE>
14265 </HEAD>
14266 <BODY>
14267 This is the full name field for this entry.  If this is going to be a
14268 distribution list (more than one address), it should be a descriptive
14269 phrase describing the list.  It will be included in the mail header if you
14270 put the list in the To: or CC: field, or in the To: line if you put the
14271 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14272 leave any of the other fields blank, too). If this address book entry is
14273 going to be a simple entry with just one address, then this field is the
14274 person's name. When you send mail to this entry, this is the field to the
14275 left of the brackets. That is, it is the most readable part of the 
14276 address. For example, in the sample address:
14277 <PRE>
14278        John Doe &lt;jdoe@some.domain&gt;
14279 </PRE>
14280 "John Doe" is the full name field. If you are sorting your address book
14281 with one of the options that uses full names, then it might be useful to
14282 enter the full name as "Last, First", for example:
14283 <PRE>
14284        Doe, John
14285 </PRE>
14286 so that it will be sorted using Doe instead of John. This will be changed
14287 back into John Doe when you use it.
14289 Look <A HREF="h_edit_nav_cmds">here</A>
14290 to see the available Editing and Navigation commands.
14292 &lt;End of help on this topic&gt;
14293 </BODY>
14294 </HTML>
14295 ======= h_composer_abook_fcc =======
14296 <HTML>
14297 <HEAD>
14298 <TITLE>Addressbook Fcc Explained</TITLE>
14299 </HEAD>
14300 <BODY>
14301 If this entry is the first one in the To: line of an outgoing message,
14302 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14303 you would normally get (which depends on which
14304 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14305 you've chosen). 
14307 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14308 that you don't want any Fcc associated with this entry.
14310 Look <A HREF="h_edit_nav_cmds">here</A>
14311 to see the available Editing and Navigation commands.
14313 &lt;End of help on this topic&gt;
14314 </BODY>
14315 </HTML>
14316 ====== h_config_combined_abook_display =====
14317 <HTML>
14318 <HEAD>
14319 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14320 </HEAD>
14321 <BODY>
14322 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14324 This feature affects the address book display screens.
14325 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14326 will cause the remaining address books and directory servers to disappear
14327 from the screen, leaving only the entries of the expanded address book.
14328 If this feature is set, then the other address books will remain on the screen,
14329 so that all of the address books can be present at once.
14332 The way that commands work won't be changed.
14333 For example, the Select All command will select all of the entries in the
14334 current address book, not all of the entries in all of the address books.
14335 The WhereIs command will change a little.
14336 It will search through all of the text on the screen plus all of the entries
14337 from expanded address books.
14340 When this feature is set, the setting of the feature
14341 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14342 has an effect.
14344 &lt;End of help on this topic&gt;
14345 </BODY>
14346 </HTML>
14347 ====== h_config_titlebar_color_style =====
14348 <HTML>
14349 <HEAD>
14350 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14351 </HEAD>
14352 <BODY>
14353 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14355 This option affects the colors used to display the titlebar (the top
14356 line on the screen) when viewing a message.
14359 The available options include:
14362 <DL>
14363 <DT>default</DT>
14364 <DD>The color of the titlebar will be the color you set for the
14365 <A HREF="h_config_title_color">Title Color</A>.
14366 The Title Color may be set by using the
14367 <A HREF="h_color_setup">Setup Kolor</A> screen.
14368 </DD>
14370 <DT>indexline</DT>
14371 <DD>The color of the titlebar will be the same as the color of the
14372 index line corresponding to the message being viewed.
14373 The rules that determine what color the index line will be may be set
14374 up by going to the Setup/Rules/Indexcolor screen.
14375 If the index line for a message is not colored explicitly by the
14376 Indexcolor rules, then the titlebar will be colored the same as for
14377 the &quot;default&quot; option above (which is not the same color that
14378 the index line itself will have).
14379 </DD>
14381 <DT>reverse-indexline</DT>
14382 <DD>This is similar to the &quot;indexline&quot; option except the
14383 foreground and background colors from the corresponding index line will
14384 be reversed.
14385 For example, if the index line color is red letters on a white background,
14386 then the titlebar will be white letters on a red background.
14387 If the index line for a message is not colored explicitly by the
14388 Indexcolor rules, then the titlebar will be colored the same as for
14389 the &quot;default&quot; option above (which is not the same color that
14390 the index line itself will have).
14391 </DD>
14392 </DL>
14396 <UL>   
14397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14398 </UL><P>
14399 &lt;End of help on this topic&gt;
14400 </BODY>
14401 </HTML>
14402 ====== h_config_index_color_style =====
14403 <HTML>
14404 <HEAD>
14405 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14406 </HEAD>
14407 <BODY>
14408 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14410 This option affects the colors used to display the current line in the
14411 MESSAGE INDEX screen.
14412 If you do not have Index Color Rules defined, then this option will
14413 have no effect in the index.
14414 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14416 If the option
14417 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14418 is turned on and the
14419 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14420 is set to something other than the default, then
14421 this option also affects the color used to display the current folder
14422 in the Incoming FOLDER LIST screen.
14425 The available options include:
14428 <DL>
14429 <DT>flip-colors</DT>
14430 <DD>This is the default.
14431 If an index line is colored because it matches one of your
14432 Index Color Rules, then its colors will be reversed when it is the currently
14433 highlighted line.
14434 For example, if the line is normally red text on a blue background, then
14435 when it is the current line it will be drawn as blue text on a red background.
14437 The rest of the option values all revert to this flip-colors behavior if
14438 there is no Reverse Color defined.
14439 </DD>
14441 <DT>reverse</DT>
14442 <DD>With this option the Reverse color is always used to highlight the
14443 current line.
14444 </DD>
14446 <DT>reverse-fg</DT>
14447 <DD>The foreground part of the Reverse Color is used to highlight
14448 the current line.
14449 If this would cause the text to be unreadable (because the foreground and
14450 background colors are the same) or if it would cause no change in the
14451 color of the index line, then the colors are flipped instead.
14453 Some people think this works particularly well if you use different
14454 background colors to emphasize &quot;interesting&quot; lines,
14455 but always with the same Normal foreground color,
14456 and you use a different foreground color for the Reverse Color.
14457 </DD>
14459 <DT>reverse-fg-no-ambiguity</DT>
14460 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14461 the resulting color will be exactly the same as the regular Reverse
14462 Color.
14463 That can lead to some possible confusion because an
14464 &quot;interesting&quot;
14465 line that is the current line will be displayed exactly the same as a
14466 non-interesting line that is current.
14467 You can't tell whether the line is just a regular current line or if it is
14468 an &quot;interesting&quot; current line by looking at the color.
14469 Setting the option to this value removes that ambiguity.
14470 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14471 interesting current line would look just like a non-interesting current line.
14472 In that case, the interesting line's colors are simply flipped (like in the
14473 default behavior).
14475 As an alternative way to preserve the line's interestingness in this case,
14476 you may find that using both a different foreground and a different
14477 background color for the interesting line will help.
14478 </DD>
14480 <DT>reverse-bg</DT>
14481 <DD>The background part of the Reverse Color is used to highlight
14482 the current line.
14483 If this would cause the text to be unreadable (because the foreground and
14484 background colors are the same) or if it would cause no change in the
14485 color of the index line, then the colors are flipped instead.
14487 Some people think this works particularly well if you use different
14488 foreground colors to emphasize &quot;interesting&quot; lines,
14489 but always with the same Normal background color,
14490 and you use a different background color for the Reverse Color.
14491 </DD>
14493 <DT>reverse-bg-no-ambiguity</DT>
14494 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14495 rule may also result in a color that is exactly the same as the regular
14496 Reverse Color.
14497 Setting the option to this value removes that ambiguity.
14498 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14499 current line has the same color as the Reverse Color.
14500 In that case, the interesting line's colors are simply flipped (like in the
14501 default behavior).
14502 </DD>
14503 </DL>
14507 <UL>   
14508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14509 </UL><P>
14510 &lt;End of help on this topic&gt;
14511 </BODY>
14512 </HTML>
14513 ====== h_config_expanded_addrbooks =====
14514 <HTML>
14515 <HEAD>
14516 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14517 </HEAD>
14518 <BODY>
14519 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14521 If multiple address books (either personal or global) are defined, and you
14522 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14523 screen, then set this feature. This feature will have no effect unless the
14524 feature
14525 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14526 is also set.
14528 &lt;End of help on this topic&gt;
14529 </BODY>
14530 </HTML>
14531 ====== h_config_combined_folder_display =====
14532 <HTML>
14533 <HEAD>
14534 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14535 </HEAD>
14536 <BODY>
14537 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14539 This feature affects the folder list display screens.
14540 Normally, each folder list is viewed within its collection only.  This
14541 command allows folder lists to be viewed within a single screen that
14542 combines the contents of all collections.
14545 The way that commands work won't be changed.
14546 For example, the Select All command will select all of the folders in the
14547 current collection, not all of the entries in all of the collections.
14548 The WhereIs command will change a little.
14549 It will search through all of the folders in the current collection as well
14550 as all the folder in any other expanded collection.
14553 When this feature is set, the setting of the feature
14554 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14555 has an effect.
14557 &lt;End of help on this topic&gt;
14558 </BODY>
14559 </HTML>
14560 ====== h_config_combined_subdir_display =====
14561 <HTML>
14562 <HEAD>
14563 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14564 </HEAD>
14565 <BODY>
14566 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14568 This feature affects the Folder List screen when
14570 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14571 feature is enabled.  Normally, selecting a directory from the Folder
14572 List takes you into a new screen displaying only the contents of
14573 that directory.
14576 Enabling this feature will cause the contents of the selected
14577 directory to be
14578 displayed within the boundaries of the &quot;Collection&quot; it
14579 is a part of.  All previously displayed collections will remain
14580 in the screen.
14583 The way that commands work won't be changed.
14584 For example, the Select All command will select all of the folders in the
14585 directory, as opposed to all of the entries in all of the collections.
14586 The WhereIs command will change a little.
14587 It will search through all of the folders in the current collection as well
14588 as all the folder in any other expanded collection.
14591 &lt;End of help on this topic&gt;
14592 </BODY>
14593 </HTML>
14594 ====== h_config_separate_fold_dir_view =====
14595 <HTML>
14596 <HEAD>
14597 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14598 </HEAD>
14599 <BODY>
14600 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14602 This feature affects folder collections wherein a folder
14603 and directory can have the same name.  By default, Alpine displays them
14604 only once, denoting that it is both a folder and directory by appending
14605 the folder name with the hierarchy character enclosed
14606 in square brackets.
14610 Enabling this feature will cause Alpine to display such names
14611 separately marking the name representing a directory with a trailing
14612 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14615 The feature also alters the command set slightly.  By default, the
14616 right-arrow descends into the directory, while hitting the Return key will
14617 cause the folder by that name to be opened.
14620 With this feature set, the Return key will open the highlighted folder, or
14621 enter the highlighted directory.
14624 &lt;End of help on this topic&gt;
14625 </BODY>
14626 </HTML>
14627 ====== h_config_expanded_folders =====
14628 <HTML>
14629 <HEAD>
14630 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14631 </HEAD>
14632 <BODY>
14633 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14635 If multiple folder collections are defined, and you
14636 wish to have them all expanded implicitly upon entering the FOLDER LIST
14637 screen, then set this feature. This feature will have no effect unless the
14638 feature
14639 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14640 is also set.
14642 &lt;End of help on this topic&gt;
14643 </BODY>
14644 </HTML>
14645 ======= h_config_ldap_server =======
14646 <HTML>
14647 <HEAD>
14648 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14649 </HEAD>
14650 <BODY>
14651 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14652 This is the name of the host where an LDAP server is running.
14653 For redundancy, this may be a space-delimited set of server names, in which
14654 case the first server that answers is used.
14655 Each of the server names may be optionally followed by
14656 a colon and a port number.
14657 If this form is used then the port number configured below in the
14658 <EM>port</EM> field is not used.
14660 To find out whether your organization has its own LDAP server, 
14661 contact its computing support staff.
14662 <P><UL>
14663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14664 </UL>
14666 &lt;End of help on this topic&gt;
14667 </BODY>
14668 </HTML>
14669 ======= h_config_ldap_base =======
14670 <HTML>
14671 <HEAD>
14672 <TITLE>LDAP OPTION: Search-Base</TITLE>
14673 </HEAD>
14674 <BODY>
14675 <H1>LDAP OPTION: Search-Base</H1>
14677 This is the search base to be used on this server.  It functions as a filter 
14678 by restricting your searches in the LDAP server database
14679 to the specified contents of the specified fields.  Without it, searches 
14680 submitted to this directory server may fail.  It might be something
14681 like:
14683 <PRE>
14684       O = &lt;Your Organization Name&gt;, C = US
14685 </PRE>
14686 or it might be blank.  
14687 (Some LDAP servers actually ignore anything specified here.)
14689 If in doubt what parameters you should specify here, 
14690 contact the maintainers of the LDAP server.
14691 <P><UL>
14692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14693 </UL>
14695 &lt;End of help on this topic&gt;
14696 </BODY>
14697 </HTML>
14698 ======= h_config_ldap_port =======
14699 <HTML>
14700 <HEAD>
14701 <TITLE>LDAP OPTION: Port</TITLE>
14702 </HEAD>
14703 <BODY>
14704 <H1>LDAP OPTION: Port</H1>
14706 This is the TCP port number to be used with this LDAP server. If you leave
14707 this blank port 389 will be used.
14709 &lt;End of help on this topic&gt;
14710 </BODY>
14711 </HTML>
14712 ======= h_config_ldap_nick =======
14713 <HTML>
14714 <HEAD>
14715 <TITLE>LDAP OPTION: Nickname</TITLE>
14716 </HEAD>
14717 <BODY>
14718 <H1>LDAP OPTION: Nickname</H1>
14720 This is a nickname to be used in displays. If you don't supply a
14721 nickname the server name
14722 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14723 will be used instead.  This option is strictly for your convenience.
14725 &lt;End of help on this topic&gt;
14726 </BODY>
14727 </HTML>
14728 ======= h_config_ldap_binddn =======
14729 <HTML>
14730 <HEAD>
14731 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14732 </HEAD>
14733 <BODY>
14734 <H1>LDAP OPTION: Bind-DN</H1>
14736 You may need to authenticate to the LDAP server before you are able to use it.
14737 This is the Distinguished Name to bind to when authenticating to this server.
14738 Try leaving this blank until you know you need it.
14740 Alpine only knows about LDAP Simple authentication.
14741 It does not attempt LDAP SASL authentication.
14742 The DN and password will be sent in the clear unless TLS encryption is
14743 being used on this connection.
14744 Because of this, you may want to set the LDAP feature
14745 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14746 or the feature
14747 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14748 if you are going to be providing a password.
14749 <P><UL>
14750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14751 </UL>
14753 &lt;End of help on this topic&gt;
14754 </BODY>
14755 </HTML>
14756 ======= h_config_ldap_opts_impl =======
14757 <HTML>
14758 <HEAD>
14759 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14760 </HEAD>
14761 <BODY>
14762 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14764 Set this to have lookups done to this server implicitly from the composer.
14765 If an address doesn't look like a fully-qualified address, it will be looked
14766 up in your address books, and if it doesn't match a nickname there, then it
14767 will be looked up on the LDAP servers that have this feature set.
14768 The lookups will also be done when using the address completion feature
14769 (TAB command) in the composer if any of the serves have this feature set.
14770 Also see the LDAP feature
14771 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14772 and the Setup/Config feature
14773 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14775 &lt;End of help on this topic&gt;
14776 </BODY>
14777 </HTML>
14778 ======= h_config_ldap_opts_tls =======
14779 <HTML>
14780 <HEAD>
14781 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14782 </HEAD>
14783 <BODY>
14784 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14786 When connecting to this server Alpine will attempt to use TLS encryption
14787 on the connection.
14788 Also see the closely related feature
14789 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14791 &lt;End of help on this topic&gt;
14792 </BODY>
14793 </HTML>
14794 ======= h_config_ldap_opts_tlsmust =======
14795 <HTML>
14796 <HEAD>
14797 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14798 </HEAD>
14799 <BODY>
14800 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14802 When connecting to this server Alpine will attempt to use TLS encryption
14803 on the connection.
14804 If the StartTLS operation fails then the connection will not be used.
14806 &lt;End of help on this topic&gt;
14807 </BODY>
14808 </HTML>
14809 ====== h_config_ldap_opts_rhs =====
14810 <HTML>
14811 <HEAD>
14812 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14813 </HEAD>
14814 <BODY>
14815 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14817 Normally implicit LDAP lookups from the composer are done only for the
14818 strings you type in from the composer screen. In other words, you type in
14819 something in the To or CC field and press return, then the string is looked up.
14820 First that string is looked up in your address books. If a match is found
14821 there, then the results of that match are looked up again. If you place
14822 a string in your address book that you want to have looked up on the LDAP
14823 directory server, you need to turn on this feature. If you set this feature
14824 for a server, you almost always will also want to set the
14825 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14826 feature. An example might serve to best illustrate this feature.
14828 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14829 entry with an
14830 address of pres@whitehouse.gov, then you might put an entry in your address
14831 book that looks like:
14833 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14834 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14836 Now, when you type &quot;bill&quot; into an
14837 address field in the composer Alpine will
14838 find the &quot;bill&quot; entry in your address book.
14839 It will replace &quot;bill&quot; with
14840 &quot;William Clinton&quot;.
14841 It will then search for an entry with that nickname
14842 in your address book and not find one. If this feature
14843 is set, Alpine will then attempt to lookup
14844 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14845 pres@whitehouse.gov.
14847 A better way to accomplish the same thing is probably to use the feature
14848 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14850 &lt;End of help on this topic&gt;
14851 </BODY>
14852 </HTML>
14853 ====== h_config_ldap_opts_ref =====
14854 <HTML>
14855 <HEAD>
14856 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14857 </HEAD>
14858 <BODY>
14859 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14861 Normally when you save the results of an LDAP directory lookup to your
14862 address book the results of the lookup are saved. If this feature is set
14863 and the entry being saved was found on this directory server, then the
14864 search criteria is saved instead of the results of the search. When this
14865 address book entry is used in the future, instead of copying the results
14866 from the address book the directory lookup will be done again. This could
14867 be useful if the copied result might become stale because the data on
14868 the directory server changes (for example, the entry's email address changes).
14869 You probably don't want to set this feature if the server is at all slow or
14870 unreliable.
14872 The way this actually works is that instead of saving the email address
14873 in your address book, Alpine saves enough information to look up the same
14874 directory entry again. In particular, it saves the server name and the
14875 distinguished name of the entry. It's possible that the server administrators
14876 might change the format of distinguished names on the server, or that the
14877 entry might be removed from the server. If Alpine notices this, you will be warned
14878 and a backup copy of the email address will be used. You may want to create
14879 a new entry in this case, since you will get the annoying warning every
14880 time you use the old entry. You may do that by Saving the entry to a new
14881 nickname in the same address book. You will be asked whether or not you
14882 want to use the backup email address.
14884 A related feature in the Setup/Config screen is
14885 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14887 &lt;End of help on this topic&gt;
14888 </BODY>
14889 </HTML>
14890 ======= h_config_ldap_opts_nosub =======
14891 <HTML>
14892 <HEAD>
14893 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14894 </HEAD>
14895 <BODY>
14896 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14898 Spaces in your input are normally handled specially.
14899 Each space character is replaced
14902 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14904 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14905 The reason this is done is so the input string
14907 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14909 (which is converted to &quot;Greg* Donald&quot;) will match
14910 the names &quot;Greg Donald&quot;,
14911 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14912 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14913 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14914 then it would also match the name &quot;Greg Donaldson&quot;.
14916 Turning on this feature will disable this substitution.
14918 &lt;End of help on this topic&gt;
14919 </BODY>
14920 </HTML>
14921 ====== h_config_ldap_searchtypes =======
14922 <HTML>
14923 <HEAD>
14924 <TITLE>LDAP OPTION: Search-Type</TITLE>
14925 </HEAD>
14926 <BODY>
14927 <H1>LDAP OPTION: Search-Type</H1>
14929 This affects the way that LDAP searches are done.
14930 In particular, this tells the server where to look for the string to be matched.
14931 If set to &quot;name&quot; then the string that is being searched for will
14932 be compared with the string in the
14933 &quot;Name&quot; field on the server
14934 (technically, it is the &quot;commonname&quot; field on the server).
14935 &quot;Surname&quot; means we're looking for a
14936 match in the &quot;Surname&quot; field on the
14937 server (actually the &quot;sn&quot; field).
14938 &quot;Givenname&quot; really is &quot;givenname&quot;
14939 and &quot;email&quot; is the electronic mail address (this is actually the field
14940 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14941 The other three types are combinations of
14942 the types listed so far. &quot;Name-or-email&quot;
14943 means the string should appear
14944 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14945 Likewise, &quot;surname-or-givenname&quot;
14946 means &quot;surname&quot; OR &quot;givenname&quot;
14947 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14949 This search TYPE is combined with the
14950 search <A HREF="h_config_ldap_searchrules">RULE</A>
14951 to form the actual search query.
14953 The usual default value for this
14954 option is &quot;sur-or-given-or-name-or-email&quot;.
14955 This type of search may be slow on some servers.
14956 Try &quot;name-or-email&quot;, which is often
14957 faster, or just &quot;name&quot; if the performance seems to be a problem.
14959 Some servers have been configured with different attribute names for
14960 these four fields.
14961 In other words, instead of using the attribute name &quot;mail&quot;
14962 for the email address field, the server might be configured to use something
14963 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14964 Alpine can be configured to use these different attribute names by using
14965 the four configuration options:
14966 <P><UL>
14967 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14968 </UL>
14969 <P><UL>
14970 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14971 </UL>
14972 <P><UL>
14973 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14974 </UL>
14975 <P><UL>
14976 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14977 </UL>
14979 &lt;End of help on this topic&gt;
14980 </BODY>
14981 </HTML>
14982 ====== h_config_ldap_searchrules =======
14983 <HTML>
14984 <HEAD>
14985 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14986 </HEAD>
14987 <BODY>
14988 <H1>LDAP OPTION: Search-Rule</H1>
14990 This affects the way that LDAP searches are done.
14991 If set to &quot;equals&quot; then
14992 only exact matches count.
14993 &quot;Contains&quot; means that the string you type in
14994 is a substring of what you are matching against.
14995 &quot;Begins-with&quot; and &quot;ends-with&quot;
14996 mean that the string starts or ends with the string you type in.
14998 Spaces in your input are normally handled specially, but you can turn that
14999 special handling off with the
15000 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15001 feature.
15003 The usual default value for this option is &quot;begins-with&quot;.
15005 &lt;End of help on this topic&gt;
15006 </BODY>
15007 </HTML>
15008 ======= h_config_ldap_email_attr =======
15009 <HTML>
15010 <HEAD>
15011 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15012 </HEAD>
15013 <BODY>
15014 <H1>LDAP OPTION: EmailAttribute</H1>
15016 This is the name of the attribute that is searched for when looking for
15017 an email address. The default value for this option is &quot;mail&quot; or
15018 &quot;electronicmail&quot;.
15019 If the server you are using uses a different attribute name for the email
15020 address, put that attribute name here.
15022 This will affect the search filter used if your Search-Type is one that
15023 contains a search for &quot;email&quot;.
15024 It will also cause the attribute value matching this attribute name to be used
15025 as the email address when you look up an entry from the composer.
15027 &lt;End of help on this topic&gt;
15028 </BODY>
15029 </HTML>
15030 ======= h_config_ldap_sn_attr =======
15031 <HTML>
15032 <HEAD>
15033 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15034 </HEAD>
15035 <BODY>
15036 <H1>LDAP OPTION: SurnameAttribute</H1>
15038 This is the name of the attribute that is searched for when looking for
15039 the surname of the entry. The default value for this option is &quot;sn&quot;.
15040 If the server you are using uses a different attribute name for the surname,
15041 put that attribute name here.
15042 This will affect the search filter used if your Search-Type is one that
15043 contains a search for &quot;surname&quot;.
15045 &lt;End of help on this topic&gt;
15046 </BODY>
15047 </HTML>
15048 ======= h_config_ldap_gn_attr =======
15049 <HTML>
15050 <HEAD>
15051 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15052 </HEAD>
15053 <BODY>
15054 <H1>LDAP OPTION: GivennameAttribute</H1>
15056 This is the name of the attribute that is searched for when looking for
15057 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15058 If the server you are using uses a different attribute name for the given name,
15059 put that attribute name here.
15060 This will affect the search filter used if your Search-Type is one that
15061 contains a search for &quot;givenname&quot;.
15063 &lt;End of help on this topic&gt;
15064 </BODY>
15065 </HTML>
15066 ======= h_config_ldap_cn_attr =======
15067 <HTML>
15068 <HEAD>
15069 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15070 </HEAD>
15071 <BODY>
15072 <H1>LDAP OPTION: NameAttribute</H1>
15074 This is the name of the attribute that is searched for when looking for
15075 the name of the entry. The default value for this option is &quot;cn&quot;, which
15076 stands for common name.
15077 If the server you are using uses a different attribute name for the name,
15078 put that attribute name here.
15079 This will affect the search filter used if your Search-Type is one that
15080 contains a search for &quot;name&quot;.
15082 &lt;End of help on this topic&gt;
15083 </BODY>
15084 </HTML>
15085 ======= h_config_ldap_time =======
15086 <HTML>
15087 <HEAD>
15088 <TITLE>LDAP OPTION: Timelimit</TITLE>
15089 </HEAD>
15090 <BODY>
15091 <H1>LDAP OPTION: Timelimit</H1>
15093 This places a limit on the number of seconds the LDAP search will continue.
15094 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15095 may place limits of their own on searches.
15097 &lt;End of help on this topic&gt;
15098 </BODY>
15099 </HTML>
15100 ======= h_config_ldap_size =======
15101 <HTML>
15102 <HEAD>
15103 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15104 </HEAD>
15105 <BODY>
15106 <H1>LDAP OPTION: Sizelimit</H1>
15108 This places a limit on the number of entries returned by the LDAP server.
15109 A value of 0 means no limit. The default is 0. Note that some servers
15110 may place limits of their own on searches.
15112 &lt;End of help on this topic&gt;
15113 </BODY>
15114 </HTML>
15115 ======= h_config_ldap_cust =======
15116 <HTML>
15117 <HEAD>
15118 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15119 </HEAD>
15120 <BODY>
15121 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15123 This one is for advanced users only! If you define this, then the
15124 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15125 However, the feature
15126 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15127 is still in effect.
15128 That is, the space substitution will take place even in a custom filter unless
15129 you disable it.
15131 If your LDAP service stops working and you suspect it might be because
15132 of your custom filter, just delete this filter and try using the
15133 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15134 Another option that sometimes causes trouble is the
15135 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15137 This variable may be set to the string representation of an LDAP search
15138 filter (see RFC1960). In the places where you want the address string to be
15139 substituted in, put a '%s' in this filter string. Here are some examples:
15141 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15142 is equivalent to the &quot;Custom-Search-Filter&quot;
15143 <PRE>
15144      (cn=%s*)
15145 </PRE>
15146 When you try to match against the string &quot;string&quot; the program replaces
15147 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15148 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15150 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15151 of &quot;contains&quot; is equivalent to
15152 <PRE>
15153      (|(cn=*%s*)(mail=*%s*))
15154 </PRE>
15156 If your server uses a different attribute <EM>name</EM> than
15157 Alpine uses by default,
15158 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15159 then you may be able to use one or more of the four attribute configuration
15160 options instead of defining a custom filter:
15161 <P><UL>
15162 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15163 </UL>
15164 <P><UL>
15165 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15166 </UL>
15167 <P><UL>
15168 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15169 </UL>
15170 <P><UL>
15171 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15172 </UL>
15174 &lt;End of help on this topic&gt;
15175 </BODY>
15176 </HTML>
15177 ======= h_composer_abook_comment =======
15178 <HTML>
15179 <HEAD>
15180 <TITLE>Addressbook Comment Explained</TITLE>
15181 </HEAD>
15182 <BODY>
15183 This is a comment to help you remember what this entry is. The WhereIs
15184 command searches comments so that it is easier to find an entry with a comment
15185 you know about attached to it. This field is not used in the outgoing message.
15187 Look <A HREF="h_edit_nav_cmds">here</A>
15188 to see the available Editing and Navigation commands.
15190 &lt;End of help on this topic&gt;
15191 </BODY>
15192 </HTML>
15193 ======= h_composer_abook_addrs =======
15194 <HTML>
15195 <HEAD>
15196 <TITLE>Addressbook Lists</TITLE>
15197 </HEAD>
15198 <BODY>
15199 <H1>Addressbook Lists</H1>
15201 This is a list of addresses to send to when sending to this address book
15202 entry.  Each member of the list may be an address or another nickname from
15203 any of your address books.  If it is an address, it is OK to include the
15204 full name field as well as the electronic address portion of that address.
15205 For example, the following are all legitimate entries in this field:
15207 <DL><DT>&nbsp;</DT>
15208 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15209 <DD>jdoe@some.domain
15210 <DD>John Doe &lt;jdoe@some.domain&gt;
15211 </DL>
15213 The addresses should be listed separated by commas, just like you would
15214 enter them from the composer.
15218 The only difference between a distribution list and a simple entry with a
15219 single address, is that a distribution list has more than one address   
15220 listed in the Addresses: field, whereas a simple personal entry has just  
15221 one address.
15225 For individual address book entries, if there is a full name in the
15226 Fullname: field (filling in the Fullname: field is not required), it is
15227 used.  If the full name is specified in the Address: field and not in the
15228 Fullname: field, then the full name from the Address: field is used.
15232 If you type the nickname of a distribution list from one of your address 
15233 books in the Lcc: field, then the full name of that list is used in the  
15234 To: field.  If you put a list in the To: or Cc: fields, that list will be
15235 expanded into all of its addresses.  If the list has a full name, then
15236 that will appear at the beginning of the addresses.
15238 <DL><DT>&nbsp;</DT>
15239 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15240 &lt;sal@here.there&gt;
15241 </DL>
15243 If the first address in the distribution list also has a full name, then
15244 the list full name and that full name are combined into something like the
15245 following:
15247 <DL><DT>&nbsp;</DT>
15248 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15249 </DL>
15252 If you specify a list via Lcc, the full name is used in the To: line.  If
15253 you specify a list in the To: or Cc: fields, then it uses the same method
15254 as for individual entries for filling in the full name.
15258 For help with editing and navigation commands, check the Help for the
15259 Nickname: field.
15262 &lt;End of help on this topic&gt;
15263 </BODY>
15264 </HTML>
15265 ======= h_config_role_nick =======
15266 <HTML>
15267 <HEAD>
15268 <TITLE>Nickname Explained</TITLE>
15269 </HEAD>
15270 <BODY>
15271 <H1>Nickname Explained</H1>
15273 This is a nickname to help you.
15274 You should have a different nickname for each role you define.
15275 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15276 pick a role to edit.
15277 It will also be used when you send a message to let you know you are
15278 sending with a different role than you use by default, and
15279 it will be useful for choosing a role when composing with the Role command
15280 or when composing with one of the Role Uses set to With Confirmation.
15281 This field is not used in the outgoing message.
15283 Look <A HREF="h_edit_nav_cmds">here</A>
15284 to see the available Editing and Navigation commands.
15286 &lt;End of help on this topic&gt;
15287 </BODY>
15288 </HTML>
15289 ======= h_config_role_comment =======
15290 <HTML>
15291 <HEAD>
15292 <TITLE>Comment Explained</TITLE>
15293 </HEAD>
15294 <BODY>
15295 <H1>Comment Explained</H1>
15297 This is a comment to help you.
15298 This comment does not play any functional role, it is simply an optional
15299 comment to help you remember what the rule is for.
15301 Look <A HREF="h_edit_nav_cmds">here</A>
15302 to see the available Editing and Navigation commands.
15304 &lt;End of help on this topic&gt;
15305 </BODY>
15306 </HTML>
15307 ======= h_config_other_nick =======
15308 <HTML>
15309 <HEAD>
15310 <TITLE>Nickname Explained</TITLE>
15311 </HEAD>
15312 <BODY>
15313 <H1>Nickname Explained</H1>
15315 This is a nickname to help you.
15316 You should have a different nickname for each rule you define.
15317 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15318 pick a rule to edit.
15320 Look <A HREF="h_edit_nav_cmds">here</A>
15321 to see the available Editing and Navigation commands.
15323 &lt;End of help on this topic&gt;
15324 </BODY>
15325 </HTML>
15326 ======= h_config_score_nick =======
15327 <HTML>
15328 <HEAD>
15329 <TITLE>Nickname Explained</TITLE>
15330 </HEAD>
15331 <BODY>
15332 <H1>Nickname Explained</H1>
15334 This is a nickname to help you.
15335 You should have a different nickname for each scoring rule you define.
15336 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15337 pick a rule to edit.
15339 Look <A HREF="h_edit_nav_cmds">here</A>
15340 to see the available Editing and Navigation commands.
15342 &lt;End of help on this topic&gt;
15343 </BODY>
15344 </HTML>
15345 ======= h_config_incol_nick =======
15346 <HTML>
15347 <HEAD>
15348 <TITLE>Nickname Explained</TITLE>
15349 </HEAD>
15350 <BODY>
15351 <H1>Nickname Explained</H1>
15353 This is a nickname to help you.
15354 You should have a different nickname for each color rule you define.
15355 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15356 pick a rule to edit.
15358 Look <A HREF="h_edit_nav_cmds">here</A>
15359 to see the available Editing and Navigation commands.
15361 &lt;End of help on this topic&gt;
15362 </BODY>
15363 </HTML>
15364 ======= h_config_filt_nick =======
15365 <HTML>
15366 <HEAD>
15367 <TITLE>Nickname Explained</TITLE>
15368 </HEAD>
15369 <BODY>
15370 <H1>Nickname Explained</H1>
15372 This is a nickname to help you.
15373 You should have a different nickname for each filtering rule you define.
15374 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15375 pick a rule to edit.
15377 Look <A HREF="h_edit_nav_cmds">here</A>
15378 to see the available Editing and Navigation commands.
15380 &lt;End of help on this topic&gt;
15381 </BODY>
15382 </HTML>
15383 ======= h_config_score_topat =======
15384 <HTML>
15385 <HEAD>
15386 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15387 </HEAD>
15388 <BODY>
15389 <H1>&quot;To:&quot; Pattern Explained</H1>
15391 Any text you enter as the &quot;To pattern&quot;
15392 will be compared to the recipients from the To: line of
15393 the message being scored.
15394 When the text you entered matches
15395 all or part of the To: line of a message, then the Score Value
15396 you have specified will be added to the score for the message.
15397 (Any other non-blank parts of the Pattern must match, too.)
15400 You may enter a complete email address, part of an address, or a
15401 list of addresses or partial addresses.
15402 For example:
15405 <PRE>
15406  To pattern = friend@public.com
15408  To pattern = rated.net
15410  To pattern = xxx@adults.com
15411               admin@msn.com
15412               fool@motleyfool.com
15413 </PRE>
15416 Each of those are valid To patterns.
15419 Messages match those patterns if any of the
15420 addresses in the To: line of the message contains the pattern.
15421 If the pattern is a list of patterns
15422 (like the last example above) then it is a match if any of the patterns in
15423 the list match any of the addresses in the To: line.
15424 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15425 present for a match.
15426 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15427 address2 must be present.
15428 That is exactly what using a list does.)
15431 Some messages may be &quot;bounced&quot; to you, and will
15432 have a &quot;Resent-To:&quot; header line.
15433 If the message contains a Resent-To: line
15434 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15435 Alpine will look for
15436 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15437 the original To: line.
15440 When entering a pattern, you may choose an address from your address book
15441 with the &quot;T&quot; command.
15444 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15445 &quot;!&quot; &quot;toggle NOT&quot; command.
15446 This changes the meaning of the To pattern so that it has the opposite meaning.
15447 It will be considered a match if there are no matches between the
15448 addresses in the To: line and the list of To patterns.
15450 Don't make the mistake of putting the &quot;!&quot; in the data field for
15451 the pattern.
15452 For example, if you type the characters &quot;!frizzle&quot; into the To
15453 pattern, the pattern will look like:
15455 <PRE>
15456  To pattern = !frizzle
15457 </PRE>
15459 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15460 In order to match messages that do not have &quot;frizzle&quot; in
15461 their To field, first type the characters &quot;frizzle&quot; followed
15462 by carriage return for the value of the To pattern, then negate it
15463 by typing the &quot;!&quot; command.
15464 It should end up looking like
15466 <PRE>
15467  ! To pattern = frizzle
15468 </PRE>
15470 You are not limited to using the six standard header patterns that are
15471 normally shown (To, From, Sender, Cc, News, and Subject).
15472 You may add any other header to a Pattern by
15473 using the &quot;eXtraHdr&quot; command to specify a different
15474 message header line; and then the Add or Change command to fill in
15475 a pattern for the new header line, just like you would for a standard header.
15477 A technicality: Since comma is the character used to separate multiple
15478 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15479 you want to include a literal comma in the field.
15480 In other words, if you type a backslash followed by a comma it will
15481 be interpreted as a comma by Alpine, instead of as a separator between
15482 pattern values.
15483 All other backslashes are literal backslashes and should not be escaped.
15485 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15486 for more information on Patterns.
15488 Look <A HREF="h_edit_nav_cmds">here</A>
15489 to see the available Editing and Navigation commands.
15491 &lt;End of help on this topic&gt;
15492 </BODY>
15493 </HTML>
15494 ======= h_config_incol_topat =======
15495 <HTML>
15496 <HEAD>
15497 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15498 </HEAD>
15499 <BODY>
15500 <H1>&quot;To:&quot; Pattern Explained</H1>
15502 Any text you enter as the &quot;To pattern&quot;
15503 will be compared to the recipients from the To: lines of
15504 the messages in the index.
15505 When the text you entered matches
15506 all or part of the To: line of a message, then the Index Line Color you have
15507 specified will be used for that line in the index.
15508 (Any other non-blank parts of the Pattern must match, too.)
15511 You may enter a complete email address, part of an address, or a
15512 list of addresses or partial addresses.
15513 For example:
15516 <PRE>
15517  To pattern = friend@public.com
15518  To pattern = rated.net
15519  To pattern = xxx@adults.com
15520               admin@msn.com
15521               fool@motleyfool.com
15522 </PRE>
15525 Each of those are valid To patterns.
15528 Messages match those patterns if any of the
15529 addresses in the To: line of the message contains the pattern.
15530 If the pattern is a list of patterns
15531 (like the last example above) then it is a match if any of the patterns in
15532 the list match any of the addresses in the To: line.
15533 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15534 present for a match.
15535 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15536 address2 must be present.
15537 That is exactly what using a list does.)
15540 Some messages may be &quot;bounced&quot; to you, and will
15541 have a &quot;Resent-To:&quot; header line.
15542 If the message contains a Resent-To: line
15543 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15544 Alpine will look for
15545 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15546 the original To: line.
15549 When entering a pattern, you may choose an address from your address book
15550 with the &quot;T&quot; command.
15553 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15554 &quot;!&quot; &quot;toggle NOT&quot; command.
15555 This changes the meaning of the To pattern so that it has the opposite meaning.
15556 It will be considered a match if there are no matches between the
15557 addresses in the To: line and the list of To patterns.
15559 Don't make the mistake of putting the &quot;!&quot; in the data field for
15560 the pattern.
15561 For example, if you type the characters &quot;!frizzle&quot; into the To
15562 pattern, the pattern will look like:
15564 <PRE>
15565  To pattern = !frizzle
15566 </PRE>
15568 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15569 In order to match messages that do not have &quot;frizzle&quot; in
15570 their To field, first type the characters &quot;frizzle&quot; followed
15571 by carriage return for the value of the To pattern, then negate it
15572 by typing the &quot;!&quot; command.
15573 It should end up looking like
15575 <PRE>
15576  ! To pattern = frizzle
15577 </PRE>
15580 You are not limited to using the six standard header patterns that are
15581 normally shown (To, From, Sender, Cc, News, and Subject).
15582 You may add any other header to a Pattern by
15583 using the &quot;eXtraHdr&quot; command to specify a different
15584 message header line; and then the Add or Change command to fill in
15585 a pattern for the new header line, just like you would for a standard header.
15587 A technicality: Since comma is the character used to separate multiple
15588 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15589 you want to include a literal comma in the field.
15590 In other words, if you type a backslash followed by a comma it will
15591 be interpreted as a comma by Alpine, instead of as a separator between
15592 pattern values.
15593 All other backslashes are literal backslashes and should not be escaped.
15595 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15596 for more information on Patterns.
15598 Look <A HREF="h_edit_nav_cmds">here</A>
15599 to see the available Editing and Navigation commands.
15601 &lt;End of help on this topic&gt;
15602 </BODY>
15603 </HTML>
15604 ======= h_config_other_topat =======
15605 <HTML>
15606 <HEAD>
15607 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15608 </HEAD>
15609 <BODY>
15610 <H1>&quot;To:&quot; Pattern Explained</H1>
15612 For some of the OTHER RULES actions, there is no message that is being
15613 compared against.
15614 If that is the case, then only the Current Folder Type is checked.
15615 In particular, this To pattern is ignored.
15616 Actions that fall into this category include both
15617 Sort Order and Index Format.
15619 A technicality: Since comma is the character used to separate multiple
15620 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15621 you want to include a literal comma in the field.
15622 In other words, if you type a backslash followed by a comma it will
15623 be interpreted as a comma by Alpine, instead of as a separator between
15624 pattern values.
15625 All other backslashes are literal backslashes and should not be escaped.
15627 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15628 for more information on Patterns.
15630 Look <A HREF="h_edit_nav_cmds">here</A>
15631 to see the available Editing and Navigation commands.
15633 &lt;End of help on this topic&gt;
15634 </BODY>
15635 </HTML>
15636 ======= h_config_filt_topat =======
15637 <HTML>
15638 <HEAD>
15639 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15640 </HEAD>
15641 <BODY>
15642 <H1>&quot;To:&quot; Pattern Explained</H1>
15644 Any text you enter as the &quot;To pattern&quot;
15645 will be compared to the recipients from the To: line of
15646 messages when Alpine opens folders.
15647 When the text you entered matches
15648 all or part of the To: line of a message, then the Filter Action you have
15649 specified will be carried out.
15650 (Any other non-blank parts of the Pattern must match, too.)
15653 You may enter a complete email address, part of an address, or a
15654 list of addresses or partial addresses.
15655 For example:
15658 <PRE>
15659  To pattern = friend@public.com
15660  To pattern = rated.net
15661  To pattern = xxx@adults.com
15662               admin@msn.com
15663               fool@motleyfool.com
15664 </PRE>
15667 Each of those are valid To patterns.
15670 Messages match those patterns if any of the
15671 addresses in the To: line of the message contains the pattern.
15672 If the pattern is a list of patterns
15673 (like the last example above) then it is a match if any of the patterns in
15674 the list match any of the addresses in the To: line.
15675 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15676 present for a match.
15677 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15678 address2 must be present.
15679 That is exactly what using a list does.)
15682 Some messages may be &quot;bounced&quot; to you, and will
15683 have a &quot;Resent-To:&quot; header line.
15684 If the message contains a Resent-To: line
15685 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15686 Alpine will look for
15687 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15688 the original To: line.
15691 When entering a pattern, you may choose an address from your address book
15692 with the &quot;T&quot; command.
15695 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15696 &quot;!&quot; &quot;toggle NOT&quot; command.
15697 This changes the meaning of the To pattern so that it has the opposite meaning.
15698 It will be considered a match if there are no matches between the
15699 addresses in the To: line and the list of To patterns.
15701 Don't make the mistake of putting the &quot;!&quot; in the data field for
15702 the pattern.
15703 For example, if you type the characters &quot;!frizzle&quot; into the To
15704 pattern, the pattern will look like:
15706 <PRE>
15707  To pattern = !frizzle
15708 </PRE>
15710 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15711 In order to match messages that do not have &quot;frizzle&quot; in
15712 their To field, first type the characters &quot;frizzle&quot; followed
15713 by carriage return for the value of the To pattern, then negate it
15714 by typing the &quot;!&quot; command.
15715 It should end up looking like
15717 <PRE>
15718  ! To pattern = frizzle
15719 </PRE>
15722 You are not limited to using the six standard header patterns that are
15723 normally shown (To, From, Sender, Cc, News, and Subject).
15724 You may add any other header to a Pattern by
15725 using the &quot;eXtraHdr&quot; command to specify a different
15726 message header line; and then the Add or Change command to fill in
15727 a pattern for the new header line, just like you would for a standard header.
15729 A technicality: Since comma is the character used to separate multiple
15730 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15731 you want to include a literal comma in the field.
15732 In other words, if you type a backslash followed by a comma it will
15733 be interpreted as a comma by Alpine, instead of as a separator between
15734 pattern values.
15735 All other backslashes are literal backslashes and should not be escaped.
15737 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15738 for more information on Patterns.
15740 Look <A HREF="h_edit_nav_cmds">here</A>
15741 to see the available Editing and Navigation commands.
15743 &lt;End of help on this topic&gt;
15744 </BODY>
15745 </HTML>
15746 ======= h_config_role_topat =======
15747 <HTML>
15748 <HEAD>
15749 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15750 </HEAD>
15751 <BODY>
15752 <H1>&quot;To:&quot; Pattern Explained</H1>
15754 Any text you enter as the &quot;To pattern&quot;
15755 will be compared to the recipients from the To: line of
15756 the message being replied to or forwarded.
15757 (Any other non-blank parts of the Pattern must match, too.)
15758 In the case of the Compose command, this pattern and the other header
15759 patterns are ignored.
15762 You may enter a complete email address, part of an address, or a
15763 list of addresses or partial addresses.
15764 For example:
15767 <PRE>
15768  To pattern = friend@public.com
15769  To pattern = rated.net
15770  To pattern = xxx@adults.com
15771               admin@msn.com
15772               fool@motleyfool.com
15773 </PRE>
15776 Each of those are valid To patterns.
15779 Messages match those patterns if any of the
15780 addresses in the To: line of the message contains the pattern.
15781 If the pattern is a list of patterns
15782 (like the last example above) then it is a match if any of the patterns in
15783 the list match any of the addresses in the To: line.
15784 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15785 present for a match.
15786 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15787 address2 must be present.
15788 That is exactly what using a list does.)
15791 Some messages may be &quot;bounced&quot; to you, and will
15792 have a &quot;Resent-To:&quot; header line.
15793 If the message contains a Resent-To: line
15794 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15795 Alpine will look for
15796 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15797 the original To: line.
15800 When entering a pattern, you may choose an address from your address book
15801 with the &quot;T&quot; command.
15804 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15805 &quot;!&quot; &quot;toggle NOT&quot; command.
15806 This changes the meaning of the To pattern so that it has the opposite meaning.
15807 It will be considered a match if there are no matches between the
15808 addresses in the To: line and the list of To patterns.
15810 Don't make the mistake of putting the &quot;!&quot; in the data field for
15811 the pattern.
15812 For example, if you type the characters &quot;!frizzle&quot; into the To
15813 pattern, the pattern will look like:
15815 <PRE>
15816  To pattern = !frizzle
15817 </PRE>
15819 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15820 In order to match messages that do not have &quot;frizzle&quot; in
15821 their To field, first type the characters &quot;frizzle&quot; followed
15822 by carriage return for the value of the To pattern, then negate it
15823 by typing the &quot;!&quot; command.
15824 It should end up looking like
15826 <PRE>
15827  ! To pattern = frizzle
15828 </PRE>
15831 You are not limited to using the six standard header patterns that are
15832 normally shown (To, From, Sender, Cc, News, and Subject).
15833 You may add any other header to a Pattern by
15834 using the &quot;eXtraHdr&quot; command to specify a different
15835 message header line; and then the Add or Change command to fill in
15836 a pattern for the new header line, just like you would for a standard header.
15838 A technicality: Since comma is the character used to separate multiple
15839 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15840 you want to include a literal comma in the field.
15841 In other words, if you type a backslash followed by a comma it will
15842 be interpreted as a comma by Alpine, instead of as a separator between
15843 pattern values.
15844 All other backslashes are literal backslashes and should not be escaped.
15846 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15847 for more information on Patterns.
15849 Look <A HREF="h_edit_nav_cmds">here</A>
15850 to see the available Editing and Navigation commands.
15852 &lt;End of help on this topic&gt;
15853 </BODY>
15854 </HTML>
15855 ======= h_config_role_frompat =======
15856 <HTML>
15857 <HEAD>
15858 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15859 </HEAD>
15860 <BODY>
15861 <H1>&quot;From:&quot; Pattern Explained</H1>
15863 This is just like the &quot;To pattern&quot; except that it is compared with
15864 the address in the From: line of the message
15865 instead of the addresses from the To: line.
15866 See the help for the To pattern for more information on header patterns.
15868 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15869 for more information on Patterns.
15871 Look <A HREF="h_edit_nav_cmds">here</A>
15872 to see the available Editing and Navigation commands.
15874 &lt;End of help on this topic&gt;
15875 </BODY>
15876 </HTML>
15877 ======= h_config_role_senderpat =======
15878 <HTML>
15879 <HEAD>
15880 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15881 </HEAD>
15882 <BODY>
15883 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15885 This is just like the &quot;To pattern&quot; except that it is compared with
15886 the address from the Sender: line of the message
15887 instead of the addresses from the To: line.
15888 See the help for the To pattern for more information on header patterns.
15890 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15891 for more information on Patterns.
15893 Look <A HREF="h_edit_nav_cmds">here</A>
15894 to see the available Editing and Navigation commands.
15896 &lt;End of help on this topic&gt;
15897 </BODY>
15898 </HTML>
15899 ======= h_config_role_ccpat =======
15900 <HTML>
15901 <HEAD>
15902 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15903 </HEAD>
15904 <BODY>
15905 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15907 This is just like the &quot;To pattern&quot; except that it is compared with
15908 the addresses from the Cc: line of the message
15909 instead of the addresses from the To: line.
15910 See the help for the To pattern for more information on header patterns.
15912 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15913 for more information on Patterns.
15915 Look <A HREF="h_edit_nav_cmds">here</A>
15916 to see the available Editing and Navigation commands.
15918 &lt;End of help on this topic&gt;
15919 </BODY>
15920 </HTML>
15921 ======= h_config_role_recippat =======
15922 <HTML>
15923 <HEAD>
15924 <TITLE>Recipient Pattern Explained</TITLE>
15925 </HEAD>
15926 <BODY>
15927 <H1>Recipient Pattern Explained</H1>
15929 This is just like the &quot;To pattern&quot; except that it is compared with
15930 the addresses from both the To: line and the Cc: line of the
15931 message instead of just the addresses from the To: line.
15932 In other words, it is considered a match if the pattern matches
15933 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15934 in the Cc: line.
15935 (Notice that defining the Recipient pattern does not have the same
15936 effect as defining both the To and Cc patterns.
15937 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15938 It is equivalent to having two different rules;
15939 one with a To pattern and the other with the same Cc pattern.)
15941 A technicality: Since comma is the character used to separate multiple
15942 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15943 you want to include a literal comma in the field.
15944 In other words, if you type a backslash followed by a comma it will
15945 be interpreted as a comma by Alpine, instead of as a separator between
15946 pattern values.
15947 All other backslashes are literal backslashes and should not be escaped.
15949 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15950 for more information on Patterns.
15952 Look <A HREF="h_edit_nav_cmds">here</A>
15953 to see the available Editing and Navigation commands.
15955 &lt;End of help on this topic&gt;
15956 </BODY>
15957 </HTML>
15958 ======= h_config_role_particpat =======
15959 <HTML>
15960 <HEAD>
15961 <TITLE>Participant Pattern Explained</TITLE>
15962 </HEAD>
15963 <BODY>
15964 <H1>Participant Pattern Explained</H1>
15966 This is just like the &quot;To pattern&quot; except that it is compared with
15967 the addresses from the From: line, the To: line, and the Cc: line of the
15968 message instead of just the addresses from the To: line.
15969 In other words, it is considered a match if the pattern matches
15970 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15971 in the To: line, <EM>OR</EM> an address in the Cc: line.
15972 (Notice that defining the Participant pattern does not have the same
15973 effect as defining all of the From, To, and Cc patterns.
15974 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15975 From <EM>AND</EM> To <EM>AND</EM> Cc.
15976 It is equivalent to having three different rules;
15977 one with a From pattern, another with the same To pattern, and a third with
15978 the same Cc pattern.)
15980 A technicality: Since comma is the character used to separate multiple
15981 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15982 you want to include a literal comma in the field.
15983 In other words, if you type a backslash followed by a comma it will
15984 be interpreted as a comma by Alpine, instead of as a separator between
15985 pattern values.
15986 All other backslashes are literal backslashes and should not be escaped.
15988 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15989 for more information on Patterns.
15991 Look <A HREF="h_edit_nav_cmds">here</A>
15992 to see the available Editing and Navigation commands.
15994 &lt;End of help on this topic&gt;
15995 </BODY>
15996 </HTML>
15997 ======= h_config_role_newspat =======
15998 <HTML>
15999 <HEAD>
16000 <TITLE>News Pattern Explained</TITLE>
16001 </HEAD>
16002 <BODY>
16003 <H1>News Pattern Explained</H1>
16005 If this pattern is non-blank, then for this rule to be considered a
16006 match, at least one of the newsgroups from
16007 the Newsgroups line of the message must match this pattern.
16008 If this pattern is a list of patterns, then at least one of the
16009 newsgroups must match at least one of the patterns.
16010 (Any other non-blank parts of the Pattern must match, too.)
16012 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16013 &quot;!&quot; &quot;toggle NOT&quot; command.
16014 This changes the meaning of the News pattern so that it has the opposite meaning.
16015 It will be considered a match if there are no matches between the
16016 addresses in the Newsgroups: line and the list of News patterns.
16018 Don't make the mistake of putting the &quot;!&quot; in the data field for
16019 the pattern.
16020 For example, if you type the characters &quot;!frizzle&quot; into the News
16021 pattern, the pattern will look like:
16023 <PRE>
16024  News pattern = !frizzle
16025 </PRE>
16027 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16028 In order to match messages that do not have &quot;frizzle&quot; in
16029 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16030 by carriage return for the value of the News pattern, then negate it
16031 by typing the &quot;!&quot; command.
16032 It should end up looking like
16034 <PRE>
16035  ! News pattern = frizzle
16036 </PRE>
16038 A technicality: Since comma is the character used to separate multiple
16039 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16040 you want to include a literal comma in the field.
16041 In other words, if you type a backslash followed by a comma it will
16042 be interpreted as a comma by Alpine, instead of as a separator between
16043 pattern values.
16044 All other backslashes are literal backslashes and should not be escaped.
16047 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16048 for more information on Patterns.
16050 Look <A HREF="h_edit_nav_cmds">here</A>
16051 to see the available Editing and Navigation commands.
16053 &lt;End of help on this topic&gt;
16054 </BODY>
16055 </HTML>
16056 ======= h_config_role_subjpat =======
16057 <HTML>
16058 <HEAD>
16059 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16060 </HEAD>
16061 <BODY>
16062 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16064 This is similar to the other parts of the Pattern.
16065 It is compared with
16066 the contents from the Subject of the message.
16068 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16069 for more information on Patterns.
16071 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16072 &quot;!&quot; &quot;toggle NOT&quot; command.
16073 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16074 It will be considered a match if there are no matches between the
16075 text in the Subject: line and the list of Subject patterns.
16078 If you wish to have a header pattern that is not one of the six standard
16079 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16081 A technicality: Since comma is the character used to separate multiple
16082 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16083 you want to include a literal comma in the field.
16084 In other words, if you type a backslash followed by a comma it will
16085 be interpreted as a comma by Alpine, instead of as a separator between
16086 pattern values.
16087 All other backslashes are literal backslashes and should not be escaped.
16089 Look <A HREF="h_edit_nav_cmds">here</A>
16090 to see the available Editing and Navigation commands.
16092 &lt;End of help on this topic&gt;
16093 </BODY>
16094 </HTML>
16095 ======= h_config_role_alltextpat =======
16096 <HTML>
16097 <HEAD>
16098 <TITLE>AllText Pattern Explained</TITLE>
16099 </HEAD>
16100 <BODY>
16101 <H1>AllText Pattern Explained</H1>
16103 This is similar to the header patterns.
16104 Instead of comparing with text in a particular header field it 
16105 is compared with all of the text in the message header and body.
16107 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16108 &quot;!&quot; &quot;toggle NOT&quot; command.
16109 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16110 It will be considered a match if there are no matches between the
16111 text of the message and the list of AllText patterns.
16113 Don't make the mistake of putting the &quot;!&quot; in the data field for
16114 the pattern.
16115 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16116 pattern, the pattern will look like:
16118 <PRE>
16119  AllText pattern = !frizzle
16120 </PRE>
16122 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16123 In order to match messages that do not have &quot;frizzle&quot; in
16124 the text of the message, first type the characters &quot;frizzle&quot; followed
16125 by carriage return for the value of the AllText pattern, then negate it
16126 by typing the &quot;!&quot; command.
16127 It should end up looking like
16129 <PRE>
16130  ! AllText pattern = frizzle
16131 </PRE>
16133 It is possible that you may notice degraded performance when using
16134 AllText Patterns.
16136 A technicality: Since comma is the character used to separate multiple
16137 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16138 you want to include a literal comma in the field.
16139 In other words, if you type a backslash followed by a comma it will
16140 be interpreted as a comma by Alpine, instead of as a separator between
16141 pattern values.
16142 All other backslashes are literal backslashes and should not be escaped.
16144 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16145 for more information on Patterns.
16147 Look <A HREF="h_edit_nav_cmds">here</A>
16148 to see the available Editing and Navigation commands.
16150 &lt;End of help on this topic&gt;
16151 </BODY>
16152 </HTML>
16153 ======= h_config_role_bodytextpat =======
16154 <HTML>
16155 <HEAD>
16156 <TITLE>BodyText Pattern Explained</TITLE>
16157 </HEAD>
16158 <BODY>
16159 <H1>BodyText Pattern Explained</H1>
16161 This is similar to the header patterns.
16162 Instead of comparing with text in a particular header field it 
16163 is compared with all of the text in the message body.
16165 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16166 &quot;!&quot; &quot;toggle NOT&quot; command.
16167 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16168 It will be considered a match if there are no matches between the
16169 text of the body of the message and the list of BodyText patterns.
16171 Don't make the mistake of putting the &quot;!&quot; in the data field for
16172 the pattern.
16173 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16174 pattern, the pattern will look like:
16176 <PRE>
16177  BdyText pattern = !frizzle
16178 </PRE>
16180 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16181 In order to match messages that do not have &quot;frizzle&quot; in
16182 their BodyText, first type the characters &quot;frizzle&quot; followed
16183 by carriage return for the value of the BodyText pattern, then negate it
16184 by typing the &quot;!&quot; command.
16185 It should end up looking like
16187 <PRE>
16188  ! BodyText pattern = frizzle
16189 </PRE>
16191 It is possible that you may notice degraded performance when using
16192 BodyText Patterns.
16194 A technicality: Since comma is the character used to separate multiple
16195 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16196 you want to include a literal comma in the field.
16197 In other words, if you type a backslash followed by a comma it will
16198 be interpreted as a comma by Alpine, instead of as a separator between
16199 pattern values.
16200 All other backslashes are literal backslashes and should not be escaped.
16202 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16203 for more information on Patterns.
16205 Look <A HREF="h_edit_nav_cmds">here</A>
16206 to see the available Editing and Navigation commands.
16208 &lt;End of help on this topic&gt;
16209 </BODY>
16210 </HTML>
16211 ======= h_config_role_charsetpat =======
16212 <HTML>
16213 <HEAD>
16214 <TITLE>Character Set Pattern Explained</TITLE>
16215 </HEAD>
16216 <BODY>
16217 <H1>Character Set Pattern Explained</H1>
16219 A message may use one or more character sets.
16220 This part of the Pattern matches messages that make use of
16221 certain specified character sets.
16222 It will be considered a match if a message uses any of the character
16223 sets in the list you give here.
16226 When filling in a value for this field, you may use
16227 the &quot;T&quot; command, which presents you with a large list of
16228 possible character sets to choose from.
16229 You may also just type in the name of a character set, and it need not
16230 be one that Alpine knows about.
16233 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16234 GB2312) you may also use some shorthand names that Alpine provides.
16235 These names are more understandable shorthand names for sets of 
16236 character set names.
16237 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16238 Selecting one of these shorthand names is equivalent to selecting all of
16239 the character sets that make up the set.
16240 You can see all of these shorthand names and the lists of character sets
16241 they stand for by typing the &quot;T&quot; command.
16244 For the purposes of this Pattern,
16245 Alpine will search through a message for all of the text parts and
16246 collect the character sets declared for each part.
16247 It will also look in the Subject line for a character set used there.
16248 Alpine does not actually look at the text of the message or the text
16249 of the Subject to determine if a declared character set is actually
16250 used, it looks only at the declarations themselves in the MIME part headers
16251 and in the Subject.
16254 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16255 &quot;!&quot; &quot;toggle NOT&quot; command.
16256 This changes the meaning of the Character Set pattern so that
16257 it has the opposite meaning.
16258 It will be considered a match if none of the character sets in the
16259 list are used in a message.
16261 Don't make the mistake of putting the &quot;!&quot; in the data field for
16262 the pattern.
16263 For example, if you type the characters &quot;!GB2312&quot; into the
16264 Character Set pattern, the pattern will look like:
16266 <PRE>
16267  Charset pattern = !GB2312
16268 </PRE>
16270 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16271 In order to match messages that do not have the
16272 character set &quot;GB2312&quot;
16273 set, first type the characters &quot;GB2312&quot; followed
16274 by carriage return for the value of the Character Set pattern, then negate it
16275 by typing the &quot;!&quot; command.
16276 It should end up looking like
16278 <PRE>
16279  ! Charset pattern = GB2312
16280 </PRE>
16282 A technicality: Since comma is the character used to separate multiple
16283 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16284 you want to include a literal comma in the field.
16285 In other words, if you type a backslash followed by a comma it will
16286 be interpreted as a comma by Alpine, instead of as a separator between
16287 pattern values.
16288 All other backslashes are literal backslashes and should not be escaped.
16290 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16291 for more information on Patterns.
16293 Look <A HREF="h_edit_nav_cmds">here</A>
16294 to see the available Editing and Navigation commands.
16296 &lt;End of help on this topic&gt;
16297 </BODY>
16298 </HTML>
16299 ======= h_config_role_keywordpat =======
16300 <HTML>
16301 <HEAD>
16302 <TITLE>Keyword Pattern Explained</TITLE>
16303 </HEAD>
16304 <BODY>
16305 <H1>Keyword Pattern Explained</H1>
16307 A folder may have user-defined keywords.
16308 These are similar to the Important flag, which the user may set using the
16309 Flag command.
16310 The difference is that the Important flag is always present for each folder.
16311 User-defined keywords are picked by the user.
16312 You may add new keywords by defining them in the
16313 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16314 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16315 the Flag command may be used to set or clear the keyword on individual messages.
16316 If you have given a keyword a nickname when configuring it,
16317 that nickname may be used instead of the actual keyword.
16320 When filling in a value for this field, it may be easiest to use
16321 the &quot;T&quot; command, which presents you with a list of the keywords
16322 you have defined to choose from.
16325 This part of the Pattern matches messages with certain keywords set.
16326 It will be considered a match if a message has any of the keywords in the
16327 list set.
16328 A keyword that you have not defined using the
16329 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16330 will not be a match.
16333 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16334 &quot;!&quot; &quot;toggle NOT&quot; command.
16335 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16336 It will be considered a match if none of the keywords in the list are set
16337 for a message.
16338 A keyword that you have not defined using the
16339 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16340 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16342 Don't make the mistake of putting the &quot;!&quot; in the data field for
16343 the pattern.
16344 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16345 pattern, the pattern will look like:
16347 <PRE>
16348  Keyword pattern = !frizzle
16349 </PRE>
16351 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16352 In order to match messages that do not have the keyword &quot;frizzle&quot;
16353 set, first type the characters &quot;frizzle&quot; followed
16354 by carriage return for the value of the Keyword pattern, then negate it
16355 by typing the &quot;!&quot; command.
16356 It should end up looking like
16358 <PRE>
16359  ! Keyword pattern = frizzle
16360 </PRE>
16362 A technicality: Since comma is the character used to separate multiple
16363 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16364 you want to include a literal comma in the field.
16365 In other words, if you type a backslash followed by a comma it will
16366 be interpreted as a comma by Alpine, instead of as a separator between
16367 pattern values.
16368 All other backslashes are literal backslashes and should not be escaped.
16370 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16371 for more information on Patterns.
16373 Look <A HREF="h_edit_nav_cmds">here</A>
16374 to see the available Editing and Navigation commands.
16376 &lt;End of help on this topic&gt;
16377 </BODY>
16378 </HTML>
16379 ======= h_config_role_arbpat =======
16380 <HTML>
16381 <HEAD>
16382 <TITLE>Extra Header Patterns Explained</TITLE>
16383 </HEAD>
16384 <BODY>
16385 <H1>Extra Header Patterns Explained</H1>
16387 The header patterns that come after the Participant pattern but before the 
16388 AllText pattern are extra header patterns that you have added to a rule's
16389 Pattern. These are just like the other header patterns except that
16390 the contents of the particular header listed on the left hand side will
16391 be used for comparisons.
16393 The &quot;eXtraHdr&quot; command may be used to add more of these
16394 header patterns to the rule you are editing.
16396 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16397 extra header pattern from the rule you are editing.
16399 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16400 &quot;!&quot; &quot;toggle NOT&quot; command.
16401 This changes the meaning of the pattern so that it has the opposite meaning.
16402 It will be considered a match if there are no matches between the
16403 text in the header line and the list of patterns.
16405 Don't make the mistake of putting the &quot;!&quot; in the data field for
16406 the pattern.
16407 For example, if you type the characters &quot;!frizzle&quot; into the
16408 pattern, the pattern will look like:
16410 <PRE>
16411  Xyz pattern = !frizzle
16412 </PRE>
16414 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16415 In order to match messages that do not have &quot;frizzle&quot; in
16416 their Xyz field, first type the characters &quot;frizzle&quot; followed
16417 by carriage return for the value of the pattern, then negate it
16418 by typing the &quot;!&quot; command.
16419 It should end up looking like
16421 <PRE>
16422  ! Xyz pattern = frizzle
16423 </PRE>
16426 A technicality: Since comma is the character used to separate multiple
16427 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16428 you want to include a literal comma in the field.
16429 In other words, if you type a backslash followed by a comma it will
16430 be interpreted as a comma by Alpine, instead of as a separator between
16431 pattern values.
16432 All other backslashes are literal backslashes and should not be escaped.
16434 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16435 for more information on Patterns.
16437 Look <A HREF="h_edit_nav_cmds">here</A>
16438 to see the available Editing and Navigation commands.
16440 &lt;End of help on this topic&gt;
16441 </BODY>
16442 </HTML>
16443 ======= h_config_role_cat_cmd =======
16444 <HTML>
16445 <HEAD>
16446 <TITLE>Categorizer Command Explained</TITLE>
16447 </HEAD>
16448 <BODY>
16449 <H1>Categorizer Command Explained</H1>
16451 This is a command that is run with its standard input set to the message
16452 being checked and its standard output discarded.
16453 The full directory path should be specified.
16454 The command will be run and then its exit status will be checked against
16455 the Exit Status Interval, which defaults to just the value zero.
16456 If the exit status of the command falls in the interval, it is considered
16457 a match, otherwise it is not a match.
16460 This option may actually be a list of commands.
16461 The first one that exists and is executable is used.
16462 That makes it possible to use the same configuration with Unix Alpine and
16463 PC-Alpine.
16466 If none of the commands in the list exists and is executable then the rule
16467 is <EM>not</EM> a match.
16468 If it is possible that the command may not exist, you should be careful
16469 to structure your rules so that nothing destructive
16470 happens when the command does not exist.
16471 For example, you might have a filter that filters away spam when there is
16472 a match but does nothing when there is not a match.
16473 That would cause no harm if the command didn't exist.
16474 However, if you have a filter that filters away spam when there is not
16475 a match and keeps it when there is a match, that would filter everything
16476 if the categorizer command didn't exist.
16478 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16479 setup for the bogofilter filter.
16482 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16483 for more information on Patterns.
16485 Look <A HREF="h_edit_nav_cmds">here</A>
16486 to see the available Editing and Navigation commands.
16488 &lt;End of help on this topic&gt;
16489 </BODY>
16490 </HTML>
16491 ======= h_config_role_cat_cmd_example =======
16492 <HTML>
16493 <HEAD>
16494 <TITLE>Categorizer Command Example</TITLE>
16495 </HEAD>
16496 <BODY>
16497 <H1>Categorizer Command Example</H1>
16499 Bogofilter
16500 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16501 is a mail filter that attempts to classify mail as spam or
16502 non-spam using statistical analysis of the message content.
16503 When run with no arguments and a message as standard input, it exits with
16504 exit status 0 if it thinks a message is spam and 1 if it thinks
16505 it is not spam.
16506 To use bogofilter as your Categorizer Command you would simply set Command to
16507 the pathname of the bogofilter program.
16508 For example,
16510 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16512 Exit status of zero is what you are interested in, so you'd set the
16513 Exit Status Interval to
16515 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16518 In order to prevent downloading an entire huge message to check for spam, you
16519 might want to set the Character Limit to a few thousand characters (the
16520 assumption being that the spam will reveal itself in those characters)
16522 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16525 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16526 be to move the message to a spam folder.
16527 It would usually be wise to also check the &quot;Message is Recent&quot;
16528 part of the rule so that messages are only checked when they first arrive,
16529 and to restrict the Current Folder Type to just your INBOX.
16530 The reason for checking only Recent messages is to save the time it takes
16531 to run bogofilter on each message.
16532 As an experiment, you might start out by using this in an Indexcolor Rule
16533 instead of a Filter Rule.
16534 In that case, you probably wouldn't check the Recent checkbox.
16536 The use described above assumes that you are somehow maintaining bogofilter's
16537 database of words associated with spam and non-spam messages.
16538 One way to start your database would be to select a bunch of spam messages
16539 in Alpine (you might Save spam messages to a special folder or use Alpine's
16540 Select command to select several) and then Apply
16541 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16542 a pipe command to the spam messages.
16543 For example, you could have a shell script or an alias
16544 called <EM>this_is_spam</EM>, which would simply be the command
16546 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16549 It is probably best to use the pipe command's Raw Text, With Delimiter,
16550 and Free Output options,
16551 which are at the bottom of the screen when you type the pipe command.
16552 That's because bogofilter expects the raw message as input, and uses
16553 the Delimiters to tell when a new message starts.
16554 You would not need to use a separate pipe for each message, because
16555 bogofilter can handle multiple messages at once.
16557 Similarly, you would select a group of non-spam messages
16558 and run them through a <EM>this_is_nonspam</EM> script
16559 that was something like
16561 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16564 For the more adventurous, the next step might be to automate the upkeep of
16565 the bogofilter database.
16566 It might make more sense to have bogofilter be part of the delivery process,
16567 but it is also possible to do it entirely from within Alpine.
16568 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16569 the &quot;-u&quot; argument will cause bogofilter to update the database.
16571 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16573 You'd want a couple more aliases or shell scripts called something like
16574 <EM>change_to_spam</EM>
16576 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16579 <EM>change_to_nonspam</EM>
16581 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16583 When you run across a message in your INBOX that should have been
16584 classified as spam you would pipe it to the change_to_spam script, and
16585 when you run across a message in your spam folder that should have been
16586 left in your INBOX you would pipe it through change_to_nonspam.
16589 There is a technical problem with this approach.
16590 Alpine may check your filters more than once.
16591 In particular, every time you start Alpine the filters will be checked for
16592 each message.
16593 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16594 then Alpine will recheck for matches in messages that have changed state
16595 at the time you close the folder and before expunging.
16596 This is usually ok.
16597 However, in this case it is a problem because the command
16599 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16601 has the side effect of updating the database.
16602 So you run the risk of updating the database multiple times for a single
16603 message instead of updating it just once per message.
16604 There are some ways to work around this problem.
16605 What you need is a way to mark the message after you have run the filter.
16606 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16607 Besides having the filter move the message to a spam folder, also have it
16608 set the Bogo keyword.
16609 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16610 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16611 This rule can only set the Bogo keyword for the messages that it matches.
16612 You will also need to add a second rule right after this one that
16613 matches all the messages that don't have the Bogo keyword set
16614 (put the keyword in the Keyword pattern and toggle
16615 the Not with the ! command)
16616 and takes the action of setting it.
16617 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16618 (and so it won't re-run the bogofilter command) if the keyword is already
16619 set.
16621 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16622 on all messages that don't have the Bogo keyword set.
16623 This will have the side effect of inserting that message in the bogofilter
16624 database, match or not.
16625 If this rule matches (it is spam), the Bogo keyword will be set and
16626 the message will be moved to a spam folder.
16627 If it does not match, the
16628 following rule will mark the message by turning on the keyword.
16629 This second rule should be a non-terminating
16630 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16631 rule so that it doesn't stop the filtering process before the rest of
16632 your rules are consulted.
16635 In summary, the first rule is something like
16636 <PRE>
16637   Nickname          = bogofilter -u rule
16638   Current Folder Type =
16639                (*) Specific
16640                    Folder = INBOX
16642   ! Keyword pattern = Bogo
16644   External Categorizer Commands =
16645        Command              = /usr/local/bin/bogofilter -u
16646        Exit Status Interval = (0,0)
16647        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16649   Filter Action =
16650        (*) Move
16651            Folder = spam
16652   
16653   Set These Keywords   = Bogo
16654 </PRE>
16656 and the following rule is
16657 <PRE>
16658   Nickname          = Set Bogo Keyword
16659   Current Folder Type =
16660                (*) Specific
16661                    Folder = INBOX
16663   ! Keyword pattern = Bogo
16665   Filter Action =
16666        (*) Just Set Message Status
16668   Set These Keywords   = Bogo
16670   Features =
16671       [X]  dont-stop-even-if-rule-matches
16672 </PRE>
16674 If it is possible for you to insert bogofilter in the delivery process instead
16675 of having it called from Alpine you could prevent having to wait
16676 for the bogofilter processing while you read your mail.
16677 You would have bogofilter add a header to the message at the time of delivery
16678 that identified it as spam or nonspam.
16679 With this method, you could avoid using a Categorizer Command while running Alpine,
16680 and just match on the header instead.
16681 You might still want to use the scripts mentioned above to initialize the
16682 database or to re-classify wrongly classified messages.
16685 Finally, it isn't for the faint-hearted,
16686 but it is also possible to run bogofilter from PC-Alpine.
16687 You can install Cygwin from
16688 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16689 then compile bogofilter in the cygwin environment, and run it from
16690 within PC-Alpine.
16691 You would end up with a Categorizer command that looked something like
16693 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16695 Note that the &quot;.exe&quot; extension is explicit,
16696 and that the bogofilter.exe executable should be in the same directory
16697 as cygwin1.dll.
16700 &lt;End of help on this topic&gt;
16701 </BODY>
16702 </HTML>
16703 ======= h_config_role_cat_status =======
16704 <HTML>
16705 <HEAD>
16706 <TITLE>Exit Status Interval Explained</TITLE>
16707 </HEAD>
16708 <BODY>
16709 <H1>Exit Status Interval Explained</H1>
16711 The categorizer command is run and the result is the exit status of
16712 that command.
16713 If that exit status falls in the Exit Status Interval
16714 then it is considered a match, otherwise it is not a match.
16715 Of course for the entire rule to match, it must also be checked against
16716 the other defined parts of the Pattern.
16718 The Exit Status Interval defaults to the single value 0 (zero).
16719 If you define it, it should be set to something like:
16721 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16723 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16724 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16725 positive and negative integers.
16727 Actually, a list of intervals may be used if you wish.
16728 A list would look like
16730 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16732 When there is an Exit Status Interval defined, it is a match if the exit status
16733 of the categorizer command is contained in any of the intervals.
16734 The intervals include both endpoints.
16736 The default interval is
16738 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16740 and it matches only if the command exits with exit status equal to zero.
16743 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16744 for more information on Patterns.
16746 Look <A HREF="h_edit_nav_cmds">here</A>
16747 to see the available Editing and Navigation commands.
16749 &lt;End of help on this topic&gt;
16750 </BODY>
16751 </HTML>
16752 ======= h_config_role_cat_limit =======
16753 <HTML>
16754 <HEAD>
16755 <TITLE>Character Limit Explained</TITLE>
16756 </HEAD>
16757 <BODY>
16758 <H1>Character Limit Explained</H1>
16760 Setting this option makes it possible to limit how much of the message
16761 is made available to the categorizer command as input.
16762 The default value (-1) means that the entire message is fed to the
16763 command.
16764 A value of 0 (zero) means that only the headers of the message are
16765 made available.
16766 A positive integer means that the headers plus that many characters from
16767 the body of the message are passed to the categorizer.
16770 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16771 for more information on Patterns.
16773 Look <A HREF="h_edit_nav_cmds">here</A>
16774 to see the available Editing and Navigation commands.
16776 &lt;End of help on this topic&gt;
16777 </BODY>
16778 </HTML>
16779 ======= h_config_role_age =======
16780 <HTML>
16781 <HEAD>
16782 <TITLE>Age Interval Explained</TITLE>
16783 </HEAD>
16784 <BODY>
16785 <H1>Age Interval Explained</H1>
16787 The Age Interval, if defined, is part of the Pattern.
16788 If you use this, it should be set to something like:
16790 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16792 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16793 The special value &quot;INF&quot; may be used for the max value.
16794 It represents infinity.
16796 In rare cases it may be useful to use the more general form of the value,
16797 which is a comma-separated list of intervals.
16798 It would look something like:
16800 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16802 When there is an Age Interval defined, it is a match if the age, in days, of
16803 the message is contained in the interval.
16804 The interval includes both endpoints.
16805 If the option is set to a list of intervals then it is a match if the
16806 age of the message is contained in any of the intervals.
16808 Even though this option is called Age, it isn't actually
16809 the <EM>age</EM> of the message.
16810 Instead, it is how many days ago the message arrived in one of your folders.
16811 If the current time is a little past midnight, then a message that arrived
16812 just before midnight arrived yesterday, even though the message is only
16813 a few minutes old.
16814 By default, the date being used is not the date in the Date
16815 header of the message.
16816 It is the date that the message arrived in one of your folders.
16817 When you Save a message from one folder to another that arrival date
16818 is preserved.
16819 If you would like to use the date in the Date header that is possible.
16820 Turn on the option
16821 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16822 near the bottom of the rule definition.
16824 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16825 The age interval
16827 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16829 matches all messages that arrived on the day before yesterday.
16830 The interval
16832 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16834 matches all messages that arrived at least 180 days before today.
16835 The interval
16837 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16839 matches all messages that arrived today or yesterday.
16842 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16843 for more information on Patterns.
16845 Look <A HREF="h_edit_nav_cmds">here</A>
16846 to see the available Editing and Navigation commands.
16848 &lt;End of help on this topic&gt;
16849 </BODY>
16850 </HTML>
16851 ======= h_config_role_size =======
16852 <HTML>
16853 <HEAD>
16854 <TITLE>Size Interval Explained</TITLE>
16855 </HEAD>
16856 <BODY>
16857 <H1>Size Interval Explained</H1>
16859 The Size Interval, if defined, is part of the Pattern.
16860 If you use this, it should be set to something like:
16862 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16864 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16865 The special value &quot;INF&quot; may be used for the max value.
16866 It represents infinity.
16868 In rare cases it may be useful to use the more general form of the value,
16869 which is a comma-separated list of intervals.
16870 It would look something like:
16872 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16874 When there is a Size Interval defined, it is a match if the size of
16875 the message is contained in the interval.
16876 The interval includes both endpoints.
16877 If the option is set to a list of intervals then it is a match if the
16878 size of the message is contained in any of the intervals.
16880 The size interval
16882 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16884 matches all messages with sizes greater than or equal to 10000, and less
16885 than or equal to 50000.
16886 The interval
16888 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16890 matches all messages with sizes greater than or equal to 100000.
16893 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16894 for more information on Patterns.
16896 Look <A HREF="h_edit_nav_cmds">here</A>
16897 to see the available Editing and Navigation commands.
16899 &lt;End of help on this topic&gt;
16900 </BODY>
16901 </HTML>
16902 ======= h_config_role_scorei =======
16903 <HTML>
16904 <HEAD>
16905 <TITLE>Score Interval Explained</TITLE>
16906 </HEAD>
16907 <BODY>
16908 <H1>Score Interval Explained</H1>
16910 The Score Interval, if defined, is part of the Pattern.
16911 If you use this, it should be set to something like:
16913 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16915 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16916 -32000 and 32000.
16917 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16918 the min and max values.
16919 These represent negative and positive infinity.
16921 Actually, the value may be a list of intervals rather than just a
16922 single interval if that is useful.
16923 The elements of the list are separated by commas like:
16925 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16927 When there is a Score Interval defined, it is a match if the score for
16928 the message is contained in any of the intervals.
16929 The intervals include both endpoints.
16930 The score for a message is calculated by looking at every scoring rule
16931 defined and adding up the Score Values for the rules that match the message.
16932 Scoring rules are created using the
16933 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16936 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16937 for more information on Patterns.
16939 Look <A HREF="h_edit_nav_cmds">here</A>
16940 to see the available Editing and Navigation commands.
16942 &lt;End of help on this topic&gt;
16943 </BODY>
16944 </HTML>
16945 ======= h_config_role_fldr_type =======
16946 <HTML>
16947 <HEAD>
16948 <TITLE>Current Folder Type Explained</TITLE>
16949 </HEAD>
16950 <BODY>
16951 <H1>Current Folder Type Explained</H1>
16953 The Current Folder Type is part of the role's Pattern.
16954 It refers to the type of the currently open folder, which is the folder
16955 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16956 In order for a role to be considered a match, the current folder must
16957 be of the type you set here.
16958 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16959 all what you might think.
16961 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16962 example, then
16963 that role will only be a match if the current folder is a newsgroup and
16964 the rest of the Pattern matches.
16965 The value &quot;Specific&quot; may be used when you want to limit the match
16966 to a specific folder (not just a specific type of folder), or to a list of
16967 specific folders.
16969 In order to match a specific folder you Select the &quot;Specific&quot;
16970 button <EM>AND</EM> fill in
16971 the name (or list of names) of
16972 the folder in the &quot;Folder List&quot; field.
16973 If the current folder is any of the folders in the list, that is considered
16974 a match.
16975 The name of each folder in the list may be either &quot;INBOX&quot;,
16976 the technical specification
16977 of the folder (like what appears in your configuration file) or, if the
16978 folder is one of your incoming folders, it may be the nickname you've given
16979 the folder.
16980 Here are a couple samples of specific folder names:
16982 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16984 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16986 The easiest way to fill in the &quot;Folder List&quot; field is to use
16987 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16988 highlighted, or to use the &quot;Take&quot; command with the configuration
16989 feature
16990 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16991 turned on.
16992 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16993 Current Folder Type is set to &quot;Specific&quot;, and any value that
16994 &quot;Folder List&quot; has is ignored unless the type
16995 is set to &quot;Specific&quot;.
16997 When reading a newsgroup, there may be a performance penalty
16998 incurred when collecting the information necessary to check a Pattern.
16999 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17001 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17002 for more information on Patterns.
17004 Look <A HREF="h_edit_nav_cmds">here</A>
17005 to see the available Editing and Navigation commands.
17007 &lt;End of help on this topic&gt;
17008 </BODY>
17009 </HTML>
17010 ======= h_config_filt_rule_type =======
17011 <HTML>
17012 <HEAD>
17013 <TITLE>Filter Action Explained</TITLE>
17014 </HEAD>
17015 <BODY>
17016 <H1>Filter Action Explained</H1>
17018 The Filter Action specifies the action to be taken when the Pattern is a
17019 match.
17020 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17021 &quot;Just Set Message Status&quot;.
17023 If it is set to &quot;Delete&quot;, then the message that matches the
17024 Pattern will be deleted from the open folder.
17026 If it is set to &quot;Move&quot;, then the name of the folder to which
17027 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17028 next line of the screen.
17029 A list of folders separated by commas may be given, in which case the
17030 message will be copied to all of the folders in the list before it is
17031 deleted.
17033 If it is set to neither of those two values (it is set to the value
17034 labeled &quot;Just Set Message Status&quot;) then the message status
17035 setting will happen
17036 but the message will not be deleted or moved.
17038 If you are Moving a message you may also set Message Status if you wish.
17040 The easiest way to fill in the &quot;Folder List&quot; field is to use
17041 the T command that is available when the &quot;Folder List&quot; line is
17042 highlighted.
17043 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17044 Filter Action is set to &quot;Move&quot;, and any value that
17045 &quot;Folder List&quot; has is ignored unless the type
17046 is set to &quot;Move&quot;.
17048 There are a few tokens that may be used in the names in the Folder List.
17049 They are all related to the date on which the filtering is taking place.
17050 The tokens are words surrounded by underscores.
17051 For example, if you want your filter to move messages to a folder named
17052 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17053 you could specify the folder as
17054 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17055 which would result in a file named something like
17056 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17058 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17059 which would result in a file named something like
17060 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17061 The available tokens are listed
17062 <A HREF="h_index_tokens">here</A>.
17064 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17065 for more information on Patterns.
17067 Look <A HREF="h_edit_nav_cmds">here</A>
17068 to see the available Editing and Navigation commands.
17070 &lt;End of help on this topic&gt;
17071 </BODY>
17072 </HTML>
17073 ======= h_config_score_fldr_type =======
17074 <HTML>
17075 <HEAD>
17076 <TITLE>Current Folder Type Explained</TITLE>
17077 </HEAD>
17078 <BODY>
17079 <H1>Current Folder Type Explained</H1>
17081 The Current Folder Type is part of the scoring rule's Pattern.
17082 It refers to the type of the folder that
17083 the message being scored is in.
17084 In order for a rule to be considered a match, the current folder must
17085 be of the type you set here.
17086 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17087 all what you might think.
17089 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17090 example, then
17091 that Pattern will only match if the current folder is a newsgroup and
17092 the rest of the Pattern matches.
17093 The value &quot;Specific&quot; may be used when you want to limit the match
17094 to a specific folder (not just a specific type of folder), or to a list of
17095 specific folders.
17097 In order to match a specific folder you Select the &quot;Specific&quot;
17098 button <EM>AND</EM> fill in
17099 the name (or list of names) of
17100 the folder in the &quot;Folder List&quot; field.
17101 If the current folder is any of the folders in the list, that is considered
17102 a match.
17103 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17104 of the folder (like what appears in your configuration file) or, if the
17105 folder is one of your incoming folders, it may be the nickname you've given
17106 the folder.
17107 Here are a couple samples of specific folder names:
17109 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17111 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17113 The easiest way to fill in the &quot;Folder List&quot; field is to use
17114 the T command that is available when the &quot;Folder List&quot; line is
17115 highlighted.
17116 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17117 Current Folder Type is set to &quot;Specific&quot;, and any value that
17118 &quot;Folder List&quot; has is ignored unless the type
17119 is set to &quot;Specific&quot;.
17121 When reading a newsgroup, there may be a performance penalty
17122 incurred when collecting the information necessary to check a Pattern.
17123 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17124 For example, if you have Index Line Coloring rules that have Score Intervals
17125 defined then the scores for all the visible messages will need to be calculated.
17126 If some of your Scoring rules have 
17127 a Current Folder Type of
17128 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17129 screen to draw more slowly when in a newsgroup.
17131 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17132 for more information on Patterns.
17134 Look <A HREF="h_edit_nav_cmds">here</A>
17135 to see the available Editing and Navigation commands.
17137 &lt;End of help on this topic&gt;
17138 </BODY>
17139 </HTML>
17140 ======= h_config_other_fldr_type =======
17141 <HTML>
17142 <HEAD>
17143 <TITLE>Current Folder Type Explained</TITLE>
17144 </HEAD>
17145 <BODY>
17146 <H1>Current Folder Type Explained</H1>
17148 The Current Folder Type is part of the rule's Pattern.
17149 It refers to the type of the folder being viewed.
17150 In order for a rule to be considered a match, the current folder must
17151 be of the type you set here.
17152 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17153 all what you might think.
17155 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17156 example, then
17157 that Pattern will only match if the current folder is a newsgroup.
17158 The value &quot;Specific&quot; may be used when you want to limit the match
17159 to a specific folder (not just a specific type of folder), or to a list of
17160 specific folders.
17162 In order to match a specific folder you Select the &quot;Specific&quot;
17163 button <EM>AND</EM> fill in
17164 the name (or list of names) of
17165 the folder in the &quot;Folder List&quot; field.
17166 If the current folder is any of the folders in the list, that is considered
17167 a match.
17168 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17169 of the folder (like what appears in your configuration file) or, if the
17170 folder is one of your incoming folders, it may be the nickname you've given
17171 the folder.
17172 Here are a couple samples of specific folder names:
17174 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17176 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17178 The easiest way to fill in the &quot;Folder List&quot; field is to use
17179 the T command that is available when the &quot;Folder List&quot; line is
17180 highlighted.
17181 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17182 Current Folder Type is set to &quot;Specific&quot;, and any value that
17183 &quot;Folder List&quot; has is ignored unless the type
17184 is set to &quot;Specific&quot;.
17186 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17187 for more information on Patterns.
17189 Look <A HREF="h_edit_nav_cmds">here</A>
17190 to see the available Editing and Navigation commands.
17192 &lt;End of help on this topic&gt;
17193 </BODY>
17194 </HTML>
17195 ======= h_config_incol_fldr_type =======
17196 <HTML>
17197 <HEAD>
17198 <TITLE>Current Folder Type Explained</TITLE>
17199 </HEAD>
17200 <BODY>
17201 <H1>Current Folder Type Explained</H1>
17203 The Current Folder Type is part of the Line Coloring rule's Pattern.
17204 It refers to the type of the folder for which the MESSAGE INDEX is
17205 being viewed.
17206 In order for a rule to be considered a match, the current folder must
17207 be of the type you set here.
17208 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17209 all what you might think.
17211 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17212 example, then
17213 that Pattern will only match if the current folder is a newsgroup and
17214 the rest of the Pattern matches.
17215 The value &quot;Specific&quot; may be used when you want to limit the match
17216 to a specific folder (not just a specific type of folder), or to a list of
17217 specific folders.
17219 In order to match a specific folder you Select the &quot;Specific&quot;
17220 button <EM>AND</EM> fill in
17221 the name (or list of names) of
17222 the folder in the &quot;Folder List&quot; field.
17223 If the current folder is any of the folders in the list, that is considered
17224 a match.
17225 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17226 of the folder (like what appears in your configuration file) or, if the
17227 folder is one of your incoming folders, it may be the nickname you've given
17228 the folder.
17229 Here are a couple samples of specific folder names:
17231 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17233 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17235 The easiest way to fill in the &quot;Folder List&quot; field is to use
17236 the T command that is available when the &quot;Folder List&quot; line is
17237 highlighted.
17238 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17239 Current Folder Type is set to &quot;Specific&quot;, and any value that
17240 &quot;Folder List&quot; has is ignored unless the type
17241 is set to &quot;Specific&quot;.
17243 When reading a newsgroup, there may be a performance penalty
17244 incurred when collecting the information necessary to check a Pattern.
17245 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17246 For example, a rule with a non-Normal Index Line Color
17247 and a Current Folder Type of
17248 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17249 screen to draw more slowly when in a newsgroup.
17251 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17252 for more information on Patterns.
17254 Look <A HREF="h_edit_nav_cmds">here</A>
17255 to see the available Editing and Navigation commands.
17257 &lt;End of help on this topic&gt;
17258 </BODY>
17259 </HTML>
17260 ======= h_config_filt_fldr_type =======
17261 <HTML>
17262 <HEAD>
17263 <TITLE>Current Folder Type Explained</TITLE>
17264 </HEAD>
17265 <BODY>
17266 <H1>Current Folder Type Explained</H1>
17268 The Current Folder Type is part of the Filtering rule's Pattern.
17269 It refers to the type of the folder for which the filtering is being done.
17270 In order for a rule to be considered a match, the current folder must
17271 be of the type you set here.
17272 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17273 all what you might think.
17275 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17276 example, then
17277 that Pattern will only match if the current folder is a newsgroup and
17278 the rest of the Pattern matches.
17279 The value &quot;Specific&quot; may be used when you want to limit the match
17280 to a specific folder (not just a specific type of folder), or to a list of
17281 specific folders.
17283 In order to match a specific folder you Select the &quot;Specific&quot;
17284 button <EM>AND</EM> fill in
17285 the name (or list of names) of
17286 the folder in the &quot;Folder List&quot; field.
17287 If the current folder is any of the folders in the list, that is considered
17288 a match.
17289 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17290 of the folder (like what appears in your configuration file) or, if the
17291 folder is one of your incoming folders, it may be the nickname you've given
17292 the folder.
17293 Here are a couple samples of specific folder names:
17295 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17297 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17299 The easiest way to fill in the &quot;Folder List&quot; field is to use
17300 the T command that is available when the &quot;Folder List&quot; line is
17301 highlighted.
17302 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17303 Current Folder Type is set to &quot;Specific&quot;, and any value that
17304 &quot;Folder List&quot; has is ignored unless the type
17305 is set to &quot;Specific&quot;.
17307 When reading a newsgroup, there may be a performance penalty
17308 incurred when collecting the information necessary to check a Pattern.
17309 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17310 For example, a rule with a Current Folder Type of either
17311 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17312 more slowly when opening a newsgroup.
17314 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17315 for more information on Patterns.
17317 Look <A HREF="h_edit_nav_cmds">here</A>
17318 to see the available Editing and Navigation commands.
17320 &lt;End of help on this topic&gt;
17321 </BODY>
17322 </HTML>
17323 ======= h_config_role_stat_imp =======
17324 <HTML>
17325 <HEAD>
17326 <TITLE>Message Important Status Explained</TITLE>
17327 </HEAD>
17328 <BODY>
17329 <H1>Message Important Status Explained</H1>
17331 This part of the Pattern may have one of three possible values.
17332 The default value is &quot;Don't care&quot;, which matches any message.
17333 The other two values are &quot;Yes&quot;, which means the message must be
17334 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17335 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17336 to be a match.
17338 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17339 for more information on Patterns.
17341 Look <A HREF="h_edit_nav_cmds">here</A>
17342 to see the available Editing and Navigation commands.
17344 &lt;End of help on this topic&gt;
17345 </BODY>
17346 </HTML>
17347 ======= h_config_role_stat_new =======
17348 <HTML>
17349 <HEAD>
17350 <TITLE>Message New Status Explained</TITLE>
17351 </HEAD>
17352 <BODY>
17353 <H1>Message New Status Explained</H1>
17355 This part of the Pattern may have one of three possible values.
17356 The default value is &quot;Don't care&quot;, which matches any message.
17357 The other two values are &quot;Yes&quot;, which means the message must be
17358 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17359 means the message must <EM>not</EM> be &quot;New&quot; in order
17360 to be a match.
17361 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17362 same as <EM>Seen</EM>.
17364 The nomenclature for New and Recent is a bit confusing:
17366 New means that the message is Unseen.
17367 It could have been in your mailbox for a long time but if you haven't looked
17368 at it, it is still considered New.
17369 That matches the default Alpine index display that shows an N for such a
17370 message.
17372 Recent means that the message was added to this folder since the last time
17373 you opened the folder.
17374 Alpine also shows an N by default for these types of messages.
17375 If you were to run two copies of Alpine that opened a folder one right after
17376 the other, a message would only show up as Recent in (at most) the first
17377 Alpine session.
17379 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17380 for more information on Patterns.
17382 Look <A HREF="h_edit_nav_cmds">here</A>
17383 to see the available Editing and Navigation commands.
17385 &lt;End of help on this topic&gt;
17386 </BODY>
17387 </HTML>
17388 ======= h_config_role_stat_recent =======
17389 <HTML>
17390 <HEAD>
17391 <TITLE>Message Recent Status Explained</TITLE>
17392 </HEAD>
17393 <BODY>
17394 <H1>Message Recent Status Explained</H1>
17396 This part of the Pattern may have one of three possible values.
17397 The default value is &quot;Don't care&quot;, which matches any message.
17398 The other two values are &quot;Yes&quot;, which means the message must be
17399 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17400 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17401 to be a match.
17402 &quot;Recent&quot; means that the message was added to the folder since
17403 the last time the folder was opened.
17404 If more than one mail client has the folder opened, the message will
17405 appear to be &quot;Recent&quot; to only one of the clients.
17407 The nomenclature for New and Recent is a bit confusing:
17409 New means that the message is Unseen.
17410 It could have been in your mailbox for a long time but if you haven't looked
17411 at it, it is still considered New.
17412 That matches the default Alpine index display that shows an N for such a
17413 message.
17415 Recent means that the message was added to this folder since the last time
17416 you opened the folder.
17417 Alpine also shows an N by default for these types of messages.
17418 If you were to run two copies of Alpine that opened a folder one right after
17419 the other, a message would only show up as Recent in (at most) the first
17420 Alpine session.
17422 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17423 for more information on Patterns.
17425 Look <A HREF="h_edit_nav_cmds">here</A>
17426 to see the available Editing and Navigation commands.
17428 &lt;End of help on this topic&gt;
17429 </BODY>
17430 </HTML>
17431 ======= h_config_role_stat_del =======
17432 <HTML>
17433 <HEAD>
17434 <TITLE>Message Deleted Status Explained</TITLE>
17435 </HEAD>
17436 <BODY>
17437 <H1>Message Deleted Status Explained</H1>
17439 This part of the Pattern may have one of three possible values.
17440 The default value is &quot;Don't care&quot;, which matches any message.
17441 The other two values are &quot;Yes&quot;, which means the message must be
17442 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17443 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17444 to be a match.
17446 If you are thinking of using this part of the Pattern as a way to prevent
17447 messages from being filtered more than once in a Filter Pattern,
17448 take a look at the Filter Option
17449 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17450 instead.
17451 It should work better than using this field since it will hide the filtered
17452 messages even if they are already Deleted.
17453 That option is at the bottom of the Filter configuration screen.
17455 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17456 for more information on Patterns.
17458 Look <A HREF="h_edit_nav_cmds">here</A>
17459 to see the available Editing and Navigation commands.
17461 &lt;End of help on this topic&gt;
17462 </BODY>
17463 </HTML>
17464 ======= h_config_role_stat_ans =======
17465 <HTML>
17466 <HEAD>
17467 <TITLE>Message Answered Status Explained</TITLE>
17468 </HEAD>
17469 <BODY>
17470 <H1>Message Answered Status Explained</H1>
17472 This part of the Pattern may have one of three possible values.
17473 The default value is &quot;Don't care&quot;, which matches any message.
17474 The other two values are &quot;Yes&quot;, which means the message must be
17475 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17476 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17477 to be a match.
17479 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17480 for more information on Patterns.
17482 Look <A HREF="h_edit_nav_cmds">here</A>
17483 to see the available Editing and Navigation commands.
17485 &lt;End of help on this topic&gt;
17486 </BODY>
17487 </HTML>
17488 ======= h_config_role_abookfrom =======
17489 <HTML>
17490 <HEAD>
17491 <TITLE>Address in Address Book Explained</TITLE>
17492 </HEAD>
17493 <BODY>
17494 <H1>Address in Address Book Explained</H1>
17496 This option gives you a way to match messages that contain an address
17497 that is in one of your address books.
17498 Only the simple entries in your address books are searched.
17499 Address book distribution lists are ignored!
17501 This part of the Pattern may have one of five possible values.
17502 The default value is &quot;Don't care&quot;, which matches any message.
17503 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17504 from the message must be in at least one of your
17505 address books in order to be a match.
17506 The value &quot;No, not in any address book&quot;
17507 means none of the addresses may
17508 be in any of your address books in order to be a match.
17510 The values &quot;Yes, in specific address books&quot; and
17511 &quot;No, not in any of specific address books&quot; are similar but instead
17512 of depending on all address books you are allowed to give a list of address
17513 books to look in.
17514 Usually this would be a single address book but it may be a
17515 list of address books as well.
17516 For each of these &quot;specific&quot; address book options you Select which
17517 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17518 name (or list of names) of the address book in the
17519 &quot;Abook List&quot; field.
17520 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17521 The easiest way to fill in the Abook List field it to use
17522 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17523 line is highlighted.
17524 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17525 option is set to one of the two &quot;Specific&quot;, values.
17527 The addresses from the message that are checked for are determined by the
17528 setting you have for &quot;Types of addresses to check for in address book&quot;.
17529 If you set this to &quot;From&quot; the From address from the message will
17530 be looked up in the address book.
17531 If you set it to &quot;To&quot; instead then the To addresses will be used.
17532 If any of the To addresses are in the address book then it is considered
17533 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17534 You could set it to both From and To, in which case all of the From and To
17535 addresses are used.
17536 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17537 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17538 exists or the From address if there is no Reply-To address.
17539 Same for the Sender address.
17541 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17542 for more information on Patterns.
17544 Look <A HREF="h_edit_nav_cmds">here</A>
17545 to see the available Editing and Navigation commands.
17547 &lt;End of help on this topic&gt;
17548 </BODY>
17549 </HTML>
17550 ======= h_config_inabook_from =======
17551 <HTML>
17552 <HEAD>
17553 <TITLE>From</TITLE>
17554 </HEAD>
17555 <BODY>
17556 <H1>From</H1>
17558 Setting the From line will cause the address from the From header line
17559 of the message to be checked for in the address book.
17561 &lt;End of help on this topic&gt;
17562 </BODY>
17563 </HTML>
17564 ======= h_config_inabook_replyto =======
17565 <HTML>
17566 <HEAD>
17567 <TITLE>Reply-To</TITLE>
17568 </HEAD>
17569 <BODY>
17570 <H1>Reply-To</H1>
17572 Setting the Reply-To line will cause the address from the Reply-To header line
17573 of the message to be checked for in the address book.
17574 However, if there is no Reply-To header line in the message the From header
17575 line will be used instead.
17576 We understand this is dumb but we don't have an easy way around it.
17578 &lt;End of help on this topic&gt;
17579 </BODY>
17580 </HTML>
17581 ======= h_config_inabook_sender =======
17582 <HTML>
17583 <HEAD>
17584 <TITLE>Sender</TITLE>
17585 </HEAD>
17586 <BODY>
17587 <H1>Sender</H1>
17589 Setting the Sender line will cause the address from the Sender header line
17590 of the message to be checked for in the address book.
17591 However, if there is no Sender header line in the message the From header
17592 line will be used instead.
17593 We understand this is dumb but we don't have an easy way around it.
17595 &lt;End of help on this topic&gt;
17596 </BODY>
17597 </HTML>
17598 ======= h_config_inabook_to =======
17599 <HTML>
17600 <HEAD>
17601 <TITLE>To</TITLE>
17602 </HEAD>
17603 <BODY>
17604 <H1>To</H1>
17606 Setting the To line will cause the address from the To header line
17607 of the message to be checked for in the address book.
17609 &lt;End of help on this topic&gt;
17610 </BODY>
17611 </HTML>
17612 ======= h_config_inabook_cc =======
17613 <HTML>
17614 <HEAD>
17615 <TITLE>CC</TITLE>
17616 </HEAD>
17617 <BODY>
17618 <H1>CC</H1>
17620 Setting the CC line will cause the address from the CC header line
17621 of the message to be checked for in the address book.
17623 &lt;End of help on this topic&gt;
17624 </BODY>
17625 </HTML>
17626 ======= h_config_role_stat_8bitsubj =======
17627 <HTML>
17628 <HEAD>
17629 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17630 </HEAD>
17631 <BODY>
17632 <H1>Raw 8-bit in Subject Explained</H1>
17634 It seems that lots of unwanted email contains unencoded 8-bit characters
17635 in the Subject.
17636 Normally, characters with the 8th bit set are not allowed in the Subject
17637 header unless they are MIME-encoded.
17638 This option gives you a way to match messages that have Subjects that
17639 contain unencoded 8-bit characters.
17641 This part of the Pattern may have one of three possible values.
17642 The default value is &quot;Don't care&quot;, which matches any message.
17643 The other two values are &quot;Yes&quot;, which means the Subject of
17644 the message must contain unencoded 8-bit characters (characters with the
17645 most significant bit set)
17646 in order to be a match; or &quot;No&quot;, which
17647 means the Subject must <EM>not</EM>
17648 contain unencoded 8-bit characters in order to be a match.
17650 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17651 for more information on Patterns.
17653 Look <A HREF="h_edit_nav_cmds">here</A>
17654 to see the available Editing and Navigation commands.
17656 &lt;End of help on this topic&gt;
17657 </BODY>
17658 </HTML>
17659 ======= h_config_role_bom =======
17660 <HTML>
17661 <HEAD>
17662 <TITLE>Beginning of Month</TITLE>
17663 </HEAD>
17664 <BODY>
17665 <H1>Beginning of Month</H1>
17667 This option gives you a limited ability to take different actions depending on whether
17668 this is the first time Alpine has been run this month or not.
17669 Though it would be nice to have such an option available, this is not the
17670 same as whether or not this is the first time a paricular folder has been
17671 opened this month.
17672 If you want some action (probably Filtering) to take place in a folder each
17673 month, then you will need to be sure that the folder is opened during the
17674 first Alpine session of the month in order for this option to be helpful.
17676 This part of the Pattern may have one of three possible values.
17677 The default value is &quot;Don't care&quot;, which matches any message.
17678 The other two values are &quot;Yes&quot;, which means this is the first
17679 time Alpine has been run this month;
17680 or &quot;No&quot;, which
17681 means this is not the first time Alpine has been run this month.
17683 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17684 for more information on Patterns.
17686 Here are some technical details.
17687 The way that Alpine decides if it is the beginning of the month or not is
17688 to compare today's date with the date stored in the
17689 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17690 variable in the config file.
17691 If the month of today's date is later than the month stored in the variable,
17692 then this is considered to be the first time you have run Alpine this month, and
17693 that turns the Beginning of the Month option on.
17695 Look <A HREF="h_edit_nav_cmds">here</A>
17696 to see the available Editing and Navigation commands.
17698 &lt;End of help on this topic&gt;
17699 </BODY>
17700 </HTML>
17701 ======= h_config_role_boy =======
17702 <HTML>
17703 <HEAD>
17704 <TITLE>Beginning of Year</TITLE>
17705 </HEAD>
17706 <BODY>
17707 <H1>Beginning of Year</H1>
17709 This option gives you a limited ability to take different actions depending on whether
17710 this is the first time Alpine has been run this year or not.
17711 Though it would be nice to have such an option available, this is not the
17712 same as whether or not this is the first time a paricular folder has been
17713 opened this year.
17714 If you want some action (probably Filtering) to take place in a folder each
17715 year, then you will need to be sure that the folder is opened during the
17716 first Alpine session of the year in order for this option to be helpful.
17718 This part of the Pattern may have one of three possible values.
17719 The default value is &quot;Don't care&quot;, which matches any message.
17720 The other two values are &quot;Yes&quot;, which means this is the first
17721 time Alpine has been run this year;
17722 or &quot;No&quot;, which
17723 means this is not the first time Alpine has been run this year.
17725 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17726 for more information on Patterns.
17728 Here are some technical details.
17729 The way that Alpine decides if it is the beginning of the year or not is
17730 to compare today's date with the date stored in the
17731 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17732 variable in the config file.
17733 If the year of today's date is later than the year stored in the variable,
17734 then this is considered to be the first time you have run Alpine this year, and
17735 that turns the Beginning of the Year option on.
17737 Look <A HREF="h_edit_nav_cmds">here</A>
17738 to see the available Editing and Navigation commands.
17740 &lt;End of help on this topic&gt;
17741 </BODY>
17742 </HTML>
17743 ======= h_config_role_inick =======
17744 <HTML>
17745 <HEAD>
17746 <TITLE>Initialize Values From Role Explained</TITLE>
17747 </HEAD>
17748 <BODY>
17749 <H1>Initialize Values From Role Explained</H1>
17751 This is a power user feature.
17752 You will usually want to leave this field empty.
17753 The value of this field is the nickname of another one of your roles.
17754 The Action values from that other role
17755 are used as the initial values of the Action items for this role.
17756 If you put something in any of the action fields for this role, that will
17757 override whatever was in the corresponding field of the initializer role.
17759 You might use this field if the &quot;Action&quot; part of one of your roles
17760 is something you want to use in more than one role.
17761 Instead of filling in those action values again for each role, you
17762 may give the nickname of the role where the values are filled in.
17763 It's just a shortcut way to define Role Actions.
17765 Here's an example to help explain how this works.
17766 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17767 (among other things)
17769 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17771 set.
17772 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17773 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17774 from role1 by default (and any of the other inheritable action values
17775 that are set).
17776 So if role2 had
17778 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17780 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17781 However, if role2 had
17783 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17785 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17787 If you wish,
17788 you may choose a nickname from your list of roles by using the
17789 &quot;T&quot; command.
17790 If the role you are using to initialize also has a role it initializes from,
17791 then that initialization happens first.
17792 That is, inheritance works as expected with the grandparent and
17793 great-grandparent (and so on) roles having the expected effect.
17795 Look <A HREF="h_edit_nav_cmds">here</A>
17796 to see the available Editing and Navigation commands.
17798 &lt;End of help on this topic&gt;
17799 </BODY>
17800 </HTML>
17801 ======= h_config_role_setfrom =======
17802 <HTML>
17803 <HEAD>
17804 <TITLE>Set From Explained</TITLE>
17805 </HEAD>
17806 <BODY>
17807 <H1>Set From Explained</H1>
17809 This describes part of the action to be taken if the Pattern for this
17810 role is a match.
17811 This field consists of a single address that will be used as the From
17812 address on the message you are sending.
17813 This should be a fully-qualified address like
17815 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17817 or just
17819 <CENTER><SAMP>user@domain</SAMP></CENTER>
17821 If you wish,
17822 you may choose an address from your address book with the
17823 &quot;T&quot; command.
17825 If this is left blank, then your normal From address will be used.
17827 You may also find it useful to add the changed From address to the
17828 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17829 configuration option.
17831 Look <A HREF="h_edit_nav_cmds">here</A>
17832 to see the available Editing and Navigation commands.
17834 &lt;End of help on this topic&gt;
17835 </BODY>
17836 </HTML>
17837 ======= h_config_role_setreplyto =======
17838 <HTML>
17839 <HEAD>
17840 <TITLE>Set Reply-To Explained</TITLE>
17841 </HEAD>
17842 <BODY>
17843 <H1>Set Reply-To Explained</H1>
17845 This describes part of the action to be taken if the Pattern for this
17846 role is a match.
17847 This field consists of a single address that will be used as the Reply-To
17848 address on the message you are sending.
17849 This may be a fully-qualified address like
17851 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17853 or just
17855 <CENTER><SAMP>user@domain</SAMP></CENTER>
17857 If you wish,
17858 you may choose an address from your address book with the
17859 &quot;T&quot; command.
17861 If this is left blank, then there won't be a Reply-To address unless
17862 you have configured one specially with the
17863 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17864 configuration option.
17866 Look <A HREF="h_edit_nav_cmds">here</A>
17867 to see the available Editing and Navigation commands.
17869 &lt;End of help on this topic&gt;
17870 </BODY>
17871 </HTML>
17872 ======= h_config_role_setfcc =======
17873 <HTML>
17874 <HEAD>
17875 <TITLE>Set Fcc Explained</TITLE>
17876 </HEAD>
17877 <BODY>
17878 <H1>Set Fcc Explained</H1>
17880 This describes part of the action to be taken if the Pattern for this
17881 role is a match.
17882 This field consists of a single folder name that will be used in
17883 the Fcc field of the message you are sending.
17884 You may put anything here that you would normally type into the Fcc
17885 field from the composer.
17887 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17888 no Fcc.
17890 A blank field here means that Alpine will use its normal rules for deciding
17891 the default value of the Fcc field.
17892 For many roles, perhaps most, it may make more sense for you to use the
17893 other Alpine facilities for setting the Fcc.
17894 In particular, if you want the Fcc to depend on who you are sending the
17895 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17896 is probably more useful.
17897 In that case, you would want to leave the Fcc field here blank.
17898 However, if you have a role that depends on who the message you are replying
17899 to was From, or what address that message was sent to;
17900 then it might make sense to set the Fcc for that role here.
17902 If you wish,
17903 you may choose a folder from your folder collections by using the
17904 &quot;T&quot; command.
17906 Look <A HREF="h_edit_nav_cmds">here</A>
17907 to see the available Editing and Navigation commands.
17909 &lt;End of help on this topic&gt;
17910 </BODY>
17911 </HTML>
17912 ======= h_config_role_usesmtp =======
17913 <HTML>
17914 <HEAD>
17915 <TITLE>Use SMTP Server Explained</TITLE>
17916 </HEAD>
17917 <BODY>
17918 <H1>Use SMTP Server Explained</H1>
17920 This describes part of the action to be taken if the Pattern for this
17921 role is a match.
17922 If this field has a value, then it will be used as the SMTP server
17923 to send mail when this role is being used (unless the SMTP server variable
17924 is set in the system-wide fixed configuration file).
17925 It has the same semantics as the
17926 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17927 variable in the Setup/Config screen.
17929 If you are using this to post from home when you are at home and from
17930 work when you are at work you need to be careful about postponing messages.
17931 When you postpone a composition that was using a role with this variable
17932 set, the SMTP server list will be saved
17933 with the postponed composition.
17934 It cannot be changed later.
17935 Because of this, you may want to make this a list of SMTP servers
17936 with the preferred server at the front of the list and alternate servers
17937 later in the list.
17938 In your &quot;Home&quot; role you would put the home SMTP server first and
17939 the work SMTP server last.
17940 In your &quot;Work&quot; role you would put the work SMTP server first and
17941 the home SMTP server last.
17942 Then if you start a composition as &quot;Work&quot;, postpone
17943 it, and then later resume it from home the work SMTP server will fail but
17944 the home SMTP server later in the list will succeed.
17946 You may be able to simplify things by making the regular
17947 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17948 variable in the Setup/Config screen a list instead of using roles
17949 to set the SMTP server.
17952 Look <A HREF="h_edit_nav_cmds">here</A>
17953 to see the available Editing and Navigation commands.
17955 &lt;End of help on this topic&gt;
17956 </BODY>
17957 </HTML>
17958 ======= h_config_role_usenntp =======
17959 <HTML>
17960 <HEAD>
17961 <TITLE>Use NNTP Server Explained</TITLE>
17962 </HEAD>
17963 <BODY>
17964 <H1>Use NNTP Server Explained</H1>
17966 This describes part of the action to be taken if the Pattern for this
17967 role is a match.
17968 If this field has a value, then it will be used as the NNTP server
17969 to post to newsgroups when this role is being used (unless the NNTP server
17970 variable
17971 is set in the system-wide fixed configuration file).
17972 It has the same semantics as the
17973 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17974 variable in the Setup/Config screen.
17976 This role setting can facilitate posting to the right nntp server for someone
17977 who reads news from various news sources.  The feature
17978 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17979 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17980 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17981 nntp servers for roles may be more desirable for some people.
17983 If you are using this to post from home when you are at home and from
17984 work when you are at work you need to be careful about postponing messages.
17985 When you postpone a composition that was using a role with this variable
17986 set, the NNTP server list will be saved
17987 with the postponed composition.
17988 It cannot be changed later.
17989 Because of this, you may want to make this a list of NNTP servers
17990 with the preferred server at the front of the list and alternate servers
17991 later in the list.
17992 In your &quot;Home&quot; role you would put the home NNTP server first and
17993 the work NNTP server last.
17994 In your &quot;Work&quot; role you would put the work NNTP server first and
17995 the home NNTP server last.
17996 Then if you start a composition as &quot;Work&quot;, postpone
17997 it, and then later resume it from home the work NNTP server will fail but
17998 the home NNTP server later in the list will succeed.
18000 You may be able to simplify things by making the regular
18001 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18002 variable in the Setup/Config screen a list instead of using roles
18003 to set the NNTP server.
18006 Look <A HREF="h_edit_nav_cmds">here</A>
18007 to see the available Editing and Navigation commands.
18009 &lt;End of help on this topic&gt;
18010 </BODY>
18011 </HTML>
18012 ======= h_config_role_setotherhdr =======
18013 <HTML>
18014 <HEAD>
18015 <TITLE>Set Other Headers Explained</TITLE>
18016 </HEAD>
18017 <BODY>
18018 <H1>Set Other Headers Explained</H1>
18020 This describes part of the action to be taken if the Pattern for this
18021 role is a match.
18022 This field gives you a way to set values for headers besides
18023 &quot;From&quot; and &quot;Reply-To&quot;.
18024 If you want to set either of those, use the specific
18025 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18027 This field is similar to the
18028 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18029 Each header you specify here must include the header tag 
18030 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18031 and may optionally include a value for that header.
18032 In order to see these headers when you compose using this role you 
18033 must use the rich header
18034 <!--chtml if pinemode="function_key"-->(F5)
18035 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18036 Here's an example that shows how you might set the To address.
18038 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18040 Headers set in this way are different from headers set with the
18041 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18042 will replace any value that already exists.
18043 For example, if you are Replying to a message there will already be at
18044 least one address in the To header (the address you are Replying to).
18045 However, if you Reply using a role that sets the To header, that role's
18046 To header value will be used instead.
18048 Limitation: Because commas are used to separate the list of
18049 Other Headers, it is not possible to have the value of a
18050 header contain a comma;
18051 nor is there currently an &quot;escape&quot; mechanism provided
18052 to make this work.
18054 Look <A HREF="h_edit_nav_cmds">here</A>
18055 to see the available Editing and Navigation commands.
18057 &lt;End of help on this topic&gt;
18058 </BODY>
18059 </HTML>
18060 ======= h_config_role_setlitsig =======
18061 <HTML>
18062 <HEAD>
18063 <TITLE>Set Literal Signature Explained</TITLE>
18064 </HEAD>
18065 <BODY>
18066 <H1>Set Literal Signature Explained</H1>
18068 This describes part of the action to be taken if the Pattern for this
18069 role is a match.
18070 This field contains the actual text for your signature, as opposed to
18071 the name of a file containing your signature.
18072 If this is defined it takes precedence over any value set in the
18073 &quot;Set Signature&quot; field.
18075 This is simply a different way to store the signature.
18076 The signature is stored inside your Alpine configuration file instead of in
18077 a separate file.
18078 Tokens work the same way they do with
18079 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18080 help text there for more information.
18083 The two character sequence &#92;n (backslash followed by
18084 the character n) will be used to signify a line-break in your signature.
18085 You don't have to enter the &#92;n, but it will be visible in the
18086 CHANGE THIS ROLE RULE window after you are done editing the signature.
18088 Look <A HREF="h_edit_nav_cmds">here</A>
18089 to see the available Editing and Navigation commands.
18091 &lt;End of help on this topic&gt;
18092 </BODY>
18093 </HTML>
18094 ======= h_config_role_setsig =======
18095 <HTML>
18096 <HEAD>
18097 <TITLE>Set Signature Explained</TITLE>
18098 </HEAD>
18099 <BODY>
18100 <H1>Set Signature Explained</H1>
18102 This describes part of the action to be taken if the Pattern for this
18103 role is a match.
18105 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18106 option from Setup/Config
18107 or the &quot;Set LiteralSig&quot; option for this role are defined,
18108 then this option will be ignored.
18109 You can tell that that is the case because the value of this
18110 option will show up as
18112 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18114 You may either use all Literal Signatures (signatures stored in your
18115 configuration file) throughout Alpine, or all signature files.
18116 You can't mix the two.
18118 This field consists of a filename that will be used as the signature
18119 file when using this role.
18121 If the filename is followed by a vertical bar (|) then instead
18122 of reading the contents of the file the file is assumed to be a
18123 program that will produce the text to be used on its standard output.
18124 The program can't have any arguments and doesn't receive any input from Alpine,
18125 but the rest of the processing works as if the contents came from a file.
18127 Instead of storing the data in a local file, the
18128 signature data may be stored remotely in an IMAP folder.
18129 In order to do this, 
18130 you must use a remote name for the signature.
18131 A remote signature name might look like:
18133 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18136 The syntax used here is the same as the syntax used for a remote
18137 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18138 Note that you may not access an existing signature file remotely,
18139 you have to create a new <EM>folder</EM> that contains the signature data.
18140 If the name you use here for the signature data is a remote name, then when
18141 you edit the file using the &quot;F&quot; command the data will
18142 be saved remotely in the folder.
18143 You aren't required to do anything special to create the folder, it
18144 gets created if you use a remote name.
18147 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18148 the name of the file) you have specified.
18149 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18151 Besides containing regular text, a signature file may also
18152 contain (or a signature program may produce) tokens that are replaced with text
18153 that depends on the message you are replying to or forwarding.
18154 The tokens all look like _word_ (a word surrounded by underscores).
18155 For example, if the token
18157 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18159 is included in the text of the signature file, then when you reply to
18160 or forward a message, the token will be replaced with the actual date
18161 the message you are replying to or forwarding was sent.
18163 If you use a role that has a signature file for a plain composition
18164 (that is, not a reply or forward) then there is no original message, so
18165 any tokens that depend on the message will be replaced with nothing.
18166 So if you want a signature file to be useful for new compositions it
18167 shouldn't include any of the tokens that depend on the message being
18168 replied to or forwarded.
18170 The list of available tokens is
18171 <A HREF="h_index_tokens">here</A>.
18173 Actually, for the adventurous, there is a way to conditionally include text based
18174 on whether or not a token would result in specific replacement text.
18175 For example, you could include some text based on whether or not
18176 the _NEWS_ token would result in any newsgroups if it was used.
18177 It's explained in detail
18178 <A HREF="h_reply_token_conditionals">here</A>.
18180 In the very unlikely event that you want to include a literal token in
18181 a signature file, you must precede it with a backslash character.
18182 For example, to include the literal text _DATE_ you must actually use
18183 &#92;_DATE_.
18184 It is not possible to have a literal backslash followed by an expanded token.
18186 A blank field here means that Alpine will use its normal rules for deciding
18187 which file (if any) to use for the signature file.
18189 An alternate method for storing the signature is available in
18190 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18192 Look <A HREF="h_edit_nav_cmds">here</A>
18193 to see the available Editing and Navigation commands.
18195 &lt;End of help on this topic&gt;
18196 </BODY>
18197 </HTML>
18198 ======= h_config_role_settempl =======
18199 <HTML>
18200 <HEAD>
18201 <TITLE>Set Template Explained</TITLE>
18202 </HEAD>
18203 <BODY>
18204 <H1>Set Template Explained</H1>
18206 This describes part of the action to be taken if the Pattern for this
18207 role is a match.
18208 This field consists of a filename that will be used as the template
18209 file when using this role.
18210 The template file is a file that is included at the top of the message you
18211 are composing.
18213 If the filename is followed by a vertical bar (|) then instead
18214 of reading the contents of the file the file is assumed to be a
18215 program that will produce the text to be used on its standard output.
18216 The program can't have any arguments and doesn't receive any input from Alpine,
18217 but the rest of the processing works as if the contents came from a file.
18219 Instead of storing the data in a local file, the
18220 template may be stored remotely in an IMAP folder.
18221 In order to do this, 
18222 you must use a remote name for the template.
18223 A remote template name might look like:
18225 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18228 The syntax used here is the same as the syntax used for a remote
18229 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18230 Note that you may not access an existing template file remotely,
18231 you have to create a new <EM>folder</EM> that contains the template data.
18232 If the name you use here for the template is a remote name, then when
18233 you edit the file using the &quot;F&quot; command the data will
18234 be saved remotely in the folder.
18235 You aren't required to do anything special to create the folder, it
18236 gets created if you use a remote name.
18238 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18239 the name of the file) you have specified.
18240 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18242 Besides containing regular text, the template file may also
18243 contain (or a template file program may produce) tokens that are replaced with text
18244 that depends on the message you are replying to or forwarding.
18245 The tokens all look like _word_ (a word surrounded by underscores).
18246 For example, if the token
18248 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18250 is included in the text of the template file, then when you reply to
18251 or forward a message, the token will be replaced with the actual date
18252 the message you are replying to or forwarding was sent.
18254 If you use a role that has a template file for a plain composition
18255 (that is, not a reply or forward) then there is no original message, so
18256 any tokens that depend on the message will be replaced with nothing.
18257 So if you want a template file to be useful for new compositions it
18258 shouldn't include any of the tokens that depend on the message being
18259 replied to or forwarded.
18261 The list of available tokens is
18262 <A HREF="h_index_tokens">here</A>.
18264 Actually, for the adventurous, there is a way to conditionally include text based
18265 on whether or not a token would result in specific replacement text.
18266 For example, you could include some text based on whether or not
18267 the _NEWS_ token would result in any newsgroups if it was used.
18268 It's explained in detail
18269 <A HREF="h_reply_token_conditionals">here</A>.
18271 In the very unlikely event that you want to include a literal token in
18272 a template file, you must precede it with a backslash character.
18273 For example, to include the literal text _DATE_ you must actually use
18274 &#92;_DATE_.
18275 It is not possible to have a literal backslash followed by an expanded token.
18277 A blank template field means that Alpine will not use a template file when
18278 this role is being used.
18280 Look <A HREF="h_edit_nav_cmds">here</A>
18281 to see the available Editing and Navigation commands.
18283 &lt;End of help on this topic&gt;
18284 </BODY>
18285 </HTML>
18286 ======= h_config_filt_stat_imp =======
18287 <HTML>
18288 <HEAD>
18289 <TITLE>Set Important Status Explained</TITLE>
18290 </HEAD>
18291 <BODY>
18292 <H1>Set Important Status Explained</H1>
18294 This describes part of the action to be taken if the Pattern for this
18295 filter is a match.
18296 If set to &quot;Don't change it&quot; then this does nothing.
18297 If set to &quot;Set this state&quot; then the Important flag is set
18298 for the matching message.
18299 If set to &quot;Clear this state&quot; then the Important flag is cleared
18300 for the matching message.
18301 The important flag usually causes an asterisk to show up in the MESSAGE
18302 INDEX.
18303 It may also be useful when selecting a set of messages
18304 with the Select command.
18306 Look <A HREF="h_edit_nav_cmds">here</A>
18307 to see the available Editing and Navigation commands.
18309 &lt;End of help on this topic&gt;
18310 </BODY>
18311 </HTML>
18312 ======= h_config_filt_stat_new =======
18313 <HTML>
18314 <HEAD>
18315 <TITLE>Set New Status Explained</TITLE>
18316 </HEAD>
18317 <BODY>
18318 <H1>Set New Status Explained</H1>
18320 This describes part of the action to be taken if the Pattern for this
18321 filter is a match.
18322 If set to &quot;Don't change it&quot; then this does nothing.
18323 If set to &quot;Set this state&quot; then the
18324 matching message is marked New.
18325 If set to &quot;Clear this state&quot; then the
18326 matching message is marked Seen.
18328 Look <A HREF="h_edit_nav_cmds">here</A>
18329 to see the available Editing and Navigation commands.
18331 &lt;End of help on this topic&gt;
18332 </BODY>
18333 </HTML>
18334 ======= h_config_filt_stat_ans =======
18335 <HTML>
18336 <HEAD>
18337 <TITLE>Set Answered Status Explained</TITLE>
18338 </HEAD>
18339 <BODY>
18340 <H1>Set Answered Status Explained</H1>
18342 This describes part of the action to be taken if the Pattern for this
18343 filter is a match.
18344 If set to &quot;Don't change it&quot; then this does nothing.
18345 If set to &quot;Set this state&quot; then the Answered flag is set
18346 for the matching message.
18347 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18348 for the matching message.
18350 Look <A HREF="h_edit_nav_cmds">here</A>
18351 to see the available Editing and Navigation commands.
18353 &lt;End of help on this topic&gt;
18354 </BODY>
18355 </HTML>
18356 ======= h_config_filt_stat_del =======
18357 <HTML>
18358 <HEAD>
18359 <TITLE>Set Deleted Status Explained</TITLE>
18360 </HEAD>
18361 <BODY>
18362 <H1>Set Deleted Status Explained</H1>
18364 This describes part of the action to be taken if the Pattern for this
18365 filter is a match.
18366 If set to &quot;Don't change it&quot; then this does nothing.
18367 If set to &quot;Set this state&quot; then the
18368 matching message is marked Deleted.
18369 If set to &quot;Clear this state&quot; then the
18370 matching message is marked UnDeleted.
18372 You should not use this option unless you are prepared to have matching
18373 messages expunged from the folder permanently.
18374 For example, if you type the Expunge command, this filter is applied
18375 before the expunge, so matching messages will be marked Deleted and then
18376 will be permanently expunged from the folder.
18377 However, since the index isn't redrawn in between the time that the message
18378 is marked Deleted and the time that you are asked to expunge, the only
18379 indication that you are expunging the message comes in the number of messages
18380 being expunged.
18381 The same thing may happen when you close a folder.
18382 It is also possible that an expunge not initiated by you will
18383 delete matching messages.
18385 Look <A HREF="h_edit_nav_cmds">here</A>
18386 to see the available Editing and Navigation commands.
18388 &lt;End of help on this topic&gt;
18389 </BODY>
18390 </HTML>
18391 ======= h_config_role_scoreval =======
18392 <HTML>
18393 <HEAD>
18394 <TITLE>Score Value Explained</TITLE>
18395 </HEAD>
18396 <BODY>
18397 <H1>Score Value Explained</H1>
18399 A message's score is the sum of the Score Values from all of the Scoring rules
18400 with Patterns that match the message.
18401 The value you give here is the Score Value associated with this rule.
18402 A Score Value is an integer between -100 and 100, with the default
18403 value of zero.
18405 Alternatively, if the
18406 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18407 field is defined
18408 (on the line right below the &quot;Score Value&quot; field)
18409 then the &quot;Score Value&quot; is ignored and
18410 the &quot;Score From Header&quot; field is used instead.
18412 Look <A HREF="h_edit_nav_cmds">here</A>
18413 to see the available Editing and Navigation commands.
18415 &lt;End of help on this topic&gt;
18416 </BODY>
18417 </HTML>
18418 ======= h_config_role_scorehdrtok =======
18419 <HTML>
18420 <HEAD>
18421 <TITLE>Score Value From Header Explained</TITLE>
18422 </HEAD>
18423 <BODY>
18424 <H1>Score Value From Header Explained</H1>
18426 This option provides a way to use a number that appears in the headers of your
18427 messages as the message's score, or as a component of that score.
18428 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18429 The idea behind this option is that there may be a score embedded in the
18430 headers of messages that has already been calculated outside of Alpine.
18431 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18432 somewhere in that header there is a score.
18434 The value for this option is the name of the header followed by parentheses
18435 with two arguments inside:
18437 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18439 No space is allowed between the comma and the start of the field_separators.
18440 It would be interpreted as the first separator if it was there.
18441 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18442 starts after that and goes to the second separator, and so on.
18443 It's easier to explain with examples.
18445 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18447 In the above example the header that is used is the &quot;X-Spam&quot; header.
18448 The value of that header (the part after the colon and the space) is split
18449 into fields separated by spaces.
18451 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18453 The second field is selected and converted to an integer. It only makes sense
18454 if Field2 really is an integer.
18456 Here's an example of a SpamAssassin header.
18457 The exact look of the header will vary, but if your incoming mail
18458 contains headers that look like the following
18460 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18462 you might want to use the hits value as a score.
18463 Since the score is an integer value you can't make use of the decimal part of
18464 the number, but
18465 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18466 and &quot;.&quot; as your separators.
18468 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18470 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18471 hits.
18472 The second field is &quot;10&quot; so the score value would be 10.
18474 Another example we've seen has headers that look like
18476 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18478 Because there are two equals before the 7% the value
18480 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18482 should capture the probability as the score.
18484 The Score From Header scoring value actually works just like the
18485 regular Score Value in that the rest of the pattern has to match before
18486 it is used and the scores from all the different scoring rules that
18487 match for a particular message are added together.
18488 When using the Score From Header method it may (or may not) make sense to
18489 use only a single scoring rule with a pattern that matches every message.
18491 Look <A HREF="h_edit_nav_cmds">here</A>
18492 to see the available Editing and Navigation commands.
18494 &lt;End of help on this topic&gt;
18495 </BODY>
18496 </HTML>
18497 ======= h_config_role_replyuse =======
18498 <HTML>
18499 <HEAD>
18500 <TITLE>Reply Use Explained</TITLE>
18501 </HEAD>
18502 <BODY>
18503 <H1>Reply Use Explained</H1>
18505 This option determines how this particular role will be used when Replying
18506 to a message.
18507 There are three possible values for this option.
18508 The value &quot;Never&quot;
18509 means that this role will not be a candidate for use when Replying.
18510 The role's Pattern will not be checked for a match, however the role will
18511 be available to be manually switched to if there is a confirmation prompt.
18514 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18515 mean that you do want to consider this role when Replying.
18516 For either of these settings, the role's Pattern will be compared with
18517 the message being replied to.
18518 If there is a match then this role will either be used without confirmation
18519 or will be the default when confirmation is asked for, depending on
18520 which of the two options is selected.
18521 If confirmation is requested, you will also have a chance to
18522 manually change the role to any one of your other roles.
18525 You won't be prompted for confirmation if none of your role Patterns
18526 match the message being replied to.
18527 This is independent of the value of the current option.
18528 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18529 feature may be used to change this behavior.
18531 &lt;End of help on this topic&gt;
18532 </BODY>
18533 </HTML>
18534 ======= h_config_role_forwarduse =======
18535 <HTML>
18536 <HEAD>
18537 <TITLE>Forward Use Explained</TITLE>
18538 </HEAD>
18539 <BODY>
18540 <H1>Forward Use Explained</H1>
18542 This option determines how this particular role will be used when Forwarding
18543 a message.
18544 There are three possible values for this option.
18545 The value &quot;Never&quot;
18546 means that this role will not be a candidate for use when Forwarding.
18547 The role's Pattern will not be checked for a match, however the role will
18548 be available to be manually switched to if there is a confirmation prompt.
18551 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18552 mean that you do want to consider this role when Forwarding.
18553 For either of these settings, the role's Pattern will be compared with
18554 the message being forwarded.
18555 If there is a match then this role will either be used without confirmation
18556 or will be the default when confirmation is asked for, depending on
18557 which of the two options is selected.
18558 If confirmation is requested, you will also have a chance to
18559 manually change the role to any one of your other roles.
18562 You won't be prompted for confirmation if none of your role Patterns
18563 match the message being forwarded.
18564 This is independent of the value of the current option.
18565 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18566 feature may be used to change this behavior.
18568 &lt;End of help on this topic&gt;
18569 </BODY>
18570 </HTML>
18571 ======= h_config_role_composeuse =======
18572 <HTML>
18573 <HEAD>
18574 <TITLE>Compose Use Explained</TITLE>
18575 </HEAD>
18576 <BODY>
18577 <H1>Compose Use Explained</H1>
18579 This option determines how this particular role will be used when Composing
18580 a new message using the &quot;Compose&quot; command.
18581 This does not affect what happens when using the &quot;Role&quot; command
18582 to compose a new message.
18583 The &quot;Role&quot; command allows you to select a role from all of the
18584 roles you have defined, regardless of what Uses you've assigned to those
18585 roles.
18588 There are three possible values for this option.
18589 The value &quot;Never&quot;
18590 means that this role will not be a candidate for use when Composing.
18591 The role's Current Folder Type will not be checked for a match, however the role
18592 will be available to be manually switched to if there is a confirmation prompt.
18595 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18596 mean that you do want to consider this role when Composing.
18597 For either of these settings,
18598 the role's Current Folder Type will be checked (since there is no message
18599 to compare with, the rest of the Pattern is considered a match).
18600 If there is a match then this role will either be used without confirmation
18601 or will be the default when confirmation is asked for, depending on
18602 which of the two options is selected.
18603 If confirmation is requested, you will also have a chance to
18604 manually change the role to any one of your other roles.
18607 When using the Compose command the role checking is a little different
18608 because there is no message being replied to or forwarded.
18609 Because of this the Current Folder Type is checked but the header pattern
18610 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18611 A role is considered to be a match if it is a candidate for Compose Use and
18612 its Current Folder Type matches the currently open folder.
18613 This could be useful if you want to set a role based on the folder you
18614 are reading, or the type of folder you are reading.
18617 You won't be prompted for confirmation if none of your role Patterns
18618 are a match.
18619 This is independent of the value of the current option.
18620 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18621 feature may be used to change this behavior.
18623 &lt;End of help on this topic&gt;
18624 </BODY>
18625 </HTML>
18626 ======= h_config_filter_folder =======
18627 <HTML>
18628 <HEAD>
18629 <TITLE>Filter Folder Explained</TITLE>
18630 </HEAD>
18631 <BODY>
18632 <H1>Filter Folder Explained</H1>
18634 When the Filter Action is set to &quot;Move&quot;,
18635 the folder or folders specified here will be used to store messages matching
18636 the provided pattern.
18639 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18640 here.
18643 If you wish,
18644 you may choose a folder from your folder collections by using the
18645 &quot;T&quot; command.
18647 Besides regular text, the folder name may also contain
18648 tokens that are replaced with text representing the current date
18649 when you run Alpine.
18650 For example, if the folder name you use is
18652 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18654 that is replaced with something like
18656 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18660 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18662 becomes
18664 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18666 The token names must be surrounded by underscores in order to be recognized
18667 as tokens.
18668 The tokens that may be used are those that are derived from the current date.
18669 They're listed near the bottom of the list of tokens give
18670 <A HREF="h_index_tokens">here</A>.
18672 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18673 for more information on Patterns.
18675 Look <A HREF="h_edit_nav_cmds">here</A>
18676 to see the available Editing and Navigation commands.
18678 &lt;End of help on this topic&gt;
18679 </BODY>
18680 </HTML>
18681 ======= h_config_filter_kw_set =======
18682 <HTML>
18683 <HEAD>
18684 <TITLE>Set These Keywords Explained</TITLE>
18685 </HEAD>
18686 <BODY>
18687 <H1>Set These Keywords Explained</H1>
18689 This describes part of the action to be taken if the Pattern for this
18690 filter is a match.
18691 Read a little about keywords in the help text for the
18692 <A HREF="h_common_flag">Flag</A> command.
18693 This option is a list of keywords that will be Set when there is a match.
18694 If you wish, you may choose keywords from the list of keywords you have
18695 defined with the &quot;T&quot; command.
18696 You may add new keywords by defining them in the
18697 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18698 If you have given a keyword a nickname when configuring it,
18699 that nickname may be used instead of the actual keyword.
18702 Look <A HREF="h_edit_nav_cmds">here</A>
18703 to see the available Editing and Navigation commands.
18705 &lt;End of help on this topic&gt;
18706 </BODY>
18707 </HTML>
18708 ======= h_config_filter_kw_clr =======
18709 <HTML>
18710 <HEAD>
18711 <TITLE>Clear These Keywords Explained</TITLE>
18712 </HEAD>
18713 <BODY>
18714 <H1>Clear These Keywords Explained</H1>
18716 This describes part of the action to be taken if the Pattern for this
18717 filter is a match.
18718 Read a little about keywords in the help text for the
18719 <A HREF="h_common_flag">Flag</A> command.
18720 This option is a list of keywords that will be Cleared when there is a match.
18721 If you wish, you may choose keywords from the list of keywords you have
18722 defined with the &quot;T&quot; command.
18723 You may add new keywords by defining them in the
18724 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18725 If you have given a keyword a nickname when configuring it,
18726 that nickname may be used instead of the actual keyword.
18729 Look <A HREF="h_edit_nav_cmds">here</A>
18730 to see the available Editing and Navigation commands.
18732 &lt;End of help on this topic&gt;
18733 </BODY>
18734 </HTML>
18735 ======= h_index_tokens =======
18736 <HTML>
18737 <HEAD>
18738 <TITLE>Tokens for Index and Replying</TITLE>
18739 </HEAD>
18740 <BODY>
18742 This set of special tokens may be used in the
18743 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18744 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18745 in signature files,
18746 in template files used in
18747 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18748 that is the target of a Filter Rule.
18749 Some of them aren't available in all situations.
18751 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18752 option, but they must be surrounded by underscores for the
18753 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18754 and in the target of Filter Rules.
18758 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18760 <DL>
18761 <DT>SUBJECT</DT>
18762 <DD>
18763 This token represents the Subject the sender gave the message.
18764 Alternatives for use in the index screen are
18765 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18766 You may color the subject text in the MESSAGE INDEX screen differently by using the
18767 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18768 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18769 options available from
18770 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18771 </DD>
18773 <DT>FROM</DT>
18774 <DD>
18775 This token represents the personal name (or email address if the name
18776 is unavailable) of the person specified in the message's &quot;From:&quot;
18777 header field.
18778 You may color the from text in the MESSAGE INDEX screen differently by using the
18779 <A HREF="h_config_index_from_color">Index From Color</A>
18780 option available from
18781 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18782 </DD>
18784 <DT>ADDRESS</DT>
18785 <DD>
18786 This is similar to the &quot;FROM&quot; token, only it is always the
18787 email address, never the personal name.
18788 For example, &quot;mailbox@domain&quot;.
18789 </DD>
18791 <DT>MAILBOX</DT>
18792 <DD>
18793 This is the same as the &quot;ADDRESS&quot; except that the 
18794 domain part of the address is left off.
18795 For example, &quot;mailbox&quot;.
18796 </DD>
18798 <DT>SENDER</DT>
18799 <DD>
18800 This token represents the personal name (or email address) of the person
18801 listed in the message's &quot;Sender:&quot; header field.
18802 </DD>
18804 <DT>TO</DT>
18805 <DD>
18806 This token represents the personal names (or email addresses if the names
18807 are unavailable) of the persons specified in the
18808 message's &quot;To:&quot; header field.
18809 </DD>
18811 <DT>NEWSANDTO</DT>
18812 <DD>
18813 This token represents the newsgroups from the
18814 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18815 the personal names (or email addresses if the names
18816 are unavailable) of the persons specified in the
18817 message's &quot;To:&quot; header field.
18818 </DD>
18820 <DT>TOANDNEWS</DT>
18821 <DD>
18822 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18823 </DD>
18825 <DT>NEWS</DT>
18826 <DD>
18827 This token represents the newsgroups from the
18828 message's &quot;Newsgroups:&quot; header field.
18829 </DD>
18831 <DT>CC</DT>
18832 <DD>
18833 This token represents the personal names (or email addresses if the names
18834 are unavailable) of the persons specified in the
18835 message's &quot;Cc:&quot; header field.
18836 </DD>
18838 <DT>RECIPS</DT>
18839 <DD>
18840 This token represents the personal names (or email addresses if the names
18841 are unavailable) of the persons specified in both the
18842 message's &quot;To:&quot; header field and
18843 the message's &quot;Cc:&quot; header field.
18844 </DD>
18846 <DT>NEWSANDRECIPS</DT>
18847 <DD>
18848 This token represents the newsgroups from the
18849 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18850 the personal names (or email addresses if the names
18851 are unavailable) of the persons specified in the
18852 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18853 </DD>
18855 <DT>RECIPSANDNEWS</DT>
18856 <DD>
18857 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18858 </DD>
18860 <DT>INIT</DT>
18861 <DD>
18862 This token represents the initials from the personal name
18863 of the person specified in the message's &quot;From:&quot;
18864 header field.
18865 If there is no personal name, it is blank.
18866 </DD>
18868 <DT>DATE</DT>
18869 <DD>
18870 This token represents the date on which the message was sent, according
18871 to the &quot;Date&quot; header field.
18872 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18873 The feature
18874 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18875 which adjusts for the timezone the message was sent from,
18876 may have an effect on the value of this token as well as the values of
18877 all of the other DATE or TIME tokens.
18878 Some of the DATE and TIME tokens are displayed in a locale-specific
18879 way unless the option
18880 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18881 </DD>
18883 <DT>SMARTDATE</DT>
18884 <DD>
18885 This token represents the date on which the message was sent, according
18886 to the &quot;Date&quot; header field.
18887 It is &quot;Today&quot; if the message was sent today,
18888 &quot;Yesterday&quot; for yesterday,
18889 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18890 message is from last year and is more than six months old it includes the year, as well.
18891 See the SMARTDATE alternatives below, as well.
18892 </DD>
18894 <DT>SMARTTIME</DT>
18895 <DD>
18896 This token represents the most relevant elements of the date on which
18897 the message was sent (according to the &quot;Date&quot; header field),
18898 in a compact form. If the message was sent today, only the time is used
18899 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18900 the past week, the day of the week and the hour are used
18901 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18902 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18903 &quot;9Apr98&quot;).
18904 </DD>
18906 <DT>SMARTDATETIME</DT>
18907 <DD>
18908 This is a combination of SMARTDATE and SMARTTIME.
18909 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18910 case it is SMARTTIME.
18911 See the SMARTDATETIME alternatives below, as well.
18912 </DD>
18914 <DT>DATEISO</DT>
18915 <DD>
18916 This token represents the date on which the message was sent, according
18917 to the &quot;Date&quot; header field.
18918 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18919 </DD>
18921 <DT>SHORTDATEISO</DT>
18922 <DD>
18923 This token represents the date on which the message was sent, according
18924 to the &quot;Date&quot; header field.
18925 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18926 </DD>
18928 <DT>SHORTDATE1</DT>
18929 <DD>
18930 This token represents the date on which the message was sent, according
18931 to the &quot;Date&quot; header field.
18932 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18933 </DD>
18935 <DT>SHORTDATE2</DT>
18936 <DD>
18937 This token represents the date on which the message was sent, according
18938 to the &quot;Date&quot; header field.
18939 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18940 </DD>
18942 <DT>SHORTDATE3</DT>
18943 <DD>
18944 This token represents the date on which the message was sent, according
18945 to the &quot;Date&quot; header field.
18946 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18947 </DD>
18949 <DT>SHORTDATE4</DT>
18950 <DD>
18951 This token represents the date on which the message was sent, according
18952 to the &quot;Date&quot; header field.
18953 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18954 </DD>
18956 <DT>LONGDATE</DT>
18957 <DD>
18958 This token represents the date on which the message was sent, according
18959 to the &quot;Date&quot; header field.
18960 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18961 </DD>
18963 <DT>SMARTDATE alternatives</DT>
18964 <DD>
18965 There are several versions of SMARTDATE that are all the same except
18966 for the way they format dates far in the past.
18967 SMARTDATE formats the date using the information from your locale settings
18968 to format the date string. It may end up formatting dates so that they look
18969 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18970 The feature
18971 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18972 may have an affect on the values of these tokens.
18973 If you want more control you may use one of the following.
18974   <DL>
18975   <DT>SMARTDATE</DT> <DD>If the option
18976 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18977 then this will be locale specific. Control this with the
18978 LC_TIME locale setting on a UNIX system. On Windows
18979 the Regional Options control panel may be used to set the Short date
18980 format. At the programming level, the strftime routine is what Alpine
18981 uses to print the date.
18982 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18983 to SMARTDATES1.</DD>
18984   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18985   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18986   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18987   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18988   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18989   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18990   </DL>
18991 </DD>
18993 <DT>SMARTDATETIME alternatives</DT>
18994 <DD>
18995 There are several versions of SMARTDATETIME that are all very similar.
18996 The ones that end in 24 use a 24-hour clock for Today's messages instead
18997 of a 12-hour clock.
18998 The other variation is
18999 for the way they format dates far in the past.
19000 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19001 to format the date string. It may end up formatting dates so that they look
19002 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19003 The feature
19004 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19005 may have an affect on the values of these tokens.
19006 The possible choices are:
19007   <DL>
19008   <DT>SMARTDATETIME</DT> <DD>If the option
19009 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19010 then this will be locale specific. Control this with the
19011 LC_TIME locale setting on a UNIX system. On Windows
19012 the Regional Options control panel may be used to set the Short date
19013 format. At the programming level, the strftime routine is what Alpine
19014 uses to print the date.
19015 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19016 to SMARTDATETIMES1.</DD>
19017   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19018   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19019   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19020   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19021   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19022   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19023   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19024   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19025   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19026   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19027   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19028   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19029   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19030   </DL>
19031 </DD>
19033 <DT>DAYDATE</DT>
19034 <DD>
19035 This token represents the date on which the message was sent, according
19036 to the &quot;Date&quot; header field.
19037 It looks like &quot;Sat, 23 Oct 1998&quot;.
19038 This token is never converted in any locale-specific way.
19039 </DD>
19041 <DT>PREFDATE</DT>
19042 <DD>
19043 This token represents the date on which the message was sent, according
19044 to the &quot;Date&quot; header field.
19045 It is your operating system's idea of the preferred date representation for the current locale.
19046 Internally it uses the %x version of the date from the strftime routine.
19047 </DD>
19049 <DT>PREFTIME</DT>
19050 <DD>
19051 This token represents the time at which the message was sent, according
19052 to the &quot;Date&quot; header field.
19053 It is the preferred time representation for the current locale.
19054 Internally it uses the %X version of the time from the strftime routine.
19055 </DD>
19057 <DT>PREFDATETIME</DT>
19058 <DD>
19059 This token represents the date and time at which the message was sent, according
19060 to the &quot;Date&quot; header field.
19061 It is the preferred date and time representation for the current locale.
19062 Internally it uses the %c version of the time from the strftime routine.
19063 </DD>
19065 <DT>DAY</DT>
19066 <DD>
19067 This token represents the day of the month on which the message was sent,
19068 according to the &quot;Date&quot; header field.
19069 For example, &quot;23&quot; or &quot;9&quot;.
19070 </DD>
19072 <DT>DAY2DIGIT</DT>
19073 <DD>
19074 This token represents the day of the month on which the message was sent,
19075 according to the &quot;Date&quot; header field.
19076 For example, &quot;23&quot; or &quot;09&quot;.
19077 It is always 2 digits.
19078 </DD>
19080 <DT>DAYORDINAL</DT>
19081 <DD>
19082 This token represents the ordinal number that is the day of
19083 the month on which the message was sent,
19084 according to the &quot;Date&quot; header field.
19085 For example, &quot;23rd&quot; or &quot;9th&quot;.
19086 </DD>
19088 <DT>DAYOFWEEK</DT>
19089 <DD>
19090 This token represents the day of the week on which the message was sent,
19091 according to the &quot;Date&quot; header field.
19092 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19093 </DD>
19095 <DT>DAYOFWEEKABBREV</DT>
19096 <DD>
19097 This token represents the day of the week on which the message was sent,
19098 according to the &quot;Date&quot; header field.
19099 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19100 </DD>
19102 <DT>MONTHABBREV</DT>
19103 <DD>
19104 This token represents the month the message was sent, according
19105 to the &quot;Date&quot; header field.
19106 For example, &quot;Oct&quot;.
19107 </DD>
19109 <DT>MONTHLONG</DT>
19110 <DD>
19111 This token represents the month in which the message was sent, according
19112 to the &quot;Date&quot; header field.
19113 For example, &quot;October&quot;.
19114 </DD>
19116 <DT>MONTH</DT>
19117 <DD>
19118 This token represents the month in which the message was sent, according
19119 to the &quot;Date&quot; header field.
19120 For example, &quot;10&quot; or &quot;9&quot;.
19121 </DD>
19123 <DT>MONTH2DIGIT</DT>
19124 <DD>
19125 This token represents the month in which the message was sent, according
19126 to the &quot;Date&quot; header field.
19127 For example, &quot;10&quot; or &quot;09&quot;.
19128 It is always 2 digits.
19129 </DD>
19131 <DT>YEAR</DT>
19132 <DD>
19133 This token represents the year the message was sent, according
19134 to the &quot;Date&quot; header field.
19135 For example, &quot;1998&quot; or &quot;2001&quot;.
19136 </DD>
19138 <DT>YEAR2DIGIT</DT>
19139 <DD>
19140 This token represents the year the message was sent, according
19141 to the &quot;Date&quot; header field.
19142 For example, &quot;98&quot; or &quot;01&quot;.
19143 It is always 2 digits.
19144 </DD>
19146 <DT>TIME24</DT>
19147 <DD>
19148 This token represents the time at which the message was sent, according
19149 to the &quot;Date&quot; header field.
19150 There is no adjustment made for different time zones, so you'll get
19151 the time the message was sent according to the time zone the sender
19152 was in.
19153 It has the format HH:MM. For example, &quot;17:28&quot;.
19154 </DD>
19156 <DT>TIME12</DT>
19157 <DD>
19158 This token represents the time at which the message was sent, according
19159 to the &quot;Date&quot; header field.
19160 This time is for a 12 hour clock.
19161 It has the format HH:MMpm.
19162 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19163 </DD>
19165 <DT>TIMEZONE</DT>
19166 <DD>
19167 This token represents the numeric timezone from
19168 the &quot;Date&quot; header field.
19169 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19170 </DD>
19172 </DL>
19175 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19177 <DL>
19178 <DT>MSGNO</DT>
19179 <DD>
19180 This token represents the message's current position in the folder that,
19181 of course, may change as the folder is sorted or new mail arrives.
19182 </DD>
19184 <DT>STATUS</DT>
19185 <DD>
19186 This token represents a three character wide field displaying various
19187 aspects of the message's state.
19188 The first character is either blank,
19189 a '*' for message marked Important, or a '+' indicating a message
19190 addressed directly to you (as opposed to your having received it via a
19191 mailing list, for example).
19192 When the feature
19193 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19194 is set, if the first character would have been
19195 blank then it will instead be a '-' if the message is cc'd to you.
19196 The second character is typically blank,
19197 though the arrow cursor may occupy it if either the 
19198 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19199 or the
19200 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19201 is set (or you actually are on a slow link).
19202 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19203 '<A HREF="h_flag_answered">A</A>' (Answered),
19204 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19205 '<A HREF="h_flag_new">N</A>' (New), or blank.
19207 If you are using a threaded view of the index and this message is at the
19208 top of a collapsed portion of a thread,
19209 then this token refers to all of the messages in the collapsed portion of
19210 the thread instead of just the top message.
19211 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19212 are marked Important, else a '+' if any of the messages are addressed
19213 to you, else a '-' if any of the messages are cc'd to you.
19214 The third character will be a 'D' if <EM>all</EM> of the messages
19215 in the collapsed thread are marked deleted,
19216 an 'A' if <EM>all</EM> of the messages
19217 in the collapsed thread are marked answered,
19218 it will be an 'N' if any of
19219 the messages are undeleted and unseen, and it will be blank otherwise.
19220 </DD>
19222 <DT>FULLSTATUS</DT>
19223 <DD>
19224 This token represents a less abbreviated alternative
19225 to the &quot;STATUS&quot; token.
19226 It is six characters wide.
19227 The first character is '+', '-', or blank, the
19228 second blank, the third either '*' or blank, the fourth
19229 '<A HREF="h_flag_new">N</A>' or blank,
19230 the fifth '<A HREF="h_flag_answered">A</A>'
19231 or blank, and the sixth character is
19232 either '<A HREF="h_flag_deleted">D</A>' or
19233 blank.
19235 If you are using a threaded view of the index and this message is at the
19236 top of a collapsed portion of a thread,
19237 then this token refers to all of the messages in the collapsed portion of
19238 the thread instead of just the top message.
19239 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19240 of the messages in the collapsed thread are addressed to you or cc'd to you.
19241 The third character will be '*' if any of the messages are marked
19242 Important.
19243 The fourth character will be 'N' if all of the messages in the thread
19244 are New, else 'n' if some of the messages in the thread are New, else blank.
19245 The fifth character will be 'A' or 'a' or blank, and the sixth character
19246 will be 'D' or 'd' or blank.
19247 </DD>
19249 <DT>IMAPSTATUS</DT>
19250 <DD>
19251 This token represents an even less abbreviated alternative to the
19252 &quot;STATUS&quot; token.
19253 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19254 an 'N' if the message is new to this folder since the last time
19255 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19256 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19257 new to the folder since it was last opened <EM>but</EM> has not been
19258 viewed, or a blank if the message has been in the folder since it was
19259 last opened and has been viewed.
19261 If you are using a threaded view of the index and this message is at the
19262 top of a collapsed portion of a thread,
19263 then the fourth character will be
19264 'N' if all of the messages in the thread are unseen and recent;
19265 else 'n' if some of the messages in the thread are unseen and recent;
19266 else 'U' if all of the messages in the thread are unseen and not recent;
19267 else 'u' if some of the messages in the thread are unseen and not recent;
19268 else 'R' if all of the messages in the thread are seen and recent;
19269 else 'r' if some of the messages in the thread are seen and recent;
19270 else blank.
19271 </DD>
19273 <DT>SHORTIMAPSTATUS</DT>
19274 <DD>
19275 This is the same as the last four of the six characters of IMAPSTATUS,
19276 so the '+' To Me information will be missing.
19277 </DD>
19279 <DT>SIZE</DT>
19280 <DD>
19281 This token represents the total size, in bytes, of the message.
19282 If a &quot;K&quot; (Kilobyte)
19283 follows the number, the size is approximately 1,000
19284 times that many bytes (rounded to the nearest 1,000).
19285 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19286 1,000,000 times that many bytes.
19287 Commas are not used in this field.
19288 This field is seven characters wide, including the enclosing parentheses.
19289 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19290 The progression of sizes used looks like:
19293 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19295 </DD>
19297 <DT>SIZECOMMA</DT>
19298 <DD>
19299 This token represents the total size, in bytes, of the message.
19300 If a &quot;K&quot; (Kilobyte)
19301 follows the number, the size is approximately 1,000
19302 times that many bytes (rounded to the nearest 1,000).
19303 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19304 1,000,000 times that many bytes.
19305 Commas are used if the number shown is 1,000 or greater.
19306 The SIZECOMMA field is one character wider than the SIZE field.
19307 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19308 The progression of sizes used looks like:
19311 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19313 </DD>
19315 <DT>KSIZE</DT>
19316 <DD>
19317 This token represents the total size of the message, expressed in
19318 kilobytes or megabytes, as most appropriate.
19319 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19320 The progression of sizes used looks like:
19323 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19325 </DD>
19327 <DT>SIZENARROW</DT>
19328 <DD>
19329 This token represents the total size, in bytes, of the message.
19330 If a &quot;K&quot; (Kilobyte)
19331 follows the number, the size is approximately 1,000
19332 times that many bytes.
19333 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19334 1,000,000 times that many bytes.
19335 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19336 1,000,000,000 times that many bytes.
19337 This field uses only five characters of screen width, including the enclosing
19338 parentheses.
19339 The progression of sizes used looks like:
19342 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19344 </DD>
19346 <DT>DESCRIPSIZE</DT>
19347 <DD>
19348 This token is intended to represent a more useful description of the
19349 message than just its size, but it isn't very useful at this point.
19350 The plus sign in this view means there are attachments.
19351 Note that including this token in
19352 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19353 display a little while Alpine collects the necessary information.
19354 </DD>
19356 <DT>SUBJKEY</DT>
19357 <DD>
19358 This token is the same as the SUBJECT token unless keywords are set for
19359 the message.
19360 In that case, a list of keywords enclosed in braces will be prepended to
19361 the subject of the message.
19362 Only those keywords that you have defined in your
19363 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19364 in Setup/Config are considered in the list.
19365 In other words, keywords that have been set by some other means, perhaps
19366 by another email program, won't show up unless included in
19367 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19368 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19369 prepended to the subject in the MESSAGE TEXT screen.
19370 If you have given a keyword a nickname
19371 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19372 instead of the actual keyword.
19373 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19374 option may be used to modify this token slightly.
19375 It is also possible to color keywords in the index using the
19376 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19377 </DD>
19379 <DT>SUBJKEYINIT</DT>
19380 <DD>
19381 This token is the same as the SUBJKEY token except that instead of
19382 prepending a list of keywords to the subject, a list of first initials
19383 of keywords will be prepended instead.
19384 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19385 set (or Work and Now are the Alpine nicknames of keywords that are set)
19386 then the SUBJKEY token would cause a result like
19388 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19390 whereas the SUBJKEYINIT token would give
19392 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19394 Only those keywords that you have defined in your
19395 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19396 in Setup/Config are considered in the list.
19397 In other words, keywords that have been set by some other means, perhaps
19398 by another email program, won't show up unless included in
19399 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19400 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19401 option may be used to modify this token slightly.
19402 It is also possible to color keywords in the index using the
19403 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19404 </DD>
19406 <DT>SUBJECTTEXT</DT>
19407 <DD>
19408 Same as SUBJECT but if there is room in the Subject field for more text,
19409 the opening part of the text of the message is displayed after the subject.
19410 The time needed to fetch the text may cause a performance problem
19411 which can, of course, be avoided by using the SUBJECT version of
19412 the Subject instead.
19413 You may color this opening text differently by using the
19414 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19415 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19416 You may adjust the characters that are displayed between the Subject and the
19417 opening text with the option
19418 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19419 </DD>
19421 <DT>SUBJKEYTEXT</DT>
19422 <DD>
19423 Same as SUBJKEY but with the opening message text.
19424 </DD>
19426 <DT>OPENINGTEXT</DT>
19427 <DD>
19428 This is similar to SUBJECTTEXT.
19429 Instead of combining the Subject and the opening text in a single
19430 field in the index screen this token allows you to allocate a
19431 separate column just for the opening text of the message.
19432 The time needed to fetch this text may cause a performance problem.
19433 You may color this opening text differently by using the
19434 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19435 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19436 </DD>
19438 <DT>OPENINGTEXTNQ</DT>
19439 <DD>
19440 This is very similar to OPENINGTEXT.
19441 The NQ stands for No Quotes.
19442 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19443 For some messages this may be confusing.
19444 For example, a message might have a line preceding some quoted
19445 text that reads something like &quot;On May 8th person A said.&quot;
19446 That no longer makes sense after the quoted text is deleted and it
19447 will appear that person A said whatever the text after the quote
19448 is, even though that is really person B talking.
19449 </DD>
19451 <DT>SUBJKEYINITTEXT</DT>
19452 <DD>
19453 Same as SUBJKEYINIT but with the opening message text.
19454 </DD>
19456 <DT>KEY</DT>
19457 <DD>
19458 This is a space-delimited list of keywords that are set for the message.
19459 Only those keywords that you have defined in your
19460 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19461 in Setup/Config are considered in the list.
19462 In other words, keywords that have been set by some other means, perhaps
19463 by another email program, won't show up unless included in
19464 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19465 If you have given a keyword a nickname
19466 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19467 instead of the actual keyword.
19468 It is also possible to color keywords in the index using the
19469 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19470 This token defaults to an arbitrary width of 5.
19471 You should set it to whatever width suits you using something
19472 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19473 </DD>
19475 <DT>KEYINIT</DT>
19476 <DD>
19477 This is a list of keyword initials that are set for the message.
19478 If you have given a keyword a nickname
19479 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19480 is displayed instead of the initial of the actual keyword.
19481 It is also possible to color keyword initials in the index using the
19482 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19483 This token defaults to an arbitrary width of 2.
19484 You should set it to whatever width suits you using something
19485 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19486 </DD>
19488 <DT>PRIORITY</DT>
19489 <DD>
19490 The X-Priority header is a non-standard header that is used in a
19491 somewhat standard way by many mail programs.
19492 Alpine expects the value of this header to be a digit with a value
19493 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19494 Since this priority is something that the sender sets it is only an indication
19495 of the priority that the sender attaches to the mail and it is therefore almost
19496 totally unreliable for use as a filtering criterion.
19497 This token will display the numeric value of the priority if it is between
19498 1 and 5.
19499 It will be suppressed (blank) if the value is 3, which is normal priority.
19500 This token may be colored with the
19501 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19502 </DD>
19504 <DT>PRIORITYALPHA</DT>
19505 <DD>
19506 This is a more verbose interpretation of the X-Priority field.
19507 Once again nothing is displayed unless the value of the field
19508 is 1, 2, 4, or 5.
19509 The values displayed for those values are:
19511 <TABLE>
19512 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19513 <TR> <TD>2</TD> <TD>High</TD> </TR>
19514 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19515 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19516 </TABLE>
19518 This token may be colored with the
19519 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19520 </DD>
19522 <DT>PRIORITY!</DT>
19523 <DD>
19524 This is a one character, non-numeric version of the X-Priority field.
19525 If the value of the X-Priority header is 1 or 2 an exclamation
19526 point is displayed.
19527 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19528 This token may be colored with the
19529 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19530 </DD>
19532 <DT>ATT</DT>
19533 <DD>
19534 This is a one column wide field that represents the number of attachments
19535 a message has. It will be blank if there are no attachments, a single
19536 digit for one to nine attachments, or an asterisk for more than nine.
19537 Note that including this token in
19538 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19539 display a little while Alpine collects the necessary information.
19540 </DD>
19542 <DT>FROMORTO</DT>
19543 <DD>
19544 This token represents <EM>either</EM> the personal name (or email address) of
19545 the person listed in the message's &quot;From:&quot; header
19546 field, <EM>or</EM>, if that address is yours or one of your
19547 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19548 the first person specified in the
19549 message's &quot;To:&quot; header field
19550 with the prefix &quot;To: &quot; prepended.
19551 If the from address is yours and there is also no &quot;To&quot; address,
19552 Alpine will use the address on the &quot;Cc&quot; line.
19553 If there is no address there, either, Alpine will look for a newsgroup name
19554 from the &quot;Newsgroups&quot; header field and put
19555 that after the &quot;To: &quot; prefix.
19556 </DD>
19558 <DT>FROMORTONOTNEWS</DT>
19559 <DD>
19560 This is almost the same as <EM>FROMORTO</EM>.
19561 The difference is that newsgroups aren't considered.
19562 When a message is from you, doesn't have a To or Cc, and does have
19563 a Newsgroups header; this token will be your name instead of the name
19564 of the newsgroup (like it would be with FROMORTO).
19565 </DD>
19567 <DT>TEXT</DT>
19568 <DD>
19569 This is a different sort of token.
19570 It allows you to display a label within each index line.
19571 It will be the same fixed text for each line.
19572 It is different from all the other tokens in that there is no space column
19573 displayed after this token.
19574 Instead, it is butted up against the following field.
19575 It also has a different syntax.
19576 The text to display is given following a colon after the
19577 word &quot;TEXT&quot;.
19578 For example,
19580 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19582 would insert the literal text &quot;abc=&quot; (without the quotes)
19583 into the index display line.
19584 You must quote the text if it includes space characters, like
19586 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19588 </DD>
19590 <DT>HEADER</DT>
19591 <DD>
19592 This allows you to display the text from a particular header line in the
19593 message.
19594 The syntax for this token is substantially different from all the others
19595 in order that you might be able to display a portion of the text following
19596 a particular header.
19597 The header name you are interested in is given following a colon
19598 after the word &quot;HEADER&quot;.
19599 For example,
19601 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19603 would display the text of the X-Spam header, if any.
19604 Like for other index tokens a width field may (and probably should)
19605 follow this.
19607 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19609 displays the first ten characters of the X-Spam header.
19610 Unlike other index tokens, the syntax for HEADER is more flexible.
19611 An optional second argument comes after a comma inside the parentheses.
19612 It specifies the &quot;field&quot; number.
19613 By default, the field separator is a space character.
19614 No extra space characters are allowed in the argument list.
19616 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19618 would display the second field, left-justified, in a 10 character
19619 wide field.
19620 The second field would consist of all the text after the first space
19621 up to the next space or the end of the header.
19622 The default field number is zero, which stands for the entire line.
19623 There is also an optional third argument that is a list of field
19624 separators. It defaults to a space character.
19625 The example
19627 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19629 would cause the field separators to be any of colon, percent,
19630 or space (there is a space character between the percent and the
19631 right parenthesis).
19632 The first field runs from the start of the header value up to the first
19633 colon, percent, or space; the second goes from there to the next; and so on.
19634 In order to use a comma character as a field separator you must escape
19635 it by preceding it with a backslash (&#92;).
19636 The same is true of the backslash character itself.
19637 There is one further optional argument.
19638 It is an R or an L to specify right or left adjustment of the text
19639 within the field.
19640 The default is to left justify, however if you are displaying numbers
19641 you might prefer to right justify.
19643 Here's an example of a SpamAssassin header.
19644 The exact look of the header will vary, but if your incoming mail
19645 contains headers that look like the following
19647 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19649 you might want to display the hits value.
19650 The first field starts with the Y in Yes.
19651 To get what you're interested in you might use &quot;=&quot; and
19652 space as the field separators and display the third field, like
19654 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19656 or maybe you would break at the dot instead
19658 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19660 Another example we've seen has headers that look like
19662 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19664 Because there are two equals and a comma before the 7% and a comma
19665 after it, the token
19667 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19669 should display the probability (for example 7% or 83%) right justified
19670 in a 3-wide field.
19671 </DD>
19673 <DT>ARROW</DT>
19674 <DD>
19675 This gives an alternative way to display the current message in the
19676 MESSAGE INDEX screen.
19677 Usually the current message is indicated by the line being shown in
19678 reverse video.
19679 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19680 the current line will include an &quot;arrow&quot; that
19681 looks like
19683 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19685 in the ARROW token's field.
19686 For all of the non-current messages, the ARROW field will be filled
19687 with blanks.
19688 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19689 may be adjusted.
19690 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19691 For example, if you use ARROW(3) you will get
19693 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19695 and ARROW(1) will give you just
19697 <CENTER><SAMP>&gt;</SAMP></CENTER>
19699 It is also possible to set the color of the ARROW field.
19700 By default (and for non-current messages) the arrow is colored the same
19701 as the index line it is part of.
19702 You may set it to be another color with the 
19703 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19704 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19705 </DD>
19707 <DT>SCORE</DT>
19708 <DD>
19709 This gives the
19710 <a href="h_rules_score">score</a>
19711 of each message.
19712 This will be six columns wide to accomodate the widest possible score.
19713 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19714 to limit the width of the field to the widest score that
19715 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19716 If you have not defined any score rules the scores will all be zero.
19717 If any of your score rules contain AllText or BodyText patterns
19718 then including SCORE in the <!--#echo var="VAR_index-format"-->
19719 may slow down the display of the MESSAGE INDEX screen.
19720 </DD>
19721 </DL>
19724 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19726 <DL>
19727 <DT>CURNEWS</DT>
19728 <DD>
19729 This token represents the current newsgroup if there is one.
19730 For example, &quot;comp.mail.pine&quot;.
19731 </DD>
19733 <DT>MSGID</DT>
19734 <DD>
19735 This token represents the message ID of the message.
19736 This token does not work with Filter Rule folder names.
19737 </DD>
19739 <DT>CURDATE</DT>
19740 <DD>
19741 This token represents the current date.
19742 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19743 </DD>
19745 <DT>CURDATEISO</DT>
19746 <DD>
19747 This token represents the current date.
19748 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19749 </DD>
19751 <DT>CURDATEISOS</DT>
19752 <DD>
19753 This token represents the current date.
19754 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19755 </DD>
19757 <DT>CURPREFDATE</DT>
19758 <DD>
19759 This token represents the current date.
19760 It is your operating system's idea of the preferred date representation for the current locale.
19761 Internally it uses the %x version of the date from the strftime routine.
19762 </DD>
19764 <DT>CURPREFTIME</DT>
19765 <DD>
19766 This token represents the current time.
19767 It is the preferred time representation for the current locale.
19768 Internally it uses the %X version of the time from the strftime routine.
19769 </DD>
19771 <DT>CURPREFDATETIME</DT>
19772 <DD>
19773 This token represents the current date and time.
19774 It is the preferred date and time representation for the current locale.
19775 Internally it uses the %c version of the time from the strftime routine.
19776 </DD>
19778 <DT>CURTIME24</DT>
19779 <DD>
19780 This token represents the current time.
19781 It has the format HH:MM. For example, &quot;17:28&quot;.
19782 </DD>
19784 <DT>CURTIME12</DT>
19785 <DD>
19786 This token represents the current time.
19787 This time is for a 12 hour clock.
19788 It has the format HH:MMpm.
19789 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19790 </DD>
19792 <DT>CURDAY</DT>
19793 <DD>
19794 This token represents the current day of the month.
19795 For example, &quot;23&quot; or &quot;9&quot;.
19796 </DD>
19798 <DT>CURDAY2DIGIT</DT>
19799 <DD>
19800 This token represents the current day of the month.
19801 For example, &quot;23&quot; or &quot;09&quot;.
19802 It is always 2 digits.
19803 </DD>
19805 <DT>CURDAYOFWEEK</DT>
19806 <DD>
19807 This token represents the current day of the week.
19808 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19809 </DD>
19811 <DT>CURDAYOFWEEKABBREV</DT>
19812 <DD>
19813 This token represents the current day of the week.
19814 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19815 </DD>
19817 <DT>CURMONTH</DT>
19818 <DD>
19819 This token represents the current month.
19820 For example, &quot;10&quot; or &quot;9&quot;.
19821 </DD>
19823 <DT>CURMONTH2DIGIT</DT>
19824 <DD>
19825 This token represents the current month.
19826 For example, &quot;10&quot; or &quot;09&quot;.
19827 It is always 2 digits.
19828 </DD>
19830 <DT>CURMONTHLONG</DT>
19831 <DD>
19832 This token represents the current month.
19833 For example, &quot;October&quot;.
19834 </DD>
19836 <DT>CURMONTHABBREV</DT>
19837 <DD>
19838 This token represents the current month.
19839 For example, &quot;Oct&quot;.
19840 </DD>
19842 <DT>CURYEAR</DT>
19843 <DD>
19844 This token represents the current year.
19845 For example, &quot;1998&quot; or &quot;2001&quot;.
19846 </DD>
19848 <DT>CURYEAR2DIGIT</DT>
19849 <DD>
19850 This token represents the current year.
19851 For example, &quot;98&quot; or &quot;01&quot;.
19852 It is always 2 digits.
19853 </DD>
19855 <DT>LASTMONTH</DT>
19856 <DD>
19857 This token represents last month.
19858 For example, if this is November (the 11th month),
19859 it is equal to &quot;10&quot; or if this is October (the 10th month),
19860 it is &quot;9&quot;.
19861 It is possible that this and the other tokens beginning with LASTMONTH
19862 below could be useful when used with a Filtering Rule that
19863 has the &quot;Beginning of Month&quot; option set.
19864 </DD>
19866 <DT>LASTMONTH2DIGIT</DT>
19867 <DD>
19868 This token represents last month.
19869 For example, if this is November (the 11th month),
19870 it is equal to &quot;10&quot; or if this is October (the 10th month),
19871 it is &quot;09&quot;.
19872 It is always 2 digits.
19873 </DD>
19875 <DT>LASTMONTHLONG</DT>
19876 <DD>
19877 This token represents last month.
19878 For example, if this is November the value is &quot;October&quot;.
19879 </DD>
19881 <DT>LASTMONTHABBREV</DT>
19882 <DD>
19883 This token represents last month.
19884 For example, if this is November the value is &quot;Oct&quot;.
19885 </DD>
19887 <DT>LASTMONTHYEAR</DT>
19888 <DD>
19889 This token represents what the year was a month ago.
19890 For example, if this is October, 1998, it is &quot;1998&quot;.
19891 If this is January, 1998, it is &quot;1997&quot;.
19892 </DD>
19894 <DT>LASTMONTHYEAR2DIGIT</DT>
19895 <DD>
19896 This token represents what the year was a month ago.
19897 For example, if this is October, 1998, it is &quot;98&quot;.
19898 If this is January, 1998, it is &quot;97&quot;.
19899 </DD>
19901 <DT>LASTYEAR</DT>
19902 <DD>
19903 This token represents last year.
19904 For example, if this is 1998, it equals &quot;1997&quot;.
19905 It is possible that this
19906 could be useful when used with a Filtering Rule that
19907 has the &quot;Beginning of Year&quot; option set.
19908 </DD>
19910 <DT>LASTYEAR2DIGIT</DT>
19911 <DD>
19912 This token represents last year.
19913 For example, if this is 1998, it equals &quot;97&quot;.
19914 It is always 2 digits.
19915 </DD>
19917 <DT>ROLENICK</DT>
19918 <DD>
19919 This token represents the nickname of the
19920 role currently being used.  If no role is being used,
19921 then no text will be printed for this token.
19922 This token does not work with Filter Rule folder names.
19923 </DD>
19924 </DL>
19927 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19928 See the help for the
19929 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19930 to see why you might want to use this.
19931 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19932 must be surrounded by underscores when used.
19934 <DL>
19935 <DT>NEWLINE</DT>
19936 <DD>
19937 This is an end of line marker.
19938 </DD>
19939 </DL>
19942 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19944 <DL>
19945 <DT>CURSORPOS</DT>
19946 <DD>
19947 This token is different from the others.
19948 When it is replaced it is replaced with nothing, but it sets an Alpine
19949 internal variable that tells the composer to start with the cursor
19950 positioned at the position where this token was.
19951 If both the template file and the signature file contain
19952 a &quot;CURSORPOS&quot; token, then the position in the template file
19953 is used.
19954 If there is a template file and neither it nor the signature file contains
19955 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19956 after the end of the contents of the
19957 template file when the composer starts up.
19958 </DD>
19959 </DL>
19962 &lt;End of help on this topic&gt;
19963 </BODY>
19964 </HTML>
19965 ======= h_reply_token_conditionals =======
19966 <HTML>
19967 <HEAD>
19968 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19969 </HEAD>
19970 <BODY>
19971 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19973 Conditional text inclusion may be used with
19974 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19975 in signature files, and in template files used in
19976 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19977 It may <EM>not</EM> be used with the
19978 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19981 There is a limited if-else capability for including text.
19982 The if-else condition is based
19983 on whether or not a given token would result in replacement text you
19984 specify.
19985 The syntax of this conditional inclusion is
19987 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19989 The left parenthesis must follow the underscore immediately, with no
19990 intervening space.
19991 It means the token is expanded and the results of that expansion are
19992 compared against the &quot;match_this&quot; argument.
19993 If there is an exact match, then the &quot;if_matched&quot; text is used
19994 as the replacement text.
19995 Otherwise, the &quot;if_not_matched&quot; text is used.
19996 One of the most useful values for the &quot;match_this&quot; argument is
19997 the empty string, &quot;&quot;.
19998 In that case the expansion is compared against the empty string.
20000 Here's an example to make it clearer.
20001 This text could be included in one of your template files:
20003 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20005 If that is included in a template file that you are using while replying
20006 to a message (because you chose to use the role it was part of),
20007 and that message has a newsgroup header and a newsgroup in that header,
20008 then the text
20010 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20012 will be included in the message you are about to compose.
20013 On the other hand, if the message you are replying to does not have
20014 a newsgroup, then the text
20016 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20018 would be included instead.
20019 This would also work in signature files and in
20020 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20021 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20022 or &quot;if_not_matched&quot; arguments contain
20023 spaces, parentheses, or commas;
20024 they have to be quoted with double quotation marks (like in the example
20025 above).
20026 If you want to include a literal quote (&quot;) in the text you must escape the
20027 quote by preceding it with a backslash (&#92;) character.
20028 If you want to include a literal backslash character you must escape it
20029 by preceding it with another backslash.
20031 The comma followed by &quot;if_not_matched&quot; is optional.
20032 If there is no &quot;if_not_matched&quot;
20033 present then no text is included if the not_matched case is true.
20034 Here's another example:
20036 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20038 Here you can see that tokens may appear in the arguments.
20039 The same is true for tokens with the conditional parentheses.
20040 They may appear in arguments,
20041 though you do have to be careful to get the quoting and escaping of
20042 nested double quotes correct.
20043 If this was in the signature file being used and you were replying to a message
20044 sent to comp.mail.pine the resulting text would be:
20046 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20048 If you were replying to a message that wasn't sent to any newsgroup the
20049 resulting text would be a single blank line.
20050 The reason you'd get a blank line is because the end of the line is
20051 outside of the conditional, so is always included.
20052 If you wanted to get rid of that blank line you could do so by moving
20053 the end of line inside the conditional.
20054 In other words, it's ok to have multi-line
20055 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20056 template file.
20057 The text just continues until the next double quotation, even if it's not
20058 on the same line.
20060 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20062 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20064 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20065 while reading the newsgroup comp.mail.pine the resulting text would be:
20067 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20069 If you were replying to a message while reading an email folder instead
20070 of a newsgroup the resulting leadin text would be
20072 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20074 Here's one more (contrived) example illustrating a matching argument
20075 that is not the empty string.
20077 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20079 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20080 were replying to
20081 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20082 would be
20084 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20086 But if you were replying to a message sent on Oct. 27 (and that wasn't
20087 today) you would get
20089 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20092 &lt;End of help on this topic&gt;
20093 </BODY>
20094 </HTML>
20095 ======= h_composer_cntxt_nick =======
20096 <HTML>
20097 <HEAD>
20098 <TITLE>Collection Nickname Explained</TITLE>
20099 </HEAD>
20100 <BODY>
20101 <H1>Collection Edit Help -- Nickname Field</H1>
20103 This field is provided so you can add a short nickname to use when
20104 referring to this collection within Alpine.  Spaces are allowed, and
20105 you don't need to use double-quotes.  However, the double-quote
20106 character is not allowed.
20108 Look <A HREF="h_edit_nav_cmds">here</A>
20109 to see the available Editing and Navigation commands.
20111 &lt;End of help on this topic&gt;
20112 </BODY>
20113 </HTML>
20114 ======= h_folder_server_syntax =======
20115 <HTML>
20116 <HEAD>
20117 <TITLE>Server Name Syntax</TITLE>
20118 </HEAD>
20119 <BODY>
20120 <H1>Server Name Syntax</H1>
20122 This help describes the syntax that may be used for server names
20123 that may be associated with remote folders or SMTP servers.
20126 A server name is the hostname of the server.
20127 It's a good idea to use the host's fully-qualified network name.
20130 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20133 However, IP addresses are allowed if surrounded
20134 with square-brackets.
20137 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20140 An optional network port number may be supplied by appending
20141 a colon (:) followed by the port number
20142 to the server name.
20143 By default, the IMAP port number, 143, is used.
20146 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20149 Besides server name and optional port number, various other optional
20150 parameters may be supplied that alter Alpine's interaction with the server.
20151 A parameter is supplied by appending a slash (/) character followed by
20152 the parameter's name and,
20153 depending on the particular parameter, the value assigned to that
20154 name, to the server name (and optional port number).
20155 Parameter names are <EM>not</EM> case sensitive.
20156 Currently supported parameters include:
20158 <DL>
20160 <DT>User</DT>
20161 <DD>This parameter requires an associated value, and is intended to
20162 provide the username identifier with which to establish the server
20163 connection.
20164 If your SMTP server offers SMTP AUTH authentication, adding this 
20165 parameter to the
20166 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20167 option will cause Alpine to attempt to authenticate to the server using the
20168 supplied username.
20169 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20170 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20171 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20172 option (or to the server name for any folder collection using NNTP)
20173 will cause Alpine to attempt
20174 to authenticate to the server using the supplied username.
20175 An example might be:
20178 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20181 </DD>
20183 <DT>TLS</DT>
20184 <DD>
20185 Normally, when a new connection is made an attempt is made to 
20186 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20187 If that fails then a non-encrypted connection will be attempted instead.
20188 This is a unary parameter indicating communication with the server must 
20189 take place over a TLS connection. If the attempt to use TLS fails then
20190 this parameter will cause the connection to fail instead of falling
20191 back to an unsecure connection.
20194 <CENTER><SAMP>/tls</SAMP></CENTER>
20197 </DD>
20199 <DT>SSL</DT>
20200 <DD>
20201 This is a unary parameter indicating communication with the server should 
20202 take place over a Secure Socket Layer connection.  The server must support
20203 this method, and be prepared to accept connections on the appropriate
20204 port (993 by default).
20205 Alpine must be linked with an SSL library for this option to be operational.
20208 <CENTER><SAMP>/ssl</SAMP></CENTER>
20211 </DD>
20213 <DT>TLS1</DT>
20214 <DD>
20215 This parameter indicates that the connection to the server will be made
20216 over the SSL port, but using the TLSv1 protocol, instead of the usual
20217 SSLv3 or SSLv2 protocols.
20218 Alpine must be linked with an SSL library for this option to be operational.
20221 <CENTER><SAMP>/tls1</SAMP></CENTER>
20224 </DD>
20226 <DT>DTLS1</DT>
20227 <DD>
20228 This parameter indicates that the connection to the server will be made
20229 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20230 SSLv3 or SSLv2 protocols.
20231 Alpine must be linked with an SSL library for this option to be operational.
20234 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20237 </DD>
20239 <DT>TLS1_1</DT>
20240 <DD>
20241 This parameter indicates that the connection to the server will be made
20242 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20243 SSLv3 or SSLv2 protocols.
20244 Alpine must be linked with an SSL library for this option to be operational.
20247 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20250 </DD>
20252 <DT>TLS1_2</DT>
20253 <DD>
20254 This parameter indicates that the connection to the server will be made
20255 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20256 SSLv3 or SSLv2 protocols.
20257 Alpine must be linked with an SSL library for this option to be operational.
20260 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20263 </DD>
20266 <DT>NoValidate-Cert</DT>
20267 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20268 This is needed if the server uses self-signed certificates or if Alpine
20269 cannot validate the certificate for some other known reason.
20271 </DD>
20273 <DT>Anonymous</DT>
20274 <DD>This is a unary parameter (that means it does not have a value)
20275 indicating that the connection be logged in as
20276 &quot;anonymous&quot; rather than a specific user.
20277 Not all servers offer anonymous
20278 access; those which do generally only offer read-only access to certain
20279 &quot;public&quot; folders.
20282 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20285 </DD>
20287 <DT>Secure</DT>
20288 <DD>This is a unary parameter indicating that the connection use the
20289 most secure authentication method mutually supported by Alpine and the
20290 server.
20291 Alpine is capable of authenticating connections to 
20292 the server using several methods.
20293 By default, Alpine will attempt each
20294 method until either a connection is established or the
20295 list of methods is exhausted.
20296 This parameter causes Alpine to instead fail 
20297 the connection if the first (generally most &quot;secure&quot;) method fails.
20300 <CENTER><SAMP>/secure</SAMP></CENTER>
20303 </DD>
20305 <DT>Submit</DT>
20306 <DD>This is a unary parameter for use with the
20307 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20308 It indicates that the connection should be made to the Submit server
20309 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20310 (port 587) instead of the SMTP port (25).
20311 At the time this help was written the submit option was equivalent to
20312 specifying port 587.
20315 <CENTER><SAMP>/submit</SAMP></CENTER>
20319 <CENTER><SAMP>host:587</SAMP></CENTER>
20322 </DD>
20324 <DT>Debug</DT>
20325 <DD>This is a unary parameter indicating that the connection be established
20326 in a verbose mode.  Basically, it causes Alpine to log the communication with
20327 the server in Alpine's debug file.
20328 Normally, the pine -d command-line flag would be used instead.
20330 </DD>
20332 <DT>NoRsh</DT>
20333 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20334 the UNIX remote shell program.
20335 Including &quot;NoRsh&quot; will cause connections to this server to skip
20336 the &quot;rsh&quot; attempt.
20337 This might be useful to avoid long timeouts caused by rsh firewalls, for
20338 example.
20340 </DD>
20342 <DT>Loser</DT>
20343 <DD>This option makes sense only for IMAP servers that do not perform
20344 a SEARCH command correctly. If your filtering rules
20345 fail to filter some messages, that should have been filtered, then this
20346 option will make Alpine download all data necessary to perform that search.
20347 There is a performance penalty when using this option. Downloading the
20348 data to perfom the search will take longer than requesting the IMAP
20349 server to perform the filtering, but the filtering will be done correctly.
20351 </DD>
20354 <DT>Service</DT>
20355 <DD>This parameter requires an associated value.  The default value is
20356 &quot;IMAP&quot; which indicates communication with the server based
20357 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20358 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20360 Other service values include:
20361  <DL>
20362  <DT>NNTP</DT>
20363  <DD>This value indicates communication with the server takes place via
20364 the Network News Transfer Protocol.  Use this to define a collection
20365 of newsgroups on a remote news server.  So
20368 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20370 or just
20372 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20375 is the way to specify NNTP access.
20377  </DD>
20379  <DT>POP3</DT>
20380  <DD>This value indicates communication with the server takes place via the
20381 Post Office Protocol 3 protocol.
20384 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20386 or just
20388 <CENTER><SAMP>/POP3</SAMP></CENTER>
20391 Note that there are several important issues
20392 to consider when selecting this option:
20393 <OL>
20394  <LI> POP3 provides access to only your INBOX.  In other words,
20395 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20396  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20397 model and will leave your mail on the server. Refer to the
20398 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20399  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20400 </OL>
20401 </DD>
20402 </DL>
20403 </DL>
20406 Note that it is possible to include more than one parameter in a server
20407 specification by concatenating the parameters. For example:
20410 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20414 &lt;End of help on this topic&gt;
20415 </BODY>
20416 </HTML>
20417 ======= h_composer_cntxt_server =======
20418 <HTML>
20419 <HEAD>
20420 <TITLE>Collection Server: Explained</TITLE>
20421 </HEAD>
20422 <BODY>
20423 <H1>Collection Edit Help -- Server Field</H1>
20425 This collection's &quot;Server:&quot; definition indicates the
20426 hostname of the server providing access to the folders in this
20427 collection.
20428 The syntax of this server name is the same as for other server names used
20429 in remote folder names in
20430 Alpine and is described
20431 <A HREF="h_folder_server_syntax">here</A>.
20434 &lt;End of help on this topic&gt;
20435 </BODY>
20436 </HTML>
20437 ======= h_composer_cntxt_path =======
20438 <HTML>
20439 <HEAD>
20440 <TITLE>Collection Path: Explained</TITLE>
20441 </HEAD>
20442 <BODY>
20443 <H1>Collection Edit Help -- Path Field</H1>
20445 The collection's &quot;Path:&quot; definition indicates the location
20446 of the folders in this collection.  If the path or any of its components
20447 do not exist, Alpine will prompt you for their creation when exiting the
20448 Add/Change screen.
20450 <P> 
20451 By default the path is interpreted as defining a section of your personal
20452 folder area.  This area and how you specify it are defined by the
20453 server, if one is specified in the collection, or, typically, the home
20454 directory if no server is defined.
20457 To define a collection outside the default &quot;area&quot;, prefix
20458 the path with the &quot;namespace&quot; to use when interpreting the
20459 given path.  If a namespace is specified, the Path begins with the
20460 sharp, &quot;#&quot;, character followed by the name of the namespace
20461 and then the namespace's path-element-delimiter.  Aside from the
20462 path's format, namespaces can also imply access rights, content
20463 policy, audience, location, and, occasionally, access methods.
20466 Each server exports its own set (possibly of size one) of 
20467 namespaces.  Hence, it's likely communication with your server's
20468 administrator will be required for specific configurations.  Some of
20469 the more common namespaces, however, include:
20471 <DL>
20472 <DT>#news.</DT>
20473 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20474 names are hierarchically defined with each level delimited by a period.
20475 </DD>
20476 <DT>#public/</DT>
20477 <DD>This specifies a folder area that the server may export to the general
20478 public.
20479 </DD>
20480 <DT>#shared/</DT>
20481 <DD>This specifies a folder area that the folder may export to groups
20482 of users.
20483 </DD>
20484 <DT>#ftp/</DT>
20485 <DD>This specifies a folder area that is the same as that it may have 
20486 exported via the &quot;File Transfer Protocol&quot;.
20487 </DD>
20488 <DT>#mh/</DT>
20489 <DD>This specifies the personal folder area associated with folders
20490 and directories that were created using the MH message handling system.
20491 </DD>
20492 </DL>
20495 In addition, the server may support access to other user's folders,
20496 provided you have suitable permissions.  Common methods use a prefix
20497 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20498 indicate the root of the other user's folder area.
20501 No, nothing's simple.
20504 &lt;End of help on this topic&gt;
20505 </BODY>
20506 </HTML>
20507 ======= h_composer_cntxt_view =======
20508 <HTML>
20509 <HEAD>
20510 <TITLE>Collection View: Explained</TITLE>
20511 </HEAD>
20512 <BODY>
20513 <H1>Collection Edit Help -- View Field</H1>
20515 The collection's &quot;View:&quot; definition provides a way to limit
20516 the displayed list of folders within a collection.  By default, only
20517 folders that contain the specified characters anywhere in their name
20518 are shown in the collection's folder list.
20521 Additionally, you can use a wildcard character to better control
20522 the list of folders selected for display.  The wildcard specifier is
20523 the star, &quot;*&quot;, character.
20526 So, for example, to define a collection of all folders ending with
20527 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20528 quote characters!).  Or, similarly, to define a collection of folders
20529 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20530 specify a view of &quot;a*z&quot;.
20533 &lt;End of help on this topic&gt;
20534 </BODY>
20535 </HTML>
20536 ======= h_composer_abook_add_server =======
20537 <HTML>
20538 <HEAD>
20539 <TITLE>Addressbook Server Name Field Explained</TITLE>
20540 </HEAD>
20541 <BODY>
20542 This field should be left blank if the address book is stored in a regular
20543 file on this system.  If it is a remote address book stored on an IMAP
20544 server then this is the name of that IMAP server.
20546 Look <A HREF="h_edit_nav_cmds">here</A>
20547 to see the available Editing and Navigation commands.
20549 &lt;End of help on this topic&gt;
20550 </BODY>
20551 </HTML>
20552 ======= h_composer_abook_add_folder =======
20553 <HTML>
20554 <HEAD>
20555 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20556 </HEAD>
20557 <BODY>
20558 For a remote address book (one for which the Server Name is filled in)
20559 this is the name of a folder on the remote server. The address book data
20560 will be stored in this folder. This folder should be used only for
20561 storing this single address book, not for other address books or for
20562 other messages.
20564 For a local address book (one for which the Server Name is not filled in)
20565 this is the name of a file in which the address book will be stored.
20566 The file is in the same directory as the Alpine configuration file if the
20567 configuration file is local.
20568 If the configuration file is remote, then this will be in the home directory
20569 for Unix Alpine and in the directory specified by the
20570 &quot;-aux local_directory&quot; command line argument.
20572 Look <A HREF="h_edit_nav_cmds">here</A>
20573 to see the available Editing and Navigation commands.
20575 &lt;End of help on this topic&gt;
20576 </BODY>
20577 </HTML>
20578 ======= h_composer_abook_add_nick =======
20579 <HTML>
20580 <HEAD>
20581 <TITLE>Addressbook NickName Field Explained</TITLE>
20582 </HEAD>
20583 <BODY>
20584 This is just an optional nickname for this address book. If present, it
20585 is used in some of the displays and error messages in the address book
20586 maintenance screens. It is for your convenience only and serves no
20587 other purpose.
20589 Look <A HREF="h_edit_nav_cmds">here</A>
20590 to see the available Editing and Navigation commands.
20592 &lt;End of help on this topic&gt;
20593 </BODY>
20594 </HTML>
20595 ======= h_composer_qserv_cn =======
20596 <HTML>
20597 <HEAD>
20598 <TITLE>Directory Query Form Explained</TITLE>
20599 </HEAD>
20600 <BODY>
20602 Fill in as many of these fields as you wish to narrow down your
20603 search. All the fields you fill in must match in order for an entry
20604 to be returned. You may use the wildcard character &quot;*&quot; in
20605 any of the fields, it matches any zero or more characters at that
20606 point in the string. There are no implicit wildcards, so the match is
20607 exact unless you include wildcards.
20610 Note that if an attribute isn't present at all, then the match will fail.
20611 For example, if a server doesn't support the Locality attribute, then no
20612 matter what you put in the Locality field (other than leaving it empty)
20613 the search will fail.
20616 This field, the Common Name field, is typically a person's full name.
20619 <H1>EDITING and NAVIGATION COMMANDS</H1>
20620 <!--chtml if pinemode="function_key"-->
20621 <PRE>
20622 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20623 ^B (Left Arrow)    Back character       | ^D       Delete current character
20624 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20625 ^P (Up Arrow)      Previous line        |
20626 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20627 ^A                 Beginning of line    |            delete current line
20628 ^E                 End of line          | F10      Undelete line(s)
20629 F7                 Previous page        |
20630 F8                 Next page            |-------------------------------------
20631 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20632 ----------------------------------------|
20633 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20634 F2   Cancel      |   F1    Get help     |
20635 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20636 </PRE>
20637 <!--chtml else-->
20638 <PRE>
20639 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20640 ^B (Left Arrow)    Back character       | ^D       Delete current character
20641 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20642 ^P (Up Arrow)      Previous line        |
20643 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20644 ^A                 Beginning of line    |            delete current line
20645 ^E                 End of line          | ^U       Undelete line(s)
20646 ^Y                 Previous page        |
20647 ^V                 Next page            |-------------------------------------
20648 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20649 ----------------------------------------|
20650 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20651 ^C   Cancel      |   ^G    Get help     |
20652 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20653 </PRE>
20654 <!--chtml endif-->
20655 <P><UL>
20656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20657 </UL><P>
20658 &lt;End of help on this topic&gt;
20659 </BODY>
20660 </HTML>
20661 ======= h_composer_qserv_sn =======
20663 The Surname is usually the family name of a person.
20665 <End of help on this topic>
20666 ======= h_composer_qserv_gn =======
20668 This is the part of a person's name that isn't the surname or initials.
20670 <End of help on this topic>
20671 ======= h_composer_qserv_mail =======
20673 This is the email address of a person.
20675 <End of help on this topic>
20676 ======= h_composer_qserv_org =======
20678 This is the organization a person belongs to.
20680 <End of help on this topic>
20681 ======= h_composer_qserv_unit =======
20683 This is the organizational unit a person belongs to.
20685 <End of help on this topic>
20686 ======= h_composer_qserv_country =======
20688 This is the country a person belongs to.
20690 <End of help on this topic>
20691 ======= h_composer_qserv_state =======
20693 This is the state a person belongs to.
20695 <End of help on this topic>
20696 ======= h_composer_qserv_locality =======
20698 This is the locality a person belongs to.
20700 <End of help on this topic>
20701 ======= h_composer_qserv_custom =======
20703 This one is for advanced users only! If you put something in this field,
20704 then the rest of the fields are ignored.
20706 This field may be set to the string representation of an LDAP search
20707 filter (see RFC1960). Here are some examples:
20709 To search for an entry with a surname equal to "clinton" you could set
20710 the custom filter to:
20712      (sn=clinton)
20713     
20714 This is equivalent to putting "clinton" in the SurName field.
20715 To search for an entry that has a surname that begins with "clint" and
20716 has a givenname equal to "william" you could use:
20718      (&(sn=clint*)(givenname=william))
20719     
20720 This is equivalent to setting the SurName field to "clint*" and the
20721 GivenName field to "william".
20722 To search for an entry where either the common name OR the email address
20723 contains "abcde" you could use:
20725      (|(cn=*abcde*)(mail=*abcde*))
20727 That isn't equivalent to anything you can do by setting the other fields
20728 because of the OR.
20730 <End of help on this topic>
20731 ======= h_composer_qserv_qq =======
20733 This one is a little different from the rest of the categories.  It causes
20734 a search to be formed from the configured search filter that you filled
20735 in when you added the directory server to your configuration. It can also
20736 be combined with the other fields if you'd like.
20738 <End of help on this topic>
20739 ======= h_address_format =======
20740 <HTML>
20741 <HEAD>
20742 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20743 </HEAD>
20744 <BODY>
20745 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20747 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20748 and then a domain, with no spaces.  
20749 For example, jsmith@art.example.com might be the email address
20750 of a person  
20751 with the username &quot;jsmith&quot; who has an account in the domain
20752 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20753 right of the &quot;@&quot; sign can vary - a shorter example would be 
20754 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20755 organization's domain is specified after the &quot;@&quot; sign); a longer 
20756 example would be 
20757  jsingh@shakti.edutech.example.com
20758 (here, the name of the host &quot;shakti&quot; in the domain 
20759 edutech.example.com is also specified).  
20760 <P>  
20761 If you do not know the exact email address of someone you want to write 
20762 to, ask them what it is using other means of communication than email; or 
20763 use the tools for 
20764 finding people's addresses that are available on the Internet.
20766 If you are sending to someone on the same system as you are, you can leave
20767 the &quot;@&quot; sign and all the information to its right off of the 
20768 address, and Alpine will fill it in automatically, 
20769 unless the feature 
20770 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20773 When an email address you send a message to is not reachable -- either because 
20774 it is simply an incorrect address, or because email can temporarily not be 
20775 delivered to it due to a technical problem on the way to or at the recipient's 
20776 end -- you will almost always get an error notification email message back.
20778 If you encounter problems with, or have questions about, email delivery or
20779 email address syntax, contact your local network computing consultants.
20780 <P><UL>
20781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20782 </UL>
20784 &lt;End of help on this topic&gt;
20785 </BODY>
20786 </HTML>
20787 ======= h_flag_user_flag =======
20788 <HTML>
20789 <HEAD>
20790 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20791 </HEAD>
20792 <BODY>
20793 <H1>STATUS FLAG: User Defined Keyword</h1>
20795 This is a keyword that is defined for this folder.
20796 It was most likely defined by the owner of the folder.
20797 Alpine will not set or clear this flag on its own.
20799 <P><UL>
20800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20801 </UL><P>
20802 &lt;End of help on this topic&gt;
20803 </BODY>
20804 </HTML>
20805 ======= h_flag_important =======
20806 <html>
20807 <title>STATUS FLAG: Important</title>
20808 <body>
20809 <h1>STATUS FLAG: Important</h1>
20812 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20813 MESSAGE&nbsp;INDEX
20814 screen, can only be set by the user, and is intended to be used in
20815 whatever fashion makes sense to you.  You are the only one that can set or
20816 clear it. 
20819 &lt;End of help on this topic&gt;
20820 </BODY>
20821 </HTML>
20822 ======= h_flag_new =======
20823 <html>
20824 <title>STATUS FLAG: New</title>
20825 <body>
20826 <h1>STATUS FLAG: New</h1>
20829 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20830 MESSAGE&nbsp;INDEX screen,
20831 is automatically set when messages are delivered to your Inbox (or other
20832 folder specified outside of Alpine).  Likewise, it is cleared automatically
20833 the first time you read the message it is associated with.
20836 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20837 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20838 you'd like to be reminded of it next time you read mail.  This can be done
20839 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20843 &lt;End of help on this topic&gt;
20844 </BODY>
20845 </HTML>
20846 ======= h_flag_answered =======
20847 <html>
20848 <title>STATUS FLAG: Answered</title>
20849 <body>
20850 <h1>STATUS FLAG: Answered</h1>
20852 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20853 MESSAGE&nbsp;INDEX
20854 screen, is automatically set when you reply to a message.  This flag is not
20855 automatically cleared.
20858 &lt;End of help on this topic&gt;
20859 </BODY>
20860 </HTML>
20861 ======= h_flag_forwarded =======
20862 <html>
20863 <title>STATUS FLAG: Forwarded</title>
20864 <body>
20865 <h1>STATUS FLAG: Forwarded</h1>
20867 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20868 MESSAGE&nbsp;INDEX
20869 screen, is automatically set when you forward a message.  This flag is not
20870 automatically cleared.
20873 &lt;End of help on this topic&gt;
20874 </BODY>
20875 </HTML>
20876 ======= h_flag_deleted =======
20877 <html>
20878 <title>STATUS FLAG: Deleted</title>
20879 <body>
20880 <h1>STATUS FLAG: Deleted</h1>
20882 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20883 MESSAGE&nbsp;INDEX
20884 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20885 It is cleared
20886 when you use the &quot;U&nbsp;Undelete&quot; command.
20889 Messages marked with this flag will be permanently removed from
20890 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20891 command, or
20892 when you indicate acceptance of their removal upon leaving the folder.
20895 Note, there can be other actions implicit in the
20896 &quot;D&nbsp;Delete&quot; command,
20897 such as advancing to the next message, that may be momentarily undesirable.
20898 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20899 flag <A HREF="h_common_flag">explicitly</A>.
20902 &lt;End of help on this topic&gt;
20903 </BODY>
20904 </HTML>
20905 ====== h_config_incoming_timeo ======
20906 <HTML>
20907 <HEAD>
20908 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20909 </HEAD>
20910 <BODY>
20911 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20913 This option has no effect unless the feature
20914 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20915 is set, which in turn has no effect unless
20916 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20917 is set.
20919 Sets the time in seconds that Alpine will
20920 attempt to open a network connection used for monitoring for Unseen
20921 messages in Incoming Folders. The default is 5.
20922 If a connection has not completed within this many seconds Alpine will
20923 give up and consider it a failed connection.
20925 <UL>   
20926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20927 </UL><P>
20928 &lt;End of help on this topic&gt;
20929 </BODY>
20930 </HTML>
20931 ====== h_config_psleep ======
20932 <HTML>
20933 <HEAD>
20934 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20935 </HEAD>
20936 <BODY>
20937 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20940 In the good old days a mailcap viewer was used to examine an 
20941 attachment before saving it, and after viewing the attachment control 
20942 would return to the operating system when the viewer was closed. Therefore, 
20943 when the mailcap viewer returned control to the operating system, it 
20944 could be assumed that the user who opened the attachment was done
20945 examining it, and the copy of the attachment that was used, could be removed.
20948 However, today this assumption is not longer valid. Some viewers return 
20949 control to the operating system before they actually read the attachment
20950 to be examined. This causes Alpine to delete the attachment before it 
20951 is read by the viewer, causing the viewer to fail opening the attachment.
20954 In order to work around this problem, Alpine checks, after the viewer has 
20955 returned control to the operating system, if there is any process that is 
20956 using the attachment. This variable controls the number of seconds that 
20957 must elapse between checks. Once it is found that no process is using the 
20958 attachment, this is removed.
20961 The minimum value for this variable is 60 (checks will be made once per 
20962 minute), and the maximum value is 600 (checks will be made once every 10 
20963 minutes). The default value is 60.
20966 <UL>   
20967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20968 </UL><P>
20969 &lt;End of help on this topic&gt;
20970 </BODY>
20971 </HTML>
20972 ====== h_config_incoming_interv ======
20973 <HTML>
20974 <HEAD>
20975 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20976 </HEAD>
20977 <BODY>
20978 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20980 This option has no effect unless the feature
20981 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20982 is set, which in turn has no effect unless
20983 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20984 is set.
20986 This option specifies, in seconds, how often Alpine will check
20987 for new mail and state changes in Incoming Folders when Incoming Folders
20988 Checking is turned on.
20989 The default is 3 minutes (180).
20990 This value applies only to folders that are local to the system that
20991 Alpine is running on or that are accessed using the IMAP protocol.
20992 The similar option
20993 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20994 applies to all other monitored folders.
20996 <UL>   
20997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20998 </UL><P>
20999 &lt;End of help on this topic&gt;
21000 </BODY>
21001 </HTML>
21002 ====== h_config_incoming_second_interv ======
21003 <HTML>
21004 <HEAD>
21005 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21006 </HEAD>
21007 <BODY>
21008 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21010 This option has no effect unless the feature
21011 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21012 is set, which in turn has no effect unless
21013 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21014 is set.
21016 This option together with the option
21017 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21018 specifies, in seconds, how often Alpine will check
21019 for new mail and state changes in Incoming Folders when Incoming Folders
21020 Checking is turned on.
21021 The default for this option is 3 minutes (180).
21022 For folders that are local to this system or
21023 that are accessed using the IMAP protocol
21024 the value of the option
21025 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21026 is used.
21027 For all other monitored folders, the value of this option is used.
21029 The reason there are two separate options is because it is usually
21030 less expensive to check local and IMAP folders than it is to check
21031 other types, like POP or NNTP folders.
21032 You may want to set this secondary value to a higher number than
21033 the primary check interval.
21035 <UL>   
21036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21037 </UL><P>
21038 &lt;End of help on this topic&gt;
21039 </BODY>
21040 </HTML>
21041 ====== h_config_incoming_list ======
21042 <HTML>
21043 <HEAD>
21044 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21045 </HEAD>
21046 <BODY>
21047 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21049 This option has no effect unless the feature
21050 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21051 is set, which in turn has no effect unless
21052 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21053 is set.
21055 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21056 normally monitor all Incoming Folders.
21057 You may use this option to restrict the list of monitored folders to a
21058 subset of all Incoming Folders.
21060 <UL>   
21061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21062 </UL><P>
21063 &lt;End of help on this topic&gt;
21064 </BODY>
21065 </HTML>
21066 ====== h_config_pers_name ======
21067 <HTML>
21068 <HEAD>
21069 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21070 </HEAD>
21071 <BODY>
21072 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21074 This value is used to determine the full name part of the "From" address
21075 on messages you send.
21076 <!--chtml if pinemode="os_windows"-->
21077  PC-Alpine requires that this be set in order to properly construct the "From" address.
21078 <!--chtml else-->
21079  If unset, Unix Alpine will obtain your full name from
21080  the system password file. PC-Alpine, on the other hand, requires that this be set.
21081 <!--chtml endif-->
21083 If you want to change the value of what gets included in the From header
21084 in messages you send (other than just the Personal Name)
21085 look <A HREF="h_config_change_your_from">here</A> for a description.
21086 <P><UL>
21087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21088 </UL><P>
21089 &lt;End of help on this topic&gt;
21090 </BODY>
21091 </HTML>
21092 ====== h_config_pruned_folders ======
21093 <html>
21094 <header>
21095 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21096 </header>
21097 <body>
21098 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21100 This variable allows you to define a list of one or more folders that
21101 Alpine will offer to prune for you in the same way it automatically offers
21102 to prune your "sent-mail" folder each month.
21103 Each folder in this list must be a folder in your default folder collection
21104 (the first folder collection if you have more than one), and it is just
21105 the relative name of the folder in the collection, not the fully-qualified name.
21106 It is similar to sent-mail.
21107 Instead of something like
21109 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21111 the correct value to use would be
21113 <CENTER><SAMP>folder</SAMP></CENTER>
21115 There is an assumption here that your first collection is the folders in
21117 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21120 Once a month, for each folder listed, Alpine will offer to move
21121 the contents of the folder to a new folder of the same name but with
21122 the previous month's date appended.  Alpine will then look for any such
21123 date-appended folder names created for a previous month, and offer each
21124 one it finds for deletion.
21127 If you decline the first offer, no mail is moved and no new folder is
21128 created.
21131 The new folders will be created
21132 in your default folder collection.
21135 <UL>   
21136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21137 </UL><P>
21138 &lt;End of help on this topic&gt;
21139 </body>
21140 </html>
21141 ====== h_config_upload_cmd ======
21142 <HTML>
21143 <HEAD>
21144 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21145 </HEAD>
21146 <BODY>
21147 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21149 This option affects the behavior of the Composer's &quot;Read File&quot; 
21150 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21151 commands.  It specifies
21152 a Unix program name, and any necessary command line arguments, that Alpine can
21153 use to transfer files from your personal computer into messages that you are
21154 composing.<P>
21156 <B>Note:</B> this facility is intended for use with serial line transfer 
21157 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21158 to work with TCP/IP file transfer programs such as ftp.<P>
21160 If a program is specified, the commands listed above are modified to offer a
21161 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21162 specified here must match the transfer program or protocol available on the
21163 personal computer.<P>
21165 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21166 the specified upload program finishes, Alpine expects the uploaded data to be
21167 contained in this file.<P>
21169 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21170 generates a
21171 temporary file name that it will pass to the specified Unix program.  Alpine
21172 will read the resulting uploaded text from this file and then delete it when
21173 the upload command is finished.<P>
21175 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21176 prompt
21177 you for the name of the file that is to contain the uploaded information that
21178 it is to attach.  Alpine will attach this file to the composition, but will
21179 <B>not</B> delete this file after the upload command is finished.<P>
21181 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21182 command
21183 line arguments.  Alpine will replace this symbol with the name of the file
21184 being used to exchange the uploaded information.  This token allows you to
21185 position the file name where it is required in the Unix program's command
21186 line arguments.<P>
21188 If the &quot;_FILE_&quot; token is not present in the specified command, the
21189 temporary file's name is automatically appended to the specified Unix
21190 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21191 <B>last</B> command line argument.
21192 <P><UL>
21193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21194 </UL><P>
21195 &lt;End of help on this topic&gt;
21196 </BODY>
21197 </HTML>
21198 ====== h_config_upload_prefix ======
21199 <HTML>
21200 <HEAD>
21201 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21202 </HEAD>
21203 <BODY>
21204 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21206 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21207 It defines text to be written to the terminal emulator (via standard output)
21208 immediately prior to starting upload command.  This is useful for
21209 integrated serial line file transfer agents that permit command passing
21210 (e.g., Kermit's APC method).<P>
21212 The special token &quot;_FILE_&quot; may be included in the string specification.
21213 That symbol will be replaced with the (Alpine-created) name of the temporary
21214 file in which Alpine will expect to find the uploaded file.
21215 <P><UL>
21216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21217 </UL><P>
21218 &lt;End of help on this topic&gt;
21219 </BODY>
21220 </HTML>
21221 ====== h_config_download_cmd ======
21222 <HTML>
21223 <HEAD>
21224 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21225 </HEAD>
21226 <BODY>
21227 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21229 This option affects the behavior of the Export command.  It specifies a Unix
21230 program name, and any necessary command line arguments, that Alpine can use to
21231 transfer the exported message to your personal computer's disk.<P>
21232 Note: this facility is intended for use with serial line transfer 
21233 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21234 to work with TCP/IP file transfer programs such as ftp.<P>
21235 If a program is specified, the Export command is modified to offer a
21236 subcommand (^V) to activate the transfer (in lieu of saving it to
21237  the machine where Alpine is running).  Obviously, the Unix program
21238 specified here must match the transfer program or protocol available on the
21239 personal computer.<P>
21241 When this subcommand is selected and before Alpine invokes the specified Unix
21242 program, Alpine will create a temporary file containing the text of the
21243 exported message.  Alpine uses this file to pass the exported message text to
21244 the specified Unix program.<P>
21246 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21247 line arguments.  Alpine will replace this symbol with the temporary file's name
21248 before executing the Unix program.  This token allows you to position the
21249 file name where it is required in the Unix program's command line arguments.
21251 If the &quot;_FILE_&quot; token is not present in the specified command, the
21252 temporary file's name is automatically appended to the specified Unix
21253 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21254 <B>last</B> command line argument.
21255 <P><UL>
21256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21257 </UL><P>
21258 &lt;End of help on this topic&gt;
21259 </BODY>
21260 </HTML>
21261 ====== h_config_download_prefix ======
21262 <HTML>
21263 <HEAD>
21264 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21265 </HEAD>
21266 <BODY>
21267 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21269 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21270 It defines text to be written to the terminal emulator (via standard output)
21271 immediately prior to starting the download command.  This is useful for
21272 integrated serial line file transfer agents that permit command passing
21273 (e.g., Kermit's APC method).
21275 The special token &quot;_FILE_&quot; may be included in the string 
21276 specification.
21277 That symbol will be replaced with the (Alpine-created) name of the temporary
21278 file into which Alpine will place the message to be downloaded.
21279 <P><UL>
21280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21281 </UL><P>
21282 &lt;End of help on this topic&gt;
21283 </BODY>
21284 </HTML>
21285 ====== h_config_mailcap_path ======
21286 <HTML>
21287 <HEAD>
21288 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21289 </HEAD>
21290 <BODY>
21291 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21292 This variable is used to replace Alpine's default mailcap file search path.
21293 It takes one or more file names (full paths must be specified) in which to
21294 look for mail capability data.  The default search path can be found in this
21295 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21296 If there is more than one file name listed, list members should be delimited
21297 by 
21298 <!--chtml if pinemode="os_windows"-->
21299 a semi-colon (;) under Windows; for example:<PRE>
21300         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21301 </PRE>
21302 <!--chtml else-->
21303 a colon (:) under UNIX; for example:<PRE>
21304         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21305 </PRE>
21306 <!--chtml endif-->
21307 <P><UL>
21308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21309 </UL>
21311 &lt;End of help on this topic&gt;
21312 </BODY>
21313 </HTML>
21314 ====== h_config_mimetype_path ======
21315 <HTML>
21316 <HEAD>
21317 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21318 </HEAD>
21319 <BODY>
21320 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21322 This variable is used to replace Alpine's default mime.types file search path.
21323 It takes one or more file names (full paths must be specified) in which to
21324 look for file-name-extension to MIME type mapping data.  The default search
21325 path can be found in this
21326 <A HREF="h_news_config">Alpine Configuration</A> help.
21330 If there is more than one file name listed, list members should be delimited
21331 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21333 &lt;End of help on this topic&gt;
21334 </BODY></HTML>
21335 ====== h_config_set_att_ansi ======
21336 <HTML><HEAD>
21337 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21338 </HEAD>
21339 <BODY>
21340 <H1>OPTION: Set printer to attached ansi printer</H1>
21342 Type "S" to set your printer to "attached-to-ansi".<BR>
21343 It is OK to include "attached-to-ansi" in your personal list below.
21345 &lt;End of help on this topic&gt;
21346 </BODY></HTML>
21347 ====== h_config_set_att_ansi2 ======
21348 <HTML><HEAD>
21349 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21350 </HEAD>
21351 <BODY>
21352 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21354 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21355 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21356 list below.
21360 This is the same as the "attached-to-ansi" option except that a
21361 formfeed character will not be appended to the end of the print job.
21362 If your printer already ejects the paper by itself at the end of the
21363 job, you may prefer the "no-formfeed" form of this printer so that you
21364 don't get an extra blank page between print jobs.
21367 &lt;End of help on this topic&gt;
21368 </BODY></HTML>
21369 ====== h_config_set_att_wyse ======
21370 <HTML><HEAD>
21371 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21372 </HEAD>
21373 <BODY>
21374 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21376 Type "S" to set your printer to "attached-to-wyse".<BR>
21377 It is OK to include "attached-to-wyse" in your personal list below.
21379 This is very similar to "attached-to-ansi".
21380 The only difference is in the control characters sent to turn the printer
21381 on and off.
21382 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21383 to turn on the printer and ESC LEFT_BRACKET 4 i
21384 to turn it off.
21385 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21386 &lt;End of help on this topic&gt;
21387 </BODY></HTML>
21388 ====== h_config_set_att_wyse2 ======
21389 <HTML><HEAD>
21390 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21391 </HEAD>
21392 <BODY>
21393 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21395 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21396 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21397 list below.
21401 This is the same as the "attached-to-wyse" option except that a
21402 formfeed character will not be appended to the end of the print job.
21403 If your printer already ejects the paper by itself at the end of the
21404 job, you may prefer the "no-formfeed" form of this printer so that you
21405 don't get an extra blank page between print jobs.
21408 &lt;End of help on this topic&gt;
21409 </BODY></HTML>
21410 ====== h_config_set_stand_print ======
21411 <HTML>
21412 <HEAD>
21413 <TITLE>OPTION: Set default printer</TITLE>
21414 </HEAD>
21415 <H1>OPTION: Set default printer</H1>
21416 <BODY>
21417 Move to the printer you want and type "S" to set it to be your
21418 default printer.  This list is not modifiable by you and has been
21419 set up by the system administrators.  If there is more than one printer
21420 listed in the Command List, you will be able to cycle through that
21421 whole list at the time you print, starting with your default.
21422 It is OK to include entries from this Standard list in your personal
21423 list below.
21425 &lt;End of help on this topic&gt;
21426 </BODY>
21427 </HTML>
21428 ====== h_config_set_custom_print ======
21429 <HTML>
21430 <HEAD>
21431 <TITLE>OPTION: Set default printer</TITLE>
21432 </HEAD>
21433 <H1>OPTION: Set default printer</H1>
21434 <BODY>
21435 You may add as many print commands as you want to your personal list.
21436 Specify one of them as your default printer by moving to the printer
21437 you want and typing "S".  If there is more than one printer listed
21438 in the Command List, you will be able to cycle through that list at
21439 the time you print, starting with your default.  It is OK to include
21440 entries from the Standard list above or to include the command
21441 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21442 "attached-to-wyse-no-formfeed" as one of the entries here.
21444 &lt;End of help on this topic&gt;
21445 </BODY>
21446 </HTML>
21447 ====== h_config_user_id =====
21448 <HTML>
21449 <HEAD>
21450 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21451 </HEAD>
21452 <BODY>
21453 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21455 This value is used as part of the "From" address on messages you send.
21456 It is also the default login name for remote IMAP server access.  Set this
21457 to the username part you want to appear on outgoing email.
21459 If you want to change the value of what gets included in the From header
21460 in messages you send (other than just the User ID)
21461 look <A HREF="h_config_change_your_from">here</A> for a description.
21463 <P><UL>   
21464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21465 </UL><P>
21466 &lt;End of help on this topic&gt;
21467 </BODY>
21468 </HTML>
21469 ====== h_config_user_dom =====
21470 <HTML>
21471 <HEAD>
21472 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21473 </HEAD>
21474 <BODY>
21475 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21477 This value specifies the domain part (right-hand side) of your return
21478 address on outgoing email and is also used as the default domain for email
21479 composed to a local user.
21480 <!--chtml if pinemode="os_windows"-->
21481  This value is required for PC-Alpine. If you are unsure as to what this should be,
21482  contact your local help desk, system administrator, or Internet Service Provider.
21483 <!--chtml else-->
21484  If unset, Unix Alpine will obtain the domain from
21485  the system.  Often this value will be set for your whole site by the
21486  system administrator.<P>
21487 <!--chtml endif-->
21488 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21489 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21491 If you want to change the value of what gets included in the From header
21492 in messages you send (other than just the User Domain)
21493 look <A HREF="h_config_change_your_from">here</A> for a description.
21494 <P><UL>
21495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21496 </UL><P>
21497 &lt;End of help on this topic&gt;
21498 </BODY>
21499 </HTML>
21500 ====== h_config_smtp_server =====
21501 <HTML>
21502 <HEAD>
21503 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21504 </HEAD>
21505 <BODY>
21506 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21507 This value specifies the name of one or more SMTP 
21508 (Simple Mail Transfer Protocol) servers for sending mail. 
21509 <!--chtml if pinemode="os_windows"-->
21510 You must have an SMTP server for use with PC-Alpine.
21511 SMTP servers are
21512 normally set up by a system administrator for use by all members of a given
21513 campus or department.
21514 Contact your local help desk to ask what SMTP
21515 servers you should use.  
21516 <!--chtml else-->
21517 Unix Alpine users may not need to set an SMTP server.
21518 Alpine will attempt to execute the program (usually sendmail) that is used
21519 to insert mail into the mail system.
21520 If this works for you, you may leave this option blank.
21521 If there is an SMTP server running on the Unix host you may be able to
21522 improve sending performance slightly by setting the SMTP server option
21523 to &quot;localhost&quot; or to the actual name of the Unix host.
21525 If the Unix host doesn't work the way Alpine was expecting you will need to
21526 set the value of this option.
21527 SMTP servers are
21528 normally set up by a system administrator for use by all members of a given
21529 campus or department.
21530 Contact your local help desk to ask what SMTP
21531 servers you should use.  
21532 <!--chtml endif-->
21534 Your SMTP server may offer SMTP AUTH authentication.
21535 It may even require it.
21536 If your SMTP server offers SMTP AUTH authentication you may specify a
21537 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21538 This parameter requires an associated value,
21539 the username identifier with which to establish the server
21540 connection.
21541 An example might be:
21544 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21547 If AUTH authentication is offered by the server, this will cause Alpine to
21548 attempt to use it.
21549 If AUTH authentication is not offered by the server, this will cause Alpine
21550 to fail sending with an error similar to:
21553 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21556 Another type of authentication that is used by some ISPs is called
21557 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21558 which means that you have to authenticate
21559 yourself to the POP or IMAP server by opening a mailbox before you
21560 can send mail.
21561 To do this, you usually only have to open your INBOX.
21564 You may tell Alpine to use the
21565 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21566 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21567 parameter
21568 in this option.
21569 At this time &quot;/submit&quot; is simply equivalent to specifying
21570 port 587, though it may imply more than that at some point in the future.
21571 Some ISPs are blocking port 25 in order to reduce the amount of spam
21572 being sent to their users.
21573 You may find that the submit option allows you to get around such a block.
21576 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21579 To specify any non-standard port number on the SMTP server you may follow
21580 the hostname with a colon followed by the portnumber.
21583 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21586 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21587 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21588 If that fails then a non-encrypted connection will be attempted instead.
21589 You may specify that a TLS connection is required if you wish.
21590 If you append &quot;/tls&quot; to the name then the connection will fail
21591 instead of falling back to a non-secure connection.
21594 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21598 For more details about server name possibilities see
21599 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21602 <UL>
21603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21604 </UL>
21606 &lt;End of help on this topic&gt;
21607 </BODY>
21608 </HTML>
21609 ====== h_config_nntp_server =====
21610 <HTML>
21611 <HEAD>
21612 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21613 <BODY>
21614 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21616 This value specifies the name of one or more NNTP
21617 (Network News Transfer Protocol)
21618 servers for reading and posting USENET news.
21619 NNTP servers are normally
21620 set up by a system administrator for use by all members of a given campus
21621 or department.
21622 Contact your local help desk to ask what NNTP servers you should use.  
21623 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21624 Often Unix Alpine users will find that this variable has been
21625 set for the whole system (and they don't have to worry about it).  
21626 <!--chtml endif-->
21627 When you define an NNTP server here, Alpine implicitly defines a news
21628 collection for you, assuming that server as the news server and assuming
21629 that you will use the NNTP protocol and a local newsrc configuration file
21630 for reading news.
21631 For more about reading news with Alpine, see
21632 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21634 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21635 or &quot;AUTHINFO USER&quot; authentication.
21636 It may even require it.
21637 If your NNTP server does offer such authentication you may specify a user name
21638 parameter to cause Alpine to attempt to authenticate.
21639 The same is true for the server name in a folder collection that uses NNTP.
21640 This parameter requires an associated value,
21641 the username identifier with which to establish the server connection.
21642 An example might be:
21645 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21648 If authentication is offered by the server, this will cause Alpine to
21649 attempt to use it.
21650 If authentication is not offered by the server, this will cause Alpine
21651 to fail with an error similar to:
21654 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21656 For more details about the server name possibilities see
21657 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21658 <P><UL>
21659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21660 </UL><P>
21661 &lt;End of help on this topic&gt;
21662 </BODY>
21663 </HTML>
21664 ====== h_config_inbox_path =====
21665 <HTML>
21666 <HEAD>
21667 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21668 </HEAD>
21669 <BODY>
21670 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21672 This value overrides the default value of your INBOX name/path/location.
21673 <!--chtml if pinemode="os_windows"-->
21674 PC-Alpine users must specify an inbox path and it must be a folder on an
21675 IMAP server.  
21676 <!--chtml else-->
21677 Unix and VMS Alpine users will often find that this variable
21678 has been pre-configured by your system administrator.  
21679 <!--chtml endif-->
21680 You may be able to specify an alternate INBOX that is either a local folder 
21681 or a folder on an IMAP server.
21683 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21684 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21685 mail server.
21687 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21688 details on the syntax of folder definitions.
21690 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21691 mail is disappearing.
21692 <P><UL>
21693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21694 </UL><P>
21695 &lt;End of help on this topic&gt;
21696 </BODY>
21697 </HTML>
21698 ====== h_config_change_your_from =====
21699 <HTML>
21700 <HEAD>
21701 <TITLE>How to Change your From Address</TITLE>
21702 </HEAD>
21703 <BODY>
21704 <H1>How to Change your From Address</H1>
21706 If the From address that Alpine includes in mail that you send is not correct,
21707 you may want to configure a different default value for the From address.
21708 You may follow these directions to change the default:
21711 <UL>
21712   <LI> Go to the Main Alpine Menu
21713   <LI> From there type the Setup Command
21714   <LI> From there type the Config Command
21715 </UL>
21718 You've probably already seen this SETUP CONFIGURATION screen.
21719 If not, there are many options you may want to set here.
21720 To set the value of the From header you may use the
21721 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21722 Find it by scrolling down a few pages or use the WhereIs command to
21723 search for &quot;customized&quot;.
21724 You may want to read the help text associated with the option.
21726 To add a custom From header, type the Add command and enter the
21727 full header line, including the leading &quot;From:&nbsp;&quot;.
21728 For example:
21730 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21732 Now exit the Setup command and try sending mail to yourself to see
21733 what the From line looks like.
21735 When you are in the composer you may edit the custom From line by typing
21736 Ctrl-R while your cursor is in the headers of the message and then moving
21737 to the From line and editing.
21738 If you want to leave the default value the same but add the possibility
21739 of being able to edit the header when you compose, add just the header
21740 name without a value.
21741 For example:
21743 <CENTER><SAMP>From:</SAMP></CENTER>
21745 If you change your From address you may also find it useful to add the
21746 changed From address to the
21747 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21748 configuration option.
21750 <UL>   
21751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21752 </UL><P>
21753 &lt;End of help on this topic&gt;
21754 </BODY>
21755 </HTML>
21756 ====== h_config_default_fcc =====
21757 <HTML>
21758 <HEAD>
21759 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21760 </HEAD>
21761 <BODY>
21762 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21764 This value specifies where a copy of outgoing mail should be saved.  If
21765 this is not a path name, it will be in the default collection for saves.
21766 Any valid folder specification, local or IMAP, is allowed.  This default
21767 folder carbon copy only applies when the 
21768 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21769 is set to use the default folder.  
21770 <!--chtml if pinemode="os_windows"-->
21771 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21772 <!--chtml else-->
21773 Unix Alpine default
21774 is normally &quot;sent-mail&quot; in the default folder collection. 
21775 <!--chtml endif-->
21777 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21778 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21779 IMAP server (remember that in order to later access this remote folder through Alpine, it
21780 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21781 for more information). An example:<p>
21782 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21784 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21786 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21787 details on the syntax of folder definitions.
21789 <UL>   
21790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21791 </UL><P>
21792 &lt;End of help on this topic&gt;
21793 </BODY>
21794 </HTML>
21795 ====== h_config_def_save_folder =====
21796 <HTML>
21797 <HEAD>
21798 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21799 </HEAD>
21800 <BODY>
21801 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21803 This option determines the default folder name for save-message operations 
21804 (&quot;saves&quot;).
21806 If this is not a path name, it will be in the default collection for saves.
21807 Any valid folder specification, local or IMAP, is allowed.  This default
21808 folder only applies when the
21809 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21810 doesn't override it.  
21811 <!--chtml if pinemode="os_windows"-->
21812 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21813 <!--chtml else-->
21814 Unix Alpine default
21815 is normally &quot;saved-messages&quot; in the default folder collection.
21816 <!--chtml endif-->
21817 If you access your email through an IMAP server, especially if you often switch between Unix
21818 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21819 IMAP server (remember that in order to later access this remote folder through Alpine, it
21820 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21821 for more information). An example:<p>
21822 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21824 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21825 details on the syntax of folder definitions.
21827 <UL>   
21828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21829 </UL><P>
21830 &lt;End of help on this topic&gt;
21831 </BODY>
21832 </HTML>
21833 ====== h_config_postponed_folder =====
21834 <HTML>
21835 <HEAD>
21836 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21837 </HEAD>
21838 <BODY>
21839 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21841 This value overrides the default name for the folder where postponed
21842 messages are saved.  If this is not a path name, it will be in the default
21843 collection for message Saves.  Any valid folder specification, local or
21844 remote, is allowed. 
21845 PC-Alpine default
21846 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21847 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21848 in the default collection. 
21850 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21851 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21852 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21853 in all Alpine copies you use. 
21854 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21855 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21856 for more information). An
21857 example:<p> 
21858 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21860 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21861 details on the syntax of folder definitions.
21863 <UL>   
21864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21865 </UL><P>
21866 &lt;End of help on this topic&gt;
21867 </BODY>
21868 </HTML>
21869 ====== h_config_read_message_folder =====
21870 <HTML>
21871 <HEAD>
21872 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21873 </HEAD>
21874 <BODY>
21875 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21877 By virtue of specifying a folder name here, Alpine will be configured to
21878 save all messages that you have read during a session into the designated
21879 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21880 between your really new email (in your INBOX) and those that you have
21881 already read.  Depending on how you define the 
21882 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21883 setting, you may or may not be asked when you quit
21884 Alpine if you want read messages to be moved to this folder.  In either
21885 case, moving the messages means they will be deleted from your INBOX.
21887 If this is not a path name, it will be in the default collection for
21888 saves.  Any valid folder specification, local or remote (via IMAP), is
21889 allowed.  There is no default for the name of the read message folder.
21891 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21892 details on the syntax of folder definitions.
21894 <UL>   
21895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21896 </UL><P>
21897 &lt;End of help on this topic&gt;
21898 </BODY>
21899 </HTML>
21900 ====== h_config_form_folder =====
21901 <HTML>
21902 <HEAD>
21903 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21904 </HEAD>
21905 <BODY>
21906 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21908 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21909 contain messages that you have composed and that are intended to be
21910 sent in their original form repeatedly.
21913 Setting this variable will alter Alpine's usual behavior when you
21914 execute the Compose command.  Normally, Alpine offers a chance to
21915 continue a postponed or interrupted message should one or the other
21916 exist.  When this variable is set to a folder name that exists, Alpine
21917 will also offer the chance to select a message from the folder to
21918 insert into the composer (much like when continuing a postponed message).
21919 The difference, however, is that Alpine will not automatically delete
21920 the selected message from the Form Letter Folder.
21922 Setting this variable will also affect Alpine's behavior when you
21923 Postpone a message from the composer.  Normally, Alpine simply stashes
21924 the message away in your
21925 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21926 Regardless of the specified folder's existence, Alpine will ask which
21927 folder you intend the message to be stored in.  Choose the
21928 &quot;F&quot; option to store the message in your Form Letter Folder.
21929 This is the most common way to add a message to the folder.
21932 Another method of adding messages to the folder is via the Alpine
21933 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21934 you expect to send in the same form again, you can enter the Form
21935 Letter Folder's name in this field.  Alpine, as usual, will copy the
21936 message as it's sent.  Note, when you later select this message from 
21937 your Form Letter Folder, it will have the same recipients as the original
21938 message.
21941 To delete a message from the Form Letter Folder, you can either select
21942 the folder from a suitable FOLDER LIST screen, or use the Delete
21943 command in the MESSAGE INDEX offered when selecting from the folder as
21944 part of the Compose command.  You can delete a Form Letter Folder just
21945 as any other folder from a suitable FOLDER LIST screen.
21948 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21949 facility can be used
21950 to replace the Form Letter Folder.
21953 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21954 details on the syntax of folder definitions.
21957 <UL>   
21958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21959 </UL><P>
21960 &lt;End of help on this topic&gt;
21961 </BODY>
21962 </HTML>
21963 ====== h_config_archived_folders =====
21964 <HTML>
21965 <HEAD>
21966 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21967 </HEAD>
21968 <BODY>
21969 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21971 This is like
21972 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21973 only more general.  You may archive
21974 any of the folders in your incoming collection.  This is a list of folder
21975 pairs, with the first separated from the second in the pair by a space.
21976 The first folder in a pair is the folder you want to archive, and the
21977 second folder is the folder that read messages from the first should be
21978 moved to.  Depending on how you define the
21979 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21980 setting, you may or may not be asked when you
21981 leave the first folder if you want read messages to be moved to the
21982 second folder.  In either case, moving the messages means they will be
21983 deleted from the first folder.
21985 The name of the first folder in each pair can be either the technical
21986 specification of the folder (like what appears in your configuration file)
21987 or (much easier) the nickname that you gave the folder when you made it
21988 an incoming folder.
21990 For example:<p>
21991 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21992 <p>or, using nicknames:<p>
21993 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21995 If these are not path names, they will be in the default collection for
21996 saves. Any valid folder specification, local or remote (via IMAP), is
21997 allowed. There is no default.
21999 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22000 details on the syntax of folder definitions.
22002 <UL>   
22003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22004 </UL><P>
22005 &lt;End of help on this topic&gt;
22006 </BODY>
22007 </HTML>
22008 ====== h_config_newsrc_path ======
22009 <HTML>
22010 <HEAD>
22011 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22012 </HEAD>
22013 <BODY>
22014 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22016 This option overrides the default name Alpine uses for your "newsrc" news
22017 status and subscription file.  If set, Alpine will take this value as the
22018 full pathname for the desired newsrc file.<P>
22020 If this option is <B>not</B> set, 
22021 <!--chtml if pinemode="os_windows"-->
22022 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22023 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22024 directory as your pinerc file for NEWSRC.
22025 <!--chtml else-->
22026 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22027 your account's home directory).
22028 <!--chtml endif-->
22029 <P><UL>
22030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22031 </UL>
22033 &lt;End of help on this topic&gt;
22034 </BODY>
22035 </HTML>
22036 ====== h_config_literal_sig =====
22037 <HTML>
22038 <HEAD>
22039 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22040 </HEAD>
22041 <BODY>
22042 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22044 With this option your actual signature, as opposed to
22045 the name of a file containing your signature,
22046 is stored in the Alpine configuration file.
22047 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22050 This is simply a different way to store the signature.
22051 The signature is stored inside your Alpine configuration file instead of in
22052 a separate file.
22053 Tokens work the same way they do with the
22054 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22055 help.
22058 The Setup/Signature command on Alpine's MAIN MENU will edit
22059 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22060 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22061 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22062 instead.
22065 The two character sequence &#92;n (backslash followed by
22066 the character n) will be used to signify a line-break in your signature.
22067 You don't have to enter the &#92;n, but it will be visible in the
22068 SETUP CONFIGURATION window after you are done editing the signature.
22071 <UL>   
22072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22073 </UL><P>
22074 &lt;End of help on this topic&gt;
22075 </BODY>
22076 </HTML>
22077 ====== h_config_signature_file =====
22078 <HTML>
22079 <HEAD>
22080 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22081 </HEAD>
22082 <BODY>
22083 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22085 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22086 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22087 You can tell that that is the case because the value of the
22088 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22090 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22092 You may either use all Literal Signatures (signatures stored in your
22093 configuration file) throughout Alpine, or all signature files.
22094 You can't mix the two.
22096 This is the name of a file that will be automatically inserted into
22097 outgoing messages.
22098 It typically contains information such as your
22099 name, email address and organizational affiliation.
22100 Alpine adds the
22101 signature into the message as soon as you enter the composer so you
22102 can choose to remove it or edit it on a message by message basis.
22103 Signature file placement in message replies is controlled by the
22104 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22105 setting in the feature list.
22108 The default file name is
22109 <!--chtml if pinemode="os_windows"-->
22110 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22111 PINERC file is a local file.
22112 If your PINERC file is remote, then it will be in the directory specified
22113 by the &quot;-aux local_directory&quot; command line option.
22114 <!--chtml else-->
22115 &quot;.signature&quot;.
22116 <!--chtml endif-->
22119 To create or edit your signature file choose Setup from the MAIN MENU
22120 and then select S for Signature (Main/Setup/Signature).  This puts you
22121 into the Signature Editor where you can enter a <EM>few</EM> lines of
22122 text containing your identity and affiliation.
22125 If the filename is followed by a vertical bar (|) then instead
22126 of reading the contents of the file the file is assumed to be a
22127 program that will produce the text to be used on its standard output.
22128 The program can't have any arguments and doesn't receive any input from Alpine,
22129 but the rest of the processing works as if the contents came from a file.
22132 Instead of storing the data in a local file, the
22133 signature data may be stored remotely in an IMAP folder.
22134 In order to do this, 
22135 you must use a remote name for the file.
22136 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22138 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22141 The syntax used here is the same as the syntax used for remote configuration
22142 files from the command line.
22143 Note that you may not access an existing signature file remotely,
22144 you have to create a new <EM>folder</EM> that contains the signature data.
22145 If the name you use here for the signature file is a remote name, then when
22146 you edit the file from the Setup/Signature command the data will be stored
22147 remotely in the folder.
22148 You aren't required to do anything special to create the folder, it
22149 gets created automatically if you use a remote name.
22152 Besides regular text, the signature file may also contain
22153 (or a signature program may produce) tokens that
22154 are replaced with text that usually depends on the message you are replying
22155 to or forwarding.
22156 For example, if the signature file contains the token
22158 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22160 anywhere in the text, then that token is replaced by the date
22161 the message you are replying to or forwarding was sent.
22162 If it contains
22164 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22166 that is replaced with the current date.
22167 The first is an example of a token that depends on the message you
22168 are replying to (or forwarding) and the second is an example which
22169 doesn't depend on anything other than the current date.
22170 You have to be a little careful with this facility since tokens that
22171 depend on the message you are replying to or forwarding will be replaced
22172 by nothing in the case where you are composing a new message from scratch.
22173 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22174 in this respect.
22175 It allows you to use different signature files in different cases.
22178 The list of tokens available for use in the signature file is
22179 <A HREF="h_index_tokens">here</A>.
22182 Instead of, or along with the use of &quot;roles&quot; to give you
22183 different signature files in different situations, there is also
22184 a way to conditionally include text based
22185 on whether or not a token would result in specific replacement text.
22186 For example, you could include some text based on whether or not
22187 the _NEWS_ token would result in any newsgroups if it was used.
22188 This is explained in detail
22189 <A HREF="h_reply_token_conditionals">here</A>.
22190 This isn't for the faint of heart.
22192 In the very unlikely event that you want to include a literal token
22193 in the signature you must precede it with a backslash character.
22194 For example,
22196 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22198 would produce something like
22200 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22202 It is not possible to have a literal backslash followed by an expanded token.
22204 An alternate method for storing the signature data is available by using the
22205 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22206 This variable will be used by default.
22208 <UL>   
22209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22210 </UL><P>
22211 &lt;End of help on this topic&gt;
22212 </BODY>
22213 </HTML>
22214 ====== h_config_init_cmd_list =====
22215 <HTML>
22216 <HEAD>
22217 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22218 </HEAD>
22219 <BODY>
22220 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22222 The initial keystroke--or command--list option lets you start Alpine at
22223 any place you like.
22224 Whatever keystrokes you specify here will be executed
22225 by Alpine upon startup as a macro.
22226 The words SPACE, TAB, DOWN, UP, LEFT, and
22227 RIGHT indicate the pressing of those keys.
22228 CR indicates the pressing of the RETURN key.
22229 F1 through F12 represent the function keys, and ^ followed
22230 by a character indicates that key pressed along with the control key (in
22231 other words, ^P means Ctrl-P).
22232 As a shortcut notation, an element of the list may be several characters
22233 surrounded by double-quotes (").
22234 That will be expanded into the individual keystrokes
22235 (excluding the double-quote characters).
22236 For example, the quoted-string
22238 <P><CENTER>"ABC"</CENTER>
22241 is interpreted the same as the three separate list members
22243 <P><CENTER>A and B and C</CENTER>
22246 which is also the same as
22248 <P><CENTER>A,B,C</CENTER>
22251 An example: To view message 1 on startup,
22252 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22254 <P><CENTER>I,J,1,CR,V</CENTER>
22257 An equivalent version of this is
22259 <P><CENTER>"IJ1",CR,V</CENTER>
22262 Restrictions: You cannot pre-type into the composer with the initial
22263 keystroke list, and you cannot mix function key commands with letter
22264 commands.
22266 <P><UL>   
22267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22268 </UL>
22270 &lt;End of help on this topic&gt;
22271 </BODY>
22272 </HTML>
22273 ====== h_config_comp_hdrs =====
22274 <html>
22275 <header>
22276 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22277 </header>
22278 <body>
22279 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22281 You can control which headers you want visible when composing outgoing
22282 email using this option.
22283 You can specify any of the regular set, any
22284 <A HREF="h_compose_richhdr">Rich Header</A>,
22285 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22286 that you have already defined.
22287 If you use this setting at all, you must specify all the
22288 headers you want to see, you can't just add to the regular header set.
22289 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22291 Note that the "Newsgroups:" header will be abbreviated in the Composer
22292 display, but should be spelled out in full here.<p>
22293 <UL>   
22294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22295 </UL><P>
22296 &lt;End of help on this topic&gt;
22297 </body>
22298 </html>
22299 ====== h_config_custom_hdrs =====
22300 <HTML>
22301 <HEAD>
22302 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22303 </HEAD>
22304 <BODY>
22305 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22307 You may add your own custom headers to outgoing messages.
22308 Each header you specify here must include the header tag 
22309 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22310 and may optionally include a value for that header.
22311 If you want to see these custom headers each time you compose a message,
22312 you must add them to your
22313 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22314 otherwise they become part
22315 of the rich header set that you only see when you press the
22316 <A HREF="h_compose_richhdr">Rich Header</A>
22317 <!--chtml if pinemode="function_key"-->(F5)
22318 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22319 (If you are looking for a way to change which headers are <EM>displayed</EM>
22320 when you view a message, take a look at the
22321 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22322 option instead.)
22323 Here's an example that shows how you might set your From address
22325 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22327 and another showing how you might set a Reply-To address
22329 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22331 You may also set non-standard header values here.
22332 For example, you could add
22334 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22336 or even
22338 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22340 If you include a value after the colon then that header will be included
22341 in your outgoing messages unless you delete it before sending.
22342 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22343 it will not be included in outgoing messages unless you edit a value
22344 in manually.
22345 For example, if
22347 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22349 is in the list, then the Reply-To header will be available for editing
22350 but won't be included unless a value is added while in the composer.
22352 It's actually a little more complicated than that.
22353 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22354 defaults.
22355 If the message you are about to compose already has a value for a header,
22356 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22357 For example, if you are Replying to a message the Subject field
22358 will already be filled in.
22359 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22360 custom subject will <EM>NOT</EM> be used.
22361 The subject derived from the subject of the message you are Replying
22362 to will be used instead.
22364 It is also possible to make header setting even more complicated and more
22365 automatic by using
22366 <A HREF="h_rules_roles">Roles</A>,
22367 but if all you want to do is set a default value for a header, you don't
22368 need to think about Roles.
22370 If you change your From address you may also find it useful to add the
22371 changed From address to the
22372 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22373 configuration option.
22375 Limitation: Because commas are used to separate the list of
22376 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22377 header contain a comma.
22378 Nor is there currently an &quot;escape&quot; mechanism provided
22379 to make this work.
22380 <P><UL>
22381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22382 </UL>
22384 &lt;End of help on this topic&gt;
22385 </BODY>
22386 </HTML>
22387 ====== h_config_viewer_headers =====
22388 <HTML>
22389 <HEAD>
22390 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22391 </HEAD>
22392 <BODY>
22393 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22395 You may change the default list of headers that are viewed by listing
22396 the headers you want to view here.  If the headers in your
22397 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22398 will be shown.  The order of the headers you list will be honored.  If
22399 the special value &quot;all-except&quot; is included as the first
22400 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22401 message except those in the list will be shown.  The values are all
22402 case insensitive.
22405 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22406 then the original default headers are ignored.  So, if you just wanted
22407 to add the header Organization to the list, you would have to list
22408 Organization plus all of the other headers originally in the default
22409 list.  If you just included Organization and nothing else, then you
22410 would see only the Organization header, nothing else.
22413 The default list of headers includes:
22414 <UL>
22415   <LI>From
22416   <LI>Resent-From
22417   <LI>To
22418   <LI>Resent-To
22419   <LI>Cc
22420   <LI>Resent-cc
22421   <LI>Bcc
22422   <LI>Newsgroups
22423   <LI>Followup-To
22424   <LI>Date
22425   <LI>Resent-Date
22426   <LI>Subject
22427   <LI>Resent-Subject
22428   <LI>Reply-To
22429 </UL>
22432 If you are looking for a way to control which headers are included in
22433 outgoing mail and are visible or not in the composer, take a look at the
22434 options
22435 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22436 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22437 this option.
22439 <UL>   
22440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22441 </UL><P>
22442 &lt;End of help on this topic&gt;
22443 </BODY>
22444 </HTML>
22445 ====== h_config_viewer_margin_left =====
22446 <HTML>
22447 <HEAD>
22448 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22449 </HEAD>
22450 <BODY>
22451 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22453 This variable controls the left-hand vertical margin's width in
22454 Alpine's Message Viewing screen.
22455 Its value is the number of space characters preceding each displayed line.
22456 For consistency with
22457 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22458 you may specify the column number to start in
22459 (column numbering begins with number 1)
22460 instead of the width of the margin by appending a lower case letter
22461 &quot;c&quot; to the number.
22462 For example, a value of &quot;2c&quot; means to start the text in column two,
22463 which is entirely equivalent to a value of &quot;1&quot;, which means to
22464 leave a margin of 1 space.
22466 The default is a left margin of 0 (zero).
22467 Misconfigurations (for example, negative values or values with starting
22468 left columns greater than the ending right column)
22469 are silently ignored.
22470 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22471 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22472 instead.
22475 &lt;End of help on this topic&gt;
22476 </BODY>
22477 </HTML>
22478 ====== h_config_viewer_margin_right =====
22479 <HTML>
22480 <HEAD>
22481 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22482 </HEAD>
22483 <BODY>
22484 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22486 This variable controls the right-hand vertical margin's width in
22487 Alpine's Message Viewing screen.
22488 Its value is the number of space characters following each displayed line.
22489 You may specify the column number to end the text in
22490 (column numbering begins with number 1)
22491 instead of the width of the margin by appending a lower case letter
22492 &quot;c&quot; to the number.
22493 For example, a value of &quot;76c&quot; means to end the text in column 76.
22494 If the screen is 80 characters wide, this is equivalent to a value
22495 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22496 However, if you use different size screens at different times, then these
22497 two values are not equivalent.
22499 The default right margin is 4.
22500 Misconfigurations (for example, negative values or values with starting
22501 left columns greater than the ending right column)
22502 are silently ignored.
22503 If the number of columns for text between the
22504 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22505 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22506 instead.
22509 &lt;End of help on this topic&gt;
22510 </BODY>
22511 </HTML>
22512 ====== h_config_quote_suppression =====
22513 <HTML>
22514 <HEAD>
22515 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22516 </HEAD>
22517 <BODY>
22518 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22520 This option should be used with care.
22521 It will cause some of the quoted text to be eliminated from the
22522 display when viewing a message in the MESSAGE TEXT screen.
22523 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22524 value &quot;5&quot;,
22525 this will cause quoted text that is longer than five lines to be truncated.
22526 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22527 Quoted text of more than six lines will have the first five lines displayed
22528 followed by a line that looks something like
22530 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22532 As a special case, if exactly one line of quoted text would be hidden, the
22533 entire quote will be shown instead.
22534 So for the above example, quoted text that is exactly six lines long will
22535 will be shown in its entirety.
22536 (In other words, instead of hiding a single line and adding a line
22537 that announces that one line was hidden, the line is just shown.)
22539 If the sender of a message has carefully chosen the quotes that he or she
22540 includes, hiding those quotes may change the meaning of the message.
22541 For that reason, Alpine requires that when you want to set the value of this
22542 variable to something less than four lines, you actually have to set it
22543 to the negative of that number.
22544 So if you want to set this option to &quot;3&quot;, you actually have to
22545 set it to &quot;-3&quot;.
22546 The only purpose of this is to get you to think about whether or not you
22547 really want to do this!
22548 If you want to delete all quoted text you set the value of this option
22549 to the special value &quot;-10&quot;.
22551 The legal values for this option are
22553 <TABLE>   
22554 <TR>
22555   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22556   <TD> Default, don't hide anything </TD>
22557 </TR>
22558 <TR>
22559   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22560   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22561 </TR>
22562 <TR>
22563   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22564   <TD> Suppress if more than that many lines </TD>
22565 </TR>
22566 <TR>
22567   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22568   <TD> Suppress all quoted lines </TD>
22569 </TR>
22570 </TABLE>
22572 If you set this option to a non-default value you may sometimes wish to
22573 view the quoted text that is not shown.
22574 When this is the case, the
22575 <A HREF="h_common_hdrmode">HdrMode Command</A>
22576 may be used to show the hidden text.
22577 Typing the &quot;H&quot; command once will show the hidden text.
22578 Typing a second &quot;H&quot; will also turn on Full Header mode.
22579 The presence or absence of the HdrMode command is determined by the
22580 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22581 Feature-List option in your Alpine configuration, so you will want to
22582 be sure that is turned on if you use quote suppression.
22584 For the purposes of this option, a quote is a line that begins with the
22585 character &quot;&gt;&quot;.
22587 Quotes are only suppressed when displaying a message on the screen.
22588 The entire quote will be left intact when printing or forwarding or something
22589 similar.
22591 &lt;End of help on this topic&gt;
22592 </BODY>
22593 </HTML>
22594 ====== h_config_saved_msg_name_rule =====
22595 <HTML>
22596 <HEAD>
22597 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22598 </HEAD>
22599 <BODY>
22600 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22602 This option determines the default folder name when saving
22603 a message.
22606 The default option is &quot;default-folder&quot;, which is the folder
22607 called &quot;saved-messages&quot; in Unix Alpine and
22608 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22609 the Alpine option called
22610 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22613 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22614 get the chosen option's value for the message being saved (or for the
22615 first message being saved if using an aggregrate save).
22616 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22617 value of who the message came from (i.e. the from address).
22618 Alpine then attempts to save the message to a folder matching that value.
22619 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22620 &quot;by-sender&quot;.
22621 The opposite is also true.
22622 If &quot;by-recipient&quot; is chosen and the message was posted to a
22623 newsgroup, Alpine will use the newsgroup name.
22624 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22625 &quot;by-from&quot;.
22628 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22629 to use the personal name part of the address instead of the mailbox part.
22630 If any of the &quot;by-nick&quot; options are chosen, the
22631 address is looked up in your address book and if found, the
22632 nickname for that entry is used.
22633 Only simple address book entries are checked, not distribution lists.
22634 Similarly, if any of the
22635 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22636 address book entry is used.
22637 If by-realname, or the by-nick or by-fcc lookups result in no value,
22638 then if the chosen option ends with the &quot;then-from&quot;,
22639 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22640 or &quot;then-recip&quot; suffix, Alpine
22641 reverts to the same behavior as &quot;by-from&quot;,
22642 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22643 depending on which option was specified.
22644 If the chosen option doesn't end with one of
22645 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22646 folder when no match is found in the address book.
22649 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22650 to save to the folder that you saved to the last time you saved a
22651 message.  The first time you save a message in an Alpine session, Alpine
22652 attempts to save the message to the default folder.
22655 Here is an example to make some of the options clearer.
22656 If the message is From
22658 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22660 and this rule is set to &quot;by-from&quot;, then the default folder offered
22661 in the save dialog would be &quot;flint&quot;.
22663 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22664 be &quot;Fred Flintstone&quot;.
22666 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22667 for the address &quot;flint@bedrock.org&quot; in your address book.
22668 If an entry is found and it has a nickname associated with it, that nickname
22669 will be offered as the default folder.
22670 If not, the default saved message folder will be offered as the default.
22672 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22673 for the address &quot;flint@bedrock.org&quot; in your address book.
22674 If an entry is found and it has an Fcc associated with it, that Fcc
22675 will be offered as the default folder.
22676 If not, the default saved message folder will be offered as the default.
22678 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22679 for the address &quot;flint@bedrock.org&quot; in your address book.
22680 If an entry is found and it has a nickname associated with it, that nickname
22681 will be offered as the default folder.
22682 If it is not found (or has no nickname) then the default offered will be
22683 the same as it would be for the &quot;by-from&quot; rule.
22684 That is, it would be &quot;flint&quot;
22686 <UL>   
22687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22688 </UL><P>
22689 &lt;End of help on this topic&gt;
22690 </BODY>
22691 </HTML>
22692 ====== h_config_fcc_rule =====
22693 <HTML>
22694 <HEAD>
22695 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22696 </HEAD>
22697 <BODY>
22698 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22700 This option determines the default name for folder carbon copy. Choose
22701 one:
22703 <DL>
22704 <DT>default-fcc</DT>
22705 <DD>This is the normal default, the value of which is set in the
22706 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22707 configuration.
22708 </DD>
22710 <DT>last-fcc-used</DT>
22711 <DD> Causes Alpine to use the folder that was last
22712 used in the fcc field
22713 </DD>
22715 <DT>by-nickname</DT>
22716 <DD>Means that Alpine will use the nickname
22717 from your address book that matches the first address in the To line.
22718 If there is no match, it will use the value of the
22719 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22720 </DD>
22722 <DT>by-recipient</DT>
22723 <DD>Means Alpine will form a folder name
22724 based on the left hand side of the first address in the To line.
22725 </DD>
22727 <DT>by-nick-then-recip</DT>
22728 <DD>Means that it will use the
22729 matching nickname from your address book if there is one, otherwise it
22730 will extract the recipient name from the address and use that (like
22731 by-recipient).
22732 </DD>
22734 <DT>current-folder</DT>
22735 <DD>Causes a copy to be written to
22736 the currently open folder, unless that is the INBOX.  In the case
22737 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22738 used instead.
22739 </DD>
22740 </DL>
22743 Note: Whatever the fcc specified by the rule here, it will be
22744 over-ridden by any fcc entries you have in your address book.
22747 <UL>   
22748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22749 </UL><P>
22750 &lt;End of help on this topic&gt;
22751 </BODY>
22752 </HTML>
22753 ====== h_config_sort_key =====
22754 <HTML>
22755 <HEAD>
22756 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22757 </HEAD>
22758 <BODY>
22759 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22761 This option determines the order in which messages will be displayed in
22762 the MESSAGE INDEX screen.  Choose from:
22764 <UL>
22765  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22766  <LI> <A HREF="h_index_sort_date">Date</A>
22767  <LI> <A HREF="h_index_sort_subj">Subject</A>
22768  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22769  <LI> <A HREF="h_index_sort_thread">Thread</A>
22770  <LI> <A HREF="h_index_sort_from">From</A>
22771  <LI> <A HREF="h_index_sort_size">Size</A>
22772  <LI> <A HREF="h_index_sort_score">Score</A>
22773  <LI> <A HREF="h_index_sort_to">To</A>
22774  <LI> <A HREF="h_index_sort_cc">Cc</A>
22775 </UL>
22778 Each type of sort may also be reversed.
22779 Normal default is by &quot;Arrival&quot;.
22782 A possible point of confusion arises when you change the configuration
22783 of the <!--#echo var="VAR_sort-key"-->.
22784 The folder will normally be re-sorted when you go back to viewing the
22785 index.
22786 However, if you have manually sorted the folder with the
22787 Sort
22788 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22789 command, then it will not be re-sorted until the next time it is opened.
22792 <UL>   
22793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22794 </UL><P>
22795 &lt;End of help on this topic&gt;
22796 </BODY>
22797 </HTML>
22798 ====== h_config_other_startup =====
22799 <HTML>
22800 <HEAD>
22801 <TITLE>OPTION: Set Startup Rule</TITLE>
22802 </HEAD>
22803 <BODY>
22804 <H1>OPTION: Set Startup Rule</H1>
22806 This option determines which message will be the <EM>current message</EM> when
22807 the folder is first opened.
22808 It works the same way that the option
22809 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22810 works, so look there for help.
22811 It may be used for any folder, not just incoming folders.
22814 <UL>   
22815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22816 </UL><P>
22817 &lt;End of help on this topic&gt;
22818 </BODY>
22819 </HTML>
22820 ====== h_config_perfolder_sort =====
22821 <HTML>
22822 <HEAD>
22823 <TITLE>Set Sort Order</TITLE>
22824 </HEAD>
22825 <BODY>
22826 <H1>Set Sort Order</H1>
22828 This option determines the order in which messages will be displayed in
22829 the MESSAGE INDEX screen when the Current Folder Type set in the
22830 Pattern is a match. Choose from:
22832 <UL>
22833  <LI> <A HREF="h_index_sort_default">Default</A>
22834  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22835  <LI> <A HREF="h_index_sort_date">Date</A>
22836  <LI> <A HREF="h_index_sort_subj">Subject</A>
22837  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22838  <LI> <A HREF="h_index_sort_thread">Thread</A>
22839  <LI> <A HREF="h_index_sort_from">From</A>
22840  <LI> <A HREF="h_index_sort_size">Size</A>
22841  <LI> <A HREF="h_index_sort_score">Score</A>
22842  <LI> <A HREF="h_index_sort_to">To</A>
22843  <LI> <A HREF="h_index_sort_cc">Cc</A>
22844 </UL>
22847 Each type of sort may also be reversed.
22848 Normal default is by &quot;Arrival&quot;.
22851 A possible point of confusion arises when you change the configuration
22852 of the Sort Order for the currently open folder.
22853 The folder will normally be re-sorted when you go back to viewing the
22854 index.
22855 However, if you have manually sorted the folder with the
22856 Sort
22857 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22858 command, then it will not be re-sorted until the next time it is opened.
22861 <UL>   
22862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22863 </UL><P>
22864 &lt;End of help on this topic&gt;
22865 </BODY>
22866 </HTML>
22867 ====== h_config_fld_sort_rule =====
22868 <HTML>
22869 <HEAD>
22870 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22871 </HEAD>
22872 <BODY>
22873 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22875 This option controls the order in which folder list entries will be
22876 presented in the FOLDER LIST screen.  Choose one of the following:
22878 <DL>
22879 <DT>Alphabetical</DT>
22880 <DD>sort by alphabetical name independent of type
22881 </DD>
22883 <DT>Alpha-with-dirs-last</DT>
22884 <DD>sort by alphabetical name grouping directory entries
22885 to the end of the list
22886 </DD>
22888 <DT>Alpha-with-dirs-first</DT>
22889 <DD>sort by alphabetical name grouping directory entries
22890 to the start of the list
22891 </DD>
22892 </DL>
22894 The normal default is &quot;Alphabetical&quot;.
22897 <UL>   
22898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22899 </UL><P>
22900 &lt;End of help on this topic&gt;
22901 </BODY>
22902 </HTML>
22903 ====== h_config_ab_sort_rule =====
22904 <HTML>
22905 <HEAD>
22906 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22907 </HEAD>
22908 <BODY>
22909 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22911 This option controls the order in which address book entries will be
22912 presented.  Choose one of the following:
22914 <DL>
22915 <DT>fullname</DT>
22916 <DD>use fullname field, lists mixed in
22917 </DD>
22919 <DT>fullname-with-lists-last</DT>
22920 <DD>use fullname field, but put lists at end
22921 </DD>
22923 <DT>nickname</DT>
22924 <DD>use nickname field, lists mixed in
22925 </DD>
22927 <DT>nickname-with-lists-last</DT>
22928 <DD>use nickname field, but put lists at end
22929 </DD>
22931 <DT>dont-sort</DT>
22932 <DD>don't change order of file
22933 </DD>
22934 </DL>
22937 The normal default is &quot;fullname-with-lists-last&quot;.
22938 If you use an address book from more than one computer and those
22939 computers sort the address book differently then the sort order
22940 will be the order where the last change to the address book was
22941 made.
22942 There are two reasons the sorting might be different on different
22943 systems.
22944 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22945 places.
22946 Second, the collation rules on the two computers may be different.
22947 For example, one system might ignore special characters while the other
22948 doesn't or one may sort upper and lower case letters together while
22949 the other doesn't.
22950 In any case, the order you see is the order on the system where the
22951 last change was made, for example by an address book edit or a
22952 Take Address command.
22955 <UL>   
22956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22957 </UL><P>
22958 &lt;End of help on this topic&gt;
22959 </BODY>
22960 </HTML>
22961 ====== h_config_post_char_set =====
22962 <HTML>
22963 <HEAD>
22964 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22965 </HEAD>
22966 <BODY>
22967 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22969 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22970 when sending messages.
22974 When sending a message the text typed in the composer is
22975 labeled with the character set specified by this option.
22976 If the composed text is not fully representable in the 
22977 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22978 instead;
22981 Attachments are labeled with your
22982 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22985 Generally, there should be little need to set this option.
22986 If left unset, the
22987 default behavior is to label composed text as specifically as
22988 possible.  That is, if the composed text has no non-ASCII characters,
22989 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22990 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22991 attempt to automatically detect a number of character sets including ISO-8859-15,
22992 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22993 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22994 If the message contains a mix of character sets,
22995 it is labeled as &quot;UTF-8.&quot;
22999 This setting is provided to allow you to force a particular character set that
23000 Alpine does not automatically detect. For example, if a message is representable
23001 in more than one character set then Alpine may choose a different default
23002 than you want.
23003 Lastly, by setting this option explicitly to
23004 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23005 &quot;UTF-8&quot; instead of something more specific.
23008 In the Setup/Config screen you may choose from a list of all the
23009 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23012 The options
23013 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23014 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23015 are closely related.
23016 Setting the feature
23017 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23018 should cause this option to be ignored.
23021 <UL>   
23022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23023 </UL><P>
23024 &lt;End of help on this topic&gt;
23025 </BODY>
23026 </HTML>
23027 ====== h_config_unk_char_set =====
23028 <HTML>
23029 <HEAD>
23030 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23031 </HEAD>
23032 <BODY>
23033 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23035 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23036 when reading or replying to messages.
23040 A text message should either be made up of all US-ASCII characters
23041 or it should contain a charset label which tells the software which
23042 character set encoding to use to interpret the message.
23043 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23044 This message is outside of the standards so any attempt to read it could fail.
23045 When Alpine attempts to read such a message it will try to interpret the
23046 text in the character set you specify here.
23047 For example, if you have correspondents who send you unlabeled messages that
23048 are usually made up of characters from the WINDOWS-1251 character set, setting
23049 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23050 allow you to read those messages.
23051 Of course, if the unlabeled message is actually in some other character set,
23052 then you may see garbage on your screen.
23054 Instead of just unlabeled text, this option also affects text which is labeled
23055 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23056 or &quot;US-ASCII&quot;.
23059 In the Setup/Config screen you may choose from a list of all the
23060 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23063 <UL>   
23064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23065 </UL><P>
23066 &lt;End of help on this topic&gt;
23067 </BODY>
23068 </HTML>
23069 ====== h_config_char_set =====
23070 <HTML>
23071 <HEAD>
23072 <TITLE>OPTION: Display Character Set</TITLE>
23073 </HEAD>
23074 <BODY>
23075 <H1>OPTION: Display Character Set</H1>
23077 The Display Character Set configuration option is used when viewing messages.
23079 Alpine uses Unicode characters internally and 
23080 it is a goal for Alpine to handle email in many different languages.
23081 Alpine will properly display only left-to-right character sets
23082 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23083 font is in use, in the sense that
23084 characters are assumed to take up zero, one, or two character cell
23085 widths from left to right on the screen. This is true even in PC-Alpine.
23088 Alpine recognizes some local character sets that are right-to-left
23089 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23090 (Arabic) and properly converts texts in these character sets to/from
23091 Unicode; however, there are known display bugs with these character
23092 sets.
23095 There are three possible configuration character settings and some
23096 environment variable settings that can affect how Alpine
23097 handles international characters.
23098 The first two of these are only available in UNIX Alpine.
23099 The three configuration options are
23100 Display Character Set,
23101 Keyboard Character Set, and
23102 <!--#echo var="VAR_posting-character-set"-->.
23103 The Keyboard Character Set defaults to being the same value
23104 as the Display Character Set, and that is usually correct, because
23105 the keyboard almost always produces characters in the same character set
23106 as the display displays.
23107 The Display Character Set is the character set that Alpine
23108 will attempt to use when sending characters to the display.
23111 By default, the Display Character Set variable is not set and UNIX Alpine
23112 will attempt to get this information from the environment.
23113 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23114 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23115 An explicit configuration setting for Display Character Set will,
23116 of course, override any default setting.
23118 For PC-Alpine the Display Character Set
23119 and the Keyboard Character Set
23120 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23123 It is probably best to use UNIX Alpine in a terminal emulator
23124 capable of displaying UTF-8 characters, since that will allow you to
23125 view just about any received text that is correctly formatted (note,
23126 however, the above comments about known index display bugs with certain
23127 character sets). You'll need to have an emulator that uses a UTF-8 font
23128 and you'll need to set up your environment to use a UTF-8 charmap. For
23129 example, on a Linux system you might include
23131 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23134 or something similar in your UNIX startup files.
23135 You'd also have to select a UTF-8 font in your terminal emulator.
23138 The types of values that the character set variables may be set to are
23139 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23140 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23141 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23142 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23143 In the Setup/Config screen you may choose from a list of all the
23144 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23145 Here is a list of many of the possible character sets:
23148 <TABLE>
23149 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23150 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23151 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23152 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23153 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23154 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23155 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23156 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23157 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23158 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23159 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23160 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23161 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23162 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23163 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23164 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23165 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23166 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23167 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23168 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23169 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23170 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23171 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23172 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23173 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23174 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23175 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23176 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23177 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23178 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23179 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23180 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23181 </TABLE>
23184 When reading incoming email, Alpine understands many different
23185 character sets and is able to convert the incoming mail into Unicode.
23186 The Unicode will be converted to the Display Character Set
23187 for display on your terminal.
23188 Characters typed at the keyboard will be converted from the
23189 Keyboard Character Set to Unicode for Alpine's internal
23190 use.
23191 You may find that you can read some malformed messages that do not
23192 contain a character set label by setting the option
23193 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23196 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23197 The default behavior obtained by leaving this variable unset is usually
23198 what is wanted. In that default case, Alpine will attempt
23199 to label the message with the most specific character set from the
23200 rather arbitrary set
23202 US-ASCII, ISO-8859-15,
23203 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23204 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23207 For example, if the message is made up of only US-ASCII characters, it
23208 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23209 that will be the label. If that doesn't work the same is tried for the
23210 remaining members of the list.
23213 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23214 explicit value instead.
23215 For example, if you usually send messages in Greek, setting this
23216 option to ISO-8859-7 will result in messages being labeled as
23217 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23218 are only Greek characters, or UTF-8 if there are some characters
23219 that aren't representable in ISO-8859-7.
23220 Another possibility is to set this option explicitly to UTF-8.
23221 In that case
23222 Alpine labels only ascii messages as US-ASCII and all other
23223 messages as UTF-8.
23226 The options
23227 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23228 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23229 are closely related to this option.
23230 Setting the feature
23231 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23232 should cause this option to be ignored.
23235 When displaying a message, Alpine compares this setting to the character
23236 set specified in the message.  If not all of the
23237 characters in the message can be displayed using the Display Character Set
23238 then Alpine places an editorial
23239 comment in the displayed text (enclosed in square-brackets) indicating
23240 that some characters may not be displayed correctly.
23241 This comment may be eliminated by turning on the option
23242 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23245 <UL>   
23246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23247 </UL><P>
23248 &lt;End of help on this topic&gt;
23249 </BODY>
23250 </HTML>
23251 ====== h_config_key_char_set =====
23252 <HTML>
23253 <HEAD>
23254 <TITLE>OPTION: Keyboard Character Set</TITLE>
23255 </HEAD>
23256 <BODY>
23257 <H1>OPTION: Keyboard Character Set</H1>
23259 UNIX Alpine only.
23261 The Keyboard Character Set identifies the character set of the characters
23262 coming from your keyboard.
23263 It defaults to having the same value as your
23264 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23265 which in turn defaults to a value obtained from your environment.
23266 It is unlikely that you will need to use this option, because the keyboard
23267 almost always produces the same kind of characters as the display displays.
23270 This character set is also used when accessing files in your local
23271 file system.
23272 The names of the files are assumed to be in the same character set as
23273 what the keyboard produces, as well as the contents of the files.
23276 In the Setup/Config screen you may choose from a list of all the
23277 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23280 The options
23281 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23282 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23283 are closely related.
23284 Setting the feature
23285 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23286 should cause this option to be ignored.
23289 <UL>   
23290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23291 </UL><P>
23292 &lt;End of help on this topic&gt;
23293 </BODY>
23294 </HTML>
23295 ====== h_config_editor =====
23296 <HTML>
23297 <HEAD>
23298 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23299 </HEAD>
23300 <BODY>
23301 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23303 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23304 normally an alternative to Alpine's internal composer (Pico).  You could use
23305 this setting to specify an alternate editor to use occasionally or if you
23306 have a favorite editor and want to use it all the time (see the 
23307 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23308 If you specify multiple editors for this option, ^_ will invoke the first one 
23309 of those specified that exists and is executable.  When specifying a program 
23310 for use here, make sure that the format of the text it saves -- which, when 
23311 you exit it, will become the message body in Alpine -- is appropriate 
23312 for the body of an email message; avoid proprietary formats that may result in 
23313 a message body that the recipient of your message will be unable to decipher.
23315 <!--chtml if pinemode="os_windows"-->
23316 <!--chtml else-->
23317 If you are in doubt about what editors are available on your system, or which 
23318 of them may be appropriate for specification here, ask your local computing 
23319 support staff.  
23320 <!--chtml endif-->
23322 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23323 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23324 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23325 use that.
23327 <P><UL>
23328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23329 </UL>
23331 &lt;End of help on this topic&gt;
23332 </BODY>
23333 </HTML>
23334 ====== h_config_speller =====
23335 <HTML>
23336 <HEAD>
23337 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23338 </HEAD>
23339 <BODY>
23340 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23342 UNIX Alpine only.
23344 For PC-Alpine, you must install the aspell library code that you
23345 may get from
23346 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23348 This option affects the behavior of the ^T (spell check) command in the
23349 Composer.  It specifies the program invoked by ^T in the Composer.
23350 By default, Alpine uses
23352 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23354 if it knows where to find &quot;aspell&quot;.
23355 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23356 then the command used is
23358 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23360 Otherwise, the ancient &quot;spell&quot; command is used.
23362 If you specify a value for this command (with full pathname) then that is what
23363 will be used instead of any of the defaults.
23364 When invoking this
23365 spell-checking program, Alpine appends a tempfile name (where the message is
23366 passed) to the command line. Alpine expects the speller to correct the
23367 spelling in that file. When you exit from that program Alpine will read the
23368 tempfile back into the composer.
23370 Don't set this speller option to the standard Unix spell command.
23371 That won't work because spell works in a different way.
23374 <UL>   
23375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23376 </UL><P>
23377 &lt;End of help on this topic&gt;
23378 </BODY>
23379 </HTML>
23380 ====== h_config_display_filters =====
23381 <HTML>
23382 <HEAD>
23383 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23384 </HEAD>
23385 <BODY>
23386 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23388 This option defines a list of text-filtering commands (programs or
23389 scripts) that may be used to filter text portions of received messages
23390 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23391 display screen, exporting to a text file).  
23392 For security reasons, the full path name of the
23393 filter command must be specified.
23396 The command is executed and the message is piped into its standard input. 
23397 The standard output of the command is read back by Alpine.  The
23398 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23400 <P> 
23401 The filter's use is based on the configured &quot;trigger&quot; string.  The
23402 format of a filter definition is:
23404 <P>   
23405 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23408 You can specify as many filters as you wish, separating them with a comma.  
23409 Each filter can have only one trigger and command.  Thus, two trigger 
23410 strings that invoke the same command require separate filter 
23411 specifications. 
23413 <P> 
23414 The &quot;trigger&quot; is simply text that, if found in the message,
23415 will invoke the associated command.  If the trigger contains any space
23416 characters, it must be placed within quotes.  Likewise, should you
23417 wish a filter to be invoked unconditionally, define the trigger as the
23418 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23419 trigger string is found anywhere in the text of the message the filter
23420 is invoked.  Placing the trigger text within the tokens defined below
23421 changes where within the text the trigger must be before considering
23422 it a match.
23424 <P>  
23425 Trigger Modifying Tokens:
23426 <DL>
23427 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23428 <DD>This token tells Alpine to invoke the supplied command
23429 if the text is in a character set matching <VAR>string</VAR>
23430 (e.g., ISO-8859-2 or ISO-2022-JP).
23431 </DD>
23434 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23435 <DD>This token tells Alpine to invoke the supplied command
23436 if the enclosed <VAR>string</VAR> is found to be the first
23437 non-whitespace text.
23438 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23439 the space character.
23440 </DD>
23442 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23443 <DD>This token tells Alpine to invoke the supplied command
23444 if the enclosed <VAR>string</VAR> is found at the beginning
23445 of any line in the text.
23446 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23447 the space character.
23448 </DD>
23449 </DL>
23452 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23453 the command line to be invoked if the trigger string is found.  Below
23454 are tokens that Alpine will recognize and replace with special values
23455 when the command is actually invoked.
23458 Command Modifying Tokens:
23460 <DL>
23461 <DT>_TMPFILE_</DT>
23462 <DD>When the command is executed, this token is 
23463 replaced with the path and name of the temporary 
23464 file containing the text to be filtered.  Alpine 
23465 expects the filter to replace this data with the 
23466 filter's result.
23469 NOTE: Use of this token implies that the text to 
23470 be filtered is not piped into standard input of the 
23471 executed command and its standard output is ignored. 
23472 Alpine restores the tty modes before invoking the
23473 filter in case the filter interacts with the user
23474 via its own standard input and output.  
23475 </DD>
23476                         
23477 <DT>_RESULTFILE_</DT>
23478 <DD>When the command is executed, this token is 
23479 replaced with the path and name of a temporary 
23480 file intended to contain a status message from the 
23481 filter.  Alpine displays this in the message status 
23482 field. 
23483 </DD>
23485 <DT>_DATAFILE_</DT>
23486 <DD>When the command is executed, this token is 
23487 replaced with the path and name of a temporary 
23488 file that Alpine creates once per session and deletes 
23489 upon exit.  The file is intended to be used by the 
23490 filter to store state information between instances 
23491 of the filter.
23492 </DD>
23493    
23494 <DT>_PREPENDKEY_</DT>
23495 <DD>When the command is executed, this token indicates that a random
23496 number will be passed down the input stream before the message text.
23497 This number could be used as a session key.  It is sent in this way to
23498 improve security.  The number is unique to the current Alpine session
23499 and is only generated once per session.
23500 </DD>
23502 <DT>_SILENT_</DT>
23503 <DD>When the filter is executed, this token tells Alpine not to repaint
23504 the screen while the command is being executed. This can be used with 
23505 filters that do not interact with the user, and therefore repainting 
23506 the screen is not necessary. 
23507 </DD>
23508 </DL>
23511 The feature
23512 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23514 Performance caveat/considerations:
23515 <BR>
23516 Testing for the trigger and invoking the filter doesn't come for free.
23517 There is overhead associated with searching for the trigger string, testing
23518 for the filter's existence and actually piping the text through the filter.
23519 The impact can be reduced if the Trigger Modifying Tokens above are 
23520 employed.
23522 &lt;End of help on this topic&gt;
23523 </BODY>
23524 </HTML>
23525 ====== h_config_sending_filter =====
23526 <HTML>
23527 <HEAD>
23528 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23529 </HEAD>
23530 <BODY>
23531 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23532       
23533 This option defines a list of text-filtering commands (programs and
23534 scripts) that may be selectively invoked to process a message just before
23535 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23536 select which filter (or none) to apply to the message before it is sent. 
23537 For security reasons, the full path of the filter program must be
23538 specified.
23541 Command Modifying Tokens:
23543 <DL>
23544 <DT>_RECIPIENTS_</DT>
23545 <DD>When the command is executed, this token is replaced 
23546 with the space delimited list of recipients of the 
23547 message being sent. 
23548 </DD>
23549         
23550 <DT>_TMPFILE_</DT>
23551 <DD>
23552 When the command is executed, this token is 
23553 replaced with the path and name of the temporary 
23554 file containing the text to be filtered.  Alpine 
23555 expects the filter to replace this data with the 
23556 filter's result.
23559 NOTE: Use of this token implies that the text to 
23560 be filtered is not piped into standard input of the 
23561 executed command and its standard output is ignored. 
23562 Alpine restores the tty modes before invoking the
23563 filter in case the filter interacts with the user
23564 via its own standard input and output.  
23565 </DD>
23566                         
23567 <DT>_RESULTFILE_</DT>
23568 <DD>When the command is executed, this token is 
23569 replaced with the path and name of a temporary 
23570 file intended to contain a status message from the 
23571 filter.  Alpine displays this in the message status 
23572 field. 
23573 </DD>
23575 <DT>_DATAFILE_</DT>
23576 <DD>When the command is executed, this token is replaced 
23577 in the command line with the path and name of a 
23578 temporary file that Alpine creates once per session 
23579 and deletes upon exit.  The file is intended to be 
23580 used by the filter to store state information between 
23581 instances of the filter.
23582 </DD>
23583    
23584 <DT>_PREPENDKEY_</DT>
23585 <DD>When the command is executed, this token indicates 
23586 that a random number will be passed down the input 
23587 stream before the message text.  This number could 
23588 be used as a session key.  It is sent in this way 
23589 to improve security.  The number is unique to the 
23590 current Alpine session and is only generated once per 
23591 session. 
23592 </DD>
23594 <DT>_INCLUDEALLHDRS_</DT>
23595 <DD>When the command is executed, this token indicates 
23596 that the headers of the message will be passed down the input stream
23597 before the message text.
23598 </DD>
23600 <DT>_MIMETYPE_</DT>
23601 <DD>When the command is executed, this token is replaced in the
23602 command name with a temporary file name used to accept any new MIME
23603 Content-Type information necessitated by the output of the filter.
23604 Upon the filter's exit, if the file contains new MIME type
23605 information, Alpine verifies its format and replaces the outgoing
23606 message's MIME type information with that contained in the file. This
23607 is basically a cheap way of sending something other than Text/Plain.
23608 </DD>
23609 </DL>
23611 <P>   
23612 NOTE: Only the body text, which is visible in the Composer, is piped
23613 through this filter.  Attachments are not sent to the filter.
23614 <P>   
23615 Sending filters are not used if the feature
23616 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23618 <UL>   
23619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23620 </UL><P>
23621 &lt;End of help on this topic&gt;
23622 </BODY>
23623 </HTML>
23624 ====== h_config_keywords =====
23625 <HTML>
23626 <HEAD>
23627 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23628 </HEAD>
23629 <BODY>
23630 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23632 You may define your own set of keywords and optionally set them on a
23633 message by message basis.
23634 These are similar to the &quot;Important&quot; flag which the user
23635 may set using the Flag command.
23636 The difference is that the Important flag is always present for each folder.
23637 User-defined keywords are chosen by the user.
23638 You may set up the list of possible keywords here, or you may add keywords
23639 from the Flag Details screen that you
23640 can get to after typing the
23641 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23642 command.
23643 After the keywords have been defined,
23644 then you use the <A HREF="h_common_flag">Flag command</A>
23645 to set or clear the keywords in each message.
23646 The behavior of the flag command may be modified by using the
23647 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23648 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23651 Keywords may be used when Selecting messages (Select Keyword).
23652 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23653 Filter Rules may be used to set keywords automatically.
23654 Keywords may be displayed as part of the Subject of a message by using
23655 the SUBJKEY or SUBJKEYINIT tokens in the
23656 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23657 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23658 option may be used to modify the display of keywords using
23659 SUBJKEY and SUBJKEYINIT slightly.
23660 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23661 screen by using the KEY or KEYINIT tokens.
23662 It is also possible to color keywords in the index using the
23663 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23664 Keywords are not supported by all mail servers.
23667 You may give keywords nicknames if you wish.
23668 If the keyword definition you type in contains a SPACE character, then the
23669 actual value of the keyword is everything after the last SPACE and the
23670 nickname for that keyword is everything before the last SPACE.
23671 For example, suppose you are trying to interoperate with another email program
23672 that uses a particular keyword with an unpleasant name.
23673 Maybe it uses a keyword called
23675 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23677 but for you that keyword means that the message is work-related.
23678 You could define a keyword to have the value
23680 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23682 and then you would use the name &quot;Work&quot; when dealing with
23683 that keyword in Alpine.
23684 If you defined it as
23686 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23688 the nickname would be everything before the last SPACE, that is the nickname
23689 would be &quot;My Work&quot;.
23691 Some commonly used keywords begin with dollar signs.
23692 This presents a slight complication, because the dollar sign is normally used
23693 to signify
23694 <A HREF="h_news_config">environment variable expansion</A>
23695 in the Alpine configuration.
23696 In order to specify a keyword that begins with a dollar sign you must
23697 precede the dollar sign with a second dollar sign to escape its special
23698 meaning.
23699 For example, if you want to include the keyword
23701 <CENTER><SAMP>$Label1</SAMP></CENTER>
23703 as one of your possible keywords, you must enter the text
23705 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23708 instead.
23710 There are a couple limitations.
23711 First, not all servers support keywords.
23712 Second, some servers (including the IMAP server included with Alpine)
23713 have a per folder limit on the number of keywords that may be defined.
23714 This count commonly includes every keyword you have ever used in the
23715 folder, even if it is no longer being used.
23716 In other words, you can add keywords but you cannot remove them easily.
23717 If you have changed keywords over the life of a folder and find that
23718 you have reached such a limit, one possible solution might be to copy
23719 all of the messages to a newly created folder (using Alpine) and then
23720 delete the original and rename the new folder.
23721 The reason this might work is that only the keywords currently set in
23722 any of the messages will be used in the new folder, hopefully putting you
23723 under the limit.
23726 <UL>   
23727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23728 </UL><P>
23729 &lt;End of help on this topic&gt;
23730 </BODY>
23731 </HTML>
23732 ====== h_config_alt_addresses =====
23733 <HTML>
23734 <HEAD>
23735 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23736 </HEAD>
23737 <BODY>
23738 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23740 This option provides a place for you to list alternate email addresses
23741 you may have.
23742 Each address in the list should be the actual email address part of an
23743 address, without the full name field or the angle brackets.
23744 For example:
23747 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23750 The matching is case-insensitive, so this would match any of
23751 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23752 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23755 If set, the option affects the behavior of the Reply
23756 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23757 a message has been addressed specifically to you.
23760 In the default INDEX display
23761 the personal name (or email address) of
23762 the person listed in the message's &quot;From:&quot; header
23763 field is usually displayed except when that address is yours or one of your
23764 alternate addresses.
23765 In that case you will usually see the name of
23766 the first person specified in the
23767 message's &quot;To:&quot; header field
23768 with the prefix &quot;To: &quot; prepended.
23771 With respect to Reply, the reply-to-all option will exclude addresses
23772 listed here.
23775 The feature
23776 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23777 is somewhat related to this option.
23780 In addition to a list of actual addresses,
23781 you may use regular expressions (as used with egrep with the ignore case flag)
23782 to describe the addresses you want to match.
23783 Alpine will somewhat arbitrarily interpret your entry as a regular
23784 expression if it contains any of the characters
23785 *, |, +, ?, {, [, ^, $, or &#92;.
23786 Otherwise, it will be treated literally.
23787 The feature
23788 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23789 may be used to turn off regular expression processing regardless of whether or not
23790 special characters appear in the entry.
23793 A description of how regular expressions work is beyond the
23794 scope of this help text, but some examples follow.
23797 The entry
23800 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23803 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23804 address with a domain name of <SAMP>example.com</SAMP> (such as
23805 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23806 one of your alternate addresses.
23807 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23808 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23809 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23810 Complicating things further, the dollar sign
23811 is special in the Alpine configuration (it signifies environment variable expansion)
23812 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23813 Quotes around the whole expression will not escape the dollar sign successfully.
23814 So this example should look like
23817 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23821 The entry
23824 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23827 would match
23828 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23829 as <SAMP>fred@example.com</SAMP>.
23832 You could match all addresses that look like
23833 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23834 entry
23837 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23840 Notice that you have to escape the plus sign with a backslash because plus
23841 is a special character in regular expressions.
23842 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23843 the expression
23846 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23849 would do it, but it would be easier to just add fred@example.com as a
23850 separate entry.
23853 One more example, a match of all first-level subdomains, is given by
23856 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23860 Because the regular expression matching is based on an old library
23861 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23862 but they should be close.
23865 <UL>   
23866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23867 </UL><P>
23868 &lt;End of help on this topic&gt;
23869 </BODY>
23870 </HTML>
23871 ====== h_config_abook_formats =====
23872 <HTML>
23873 <HEAD>
23874 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23875 </HEAD>
23876 <BODY>
23877 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23879 This option specifies the format that address books are displayed in.
23880 Normally, address books are displayed with the nicknames in the first
23881 column, the fullnames in the second column, and addresses in the third
23882 column.  The system figures out reasonable defaults for the widths of
23883 the columns.  An address book may be given a different format by
23884 listing special tokens in the order you want them to display.  The
23885 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23886 So, for example, to get the default behavior you could list
23889 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23892 (You can also use the token DEFAULT to get the default behavior for
23893 an address book format.)
23896 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23897 is a list, so if you have more than one address book you may have a
23898 separate format for each by putting its format at the corresponding
23899 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23903 Listed first are the personal address books, then the global address
23904 books.  So, if you have two personal address books and one global
23905 address book, you may have up to three formats in the
23906 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23907 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23908 are address books, the last element is used repeatedly.
23912 Each of the tokens may also be optionally followed by parentheses with
23913 either a number or a percentage inside the parentheses.  For example,
23914 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23915 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23916 of the available space (the screen width minus the space for
23917 inter-column spaces) to the fullnames column, while plain
23918 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23919 reasonable number of columns.
23922 There are always 2 spaces between every column, so if you use
23923 fixed column widths (like 13) you should remember to take that into
23924 account.
23927 <UL>   
23928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23929 </UL><P>
23930 &lt;End of help on this topic&gt;
23931 </BODY>
23932 </HTML>
23933 ====== h_config_set_index_format =====
23934 <HTML>
23935 <HEAD>
23936 <TITLE>Set Index Format</TITLE>
23937 </HEAD>
23938 <BODY>
23939 <H1>Set Index Format</H1>
23941 This option is used to customize the content of lines in the
23942 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23943 This action works exactly like the regular
23944 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23945 except that you can have a folder-specific value for it if you specify it here.
23946 Consult the help for
23947 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23948 for more information.
23951 <UL>   
23952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23953 </UL><P>
23954 &lt;End of help on this topic&gt;
23955 </BODY>
23956 </HTML>
23957 ====== h_config_index_format =====
23958 <HTML>
23959 <HEAD>
23960 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23961 </HEAD>
23962 <BODY>
23963 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23965 This option is used to customize the content of lines in the
23966 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23967 to convey some amount of immediately relevant information about each 
23968 message in the current folder.
23971 Alpine provides a pre-defined set of informational fields with
23972 reasonable column widths automatically computed.  You can, however,
23973 replace this default set by listing special tokens in the order you
23974 want them displayed.
23977 The list of available tokens is
23978 <A HREF="h_index_tokens">here</A>.
23981 Spaces are used to separate listed tokens.  Additionally, you can
23982 specify how much of the screen's width the token's associated data
23983 should occupy on the index line by appending to the token a pair of
23984 parentheses enclosing either a number or percentage.  For example,
23985 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23986 column, and &quot;SUBJECT(20%)&quot; means to
23987 allocate 20% of the available space
23988 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23989 attempt to figure out a reasonable amount of space.
23992 There is always one space between every pair of columns, so if you use fixed
23993 column widths (like 13) you should remember to take that into account.
23994 Several of the fields are virtually fixed-width, so it doesn't make
23995 much sense to specify the width for them.  The fields STATUS,
23996 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23997 and DESCRIPSIZE all fall into that category.
23998 You <EM>may</EM> specify widths for those if you wish, but
23999 you're probably better off letting the system pick those widths.  <P>
24002 The default is equivalent to:
24005 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24008 This means that the four fields without percentages will be allocated
24009 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24010 the from and subject fields.  If one of those two fields is specified
24011 as a percentage and the other is left for the system to choose, then
24012 the percentage is taken as an absolute percentage of the screen, not
24013 of the space remaining after allocating the first four columns.  It
24014 doesn't usually make sense to do it that way.  If you leave off all
24015 the widths, then the subject and from fields (if both are present) are
24016 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24017 the default.
24020 What you are most likely to do with this configuration option is to
24021 specify which fields appear at all, which order they appear in, and the
24022 percentage of screen that is used for the from and subject fields if you
24023 don't like the 2 to 1 default.
24026 If you want to retain the default format that Pine 4.64 had, use
24029 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24031 <EM>and</EM> set the feature
24032 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24033 <UL>   
24034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24035 </UL><P>
24036 &lt;End of help on this topic&gt;
24037 </BODY>
24038 </HTML>
24039 ====== h_config_reply_intro =====
24040 <HTML>
24041 <HEAD>
24042 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24043 </HEAD>
24044 <BODY>
24045 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24047 This option is used to customize the content of the introduction line
24048 that is included when replying to a message and including the original
24049 message in the reply.
24050 The normal default (what you will get if you delete this variable) looks
24051 something like:
24053 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24055 where the day of the week is only included if it is available in the
24056 original message.
24057 You can replace this default with text of your own.
24058 The text may contain tokens that are replaced with text
24059 that depends on the message you are replying to.
24060 For example, the default is equivalent to:
24062 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24065 Since this variable includes regular text mixed with special tokens
24066 the tokens have to be surrounded by underscore characters.
24067 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24068 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24069 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24071 The list of available tokens is
24072 <A HREF="h_index_tokens">here</A>.
24075 By default, the text is all on a single line and is followed by a blank line.
24076 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24077 than 80 characters when replying to a particular message, it is shortened.
24078 However, if you use the token
24080 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24083 anywhere in the value, no end of line or blank line is appended, and no
24084 shortening is done.
24085 The _NEWLINE_ token may be used to get rid of the blank line following
24086 the text, to add more blank lines, or to form a multi-line
24087 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24088 To clarify how _NEWLINE_ works recall that the default value is:
24090 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24093 That is equivalent to
24095 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24098 In the former case, two newlines are added automatically because
24099 no _NEWLINE_ token appears in the value of the option (for backwards
24100 compatibility). In the latter case, the newlines are explicit.
24101 If you want to remove the blank line that follows the
24102 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24103 _NEWLINE_ token like
24105 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24108 Because of the backwards compatibility problem, it is not possible to
24109 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24110 and that will cause the automatic adding of two newlines!
24111 If you want, you may embed newlines in the middle of the text, as well,
24112 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24115 By default, no attempt is made to localize the date.
24116 If you prefer a localized form you may find that one of the tokens
24117 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24118 If you want more control one of the many other date tokens, such as _DATEISO_,
24119 might be better.
24122 For the adventurous, there is a way to conditionally include text based
24123 on whether or not a token would result in specific replacement text.
24124 For example, you could include some text based on whether or not
24125 the _NEWS_ token would result in any newsgroups if it was used.
24126 It's explained in detail
24127 <A HREF="h_reply_token_conditionals">here</A>.
24130 In the very unlikely event that you want to include a literal token
24131 in the introduction line you must precede it with a backslash character.
24132 For example,
24134 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24136 would produce something like
24138 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24140 It is not possible to have a literal backslash followed by an expanded token.
24142 <UL>   
24143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24144 </UL><P>
24145 &lt;End of help on this topic&gt;
24146 </BODY>
24147 </HTML>
24148 ====== h_config_remote_abook_history =====
24149 <HTML>
24150 <HEAD>
24151 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24152 </HEAD>
24153 <BODY>
24154 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24156 Sets how many extra copies of
24157 remote address book
24158 data will be kept in each remote address book folder.
24159 The default is three.
24160 These extra copies are simply old versions of the data. Each time a change
24161 is made a new copy of the address book data is appended to the folder. Old
24162 copies are trimmed, if possible, when Alpine exits.
24163 An old copy can be put back into use by
24164 deleting and expunging newer versions of the data from the folder.
24165 Don't delete the first message from the folder. It is a special header
24166 message for the remote address book and it must be there.
24167 This is to prevent regular folders from being used as remote address book
24168 folders and having their data destroyed.
24170 This option is also used to determine how many extra copies of remote
24171 Alpine configuration files are kept.
24173 <UL>   
24174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24175 </UL><P>
24176 &lt;End of help on this topic&gt;
24177 </BODY>
24178 </HTML>
24179 ====== h_config_remote_abook_validity =====
24180 <HTML>
24181 <HEAD>
24182 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24183 </HEAD>
24184 <BODY>
24185 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24187 Sets the minimum number of minutes that a
24188 remote address book will be considered up to date.
24189 Whenever an entry contained in a remote address book is used,
24190 if more than this many minutes have
24191 passed since the last check the remote server will be queried to see if the
24192 address book has changed.
24193 If it has changed, the local copy is updated.
24194 The default value is five minutes.
24195 The special value of -1 means never check.
24196 The special value of zero means only check when the address book is first
24197 opened.
24199 No matter what the value, the validity check is always done when the
24200 address book is about to be changed by the user.
24201 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24202 while in the address book maintenance screen for the remote address book.
24204 <UL>   
24205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24206 </UL><P>
24207 &lt;End of help on this topic&gt;
24208 </BODY>
24209 </HTML>
24210 ====== h_config_user_input_timeo =====
24211 <HTML>
24212 <HEAD>
24213 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24214 </HEAD>
24215 <BODY>
24216 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24218 If this is set to an integer greater than zero, then this is the number
24219 of <EM>hours</EM> to wait for user input before Alpine times out.
24220 If Alpine is
24221 in the midst of composing a message or is waiting for user response to
24222 a question, then it will not timeout.
24223 However, if Alpine is sitting idle waiting for
24224 the user to tell it what to do next and the user does not give any
24225 input for this many hours, Alpine will exit.
24226 No expunging or moving of read
24227 messages will take place.
24228 It will exit similarly to the way it would exit
24229 if it received a hangup signal.
24230 This may be useful for cleaning up unused Alpine sessions that have been
24231 forgotten by their owners.
24232 The Alpine developers envision system administrators
24233 setting this to a value of several hours (24?) so that it won't surprise
24234 a user who didn't want to be disconnected.
24236 <UL>   
24237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24238 </UL><P>
24239 &lt;End of help on this topic&gt;
24240 </BODY>
24241 </HTML>
24242 ====== h_config_ssh_open_timeo =====
24243 <HTML>
24244 <HEAD>
24245 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24246 </HEAD>
24247 <BODY>
24248 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24250 Sets the time in seconds that Alpine will
24251 attempt to open a UNIX secure shell connection.
24252 The default is 15, the minimum non-zero value is 5,
24253 and the maximum is unlimited. If this is set to zero ssh connections
24254 will be completely disabled.
24256 <UL>   
24257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24258 </UL><P>
24259 &lt;End of help on this topic&gt;
24260 </BODY>
24261 </HTML>
24262 ====== h_config_rsh_open_timeo =====
24263 <HTML>
24264 <HEAD>
24265 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24266 </HEAD>
24267 <BODY>
24268 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24270 Sets the time in seconds that Alpine will
24271 attempt to open a UNIX remote shell connection.
24272 The default is 15, the minimum non-zero value is 5,
24273 and the maximum is unlimited. If this is set to zero rsh connections
24274 will be completely disabled.
24275 This might be useful if rsh connections will never work in your environment
24276 but are causing delays due to firewalls or some other reason.
24278 <UL>   
24279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24280 </UL><P>
24281 &lt;End of help on this topic&gt;
24282 </BODY>
24283 </HTML>
24284 ====== h_config_tcp_open_timeo =====
24285 <HTML>
24286 <HEAD>
24287 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24288 </HEAD>
24289 <BODY>
24290 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24292 Sets the time in seconds that Alpine will
24293 attempt to open a network connection. The default is 30, the minimum is 5,
24294 and the maximum is system defined (typically 75). If a connection has not
24295 completed within this many seconds Alpine will give up and consider it a
24296 failed connection.
24298 <UL>   
24299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24300 </UL><P>
24301 &lt;End of help on this topic&gt;
24302 </BODY>
24303 </HTML>
24304 ====== h_config_tcp_readwarn_timeo =====
24305 <HTML>
24306 <HEAD>
24307 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24308 </HEAD>
24309 <BODY>
24310 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24312 Sets the time in seconds that Alpine will
24313 wait for a network read before warning you that things are moving slowly
24314 and possibly giving you the option to break the connection.
24315 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24316 1000 seconds.
24318 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24320 <UL>   
24321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24322 </UL><P>
24323 &lt;End of help on this topic&gt;
24324 </BODY>
24325 </HTML>
24326 ====== h_config_tcp_writewarn_timeo =====
24327 <HTML>
24328 <HEAD>
24329 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24330 </HEAD>
24331 <BODY>
24332 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24334 Sets the time in seconds that Alpine will
24335 wait for a network write before warning you that things are moving slowly
24336 and possibly giving you the option to break the connection.
24337 The default is 0 which means it is unset. If set to a non-zero value, the
24338 minimum is 5 and the maximum is 1000.
24340 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24342 <UL>   
24343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24344 </UL><P>
24345 &lt;End of help on this topic&gt;
24346 </BODY>
24347 </HTML>
24348 ====== h_config_tcp_query_timeo =====
24349 <HTML>
24350 <HEAD>
24351 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24352 </HEAD>
24353 <BODY>
24354 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24356 When Alpine times out a network read or write it will normally just display
24357 a message saying &quot;Still waiting&quot;.
24358 However, if enough time has elapsed since it started waiting it will offer
24359 to let you break the connection.
24360 That amount of time is set by this option, which defaults to 60 seconds,
24361 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24363 <UL>   
24364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24365 </UL><P>
24366 &lt;End of help on this topic&gt;
24367 </BODY>
24368 </HTML>
24369 ====== h_config_incoming_folders =====
24370 <HTML>
24371 <HEAD>
24372 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24373 </HEAD>
24374 <BODY>
24375 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24377 This is a list of one or more folders other than <EM>INBOX</EM> that
24378 may receive new messages.
24379 It is related to the
24380 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24381 feature.
24382 This variable is normally manipulated with the Add, Delete, and Rename
24383 commands in the FOLDER LIST for the Incoming Message Folders collection.
24385 <UL>   
24386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24387 </UL><P>
24388 &lt;End of help on this topic&gt;
24389 </BODY>
24390 </HTML>
24391 ====== h_config_folder_spec =====
24392 <HTML>
24393 <HEAD>
24394 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24395 </HEAD>
24396 <BODY>
24397 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24399 This is a list of one or more collections where saved mail is stored. 
24400 The first collection in this list is the default
24401 collection for <EM>Save</EM>s,
24402 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24404 This variable is normally manipulated using the Setup/collectionList screen.
24406 <UL>   
24407 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24408 </UL><P>
24409 &lt;End of help on this topic&gt;
24410 </BODY>
24411 </HTML>
24412 ====== h_config_news_spec =====
24413 <HTML>
24414 <HEAD>
24415 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24416 </HEAD>
24417 <BODY>
24418 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24420 This is a list of collections where news folders are located.
24422 This variable is normally manipulated using the Setup/collectionList screen.
24424 <UL>   
24425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24426 </UL><P>
24427 &lt;End of help on this topic&gt;
24428 </BODY>
24429 </HTML>
24430 ====== h_config_address_book =====
24431 <HTML>
24432 <HEAD>
24433 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24434 </HEAD>
24435 <BODY>
24436 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24438 A list of personal address books.
24439 Each entry in the list is an
24440 optional nickname followed by a pathname or file name relative to the home
24441 directory.
24442 The nickname is separated from the rest of the line with whitespace.
24443 Instead of a local pathname or file name, a remote folder name can be given.
24444 This causes the address book to
24445 be a Remote address book.
24447 Use the Setup/AddressBook screen to modify this variable.
24449 <UL>   
24450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24451 </UL><P>
24452 &lt;End of help on this topic&gt;
24453 </BODY>
24454 </HTML>
24455 ====== h_config_glob_addrbook =====
24456 <HTML>
24457 <HEAD>
24458 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24459 </HEAD>
24460 <BODY>
24461 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24463 A list of shared address books.  Each entry in the list is an
24464 optional nickname followed by a pathname or file name relative to the home
24465 directory.
24466 A SPACE character separates the nickname from the rest of the line.
24467 Instead of a local pathname or file name, a remote folder name can be given.
24468 This causes the address book to
24469 be a Remote address book.
24470 Global address books are
24471 defined to be ReadOnly.
24473 Use the Setup/AddressBook screen to modify this variable.
24475 <UL>   
24476 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24477 </UL><P>
24478 &lt;End of help on this topic&gt;
24479 </BODY>
24480 </HTML>
24481 ====== h_config_last_vers =====
24482 <HTML>
24483 <HEAD>
24484 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24485 </HEAD>
24486 <BODY>
24487 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24489 This is set automatically by Alpine. 
24490 It is used to keep track of the last version of Alpine that
24491 was run by the user.
24492 Whenever the version number increases, a new version message is printed out.
24493 This may not be set in the system-wide configuration files.
24495 <UL>   
24496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24497 </UL><P>
24498 &lt;End of help on this topic&gt;
24499 </BODY>
24500 </HTML>
24501 ====== h_config_printer =====
24502 <HTML>
24503 <HEAD>
24504 <TITLE>OPTION: Printer</TITLE>
24505 </HEAD>
24506 <BODY>
24507 <H1>OPTION: Printer</H1>
24509 Your default printer selection.
24511 Use the Setup/Printer screen to modify this variable.
24513 <UL>   
24514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24515 </UL><P>
24516 &lt;End of help on this topic&gt;
24517 </BODY>
24518 </HTML>
24519 ====== h_config_print_cat =====
24520 <HTML>
24521 <HEAD>
24522 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24523 </HEAD>
24524 <BODY>
24525 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24527 This is an internal Alpine variable.
24528 It will be equal to 1, 2, or 3 depending on whether the default printer is
24529 attached, standard, or a personal print command.
24531 Use the Setup/Printer screen to modify this variable.
24533 <UL>   
24534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24535 </UL><P>
24536 &lt;End of help on this topic&gt;
24537 </BODY>
24538 </HTML>
24539 ====== h_config_print_command =====
24540 <HTML>
24541 <HEAD>
24542 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24543 </HEAD>
24544 <BODY>
24545 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24547 List of personal print commands.
24549 Use the Setup/Printer screen to modify this variable.
24551 <UL>   
24552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24553 </UL><P>
24554 &lt;End of help on this topic&gt;
24555 </BODY>
24556 </HTML>
24557 ====== h_config_pat_old =====
24558 <HTML>
24559 <HEAD>
24560 <TITLE>OPTION: Patterns</TITLE>
24561 </HEAD>
24562 <BODY>
24563 <H1>OPTION: Patterns</H1>
24565 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24566 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24567 and Patterns-Other.
24568 Patterns-Scores and Patterns-Filters have been replaced since then by
24569 Patterns-Scores2 and Patterns-Filters2.
24571 Use the Setup/Rules screens to modify these variable.
24573 <UL>   
24574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24575 </UL><P>
24576 &lt;End of help on this topic&gt;
24577 </BODY>
24578 </HTML>
24579 ====== h_config_pat_roles =====
24580 <HTML>
24581 <HEAD>
24582 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24583 </HEAD>
24584 <BODY>
24585 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24587 List of rules used for roles.
24588 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24589 other options.
24591 Use the Setup/Rules/Roles screen to modify this variable.
24593 <UL>   
24594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24595 </UL><P>
24596 &lt;End of help on this topic&gt;
24597 </BODY>
24598 </HTML>
24599 ====== h_config_pat_filts =====
24600 <HTML>
24601 <HEAD>
24602 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24603 </HEAD>
24604 <BODY>
24605 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24607 List of rules used for filters.
24609 Use the Setup/Rules/Filters screen to modify this variable.
24611 <UL>   
24612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24613 </UL><P>
24614 &lt;End of help on this topic&gt;
24615 </BODY>
24616 </HTML>
24617 ====== h_config_pat_scores =====
24618 <HTML>
24619 <HEAD>
24620 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24621 </HEAD>
24622 <BODY>
24623 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24625 List of rules used for scoring.
24627 Use the Setup/Rules/SetScores screen to modify this variable.
24629 <UL>   
24630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24631 </UL><P>
24632 &lt;End of help on this topic&gt;
24633 </BODY>
24634 </HTML>
24635 ====== h_config_pat_other =====
24636 <HTML>
24637 <HEAD>
24638 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24639 </HEAD>
24640 <BODY>
24641 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24643 List of rules used for miscellaneous configuration.
24645 Use the Setup/Rules/Other screen to modify this variable.
24647 <UL>   
24648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24649 </UL><P>
24650 &lt;End of help on this topic&gt;
24651 </BODY>
24652 </HTML>
24653 ====== h_config_pat_incols =====
24654 <HTML>
24655 <HEAD>
24656 <TITLE>OPTION: patterns-indexcolors</TITLE>
24657 </HEAD>
24658 <BODY>
24659 <H1>OPTION: patterns-indexcolors</H1>
24661 List of rules used for coloring lines in the index.
24663 Use the Setup/Rules/Indexcolor screen to modify this variable.
24665 <UL>   
24666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24667 </UL><P>
24668 &lt;End of help on this topic&gt;
24669 </BODY>
24670 </HTML>
24671 ====== h_config_pat_srch =====
24672 <HTML>
24673 <HEAD>
24674 <TITLE>OPTION: patterns-search</TITLE>
24675 </HEAD>
24676 <BODY>
24677 <H1>OPTION: patterns-search</H1>
24679 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24681 Use the Setup/Rules/searCh screen to modify this variable.
24683 <UL>   
24684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24685 </UL><P>
24686 &lt;End of help on this topic&gt;
24687 </BODY>
24688 </HTML>
24689 ====== h_config_font_name =====
24690 <HTML>
24691 <HEAD>
24692 <TITLE>OPTION: Font Name</TITLE>
24693 </HEAD>
24694 <BODY>
24695 <H1>OPTION: Font Name</H1>
24697 PC-Alpine only.
24699 Name of normal font.
24701 Use the pulldown Config menu to modify this variable.
24703 <UL>   
24704 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24705 </UL><P>
24706 &lt;End of help on this topic&gt;
24707 </BODY>
24708 </HTML>
24709 ====== h_config_font_size =====
24710 <HTML>
24711 <HEAD>
24712 <TITLE>OPTION: Font Size</TITLE>
24713 </HEAD>
24714 <BODY>
24715 <H1>OPTION: Font Size</H1>
24717 PC-Alpine only.
24719 Size of normal font.
24721 Use the pulldown Config menu to modify this variable.
24723 <UL>   
24724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24725 </UL><P>
24726 &lt;End of help on this topic&gt;
24727 </BODY>
24728 </HTML>
24729 ====== h_config_font_style =====
24730 <HTML>
24731 <HEAD>
24732 <TITLE>OPTION: Font Style</TITLE>
24733 </HEAD>
24734 <BODY>
24735 <H1>OPTION: Font Style</H1>
24737 PC-Alpine only.
24739 Style of normal font.
24741 Use the pulldown Config menu to modify this variable.
24743 <UL>   
24744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24745 </UL><P>
24746 &lt;End of help on this topic&gt;
24747 </BODY>
24748 </HTML>
24749 ====== h_config_font_char_set =====
24750 <HTML>
24751 <HEAD>
24752 <TITLE>OPTION: Font Character Set</TITLE>
24753 </HEAD>
24754 <BODY>
24755 <H1>OPTION: Font Character Set</H1>
24757 PC-Alpine only.
24759 Character set of normal font.
24761 Use the pulldown Config menu to modify this variable.
24763 <UL>   
24764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24765 </UL><P>
24766 &lt;End of help on this topic&gt;
24767 </BODY>
24768 </HTML>
24769 ====== h_config_print_font_name =====
24770 <HTML>
24771 <HEAD>
24772 <TITLE>OPTION: Print-Font-Name</TITLE>
24773 </HEAD>
24774 <BODY>
24775 <H1>OPTION: Print-Font-Name</H1>
24777 PC-Alpine only.
24779 Name of printer font.
24781 Use the pulldown Config menu to modify this variable.
24783 <UL>   
24784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24785 </UL><P>
24786 &lt;End of help on this topic&gt;
24787 </BODY>
24788 </HTML>
24789 ====== h_config_print_font_size =====
24790 <HTML>
24791 <HEAD>
24792 <TITLE>OPTION: Print-Font-Size</TITLE>
24793 </HEAD>
24794 <BODY>
24795 <H1>OPTION: Print-Font-Size</H1>
24797 PC-Alpine only.
24799 Size of printer font.
24801 Use the pulldown Config menu to modify this variable.
24803 <UL>   
24804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24805 </UL><P>
24806 &lt;End of help on this topic&gt;
24807 </BODY>
24808 </HTML>
24809 ====== h_config_print_font_style =====
24810 <HTML>
24811 <HEAD>
24812 <TITLE>OPTION: Print-Font-Style</TITLE>
24813 </HEAD>
24814 <BODY>
24815 <H1>OPTION: Print-Font-Style</H1>
24817 PC-Alpine only.
24819 Style of printer font.
24821 Use the pulldown Config menu to modify this variable.
24823 <UL>   
24824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24825 </UL><P>
24826 &lt;End of help on this topic&gt;
24827 </BODY>
24828 </HTML>
24829 ====== h_config_print_font_char_set =====
24830 <HTML>
24831 <HEAD>
24832 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24833 </HEAD>
24834 <BODY>
24835 <H1>OPTION: Print-Font-Char-Set</H1>
24837 PC-Alpine only.
24839 Character set of printer font.
24841 Use the pulldown Config menu to modify this variable.
24843 <UL>   
24844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24845 </UL><P>
24846 &lt;End of help on this topic&gt;
24847 </BODY>
24848 </HTML>
24849 ====== h_config_window_position =====
24850 <HTML>
24851 <HEAD>
24852 <TITLE>OPTION: Window-Position</TITLE>
24853 </HEAD>
24854 <BODY>
24855 <H1>OPTION: Window-Position</H1>
24857 PC-Alpine only.
24859 Position on the screen of the Alpine window.
24861 Alpine normally maintains this variable itself, and it is set automatically. 
24862 This variable is provided to those who wish to use the same window position 
24863 across different machines from the same configuration.
24864 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24865 must also be set for this setting to be used.
24867 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24868 C is the number of columns, R is the number of rows, and X and Y specify the
24869 top left corner of the window.
24871 <UL>   
24872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24873 </UL><P>
24874 &lt;End of help on this topic&gt;
24875 </BODY>
24876 </HTML>
24877 ====== h_config_cursor_style =====
24878 <HTML>
24879 <HEAD>
24880 <TITLE>OPTION: Cursor Style</TITLE>
24881 </HEAD>
24882 <BODY>
24883 <H1>OPTION: Cursor Style</H1>
24885 PC-Alpine only.
24887 Cursor style.
24889 Use the pulldown Config menu to modify this variable.
24891 <UL>   
24892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24893 </UL><P>
24894 &lt;End of help on this topic&gt;
24895 </BODY>
24896 </HTML>
24897 ====== h_config_ldap_servers =====
24898 <HTML>
24899 <HEAD>
24900 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24901 </HEAD>
24902 <BODY>
24903 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24905 List of LDAP servers and associated data.
24907 Use the Setup/Directory screen to modify this variable.
24909 <UL>   
24910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24911 </UL><P>
24912 &lt;End of help on this topic&gt;
24913 </BODY>
24914 </HTML>
24915 ====== h_config_sendmail_path =====
24916 <HTML>
24917 <HEAD>
24918 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24919 </HEAD>
24920 <BODY>
24921 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24923 This names the path to an
24924 alternative program, and any necessary arguments, to be used in posting
24925 mail messages. See the Technical notes for more information.
24927 <UL>   
24928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24929 </UL><P>
24930 &lt;End of help on this topic&gt;
24931 </BODY>
24932 </HTML>
24933 ====== h_config_oper_dir =====
24934 <HTML>
24935 <HEAD>
24936 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24937 </HEAD>
24938 <BODY>
24939 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24941 This names the root of the
24942 tree to which you are restricted when reading and writing folders and
24943 files. It is usually used in the system-wide,
24944 <EM>fixed</EM> configuration file.
24946 <UL>   
24947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24948 </UL><P>
24949 &lt;End of help on this topic&gt;
24950 </BODY>
24951 </HTML>
24952 ====== h_config_rshpath =====
24953 <HTML>
24954 <HEAD>
24955 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24956 </HEAD>
24957 <BODY>
24958 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24960 Sets the name of the command used to open a UNIX remote shell
24961 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24963 <UL>   
24964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24965 </UL><P>
24966 &lt;End of help on this topic&gt;
24967 </BODY>
24968 </HTML>
24969 ====== h_config_rshcmd =====
24970 <HTML>
24971 <HEAD>
24972 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24973 </HEAD>
24974 <BODY>
24975 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24977 Sets the format of the command used to
24978 open a UNIX remote shell connection. The default is
24979 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24980 provided command. The first is for the command's pathname, the second is
24981 for the host to connnect to, the third is for the user to connect as, and
24982 the fourth is for the connection method (typically <CODE>imap</CODE>).
24984 <UL>   
24985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24986 </UL><P>
24987 &lt;End of help on this topic&gt;
24988 </BODY>
24989 </HTML>
24990 ====== h_config_sshpath =====
24991 <HTML>
24992 <HEAD>
24993 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24994 </HEAD>
24995 <BODY>
24996 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24998 Sets the name of the command used to open a UNIX secure shell
24999 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25001 <UL>   
25002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25003 </UL><P>
25004 &lt;End of help on this topic&gt;
25005 </BODY>
25006 </HTML>
25007 ====== h_config_sshcmd =====
25008 <HTML>
25009 <HEAD>
25010 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25011 </HEAD>
25012 <BODY>
25013 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25015 Sets the format of the command used to
25016 open a UNIX secure shell connection. The default is
25017 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25018 provided command. The first is for the command's pathname, the second is
25019 for the host to connnect to, the third is for the user to connect as, and
25020 the fourth is for the connection method (typically <CODE>imap</CODE>).
25022 <UL>   
25023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25024 </UL><P>
25025 &lt;End of help on this topic&gt;
25026 </BODY>
25027 </HTML>
25028 ====== h_config_new_ver_quell =====
25029 <HTML>
25030 <HEAD>
25031 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25032 </HEAD>
25033 <BODY>
25034 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25036 When a new version of Alpine is run for the first time it offers a
25037 special explanatory screen to the user upon startup.  This option
25038 helps control when and if that special screen appears for users that
25039 have previously run Alpine.  It takes as its value an Alpine version
25040 number.  Alpine versions less than the specified value will supress this
25041 special screen while versions equal to or greater than that specified
25042 will behave normally.
25044 <UL>   
25045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25046 </UL><P>
25047 &lt;End of help on this topic&gt;
25048 </BODY>
25049 </HTML>
25050 ====== h_config_disable_drivers =====
25051 <HTML>
25052 <HEAD>
25053 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25054 </HEAD>
25055 <BODY>
25056 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25058 This variable is a list of mail drivers that will be disabled.
25059 The candidates for disabling are listed below.
25060 There may be more in the future if you compile Alpine with
25061 a newer version of the c-client library.
25064 <UL>
25065 <LI> mbox
25066 <LI> mbx
25067 <LI> mh
25068 <LI> mmdf
25069 <LI> mtx
25070 <LI> mx
25071 <LI> news
25072 <LI> phile
25073 <LI> tenex
25074 <LI> unix
25075 </UL>
25078 The <EM>mbox</EM> driver enables the following behavior: if there is a
25079 file called <CODE>mbox</CODE>
25080 in your home directory, and if that file is either empty or in Unix mailbox
25081 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25082 will automatically transfer mail from the system mail spool directory into the
25083 <CODE>mbox</CODE> file and
25084 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25085 this will not happen.
25088 It is not recommended to disable the driver that supports the system default
25089 mailbox format. On most non-SCO systems, that driver is the
25090 <EM>unix</EM> driver.
25091 On most SCO systems, it is the <EM>mmdf</EM> driver.
25092 The system default driver may be
25093 configured to something else on your system; check with your system manager
25094 for additional information.
25097 It is most likely not very useful for you to disable any of the drivers other
25098 than possibly <EM>mbox</EM>.
25099 You could disable some of the others if you know for
25100 certain that you don't need them but the performance gain in doing so
25101 is very modest.
25103 <UL>   
25104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25105 </UL><P>
25106 &lt;End of help on this topic&gt;
25107 </BODY>
25108 </HTML>
25109 ====== h_config_disable_auths =====
25110 <HTML>
25111 <HEAD>
25112 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25113 </HEAD>
25114 <BODY>
25115 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25117 This variable is a list of SASL (Simple Authentication and Security
25118 Layer) authenticators that will be disabled.
25119 SASL is a mechanism for
25120 authenticating to IMAP, POP3, SMTP, and other network servers.
25123 Alpine matches its list of supported authenticators with the server to
25124 determine the most secure authenticator that is supported by both.
25125 If no matching authenticators are found, Alpine will revert to plaintext
25126 login (or, in the case of SMTP, will be unable to authenticate at all).
25128 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25131 Normally, you will not disable any authenticators.
25132 There are two exceptions:
25134 <OL>
25135 <LI> You use a broken server that advertises an authenticator,
25136 but does not actually implement it.
25137 <LI> You have a Kerberos-capable version of Alpine and the server is
25138 also Kerberos-capable, but you can not obtain Kerberos
25139 credentials on the server machine, thus you desire to disable
25140 GSSAPI (which in turn disables Alpine's Kerberos support).
25141 </OL>
25143 It is never necessary to disable authenticators, since Alpine will try
25144 other authenticators before giving up.
25145 However, disabling the relevant authenticator avoids annoying error messages.
25147 <UL>   
25148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25149 </UL><P>
25150 &lt;End of help on this topic&gt;
25151 </BODY>
25152 </HTML>
25153 ====== h_config_abook_metafile =====
25154 <HTML>
25155 <HEAD>
25156 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25157 </HEAD>
25158 <BODY>
25159 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25161 This is usually set by Alpine and is the name of a file
25162 that contains data about
25163 remote address books and remote configuration files.
25165 <UL>   
25166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25167 </UL><P>
25168 &lt;End of help on this topic&gt;
25169 </BODY>
25170 </HTML>
25171 ====== h_config_composer_wrap_column =====
25172 <HTML>
25173 <HEAD>
25174 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25175 </HEAD>
25176 <BODY>
25177 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25180 This option specifies an aspect of Alpine's Composer.  This gives the
25181 maximum width that auto-wrapped lines will have.  It's also the maximum
25182 width of lines justified using the <A HREF="h_compose_justify">^J
25183 Justify</A> command.  The normal default
25184 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25185 in order to
25186 prevent very long lines from being sent in outgoing mail.  When the mail
25187 is actually sent, trailing spaces will be stripped off of each line.
25190 <UL>   
25191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25192 </UL><P>
25193 &lt;End of help on this topic&gt;
25194 </BODY>
25195 </HTML>
25196 ====== h_config_deadlets =====
25197 <HTML>
25198 <HEAD>
25199 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25200 </HEAD>
25201 <BODY>
25202 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25205 This option affects Alpine's behavior when you cancel a message being
25206 composed.  Alpine's usual behavior is to write the canceled message to
25207 a file named 
25208 <!--chtml if pinemode="os_windows"-->
25209 &quot;DEADLETR&quot;,
25210 <!--chtml else-->
25211 &quot;dead.letter&quot; in your home directory,
25212 <!--chtml endif-->
25213 overwriting any previous message.
25215 If you set this option to a value higher than one, then that many copies
25216 of dead letter files will be saved.
25217 For example, if you set this option to &quot;3&quot; then you may have
25218 files named
25219 <!--chtml if pinemode="os_windows"-->
25220 &quot;DEADLETR&quot;,
25221 &quot;DEADLETR2&quot;, and
25222 &quot;DEADLETR3&quot;.
25223 <!--chtml else-->
25224 &quot;dead.letter&quot;,
25225 &quot;dead.letter2&quot;, and
25226 &quot;dead.letter3&quot; in your home directory.
25227 <!--chtml endif-->
25228 In this example, the most recently cancelled message will be in
25229 <!--chtml if pinemode="os_windows"-->
25230 &quot;DEADLETR&quot;,
25231 <!--chtml else-->
25232 &quot;dead.letter&quot;,
25233 <!--chtml endif-->
25234 and the third most recently cancelled message will be in
25235 <!--chtml if pinemode="os_windows"-->
25236 &quot;DEADLETR3&quot;.
25237 <!--chtml else-->
25238 &quot;dead.letter3&quot;.
25239 <!--chtml endif-->
25240 The fourth most recently cancelled message will no longer be saved.
25243 If you set this option to zero, then NO record of canceled messages is
25244 maintained.
25246 If the feature
25247 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25248 is set, that overrides whatever you set for this option.
25249 If this option had existed at the time, then the Quell feature would not
25250 have been added, but it is still there for backwards compatibility.
25251 So, in order for this option to have the desired effect, make sure the
25252 Quell feature is turned off.
25255 <UL>   
25256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25257 </UL><P>
25258 &lt;End of help on this topic&gt;
25259 </BODY>
25260 </HTML>
25261 ====== h_config_maxremstream =====
25262 <HTML>
25263 <HEAD>
25264 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25265 </HEAD>
25266 <BODY>
25267 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25269 This option affects low-level behavior of Alpine.
25270 The default value for this option is <EM>3</EM>.
25271 If your INBOX is accessed using the IMAP protocol
25272 from an IMAP server, that connection is kept open throughout the
25273 duration of your Alpine session, independent of the value of this option.
25274 The same is true of any 
25275 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25276 you have defined.
25277 This option controls Alpine's behavior when connecting to remote IMAP folders
25278 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25279 It specifies the maximum number of remote IMAP connections (other than
25280 those mentioned above) that Alpine will use for accessing the rest of your
25281 folders.
25282 If you set this option to zero, you will turn off most remote connection
25283 re-use.
25284 It's difficult to understand exactly what this option does, and it is usually
25285 fine to leave it set to its default value.
25286 It is probably more likely that you will be interested in setting the
25287 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25288 instead of changing the value of this option.
25289 A slightly longer explanation of what is going on with this option
25290 is given in the next paragraphs.
25293 There are some time costs involved in opening and closing remote IMAP 
25294 folders, the main costs being the time you have to wait for the connection
25295 to the server and the time for the folder to open.
25296 Opening a folder may involve not only the time the server takes to do its
25297 processing but time that Alpine uses to do filtering.
25298 These times can vary widely.
25299 They depend on how loaded the server is, how large
25300 the folder being opened is, and how you set up filtering, among other things.
25301 Once Alpine has opened a connection to a particular folder, it will attempt
25302 to keep that connection open in case you use it again.
25303 In order to do this,
25304 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25305 this option) IMAP connections you have alloted for this purpose.
25307 For example, suppose the value of this option is set to &quot;2&quot;.
25308 If your INBOX is accessed on a remote server using the IMAP protocol, that
25309 doesn't count as one of the remote connections but it is always kept open.
25310 If you then open another IMAP folder, that would be your first
25311 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25312 If you open a third folder the second will be left open, in case you
25313 return to it.
25314 You won't be able to tell it has been left open.
25315 It will appear to be closed when you leave the folder but the connection
25316 will remain in the background.
25317 Now suppose you go back to the second folder (the first folder after the
25318 INBOX).
25319 A connection to that folder is still open so you won't have to wait
25320 for the startup time to open it.
25321 Meanwhile, the connection to the third folder will be left behind.
25322 Now, if you open a fourth folder, you will bump into the
25323 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25324 than INBOX and you have the option set to &quot;2&quot;.
25325 The connection that is being used for
25326 the third folder will be re-used for this new fourth folder.
25327 If you go back to the third folder after this, it is no longer already
25328 connected when you get there.
25329 You'll still save some time since Alpine will re-use the connection to the
25330 fourth folder and you have already logged in on that connection,
25331 but the folder will have to be re-opened from scratch.
25333 If a folder is large and the startup cost is dominated by the time it takes
25334 to open that folder or to run filters on it, then it will pay to make the
25335 value of this option large enough to keep it open.
25336 On the other hand, if you only revisit a handful of folders or if
25337 the folders are small, then it might
25338 make more sense to keep this number small so that the reconnect
25339 time (the time to start up a new connection and authenticate)
25340 is eliminated instead.
25342 You may also need to consider the impact on the server.
25343 On the surface, a larger number here may cause a larger impact on the
25344 server, since you will have more connections open to the server.
25345 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25346 associated with reopening a folder, but the <EM>server</EM> will be
25347 avoiding those costs as well.
25349 When twenty five minutes pass without any active use of an IMAP connection
25350 being saved for possible re-use, that connection will be shut down,
25353 <UL>   
25354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25355 </UL><P>
25356 &lt;End of help on this topic&gt;
25357 </BODY>
25358 </HTML>
25359 ====== h_config_permlocked =====
25360 <HTML>
25361 <HEAD>
25362 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25363 </HEAD>
25364 <BODY>
25365 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25367 This option affects low-level behavior of Alpine.
25368 There is no default value for this option.
25369 It is related to the options
25370 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25371 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25372 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25375 Note: changes made to this list take effect the next time you open a
25376 folder in the list.
25379 This is a list of folders that will be permanently kept open once they
25380 are first opened.
25381 The names in this list may be either the nickname of an Incoming folder
25382 or the full technical specification of a folder.
25383 The folders in this list need not be remote IMAP folders, they could usefully
25384 be local folders, as well.
25385 If a folder in the list is a newsgroup or is not accessed either locally
25386 or via IMAP, then the entry will be ignored.
25387 For example, folders accessed via NNTP or POP3 will not be kept open, since
25388 the way that new mail is found with those protocols involves closing and
25389 reopening the connection.
25391 Once a Stay Open folder has been opened, new-mail checking will continue
25392 to happen on that folder for the rest of the Alpine session.
25393 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25394 need to be added explicitly.
25396 Another difference that you may notice between a Stay Open folder and a
25397 non-Stay Open folder is which message is selected as the current message
25398 when you enter the folder index.
25399 Normally, the starting position for an incoming folder (which most Stay Open
25400 folders will likely be) is controlled by the
25401 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25402 However, if a folder is a Stay Open folder, when you re-enter the folder
25403 after the first time the current message will be the same as it was when
25404 you left the folder.
25405 An exception is made if you use the TAB command to get to the folder.
25406 In that case, the message number will be incremented by one from what it
25407 was when you left the folder.
25409 The above special behavior is thought to be useful.
25410 However, it is special and different from what you might at first expect.
25411 The feature
25412 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25413 may be used to turn off this special treatment.
25415 If the message that was current when you left the folder no longer exists,
25416 then the regular startup rule will be used instead.
25419 <UL>   
25420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25421 </UL><P>
25422 &lt;End of help on this topic&gt;
25423 </BODY>
25424 </HTML>
25425 ====== h_config_viewer_overlap =====
25426 <html>
25427 <header>
25428 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25429 </header>
25430 <body>
25431 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25433 This option specifies an aspect of Alpine's Message Viewing screen.  When
25434 the space bar is used to page forward in a message, the number of lines
25435 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25436 bottom of the screen.  That is, if this was set to two lines, then the
25437 bottom two lines of the screen would be repeated on the top of the next
25438 screen.  The normal default value is "2".<p>
25439 <UL>   
25440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25441 </UL><P>
25442 &lt;End of help on this topic&gt;
25443 </body>
25444 </html>
25445 ====== h_config_scroll_margin =====
25446 <HTML>
25447 <HEAD>
25448 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25449 </HEAD>
25450 <BODY>
25451 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25453 This option controls when Alpine's line-by-line scrolling occurs.
25454 Typically, when a selected item is at the top or bottom screen edge
25455 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25456 displayed items are scrolled down or up by a single line.
25459 This option allows you to tell Alpine the number of lines from the top and
25460 bottom screen edge that line-by-line paging should occcur.  For example,
25461 setting this value to one (1) will cause Alpine to scroll the display
25462 vertically when you move to select an item on the display's top or
25463 bottom edge.
25466 By default, this variable is zero, indicating that scrolling happens
25467 when you move up or down to select an item immediately off the display's
25468 top or bottom edge.
25471 <UL>   
25472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25473 </UL><P>
25474 &lt;End of help on this topic&gt;
25475 </BODY>
25476 </HTML>
25477 ====== h_config_wordseps =====
25478 <HTML>
25479 <HEAD>
25480 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25481 </HEAD>
25482 <BODY>
25483 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25485 This option affects how a &quot;word&quot; is defined in the composer.
25486 The definition of a word is used when using the Forward Word and Backward
25487 Word commands in the composer, as well as when using the spell checker.
25488 Whitespace is always considered a word separator.
25489 Punctuation (like question marks, periods, commas, and so on) is always
25490 a word separator if it comes at the end of a word.
25491 By default, a punctuation character that is in the middle of a word does
25492 not break up that word as long as the character before and the character
25493 after it are both alphanumeric.
25494 If you add a character to this option it will be considered a
25495 word separator even when it occurs in the middle of an alphanumeric word.
25496 For example, if you want to skip through each part of an address instead
25497 of skipping the whole address at once you might want to include &quot;@&quot;
25498 and &quot;.&quot; in this list.
25499 If you want the word-skipper to stop on each part of a UNIX filename you
25500 could add &quot;/&quot; to the list.
25501 The equal sign and dash are other possibilities you might find helpful.
25503 <UL>   
25504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25505 </UL><P>
25506 &lt;End of help on this topic&gt;
25507 </BODY>
25508 </HTML>
25509 ====== h_config_reply_indent_string =====
25510 <HTML>
25511 <HEAD>
25512 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25513 </HEAD>
25514 <BODY>
25515 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25517 This option specifies an aspect of Alpine's Reply command.
25518 When a message is replied to and the text of the message is included, the
25519 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25520 to each line indicating it is quoted text.
25521 (In case you haven't seen this before, &quot;string&quot; is a technical term
25522 that means chunk of text.)
25525 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25526 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25527 use one of the standard values,
25528 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25531 This option specifies a different value for that string.
25532 If you wish to use a string that begins or ends with a space,
25533 enclose the string in double quotes.
25536 Besides simple text, the prepended string can be based
25537 on the message being replied to.
25538 The following tokens are substituted for the message's corresponding value:
25540 <DL>
25541 <DT>_FROM_</DT>
25542 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25543 If the name is longer than six characters, only the first six characters are
25544 used.
25545 </DD>
25547 <DT>_NICK_</DT>
25548 <DD>This token gets replaced with the nickname of the message sender's
25549 address as found in your addressbook.
25550 If no addressbook entry is found,
25551 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25552 If the nickname is longer than six characters, only the first six characters are
25553 used.
25554 </DD>
25556 <DT>_INIT_</DT>
25557 <DD>This token gets replaced with the initials of the sender of the message.
25558 </DD>
25560 </DL>
25562 NOTE: When the
25563 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25564 feature is enabled, you are given the opportunity to edit the string, whether 
25565 it is the default or one automatically generated using the above tokens.
25567 If you change your <!--#echo var="VAR_reply-indent-string"-->
25568 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25569 quoted text will not be flowed
25570 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25571 when you reply.
25572 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25573 set to the default value.
25575 <UL>   
25576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25577 </UL><P>
25578 &lt;End of help on this topic&gt;
25579 </BODY>
25580 </HTML>
25581 ====== h_config_quote_replace_string =====
25582 <HTML>
25583 <HEAD>
25584 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25585 </HEAD>
25586 <BODY>
25587 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25589 This option specifies what string to use as a quote when <b>viewing</b> a
25590 message.  The standard way of quoting messages when replying is the string
25591 &quot;&gt;&nbsp;&quot; (quote space).
25592 With this variable set, viewing a message will
25593 replace occurrences of 
25594 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25595 This setting works best when
25596 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25597 or the equivalent setting in your correspondents' mail programs
25598 is set to the default
25599 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25600 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25602 By default, this setting will only work on messages that are flowed, which is
25603 the default way of sending messages for many mail clients including
25604 Alpine.  Enable the feature
25605 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25606 to also have quote-replacement performed on non-flowed messages.
25609 Setting this option will replace  &quot;&gt;&quot; and 
25610 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25611 spaces. To preserve those spaces enclose the full string in double quotes.
25613 No padding to separate the text of the message from the quote string is
25614 added. This means that if you do not add trailing spaces to the value of
25615 this variable, text will be displayed right next to the quote string,
25616 which may be undesirable. This can be avoided by adding a new string
25617 separated by a space from your selection of quote string replacement. This
25618 last string will be used for padding. For example, setting this variable to 
25619 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25620 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25621 a space from the last quote string to make it more readable.
25623 One possible setting for this variable could be
25624 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25625 would have the effect of indenting each level of quoting four spaces and
25626 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25627 more discernible by setting colors for quoted text.
25629 Replying to or forwarding the viewed message will preserve the original
25630 formatting of the message, so quote-replacement will not be performed on
25631 messages that are being composed.
25633 <UL>   
25634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25635 </UL><P>
25636 &lt;End of help on this topic&gt;
25637 </BODY>
25638 </HTML>
25639 ====== h_config_empty_hdr_msg =====
25640 <HTML>
25641 <HEAD>
25642 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25643 </HEAD>
25644 <BODY>
25645 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25647 When sending, if both the To and Cc fields are empty and you
25648 are sending the message to a Bcc,
25649 Alpine will put a special address in the To line.  The default value is:
25652 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25655 The reason for this is to avoid embarrassment caused by some Internet
25656 mail transfer software that interprets a &quot;missing&quot;
25657 <SAMP>To:</SAMP> header as an error and replaces it with an
25658 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25659 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25660 Bcc.  You may change the part of this message that comes before the
25661 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25662 variable to something else.
25665 The normal default is &quot;undisclosed-recipients&quot;.
25668 <UL>   
25669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25670 </UL><P>
25671 &lt;End of help on this topic&gt;
25672 </BODY>
25673 </HTML>
25674 ====== h_config_status_msg_delay =====
25675 <HTML>
25676 <HEAD>
25677 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25678 </HEAD>
25679 <BODY>
25680 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25682 This option has evolved over time, causing the possible values to be
25683 counter-intuitive.
25684 Read carefully before you set this option.
25685 First we explain what the option does, then there is a longer discussion
25686 following that.
25688 If this is set to zero, the default value, it has <EM>no</EM> effect.
25689 Positive and negative values serve two similar, but different purposes.
25691 If it is set to a positive number, it causes the cursor to move to the
25692 status line whenever a status message is printed and pause there for this
25693 many seconds.
25694 It will probably only be useful if the 
25695 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25696 also turned on.
25697 Setting this option to a positive number can only be used to
25698 <EM>increase</EM> the status message delay.
25699 This may be useful for Braille displays, or other non-traditional displays.
25701 If it is set to a negative number the interpretation is a bit complicated.
25702 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25703 allow you to read important status messages.
25704 Of course, this may cause you to miss some important messages.
25705 If you see a message flash by but miss what it says you can use the
25706 Journal command from the MAIN MENU to read it.
25707 If you set this option to a negative value, the delay will be
25708 no more than one second less than the absolute value
25709 of the value you set.
25710 So if you set it to -1, the delay will be no more than zero seconds, no
25711 delay at all.
25712 If you set it to -2, the delay will be no more than 1 second.
25713 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25714 If the delay that Alpine would have used by default is less than this delay,
25715 then the smaller delay set by Alpine will be used.
25716 Setting this option to a negative value can only reduce the amount of
25717 delay, never increase it.
25719 Here is a more detailed explanation.
25720 Status messages are the messages that show up spontaneously in the
25721 status message line, usually the third line from the bottom of the screen.
25722 By default, Alpine assigns each status message it produces a minimum
25723 display time.
25724 Some status messages have a minimum display time of zero.
25725 You can see an example of such a message by paging up in this help text
25726 until you reach the top of the screen.
25727 If you try to page past the top you will see the message
25729 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25731 in the status line.
25732 If there is another more important use of the status message line this message
25733 might be replaced quickly, or it even might not be shown at all.
25734 However, if there is no reason to get rid of the message, it might stay
25735 there for several seconds while you read the help.
25736 An example where it is replaced immediately happens when you page up in
25737 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25738 command right after paging up.
25739 The message will disappear immediately without causing a delay (unless you
25740 have set this option to a positive value) to allow you to type input for
25741 the &quot;WhereIs&quot; command.
25742 Since it isn't a very important message, Alpine has set its minimum display
25743 time to zero seconds.
25745 Other messages have minimum display times of three or more seconds.
25746 These are usually error messages that Alpine thinks you ought to see.
25747 For example, it might be a message about a failed Save or a failed folder open.
25748 It is often the case that this minimum display time won't delay you in
25749 any way because the status message line is not needed for another reason.
25750 However, there are times when Alpine has to delay what it is doing in
25751 order to display a status message for the minimum display time.
25752 This happens when a message is being displayed and Alpine wants to ask
25753 for input from the keyboard.
25754 For example, when you Save a message you use the status message line.
25755 You get a prompt there asking for the name of the folder to save to.
25756 If there is a status message being displayed that has not
25757 yet displayed for its minimum
25758 time Alpine will display that status message surrounded with the characters
25759 &gt; and &lt; to show you that it is delaying.
25760 That might happen, for example, if you tried to save to a folder that
25761 caused an error, then followed that immediately with another Save command.
25762 You might find yourself waiting for a status message like
25764 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25766 to finish displaying for three seconds.
25767 If that is something you find happening to you frequently, you may use
25768 negative values of this option to decrease or eliminate that delay, at
25769 the risk of missing the message.
25771 <UL>   
25772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25773 </UL><P>
25774 &lt;End of help on this topic&gt;
25775 </BODY>
25776 </HTML>
25777 ====== h_config_active_msg_interval =====
25778 <HTML>
25779 <HEAD>
25780 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25781 </HEAD>
25782 <BODY>
25783 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25785 When Alpine is delayed for some reason it usually shows that
25786 something is happening with a small animated display in the status
25787 message line near the bottom of the screen.
25788 This option sets how frequently the characters (for example, a spinning bar)
25789 in the active status message lines are updated.
25790 At most, it can be set to be udpated 20 times per second. 
25793 Setting this value to zero will prevent display of the animations
25794 altogether.
25797 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25798 can be used to remove the randomness from this animated display.
25801 <UL>   
25802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25803 </UL><P>
25804 &lt;End of help on this topic&gt;
25805 </BODY>
25806 </HTML>
25807 ====== h_config_mailchecknoncurr =====
25808 <HTML>
25809 <HEADER>
25810 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25811 </HEADER>
25812 <BODY>
25813 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25815 This option is closely related to the
25816 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25817 option, as well as the
25818 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25819 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25820 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25821 new-mail checking is disabled and this option will have no effect.
25823 Normally this option is set to zero, which means that the value used will be
25824 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25825 If you set this option to a value different from zero
25826 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25827 then that is the check interval that will be used
25828 for folders that are not the currently open folder or the INBOX.
25829 You may not even have any folders that are noncurrent and not the INBOX.
25830 If you do, it is likely that they are due to
25831 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25832 you have configured.
25833 This option also affects the rate of mail checking done on cached
25834 connections to folders you previously had open but are no longer actively
25835 using.
25836 You aren't expected to understand that last sentence, but if you are interested
25837 take a look at
25838 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25839 and the related options.
25841 <UL>   
25842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25843 </UL><P>
25844 &lt;End of help on this topic&gt;
25845 </BODY>
25846 </HTML>
25847 ====== h_config_fifopath =====
25848 <HTML>
25849 <HEADER>
25850 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25851 </HEADER>
25852 <BODY>
25853 <H1>OPTION: NewMail FIFO Path</H1>
25855 This option is only available in UNIX Alpine.
25856 However, there is a very similar feature built in to PC-Alpine.
25857 In PC-Alpine's Config menu at the top of the screen
25858 is an option called &quot;New Mail Window&quot;.
25860 You may have Alpine create a FIFO special file (also called a named pipe) where
25861 it will send a one-line message each time a new message is received in
25862 the current folder, the INBOX, or any open
25863 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25864 To protect against two different Alpines both writing to the same FIFO, Alpine
25865 will only create the FIFO and write to it if it doesn't already exist.
25867 A possible way to use this option would be to have a separate window
25868 on your screen running the command
25870 <CENTER><SAMP>cat filename</SAMP></CENTER>
25872 where &quot;filename&quot; is the name of the file given for this option.
25873 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25874 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25875 You may be tempted to use &quot;tail -f filename&quot; to view the new
25876 mail log.
25877 However, the common implementations of the tail command will not do what you
25878 are hoping.
25880 The width of the messages produced for the FIFO may be altered with the
25881 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25883 On some systems, fifos may only be created in a local filesystem.
25884 In other words, they may not be in NFS filesystems.
25885 This requirement is not universal.
25886 If the system you are using supports it, it should work.
25887 (It is often the case that your home directory is in an NFS filesystem.
25888 If that is the case, you might try using a file in the &quot;/tmp&quot;
25889 filesystem, which is usually a local filesytem.)
25890 Even when it is possible to use an NFS-mounted filesystem as a place to name
25891 the fifo (for example, your home directory), it will still be the case that
25892 the reader (probably the &quot;cat&quot; command) and the
25893 writer (Alpine) of the fifo must be running on the same system.
25895 <UL>   
25896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25897 </UL><P>
25898 &lt;End of help on this topic&gt;
25899 </BODY>
25900 </HTML>
25901 ====== h_config_newmailwidth =====
25902 <HTML>
25903 <HEADER>
25904 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25905 </HEADER>
25906 <BODY>
25907 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25909 For UNIX Alpine, this option is only useful if you have turned on the
25910 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25911 That option causes new mail messages to be sent to a fifo file.
25912 Those messages will be 80 characters wide by default.
25913 You can change the width of those messages by changing this option.
25914 For example, if you are reading those messages in another window you might
25915 want to set this width to the width of that other window.
25917 If you are using PC-Alpine, it has an option in the Config menu to turn
25918 on the &quot;New Mail Window&quot;.
25919 This present option also controls the width of that window.
25921 <UL>   
25922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25923 </UL><P>
25924 &lt;End of help on this topic&gt;
25925 </BODY>
25926 </HTML>
25927 ====== h_config_mailcheck =====
25928 <HTML>
25929 <HEADER>
25930 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25931 </HEADER>
25932 <BODY>
25933 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25935 This option specifies, in seconds,
25936 how often Alpine will check for new mail.
25937 If set to zero, new-mail checking is disabled.
25938 (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
25939 current message is the last message of the folder.)
25940 There is a minimum value for this option, normally 15 seconds.
25941 The default value is normally 150 seconds.
25942 The higher you set this option, the easier it is on the server.
25944 There are some situations where automatic new-mail checking does not work.
25945 See the discussion about new-mail checking in
25946 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25948 The new-mail checking will not happen exactly at the frequency that you specify.
25949 For example, Alpine may elect to defer a non-INBOX mail check if you
25950 are busy typing.
25951 Or, it may check more frequently than you have specified if that is
25952 thought to be necessary to keep the server from closing the connection
25953 to the folder due to inactivity.
25954 If Alpine checks for new mail as a side effect of another command, it will reset
25955 the timer, so that new-mail checking may seem to happen irregularly instead of
25956 every X seconds like clockwork.
25958 If you are anxious to know about new mail as soon as possible, set the check
25959 interval low, and you'll know about the new mail by approximately
25960 that amount of time after it arrives.
25961 If you aren't so worried about knowing right away, set this option to a
25962 higher value.
25963 That will save the server some processing time and may save you some of
25964 the time you spend waiting for new-mail checks to happen if you are
25965 dealing with a slow server or slow network connection.
25967 If you suspect that new-mail checking is causing slow downs for you,
25968 you may want to look into the options
25969 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25970 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25971 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25972 which refine when mail checking is done.
25974 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25975 there is a minimum time
25976 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25977 between new-mail checks.
25978 Because of this minimum you may notice that new mail does not
25979 appear promptly when you expect it.
25980 The reason for this is to protect the server from over-zealous opening and
25981 closing of the Mail Drop folder, since that is a costly operation.
25983 <UL>   
25984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25985 </UL><P>
25986 &lt;End of help on this topic&gt;
25987 </BODY>
25988 </HTML>
25989 ====== h_config_quell_checks_comp =====
25990 <HTML>
25991 <HEAD>
25992 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25993 </HEAD>
25994 <BODY>
25995 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25997 This option is closely related to the
25998 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25999 option, the
26000 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26001 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26003 If this option is set, then the normal new-mail checking that happens
26004 while you are composing will not happen for folders other than your
26005 INBOX (which depends on the setting
26006 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26008 You might want to set this option if you are experiencing delays while
26009 composing that you think might be related to the speed of the new-mail
26010 checks.
26012 Even with this option turned on, an occasional new-mail check may be done
26013 in order to keep the server from killing the connection to the folder.
26014 For example, IMAP servers may remove a connection to a folder if there
26015 has been no activity on the connection for 30 minutes or more.
26016 Instead of letting that happen, Alpine will check for new mail before the
26017 30 minutes is up even though you have turned on this feature to quell
26018 those checks.
26020 Besides new-mail checks, checkpoint operations on the folders
26021 will also be quelled when you set this option.
26022 The purpose of checkpointing is to write the changes to a folder out to
26023 disk periodically in order to avoid losing those changes when system or
26024 software problems occur.
26025 New-mail checking and checkpointing while you are not composing are not
26026 affected by this option.
26029 &lt;End of help on this topic&gt;
26030 </BODY>
26031 </HTML>
26032 ====== h_config_quell_checks_comp_inbox =====
26033 <HTML>
26034 <HEAD>
26035 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26036 </HEAD>
26037 <BODY>
26038 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26040 This option is closely related to the
26041 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26042 option, the
26043 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26044 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26046 If this option is set, then the normal new-mail checking that happens
26047 while you are composing will not happen for your INBOX.
26048 Checking of other folders is controlled in a similar way with the
26049 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26051 You might want to set this option if you are experiencing delays while
26052 composing that you think might be related to the speed of the new-mail
26053 checks.
26055 Even with this option turned on, an occasional new-mail check may be done
26056 in order to keep the server from killing the connection to the folder.
26057 For example, IMAP servers may remove a connection to a folder if there
26058 has been no activity on the connection for 30 minutes or more.
26059 Instead of letting that happen, Alpine will check for new mail before the
26060 30 minutes is up even though you have turned on this feature to quell
26061 those checks.
26063 Besides new-mail checks, checkpoint operations on the INBOX
26064 will also be quelled when you set this option.
26065 The purpose of checkpointing is to write the changes to a folder out to
26066 disk periodically in order to avoid losing those changes when system or
26067 software problems occur.
26068 New-mail checking and checkpointing while you are not composing are not
26069 affected by this option.
26071 &lt;End of help on this topic&gt;
26072 </BODY>
26073 </HTML>
26074 ====== h_config_maildropcheck =====
26075 <HTML>
26076 <HEADER>
26077 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26078 </HEADER>
26079 <BODY>
26080 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26082 New-mail checking for a
26083 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26084 mail checking for a regular folder.
26085 One of the differences is that the connection to the Mail Drop is not
26086 kept open and so the cost of checking
26087 (delay for you and additional load for the server) may be significant.
26088 Because of this additional cost we set a minimum time that
26089 must pass between checks.
26090 This minimum only applies to the automatic checking done by Alpine.
26091 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26092 at the end of a folder index, then the check is done right away.
26094 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26095 new-mail checks.
26096 You may want to set this minimum high in order to avoid experiencing some
26097 of the delays associated with the checks.
26098 Note that the time between checks is still controlled by the regular
26099 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26100 When Alpine is about to do an automatic check for new mail (because
26101 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26102 new-mail check
26103 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26104 the Mail Drop is checked for new mail as well.
26105 Therefore, it is only useful to set this option to a value that is higher
26106 than the <!--#echo var="VAR_mail-check-interval"-->.
26108 If this option is set to zero, automatic Mail Drop new-mail
26109 checking is disabled.
26110 There is a minimum value, normally 60 seconds.
26111 The default value is normally 60 seconds as well.
26112 This applies to the INBOX and to the currently open folder if that is
26113 different from the INBOX.
26116 <UL>   
26117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26118 </UL><P>
26119 &lt;End of help on this topic&gt;
26120 </BODY>
26121 </HTML>
26122 ====== h_config_nntprange =====
26123 <HTML>
26124 <HEADER>
26125 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26126 </HEADER>
26127 <BODY>
26128 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26130 This option applies only to newsgroups accessed using the NNTP protocol.
26131 It does not, for example,
26132 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26135 When you open a connection to a News server using the NNTP protocol, you
26136 normally have access to all of the articles in each newsgroup.
26137 If a server keeps a large backlog of messages it may speed performance
26138 some to restrict attention to only the newer messages in a group.
26139 This option allows you to set how many article numbers should be checked
26140 when opening a newsgroup.
26141 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26142 of messages you ever want to see.
26143 For example, if you only ever wanted to look at the last 500 messages in each
26144 newsgroup you could set this option to 500.
26145 In actuality, it isn't quite that.
26146 Instead, for performance reasons, it specifies the range of article
26147 numbers to be checked, beginning
26148 with the highest numbered article and going backwards from there.
26149 If there are messages that have been canceled or deleted
26150 their article numbers are still counted as part of the range.
26152 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26153 numbers
26154 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26156 to be considered when reading a newsgroup.
26157 The number of messages that show up in your index will be less than or equal
26158 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26161 The purpose of this option is simply to speed up access when reading news.
26162 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26163 numbers, and can avoid downloading any information about the ignored articles.
26164 There is a cost you pay for this speedup.
26165 That cost is that there is no way for you to see those ignored articles.
26166 The articles that come before the range you specify are invisible to you and
26167 to Alpine, as if they did not exist at all.
26168 There is no way to see those messages using, for example, an unexclude command
26169 or something similar.
26170 The only way to see those articles is to set this option high enough (or
26171 set it to zero) and then to reopen the newsgroup.
26174 If this option is set to 0 (which is also the default),
26175 then the range is unlimited.
26176 This option applies globally to all NNTP servers and to all newsgroups
26177 on those servers.
26178 There is no way to set different values for different newsgroups or servers.
26181 <UL>   
26182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26183 </UL><P>
26184 &lt;End of help on this topic&gt;
26185 </BODY>
26186 </HTML>
26187 ====== h_config_news_active =====
26188 <html>
26189 <header>
26190 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26191 </header>
26192 <body>
26193 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26195 This option tells Alpine where to look for the "active file" for newsgroups
26196 when accessing news locally, rather than via NNTP.  The default path is
26197 usually "/usr/lib/news/active".<p>
26198 <UL>   
26199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26200 </UL><P>
26201 &lt;End of help on this topic&gt;
26202 </body>
26203 </html>
26204 ====== h_config_news_spool =====
26205 <html>
26206 <header>
26207 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26208 </header>
26209 <body>
26210 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26212 This option tells Alpine where to look for the "news spool" for newsgroups
26213 when accessing news locally, rather than via NNTP.  The default path is
26214 usually "/var/spool/news".<p>
26215 <UL>   
26216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26217 </UL><P>
26218 &lt;End of help on this topic&gt;
26219 </body>
26220 </html>
26221 ====== h_config_image_viewer =====
26222 <html>
26223 <header>
26224 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26225 </header>
26226 <body>
26227 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26228 <body>
26229 This option specifies the program Alpine should call to view MIME
26230 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26231 no longer needed, but remains for backward compatibility.  The more
26232 general method for associating external printing and viewing programs with
26233 specific MIME data types is to use the system's (or your personal)
26234 "mailcap" configuration file.<p>
26235 <UL>   
26236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26237 </UL><P>
26238 &lt;End of help on this topic&gt;
26239 </body>
26240 </html>
26241 ====== h_config_domain_name =====
26242 <HTML>
26243 <HEAD>
26244 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26245 </HEAD>
26246 <BODY>
26247 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26249 This option is used only if the 
26250 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26251 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26252 strips the hostname from your return (&quot;From&quot;) address and when 
26253 completing unqualified addresses that you enter into the composer.
26255 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26256 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26259 <!--chtml if pinemode="os_windows"-->
26260 <P>This option is not applicable to PC-Alpine.
26261 <!--chtml else-->
26263 <!--chtml endif-->
26264 <UL>
26265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26266 </UL>
26268 &lt;End of help on this topic&gt;
26269 </BODY>
26270 </HTML>
26271 ====== h_config_prune_date =====
26272 <HTML>
26273 <HEAD>
26274 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26275 </HEAD>
26276 <BODY>
26277 <H1>OPTION: Last-Time-Prune Question</H1>
26279 This value records the last time you were asked about deleting old
26280 sent-mail.
26281 It is set automatically by Alpine at the beginning of each month.
26282 In the past, if you wished to suppress the monthly sent-mail
26283 pruning feature, you could set this to a date in the future.
26284 This value is relative to the year 1900, so 
26285 to set this, for example, to October 2005, use 105.10.
26287 You can still do that if you wish, or you can use the
26288 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26289 a little more convenient to use.
26291 <UL>   
26292 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26293 </UL><P>
26294 &lt;End of help on this topic&gt;
26295 </BODY>
26296 </HTML>
26297 ====== h_config_goto_default =====
26298 <HTML>
26299 <HEAD>
26300 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26301 </HEAD>
26302 <BODY>
26303 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26305 This value affects Alpine's behavior when you use the Goto command.
26306 Alpine's usual behavior has two parts.  If your current folder is
26307 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26308 default.  If the current folder is other than &quot;Inbox&quot;,
26309 &quot;Inbox&quot; is offered as the default.
26312 The available options include:
26314 <DL>
26316  <DT>folder-in-first-collection</DT>
26318  <DD> Alpine will offer the most recently visited folder in the default
26319 collection found in the &quot;Collection List&quot; screen as the default.
26320 </DD>
26322  <DT> inbox-or-folder-in-first-collection</DT>
26324  <DD> If the current folder is &quot;Inbox&quot;,
26325 Alpine will offer the most recently visited folder in the
26326 default collection found in the &quot;Collection List&quot; screen.
26327 If the current folder is other than &quot;Inbox&quot;,
26328 &quot;Inbox&quot; is offered as the default.
26329 </DD>
26331  <DT> inbox-or-folder-in-recent-collection</DT>
26333  <DD> This is Alpine's default behavior.
26334 If the current folder is &quot;Inbox&quot;,
26335 Alpine will offer the last open
26336 folder as the default.
26337 If the current folder is other than &quot;Inbox&quot;,
26338 &quot;Inbox&quot; is offered as the default.
26339 </DD>
26341  <DT> first-collection-with-inbox-default</DT>
26343  <DD> Instead of offering the most recently visited folder in the default
26344 collection, the default collection is offered but with &quot;Inbox&quot; as
26345 the default folder.
26346 If you type in a folder name it will be in the default collection.
26347 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26348 </DD>
26350  <DT> most-recent-folder</DT>
26352  <DD> The last accepted value simply causes the most recently opened
26353 folder to be offered as the default regardless of the currently opened
26354 folder.
26355 </DD>
26356 </DL>
26359 NOTE: The default while a newsgroup is open remains the same; the last
26360 open newsgroup.
26363 <UL>   
26364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26365 </UL><P>
26366 &lt;End of help on this topic&gt;
26367 </BODY>
26368 </HTML>
26369 ====== h_config_thread_lastreply_char =====
26370 <HTML>
26371 <HEAD>
26372 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26373 </HEAD>
26374 <BODY>
26375 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26377 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26378 INDEX display when using a
26379 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26380 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26381 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26382 The value of this option is a single character.
26383 This character is used instead of the vertical line character when there are
26384 no more replies directly to the parent of the current message.
26385 It can be used to &quot;round-off&quot; the bottom of the vertical line
26386 by setting it to a character such as a backslash (&#92;) or
26387 a backquote (&#96;).
26388 The default value of this option is the backslash character (&#92;).
26389 This option may not be set to the Empty Value.
26390 In that case, the default will be used instead.
26393 <UL>   
26394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26395 </UL><P>
26396 &lt;End of help on this topic&gt;
26397 </BODY>
26398 </HTML>
26399 ====== h_config_thread_indicator_char =====
26400 <HTML>
26401 <HEAD>
26402 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26403 </HEAD>
26404 <BODY>
26405 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26407 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26408 INDEX display when using a
26409 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26410 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26411 The value of this option is a single character.
26412 This character is used to indicate that part of a thread (a conversation) is
26413 hidden beneath a message.
26414 The message could be expanded
26415 if desired with the &quot;/&quot; Collapse/Expand command.
26416 By default, the value of this option is the greater than sign (&gt;).
26418 If this option is set to the Empty Value, then the column (and the following
26419 blank column) will be deleted from the display.
26422 This option is closely related to the
26423 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26424 Another similar option that affects the thread display is the
26425 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26428 <UL>   
26429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26430 </UL><P>
26431 &lt;End of help on this topic&gt;
26432 </BODY>
26433 </HTML>
26434 ====== h_config_thread_exp_char =====
26435 <HTML>
26436 <HEAD>
26437 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26438 </HEAD>
26439 <BODY>
26440 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26442 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26443 INDEX display when using a
26444 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26445 than &quot;none&quot;.
26446 The value of this option is a single character.
26447 This character is used to indicate that part of a thread has been expanded
26448 and could be collapsed if desired with
26449 the &quot;/&quot; Collapse/Expand command.
26450 By default, the value of this option is a dot (.).
26452 If this option is set to the Empty Value, then the column (and the following
26453 blank column) will be deleted from the display.
26456 This option is closely related to the
26457 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26458 Another similar option that affects the thread display is the
26459 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26462 <UL>   
26463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26464 </UL><P>
26465 &lt;End of help on this topic&gt;
26466 </BODY>
26467 </HTML>
26468 ====== h_config_thread_index_style =====
26469 <HTML>
26470 <HEAD>
26471 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26472 </HEAD>
26473 <BODY>
26474 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26476 When a folder is sorted by Threads or OrderedSubject,
26477 this option will affect the INDEX displays.
26480 The possible values for this option are:
26482 <DL>
26483 <DT>regular-index-with-expanded-threads</DT>
26484 <DD>This is the default display.
26485 If the configuration option
26486 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26487 is set to something other than &quot;none&quot;, then this setting
26488 will cause Alpine to start off with a MESSAGE INDEX with all of
26489 the threads expanded.
26490 That is, each message will have a line in the MESSAGE INDEX display.
26491 The Collapse/Expand command (/) may be used to manually collapse or
26492 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26494 This setting affects the display when the folder is first threaded.
26495 The collapsed state may also be re-initialized by re-sorting the folder manually
26496 using the SortIndex command ($).
26497 After re-sorting the threads will once again all be expanded, even if you
26498 have previously collapsed some of them.
26500 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26501 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26502 in a different order.
26503 </DD>
26505 <DT>regular-index-with-collapsed-threads</DT>
26506 <DD>If the configuration option
26507 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26508 is set to something other than &quot;none&quot;, then this setting
26509 will cause Alpine to start out with all of the threads collapsed instead of
26510 starting out with all of the threads expanded.
26511 The Collapse/Expand command (/) may be used to manually collapse or
26512 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26514 This setting affects the display when the folder is first threaded.
26515 The collapsed state may also be re-initialized by re-sorting the folder manually
26516 using the SortIndex command ($).
26517 After re-sorting the threads will once again all be collapsed, even if you
26518 have previously expanded some of them.
26519 </DD>
26521 <DT>separate-index-screen-always</DT>
26522 <DD>With this setting and the next, you will see an index of threads
26523 instead of an
26524 index of messages, provided you have sorted by Threads or OrderedSubject.
26526 The THREAD INDEX contains a '*' in the first column if any message in the thread
26527 is marked Important.
26528 If not, it contains a '+' if any message in the thread is to you.
26529 The second column is blank. The third column contains a 'D' if all of the
26530 messages in the thread are deleted.
26531 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26533 When you view a particular thread from the THREAD INDEX you will be
26534 in the MESSAGE INDEX display
26535 but the index will only contain messages from the thread you are viewing.
26536 </DD>
26538 <DT>separate-index-screen-except-for-single-messages</DT>
26539 <DD>This is very similar to the option above.
26540 When you are in the THREAD INDEX, one of the available commands
26541 is &quot;ViewThd&quot;.
26542 With the setting &quot;separate-index-screen-always&quot; (the option above)
26543 when you view a particular thread you will be in the
26544 MESSAGE INDEX display and the index will only contain messages from
26545 the thread you are viewing.
26546 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26547 will be an index with only one message in it.
26548 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26549 setting instead, then that index that contains a single message
26550 will be skipped and you will go directly from the THREAD INDEX into the
26551 MESSAGE TEXT screen.
26552 </DD>
26554 </DL>
26557 <UL>   
26558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26559 </UL><P>
26560 &lt;End of help on this topic&gt;
26561 </BODY>
26562 </HTML>
26563 ====== h_config_thread_disp_style =====
26564 <HTML>
26565 <HEAD>
26566 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26567 </HEAD>
26568 <BODY>
26569 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26571 When a folder is sorted by Threads or OrderedSubject,
26572 this option will affect the MESSAGE INDEX display.
26573 By default, Alpine will display the MESSAGE INDEX in the
26574 &quot;show-thread-structure&quot; style if a folder is sorted
26575 by Threads or OrderedSubject.
26578 The possible values for this option are:
26580 <DL>
26581 <DT>none</DT>
26582 <DD>Regular index display.
26583 The same index line as would be displayed without threading is used.
26584 The only difference will be in the order of the messages.
26585 </DD>
26587 <DT>show-thread-structure</DT>
26588 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26589 lines will be added to make it easier to see the relationships among
26590 the messages in a thread (a conversation).
26591 </DD>
26593 <DT>mutt-like</DT>
26594 <DD>This is the same as the option above except that the Subject
26595 is suppressed (is blank) if it matches the previous Subject in the thread.
26596 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26597 Here is an example of what a mutt-like index might look like.
26598 In this example, the first column represents the message number, the
26599 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26600 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26601 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26602 is set to a backslash:
26603 <PRE>
26604 &nbsp;&nbsp;&nbsp;1    Some topic
26605 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26606 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26607 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26608 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26609 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26610 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26611 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26612 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26613 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26614 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26615 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26616 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26617 &nbsp;&nbsp;&nbsp;14    Next topic
26618 </PRE>
26619 </DD>
26621 <DT>indent-subject-1</DT>
26622 <DD>Threaded Subjects will be indented one space per level of the conversation.
26623 The bars and lines that show up in the show-thread-structure display will
26624 not be there with this style.
26625 </DD>
26627 <DT>indent-subject-2</DT>
26628 <DD>Same as above but indent two spaces per level instead of one space.
26629 </DD>
26631 <DT>indent-from-1</DT>
26632 <DD>Similar to indent-subject-1, except that instead of indenting the
26633 Subject field one space the From field of a thread will be indented one
26634 space per level of the conversation.
26635 </DD>
26637 <DT>indent-from-2</DT>
26638 <DD>Same as above but indent two spaces per level instead of one space.
26639 </DD>
26641 <DT>show-structure-in-from</DT>
26642 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26643 and horizontal lines just like with the show-thread-structure option, but
26644 the From field is used to show the relationships instead of the Subject field. 
26645 </DD>
26647 </DL>
26650 <UL>   
26651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26652 </UL><P>
26653 &lt;End of help on this topic&gt;
26654 </BODY>
26655 </HTML>
26656 ====== h_config_pruning_rule =====
26657 <HTML>
26658 <HEAD>
26659 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26660 </HEAD>
26661 <BODY>
26662 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26664 By default, Alpine will ask at the beginning of each month whether or not
26665 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26666 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26667 change the format of the folder to sent-mail-yyyy-mm.)
26668 It will also ask whether you would like to delete old sent-mail folders.
26669 If you have defined
26670 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26672 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26673 Alpine will also ask about pruning those folders.
26676 With this option you may provide an automatic answer to these questions.
26677 The default value is to ask you what you'd like to do.
26680 The six possible values for this option are:
26682 <DL>
26683 <DT>ask about rename, ask about deleting</DT>
26684 <DD>This is the default.
26685 Alpine will ask whether you want to rename the folders and whether you
26686 want to delete each of the old folders.
26687 </DD>
26689 <DT>ask about rename, don't delete</DT>
26690 <DD>Alpine will ask whether you want to rename the folders, but won't
26691 ask about or delete old folders.
26692 </DD>
26694 <DT>always rename, ask about deleting</DT>
26695 <DD>This means you want to always answer yes and have Alpine automatically
26696 rename the folder if possible.
26697 You will also be asked about deleting old folders.
26698 </DD>
26700 <DT>always rename, don't delete</DT>
26701 <DD>This means you want to always answer yes and have Alpine automatically
26702 rename the folder if possible.
26703 There will be no deleting of old folders.
26704 </DD>
26706 <DT>don't rename, ask about deleting</DT>
26707 <DD>This means you want to always answer no.
26708 Alpine will not rename the folder.
26709 You will be asked about deleting old folders.
26710 </DD>
26712 <DT>don't rename, don't delete</DT>
26713 <DD>This means you want to always answer no.
26714 Alpine will not rename the folder.
26715 There will be no deleting of old folders, either.
26716 </DD>
26717 </DL>
26720 <UL>   
26721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26722 </UL><P>
26723 &lt;End of help on this topic&gt;
26724 </BODY>
26725 </HTML>
26726 ====== h_config_reopen_rule =====
26727 <HTML>
26728 <HEAD>
26729 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26730 </HEAD>
26731 <BODY>
26732 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26734 Alpine normally checks for new mail in the currently open folder
26735 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26738 There are some situations where automatic new-mail checking does not work.
26739 For example, if a mail folder is opened using the POP protocol or a newsgroup
26740 is being read using the NNTP protocol, then new-mail checking is disabled.
26743 It may be possible to check for new mail in these cases by reopening the
26744 folder.
26745 Alpine does not do this for you automatically, but you may do the commands
26746 manually to cause this to happen.
26747 You reopen by going back to the folder list screen from the message
26748 index screen with the &quot;&lt;&quot; command,
26749 and then going back into the message index screen with
26750 the &quot;&gt;&quot; command.
26751 (Actually, any method you would normally use to open a folder will work the
26752 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26753 For example, the GoTo Folder command will work, or you may use L to go to the
26754 Folder List screen and Carriage Return to reopen the folder.)
26757 There are some cases where Alpine knows that reopening the folder should
26758 be useful as a way to discover new mail.
26759 At the time of this writing, connections made using the POP protocol,
26760 news reading using the NNTP protocol, local news reading, and local
26761 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26762 fall into this category.
26763 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26764 has no way of knowing, so it might also just be an exercise in futility.
26765 All remote, ReadOnly folders other than those listed just above fall into this
26766 category.
26767 The setting of this option together with the type of folder
26768 controls how Alpine will react to the apparent attempt to reopen a folder.
26771 If you don't reopen, then you will just be back in
26772 the message index with no change.
26773 You left the index and came back, but the folder remained &quot;open&quot;
26774 the whole time.
26775 However, if you do reopen the folder, the folder is closed and then reopened.
26776 In this case, the current state of the open folder is lost.
26777 The New status, Important and Answered flags,
26778 selected state, Zoom state, collapsed or expanded state of threads,
26779 current message number,
26780 and any other temporary state is all lost when the reopen happens.
26781 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26784 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26785 several places.
26786 That really implies the case where Alpine knows it is a good way to discover
26787 new mail, which is more than just POP and NNTP, but POP and NNTP are
26788 the cases of most interest.
26789 This option probably has more possible values than it deserves. They are:
26791 <DL>
26792 <DT>Always reopen</DT>
26793 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26794 whenever you type a command that implies a reopen, regardless of the
26795 access method.
26796 In other words, it is assumed you would always answer Yes if asked
26797 about reopening.
26798 </DD>
26800 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26801 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26802 will ask you whether to reopen other remote folders,
26803 with a default answer of Yes.
26804 </DD>
26806 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26807 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26808 will ask you whether to reopen other remote folders,
26809 with a default answer of No.
26810 </DD>
26812 <DT>Yes for POP/NNTP, No for other remote</DT>
26813 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26814 will assume a No answer for all other remote folders.
26815 </DD>
26817 <DT>Always ask [Yes]</DT>
26818 <DD>Alpine will not differentiate based on access method.
26819 It will always ask for all remote folders, with a default answer of Yes.
26820 </DD>
26822 <DT>Always ask [No]</DT>
26823 <DD>Alpine will not differentiate based on access method.
26824 It will always ask for all remote folders, with a default answer of No.
26825 </DD>
26827 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26828 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26829 of Yes.
26830 It will never attempt to reopen other remote folders.
26831 </DD>
26833 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26834 <DD>This is the default.
26835 Alpine will ask if the access method is POP or NNTP, with a default answer
26836 of No.
26837 It will never attempt to reopen other remote folders.
26838 </DD>
26840 <DT>Never reopen</DT>
26841 <DD>Alpine will never attempt to reopen already open folders.
26842 </DD>
26843 </DL>
26846 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26847 any of the other situations where it is likely that reopening is a good way
26848 to discover new mail.
26851 There is an alternative that may be of useful in some situations.
26852 Instead of manually checking for new mail you can set up a
26853 <A HREF="h_maildrop">Mail Drop</A>
26854 and automatically check for new mail.
26857 <UL>   
26858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26859 </UL><P>
26860 &lt;End of help on this topic&gt;
26861 </BODY>
26862 </HTML>
26863 ====== h_config_inc_startup =====
26864 <HTML>
26865 <HEAD>
26866 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26867 </HEAD>
26868 <BODY>
26869 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26871 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26872 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26873 It determines which message will be the <EM>current message</EM> when
26874 the folder is first opened.
26875 The default value is &quot;first-unseen&quot;.
26878 The seven possible values for this option are:
26880 <DL>
26881 <DT>first-unseen</DT>
26882 <DD>The current message is set to the first
26883 unseen message that has not been marked deleted, or the last message if
26884 all of the messages have been seen previously.
26885 Messages which have not been seen or which have been seen but re-marked
26886 as New are considered unseen messages.
26887 See the note at the bottom of this help about newsgroups.
26888 </DD>
26890 <DT>first-recent</DT>
26891 <DD>Similar to the default, but rather than starting on the first
26892 unseen message Alpine starts on the first <EM>recent</EM> message.
26893 A message is recent if it arrived since the last time the folder was
26894 open.  This value causes the current message to be set to the first
26895 recent message if there is one, otherwise to the last
26896 message in the folder.
26897 </DD>
26899 <DT>first-important</DT>
26900 <DD>This will result in the current message being set to the first
26901 message marked Important (but not Deleted).
26902 If no messages are marked Important, then it will be the last message.
26903 Messages are marked Important by <EM>you</EM>, not by the sender, using
26905 <A HREF="h_common_flag">Flag command</A>.
26906 Or they may be marked Important by an Alpine
26907 <A HREF="h_mainhelp_filtering">Filter</A>
26908 that you have set up.
26909 </DD>
26911 <DT>first-important-or-unseen</DT>
26912 <DD>This selects the first of the first unseen and the first important
26913 messages.
26914 </DD>
26916 <DT>first-important-or-recent</DT>
26917 <DD>This selects the first of the first recent and the first important
26918 messages.
26919 </DD>
26921 <DT>first</DT>
26922 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26923 If all messages are deleted you start on the last message.
26924 </DD>
26926 <DT>last</DT>
26927 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26928 If all messages are deleted you start on the last message.
26929 </DD>
26930 </DL>
26933 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26934 &quot;first-recent&quot; are the same and are affected by whether or not the
26935 feature 
26936 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26937 is turned on. 
26938 Also, there is no permanent storage in news for an Important flag.
26939 This means that no messages will be marked Important when a newsgroup is
26940 first opened.
26943 <UL>   
26944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26945 </UL><P>
26946 &lt;End of help on this topic&gt;
26947 </BODY>
26948 </HTML>
26949 ====== h_config_browser =====
26950 <HTML>
26951 <HEAD>
26952 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26953 </HEAD>
26954 <BODY>
26955 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26956 <!--chtml if pinemode="os_windows"-->
26957 PC-Alpine users do not need to enter anything here, unless:<UL>
26958 <LI> they want to override, for use with Alpine, the application defined
26959 in the Windows operating system for handling URLs; or
26960 <LI> they are (planning on) using the same configuration file with 
26961 Unix Alpine.
26962 </UL>
26964 Note that if using a viewer that has a space in its path, you should
26965 use the DOS name for that directory or file. Example:
26966 <PRE>
26967 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26968 </PRE>
26969 <HR><P>
26970 <!--chtml endif-->
26971 This option affects Alpine's handling of URLs that are found in 
26972 messages you read.  Normally, only URLs Alpine can handle directly
26973 are automatically offered for selection in the &quot;Message
26974 Text&quot; screen.  When one or more applications
26975 capable of deciphering URLs on their command line are added here, Alpine
26976 will choose the first available to display URLs it cannot handle directly.
26977 A viewer's availability is based on its being specified with a <B>full
26978 directory path</B> and the evaluation of any optionally supplied
26979 parameters described below.
26982 Additionally, to support various connection methods and applications, each
26983 entry in this list can optionally begin with one or more of
26984 the following special tokens.  The allowed tokens include:
26987 <DL>
26988 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26989 <DD>
26990 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26991 evaluate a viewer's availability.  The command specified by the test
26992 string is run and if its resulting exit status is non-zero, Alpine will
26993 not consider the associated viewer for use.
26994 </DD>
26996 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26997 <DD>
26998 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26999 URL schemes that are to be used with the associated viewer.  This is
27000 the way to configure Alpine to recognize URLs other than the built-in set.
27002 It can also be used to override Alpine's built-in handlers.
27003 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27004 and Alpine would use (provided it passed all other criteria) the associated
27005 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27007 </DD>
27008 </DL>
27011 By default, Alpine will simply append a space character followed by the
27012 selected URL prior to launching the command in your specified SHELL.  You can
27013 optionally specify where in the command the selected URL should appear
27014 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27015 will be replaced with the selected URL before the command is handed
27016 to the shell.  If such replacement occurs, the default appending of the
27017 selected URL does not take place.
27020 NOTE: If the viewer you specify has any command-line arguments,
27021 including the &quot;_URL_&quot; token, you will need to add a
27022 double-quote character before the command path and after the last
27023 argument (see the &quot;lynx&quot; example below).
27026 So, here are some example entries:
27027 <PRE>
27028 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27029               &quot;/usr/local/bin/lynx _URL_&quot;
27030               C:&#92;BIN&#92;NETSCAPE.BAT
27031 </PRE>
27033 This example shows that for the first viewer in the list to be used
27034 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27035 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27036 If neither condition is met,
27037 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27038 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27039 If the path to &quot;lynx&quot; is invalid,
27040 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27041 Note that the last
27042 entry is a DOS/Windows path.  This is one way to support Alpine running
27043 on more than one architecture with the same configuration file.<P>
27045 <!--chtml if pinemode="os_windows"-->
27046 <!--chtml else-->
27047 Note that depending on the type of browser used and the method of 
27048 its invocation (such as whether it will open in a separate window) from
27049 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27050 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27051 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27052 In other words, launching the browser from Alpine may make Alpine 
27053 &quot;disappear&quot; (although it is still &quot;running&quot;)
27054 until you close the browser again.<P>  
27055 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27056 environment: for advanced users and  systems administrators</A>
27057 </UL>
27058 <!--chtml endif-->
27059 <P>If you are unsure what browsers are available on your system or how to 
27060 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27061 local computing support staff.
27062 <P><UL>
27063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27064 </UL>
27066 &lt;End of help on this topic&gt;
27067 </BODY>
27068 </HTML>
27069 ====== h_config_browser_xterm =====
27070 <HTML>
27071 <HEAD>
27072 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27073 </HEAD>
27074 <BODY>
27075 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27076 environment: for advanced users and  systems administrators</H1>
27077 If you are using Alpine with an X-terminal (emulator) and want to define an 
27078 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27079 you may want to do so in a manner that causes any <B>already</B> 
27080 invoked viewer application to be used for viewing URLs you select from Alpine 
27081 messages, and a <B>new</B> URL-viewer process to be 
27082 started <B>only</B> if the same application has <B>not already</B> 
27083 been launched -- for one reason, to avoid file-locking contentions among 
27084 multiple invocations of the same URL-viewer application.  
27085 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27086 option does not do this.)  A method of doing that would be:<OL>
27087 <LI> use 
27088 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27089 check (using commands appropriate for your Unix shell
27090 in place of <VAR>test-string</VAR>) for the presence of a 
27091 lockfile created by the URL-viewer application -- which implies that the 
27092 application is already running, though this is not foolproof. 
27093 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27094 application with its appropriate command line option(s) to 
27095 show the URL selected from the Alpine message in an already open window of 
27096 that application, or perhaps in a new window of that application.  
27098 <LI> In the 
27099 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27100 application without those command line options, but this time using the 
27101 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27102 is defined.
27103 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27104 windows environment (for instance, using VT-100 terminal emulation), you 
27105 may wish to specify a non-X windows URL-viewer application such as Lynx
27106 as the last entry.
27107 </OL><BR>
27108 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27109 the command shell, the URL-viewer application(s), and possibly the specific 
27110 version of the latter, you are using.  
27112 Relevant command 
27113 line options for the Netscape browser for showing URLs (selected from Alpine) 
27114 when Netscape is already running are discussed in the document
27115 &quot;Remote Control of UNIX Netscape&quot; 
27116 found at the URL (as of 12 Aug. 1998):
27119 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27121 <P>(If the URL-viewer application is 
27122 <B>not</B> running on the same host as Alpine, but being launched from an 
27123 applications server, you may not be able to use the command line options for 
27124 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27126 <!--chtml if this-method="shown-to-work"-->
27127 An example using the Korn shell and the Netscape browser (first entry wrapped 
27128 because of its length, but should all appear on one line):
27130 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27132 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27133               &quot;/usr/local/bin/lynx '_URL_'&quot;
27135 <!--chtml endif-->
27137 <UL>   
27138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27139 </UL><P>
27140 &lt;End of help on this topic&gt;
27141 </BODY>
27142 </HTML>
27143 ====== h_config_enable_full_hdr =====
27144 <HTML>
27145 <HEAD>
27146 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27147 </HEAD>
27148 <BODY>
27149 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27151 This feature enables the &quot;H Full Headers&quot; command which toggles between
27152 the display of all headers in the message and the normal edited view of
27153 headers.  The Full Header command also controls which headers are included
27154 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27155 Full Header mode will respect the
27156 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27157 feature setting.)
27159 If Full Header mode is turned on and you Forward a message, you will
27160 be asked if you'd like to forward the message as an attachment, as opposed
27161 to including the text of the message in the body of your new message.
27163 If you have also turned on the
27164 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27165 option then the Full Headers command actually rotates through three states
27166 instead of just two.
27167 The first is the normal view with long quotes suppressed.
27168 The second is the normal view but with the long quotes included.
27169 The last enables the display of all headers in the message.
27170 When using Export, Pipe, Print, Forward, or Reply the quotes are
27171 never suppressed, so the first two states are identical.
27173 Normally, the Header Mode will reset
27174 to the default behavior when moving to a new message.
27175 The mode can be made to persist from message to message by setting the feature
27176 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27178 <UL>   
27179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27180 </UL><P>
27181 &lt;End of help on this topic&gt;
27182 </BODY>
27183 </HTML>
27184 ====== h_config_enable_full_hdr_and_text =====
27185 <HTML>
27186 <HEAD>
27187 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27188 </HEAD>
27189 <BODY>
27190 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27192 This feature affects how the &quot;H Full Headers&quot; command displays
27193 message text.  If set, the raw message text will be displayed.  This
27194 especially affects MIME formatted email, where the entire MIME format
27195 will be displayed.  This feature similarly affects how messages are
27196 included for the Export, Pipe, Print, Forward, and Reply functions.
27198 When viewing a raw message that has attachments with this feature set,
27199 you will not be able to view attachments without first leaving full 
27200 headers mode.  This is because MIME parsing is not done on the raw message.
27202 <UL>   
27203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27204 </UL><P>
27205 &lt;End of help on this topic&gt;
27206 </BODY>
27207 </HTML>
27208 ====== h_config_enable_pipe =====
27209 <HTML>
27210 <HEAD>
27211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27212 </HEAD>
27213 <BODY>
27214 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27216 This feature enables the "| Pipe" command that sends the current message
27217 to the specified command for external processing.
27220 A short description of how the pipe command works is given
27221 <A HREF="h_pipe_command">here</A>.
27224 <UL>   
27225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27226 </UL><P>
27227 &lt;End of help on this topic&gt;
27228 </BODY>
27229 </HTML>
27230 ====== h_config_quell_full_hdr_reset =====
27231 <HTML>
27232 <HEAD>
27233 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27234 </HEAD>
27235 <BODY>
27236 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27238 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27239 normally resets to the default state when switching to a new message.
27240 For example, if you've used the &quot;H&quot; command to turn on Full
27241 Headers for a message you are viewing, and then you type the Next command
27242 to look at the next message, the full headers will no longer be shown.
27243 Setting this feature disables that reset.
27244 Instead, the Header Mode remains the same from message to message.
27247 The presence or absence of the HdrMode command is determined by the
27248 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27249 Feature-List option.
27251 <UL>   
27252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27253 </UL><P>
27254 &lt;End of help on this topic&gt;
27255 </BODY>
27256 </HTML>
27257 ====== h_config_enable_tab_complete =====
27258 <HTML>
27259 <HEAD>
27260 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27261 </HEAD>
27262 <BODY>
27263 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27265 This feature enables the TAB key when at a prompt for a filename. In this
27266 case, TAB will cause the partial name already entered to be automatically
27267 completed, provided the partial name is unambiguous.
27268 This feature is on by default.
27270 Similarly, this feature also enables TAB completion of address book
27271 nicknames when at a prompt for a nickname,
27272 or when typing in an address field in the composer.
27274 &lt;End of help on this topic&gt;
27275 </BODY>
27276 </HTML>
27277 ====== h_config_quit_wo_confirm =====
27278 <HTML>
27279 <HEAD>
27280 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27281 </HEAD>
27282 <BODY>
27283 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27285 This feature controls whether or not Alpine will ask for confirmation when a
27286 Quit command is received.
27288 &lt;End of help on this topic&gt;
27289 </BODY>
27290 </HTML>
27291 ====== h_config_quote_replace_noflow =====
27292 <HTML>
27293 <HEAD>
27294 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27295 </HEAD>
27296 <BODY>
27297 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27299 This feature, which is only active when
27300 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27301 also set,
27302 enables quote-replacement on non-flowed messages.  It is off
27303 by default because a non-flowed message is more dependent on its format,
27304 and thus quote-replacement may cause less-than-pleasing results.
27305 Setting this feature will cause quote-replacement similar to that of flowed
27306 messages, but with the added possibility of long lines being wrapped
27307 into new lines if the Quote-Replacement-String is longer than the string
27308 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27310 &lt;End of help on this topic&gt;
27311 </BODY>
27312 </HTML>
27313 ====== h_config_enable_jump =====
27314 <HTML>
27315 <HEAD>
27316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27317 </HEAD>
27318 <BODY>
27319 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27321 When this feature is set you may enter a number (followed by RETURN)
27322 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27323 screens.  In other words, it obviates the need for typing the "J" for the
27324 Jump command.
27326 &lt;End of help on this topic&gt;
27327 </BODY>
27328 </HTML>
27329 ====== h_config_enable_alt_ed =====
27330 <HTML>
27331 <HEAD>
27332 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27333 </HEAD>
27334 <BODY>
27335 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27337 If this feature is set (the default), and the 
27338 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27339 <B>is not</B> set, entering
27340 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27341 for the name of the editor you would like to use.
27343 If the environment variable $EDITOR is set, its value will be offered as
27344 a default.
27346 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27347 <B>is</B> set, the ^_ key will activate the specified
27348 editor without prompting, in which case it is not necessary to
27349 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27351 <UL>   
27352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27353 </UL><P>
27354 &lt;End of help on this topic&gt;
27355 </BODY>
27356 </HTML>
27357 ====== h_config_alt_ed_now =====
27358 <HTML>
27359 <HEAD>
27360 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27361 </HEAD>
27362 <BODY>
27363 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27365 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27366 variable are both set, Alpine will
27367 automatically activate the specified editor when the cursor is moved from
27368 the header of the message being composed into the message text.  For
27369 replies, the alternate editor will be activated immediately.  If this
27370 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27371 automatically ask for the name of an alternate editor when the cursor
27372 is moved out of the header being composed, or if a reply is being done.
27374 <P><UL>
27375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27376 </UL>
27378 &lt;End of help on this topic&gt;
27379 </BODY>
27380 </HTML>
27381 ====== h_config_enable_bounce =====
27382 <HTML>
27383 <HEAD>
27384 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27385 </HEAD>
27386 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27387 <BODY>
27389 Setting this feature enables the "B Bounce" command, which will prompt
27390 for an address and *remail* the message to the new recipient.  This command
27391 is used to re-direct messages that you have received in error, or need to
27392 be redirected for some other reason (e.g. list moderation).  The final
27393 recipient will see a header indicating that you have Resent the msg, but
27394 the message's From: header will show the original author of the message,
27395 and replies to it will go back to that author, and not to you.
27397 &lt;End of help on this topic&gt;
27398 </BODY>
27399 </HTML>
27400 ====== h_config_enable_agg_ops =====
27401 <HTML>
27402 <HEAD>
27403 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27404 </HEAD>
27405 <BODY>
27406 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27408 When this feature is set you may use the commands and subcommands that relate to
27409 performing operations on more than one message at a time.  We call these
27410 &quot;aggregate operations&quot;.  In particular, the 
27411 <!--chtml if pinemode="function_key"-->&quot;F5
27412 <!--chtml else-->&quot;;
27413 <!--chtml endif--> Select&quot;, 
27415 <!--chtml if pinemode="function_key"-->
27416 &quot;F6
27417 <!--chtml else-->
27418 &quot;A 
27419 <!--chtml endif-->
27420 Apply&quot;, and 
27421 <!--chtml if pinemode="function_key"-->
27422 &quot;F4
27423 <!--chtml else-->
27424 &quot;Z 
27425 <!--chtml endif-->
27426 Zoom&quot; commands are enabled by this feature.  Select is used to
27427 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27428 then be used to apply any message command to all of the selected/tagged
27429 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27430 view between just those Selected and all messages in the folder.
27432 This feature also enables the 
27433 <!--chtml if pinemode="function_key"-->
27434 &quot;F7&quot; 
27435 <!--chtml else-->
27436 &quot;^X&quot; 
27437 <!--chtml endif-->
27439 subcommand in the MESSAGE INDEX 
27440 WhereIs command that causes all messages matching the WhereIs argument to 
27441 become selected; and the Select, Select Current, and ZoomMode commands in the
27442 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27444 Some related help topics are
27445 <UL>
27446 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27447 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27448 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27449 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27450 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27451 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27452 </UL>
27454 <UL>   
27455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27456 </UL><P>
27457 &lt;End of help on this topic&gt;
27458 </BODY>
27459 </HTML>
27461 ====== h_config_enable_flag =====
27462 <HTML>
27463 <HEAD>
27464 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27465 </HEAD>
27466 <BODY>
27467 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27469 Setting this feature enables the
27470 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27471 command that allows you to
27472 manipulate the status flags associated with a message.  By default, Flag
27473 will set the "Important" flag, which results in an asterisk being
27474 displayed in column one of the MESSAGE INDEX for such messages.
27476 &lt;End of help on this topic&gt;
27477 </BODY>
27478 </HTML>
27479 ====== h_config_flag_screen_default =====
27480 <HTML>
27481 <HEAD>
27482 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27483 </HEAD>
27484 <BODY>
27485 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27487 The feature modifies the behavior of the
27488 <a href="h_common_flag">Flag</a>
27489 command (provided it too is
27490 <A HREF="h_config_enable_flag">enabled</A>).
27491 By default, when the "* Flag" command is selected,
27492 Alpine offers a prompt to set one of several flags and also offers the
27493 option of entering the detailed flag manipulation screen via the "^T"
27494 key. Enabling this feature causes Alpine to immediately enter the detailed
27495 flag screen rather than first offer the simple prompt.
27497 <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.
27499 &lt;End of help on this topic&gt;
27500 </BODY>
27501 </HTML>
27502 ====== h_config_flag_screen_kw_shortcut =====
27503 <HTML>
27504 <HEAD>
27505 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27506 </HEAD>
27507 <BODY>
27508 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27510 This feature modifies the behavior of the
27511 <a href="h_common_flag">Flag</a> command
27512 and the <A HREF="h_index_cmd_select">Select</A> command.
27513 This feature is set by default.
27514 When this feature is not set, when the "* Flag" command is selected,
27515 Alpine offers a prompt to set one of several flags and also offers the
27516 option of entering the detailed flag manipulation screen via the "^T"
27517 key.
27518 If you have
27519 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27520 defined, then enabling this feature adds a shortcut way to set or unset
27521 keywords.
27522 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27523 a keyword if you've given it a nickname) and that will set the keyword.
27525 An example is easier to understand than the explanation.
27526 The flag command can always be used to set the system flags.
27527 For example, to set the Answered flag you would type
27529 <CENTER><SAMP>* A</SAMP></CENTER>
27531 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27532 option in the Config screen.
27533 By default, to set a keyword like &quot;Work&quot; you would usually
27534 have to go to the Flag Details screen using
27535 the &quot;^T To Flag Details&quot; command.
27536 Instead, if you have enabled this feature, you may type
27538 <CENTER><SAMP>* W</SAMP></CENTER>
27540 to set the Work flag, or
27542 <CENTER><SAMP>* ! W</SAMP></CENTER>
27544 to unset it.
27545 Just like for the other flag setting commands, the case of the letter does
27546 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27547 keyword.
27549 Notice that you can only use this trick for one keyword that begins
27550 with &quot;W&quot;.
27551 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27552 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27553 your list of keywords.
27554 Also, there are five letters that are reserved for system
27555 flags and the NOT command.
27556 If you type &quot;* A&quot; it will always set the Answered flag, not
27557 your &quot;Aardvark&quot; keyword.
27558 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27559 the Flag Details screen.
27561 Because enabling the
27562 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27563 option causes Alpine to skip directly to the Flag Details screen when the
27564 Flag command is used, 
27565 setting it will cause this feature to have no effect at all.
27567 Similarly, when Selecting by Keyword, setting this option will allow you
27568 to use Keyword initials instead of full keywords.
27570 &lt;End of help on this topic&gt;
27571 </BODY>
27572 </HTML>
27573 ====== h_config_can_suspend =====
27574 <HTML>
27575 <HEAD>
27576 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27577 </HEAD>
27578 <BODY>
27579 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27581 Setting this feature will allow you to type ^Z (Control Z) to 
27582 <!--chtml if pinemode="os_windows"-->
27583 minimize Alpine into its icon, bringing into focus whatever
27584 application is running behind the PC-Alpine window.
27585 <!--chtml else-->
27586 temporarily suspend Alpine.
27589 This does not exit Alpine, but puts it in the background to watch
27590 for new mail and such.  Normally, you type a command, such
27591 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27594 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27595 adjusts whether Alpine is placed into the background of the shell its 
27596 running in or starts a news shell.
27597 <!--chtml endif-->
27600 <UL>   
27601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27602 </UL><P>
27603 &lt;End of help on this topic&gt;
27604 </BODY>
27605 </HTML>
27606 ====== h_config_take_lastfirst ======
27607 <HTML>
27608 <HEAD>
27609 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27610 </HEAD>
27611 <BODY>
27612 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27614 Normally, when TakeAddr is used to copy an address from a message into
27615 an address book entry, Alpine will attempt to rewrite the full name of the
27616 address in the form
27619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27621 instead of<P>
27623 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27626 It does this because many people find it useful to sort by Last name
27627 instead of First name.  If this feature is set, then the TakeAddr command
27628 will not attempt to reverse the name in this manner.
27630 &lt;End of help on this topic&gt;
27631 </BODY></HTML>
27632 ====== h_config_disable_regex ======
27633 <HTML>
27634 <HEAD>
27635 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27636 </HEAD>
27637 <BODY>
27638 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27640 Normally, the
27641 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27642 option is interpreted as a regular expression.
27643 One type of address that might cause trouble is an address that
27644 contains a plus sign.
27645 If you want to have an address with a plus as one of your
27646 <!--#echo var="VAR_alt-addresses"-->
27647 and you don't want to use regular expressions, then setting this
27648 feature will cause Alpine to treat the addresses you list literally instead.
27650 &lt;End of help on this topic&gt;
27651 </BODY></HTML>
27652 ====== h_config_take_fullname ======
27653 <HTML>
27654 <HEAD>
27655 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27656 </HEAD>
27657 <BODY>
27658 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27660 Normally, when TakeAddr is used to copy an address or addresses
27661 from a message into an address book entry, Alpine will try to preserve
27662 the full name associated with each address in the list of addresses.
27663 The reason for this is so that if the entry is a list or later becomes a
27664 list, then information about the individual addresses in the list
27665 is preserved.
27666 If you would rather just have the simple addresses in the list of addresses,
27667 set this feature. For example, with the default setting you might
27668 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27670 <PRE>
27671  Nickname  : nick
27672  Fullname  : Bedrock Elders
27673  Fcc       :
27674  Comment   :
27675  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27676              Barney Rubble &lt;rubble@bedrock.org&gt;
27677 </PRE>
27679 but with this feature set it would look like
27681 <PRE>
27682  Nickname  : nick
27683  Fullname  : Bedrock Elders
27684  Fcc       :
27685  Comment   :
27686  Addresses : flint@bedrock.org,
27687              rubble@bedrock.org
27688 </PRE>
27690 instead. Note the difference in the Addresses field.
27692 &lt;End of help on this topic&gt;
27693 </BODY></HTML>
27694 ====== h_config_print_from ======
27695 <HTML>
27696 <HEAD>
27697 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27698 </HEAD>
27699 <BODY>
27700 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27702 If this feature is set, then the Berkeley-mail style From line is included
27703 at the start of each message that is printed.  This line looks something
27704 like the following, with the address replaced by the address from the
27705 From line of the message being printed:
27707 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27708 14:11:06 1998
27710 &lt;End of help on this topic&gt;
27711 </BODY>
27712 </HTML>
27713 ====== h_config_expanded_distlists ======
27714 <HTML>
27715 <HEAD>
27716 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27717 </HEAD>
27718 <BODY>
27719 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27720 If this feature is set, then distribution lists in the address book
27721 screen will always be expanded automatically.
27723 &lt;End of help on this topic&gt;
27724 </BODY>
27725 </HTML>
27726 ====== h_config_compose_news_wo_conf ======
27727 <HTML>
27728 <HEAD>
27729 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27730 </HEAD>
27731 <BODY>
27732 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27733 This feature controls one aspect of Alpine's Composer.  If you enter the
27734 composer while reading a newsgroup, you will normally be prompted to
27735 determine whether you intend the new message to be posted to the current
27736 newsgroup or not.  If this feature is set, Alpine will not prompt you
27737 in this situation, and will assume that you do indeed wish to post
27738 to the newsgroup you are reading.
27740 &lt;End of help on this topic&gt;
27741 </BODY>
27742 </HTML>
27743 ====== h_config_compose_rejects_unqual ======
27744 <HTML>
27745 <HEAD>
27746 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27747 </HEAD>
27748 <BODY>
27749 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27751 This feature controls one aspect of the message composer; in particular,
27752 what happens when an unqualified name is entered into an address header.
27753 If set, unqualified names entered as addresses will be treated as errors
27754 unless they match an addressbook nickname.  Alpine will not attempt to turn
27755 them into complete addresses by adding your local domain.<P>
27757 A complete (fully qualified) address is one containing a username followed
27758 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27759 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27760 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27762 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27766 When you enter a fully qualified address, Alpine does not interpret or
27767 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27768 your system.  Alpine conforms to the Internet standards governing message
27769 headers and will not send an unqualifed name to the MTA.  Therefore, when
27770 you enter an unqualified name, Alpine will normally attempt to turn it into
27771 a fully qualified address, first by checking to see if you have entered a
27772 matching nickname in your addressbook, or failing that, by simply adding
27773 your own domain to the name entered.  So if your address is
27774 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27775 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27776 that into &quot;fred@example.com&quot;.<P>
27778 There are situations where it is not desirable for Alpine to interpret such
27779 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27780 turned out to be a typo (intended to be an addressbook nickname), but
27781 there actually was a &quot;fred&quot; in your local domain, the message might 
27782 be mis-delivered without your realizing it.  In order to reduce the likelihood
27783 of such accidents, setting this feature will cause Alpine to treat such
27784 addresses as errors, and require that you explicitly enter the full local
27785 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27786 matches an address book nickname.<P>
27788 Consider this a safety feature against mis-directed mail.
27790 <UL>   
27791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27792 </UL><P>
27793 &lt;End of help on this topic&gt;
27794 </BODY>
27795 </HTML>
27796 ====== h_config_quell_local_lookup ======
27797 <HTML>
27798 <HEAD>
27799 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27800 </HEAD>
27801 <BODY>
27802 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27804 This feature controls an aspect of Alpine's Composer, and if needed, will
27805 usually be set by your system manager in Alpine's system-wide configuration
27806 file. Specifically, if this feature is set, Alpine will not attempt to look
27807 in the system password file to find a Full Name for the entered address.
27809 Normally, names you enter into address fields (e.g. To: or Cc:) are
27810 checked against your address book(s) to see if they match an address book
27811 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27812 the Unix password file.  If the entered name matches a username in the
27813 system password file, Alpine extracts the corresponding Full Name information
27814 for that individual, and adds that to the address being entered.
27816 However, password file matching can have surprising (incorrect) results if
27817 other users of the system do not receive mail at the domain you are using.
27818 That is, if either the 
27819 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27820 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27821 option
27822 is set such that the administrative domain of other users on the system
27823 isn't accurately reflected, Alpine should be told that a passwd file match
27824 is coincidental, and Full Name info will be incorrect.  For example, a
27825 personal name from the password file could get falsely paired with the
27826 entered name as it is turned into an address in the configured domain.
27828 If you are seeing this behavior, enabling this feature will prevent Unix
27829 Alpine from looking up names in the password file to find the Full Name
27830 for incomplete addresses you enter.<P>
27831 <UL>
27832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27833 </UL>
27835 &lt;End of help on this topic&gt;
27836 </BODY>
27837 </HTML>
27838 ====== h_config_tab_checks_recent ======
27839 <HTML>
27840 <HEAD>
27841 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27842 </HEAD>
27843 <BODY>
27844 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27846 In a FOLDER LIST screen, the TAB key usually just changes which
27847 folder is highlighted.
27848 If this feature is set, then the TAB key will cause the number of
27849 recent messages and the total number of messages in the highlighted folder
27850 to be displayed instead.
27853 &lt;End of help on this topic&gt;
27854 </BODY>
27855 </HTML>
27856 ====== h_config_maildrops_preserve_state ======
27857 <HTML>
27858 <HEAD>
27859 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27860 </HEAD>
27861 <BODY>
27862 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27864 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27865 Normally, when mail is moved from a Mail Drop folder to a destination
27866 folder, it is delivered as new mail.
27867 Any Seen/New, Answered, Important/Flagged state that has changed will be
27868 ignored.
27869 All of the mail will be considered unSeen, unAnswered, and unImportant after
27870 it is moved.
27872 If this feature is set, then the state changes that have been made
27873 to the messages in the Mail Drop folder will be preserved.
27875 In any case, messages that are already marked Deleted when the
27876 mail is to be moved from the Mail Drop will be ignored.
27878 &lt;End of help on this topic&gt;
27879 </BODY>
27880 </HTML>
27881 ====== h_config_preopen_stayopens ======
27882 <HTML>
27883 <HEAD>
27884 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27885 </HEAD>
27886 <BODY>
27887 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27889 This feature is related to the option
27890 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27891 Normally, Stay Open folders are only opened on demand, when the user
27892 asks to open them.
27893 From then on they are kept open for the duration of the session.
27894 However, if this feature is set, then the Stay Open folders will all be
27895 opened at startup, at the same time that the INBOX is opened.
27898 &lt;End of help on this topic&gt;
27899 </BODY>
27900 </HTML>
27901 ====== h_config_expunge_inbox ======
27902 <HTML>
27903 <HEAD>
27904 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27905 </HEAD>
27906 <BODY>
27907 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27909 The INBOX is normally treated differently from regular folders in several
27910 ways.
27911 One of the differences is that the normal &quot;close&quot; sequence of
27912 events is deferred until Alpine is exited, instead of happening when you
27913 leave the INBOX to view another folder.
27914 The &quot;close&quot; sequence normally includes the Expunging
27915 of deleted messages
27916 (either automatically or after a prompt, controlled by the features
27917 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27918 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27919 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27920 handling of the
27921 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27924 If this feature is set the &quot;close&quot; sequence handling will take
27925 place every time you leave the INBOX.
27926 The INBOX will still be kept open, but the offer to Expunge and the archiving
27927 to the <!--#echo var="VAR_read-message-folder"-->
27928 will take place each time you leave the INBOX instead of only once at the
27929 end of the session.
27932 &lt;End of help on this topic&gt;
27933 </BODY>
27934 </HTML>
27935 ====== h_config_expunge_stayopens ======
27936 <HTML>
27937 <HEAD>
27938 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27939 </HEAD>
27940 <BODY>
27941 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27943 This feature is related to the option
27944 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27945 Stay Open folders are treated differently from regular folders in several
27946 ways.
27947 One of the differences is that the normal &quot;close&quot; sequence of
27948 events is deferred until Alpine is exited, instead of happening when you
27949 leave the folder to view another folder.
27950 The &quot;close&quot; sequence normally includes the Expunging
27951 of deleted messages
27952 (either automatically or after a prompt, controlled by the features
27953 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27954 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27955 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27956 handling of
27957 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27960 If this feature is set the &quot;close&quot; sequence handling will take
27961 place when you leave the Stay Open folder.
27962 The folder will still be kept open, but the offer to Expunge and the archiving
27963 will take place each time you leave the folder instead of only once at the
27964 end of the session.
27965 This feature does not affect the INBOX, which will still only be processed
27966 when you exit Alpine.
27967 However, there is a similar feature that affects only the INBOX called
27968 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27971 &lt;End of help on this topic&gt;
27972 </BODY>
27973 </HTML>
27974 ====== h_config_preserve_start_stop ======
27975 <HTML>
27976 <HEAD>
27977 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27978 </HEAD>
27979 <BODY>
27980 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27982 This feature controls how special control key characters, typically
27983 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27984 are known as the "stop" and "start" characters and are sometimes used in
27985 communications paths to control data flow between devices that operate at
27986 different speeds.
27990 By default, Alpine turns the system's handling of these special characters
27991 off except during printing.  However, if you see Alpine reporting input errors
27992 such as:
27994 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27996 and, at the same time, see your display become garbled, then it is likely
27997 that setting this option will solve the problem.  Be aware, though, that
27998 enabling this feature will also cause Alpine to ostensibly "hang" 
27999 whenever the Ctrl-S key combination is entered as the system is now
28000 interpreting such input as a "stop output" command.  To "start
28001 output"  again, simply type Ctrl-Q. 
28003 &lt;End of help on this topic&gt;
28004 </BODY>
28005 </HTML>
28006 ====== h_config_enable_incoming ======
28007 <HTML>
28008 <HEAD>
28009 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28010 </HEAD>
28011 <BODY>
28012 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28014 Alpine's Incoming Message Folders collection
28015 provides a convenient way to access multiple incoming folders.
28016 It is also useful if you have accounts on multiple computers.
28019 If set, this feature defines a pseudo-folder collection called
28020 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28021 in this collection will be your INBOX, which will no longer show up in
28022 your Default folder collection.
28025 You may add more folders to the Incoming Message Folders collection by
28026 using the
28027 <!--chtml if pinemode="function_key"-->
28028 &quot;F10
28029 <!--chtml else-->
28030 &quot;A
28031 <!--chtml endif-->
28032 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28033 the host the folder is stored on (which defaults to the same host used
28034 for your INBOX), a nickname, and the actual folder name.  Once a set
28035 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28036 or MESSAGE TEXT screens) may be used to scan the folders for those
28037 with Recent messages.  If you add more folders to
28038 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28039 no effect.
28041 NOTE: Normally the software that actually delivers mail (the stuff that happens
28042 before Alpine is involved) is in a better position to do delivery filtering
28043 than is Alpine itself.
28044 If possible, you may want to look at programs such as
28045 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28046 filtering programs.
28047 If you'd prefer to have Alpine do the filtering for you, you may set that
28049 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28051 <UL>   
28052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28053 </UL><P>
28054 &lt;End of help on this topic&gt;
28055 </BODY>
28056 </HTML>
28057 ====== h_config_enable_incoming_checking ======
28058 <HTML>
28059 <HEAD>
28060 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28061 </HEAD>
28062 <BODY>
28063 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28065 This feature is only operational if you have enabled the optional
28066 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28067 If you do have Incoming Message Folders and you also set this feature,
28068 then the number of Unseen messages in each folder will be displayed
28069 in the FOLDER LIST screen for the Incoming Message Folders.
28070 The number of Unseen messages in a folder will be displayed in parentheses
28071 to the right of the name of each folder.
28072 If there are no Unseen messages in a folder then only the name
28073 is displayed, not a set of parentheses with zero inside them.
28074 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28075 the Incoming Message Folders to cause an immediate update.
28077 If a check for Unseen messages fails for a particular folder then Alpine
28078 will no longer attempt to check that folder for the duration of the
28079 session and this will be indicated by a question mark inside the
28080 parentheses.
28082 The features
28083 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28084 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28085 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28086 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28087 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28088 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28089 all affect how this feature behaves.
28091 <UL>   
28092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28093 </UL><P>
28094 &lt;End of help on this topic&gt;
28095 </BODY>
28096 </HTML>
28097 ====== h_config_incoming_checking_total ======
28098 <HTML>
28099 <HEAD>
28100 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28101 </HEAD>
28102 <BODY>
28103 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28105 This option has no effect unless the feature
28106 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28107 is set, which in turn has no effect unless
28108 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28109 is set.
28111 When incoming folder checking is turned on the default is to display
28112 the number of unseen messages in each folder.
28113 More precisely, it is the number of undeleted unseen messages.
28114 Using this option you may also display the total number of messages
28115 in each folder.
28116 Instead of a single number representing the number of unseen messages
28117 you will get two numbers separated by a slash character.
28118 The first is the number of unseen messages and the second is the
28119 total number of messages.
28121 You may also use the recent message count instead of the unseen message
28122 count by turning on the feature
28123 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28125 <UL>   
28126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28127 </UL><P>
28128 &lt;End of help on this topic&gt;
28129 </BODY>
28130 </HTML>
28131 ====== h_config_incoming_checking_recent ======
28132 <HTML>
28133 <HEAD>
28134 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28135 </HEAD>
28136 <BODY>
28137 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28139 This option has no effect unless the feature
28140 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28141 is set, which in turn has no effect unless
28142 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28143 is set.
28145 When incoming folder checking is turned on the default is to display
28146 the number of unseen messages in each folder.
28147 More precisely, it is the number of undeleted unseen messages.
28148 Using this option you may display the number of recent messages instead
28149 of the number of unseen messages.
28150 A message is only counted as recent if this is the first session to
28151 see it, so the recent count might be less than the unseen count.
28152 The difference between the two would be accounted for by the unseen messages
28153 in the folder which were there previously but have not been looked at yet.
28155 If you simultaneously run more than one email client at a time
28156 (for example, you run more than one Alpine in parallel) then turning
28157 this feature on can cause some confusion.
28158 The confusion stems from the fact that each message is only considered to be
28159 recent in one session.
28160 That means that the counts of new messages may be different in the two
28161 Alpines running side by side, because each incoming message will only be
28162 counted as recent in one of the two sessions.
28164 You may also display the total number of messages
28165 in each folder by using the
28166 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28167 option.
28169 <UL>   
28170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28171 </UL><P>
28172 &lt;End of help on this topic&gt;
28173 </BODY>
28174 </HTML>
28175 ====== h_config_attach_in_reply ======
28176 <HTML>
28177 <HEAD>
28178 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28179 </HEAD>
28180 <BODY>
28181 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28183 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28184 attachments that were part of the original message will automatically be
28185 included in the Reply.
28187 &lt;End of help on this topic&gt;
28188 </BODY>
28189 </HTML>
28190 ====== h_config_include_header =====
28191 <HTML>
28192 <HEAD>
28193 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28194 </HEAD>
28195 <BODY>
28196 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28198 This feature controls an aspect of Alpine's Reply command. If set, and the
28199 original message is being included in the reply, then headers from that
28200 message will also be part of the reply.
28202 &lt;End of help on this topic&gt;
28203 </HEAD>
28204 </HTML>
28205 ====== h_config_sig_at_bottom =====
28206 <HTML>
28207 <HEAD>        
28208 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28209 </HEAD>
28210 <BODY>
28211 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28213 This feature controls an aspect of Alpine's Reply command.  If this feature
28214 is set, and the original message is being included in the reply, then the
28215 contents of your signature file (if any) will be inserted after the included
28216 message.
28218 This feature does not affect the results of a Forward command.
28220 &lt;End of help on this topic&gt;
28221 </BODY>
28222 </HTML>
28223 ====== h_config_sigdashes =====
28224 <HTML>
28225 <HEAD>
28226 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28227 </HEAD>
28228 <BODY>
28229 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28231 This feature enables support for the common USENET news convention 
28232 of preceding a message signature with the special line consisting of 
28233 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28236 When enabled and a
28237 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28238 Alpine will insert the special line before including the file's text (unless
28239 the special line already exists somewhere in the file's text).
28242 In addition, when you Reply or Followup to a message containing one of
28243 these special lines and choose to include its text, Alpine will observe
28244 the convention of not including text beyond the special line in your
28245 reply.
28246 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28247 mode is enabled and turned on, then Alpine <EM>will</EM>
28248 include the text beyond the special line regardless of the setting of
28249 this feature.
28252 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28253 for a related feature.
28256 <UL>   
28257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28258 </UL><P>
28259 &lt;End of help on this topic&gt;
28260 </BODY>
28261 </HTML>
28262 ====== h_config_new_thread_blank_subject =====
28263 <HTML>
28264 <HEAD>
28265 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28266 </HEAD>
28267 <BODY>
28268 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28270 When this feature is enabled (the default) Alpine will create a new thread
28271 every time that the subject line becomes empty at any time during composition.
28274 This behavior is particularly useful in case you are replying to a message.
28275 Replying to a message causes the message to be in the same thread than the
28276 original message that is being replied to. However, many authors want to create
28277 a new message (in a different thread) while replying to a message, and they do
28278 this by changing the full subject, by first deleting the original subject and
28279 typing the new subject of the current message.
28282 Enabling this feature causes that any time that the subject is deleted, the 
28283 message being composed will be considered the first message of a new thread.
28286 <UL>   
28287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28288 </UL><P>
28289 &lt;End of help on this topic&gt;
28290 </BODY>
28291 </HTML>
28292 ====== h_config_strip_sigdashes =====
28293 <HTML>
28294 <HEAD>
28295 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28296 </HEAD>
28297 <BODY>
28298 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28300 This feature doesn't do anything if the feature
28301 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28302 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28303 then turning on this feature enables support for the convention
28304 of not including text beyond the sigdashes line when Replying or Following
28305 up to a message and including the text of that message.
28306 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28307 mode is enabled and turned on, then Alpine <EM>will</EM>
28308 include the text beyond the special line regardless of the setting of
28309 this feature.
28311 In other words, this is a way to turn on the signature stripping behavior
28312 without also turning on the dashes-adding behavior.
28314 <UL>   
28315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28316 </UL><P>
28317 &lt;End of help on this topic&gt;
28318 </BODY>
28319 </HTML>
28320 ====== h_config_forward_as_attachment =====
28321 <HTML>
28322 <HEAD>
28323 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28324 </HEAD>
28325 <BODY>
28326 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28328 This feature affects the way forwarded message text is handled.  When set, rather than 
28329 include the text of the forwarded message below any additional text you provide in the
28330 composer, the forwarded message is attached in its entirety to the message you send.
28332 This is useful in that it keeps the text you provide in the composer distinct from the
28333 text of the forwarded message.  Similarly, it allows the recipient to 
28334 conveniently operate on the forwarded message.  For example, they might reply directly to
28335 the sender of the forwarded message, or process it as part of a spam report.
28336 <UL>   
28337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28338 </UL><P>
28339 &lt;End of help on this topic&gt;
28340 </BODY>
28341 </HTML>
28342 ====== h_config_preserve_field =====
28343 <HTML>
28344 <HEAD>
28345 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28346 </HEAD>
28347 <BODY>
28348 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28350 This feature affects Alpine's behavior when one replies to a message. 
28351 When you receive a message, some or all of the recipients of the message 
28352 have been added to the To: and Cc: fields. If you reply to such message, 
28353 and this feature is disabled, then the original sender of the message is 
28354 added to the To: field, and all other recipients are added to the Cc: 
28355 field, while your address is added to the From: field.
28358 However, if this feature is enabled, then Alpine will preserve the 
28359 original fields as sent in the original message, so the Cc: and To: 
28360 fields will be preserved. The sender's address will be added to the To: 
28361 field, while your address is added to the From: field.
28364 The behavior of this feature is that replies to all messages will behave 
28365 in the way described above. If you only intend this to happen on a per 
28366 message basis, then keep this feature disabled, and when replying to a 
28367 message you will see a new option in the menu for the &quot;Reply to all 
28368 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28369 make Alpine toggle its question so you can preserve the To: and Cc: 
28370 fields for that message only.
28372 <UL>   
28373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28374 </UL><P>
28375 &lt;End of help on this topic&gt;
28376 </BODY>
28377 </HTML>
28378 ====== h_config_sub_lists =====
28379 <HTML>
28380 <HEAD>
28381 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28382 </HEAD>
28383 <BODY>
28384 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28386 This feature affects the subcommands available when Saving, 
28387 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28388 available. This command allows you to type in a substring of the folder
28389 you are looking for and when you type ^X it will display all folders
28390 that contain that substring in their names.
28391 This feature is set by default.
28394 &lt;End of help on this topic&gt;
28395 </BODY>
28396 </HTML>
28397 ====== h_config_scramble_message_id =====
28398 <HTML>
28399 <HEAD>
28400 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28401 </HEAD>
28402 <BODY>
28403 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28405 Normally the Message-ID header that Alpine generates when sending a message
28406 contains the name of the computer from which the message is being sent.
28407 Some believe that this hostname could be used by spammers or could
28408 be used by others for nefarious purposes.
28409 If this feature is set, that name will be transformed with a simple
28410 Rot13 transformation.
28411 The result will still have the correct syntax for a Message-ID but the
28412 part of the MessageID that is often a domain name will not be an actual
28413 domain name because the letters will be scrambled.
28415 In addition, other information such as the name program, version, and
28416 a code for operating system used to build Alpine, will be encoded using
28417 the Rot13 transformation, except for the version number which will be
28418 encoded using a Rot5 transformation.
28420 It is possible (but unlikely?) that some spam detection
28421 software will use that as a reason to reject the mail as spam.
28422 It has also been reported that some spam detection software uses the
28423 fact that there are no dots after the &quot;@&quot; as a reason to reject
28424 messages.
28425 If your PC-Alpine Message-ID is using a name without a dot that is because
28426 that is what Windows thinks is your &quot;Full computer name&quot;.
28427 The method used to set this varies from one type of Windows to another but
28428 check under Settings -> Control Panel -> System and
28429 look for Network Identification or Computer Name or something similar.
28430 How to set it is beyond the scope of Alpine.
28433 &lt;End of help on this topic&gt;
28434 </BODY>
28435 </HTML>
28436 ====== h_downgrade_multipart_to_text =====
28437 <HTML>
28438 <HEAD>
28439 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28440 </HEAD>
28441 <BODY>
28442 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28445 This feature affects Alpine's behavior when sending mail.  Internet
28446 standards require Alpine to translate all non-ASCII characters in
28447 messages that it sends using MIME encoding.  This encoding can be
28448 ostensibly broken for recipients if any agent between Alpine and the
28449 recipient, such as an email list expander, appends text to the
28450 message, such as list information or advertising.  When sending such
28451 messages Alpine attempts to protect such encoding by placing extra
28452 MIME boundaries around the message text.
28454 These extra boundaries are invisible to recipients that 
28455 use MIME-aware email programs (the vast majority).  However, if
28456 you correspond with users of email programs that are not MIME-aware,
28457 or do not handle the extra boundaries gracefully, you can
28458 use this feature to prevent Alpine from including the extra
28459 MIME information.  Of course, it will increase the likelihood
28460 that non-ASCII text you send may appear corrupt to the recipient.
28462 &lt;End of help on this topic&gt;
28463 </BODY>
28464 </HTML>
28465 ====== h_config_show_sort =====
28466 <HTML>
28467 <HEAD>
28468 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28469 </HEAD>
28470 <BODY>
28471 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28473 If this feature is set and there is sufficient space on the screen,
28474 a short indication of the current sort order will be
28475 added in the titlebar (the top line on the screen), before the name
28476 of the folder.
28477 For example, with the default Arrival sort in effect,
28478 the display would have the characters
28480 <P><CENTER>[A]</CENTER><P>
28482 added between the title of the screen and the folder name.
28483 The letters are the same as the letters you may type to manually
28484 sort a folder with the SortIndex command ($).
28485 The letters in the table below are the ones that may show
28486 up in the titlebar line.
28488 <TABLE>   
28489 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28490 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28491 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28492 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28493 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28494 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28495 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28496 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28497 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28498 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28499 </TABLE>
28501 If the sort order is Reversed, the letter above will be preceded by the letter
28502 &quot;R&quot;, for example
28504 <P><CENTER>[RS]</CENTER><P>
28506 means that a Reverse Subject sort is in effect.
28507 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28508 left out, and just an &quot;R&quot; is shown.
28510 <P><CENTER>[R]</CENTER>
28513 &lt;End of help on this topic&gt;
28514 </BODY>
28515 </HTML>
28516 ====== h_config_disable_reset_disp =====
28517 <HTML>
28518 <HEAD>
28519 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28520 </HEAD>
28521 <BODY>
28522 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28524 UNIX Alpine only.
28526 This feature affects Alpine's behavior when using
28527 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28528 Normally, before the display filter is run, the terminal mode is reset
28529 to what it was before you started Alpine.
28530 This may be necessary if the filter requires the use of the terminal.
28531 For example, it may need to interact with you.
28532 If you set this feature, then the terminal mode will not be reset.
28533 One thing that turning on this feature should fix is the coloring of
28534 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28535 breaks because the terminal reset resets the color state of the terminal.
28538 &lt;End of help on this topic&gt;
28539 </BODY>
28540 </HTML>
28541 ====== h_config_disable_sender =====
28542 <HTML>
28543 <HEAD>
28544 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28545 </HEAD>
28546 <BODY>
28547 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28549 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28550 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28551 header fields.
28552 By default, Alpine will generate such a header in situations where the
28553 username or domain are not the same as
28554 the &quot;From:&quot; header on the message.
28555 With this feature set,
28556 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28557 This may be desirable on a system that is virtually hosting many domains,
28558 and the sysadmin has other methods available for tracking a message to
28559 its originator.
28561 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28564 &lt;End of help on this topic&gt;
28565 </BODY>
28566 </HTML>
28567 ====== h_config_use_sender_not_x =====
28568 <HTML>
28569 <HEAD>
28570 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28571 </HEAD>
28572 <BODY>
28573 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28575 Normally Alpine adds a header line
28576 labeled &quot;X-X-Sender&quot;, if the sender is
28577 different from the From: line.
28578 The standard specifies that this header
28579 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28580 Setting this feature causes
28581 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28583 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28586 &lt;End of help on this topic&gt;
28587 </BODY>
28588 </HTML>
28589 ====== h_config_use_fk =====
28590 <HTML>
28591 <HEAD>
28592 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28593 </HEAD>
28594 <BODY>
28595 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28597 This feature specifies that Alpine will respond to function keys instead of
28598 the normal single-letter commands. In this mode, the key menus at the
28599 bottom of each screen will show function key designations instead of the
28600 normal mnemonic key.
28603 &lt;End of help on this topic&gt;
28604 </BODY>
28605 </HTML>
28606 ====== h_config_cancel_confirm =====
28607 <HTML>
28608 <HEAD>
28609 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28610 </HEAD>
28611 <BODY>
28612 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28614 This feature affects what happens when you type ^C to cancel a composition.
28615 By default, if you attempt to cancel a composition by typing ^C, you will be
28616 asked to confirm the cancellation by typing a &quot;C&quot;
28617 for <EM>C</EM>onfirm.
28618 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28619 risky because the &quot;^C Y&quot; needed to cancel a message
28620 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28622 If this feature is set the confirmation asked for
28623 will be a &quot;<EM>Y</EM>es&quot;
28624 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28627 &lt;End of help on this topic&gt;
28628 </BODY>
28629 </HTML>
28630 ====== h_config_compose_maps_del =====
28631 <HTML>
28632 <HEAD>
28633 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28634 </HEAD>
28635 <BODY>
28636 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28638 This feature affects the behavior of the DELETE key.
28639 If set, Delete will be equivalent to ^D, and delete
28640 the current character.  Normally Alpine defines the Delete key
28641 to be equivalent to ^H, which deletes the <EM>previous</EM>
28642 character.
28645 &lt;End of help on this topic&gt;
28646 </BODY>
28647 </HTML>
28648 ====== h_config_compose_bg_post =====
28649 <HTML>
28650 <HEAD>
28651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28652 </HEAD>
28653 <BODY>
28654 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28656 This feature affects the behavior of Alpine's mail sending.  If set, this
28657 feature enables a subcommand in the composer's "Send?" confirmation
28658 prompt.  The subcommand allows you to tell Alpine to handle the actual
28659 posting in the background.  While this feature usually allows posting
28660 to appear to happen very fast, it has no affect on the actual delivery
28661 time it takes a message to arrive at its destination.
28664 Please Note:
28665 <OL>
28666  <LI>This feature will have no effect if the feature
28667        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28668        is set.
28669  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28670        as well as several Unix ports, do not recognize this feature.
28671  <LI>Error handling is significantly different when this feature is
28672         enabled.  Any message posting failure results in the message
28673         being appended to your &quot;Interrupted&quot; mail folder.  When you
28674         type the <A HREF="h_common_compose">C</A>ompose command,
28675         Alpine will notice this folder and
28676         offer to extract any messages contained.  Upon continuing a 
28677         failed message, Alpine will display the nature of the failure 
28678         in the status message line.
28679  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28680         for message data to
28681         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28682         if you typically run close to any sort of disk-space limits or quotas.
28683 </OL>
28685 &lt;End of help on this topic&gt;
28686 </BODY>
28687 </HTML>
28688 ====== h_config_compose_dsn =====
28689 <HTML>
28690 <HEAD>
28691 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28692 </HEAD>
28693 <BODY>
28694 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28696 This feature affects the behavior of Alpine's mail sending.  If set, this
28697 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28698 prompt.  The subcommand allows you to tell Alpine to request the type of
28699 Delivery Status Notification (DSN) that you would like.  Most users will
28700 be happy with the default, and need not enable this feature.
28702 If the feature
28703 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28704 then this feature has no effect and the type of DSN is not selectable.
28707 Turning on this feature and then turning on the DSNOpts from the send
28708 prompt reveals four on-off toggles at the bottom of the screen.
28709 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28710 that no notification be returned to you, even if there is a delivery
28711 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28712 server that you are willing (or not) to receive delay notifications, which
28713 happen when there is an unusual delay at some mail server (in that mail
28714 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28715 Success requests that you be sent a DSN message when the message is
28716 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28717 automatically turn off Delay and Success notification, and will flip the
28718 toggles to show that.  Similarly, turning on Delay and/or Success will
28719 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28720 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28721 the full message be returned in any failed DSN.  RetHdrs requests that
28722 only the headers be returned in any failed DSN.  Notice that this command
28723 applies only to failed delivery status reports.  For delay or success
28724 reports, the full message is never returned, only the headers are returned.
28727 If you don't enable the DSN feature or if you don't turn it on for a
28728 particular message, the default is that you will be notified about failures,
28729 you might be notified about delays, and you won't be notified about
28730 successes.  You will usually receive the full message back when there is
28731 a failure.
28734 If you turn on the DSNOpts the default is to return as much information as
28735 possible to you.  That is, by default, the Success and Delay options are
28736 turned on and the full message will be returned on failure.
28739 The sending prompt will display the current DSN request (if any) in a
28740 shorthand form.  It will be:
28742 <P><CENTER>[Never]</CENTER>
28745 if you have requested NoErrRets.  Otherwise, it will look something like:
28747 <P><CENTER>[FDS-Hdrs]</CENTER>
28750 The &quot;F&quot; will always be there, indicating that you will be notified
28751 of failures.  (Alpine doesn't provide a way to request no failure notification
28752 and at the same time request either success or delay notification.  The only
28753 way to request no failure notifications is to request no notifications at
28754 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28755 requested Delay and/or Success notification.  If one of those is missing,
28756 that means you are requesting no notification of the corresponding type.
28757 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28758 the headers and Full means to return the full message (applies to
28759 failure notifications only).
28762 NOTE: This feature relies on your system's mail transport agent or
28763 configured
28764 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28765 having the negotiation mechanism introduced in
28766 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28767 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28768 are using doesn't support DSN, a short warning will be shown to you on
28769 the message line at the bottom of the screen after you send your message,
28770 but your message will have been sent anyway.
28773 Note that DSNs don't provide a mechanism to request read receipts.  That
28774 is, if you request notification on success you are notified when the
28775 message is delivered to the mailbox, not when the message is read.
28778 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28779 it is possible that this feature might cause problems for some servers. 
28782 &lt;End of help on this topic&gt;
28783 </BODY>
28784 </HTML>
28785 ====== h_config_auto_zoom =====
28786 <HTML>
28787 <HEAD>
28788 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28789 </HEAD>
28790 <BODY>
28791 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28793 This feature affects the behavior of the Select command.
28794 If set, the select command will automatically perform a zoom
28795 after the select is complete.
28796 This feature is set by default.
28798 Some related help topics are
28799 <UL>
28800 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28801 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28802 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28803 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28804 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28805 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28806 </UL>
28809 &lt;End of help on this topic&gt;
28810 </BODY>
28811 </HTML>
28812 ====== h_config_auto_unzoom =====
28813 <HTML>
28814 <HEAD>
28815 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28816 </HEAD>
28817 <BODY>
28818 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28820 This feature affects the behavior of the Apply command.  If set, and if
28821 you are currently looking at a Zoomed Index view of selected messages,
28822 the Apply command will do the operation you specify, but then will
28823 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28824 the normal Index view after the Apply. 
28825 This feature is set by default.
28828 Some related help topics are
28829 <UL>
28830 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28831 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28832 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28833 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28834 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28835 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28836 </UL>
28838 &lt;End of help on this topic&gt;
28839 </BODY>
28840 </HTML>
28841 ====== h_config_auto_unselect =====
28842 <HTML>
28843 <HEAD>
28844 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28845 </HEAD>
28846 <BODY>
28847 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28849 This feature affects the behavior of the Apply command.  If set,
28850 the Apply command will do the operation you specify, but then will
28851 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28852 the normal Index view after the Apply. 
28855 Some related help topics are
28856 <UL>
28857 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28858 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28859 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28860 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28861 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28862 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28863 </UL>
28865 &lt;End of help on this topic&gt;
28866 </BODY>
28867 </HTML>
28868 ====== h_config_fast_recent =====
28869 <HTML>
28870 <HEAD>
28871 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28872 </HEAD>
28873 <BODY>
28874 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28876 This feature controls the behavior of the TAB key when traversing folders
28877 in the optional 
28878 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28879 collection or in optional <!--#echo var="VAR_news-collections"-->.
28882 When the TAB
28883 (<A HREF="h_common_nextnew">NextNew</A>)
28884 key is pressed, the default behavior is to
28885 explicitly examine the status of the folder for the number of recent
28886 messages (messages delivered since the last time it was viewed).
28887 Depending on the size and number of messages in the folder, this test
28888 can be time consuming.
28891 Enabling this feature will cause Alpine to only test for the existence of
28892 any recent messages rather than to obtain the count.  This is much faster
28893 in many cases.  The downside is that you're not given the number of recent
28894 messages when prompted to view the next folder.
28895 If the feature
28896 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28897 is turned on, then the present feature will have no effect.
28900 <UL>   
28901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28902 </UL><P>
28903 &lt;End of help on this topic&gt;
28904 </BODY>
28905 </HTML>
28906 ====== h_config_arrow_nav =====
28907 <HTML>
28908 <HEAD>
28909 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28910 </HEAD>
28911 <BODY>
28912 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28914 This feature controls the behavior of the left and right arrow keys.
28915 If set, the left and right arrow keys will operate like the usual
28916 navigation keys &lt; and &gt;.
28917 This feature is set by default.
28920 If you set this feature, and do not like the changed behavior of the up/down 
28921 arrow 
28922 keys when navigating through the FOLDER LIST screen -- 
28923 <B>first</B> from column to column, if more than one folder is 
28924 displayed per row, 
28925 and <B>then</B> from row to row -- you may either also wish to set the feature 
28926 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28927 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28928 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28929 folders in each column.
28931 <UL>   
28932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28933 </UL><P>
28934 &lt;End of help on this topic&gt;
28935 </BODY>
28936 </HTML>
28937 ====== h_config_relaxed_arrow_nav =====
28938 <HTML>
28939 <HEAD>
28940 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28941 </HEAD>
28942 <BODY>
28943 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28945 This feature controls the behavior of the left, right, up and down
28946 arrow keys in the FOLDER LIST screen when the &quot;<A
28947 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28948 set.
28949 This feature is set by default.
28953 When this feature is set, the left and right
28954 arrow keys in the FOLDER LIST screen
28955 move the highlight bar to the left or right, and the up and
28956 down arrows move it up or down.
28959 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28960 feature is not set;
28961 the left and right arrow keys in the Folder List screen strictly
28962 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28963 and down arrow keys move the highlight bar to the previous and next
28964 folder or directory name.
28967 <UL>   
28968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28969 </UL><P>
28970 &lt;End of help on this topic&gt;
28971 </BODY>
28972 </HTML>
28973 ====== h_config_alt_compose_menu =====
28974 <HTML>
28975 <HEAD>
28976 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28977 </HEAD>
28978 <BODY>
28979 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28981 This feature controls the menu that is displayed when Compose is selected.
28982 If set, a list of options will be presented, with each option representing
28983 the type of composition that could be used. This feature is most useful for
28984 users who want to avoid being prompted with each option separately, or who
28985 want to avoid the checking of remote postponed or form letter folders.
28986 The possible types of composition are:
28989 New, for starting a new composition. Note that if New is selected and roles
28990 are set, roles are checked for matches and applied according to the setting
28991 of the matching role.
28994 Interrupted, for continuing an interrupted composition. This option is only
28995 offered if an interrupted message folder is detected.
28998 Postponed, for continuing postponed compositions. This option is offered
28999 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29000 the postponed folder actually exists. This option is especially handy
29001 for avoiding having to check for the existence of a remote postponed folder.
29004 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29005 is set in the config, and is not checked for existence for reasons similar
29006 to those explained by the postponed option.
29009 setRole, for selecting a role to apply to a composition.
29012 &lt;End of help on this topic&gt;
29013 </BODY>
29014 </HTML>
29015 ====== h_config_alt_role_menu =====
29016 <HTML>
29017 <HEAD>
29018 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29019 </HEAD>
29020 <BODY>
29021 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29023 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29024 a role and compose a new message using that role.
29025 When this feature is set, the role command will first ask whether you want to
29026 Compose a new message, Forward the current message, Reply to the
29027 current message, or Bounce the current message.
29028 If you are not in the MESSAGE INDEX and are not viewing a message,
29029 then there is no current message and the question will be skipped.
29030 After you have chosen to Compose, Forward, Reply, or Bounce you will
29031 then choose the role to be used.
29033 When Bouncing the &quot;Set From&quot; address is used for the
29034 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29035 provided that the option
29036 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29037 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29038 set.
29039 Other actions of the role are ignored when Bouncing.
29042 &lt;End of help on this topic&gt;
29043 </BODY>
29044 </HTML>
29045 ====== h_config_always_spell_check =====
29046 <HTML>
29047 <HEAD>
29048 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29049 </HEAD>
29050 <BODY>
29051 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29053 When this feature is set, every composed message will be spell-checked before
29054 being sent.
29056 &lt;End of help on this topic&gt;
29057 </BODY>
29058 </HTML>
29059 ====== h_config_quell_asterisks =====
29060 <HTML>
29061 <HEAD>
29062 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29063 </HEAD>
29064 <BODY>
29065 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29067 When you are running Alpine you will sometimes be asked for a password
29068 in a prompt on the third line from the bottom of the screen.
29069 Normally each password character you type will cause an asterisk to echo
29070 on the screen. That gives you some feedback to know that your typing is
29071 being recognized.
29072 There is a very slight security risk in doing it this way because someone
29073 watching over your shoulder might be able to see how many characters there
29074 are in your password.
29075 If you'd like to suppress the echoing of the asterisks set this feature.
29077 &lt;End of help on this topic&gt;
29078 </BODY>
29079 </HTML>
29080 ====== h_config_quell_flowed_text =====
29081 <HTML>
29082 <HEAD>
29083 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29084 </HEAD>
29085 <BODY>
29086 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29088 Alpine generates flowed text where possible.
29089 The method for generating flowed text is defined by
29090 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29091 the benefit of doing so is
29092 to send message text that can properly be viewed both on normal width displays
29093 and on displays with smaller or larger than normal screen widths.
29094 With flowed text, a space at the end of a line tells the receiving mail
29095 client that the following line belongs to the same paragraph.
29096 Quoted text will also be affected, with only the innermost
29097 level of &quot;&gt;&quot; quoting being followed by a space.
29098 However, if you have changed the
29099 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29100 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29101 quoted text will not be flowed.
29102 For this reason, we recommend that you leave your
29103 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29105 This feature turns off the generation of flowed text, as it might be
29106 desired to more tightly control how a message is displayed on the receiving end.
29108 If this feature is <EM>not</EM> set, you can control on a message by message
29109 basis whether or not flowed text is generated.
29110 You do this by typing ^V at the Send confirmation prompt that you get
29111 after typing ^X to send a message.
29112 ^V is a toggle that turns flowing off and back on if typed again.
29113 If for some reason flowing cannot be done on a particular message, then the
29114 ^V command will not be available.
29115 This would be the case, for example, if this feature was set, or if your
29116 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29117 If the feature
29118 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29119 then the opportunity to control on a message by message basis
29120 whether or not flowed text is generated is lost.
29122 When this feature is not set and you have typed ^V to turn off flowing,
29123 the Send confirmation prompt will change to look like
29125 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29127 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29128 also turn off the sending of flowed text messages, but it differs in that
29129 it also trims all trailing white space from a message before sending it.
29131 If alternate editors are used extensively, be aware that a message will still
29132 be sent flowed if this feature is unset.  In most cases this will be fine,
29133 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29134 use that.
29136 &lt;End of help on this topic&gt;
29137 </BODY>
29138 </HTML>
29139 ====== h_config_strip_ws_before_send =====
29140 <HTML>
29141 <HEAD>
29142 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29143 </HEAD>
29144 <BODY>
29145 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29147 By default, trailing whitespace is not stripped from
29148 a message before sending.  Trailing whitespace should have no effect on an
29149 email message, and in flowed text can aid in delimiting paragraphs.
29150 However, the old behavior of stripping trailing whitespace was in place
29151 to better deal with older clients that couldn't handle certain types of
29152 text encodings.  This feature restores the old behavior
29154 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29155 generated by default but can be turned off via the
29156 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29157 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29158 of flowed text.
29160 &lt;End of help on this topic&gt;
29161 </BODY>
29162 </HTML>
29163 ====== h_config_del_from_dot =====
29164 <HTML>
29165 <HEAD>
29166 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29167 </HEAD>
29168 <BODY>
29169 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29171 This feature controls the behavior of the Ctrl-K command in the composer.
29172 If set, ^K will cut from the current cursor position to the end of the line,
29173 rather than cutting the entire line.
29176 &lt;End of help on this topic&gt;
29177 </BODY>
29178 </HTML>
29179 ====== h_config_print_index =====
29180 <HTML>
29181 <HEAD>
29182 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29183 </HEAD>
29184 <BODY>
29185 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29187 This feature controls the behavior of the Print command when in the
29188 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29189 asking if you wish to print the message index, or the currently highlighted
29190 message. If not set, the message will be printed.
29193 &lt;End of help on this topic&gt;
29194 </BODY>
29195 </HTML>
29196 ====== h_config_allow_talk =====
29197 <HTML>
29198 <HEAD>
29199 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29200 </HEAD>
29201 <BODY>
29202 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29204 UNIX Alpine only.
29206 By default, permission for others to &quot;talk&quot; to your terminal is turned
29207 off when you are running Alpine.  When this feature is set, permission is
29208 instead turned on.  If enabled, you may see unexpected messages in the
29209 middle of your Alpine screen from someone attempting to contact you via the
29210 &quot;talk&quot; program.
29213 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29214 talk daemon on your system will attempt to print a message on your screen 
29215 when someone else is trying to contact you.  If you wish to see these
29216 messages while you are running Alpine, you should enable this feature.
29219 If you do enable this feature and see a &quot;talk&quot; message, you must 
29220 suspend or quit Alpine before you can respond.
29223 &lt;End of help on this topic&gt;
29224 </BODY>
29225 </HTML>
29226 ====== h_config_send_filter_dflt =====
29227 <HTML>
29228 <HEAD>
29229 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29230 </HEAD>
29231 <BODY>
29232 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29233 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29234 configured, setting this feature will cause
29235 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29236 instead of unfiltered, the usual default.
29238 <UL>   
29239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29240 </UL><P>
29241 &lt;End of help on this topic&gt;
29242 </BODY>
29243 </HTML>
29244 ====== h_config_custom_print =====
29245 <HTML>
29246 <HEAD>
29247 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29248 </HEAD>
29249 <BODY>
29250 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29252 When this feature is set, the print command will have an additional
29253 subcommand called "C CustomPrint".  If selected, you will have
29254 the opportunity to enter any system print command --instead of being 
29255 restricted to using those that have been previously configured in the 
29256 printer setup menu.
29259 &lt;End of help on this topic&gt;
29260 </BODY>
29261 </HTML>
29262 ====== h_config_enable_dot_files =====
29263 <HTML>
29264 <HEAD>
29265 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29266 </HEAD>
29267 <BODY>
29268 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29270 When this feature is set, files beginning with dot (".") will be
29271 visible in the file browser.  For example, you'll be able to select them
29272 when using the browser to add an attachment to a message.
29274 &lt;End of help on this topic&gt;
29275 </BODY>
29276 </HTML>
29277 ====== h_config_enable_dot_folders =====
29278 <HTML>
29279 <HEAD>        
29280 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29281 </HEAD>
29282 <BODY>
29283 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29285 When this feature is set, folders beginning with dot (".") may be added
29286 and viewed.
29288 &lt;End of help on this topic&gt;
29289 </BODY>
29290 </HTML>
29291 ====== h_config_ff_between_msgs =====
29292 <HTML>
29293 <HEAD>
29294 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29295 </HEAD>
29296 <BODY>
29297 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29299 Setting this feature causes a formfeed to be printed between messages when
29300 printing multiple messages (with Apply Print command).
29302 &lt;End of help on this topic&gt;
29303 </BODY>
29304 </HTML>
29305 ====== h_config_blank_keymenu =====
29306 <HTML>
29307 <HEAD>
29308 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29309 </HEAD>
29310 <BODY>
29311 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29313 If this feature is set the command key menu that normally appears on the
29314 bottom two lines of the screen will not usually be there.  Asking for
29315 help with ^G or ? will cause the key menu to appear instead of causing
29316 the help message to come up.  If you want to actually see the help text,
29317 another ^G or ? will show it to you.  After the key menu has popped
29318 up with the help key it will remain there for an O for Other command but
29319 disappear if any other command is typed.
29321 &lt;End of help on this topic&gt;
29322 </BODY>
29323 </HTML>
29324 ====== h_config_enable_mouse =====
29325 <HTML>
29326 <HEAD>
29327 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29328 </HEAD>
29329 <BODY>
29330 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29332 This feature controls whether or not an X terminal mouse can be used with
29333 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29334 being used, the left mouse button on the mouse can be used to select text
29335 or commands.
29336 Clicking on a command at the bottom of the screen will behave as if you had
29337 typed that command.
29338 Clicking on an index line will move the current message highlight to
29339 that line.
29340 Double-clicking on an index line will view the message.
29341 Double-clicking on a link will view the link.
29343 This type of mouse support will also work in some terminal emulators which are
29344 not actually X terminals, but which have extra code to support the xterm
29345 style mouse.
29346 For those emulators you not only need to turn this feature on but you also
29347 have to set the $DISPLAY environment variable even though it isn't needed
29348 for your terminal.
29349 That will cause Alpine to think that it is an xterm and to properly interpret the
29350 escape sequences sent by the mouse.
29352 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29353 also modified.  It is sometimes possible to hold the shift key down while clicking
29354 left or middle mouse buttons for the normal xterm cut/paste operations. 
29355 There is also an Alpine command to toggle this mode on or off.
29356 The command is Ctrl-&#92; (Control-backslash).
29358 &lt;End of help on this topic&gt;
29359 </BODY>
29360 </HTML>
29361 ====== h_config_enable_xterm_newmail =====
29362 <HTML>
29363 <HEAD>        
29364 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29365 </HEAD>
29366 <BODY>
29367 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29369 This feature controls whether or not Alpine will attempt to announce new
29370 mail arrival when it is running in an X terminal window and that window
29371 is iconified.  If set, and the $DISPLAY variable indicates that an X
29372 terminal is being used, Alpine will send appropriate escape sequences to
29373 the X terminal to modify the label on Alpine's icon to indicate that new
29374 mail has arrived. Alpine will also modify the Alpine window's title to
29375 indicate new mail.
29376 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29378 &lt;End of help on this topic&gt;
29379 </BODY></HTML>
29380 ====== h_config_enable_newmail_short_text =====
29381 <HTML>
29382 <HEAD>        
29383 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29384 </HEAD>
29385 <BODY>
29386 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29388 This feature controls the text to be displayed in an icon in the event
29389 of a new message arrival.  Normally, the message will
29390 be the one that is displayed on the screen.  This feature shortens the
29391 message to a count of the number of new messages in brackets.  This may be
29392 more useful for those who use the window's title bar in the task bar as a
29393 new mail indicator.  This feature is only useful if the
29394 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29395 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29396 feature, this feature is only relevant when run in an xterm environment.
29398 &lt;End of help on this topic&gt;
29399 </BODY></HTML>
29400 ====== h_config_copy_to_to_from =====
29401 <HTML>
29402 <HEAD>
29403 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29404 </HEAD>
29405 <BODY>
29406 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29408 This feature affects the From address used when Replying to a message.
29409 It is probably only useful if you have some
29410 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29411 defined.
29412 When enabled, it checks to see if any of the addresses in the To or Cc
29413 fields of the message you are replying to is one of your addresses.
29414 If it is, and there is only one of them, then that address is used as
29415 the From address in the message you are composing.
29416 In other words, you will be using a From address that is the same
29417 as the To address that was used to get the mail to you in the first place.
29420 If a role is being used and it has a From address defined, that From address will
29421 be used rather than the one derived from this feature.
29424 <UL>   
29425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29426 </UL><P>
29427 &lt;End of help on this topic&gt;
29428 </BODY>
29429 </HTML>
29430 ====== h_config_prefix_editing =====
29431 <HTML>
29432 <HEAD>
29433 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29434 </HEAD>
29435 <BODY>
29436 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29438 This feature affects the Reply command's &quot;Include original message
29439 in Reply?&quot; prompt.  When enabled, it causes the
29440 &quot;Edit Indent String&quot; sub-command to appear which allows 
29441 you to edit the string Alpine would otherwise use to denote included 
29442 text from the message being replied to.<P>
29444 Thus, you can change Alpine's default message quote character (usually
29445 an angle bracket) on a per message basis. So you could change your quoted message to
29446 look, for example, like this:<p>
29448 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29450 John: I just wanted to say hello and to congratulate you
29451 John: on a job well done!</pre><p>
29453 The configuration option
29454 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29455 may be used to change what appears as the default string to be edited.
29457 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29458 currently being replied to.
29460 If you change your <!--#echo var="VAR_reply-indent-string"-->
29461 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29462 quoted text will not be flowed
29463 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29464 when you reply.
29465 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29466 set to the default value.
29468 <UL>   
29469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29470 </UL><P>
29471 &lt;End of help on this topic&gt;
29472 </BODY>
29473 </HTML>
29474 ====== h_config_enable_search_and_repl =====
29475 <HTML>
29476 <HEAD>
29477 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29478 </HEAD>
29479 <BODY>
29480 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29482 This feature modifies the behavior of Alpine's composer.  Setting this
29483 feature causes Alpine to offer the "^R Replace" subcommand, which
29484 allows you to search and replace text strings in a message you are composing, 
29485 inside the "^W Where is" command.  
29489 To search and replace text, first enter the text to be replaced at the 
29490 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29491 text, press ^R, which turns the prompt into 
29495 Search (to replace): 
29499 and then press Enter.  The cursor will highlight the first occurrence 
29500 of the text string you entered, and the prompt will show: 
29504 Replace "<your text string>" with : 
29508 where <your text string> is what you entered at the previous prompt;
29509 here, enter the replacement text.  To only replace the highlighted 
29510 occurrence, simply press Enter now; to replace all occurrences in the 
29511 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29512 each replacement.
29516 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29517 ^X toggles between "Replace All" and "Replace One."
29521 If you previously searched for text in a message, it will be offered for 
29522 re-use as part of the prompt, shown in [ ] brackets.
29525 &lt;End of help on this topic&gt;
29526 </BODY>
29527 </HTML>
29528 ====== h_config_enable_view_attach =====
29529 <HTML>
29530 <HEAD>
29531 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29532 </HEAD>
29533 <BODY>
29534 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29536 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29537 Setting this feature causes Alpine to present attachments in boldface.
29538 The first available attachment is displayed in inverse.  This is the
29539 "selected" attachment.  Pressing RETURN will cause Alpine to display
29540 the selected attachment.  Use the arrow keys to change which of the
29541 attachments displayed in boldface is the current selection.
29545 Speaking of arrow keys, the Up and Down Arrows will select the next
29546 and previous attachments if one is available on the screen for selection.
29547 Otherwise, they will simply adjust the viewed text one line up or down.
29551 Similarly, when selectable items are present in a message, the Ctrl-F key
29552 can be used to select the next item in the message independent of which
29553 portion of the viewed message is currently displayed. The Ctrl-B key can
29554 be used to select the previous item in the same way. 
29555 <P> 
29556 &lt;End of help on this topic&gt;
29557 </BODY>
29558 </HTML>
29559 ====== h_config_enable_y_print =====
29560 <HTML>
29561 <HEAD>
29562 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29563 </HEAD>
29564 <BODY>
29565 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29567 This feature modifies the behavior of Alpine's Print command.
29569 By default, Alpine's print command is available by pressing the "%" key.  
29570 (This command is a substantial change from Pine versions before 4.00 -- 
29571 where the print command was "Y" -- based on numerous complaints about 
29572 printing being invoked inadvertently, since Y also means "Yes.")  
29576 This feature is supplied to mitigate any disruption or anxiety users 
29577 might feel as a result of this change.  
29581 Enabling this feature will cause Alpine to recognize both the old
29582 command, "Y" for Prynt, as well the new "%" method for invoking
29583 printing.  Note, key menu labels are not changed as a result of
29584 enabling this feature.
29588 &lt;End of help on this topic&gt;
29589 </BODY>
29590 </HTML>
29591 ====== h_config_enable_lessthan_exit =====
29592 <HTML>
29593 <HEAD>
29594 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29595 </HEAD>
29596 <BODY>
29597 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29599 If this feature is set, then on screens where there is an Exit command
29600 but no < command, the < key will perform the same function as the Exit
29601 command.
29602 This feature is set by default.
29604 &lt;End of help on this topic&gt;
29605 </BODY>
29606 </HTML>
29607 ====== h_config_enable_view_url =====
29608 <HTML>
29609 <HEAD>
29610 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29611 </HEAD>
29612 <BODY>
29613 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29614 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29615 When this feature is set (the default) Alpine will select possible URLs from the
29616 displayed text and display them in boldface for selection.
29618 The first available URL is displayed in inverse.  This is the
29619 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29620 the selected URL via either built-in means as with mailto:, imap:,
29621 news:, and nntp:, or via an external application as defined
29622 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29623 variable.
29625 Use the arrow keys to change which of the URLs displayed in boldface
29626 is the current selection.
29628 Speaking of arrow keys, the Up and Down Arrows will select the next
29629 and previous URL if one is available on the screen for selection (unless 
29630 you have set the feature 
29631 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29632 Otherwise, they will simply adjust the viewed text one line up or down.
29634 Similarly, when selectable items are present in a message, the Ctrl-F
29635 key can be used to select the next item in the message independent
29636 of which portion of the viewed message is currently displayed. The
29637 Ctrl-B key can be used to select the previous item in the same way.
29639 <UL>   
29640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29641 </UL><P>
29642 &lt;End of help on this topic&gt;
29643 </BODY>
29644 </HTML>
29645 ====== h_config_enable_view_web_host =====
29646 <HTML>
29647 <HEAD>
29648 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29649 </HEAD>
29650 <BODY>
29651 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29653 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29654 When this feature is set (the default) Alpine will select possible web hostnames
29655 from the displayed text and display them in boldface for selection.  
29656 This can be useful when you receive messages referencing World Wide Web 
29657 sites without the use of complete URLs; for example, specifying only 
29658 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29659 selectable 
29660 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29661 rather than explicitly
29662 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29664 The first available hostname is displayed in inverse.  This is the
29665 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29666 the selected hostname via an external application as defined
29667 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29668 variable.
29670 Use the arrow keys (unless you have set the feature 
29671 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29672 to change which of the hostnames displayed in
29673 boldface is the current selection.
29675 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29676 key can be used to select the next web hostname in the message independent
29677 of which portion of the viewed message is currently displayed. The
29678 Ctrl-B key can be used to select the previous web hostnames in the same way.
29680 <UL>   
29681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29682 </UL><P>
29683 &lt;End of help on this topic&gt;
29684 </BODY>
29685 </HTML>
29686 ====== h_config_enable_view_addresses =====
29687 <HTML>
29688 <HEAD>
29689 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29690 </HEAD>
29691 <BODY>
29692 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29694 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29695 Setting this feature causes Alpine to select possible email addresses
29696 from the displayed text and display them in boldface for selection.  
29699 The first available email address is displayed in inverse.  This is the
29700 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29701 the message composition screen with the To: field filled in with the
29702 selected address.
29704 Use the arrow keys (unless you have set the feature 
29705 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29706 to change which of the hostnames displayed in
29707 boldface is the current selection.
29709 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29710 key can be used to select the next web hostname in the message independent
29711 of which portion of the viewed message is currently displayed. The
29712 Ctrl-B key can be used to select the previous web hostnames in the same way.
29714 <UL>   
29715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29716 </UL><P>
29717 &lt;End of help on this topic&gt;
29718 </BODY>
29719 </HTML>
29720 ====== h_config_enable_view_arrows =====
29721 <HTML>
29722 <HEAD>
29723 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29724 </HEAD>
29725 <BODY>
29726 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29728 This feature modifies Up and Down arrow key behavior in Alpine's
29729 MESSAGE TEXT screen when selectable Attachments, URL's, or
29730 web-hostnames are presented. Alpine's usual behavior is to move to
29731 the next or previous selectable item if currently displayed or
29732 simply to adjust the screen view by one line.
29736 Setting this feature causes the UP and Down arrow key to behave as
29737 if no selectable items were present in the message.
29741 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29742 item) functionality is unchanged.
29745 &lt;End of help on this topic&gt;
29746 </BODY>
29747 <HTML>
29748 ====== h_config_quell_charset_warning =====
29749 <HTML>
29750 <HEAD>
29751 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29752 </HEAD>
29753 <BODY>
29754 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29756 By default, if the message you are viewing contains characters that are
29757 not representable in your
29758 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29759 then Alpine will
29760 add a warning to the start of the displayed text.
29761 If this option is set, then that editorial message will be suppressed.
29763 Setting this feature also suppresses the comment about the character set
29764 in header lines.
29765 For example, when viewing a message you might see
29767 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29769 in the From header if your Character-Set is something other than ISO-8859-2.
29770 If you set this feature, the comment about the character set will
29771 no longer be there.
29773 &lt;End of help on this topic&gt;
29774 </BODY>
29775 </HTML>
29776 ====== h_config_quell_host_after_url =====
29777 <HTML>
29778 <HEAD>
29779 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29780 </HEAD>
29781 <BODY>
29782 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29784 By default, links in HTML text are displayed with the host the link
29785 references appended, within square brackets, to the link text.  Alpine
29786 does this to help indicate where a link will take you, particularly when
29787 the link text might suggest a different destination.
29790 Setting this feature will prevent the server name from being appended
29791 to the displayed text.
29794 &lt;End of help on this topic&gt;
29795 </BODY>
29796 </HTML>
29797 ====== h_config_prefer_plain_text =====
29798 <HTML>
29799 <HEAD>
29800 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29801 </HEAD>
29802 <BODY>
29803 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29805 A message being viewed may contain alternate versions of the same content.
29806 Those alternate versions are supposed to be ordered by the sending software such that the
29807 first alternative is the least preferred and the last alternative is the
29808 most preferred. Alpine will normally display the most-preferred version that
29809 it knows how to display. This is most often encountered where the two
29810 alternate versions are a plain text version and an HTML version, with the
29811 HTML version listed last as the most preferred.
29813 If this option is set, then any plain text version will be preferred to
29814 all other versions.
29816 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29817 which will temporarily change the sense of this option.
29818 If this option is set you will first see the plain text version of a
29819 message.
29820 If you then type the &quot;A&quot; command, you will see the most preferred version,
29821 most likely HTML, instead.
29822 Typing the &quot;A&quot; command a second time will switch it back.
29823 Alternatively, if the present option is not set you will originally see
29824 the most preferred version of the message and typing &quot;A&quot; will switch to
29825 the plain text version.
29827 &lt;End of help on this topic&gt;
29828 </BODY>
29829 </HTML>
29830 ====== h_config_pass_control =====
29831 <HTML>
29832 <HEAD>
29833 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29834 </HEAD>
29835 <BODY>
29836 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29838 It is probably not useful to set this option.
29839 This is a legacy option left behind &quot;just in case&quot;.
29840 Multi-byte characters that have an octet that has the same
29841 value as a control character are permitted through whether or not
29842 this option is turned on.
29844 This feature controls how certain characters contained in messages are
29845 displayed.
29846 If set, all characters in a message will be sent to the
29847 screen. Normally, control characters are displayed as shown below to
29848 avoid a garbled screen and to 
29849 avoid inadvertently changing terminal setup parameters.
29850 Control characters are usually displayed as two character sequences like
29851 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29852 for Control-C,
29853 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29854 for ESCAPE,
29855 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29856 for DELETE, and
29857 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29858 for the character with value 133 (0x85).
29859 (The DEL character is displayed as ^?, regular control characters are displayed
29860 as the character ^ followed by the character obtained by adding the
29861 five low-order bits of the character to 0x40, and the C1
29862 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29863 character obtained by adding the
29864 five low-order bits of the character to 0x40.)
29865 Sometimes, in cases where changing a single control character into a
29866 two-character sequence would confuse Alpine's display routines,
29867 a question mark is substituted for the control character.
29869 If you wish to filter out regular control characters but pass the
29870 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29871 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.
29873 &lt;End of help on this topic&gt;
29874 </BODY>
29875 </HTML>
29876 ====== h_config_pass_c1_control =====
29877 <HTML>
29878 <HEAD>
29879 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29880 </HEAD>
29881 <BODY>
29882 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29884 It is probably not useful to set this option.
29885 This is a legacy option left behind &quot;just in case&quot;.
29886 Multi-byte characters that have an octet that has the same
29887 value as a control character are permitted through whether or not
29888 this option is turned on.
29890 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29891 is set, then this feature has no effect.
29892 However, if you wish to filter out regular control characters but pass the
29893 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29894 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29895 unset and set this feature.
29897 &lt;End of help on this topic&gt;
29898 </BODY>
29899 </HTML>
29900 ====== h_config_fcc_on_bounce =====
29901 <HTML>
29902 <HEAD>
29903 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29904 </HEAD>
29905 <BODY>
29906 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29908 This feature controls an aspect of Alpine's behavior when bouncing a
29909 message. If set, normal FCC ("File Carbon Copy") processing will be
29910 done, just as if you had composed a message to the address you are
29911 bouncing to.  If not set, no FCC of the message will be saved. 
29913 &lt;End of help on this topic&gt;
29914 </BODY>
29915 </HTML>
29916 ====== h_config_show_cursor =====
29917 <HTML>
29918 <HEAD>
29919 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29920 </HEAD>
29921 <BODY>
29922 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29924 This feature controls an aspect of Alpine's displays.  If set, the system
29925 cursor will move to convenient locations in the displays.  For example,
29926 to the beginning of the status field of the highlighted index line, or
29927 to the highlighted word after a successful WhereIs command.  It is intended
29928 to draw your attention to an "interesting" spot on the screen.
29930 &lt;End of help on this topic&gt;
29931 </BODY>
29932 </HTML>
29933 ====== h_config_sort_fcc_alpha =====
29934 <HTML>
29935 <HEAD>
29936 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29937 </HEAD>
29938 <BODY>
29939 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29941 This feature controls an aspect of Alpine's FOLDER LIST screen.
29942 If set, the default Fcc folder will be sorted alphabetically with the other
29943 folders instead of appearing right after the INBOX.
29945 &lt;End of help on this topic&gt;
29946 </BODY>
29947 </HTML>
29948 ====== h_config_sort_save_alpha =====
29949 <HTML>
29950 <HEAD>
29951 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29952 </HEAD>
29953 <BODY>
29954 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29956 This feature controls an aspect of Alpine's FOLDER LIST screen.
29957 If set, the default save folder will be sorted alphabetically with the other
29958 folders instead of appearing right after the INBOX (and default FCC folder).
29960 &lt;End of help on this topic&gt;
29961 </BODY>
29962 </HTML>
29963 ====== h_config_single_list =====
29964 <HTML>
29965 <HEAD>
29966 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29967 </HEAD>
29968 <BODY>
29969 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29971 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29972 the folders will be listed one per line instead of several per line
29973 in the FOLDER LIST display.
29975 &lt;End of help on this topic&gt;
29976 </BODY>
29977 </HTML>
29978 ====== h_config_vertical_list =====
29979 <HTML>
29980 <HEAD>
29981 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29982 </HEAD>
29983 <BODY>
29984 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29986 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29987 the folders will be listed alphabetically down the columns rather
29988 than across the columns as is the default.
29990 &lt;End of help on this topic&gt;
29991 </BODY>
29992 </HTML>
29993 ====== h_config_verbose_post =====
29994 <HTML>
29995 <HEAD>
29996 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29997 </HEAD>
29998 <BODY>
29999 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30000 This feature controls an aspect of Alpine's message sending.  When enabled,
30001 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30002 intended to cause the SMTP server to provide a more detailed account of
30003 the transaction.  This feature is typically only useful to system
30004 administrators and other support personel as an aid in troublshooting
30005 problems.
30007 Note, this feature relies on a specific capability of the system's mail
30008 transport agent or configured 
30009 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30010 It is possible that this
30011 feature will cause problems for some tranport agents, and may result in
30012 sending failure.  In addition, as the verbose output comes from the mail
30013 transport agent, it is likely to vary from one system to another. 
30014 <P><UL>
30015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30016 </UL><P>
30017 &lt;End of help on this topic&gt;
30018 </BODY>
30019 </HTML>
30020 ====== h_config_auto_reply_to =====
30021 <HTML>
30022 <HEAD>
30023 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30024 </HEAD>
30025 <BODY>
30026 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30028 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30029 will not prompt when a message being replied to contains a "Reply-To:"
30030 header value, but will simply use its value (as opposed to using the
30031 "From:" field's value).
30035 Note: Using the "Reply-To:" address is usually the preferred behavior,
30036 however, some mailing list managers choose to place the list's address in
30037 the "Reply-To:" field of any message sent out to the list.  In such
30038 cases, this feature makes it all too easy for personal replies to be
30039 inadvertently sent to the entire mail list, so be careful! 
30041 &lt;End of help on this topic&gt;
30042 </BODY>
30043 </HTML>
30044 ====== h_config_del_skips_del =====
30045 <HTML>
30046 <HEAD>
30047 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30048 </HEAD>
30049 <BODY>
30050 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30052 This feature controls an aspect of Alpine's Delete command.  If set, this
30053 feature will cause the Delete command to advance past following messages that
30054 are marked deleted.  In other words, pressing "D" will both mark the
30055 current message deleted and advance to the next message that is not marked
30056 deleted.
30057 This feature is set by default.
30059 &lt;End of help on this topic&gt;
30060 </BODY></HTML>
30061 ====== h_config_expunge_manually =====
30062 <HTML>
30063 <HEAD>
30064 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30065 </HEAD>
30066 <BODY>
30067 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30069 Normally, when you close a folder that contains deleted messages you are
30070 asked if you want to expunge those messages from the folder permanently.
30071 If this feature is set, you won't be asked and the deleted messages will
30072 remain in the folder.
30073 If you choose to set this feature you will have to expunge the
30074 messages manually using the eXpunge command, which you can use while
30075 in the MESSAGE INDEX screen.
30076 If you do not expunge deleted messages the size of your
30077 folder will continue to increase until you are out of disk space.
30079 <UL>   
30080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30081 </UL><P>
30082 &lt;End of help on this topic&gt;
30083 </BODY>
30084 </HTML>
30085 ====== h_config_auto_expunge =====
30086 <HTML>
30087 <HEAD>
30088 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30089 </HEAD>
30090 <BODY>
30091 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30093 This features controls an aspect of Alpine's eXpunge command.  If set, you
30094 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30095 place.
30096 Actually, this is only true for the INBOX folder and for folders in the
30097 Incoming Folders collection. See the feature
30098 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30100 <UL>   
30101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30102 </UL><P>
30103 &lt;End of help on this topic&gt;
30104 </BODY>
30105 </HTML>
30106 ====== h_config_full_auto_expunge =====
30107 <HTML>
30108 <HEAD>
30109 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30110 </HEAD>
30111 <BODY>
30112 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30114 This features controls an aspect of Alpine's eXpunge command.  If set, you
30115 will <B>not</B> be prompted to confirm your intent before the expunge 
30116 takes place.  This feature sets this behavior for all folders, unlike the
30117 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30118 feature that works only for incoming folders.
30120 <UL>   
30121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30122 </UL><P>
30123 &lt;End of help on this topic&gt;
30124 </BODY>
30125 </HTML>
30126 ====== h_config_auto_read_msgs =====
30127 <HTML>
30128 <HEAD>
30129 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30130 </HEAD>
30131 <BODY>
30132 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30133 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30134 and the 
30135 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30136 option is also set, then Alpine will
30137 automatically transfer all read messages to the designated folder and mark
30138 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30139 &quot;N&quot; (meaning New, or unseen) are not affected.
30141 <UL>   
30142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30143 </UL><P>
30144 &lt;End of help on this topic&gt;
30145 </BODY>
30146 </HTML>
30147 ====== h_config_auto_fcc_only =====
30148 <HTML>
30149 <HEAD>
30150 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30151 </HEAD>
30152 <BODY>
30153 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30154 This features controls an aspect of Alpine's composer.
30155 The only time this feature will be used is if you attempt to send mail
30156 that has no recipients but does have an Fcc.
30157 Normally, Alpine will ask if you really mean to copy the message only to
30158 the Fcc.
30159 That is, it asks if you really meant to have no recipients.
30160 If this feature is set, you
30161 will <B>not</B> be prompted to confirm your intent to make only a copy
30162 of a message with no recipients.
30164 This feature is closely related to
30165 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30166 The difference between this feature and that feature is that this feature
30167 considers a Bcc to be a recipient while that feature will ask for confirmation
30168 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30169 The default values also differ. This feature defaults to asking the question
30170 and you have to turn it off.
30171 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30172 unless you turn it on.
30175 <UL>   
30176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30177 </UL><P>
30178 &lt;End of help on this topic&gt;
30179 </BODY>
30180 </HTML>
30181 ====== h_config_mark_fcc_seen =====
30182 <HTML>
30183 <HEAD>
30184 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30185 </HEAD>
30186 <BODY>
30187 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30189 This features controls the way Fccs (File carbon copies) are
30190 made of the messages you send.
30193 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30194 copy will be marked as Unseen.
30195 When you look at the folder it was saved in the message will appear to
30196 be a New message until you read it.
30197 When this feature is enabled, the message will be marked as having
30198 been Seen.
30201 <UL>   
30202 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30203 </UL><P>
30204 &lt;End of help on this topic&gt;
30205 </BODY>
30206 </HTML>
30207 ====== h_config_no_fcc_attach =====
30208 <HTML>
30209 <HEAD>
30210 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30211 </HEAD>
30212 <BODY>
30213 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30215 This features controls the way Fcc's (File carbon copies) are
30216 made of the messages you send.
30219 Normally, Alpine saves an exact copy of your message as it was sent.
30220 When this feature is enabled, the &quot;body&quot; of the message
30221 you send (the text you type in the composer) is preserved in the 
30222 copy as before, however all attachments are replaced with text
30223 explaining what had been sent rather than the attachments themselves.
30226 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30227 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30228 allows you to interactively set whether or not attachments are saved
30229 to the Fcc'd copy.
30232 <UL>   
30233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30234 </UL><P>
30235 &lt;End of help on this topic&gt;
30236 </BODY>
30237 </HTML>
30238 ====== h_config_read_in_newsrc_order =====
30239 <HTML>
30240 <HEAD>
30241 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30242 </HEAD>
30243 <BODY>
30244 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30246 This feature controls the order in which newsgroups will be presented.  If
30247 set, they will be presented in the same order as they occur in your 
30248 <!--chtml if pinemode="os_windows"-->
30249 &quot;NEWSRC&quot;
30250 <!--chtml else-->
30251 &quot;.newsrc&quot;
30252 <!--chtml endif-->
30253 file (the default location of which can be changed with the 
30254 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30256 If not set, the newsgroups will be presented in alphabetical order.
30258 <UL>   
30259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30260 </UL><P>
30261 &lt;End of help on this topic&gt;
30262 </BODY>
30263 </HTML>
30264 ====== h_config_quell_tz_comment =====
30265 <HTML>
30266 <HEAD>
30267 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30268 </HEAD>
30269 <BODY>
30270 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30272 Normally, when Alpine generates a Date header for outgoing mail,
30273 it will try to include the symbolic timezone at the end of the
30274 header inside parentheses.
30275 The symbolic timezone is often three characters long, but on
30276 some operating systems, it may be longer.
30277 Apparently there are some SMTP servers in the world that will reject an
30278 incoming message if it has a Date header longer than about 80 characters.
30279 If this feature is set, the symbolic timezone normally generated by
30280 Alpine will not be included.
30281 You probably don't need to worry about this feature unless you run into
30282 the problem described above.
30285 &lt;End of help on this topic&gt;
30286 </BODY>
30287 </HTML>
30288 ====== h_config_post_wo_validation =====
30289 <HTML>
30290 <HEAD>
30291 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30292 </HEAD>
30293 <BODY>
30294 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30296 This feature controls whether the NNTP server is queried as newsgroups
30297 are entered for posting.  Validation over slow links (e.g. dialup using
30298 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30300 &lt;End of help on this topic&gt;
30301 </BODY>
30302 </HTML>
30303 ====== h_config_send_wo_confirm =====
30304 <HTML>
30305 <HEAD>
30306 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30307 </HEAD>
30308 <BODY>
30309 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30311 By default, when you send or post a message you will be asked to confirm
30312 with a question that looks something like:
30315 <CENTER><SAMP>Send message?</SAMP></CENTER>
30318 If this feature is set, you
30319 will <B>not</B> be prompted to confirm your intent to send
30320 and your message will be sent.
30322 If this feature is set it disables some possibilities and renders some
30323 other features meaningless.
30324 You will not be able to use
30325 <A HREF="h_config_sending_filter">Sending Filters</A>,
30326 Verbose sending mode,
30327 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30328 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30329 or ^V to turn off the generation of flowed text for this message.
30330 These options are normally available as suboptions in the Send prompt, but
30331 with no Send prompt the options are gone.
30334 A somewhat related feature is
30335 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30336 which may be used to eliminate the extra confirmation
30337 question when posting to a newsgroup.
30339 <UL>   
30340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30341 </UL><P>
30342 &lt;End of help on this topic&gt;
30343 </BODY>
30344 </HTML>
30345 ====== h_config_quell_filtering_done_message =====
30346 <HTML>
30347 <HEAD>
30348 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30349 </HEAD>
30350 <BODY>
30351 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30353 If you use Filter Rules that move messages or set status of messages
30354 you sometimes see a message from Alpine that looks like
30357 <CENTER><SAMP>filtering done</SAMP></CENTER>
30360 If this feature is set, this message will be suppressed.
30361 If the feature
30362 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30363 is set then this message will be suppressed regardless.
30366 <UL>   
30367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30368 </UL><P>
30369 &lt;End of help on this topic&gt;
30370 </BODY>
30371 </HTML>
30372 ====== h_config_quell_filtering_messages =====
30373 <HTML>
30374 <HEAD>
30375 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30376 </HEAD>
30377 <BODY>
30378 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30380 If you use Filter Rules that move messages or set status of messages
30381 you sometimes see messages from Alpine that look like
30384 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30390 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30396 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30399 If this feature is set, these messages will be suppressed.
30400 The feature
30401 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30402 is related.
30405 <UL>   
30406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30407 </UL><P>
30408 &lt;End of help on this topic&gt;
30409 </BODY>
30410 </HTML>
30411 ====== h_config_quell_post_prompt =====
30412 <HTML>
30413 <HEAD>
30414 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30415 </HEAD>
30416 <BODY>
30417 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30419 By default, when you post a message to a newsgroup you are asked to confirm
30420 that you want to post with the question
30423 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30426 If this feature is set, you
30427 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30428 and your message will be posted.
30431 <UL>   
30432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30433 </UL><P>
30434 &lt;End of help on this topic&gt;
30435 </BODY>
30436 </HTML>
30437 ====== h_config_check_mail_onquit =====
30438 <HTML>
30439 <HEAD>
30440 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30441 </HEAD>
30442 <BODY>
30443 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30445 If this feature is set, Alpine will check for new mail after you give the
30446 Quit command.
30447 If new mail has arrived since the previous check, you will be notified
30448 and given the choice of quitting or not quitting.
30450 <UL>   
30451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30452 </UL><P>
30453 &lt;End of help on this topic&gt;
30454 </BODY>
30455 </HTML>
30456 ====== h_config_inbox_no_confirm =====
30457 <HTML>
30458 <HEAD>
30459 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30460 </HEAD>
30461 <BODY>
30462 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30464 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30465 command and there are no more folders or newsgroups to visit, you are asked
30466 if you want to return to the INBOX.
30467 If this feature is set you will not be asked.
30468 It will be assumed that you do want to return to the INBOX.
30470 <UL>   
30471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30472 </UL><P>
30473 &lt;End of help on this topic&gt;
30474 </BODY>
30475 </HTML>
30476 ====== h_config_dates_to_local =====
30477 <HTML>
30478 <HEAD>
30479 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30480 </HEAD>
30481 <BODY>
30482 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30484 Normally, the message dates that you see in the
30485 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30486 For example, if a message was sent to you from a few timezones to the east
30487 it might appear that it was sent from the future;
30488 or if it was sent from somewhere to the west it might appear
30489 as if it is from yesterday even though it was sent only a few minutes ago.
30490 If this feature is set an attempt will be made to convert the dates
30491 to your local timezone to be displayed.
30493 Note that this does not affect the results of Select by Date or of
30494 anything else other than these displayed dates.
30495 When viewing the message you may look at the original unconverted value of the Date
30496 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30498 <UL>   
30499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30500 </UL><P>
30501 &lt;End of help on this topic&gt;
30502 </BODY>
30503 </HTML>
30504 ====== h_config_tab_no_prompt =====
30505 <HTML>
30506 <HEAD>
30507 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30508 </HEAD>
30509 <BODY>
30510 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30512 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30513 command and there is a problem checking a folder, you are asked
30514 whether you want to continue with the search in the following folder or not.
30515 This question gives you a chance to stop the NextNew processing.
30516 (The checking problem might be caused by the fact that the folder does not
30517 exist, or by an authentication problem, or by a server problem
30518 of some sort.)
30521 If this feature is set you will not be asked.
30522 It will be assumed that you do want to continue.
30524 <UL>   
30525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30526 </UL><P>
30527 &lt;End of help on this topic&gt;
30528 </BODY>
30529 </HTML>
30530 ====== h_config_input_history =====
30531 <HTML>
30532 <HEAD>
30533 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30534 </HEAD>
30535 <BODY>
30536 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30538 Many of the prompts that ask for input in the status line near the
30539 bottom of the screen will respond to Up Arrow and Down Arrow
30540 with the history of previous entries.
30541 For example, in the MESSAGE INDEX screen when you use the WhereIs
30542 command the text you entered will be remembered and can be recalled
30543 by using the Up Arrow key.
30544 Another example, when saving a message the folders saved to will
30545 be remembered and can be recalled using the arrow keys.
30547 In the Save prompt, some users prefer that the Up and Down arrow keys
30548 be used for the Previous Collection and Next Collection commands
30549 instead of for a history of previous saves.
30550 If this option is set the Up and Down arrow keys will become synonyms for the
30551 Previous Collection and Next Collection (^P and ^N) commands in the
30552 prompt for the name of a folder to Save to or in the prompt for the
30553 name of a folder to GoTo.
30554 When this feature is not set (the default), ^P and ^N will change the
30555 collection and the arrow keys will show the history.
30557 <UL>   
30558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30559 </UL><P>
30560 &lt;End of help on this topic&gt;
30561 </BODY>
30562 </HTML>
30563 ====== h_config_confirm_role =====
30564 <HTML>
30565 <HEAD>
30566 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30567 </HEAD>
30568 <BODY>
30569 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30571 If you have roles, when you Reply to or Forward a message, or Compose
30572 a new message, Alpine
30573 will search through your roles for one that matches.
30574 Normally, if no matches are found you will be placed into the composer
30575 with no opportunity to select a role.
30576 If this feature is set, then you will be asked to confirm that you don't
30577 want a role.
30578 This will give you the opportunity to select a role (with the ^T command).
30579 If you confirm no role with a Return, you will be placed in
30580 the composer with no role.
30581 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30582 These behave the same as if you pressed the Return.
30583 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30584 match what you might type if there was a role match.)
30586 If you are using the alternate form of the Compose command called
30587 &quot;Role&quot;, then all of your roles will be available to you,
30588 independent of the value of this feauture and of the values set for all of
30589 Reply Use, Forward Use, and Compose Use.
30591 <UL>   
30592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30593 </UL><P>
30594 &lt;End of help on this topic&gt;
30595 </BODY>
30596 </HTML>
30597 ====== h_config_news_cross_deletes =====
30598 <HTML>
30599 <HEAD>
30600 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30601 </HEAD>
30602 <BODY>
30603 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30605 This feature controls what Alpine does when you delete a message in a
30606 newsgroup that appears in more than one newsgroup.  Such a message
30607 is sometimes termed a &quot;crossposting&quot; in that it was posted
30608 across several newsgroups.
30611 Alpine's default behavior when you delete such a message is to remove
30612 only the copy in the current newsgroup from view when you use the
30613 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30616 Enabling this feature causes Alpine to remove every occurrence of the
30617 message from all newsgroups it appears in and to which you are
30618 subscribed.
30621 NOTE: As currently implemented, enabling this feature may increase the
30622 time it takes the Expunge command and newsgroup closing to complete.
30625 <UL>   
30626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30627 </UL><P>
30628 &lt;End of help on this topic&gt;
30629 </BODY>
30630 </HTML>
30631 ====== h_config_news_catchup =====
30632 <HTML>
30633 <HEAD>
30634 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30635 </HEAD>
30636 <BODY>
30637 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30639 This feature controls what Alpine does as it closes a newsgroup.
30640 When set, Alpine will offer to delete all messages from the newsgroup
30641 as you are quitting Alpine or opening a new folder.
30644 This feature is useful if you typically read all the interesting messages
30645 in a newsgroup each time you open it.  This feature saves you from
30646 having to delete each message in a newsgroup as you read it or from
30647 selecting all the messages and doing an
30648 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30649 move on to the next folder or newsgroup.
30652 <UL>   
30653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30654 </UL><P>
30655 &lt;End of help on this topic&gt;
30656 </BODY>
30657 </HTML>
30658 ====== h_config_next_thrd_wo_confirm =====
30659 <HTML>
30660 <HEAD>
30661 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30662 </HEAD>
30663 <BODY>
30664 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30666 This feature controls an aspect of Alpine's Next and Prev commands in
30667 the case where you are using one of the
30668 &quot;separate-index-screen&quot; styles for the configuration option
30669 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30670 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30671 When you are Viewing a particular thread you have a
30672 MESSAGE INDEX of only the messages in that thread.
30673 If you press the Next command with the last message in the thread highlighted
30674 you will normally be asked if you want to &quot;View next thread?&quot;,
30675 assuming there is a next thread to view.
30676 If this feature is set it will be assumed that you always want to view the
30677 next thread and you won't be asked to confirm that.
30678 Similarly, if the first message of the thread is highlighted and you
30679 press the Prev command, this feature will prevent the question
30680 &quot;View previous thread&quot;.
30682 This feature only has an effect in the MESSAGE INDEX screen.
30683 If you then view a particular message from that screen and press the
30684 Next command, you will be sent to the next thread without being asked,
30685 independent of the setting of this feature.
30687 The feature
30688 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30690 &lt;End of help on this topic&gt;
30691 </BODY>
30692 </HTML>
30693 ====== h_config_kw_braces =====
30694 <HTML>
30695 <HEAD>
30696 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30697 </HEAD>
30698 <BODY>
30699 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30701 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30702 TEXT screens.
30703 If you have modified the
30704 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30705 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30706 are used to display keywords or their initials along with the Subject; then
30707 this option may be used to modify the resulting display slightly.
30708 By default, the keywords or initials displayed for these tokens will be
30709 surrounded with curly braces ({ and }) and a trailing space.
30710 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30711 a message, the &quot;SUBJKEY&quot; token will normally look like
30713 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30715 and the SUBJKEYINIT token would look like
30717 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30719 The default character before the keywords is the left brace ({) and the
30720 default after the keywords is the right brace followed by a space (} ).
30722 This option allows you to change that.
30723 You should set it to two values separated by a space.
30724 The values may be quoted if they include space characters.
30725 So, for example, the default value could be specified explicitly by setting this
30726 option to
30728 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30730 The first part wouldn't need to be quoted (but it doesn't hurt).
30731 The second part does need the quotes because it includes a space character.
30732 If you wanted to change the braces to brackets you could use
30734 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30736 Inside the quotes you can use backslash quote to mean quote, so
30738 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30740 would produce
30742 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30744 It is also possible to color keywords in the index using the
30745 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30747 It is not possible to change the fact that a space character is used to
30748 separate the keywords if more than one keyword is set for a message.
30749 It is also not possible to change the fact that there are no separators
30750 between the keyword initials if more than one keyword is set.
30752 &lt;End of help on this topic&gt;
30753 </BODY>
30754 </HTML>
30755 ====== h_config_opening_sep =====
30756 <HTML>
30757 <HEAD>
30758 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30759 </HEAD>
30760 <BODY>
30761 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30763 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30764 With some setups the text of the subject is followed
30765 by the opening text of the message if there is any room available in the index line.
30766 If you have configured your
30767 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30768 to include one of the Subject tokens that causes this behavior
30769 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30770 to modify what is displayed slightly.
30771 By default, the Subject is separated from the opening text of the message by
30772 the three characters space dash space;
30774 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30776 Use this option to set it to something different.
30777 The value must be quoted if it includes any space characters.
30778 For example, the default value could be specified explicitly by setting this
30779 option to
30781 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30783 &lt;End of help on this topic&gt;
30784 </BODY>
30785 </HTML>
30786 ====== h_config_select_wo_confirm =====
30787 <HTML>
30788 <HEAD>
30789 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30790 </HEAD>
30791 <BODY>
30792 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30794 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30795 These commands all take text input to specify the name of the folder or
30796 file to be used, but allow you to press ^T for a list of possible names.
30797 If set, the selected name will be used immediately, without further
30798 opportunity to confirm or edit the name.
30800 Some related help topics are
30801 <UL>
30802 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30803 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30804 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30805 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30806 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30807 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30808 </UL>
30810 &lt;End of help on this topic&gt;
30811 </BODY>
30812 </HTML>
30813 ====== h_config_save_part_wo_confirm =====
30814 <HTML>
30815 <HEAD>
30816 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30817 </HEAD>
30818 <BODY>
30819 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30821 This feature controls an aspect of Alpine's Save command.
30822 By default, when you Save a message that has some deleted parts, you will
30823 be asked to confirm that you want to Save with a prompt that looks like:
30825 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30827 If this feature is set, you will not be asked.
30829 &lt;End of help on this topic&gt;
30830 </BODY>
30831 </HTML>
30832 ====== h_config_use_resentto =====
30833 <HTML>
30834 <HEAD>
30835 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30836 </HEAD>
30837 <BODY>
30838 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30840 This feature is turned off by default because turning it on causes problems
30841 with some deficient IMAP servers.
30842 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30843 <A HREF="h_rule_patterns">Pattern</A>
30844 contains a To header pattern and this feature is turned on,
30845 then a check is made in the message to see
30846 if a Resent-To header is present, and that is used instead of the To header.
30847 If this feature is not turned on, then the regular To header will always
30848 be used.
30851 &lt;End of help on this topic&gt;
30852 </BODY>
30853 </HTML>
30854 ====== h_config_use_reg_start_for_stayopen =====
30855 <HTML>
30856 <HEAD>
30857 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30858 </HEAD>
30859 <BODY>
30860 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30862 This feature affects which message is selected as the current message
30863 when you enter a
30864 <A HREF="h_config_permlocked">Stay Open</A> folder.
30866 Normally, the starting position for an incoming folder (which most Stay Open
30867 folders will likely be) is controlled by the
30868 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30869 However, if a folder is a Stay Open folder, when you re-enter the folder
30870 after the first time the current message will be the same as it was when
30871 you left the folder.
30872 An exception is made if you use the TAB command to get to the folder.
30873 In that case, the message number will be incremented by one from what it
30874 was when you left the folder.
30876 The above special behavior is thought to be useful.
30877 However, it is special and different from what you might at first expect.
30878 If this feature is set, then Stay Open folders will not be treated specially
30879 as far as the startup rule is concerned.
30882 &lt;End of help on this topic&gt;
30883 </BODY>
30884 </HTML>
30885 ====== h_config_use_current_dir =====
30886 <HTML>
30887 <HEAD>
30888 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30889 </HEAD>
30890 <BODY>
30891 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30893 This feature controls an aspect of several commands. 
30894 If set, your &quot;current working directory&quot; 
30895 <!--chtml if pinemode="running"-->
30896 (which, at least for your current Alpine &quot;session,&quot; 
30897 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30898 <!--chtml endif-->
30899 will be used instead of your home directory 
30900 <!--chtml if pinemode="running"-->
30901 (which, in the present configuration of your system, is
30902  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30903 <!--chtml endif-->
30904 for all of the following operations:<UL>
30905     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30906     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30907     <LI> <!--chtml if pinemode="function_key"-->F4
30908          <!--chtml else-->Ctrl-R
30909          <!--chtml endif--> file inclusion in the COMPOSER
30910     <LI> <!--chtml if pinemode="function_key"-->F5
30911          <!--chtml else-->Ctrl-J
30912          <!--chtml endif--> file attachment in the COMPOSER
30913 </UL>
30914 <!--chtml if pinemode="os_windows"-->
30916 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30917 you can set the &quot;current drive&quot; 
30918 by specifying it in the &quot;Start in:&quot; 
30919 box found in the Shortcut tab of the Properties.  
30920 <!--chtml endif-->
30922 <UL>   
30923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30924 </UL>
30927 &lt;End of help on this topic&gt;
30928 </BODY>
30929 </HTML>
30930 ====== h_config_save_wont_delete =====
30931 <HTML>
30932 <HEAD>
30933 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30934 </HEAD>
30935 <BODY>
30936 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30938 This feature controls one aspect of the Save command.  If set, Save will
30939 not mark the message &quot;deleted&quot; (its default behavior) after
30940 it has been copied to the designated folder.
30943 &lt;End of help on this topic&gt;
30944 </BODY>
30945 </HTML>
30946 ====== h_config_use_boring_spinner =====
30947 <HTML>
30948 <HEAD>
30949 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30950 </HEAD>
30951 <BODY>
30952 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30954 When Alpine is delayed for some reason it usually shows that
30955 something is happening with a small animated display in the status
30956 message line near the bottom of the screen.
30957 Setting this feature will cause that animation to be the same
30958 each time instead of having Alpine choose a random animation.
30959 You may turn the animation off altogether by setting the
30960 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30961 option to zero.
30964 &lt;End of help on this topic&gt;
30965 </BODY>
30966 </HTML>
30967 ====== h_config_unsel_wont_advance =====
30968 <HTML>
30969 <HEAD>
30970 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30971 </HEAD>
30972 <BODY>
30973 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30975 This feature controls one aspect of the Unselect Current message command.
30976 Normally, when the Unselect current message command (:) is typed when the
30977 current message is selected, the message will be unselected and the next
30978 message will become the current message.
30979 If this feature is set, the cursor will not advance to the next message.
30980 Instead, the current message will remain the current message after
30981 unselecting.
30984 &lt;End of help on this topic&gt;
30985 </BODY>
30986 </HTML>
30987 ====== h_config_prune_uses_iso =====
30988 <HTML>
30989 <HEAD>
30990 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30991 </HEAD>
30992 <BODY>
30993 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30995 By default, Alpine asks monthly whether or not you would like to rename
30996 some folders to a new name containing the date.
30997 It also asks whether or not you would like to delete some old folders.
30998 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30999 explanation.
31002 By default, the name used when renaming a folder looks like
31004 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31006 For example, the first time you run Alpine in May of 2004,
31007 the folder &quot;sent-mail&quot; might be renamed to
31009 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31011 If this feature is set, the name used will be of the form
31013 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31015 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31016 month (01, 02, ..., 12).
31017 For the April, 2004 example above, it would instead be
31019 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31021 because April is the 4th month of the year.
31022 A reason you might want to set this feature is so that the folders
31023 will sort in chronological order.
31026 &lt;End of help on this topic&gt;
31027 </BODY>
31028 </HTML>
31029 ====== h_config_save_advances =====
31030 <HTML>
31031 <HEAD>
31032 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31033 </HEAD>
31034 <BODY>
31035 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31037 This feature controls one aspect of the Save command.  If set, Save will
31038 (in addition to copying the current message to the designated folder) also
31039 advance to the next message.
31042 &lt;End of help on this topic&gt;
31043 </BODY>
31044 </HTML>
31045 ====== h_config_force_arrow =====
31046 <HTML>
31047 <HEAD>
31048 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31049 </HEAD>
31050 <BODY>
31051 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31053 This feature affects Alpine's MESSAGE INDEX display routine.
31054 If set, the normal inverse-video cursor will be
31055 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31056 second column of the index display.
31058 This is the same index cursor you get if you turn on
31059 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31060 line coloring will still be present if this feature is turned on and
31061 <!--#echo var="FEAT_assume-slow-link"--> is off.
31063 An alternative version of the Arrow cursor is available by including the
31064 <A HREF="h_config_index_arrow_color">ARROW</A>
31065 token in the
31066 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31068 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31069 but that is not implemented.
31072 &lt;End of help on this topic&gt;
31073 </BODY>
31074 </HTML>
31075 ====== h_config_force_low_speed =====
31076 <HTML>
31077 <HEAD>
31078 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31079 </HEAD>
31080 <BODY>
31081 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31083 UNIX Alpine only.
31085 This feature affects Alpine's display routines.  If set, the normal
31086 inverse-video cursor (used to highlight the current item in a list) will be
31087 replaced by an &quot;arrow&quot; cursor and other
31088 screen update optimizations for
31089 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31090 One of the optimizations is that colored index lines (set up with Indexcolor
31091 Rules) will not be colored.
31092 If you are just turning this feature on because you like using
31093 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31094 coloring by turning this feature off and the
31095 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31098 &lt;End of help on this topic&gt;
31099 </BODY>
31100 </HTML>
31101 ====== h_config_show_delay_cue =====
31102 <HTML>
31103 <HEAD>
31104 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31105 </HEAD>
31106 <BODY>
31107 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31109 If set, this feature will cause an asterisk to appear in the upper
31110 left-hand corner of the screen whenever Alpine checks for new mail.
31111 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31112 mailbox to disk.
31114 <!--chtml if pinemode="os_windows"-->
31116 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31117 it is trying to open a network connection (e.g, to open your INBOX
31118 on an IMAP
31119 server) or read from the network connection.  A greater-than symbol,
31120 will be displayed when PC-Alpine is trying to write to the network
31121 connection (e.g, sending a command to your IMAP server).
31122 <!--chtml endif-->
31125 &lt;End of help on this topic&gt;
31126 </BODY>
31127 </HTML>
31128 ====== h_config_color_style =====
31129 <HTML>
31130 <HEAD>
31131 <TITLE>OPTION: Color Style</TITLE>
31132 </HEAD>
31133 <BODY>
31134 <H1>OPTION: Color Style</H1>
31136 UNIX Alpine only.
31138 If the terminal or terminal emulator you are using is capable of displaying
31139 colors, this option controls whether or not color will be used in Alpine.
31140 If you turn color on and things are set up correctly,
31141 you should see color appear on the screen immmediately.
31142 Modern terminal emulators are usually capable of displaying colors.
31144 The available options include:
31147 <DL>
31148 <DT>no-color</DT>
31149 <DD>Don't use color.
31150 </DD>
31152 <DT>use-termdef</DT>
31153 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31154 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31155 how Alpine was compiled.
31156 This is a good option to choose if you switch between a color and a non-color
31157 terminal with the same Alpine configuration.
31158 Alpine will know to use color on the color terminal because it is described
31159 in the termcap entry, and Alpine will know to use black and white on the
31160 non-color terminal.
31161 The Alpine Technical Notes
31162 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31163 have more information on configuring a TERMCAP or TERMINFO
31164 entry for color Alpine.
31165 This is usually something a system administrator does.
31166 </DD>
31168 <DT>force-ansi-8color</DT>
31169 <DD>This is probably the setting that most people should use.
31170 Because setting up a termcap entry is confusing and because the
31171 terminal capabilities database is often not correctly configured for color,
31172 this choice and the next may be easier for you to use.
31173 If your terminal emulator responds to ANSI color escape sequences, which
31174 many do, this option will cause Alpine to believe your terminal will respond
31175 to the escape sequences that produce eight different foreground and background
31176 colors.
31177 The escape sequences used to set the foreground colors are
31179   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31181 where the color_number is an ASCII digit between 0 and 7.
31182 The numbers 0 through 7 should correspond to the colors black, red, green,
31183 yellow, blue, magenta, cyan, and white.
31184 Some terminal emulators use a pre-ANSI scheme that swaps
31185 the colors blue and red and the colors yellow and cyan.
31186 This will cause the default colors to be different, but other than that
31187 things should work fine.
31188 There is also a 9th color available, the last one shown, which is the default
31189 color from the terminal emulator.
31190 When used as a background color some people refer to this color as
31191 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31192 shown in the color swatch of the SETUP COLOR screen.
31193 The foreground transparent color is shown as
31194 the color of the &quot;TRAN&quot; text.
31195 (The transparent color will not work correctly in a PC-Alpine configuration.)
31196 The escape sequences used to set the background colors are the same
31197 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31198 The escape sequences for foreground and background default colors (transparent)
31199 are 39m and 49m.
31201 Note: With the Tera Term terminal emulator this setting works well.
31202 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31203 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31204 menu, in the &quot;Window&quot; submenu.
31205 </DD>
31207 <DT>force-ansi-16color</DT>
31208 <DD>Many terminal emulators know about the same eight colors above
31209 plus eight more.
31210 This option attempts to use all 16 colors.
31211 The same escape sequences as for the eight-color terminal are used
31212 for the first eight colors.
31213 The escape sequences used to set foreground colors 8-15 are the same as
31214 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31215 The background color sequences for colors 8-15 are the same as for 0-7
31216 except the &quot;4&quot; is replaced with &quot;10&quot;.
31217 You can tell if the 16 colors are working by turning on this option
31218 and then going into one of the color configuration screens, for example,
31219 the configuration screen for Normal Color.
31220 If you see 16 different colors to select from (plus a 17th for
31221 the transparent color), it's working.
31222 </DD>
31224 <DT>force-xterm-256color</DT>
31225 <DD>Some versions of xterm (and some other terminal emulators)
31226 have support for 256 colors.
31227 The escape sequences used to set the foreground colors are
31229   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31231 where the color_number is an ASCII digit between 0 and 255.
31232 Background colors are the same with the 38 replaced with a 48.
31233 The numbers 0 through 15 are probably similar to the 16 color version
31234 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31235 The terminal default (transparent) color is the 257th color at the bottom.
31236 Some terminal emulators will misinterpret these escape sequences causing
31237 the terminal to blink or overstrike characters or to do something else
31238 undesirable.
31240 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31241 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31242 this 256-color setting.
31244 </DD>
31245 </DL>
31248 The normal default is &quot;no-color&quot;.
31251 Once you've turned on color you may set the
31252 colors of many objects on the screen individually.
31253 For example, you may add colors to the status letters on the MESSAGE
31254 INDEX page.
31255 Most categories of color that Alpine supports are configurable here.
31256 For example, &quot;Normal Color&quot;
31257 is the color used to display most of the text in Alpine, and
31258 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31259 current message in the MESSAGE INDEX.
31261 Lines in the MESSAGE INDEX may also be colored.
31262 Use Setup Rules to get to the Indexcolor configuration screen.
31265 <UL>   
31266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31267 </UL><P>
31268 &lt;End of help on this topic&gt;
31269 </BODY>
31270 </HTML>
31271 ====== h_config_disable_index_locale_dates =====
31272 <HTML>
31273 <HEAD>
31274 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31275 </HEAD>
31276 <BODY>
31277 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31279 This feature affects the display of dates in the MESSAGE INDEX.
31280 Normally an attempt is made to localize the dates
31281 used in the MESSAGE INDEX display to your locale.
31282 This is controlled with the
31283 LC_TIME locale setting on a UNIX system.
31284 On Windows the Regional Options control panel may be used to set the date format.
31285 At the programming level, Alpine is using the strftime routine
31286 to print the parts of a date.
31288 If this feature is set, dates are displayed in English and
31289 with the conventions of the United States.
31292 <UL>   
31293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31294 </UL><P>
31295 &lt;End of help on this topic&gt;
31296 </BODY>
31297 </HTML>
31298 ====== h_config_auto_open_unread =====
31299 <HTML>
31300 <HEAD>
31301 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31302 </HEAD>
31303 <BODY>
31304 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31306 This feature controls the behavior of the TAB key when traversing folders
31307 in the optional 
31308 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31309 collection or in optional <!--#echo var="VAR_news-collections"-->.
31311 When the TAB
31312 (<A HREF="h_common_nextnew">NextNew</A>)
31313 key is pressed, and there
31314 are no more unseen messages in the current (incoming message or news)
31315 folder, Alpine will search the list of folders in the current collection for
31316 one containing New or Recent (new since the last time the folder was
31317 opened) messages.
31318 This behavior may be modified slightly with the
31319 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31320 feature that causes Alpine to look for Unseen messages instead of Recent
31321 messages.
31322 Normally, when such a folder is found, Alpine will ask
31323 whether you wish to open the folder.  If this feature is set, Alpine will
31324 automatically open the folder without prompting.
31326 This feature also affects some other similar situations.
31327 If you have a
31328 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31329 that is equal to one of the &quot;separate-&quot; values, and you are
31330 viewing a thread; then when you type the NextNew command and are at the
31331 end of the current thread you will automatically go to the next thread
31332 if this feature is set.
31333 By default, you would be asked if you want to view the next thread.
31334 You will also be asked at times whether or not you want to view the next
31335 thread after you delete the last message in the thread.
31336 Setting this feature will also cause that question to be skipped.
31339 <UL>   
31340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31341 </UL><P>
31342 &lt;End of help on this topic&gt;
31343 </BODY>
31344 </HTML>
31345 ====== h_config_auto_include_reply =====
31346 <HTML>
31347 <HEAD>
31348 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31349 </HEAD>
31350 <BODY>
31351 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31353 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31354 will ask whether you wish to include the original message in your reply.
31355 If this feature is set and the feature
31356 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31357 is <EM>not</EM> set, then the original message will be included in the reply
31358 automatically, without prompting.
31360 &lt;End of help on this topic&gt;
31361 </BODY>
31362 </HTML>
31363 ====== h_config_select_in_bold =====
31364 <HTML>
31365 <HEAD>
31366 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31367 </HEAD>
31368 <BODY>
31369 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31371 This feature controls an aspect of Alpine's 
31372 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31373 commands; in
31374 particular, the Select and WhereIs commands. Select and WhereIs (with the
31375 ^X subcommand) will search the current folder for messages meeting a
31376 specified criteria, and &quot;tag&quot; the resulting messages with an 
31377 &quot;X&quot; in the
31378 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31379 is set, instead of using the &quot;X&quot; to denote a selected message, 
31380 Alpine will
31381 attempt to display those index lines in boldface. Whether this is
31382 preferable to the &quot;X&quot; will depend on personal taste and the type of
31383 terminal being used.
31385 <UL>   
31386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31387 </UL><P>
31388 &lt;End of help on this topic&gt;
31389 </BODY>
31390 </HTML>
31391 ====== h_config_alt_auth =====
31392 <HTML>
31393 <HEAD>
31394 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31395 </HEAD>
31396 <BODY>
31397 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31399 This feature affects how Alpine connects to IMAP servers.
31400 It's utility has largely been overtaken by events,
31401 but it may still be useful in some circumstances.
31402 If you only connect to modern IMAP servers that support
31403 &quot;TLS&quot; you can ignore this feature.
31406 Details:
31409 By default, Alpine will attempt to connect to an IMAP server on the
31410 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31411 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31412 then a secure (encrypted) session will be negotiated.
31415 With this feature enabled, before connecting on the normal IMAP port, Alpine
31416 will first attempt to connect to an alternate IMAP service port (993) used
31417 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31418 (SSL) method.
31419 If the SSL attempt fails, Alpine will then try the default
31420 behavior described in the previous paragraph.
31423 TLS negotiation on the normal port is preferred, and supersedes the use of
31424 SSL on port 993, but older servers may not provide TLS support.
31425 This feature may be convenient when accessing IMAP servers that do not support
31426 TLS, but do support SSL connections on port 993.
31427 However, it is important to understand that with this feature enabled,
31428 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31429 but it will proceed to make an insecure connection if that is the only
31430 option offered by the server, or if the Alpine in question has been built
31431 without encryption capability.
31434 Note that this feature specifies a per-user (or system-wide) default
31435 behavior, but host/folder specification flags may be used to control the
31436 behavior of any specific connection.
31437 This feature interacts with some of
31438 the possible host/folder path specification flags as follows:
31441 The <SAMP>/tls</SAMP> host flag, for example,
31444 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31446 will over-ride this feature for the specified host by bypassing the
31447 SSL connection attempt.
31448 Moreover, with <SAMP>/tls</SAMP> specified,
31449 the connection attempt will fail if the
31450 service on port 143 does not offer TLS support.
31453 The <SAMP>/ssl</SAMP> host flag, for example,
31456 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31458 will insist on an SSL connection for the specified host,
31459 and will fail if the SSL service on port 993 is not available.
31460 Alpine will not subsequently retry a connection
31461 on port 143 if <SAMP>/ssl</SAMP> is specified.
31464 <UL>   
31465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31466 </UL><P>
31467 &lt;End of help on this topic&gt;
31468 </BODY>
31469 </HTML>
31470 ====== h_config_file_dir ======
31471 <HTML>
31472 <HEAD>
31473 <TITLE>OPTION: File Directory</TITLE>
31474 </HEAD>
31475 <BODY>
31476 <H1>OPTION: File Directory</H1>
31478 PC-Alpine only.
31480 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31481 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31482 Message Index's &quot;E&nbsp;Export&quot; command.
31485 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31486 component, Alpine assumes the file exists in the user's home directory.
31487 Under Windows operating systems, this definition isn't always clear.  This 
31488 feature allows you to explictly set where Alpine should look for files
31489 without a leading path.
31492 NOTE: this feature's value is ignored if either 
31493 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31494 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31497 <UL>   
31498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31499 </UL><P>
31500 &lt;End of help on this topic&gt;
31501 </BODY>
31502 </HTML>
31503 ====== h_config_quote_all_froms =====
31504 <HTML>
31505 <HEAD>
31506 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31507 </HEAD>
31508 <BODY>
31509 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31511 This feature controls an aspect of the Save command (and also the way
31512 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31513 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31514 when they are saved to another folder, including lines syntactically
31515 distinguishable from the type of message separator line commonly used on
31516 Unix systems.
31519 The default behavior is that a &quot;>&quot; will be prepended only to lines
31520 beginning with &quot;From &quot; that might otherwise be confused with a message
31521 separator line on Unix systems.  If pine is the only mail program you use,
31522 this default is reasonable.  If another program you use has trouble
31523 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31524 enable this feature.  This feature only applies to the common Unix mailbox
31525 format that uses message separator lines beginning with &quot;From &quot;.  If
31526 Alpine has been configured to use a different mailbox format (possibly
31527 incompatible with other mail programs), then this issue does not arise,
31528 and the feature is irrelevant.
31531 &lt;End of help on this topic&gt;
31532 </BODY>
31533 </HTML>
31534 ====== h_config_normal_color =====
31535 <HTML>
31536 <HEAD>
31537 <TITLE>OPTION: Normal Color</TITLE>
31538 </HEAD>
31539 <BODY>
31540 <H1>OPTION: Normal Color</H1>
31542 Sets the color Alpine normally uses.
31543 The foreground color is the color of the actual character and the
31544 background color is the color of the area behind the character.
31545 By default this color is black characters on a white background.
31547 <A HREF="h_color_setup">Descriptions of the available commands</A>
31549 Look <A HREF="h_edit_nav_cmds">here</A>
31550 to see the available Editing and Navigation commands.
31552 &lt;End of help on this topic&gt;
31553 </BODY>
31554 </HTML>
31555 ====== h_config_reverse_color =====
31556 <HTML>
31557 <HEAD>
31558 <TITLE>OPTION: Reverse Color</TITLE>
31559 </HEAD>
31560 <BODY>
31561 <H1>OPTION: Reverse Color</H1>
31563 Sets the color Alpine uses for reverse video characters.
31564 The foreground color is the color of the actual character and the
31565 background color is the color of the area behind the character.
31567 <A HREF="h_color_setup">Descriptions of the available commands</A>
31569 Look <A HREF="h_edit_nav_cmds">here</A>
31570 to see the available Editing and Navigation commands.
31572 &lt;End of help on this topic&gt;
31573 </BODY>
31574 </HTML>
31575 ====== h_config_title_color =====
31576 <HTML>
31577 <HEAD>
31578 <TITLE>OPTION: Title Color</TITLE>
31579 </HEAD>
31580 <BODY>
31581 <H1>OPTION: Title Color</H1>
31583 Sets the color Alpine uses for the titlebar (the top line on the screen).
31584 The foreground color is the color of the actual character and the
31585 background color is the color of the area behind the character.
31586 By default, the Title Color is black characters on a yellow background.
31588 The actual titlebar color may be different from the Title Color if
31589 the option
31590 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31591 is set to some value other than the default.
31592 It may also be different if the current folder is closed and the
31593 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31594 color is set to something different from the Title Color.
31596 <A HREF="h_color_setup">Descriptions of the available commands</A>
31598 Look <A HREF="h_edit_nav_cmds">here</A>
31599 to see the available Editing and Navigation commands.
31601 &lt;End of help on this topic&gt;
31602 </BODY>
31603 </HTML>
31604 ====== h_config_titleclosed_color =====
31605 <HTML>
31606 <HEAD>
31607 <TITLE>OPTION: Title Closed Color</TITLE>
31608 </HEAD>
31609 <BODY>
31610 <H1>OPTION: Title Closed Color</H1>
31612 Sets the color Alpine uses for the titlebar (the top line on the screen)
31613 when the current folder is closed.
31614 The foreground color is the color of the actual character and the
31615 background color is the color of the area behind the character.
31616 By default, the Title Color Closed Color is white characters on a red background.
31618 By setting this color to something noticeable you will be alerted to the
31619 fact that the current folder is closed, perhaps unexpectedly.
31621 &lt;End of help on this topic&gt;
31622 </BODY>
31623 </HTML>
31624 ====== h_config_status_color =====
31625 <HTML>
31626 <HEAD>
31627 <TITLE>OPTION: Status Color</TITLE>
31628 </HEAD>
31629 <BODY>
31630 <H1>OPTION: Status Color</H1>
31632 Sets the color Alpine uses for status messages written to the message
31633 line near the bottom of the screen.
31634 The foreground color is the color of the actual character and the
31635 background color is the color of the area behind the character.
31636 By default, the Status Color is the same as the Reverse Color.
31638 <A HREF="h_color_setup">Descriptions of the available commands</A>
31640 Look <A HREF="h_edit_nav_cmds">here</A>
31641 to see the available Editing and Navigation commands.
31643 &lt;End of help on this topic&gt;
31644 </BODY>
31645 </HTML>
31646 ====== h_config_index_opening_color =====
31647 <HTML>
31648 <HEAD>
31649 <TITLE>OPTION: Index Opening Color</TITLE>
31650 </HEAD>
31651 <BODY>
31652 <H1>OPTION: Index Opening Color</H1>
31654 With some setups the text of the subject is followed
31655 by the opening text of the message if there is any room available in the index line.
31656 If you have configured your
31657 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31658 to include one of the Subject tokens that causes this behavior
31659 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31660 this opening text with this option.
31661 This coloring takes place for all but the current index line, and the Opening
31662 Color appears to be in front of any color from an Index Color Rule.
31664 By default the Index Opening Color is gray characters on a white background.
31667 <A HREF="h_color_setup">Descriptions of the available commands</A>
31669 Look <A HREF="h_edit_nav_cmds">here</A>
31670 to see the available Editing and Navigation commands.
31672 &lt;End of help on this topic&gt;
31673 </BODY>
31674 </HTML>
31675 ====== h_config_index_pri_color =====
31676 <HTML>
31677 <HEAD>
31678 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31679 </HEAD>
31680 <BODY>
31681 <H1>OPTION: Index Priority Symbol Colors</H1>
31683 The X-Priority header is a non-standard header that is used in a
31684 somewhat standard way by many mail programs.
31685 Alpine expects the value of this header to be a digit with a value
31686 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31687 Alpine can be made to display an indication of this priority in
31688 messages by use of one of the tokens
31689 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31690 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31691 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31694 You may set the color used to draw these tokens by use of the colors
31695 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31696 This coloring takes place for all but the current index line, and the Priority
31697 Color appears to be in front of any color from an Index Color Rule.
31698 If the priority has a value of 1 or 2 the High Priority color will be
31699 used,
31700 and if the value is 4 or 5 the Low Priority color will be used.
31702 If you don't set these colors the index line will be colored in the same color as
31703 the bulk of the index line.
31706 <A HREF="h_color_setup">Descriptions of the available commands</A>
31708 Look <A HREF="h_edit_nav_cmds">here</A>
31709 to see the available Editing and Navigation commands.
31711 &lt;End of help on this topic&gt;
31712 </BODY>
31713 </HTML>
31714 ====== h_config_index_subject_color =====
31715 <HTML>
31716 <HEAD>
31717 <TITLE>OPTION: Index Subject Color</TITLE>
31718 </HEAD>
31719 <BODY>
31720 <H1>OPTION: Index Subject Color</H1>
31722 You may set the color used to draw the Subject part of the index line.
31723 This coloring takes place for all but the current index line, and the Subject
31724 Color appears to be in front of any color from an Index Color Rule.
31726 If you don't set this color it will be colored in the same color as
31727 the bulk of the index line.
31730 <A HREF="h_color_setup">Descriptions of the available commands</A>
31732 Look <A HREF="h_edit_nav_cmds">here</A>
31733 to see the available Editing and Navigation commands.
31735 &lt;End of help on this topic&gt;
31736 </BODY>
31737 </HTML>
31738 ====== h_config_index_from_color =====
31739 <HTML>
31740 <HEAD>
31741 <TITLE>OPTION: Index From Color</TITLE>
31742 </HEAD>
31743 <BODY>
31744 <H1>OPTION: Index From Color</H1>
31746 You may set the color used to draw the From part of the index line.
31747 This coloring takes place for all but the current index line, and the From
31748 Color appears to be in front of any color from an Index Color Rule.
31750 If you don't set this color it will be colored in the same color as
31751 the bulk of the index line.
31754 <A HREF="h_color_setup">Descriptions of the available commands</A>
31756 Look <A HREF="h_edit_nav_cmds">here</A>
31757 to see the available Editing and Navigation commands.
31759 &lt;End of help on this topic&gt;
31760 </BODY>
31761 </HTML>
31762 ====== h_config_index_arrow_color =====
31763 <HTML>
31764 <HEAD>
31765 <TITLE>OPTION: Index Arrow Color</TITLE>
31766 </HEAD>
31767 <BODY>
31768 <H1>OPTION: Index Arrow Color</H1>
31770 If you have configured your
31771 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31772 to include the &quot;ARROW&quot; token, you may set the color of
31773 the arrow displayed with this option.
31774 If you don't set the color it will be colored in the same color as
31775 the bulk of the index line.
31778 <A HREF="h_color_setup">Descriptions of the available commands</A>
31780 Look <A HREF="h_edit_nav_cmds">here</A>
31781 to see the available Editing and Navigation commands.
31783 &lt;End of help on this topic&gt;
31784 </BODY>
31785 </HTML>
31786 ====== h_config_index_color =====
31787 <HTML>
31788 <HEAD>
31789 <TITLE>OPTION: Index Colors</TITLE>
31790 </HEAD>
31791 <BODY>
31792 <H1>OPTION: Index Colors</H1>
31794 You may add color to the single character symbols that give the status
31795 of each message in the MESSAGE INDEX.
31796 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31797 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31798 screen depending on whether the message is addressed to you, and whether
31799 the message is marked Important, is Deleted, is Answered, or is New.
31800 The color for each of those characters may be specified by setting the
31801 &quot;Index-to-me&quot; Symbol Color,
31802 the &quot;Index-important&quot; Symbol Color,
31803 the &quot;Index-deleted&quot; Symbol Color,
31804 the &quot;Index-answered&quot; Symbol Color,
31805 and the &quot;Index-new&quot; Symbol Color.
31806 There are also two other symbol colors called &quot;Index-recent&quot;
31807 and &quot;Index-unseen&quot;.
31808 These two colors will only be used if you have configured your
31809 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31810 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31812 The default colors for these symbols are:
31813 <TABLE>
31814 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31815 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31816 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31817 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31818 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31819 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31820 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31821 </TABLE>
31823 Besides coloring the message status symbols, you may also color the
31824 entire index line.
31825 This is done by using the
31826 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31827 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31828 When the entire line is colored that color will be &quot;behind&quot; the
31829 status symbol colors talked about in the paragraph above.
31831 You may also color
31832 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31833 in the index using the
31834 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31835 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31836 the Subject using
31837 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31838 the From field using
31839 <A HREF="h_config_index_from_color">Index From Color</A>;
31840 and the
31841 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31843 <A HREF="h_color_setup">Descriptions of the available commands</A>
31845 Look <A HREF="h_edit_nav_cmds">here</A>
31846 to see the available Editing and Navigation commands.
31848 &lt;End of help on this topic&gt;
31849 </BODY>
31850 </HTML>
31851 ====== h_config_metamsg_color =====
31852 <HTML>
31853 <HEAD>
31854 <TITLE>OPTION: Meta-Message Color</TITLE>
31855 </HEAD>
31856 <BODY>
31857 <H1>OPTION: Meta-Message Color</H1>
31859 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31860 that aren't part of the message itself.
31861 For example, an attachment that isn't shown might produce a meta
31862 message something like:
31864 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31866 If you set the
31867 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31868 option you might see
31870 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31872 Warnings about suspicious looking URLs in HTML will also be colored
31873 with this color.
31875 The foreground color is the color of the actual character and the
31876 background color is the color of the area behind the character.
31877 By default, the Meta-Message Color is black characters on a yellow background.
31879 <A HREF="h_color_setup">Descriptions of the available commands</A>
31881 Look <A HREF="h_edit_nav_cmds">here</A>
31882 to see the available Editing and Navigation commands.
31884 &lt;End of help on this topic&gt;
31885 </BODY>
31886 </HTML>
31887 ====== h_config_keylabel_color =====
31888 <HTML>
31889 <HEAD>
31890 <TITLE>OPTION: KeyLabel Color</TITLE>
31891 </HEAD>
31892 <BODY>
31893 <H1>OPTION: KeyLabel Color</H1>
31895 Sets the color Alpine uses for the labels of the keys in the two-line
31896 menu at the bottom of the screen.
31897 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31898 This option sets the color used when displaying &quot;PrevMsg&quot;.
31899 The foreground color is the color of the actual character and the
31900 background color is the color of the area behind the character.
31901 By default, the KeyLabel Color is the same as the Normal Color.
31903 WARNING: Some terminal emulators have the property that the screen will scroll
31904 down one line whenever a character is written to the character cell in the
31905 lower right corner of the screen.
31906 Alpine can usually avoid writing a character in that corner of the screen.
31907 However, if you have defined a KeyLabel Color then Alpine does have to write
31908 a character in that cell in order to color the cell correctly.
31909 If you find that your display sometimes scrolls up a line this could be
31910 the problem.
31911 The most obvious symptom is probably that the titlebar at the top of the
31912 screen scrolls off the screen.
31913 Try setting KeyLabel Color to Default to see if that fixes the problem.
31915 <A HREF="h_color_setup">Descriptions of the available commands</A>
31917 Look <A HREF="h_edit_nav_cmds">here</A>
31918 to see the available Editing and Navigation commands.
31920 &lt;End of help on this topic&gt;
31921 </BODY>
31922 </HTML>
31923 ====== h_config_keyname_color =====
31924 <HTML>
31925 <HEAD>
31926 <TITLE>OPTION: KeyName Color</TITLE>
31927 </HEAD>
31928 <BODY>
31929 <H1>OPTION: KeyName Color</H1>
31931 Sets the color Alpine uses for the names of the keys in the two-line
31932 menu at the bottom of the screen.
31933 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31934 This option sets the color used when displaying the &quot;P&quot;.
31935 The foreground color is the color of the actual character and the
31936 background color is the color of the area behind the character.
31937 By default, the KeyName Color is the same as the Reverse Color.
31939 <A HREF="h_color_setup">Descriptions of the available commands</A>
31941 Look <A HREF="h_edit_nav_cmds">here</A>
31942 to see the available Editing and Navigation commands.
31944 &lt;End of help on this topic&gt;
31945 </BODY>
31946 </HTML>
31947 ====== h_config_slctbl_color =====
31948 <HTML>
31949 <HEAD>
31950 <TITLE>OPTION: Selectable Item Color</TITLE>
31951 </HEAD>
31952 <BODY>
31953 <H1>OPTION: Selectable Item Color</H1>
31955 Sets the color Alpine uses for selectable items, such as URLs.
31956 The foreground color is the color of the actual character and the
31957 background color is the color of the area behind the character.
31958 By default, the Selectable Item Color is the same as the Normal Color,
31959 except that it is bold.
31961 <A HREF="h_color_setup">Descriptions of the available commands</A>
31963 Look <A HREF="h_edit_nav_cmds">here</A>
31964 to see the available Editing and Navigation commands.
31966 &lt;End of help on this topic&gt;
31967 </BODY>
31968 </HTML>
31969 ====== h_config_quote_color =====
31970 <HTML>
31971 <HEAD>
31972 <TITLE>OPTION: Quote Colors</TITLE>
31973 </HEAD>
31974 <BODY>
31975 <H1>OPTION: Quote Colors</H1>
31977 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31978 screen.
31979 If a line begins with a &gt; character (or space followed by &gt;)
31980 it is considered a quote.
31981 That line will be given the Quote1 Color (first level quote).
31982 If there is a second level of quoting then the Quote2 Color will be used.
31983 Alpine considers there to be a second level of quoting if that first &gt; is
31984 followed by another &gt; (or space followed by &gt;).
31985 If there are characters other than whitespace and &gt; signs, then it isn't
31986 considered another level of quoting.
31987 Similarly, if there is a third level of quoting the Quote3 Color will be
31988 used.
31989 If there are more levels after that the Quote Colors are re-used.
31990 If you define all three colors then it would repeat like Color1, Color2, Color3,
31991 Color1, Color2, Color3, ...
31992 If you only define the first two it would be
31993 Color1, Color2, Color1, Color2, ...
31994 If you define only the Quote1 Color, then the entire quote would be that
31995 color regardless of the quoting levels.
31996 By default, the Quote1 Color is black characters on a greenish-blue background;
31997 the Quote2 Color is black characters on a dull yellow background; and
31998 the Quote3 Color is black characters on a green background.
32000 <A HREF="h_color_setup">Descriptions of the available commands</A>
32002 Look <A HREF="h_edit_nav_cmds">here</A>
32003 to see the available Editing and Navigation commands.
32005 &lt;End of help on this topic&gt;
32006 </BODY>
32007 </HTML>
32008 ====== h_config_folder_color =====
32009 <HTML>
32010 <HEAD>
32011 <TITLE>OPTION: Folder Color</TITLE>
32012 </HEAD>
32013 <BODY>
32014 <H1>OPTION: Folder Color</H1>
32016 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32017 screen. By default, the Folder Color is the normal text color.
32020 If you set a color for this feature, other than the normal color
32021 (the default), or a color for
32022 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32023 will be colored according to the color specified in the
32024 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32025 case, the color will be the only indication that the colored name
32026 refers to a directory. The normal behavior is that Alpine
32027 indicates that a name refers to a directory by appending a
32028 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32029 the folder.
32032 If a folder is a directory, then the folder name will be painted
32033 according to the color defined by this variable, and a separator
32034 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32035 to the name. That
32036 indicator will be painted according to the color defined in the
32037 <A HREF="h_config_directory_color">Directory Color</A> option.
32040 &lt;End of help on this topic&gt;
32041 </BODY>
32042 </HTML>
32043 ====== h_config_directory_color =====
32044 <HTML>
32045 <HEAD>
32046 <TITLE>OPTION: Directory Color</TITLE>
32047 </HEAD>
32048 <BODY>
32049 <H1>OPTION: Directory Color</H1>
32051 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32052 screen. By default, the Folder Color is the normal text color.
32054 If you set a color for this feature, other than the normal color
32055 (the default), or a color for
32056 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32057 will be colored according to the color specified in the
32058 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32059 case, the color will be the only indication that the colored name
32060 refers to a directory. The normal behavior is that Alpine
32061 indicates that a name refers to a directory by appending a
32062 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32063 the folder.
32065 If a folder is a directory, then the folder name will be painted
32066 according to the color defined by the option
32067 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32068 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32069 after the name. That
32070 indicator will be painted according to the color defined in this
32071 option.
32073 &lt;End of help on this topic&gt;
32074 </BODY>
32075 </HTML>
32076 ====== h_config_folder_list_color =====
32077 <HTML>
32078 <HEAD>
32079 <TITLE>OPTION: Folder-List Color</TITLE>
32080 </HEAD>
32081 <BODY>
32082 <H1>OPTION: Folder-List Color</H1>
32084 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32085 screen. By default, the Folder-List Color is the normal text color.
32087 This text refers to the informative text that Alpine displays so you
32088 can recognize each collection. The color of the content of each collection
32089 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32090 and <A HREF="h_config_directory_color">Directory Color</A>.
32092 Unlike the options
32093 <A HREF="h_config_folder_color">Folder Color</A>
32094 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32095 this option does not affect the way that Alpine reports folders,
32096 directories and folders that are directories.
32098 &lt;End of help on this topic&gt;
32099 </BODY>
32100 </HTML>
32101 ====== h_config_incunseen_color =====
32102 <HTML>
32103 <HEAD>
32104 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32105 </HEAD>
32106 <BODY>
32107 <H1>OPTION: Incoming Unseen Color</H1>
32109 If the option
32110 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32111 is turned on it is possible to highlight the folders that contain
32112 unseen messages by coloring them with this color.
32113 By default, this is the same as the Normal Color and no highlighting is done.
32115 Usually the &quot;current&quot; folder (the folder the cursor is on)
32116 is highlighted using reverse video.
32117 If the current folder is colored because it contains unseen messages then
32118 the color used to show that it is also the current folder is controlled
32119 by the
32120 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32121 feature at the top of the SETUP COLOR screen.
32123 <A HREF="h_color_setup">Descriptions of the available commands</A>
32125 Look <A HREF="h_edit_nav_cmds">here</A>
32126 to see the available Editing and Navigation commands.
32128 &lt;End of help on this topic&gt;
32129 </BODY>
32130 </HTML>
32131 ====== h_config_signature_color =====
32132 <HTML>
32133 <HEAD>
32134 <TITLE>OPTION: Signature Color</TITLE>
32135 </HEAD>
32136 <BODY>
32137 <H1>OPTION: Signature Color</H1>
32139 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32140 screen. According to USENET conventions, the signature is defined as the
32141 paragraph following the &quot;sigdashes&quot;, that is, the special line
32142 consisting of the three characters
32143 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32144 empty line right after the sigdashes to be considered as part of the
32145 signature.
32146 By default, the Signature Color is blue characters on a white background.
32148 <A HREF="h_color_setup">Descriptions of the available commands</A>
32150 Look <A HREF="h_edit_nav_cmds">here</A>
32151 to see the available Editing and Navigation commands.
32153 &lt;End of help on this topic&gt;
32154 </BODY>
32155 </HTML>
32156 ====== h_config_prompt_color =====
32157 <HTML>
32158 <HEAD>
32159 <TITLE>OPTION: Prompt Color</TITLE>
32160 </HEAD>
32161 <BODY>
32162 <H1>OPTION: Prompt Color</H1>
32164 Sets the color Alpine uses for confirmation prompts and questions that
32165 appear in the status line near the bottom of the screen.
32166 The foreground color is the color of the actual character and the
32167 background color is the color of the area behind the character.
32168 By default, the Prompt Color is the same as the Reverse Color.
32170 <A HREF="h_color_setup">Descriptions of the available commands</A>
32172 Look <A HREF="h_edit_nav_cmds">here</A>
32173 to see the available Editing and Navigation commands.
32175 &lt;End of help on this topic&gt;
32176 </BODY>
32177 </HTML>
32178 ====== h_config_header_general_color =====
32179 <HTML>
32180 <HEAD>
32181 <TITLE>OPTION: Header General Color</TITLE>
32182 </HEAD>
32183 <BODY>
32184 <H1>OPTION: Header General Color</H1>
32186 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32187 screen.
32188 The foreground color is the color of the actual character and the
32189 background color is the color of the area behind the character.
32190 By default, this is the same as the Normal Color.
32192 It is also possible to set the colors for specific header fields, for
32193 example the Subject, using
32194 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32195 If both a Header General Color and a specific Viewer Header Color are set
32196 the specific color will override the general color, as you would expect.
32198 <A HREF="h_color_setup">Descriptions of the available commands</A>
32200 Look <A HREF="h_edit_nav_cmds">here</A>
32201 to see the available Editing and Navigation commands.
32203 &lt;End of help on this topic&gt;
32204 </BODY>
32205 </HTML>
32206 ====== h_config_incol =====
32207 <HTML>
32208 <HEAD>
32209 <TITLE>Index Line Color</TITLE>
32210 </HEAD>
32211 <BODY>
32212 <H1>Index Line Color</H1>
32214 This option is used to set the color of a line in the index when the
32215 message for that line matches the Pattern.
32216 This colors the whole index line, except possibly the status letters,
32217 which may be colored separately using the
32218 <A HREF="h_color_setup">Setup Kolor</A> screen.
32219 The foreground color is the color of the actual characters and the
32220 background color is the color of the area behind the characters.
32222 <A HREF="h_color_setup">Descriptions of the available commands</A>
32224 Look <A HREF="h_edit_nav_cmds">here</A>
32225 to see the available Editing and Navigation commands.
32227 &lt;End of help on this topic&gt;
32228 </BODY>
32229 </HTML>
32230 ====== h_config_usetransparent_color =====
32231 <HTML>
32232 <HEAD>
32233 <TITLE>OPTION: Use Transparent Color</TITLE>
32234 </HEAD>
32235 <BODY>
32236 <H1>OPTION: Use Transparent Color</H1>
32238 This is a special color supported by some terminal emulators.
32239 It is intended to result in the default foreground or background color
32240 from the terminal emulator.
32241 This is the color the terminal was displaying characters in before you started Alpine.
32242 The reason it is called Transparent is because you could set the foreground color
32243 to some specific color, like Red, and then set the background color to the
32244 Transparent Color. If it works as expected, the background color from the terminal
32245 window in which Alpine is running will show through but with the Red characters
32246 in the foreground.
32248 <A HREF="h_color_setup">Descriptions of the available commands</A>
32250 Look <A HREF="h_edit_nav_cmds">here</A>
32251 to see the available Editing and Navigation commands.
32253 &lt;End of help on this topic&gt;
32254 </BODY>
32255 </HTML>
32256 ====== h_config_usenormal_color =====
32257 <HTML>
32258 <HEAD>
32259 <TITLE>OPTION: Use Normal Color</TITLE>
32260 </HEAD>
32261 <BODY>
32262 <H1>OPTION: Use Normal Color</H1>
32264 When you use this color value, the actual color used will be the same
32265 as the corresponding Normal Color.
32266 For example if your Normal Color is black on white and you set both
32267 the foreground and background colors here to use the Normal Color, you'll
32268 get black on white. If you later change the Normal Color to red on blue
32269 this color will also change to red on blue.
32271 <A HREF="h_color_setup">Descriptions of the available commands</A>
32273 Look <A HREF="h_edit_nav_cmds">here</A>
32274 to see the available Editing and Navigation commands.
32276 &lt;End of help on this topic&gt;
32277 </BODY>
32278 </HTML>
32279 ====== h_config_usenone_color =====
32280 <HTML>
32281 <HEAD>
32282 <TITLE>OPTION: Use None Color</TITLE>
32283 </HEAD>
32284 <BODY>
32285 <H1>OPTION: Use None Color</H1>
32287 This is a special color that simply means to leave the color alone.
32288 It is useful for Index symbols and for Keyword Colors used in the Subject
32289 field of an index line.
32290 The most likely use is to set an explicit foreground color and then set
32291 the background color to the None Color.
32292 That will cause the symbol or keyword to be drawn in the foreground color
32293 with a background equal to whatever color the rest of the index line is already
32294 drawn in.
32295 You will see no visible effect unless you have assigned Indexcolor Rules to
32296 color index lines or you have set an actual color for the Reverse Color.
32298 <A HREF="h_color_setup">Descriptions of the available commands</A>
32300 Look <A HREF="h_edit_nav_cmds">here</A>
32301 to see the available Editing and Navigation commands.
32303 &lt;End of help on this topic&gt;
32304 </BODY>
32305 </HTML>
32306 ====== h_config_dflt_color =====
32307 <HTML>
32308 <HEAD>
32309 <TITLE>OPTION: Default Color</TITLE>
32310 </HEAD>
32311 <BODY>
32312 <H1>OPTION: Default Color</H1>
32314 Setting default will cause the color to be the default color.
32315 Unsetting default is normally done by choosing a color, but in some cases
32316 you may want to declare the current default color to be your non-default
32317 choice.
32318 For example, the default Keyname Color is the same as the Reverse Color.
32319 Whenever the Reverse Color changes the Keyname Color will also change, unless
32320 you've changed it or unset the default box.
32322 <A HREF="h_color_setup">Descriptions of the available commands</A>
32324 Look <A HREF="h_edit_nav_cmds">here</A>
32325 to see the available Editing and Navigation commands.
32327 &lt;End of help on this topic&gt;
32328 </BODY>
32329 </HTML>
32330 ====== h_config_bold_slctbl =====
32331 <HTML>
32332 <HEAD>
32333 <TITLE>OPTION: Bold</TITLE>
32334 </HEAD>
32335 <BODY>
32336 <H1>OPTION: Bold</H1>
32338 The color for this particular section may have the Bold attribute turned
32339 on or off.
32340 Setting bold will cause the characters to be bold.
32342 <A HREF="h_color_setup">Descriptions of the available commands</A>
32344 Look <A HREF="h_edit_nav_cmds">here</A>
32345 to see the available Editing and Navigation commands.
32347 &lt;End of help on this topic&gt;
32348 </BODY>
32349 </HTML>
32350 ====== h_config_kw_color =====
32351 <HTML>
32352 <HEAD>
32353 <TITLE>OPTION: Keyword Colors</TITLE>
32354 </HEAD>
32355 <BODY>
32356 <H1>OPTION: Keyword Colors</H1>
32358 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32359 Keywords are displayed as part of the Subject by default.
32360 They are also displayed as part of the Subject if the tokens
32361 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32362 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32363 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32364 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32366 For example, you might have set up a Keyword
32367 &quot;Work&quot; using the
32368 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32369 You could cause that Keyword to show up as a special color
32370 by setting up the Keyword Color using this option, and then including it
32371 in the MESSAGE INDEX screen using one of the tokens listed above in the
32372 <!--#echo var="VAR_index-format"-->.
32374 <A HREF="h_color_setup">Descriptions of the available commands</A>
32376 Look <A HREF="h_edit_nav_cmds">here</A>
32377 to see the available Editing and Navigation commands.
32379 &lt;End of help on this topic&gt;
32380 </BODY>
32381 </HTML>
32382 ====== h_config_customhdr_color =====
32383 <HTML>
32384 <HEAD>
32385 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32386 </HEAD>
32387 <BODY>
32388 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32390 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32391 For example, you may set the color of the Subject header or the From header.
32392 The foreground color is the color of the actual character and the
32393 background color is the color of the area behind the character.
32395 In addition to setting the colors for particular headers (like the Subject)
32396 you may also set a color to be used for all headers unless overridden by a
32397 more specific Viewer Header Color.
32398 To do this use the
32399 <A HREF="h_config_header_general_color">Header General Color</A>.
32401 For Header Colors,
32402 there is an additional line on the
32403 screen labeled &quot;Pattern to match&quot;.
32404 If you leave that blank, then the whole field for that header will
32405 be colored.
32406 However, if you give a pattern to match, the coloring will only take place
32407 if there is a match for that pattern in the value of the field.
32408 For example, if you are working on a color for the Subject header and
32409 you fill in a pattern of &quot;important&quot;, then only Subjects that
32410 contain the word &quot;important&quot; will be colored.
32412 If the pattern you enter is a comma-separated list of patterns, then coloring
32413 happens if any of those patterns matches.
32415 <A HREF="h_color_setup">Descriptions of the available commands</A>
32417 Look <A HREF="h_edit_nav_cmds">here</A>
32418 to see the available Editing and Navigation commands.
32420 &lt;End of help on this topic&gt;
32421 </BODY>
32422 </HTML>
32423 ====== h_config_indextoken_color =====
32424 <HTML>
32425 <HEAD>
32426 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32427 </HEAD>
32428 <BODY>
32429 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32431 This option allows you to set up the color in which any token, not specified by the
32432 previous options, will be colored in the MESSAGE INDEX screen. 
32434 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32435 a token that can be used in the index format. 
32436 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32438 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32439 enter a new one. Once you have entered a valid token, a line will be added to the
32440 configuration screen that you can use to set up the colors in which that token will
32441 be painted. This is done in the same way that you configure colors for other
32442 variables.
32444 <A HREF="h_color_setup">Descriptions of the available commands</A>
32446 Look <A HREF="h_edit_nav_cmds">here</A>
32447 to see the available Editing and Navigation commands.
32449 &lt;End of help on this topic&gt;
32450 </BODY>
32451 </HTML>
32452 ====== h_config_customhdr_pattern =====
32453 <HTML>
32454 <HEAD>
32455 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32456 </HEAD>
32457 <BODY>
32458 <H1>OPTION: Viewer Header Color Pattern</H1>
32460 If you leave this blank, then the whole field for the header will
32461 be colored.
32462 If you give a pattern to match, the coloring will only take place
32463 if there is a match for that pattern in the value of the field.
32464 For example, if you are working on a color for the Subject header and
32465 you fill in a pattern of &quot;important&quot;, then only Subjects that
32466 contain the word &quot;important&quot; will be colored.
32468 For address headers (like From and To) and for the Newsgroups header,
32469 a pattern match will cause only the matched addresses or newsgroups to be
32470 colored.
32471 If there is no pattern to match, then all of the addresses or newsgroups
32472 in the relevant header will be colored.
32474 The matching pattern may be a comma-separated list of patterns to match
32475 instead of a single pattern.
32476 For example, you could use the pattern &quot;important,urgent&quot; which would
32477 cause a match if either the word &quot;important&quot; or the word
32478 &quot;urgent&quot; appeared in the value of the header.
32479 You could list several comma-separated email addresses in the Header
32480 From Color pattern so that those addresses will be colored when any of
32481 them appear in the From header.
32483 To add a new matching pattern or change the existing pattern use the 
32484 <!--chtml if pinemode="function_key"-->
32485 &quot;F4&quot;
32486 <!--chtml else-->
32487 &quot;C&quot;
32488 <!--chtml endif-->
32489 &quot;Change&quot; command that is available when the &quot;Pattern to
32490 match&quot; line is highlighted.
32492 <!--chtml if pinemode="function_key"-->
32493 &quot;F10&quot;
32494 <!--chtml else-->
32495 &quot;D&quot;
32496 <!--chtml endif-->
32497 &quot;Delete&quot; command may be used to quickly remove all patterns
32498 for a particular header.
32500 &lt;End of help on this topic&gt;
32501 </BODY>
32502 </HTML>
32503 ====== h_color_setup =====
32504 <HTML>
32505 <HEAD>
32506 <TITLE>SETUP COLOR COMMANDS</TITLE>
32507 </HEAD>
32508 <BODY>
32509 <H1>SETUP COLOR COMMANDS</H1>
32510 <!--chtml if pinemode="function_key"-->
32511 <PRE>
32512 Available Commands -- Group 1
32513 -------------------------------
32514 F1  Display this help text
32515 F2  Show other available commands
32516 F3  Exit to MAIN MENU
32517 F4  Select the highlighted foreground or background color
32518 F5  Move to previous line
32519 F6  Move to next line
32520 F7  Previous page
32521 F8  Next page
32522 F9  Add a config section for a header field
32523 F10 Restore all default colors (for all sections)
32524 F11 Print color configuration screen
32525 F12 Whereis (search for word)
32527 Available Commands -- Group 2
32528 -------------------------------
32529 F1  Display this help text
32530 F2  Show other available commands
32531 F5  Delete config section for highlighted header field
32532 F6  Shuffle the order of Header Color sections
32533 </PRE>
32534 <!--chtml else-->
32535 <PRE>
32536 General commands
32537 -------------------------------------------------
32538  ?  Display this help text     E  Exit back to MAIN MENU
32539  P  Previous Line              N  Next Line
32540  -  Previous page             Spc (space bar) Next page
32541  W  WhereIs (search for word)  %  Print color configuration screen
32543 Color Setup Commands
32544 ------------------------------------------------
32545  *  Select the highlighted foreground or background color
32546  A  Add a config section for a header field
32547  D  Delete config section for highlighted header field
32548  R  Restore all default colors (for all sections)
32549  $  Shuffle the order of Header Color sections
32550 </PRE>
32551 <!--chtml endif-->
32553 <H2>Description of the Setup Color Screen</H2>
32555 From this screen you may turn on color and set the colors of
32556 various parts of the Alpine display.
32557 For help on turning on color move your cursor into the Color Style section
32558 at the top of the Setup Color screen and ask for help.
32561 There are several sections in the Setup Color Screen.
32562 At the top are some settings that handle the style of color used
32563 with your terminal emulator (UNIX only), and some settings that
32564 control how the current indexline and the titlebar are colored.
32565 After that comes a long section called GENERAL COLORS that allows
32566 you to set the color of many elements in the Alpine screens.
32567 For example, the color of the titlebar, status messages,
32568 selectable links, quotes and signatures in messages, and so on.
32569 After that is a section called INDEX COLORS that allows you to
32570 set the colors of various pieces of the displayed index lines in
32571 the MESSAGE INDEX screen.
32572 The next section is HEADER COLORS. This is for coloring headers of
32573 messages in the MESSAGE TEXT screen in just about any way you would like.
32574 Finally, the KEYWORD COLORS section allows you to highlight
32575 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32576 in the MESSAGE INDEX screen.
32579 To change a color, highlight the color you want to change (for example,
32580 the Status Color) by moving
32581 the cursor into it.
32582 You may want to read the help text for the color to see a brief desription
32583 of what you are coloring.
32584 Then press &quot;C&quot; for Change to set the color to something new.
32585 That will put you into a screen with two columns of colors, one for
32586 the foreground color and one for the background color.
32587 The foreground color is just the color you want the actual characters
32588 to be and the background color is the color of the rest of the rectangle
32589 behind the characters.
32590 Select the foreground and background colors desired by using the Next and
32591 Prev keys to highlight the color, and the * command to select it.
32593 To set a color to its default value, set the X in the Default line at
32594 the bottom of the list of colors.
32597 The HEADER COLORS section is a little bit different from the others.
32598 Besides coloring the specific fields that Alpine knows about, you may also
32599 color specific header fields when viewing a message in the MESSAGE TEXT
32600 screen.
32601 For example, you may color the Subject header a particular color.
32602 There are a few commands for use with headers.
32603 The &quot;AddHeader&quot; command adds a section to the color
32604 configuration screen that allows you to set the color for that header.
32605 You'll be asked for the name of the header field you want to color.
32606 If you wanted to color the Subject, you would answer
32607 with the word &quot;subject&quot;.
32608 Once you've added a header field, the color setting works just like the
32609 other color fields, except that there is an additional line on the
32610 configuration screen labeled &quot;Pattern to match&quot;.
32611 If you leave that blank, then the whole field for that header will always
32612 be colored.
32613 However, if you give a pattern to match, the coloring will only take place
32614 if there is a match for that pattern in the value of the field.
32615 For example, if you are working on a color for the Subject header and
32616 you fill in a pattern of &quot;important&quot;, then only Subjects that
32617 contain the word &quot;important&quot; will be colored.
32619 The &quot;DeleteHdr&quot; command removes a header section from the
32620 configuration altogether.
32621 The &quot;Shuffle&quot; command changes the order of header sections.
32622 This is only necessary if you use header sections with pattern fields.
32623 For example, if you have two Subject sections, one with one pattern and
32624 another with another pattern, and the subject for a particular message
32625 happens to match both, then the color from the first match is used.
32628 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32629 Each section will change to the default value used for that section when
32630 color is first enabled.
32631 When you restore all default colors the color settings for the Header Colors
32632 will be unset (since that's the default), but the header fields you've
32633 added will remain so that you may easily reset them.
32634 In order to get rid of them completely you'd have to use
32635 the &quot;DeleteHdr&quot; command.
32638 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32639 may be set with matching rules and that is configured separately from
32640 the rest of the color settings described here.
32641 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32642 instead of in the Setup/Kolor section.
32644 <P><UL>
32645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32646 </UL><P>
32647 &lt;End of help on this topic&gt;
32648 </BODY>
32649 </HTML>
32650 ====== h_config_news_uses_recent ======
32651 <HTML>
32652 <HEAD>
32653 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32654 </HEAD>
32655 <BODY>
32656 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32658 This feature causes certain messages to be marked as "New" in the
32659 MESSAGE INDEX of newsgroups.
32660 This feature is set by default.
32664 When opening a newsgroup, Alpine will consult your "newsrc" file and
32665 determine the last message you have previously disposed of via the "D"
32666 key.  If this feature is set, any subsequent messages will be shown in the
32667 Index with an "N", and the first of these messages will be highlighted.
32668 Although this is only an approximation of true "New" or "Unseen"
32669 status, it provides a useful cue to distinguish more-or-less recent
32670 messages from those you have seen previously, but are not yet ready to
32671 mark deleted.
32675 Background: your "newsrc" file (used to store message status information
32676 for newsgroups) is only capable of storing a single flag, and Alpine uses
32677 this to record whether or not you are "done with" a message, as
32678 indicated by marking the message as "Deleted".  Unfortunately, this
32679 means that Alpine has no way to record exactly which messages you have
32680 previously seen, so it normally does not show the "N" status flag for
32681 any messages in a newsgroup. This feature enables a starting
32682 *approximation* of seen/unseen status that may be useful.
32684 &lt;End of help on this topic&gt;
32685 </BODY>
32686 </HTML>
32687 ====== h_config_expose_hidden_config =====
32688 <HTML>
32689 <HEAD>
32690 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32691 </HEAD>
32692 <BODY>
32693 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32695 If set, this causes configuration options and features that are normally
32696 hidden from view to be editable in the Setup/Config screen.
32699 The purpose of this feature is to allow you to change configuration
32700 features and variables that are normally hidden.
32701 This is particularly useful if you are using a remote configuration,
32702 where it is difficult to edit the contents manually, but it may also be used
32703 on a local pinerc configuration file.
32705 If set, several configuration variables and features that are normally
32706 hidden from view will show up in the Setup/Configuration screen.
32707 They will be at the bottom of the configuration screen.
32708 You can find them by searching for the words &quot;hidden configuration&quot;.
32711 Note that this is an advanced feature that should be used with care.
32712 The reason that this part of the configuration is normally hidden is because
32713 there is a significant potential for causing problems if you change these
32714 variables.
32715 If something breaks after a change try changing it back to see if that is
32716 what is causing the problem.
32717 There are also some variables that are normally hidden because they are
32718 manipulated through Alpine in other ways.
32719 For example, colors are normally set using the Setup/Kolors screen and
32720 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32721 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32722 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32723 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32724 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32725 internally by Alpine and not set directly by the user.
32727 <UL>   
32728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32729 </UL><P>
32730 &lt;End of help on this topic&gt;
32731 </BODY>
32732 </HTML>
32733 ====== h_config_disable_signature_edit =====
32734 <HTML>
32735 <HEAD>
32736 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32737 </HEAD>
32738 <BODY>
32739 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32741 If set, this disables the editing of signature files from within
32742 the Setup/Config screen.
32744 <UL>   
32745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32746 </UL><P>
32747 &lt;End of help on this topic&gt;
32748 </BODY>
32749 </HTML>
32750 ====== h_config_disable_roles_templateedit =====
32751 <HTML>
32752 <HEAD>
32753 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32754 </HEAD>
32755 <BODY>
32756 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32758 If set, this disables the editing of template files within the
32759 Role setup screen.
32761 <UL>   
32762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32763 </UL><P>
32764 &lt;End of help on this topic&gt;
32765 </BODY>
32766 </HTML>
32767 ====== h_config_disable_roles_sigedit =====
32768 <HTML>
32769 <HEAD>
32770 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32771 </HEAD>
32772 <BODY>
32773 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32775 If set, this disables the editing of signature files within the
32776 Role setup screen.
32778 <UL>   
32779 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32780 </UL><P>
32781 &lt;End of help on this topic&gt;
32782 </BODY>
32783 </HTML>
32784 ====== h_config_disable_roles_setup =====
32785 <HTML>
32786 <HEAD>
32787 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32788 </HEAD>
32789 <BODY>
32790 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32792 If set, this disables the Setup/Rules/Roles command.
32794 <UL>   
32795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32796 </UL><P>
32797 &lt;End of help on this topic&gt;
32798 </BODY>
32799 </HTML>
32800 ====== h_config_disable_pipes_in_templates =====
32801 <HTML>
32802 <HEAD>
32803 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32804 </HEAD>
32805 <BODY>
32806 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32808 By default, if a template file name is followed by a vertical bar (|) then
32809 that causes the file to be executed to produce the text for the template.
32810 If this feature is set, then this is not allowed.
32812 <UL>   
32813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32814 </UL><P>
32815 &lt;End of help on this topic&gt;
32816 </BODY>
32817 </HTML>
32818 ====== h_config_disable_pipes_in_sigs =====
32819 <HTML>
32820 <HEAD>
32821 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32822 </HEAD>
32823 <BODY>
32824 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32826 By default, if a signature file name is followed by a vertical bar (|) then
32827 that causes the file to be executed to produce the text for the signature.
32828 If this feature is set, then this is not allowed.
32830 <UL>   
32831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32832 </UL><P>
32833 &lt;End of help on this topic&gt;
32834 </BODY>
32835 </HTML>
32836 ====== h_config_disable_password_cmd =====
32837 <HTML>
32838 <HEAD>
32839 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32840 </HEAD>
32841 <BODY>
32842 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32844 If set, then the Setup/Newpassword command is disabled.
32846 <UL>   
32847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32848 </UL><P>
32849 &lt;End of help on this topic&gt;
32850 </BODY>
32851 </HTML>
32852 ====== h_config_disable_password_caching =====
32853 <HTML>
32854 <HEAD>
32855 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32856 </HEAD>
32857 <BODY>
32858 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32860 Normally, loginname/password combinations are cached in Alpine so that
32861 you do not have to enter the same password more than once in a session.
32862 A disadvantage to this approach is that the password must be stored in
32863 the memory image of the running Alpine in order that it can be re-used.
32864 In the event that Alpine crashes and produces a core dump, and that core
32865 dump is readable by others, the loginname and password could be read
32866 from the core dump.
32868 If this feature is set, then the passwords will not be cached and you
32869 will have to retype the password whenever Alpine needs it.
32870 Even with this feature set there is still some chance that the core
32871 file will contain a password, so care should be taken to make the
32872 core files unreadable.
32874 NOTE: If PASSFILE caching is enabled, this does not disable it.
32875 That is a separate and independent feature.
32876 <UL>   
32877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32878 </UL><P>
32879 &lt;End of help on this topic&gt;
32880 </BODY>
32881 </HTML>
32882 ====== h_config_disable_password_file_saving =====
32883 <HTML>
32884 <HEAD>
32885 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32886 </HEAD>
32887 <BODY>
32888 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32890 This feature changes the behavior of Alpine when a login name and password combination
32891 for a specific server is not found in the password file. The default behavior is that
32892 Alpine will ask the user if they wish to save this information in the password file for future
32893 use. It is assumed that if a user created a password file it is because they intend
32894 to use it, but in some instances a user might want to save some passwords and not others.
32895 In this case, enabling this feature will make Alpine not add any more passwords to the
32896 password file and will only use the passwords that it already saved. If you wish to allow
32897 Alpine to save more passwords in the password file, disable this feature.
32899 <UL>   
32900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32901 </UL><P>
32902 &lt;End of help on this topic&gt;
32903 </BODY>
32904 </HTML>
32905 ====== h_config_disable_kb_lock =====
32906 <HTML>
32907 <HEAD>
32908 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32909 </HEAD>
32910 <BODY>
32911 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32913 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32915 <UL>   
32916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32917 </UL><P>
32918 &lt;End of help on this topic&gt;
32919 </BODY>
32920 </HTML>
32921 ====== h_config_disable_config_cmd =====
32922 <HTML>
32923 <HEAD>
32924 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32925 </HEAD>
32926 <BODY>
32927 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32929 If set, then the Setup/Config screen is disabled.
32931 <UL>   
32932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32933 </UL><P>
32934 &lt;End of help on this topic&gt;
32935 </BODY>
32936 </HTML>
32937 ====== h_config_allow_chg_from =====
32938 <HTML>
32939 <HEAD>
32940 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32941 </HEAD>
32942 <BODY>
32943 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32945 This feature affects Alpine's handling of the &quot;From:&quot; header field
32946 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32947 option.
32949 If this feature is set then the From line can be changed just like
32950 all the other header fields that can be changed.
32951 This feature defaults to <EM>ON</EM>.
32953 Even with this feature turned ON (the default) you will not be able 
32954 to change the From header unless you add it to your list of
32955 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32956 You may also want to change the
32957 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32958 if you want the From header to always show up in the composer without
32959 having to type the Rich Headers command first.
32961 Note that many sites restrict the use of this feature in order to
32962 reduce the chance of falsified addresses and misdirected mail.
32963 If you want to change the value of what gets included in the From header
32964 in messages you send
32965 look <A HREF="h_config_change_your_from">here</A> for a description.
32967 <UL>   
32968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32969 </UL><P>
32970 &lt;End of help on this topic&gt;
32971 </BODY>
32972 </HTML>
32973 ====== h_config_disable_collate =====
32974 <HTML>
32975 <HEAD>
32976 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32977 </HEAD>
32978 <BODY>
32979 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32981 This is a hard to understand feature that should only be used in rare cases.
32982 Normally, the C function call
32984 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32986 is used by Alpine.
32987 If you want to try turning it off,
32988 setting this feature will turn it off.
32989 This part of the locale has to do with the sort order
32990 of characters in your locale.
32992 <UL>   
32993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32994 </UL><P>
32995 &lt;End of help on this topic&gt;
32996 </BODY>
32997 </HTML>
32998 ====== h_config_quell_attach_extra_prompt =====
32999 <HTML>
33000 <HEAD>
33001 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33002 </HEAD>
33003 <BODY>
33004 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33006 By default, when you attempt to view an attachment externally
33007 from the &quot;Attachment View&quot; screen, you are asked if you
33008 really want to view the selected attachment.
33011 If this feature is set, you will <B>not</B> be prompted to confirm
33012 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33013 prompt. This feature was added for those wanting to preserve that
33014 behavior (along with 
33015 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33018 <UL>   
33019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33020 </UL><P>
33021 &lt;End of help on this topic&gt;
33022 </BODY>
33023 </HTML>
33024 ====== h_config_quell_attach_ext_warn =====
33025 <HTML>
33026 <HEAD>
33027 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33028 </HEAD>
33029 <BODY>
33030 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33033 This feature suppresses the extra warning you can get when trying
33034 to view an attachment for which there is no mime-type match.  Turning
33035 on this feature will just run the program according to extension
33036 instead of first warning the user that it will run according to the
33037 file's extension.
33039 This feature can be used along side 
33040 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33041 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33043 <UL>   
33044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33045 </UL><P>
33046 &lt;End of help on this topic&gt;
33047 </BODY>
33048 </HTML>
33049 ====== h_config_mailcap_params =====
33050 <HTML>
33051 <HEAD>
33052 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33053 </HEAD>
33054 <BODY>
33055 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33057 If set, this will allow mailcap named parameter substitution to occur
33058 in mailcap entries.
33059 By default, this is turned off to prevent security problems that may occur
33060 with some incorrect mailcap configurations.
33061 For more information, see RFC1524 and look for "named parameters" in the
33062 text of the RFC.
33064 <UL>   
33065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33066 </UL><P>
33067 &lt;End of help on this topic&gt;
33068 </BODY>
33069 </HTML>
33070 ====== h_config_disable_shared =====
33071 <HTML>
33072 <HEAD>
33073 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33074 </HEAD>
33075 <BODY>
33076 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33078 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33079 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33080 will be disabled.
33081 The reason this feature exists is because there are some implementations
33082 of system password lookup routines that are very slow when presented with
33083 a long loginname that does not exist.
33084 This feature could be set to prevent the delay at startup time when the
33085 names above are searched for in the password file.
33087 <UL>   
33088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33089 </UL><P>
33090 &lt;End of help on this topic&gt;
33091 </BODY>
33092 </HTML>
33093 ====== h_config_hide_nntp_path =====
33094 <HTML>
33095 <HEAD>
33096 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33097 </HEAD>
33098 <BODY>
33099 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33101 Normally the Path header that Alpine generates when posting to a newsgroup
33102 contains the name of the computer from which the message is being sent and
33103 the user name.
33104 Some believe that this information is used by spammers.
33105 If this feature is set, that information will be replaced with the text
33107 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33109 instead.
33111 It should be noted that many servers being connected to will still reveal
33112 the information that this feature attempts to protect.
33114 <UL>   
33115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33116 </UL><P>
33117 &lt;End of help on this topic&gt;
33118 </BODY>
33119 </HTML>
33120 ====== h_config_no_bezerk_zone =====
33121 <HTML>
33122 <HEAD>
33123 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33124 </HEAD>
33125 <BODY>
33126 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33128 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33129 (the line that begins with From <SPACE>).
33130 Some versions of Berkeley mail have trouble with this, and don't recognize
33131 the line as a message delimiter.
33132 If this feature is set, the timezone will be left off the delimiter line.
33134 <UL>   
33135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33136 </UL><P>
33137 &lt;End of help on this topic&gt;
33138 </BODY>
33139 </HTML>
33140 ====== h_config_quell_domain_warn =====
33141 <HTML>
33142 <HEAD>
33143 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33144 </HEAD>
33145 <BODY>
33146 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33148 When your configuration is set up so that your domain name contains no dots,
33149 it is usually a configuration error.
33150 By default, Alpine will warn you about this when you start it up.
33151 You will see a warning message that looks like
33154 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33157 If this feature is set, the warning is turned off.
33159 <UL>   
33160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33161 </UL><P>
33162 &lt;End of help on this topic&gt;
33163 </BODY>
33164 </HTML>
33165 ====== h_config_quell_imap_env =====
33166 <HTML>
33167 <HEAD>
33168 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33169 </HEAD>
33170 <BODY>
33171 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33173 In the MESSAGE INDEX screen, if the open folder is being accessed
33174 using IMAP, Alpine normally tries to paint the index lines on the screen
33175 as soon as the information arrives from the IMAP server.
33176 This means that the index information makes it onto the screen more quickly
33177 than it otherwise would.
33178 This sometimes results in behavior that bothers some users.
33179 For example, when paging to a new page of the index, it may be possible for
33180 the lines to be painted on the screen in a random order, rather than from
33181 top to bottom.
33184 Setting this feature causes Alpine to wait for all of the information
33185 to be gathered before it paints the index screen.
33186 Once it collects all of the information, the screen will be painted quickly
33187 from top to bottom.
33189 <UL>   
33190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33191 </UL><P>
33192 &lt;End of help on this topic&gt;
33193 </BODY>
33194 </HTML>
33195 ====== h_config_quell_news_env =====
33196 <HTML>
33197 <HEAD>
33198 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33199 </HEAD>
33200 <BODY>
33201 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33203 In the MESSAGE INDEX screen, if the open folder is being accessed
33204 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33205 as soon as the information arrives from the NNTP server.
33206 This means that the index information makes it onto the screen more quickly
33207 than it otherwise would.
33208 This sometimes results in behavior that bothers some users.
33209 For example, when paging to a new page of the index, it may be possible for
33210 the lines to be painted on the screen in a random order, rather than from
33211 top to bottom.
33214 Setting this feature causes Alpine to wait for all of the information
33215 to be gathered before it paints the index screen.
33216 Once it collects all of the information, the screen will be painted quickly
33217 from top to bottom.
33219 <UL>   
33220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33221 </UL><P>
33222 &lt;End of help on this topic&gt;
33223 </BODY>
33224 </HTML>
33225 ====== h_config_quell_content_id =====
33226 <HTML>
33227 <HEAD>
33228 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33229 </HEAD>
33230 <BODY>
33231 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33233 This feature changes the behavior of Alpine when sending messages.
33234 It is intended to work around a bug in Microsoft's Outlook XP mail user
33235 agent.
33236 As of this writing, Microsoft has acknowledged the bug but
33237 has not added it to the Knowledge Base.
33238 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33239 This particular bug has bug fix number OfficeQFE:4781.
33240 The nature of the bug is that messages with attachments that
33241 contain a Content-ID header (which standard Alpine attachments do)
33242 do not show the attachment indicator (a paperclip) when viewed with
33243 Outlook XP.
33244 So the user has no indication that the message contains an attachment.
33247 If this feature is set then Alpine will remove most Content-ID headers
33248 before sending a message.
33249 If an attachment is of type MESSAGE, then the existing Content-ID headers
33250 inside the message will be left intact.
33251 This would only happen with Alpine if a message was forwarded as an attachment
33252 or if a message with a message attached was forwarded.
33253 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33254 the Content-ID headers of the alternative parts will not be removed.
33257 Because the Content-ID header is a standard part of MIME it is possible
33258 that setting this feature will break something.
33259 For example, if an attachment has a Content-ID header that is necessary
33260 for the correct functioning of that attachment, it is possible that Alpine
33261 may remove that header when the attachment is forwarded.
33262 However, it seems fairly safe at this time.
33265 <UL>   
33266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33267 </UL><P>
33268 &lt;End of help on this topic&gt;
33269 </BODY>
33270 </HTML>
33271 ====== h_config_winpos_in_config =====
33272 <HTML>
33273 <HEAD>
33274 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33275 </HEAD>
33276 <BODY>
33277 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33279 PC-Alpine only.
33282 Normally, PC-Alpine will store its window size and position in the
33283 Windows Registry.
33284 This is convenient if you want to use the same remote
33285 configuration from more than one PC.
33286 If you use multiple configuration files to start PC-Alpine, you may want
33287 to store the window size and position in the configuration file instead
33288 of in the Registry.
33289 Setting this feature causes the value to be stored in 
33290 <A HREF="h_config_window_position">Window-Position</A>.
33293 <UL>   
33294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33295 </UL><P>
33296 &lt;End of help on this topic&gt;
33297 </BODY>
33298 </HTML>
33299 ====== h_config_quell_ssl_largeblocks =====
33300 <HTML>
33301 <HEAD>
33302 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33303 </HEAD>
33304 <BODY>
33305 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33307 PC-Alpine only.
33309 This feature changes the behavior of fetching messages
33310 and attachments so that the message data is fetched in chunks no larger
33311 than 12K bytes.
33312 This works around a bug in Microsoft's SSL/TLS support.
33313 Some versions of Microsoft SSL are not able to read full-sized (16K)
33314 SSL/TLS packets.
33315 Some servers will send such packets and this will
33316 cause PC-Alpine to crash with the error
33319 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33322 Microsoft is aware of the problem and has developed a hotfix for it, it is
33323 discussed in article 300562 in the Microsoft Knowledge Base.
33325 <UL>   
33326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33327 </UL><P>
33328 &lt;End of help on this topic&gt;
33329 </BODY>
33330 </HTML>
33331 ====== h_config_quell_partial =====
33332 <HTML>
33333 <HEAD>
33334 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33335 </HEAD>
33336 <BODY>
33337 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33339 Partial fetching is a feature of the IMAP protocol.
33340 By default, Alpine
33341 will use partial fetching when copying the contents of a message or attachment
33342 from the IMAP server to Alpine.
33343 This means that the fetch will be done in many
33344 small chunks instead of one big chunk. The main benefit of this approach is
33345 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33346 to stop the fetch early. In some cases partial fetching may cause a performance
33347 problem so that the fetching of data takes significantly longer when partial
33348 fetching is used. Turning on this feature will turn off partial fetching.
33350 <UL>   
33351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33352 </UL><P>
33353 &lt;End of help on this topic&gt;
33354 </BODY>
33355 </HTML>
33356 ====== h_config_quell_personal_name_prompt =====
33357 <HTML>
33358 <HEAD>
33359 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33360 </HEAD>
33361 <BODY>
33362 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33364 PC-Alpine only.  This feature quells the prompting for a 
33365 <A HREF="h_config_pers_name">personal name</A>.  This
33366 prompt normally happens before composing a message, and only happens when
33367 there is no personal name already set.
33369 <UL>   
33370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33371 </UL><P>
33372 &lt;End of help on this topic&gt;
33373 </BODY>
33374 </HTML>
33375 ====== h_config_quell_user_id_prompt =====
33376 <HTML>
33377 <HEAD>
33378 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33379 </HEAD>
33380 <BODY>
33381 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33383 PC-Alpine only.  This feature quells the prompting for a 
33384 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33385 if the information can be obtained from the login name used
33386 to open the INBOX.  Normally, this prompt happens before composing
33387 a message, and only happens when there is no user-id already set
33388 in the configuration.
33390 With this feature set, composing a message is only possible after
33391 establishing a connection to the INBOX.
33393 <UL>   
33394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33395 </UL><P>
33396 &lt;End of help on this topic&gt;
33397 </BODY>
33398 </HTML>
33399 ====== h_config_save_aggregates =====
33400 <HTML>
33401 <HEAD>
33402 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33403 </HEAD>
33404 <BODY>
33405 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33407 This feature will optimize an aggregate copy operation, if
33408 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33409 list of the messages to be copied.
33410 This feature is set by default.
33411 This may reduce network traffic and elapsed time for the Save.
33412 <EM>However, many IMAP servers (including the UW IMAP server) do
33413 not preserve the order of messages when this optimization is applied.</EM>
33414 If this feature is not set, 
33415 Alpine will copy each message individually and the order of the messages
33416 will be preserved.
33418 <UL>   
33419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33420 </UL><P>
33421 &lt;End of help on this topic&gt;
33422 </BODY>
33423 </HTML>
33424 ====== h_config_use_system_translation =====
33425 <HTML>
33426 <HEAD>
33427 <TITLE>FEATURE: Use System Translation</TITLE>
33428 </HEAD>
33429 <BODY>
33430 <H1>FEATURE: Use System Translation</H1>
33432 UNIX Alpine only.
33434 Alpine normally uses its own internal software to convert between the multi-byte
33435 representation of characters and the Unicode representation of those
33436 same characters.
33437 It converts from the multi-byte characters your keyboard produces to Unicode,
33438 and from Unicode to the multi-byte characters your display expects.
33439 Alpine also uses its own internal software to decide how much space on
33440 the screen a particular Unicode character will occupy.
33443 Setting this feature tells Alpine to use the system-supplied routines to
33444 perform these tasks instead.
33445 In particular there are three tasks and three system routines that will
33446 be used for these tasks.
33449 To convert from multi-byte to Unicode the routine
33452 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33455 is used.
33456 To convert from Unicode to multi-byte the routine
33459 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33462 is used.
33463 And to find the screen width a particular Unicode character will
33464 occupy the routine used is
33467 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33470 This feature has been only lightly tested.
33471 The internal routines should normally be used unless you run into
33472 a problem that you think may be solved by using the system routines.
33473 Note that your environment needs to be set up for these
33474 routines to work correctly.
33475 In particular, the LANG or LC_CTYPE variable in your environment will
33476 need to be set.
33479 <UL>   
33480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33481 </UL><P>
33482 &lt;End of help on this topic&gt;
33483 </BODY>
33484 </HTML>
33485 ====== h_config_suspend_spawns =====
33486 <HTML>
33487 <HEAD>
33488 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33489 </HEAD>
33490 <BODY>
33491 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33493 This feature affects Alpine's behavior when process suspension is enabled
33494 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33495 temporarily interact with the operating system command &quot;shell&quot; 
33496 without
33497 quitting Alpine, and then subsequently resume the still-active Alpine session.
33500 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33501 is set and subsequently the Ctrl-Z key
33502 is pressed, Alpine will normally suspend itself and return temporary control
33503 to Alpine's parent shell process.  However, if this feature is set, Alpine
33504 will instead create an inferior subshell process.  This is useful when the
33505 parent process is not intended to be used interactively.  Examples include
33506 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33507 or via a menu system.<P>
33509 Note that one typically resumes a suspended Alpine by entering the Unix
33510 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33511 enter the &quot;exit&quot; command instead.
33513 <UL>   
33514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33515 </UL><P>
33516 &lt;End of help on this topic&gt;
33517 </BODY>
33518 </HTML>
33519 ====== h_config_8bit_smtp =====
33520 <HTML>
33521 <HEAD>
33522 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33523 </HEAD>
33524 <BODY>
33525 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33527 This feature affects Alpine's behavior when sending mail.
33528 By default, this feature is set.
33529 Internet standards
33530 require that all electronic mail messages traversing the global Internet
33531 consist of 7bit ASCII characters unless a pair of cooperating mail 
33532 transfer agents explicitly agree to allow 8bit messages.  In general, 
33533 then, exchanging messages in non-ASCII characters requires MIME encoding.
33535 However, there are now Internet standards that allow for unencoded 8bit
33536 exchange of messages between cooperating systems.  When this feature is set
33537 Alpine will try to negotiate unencoded 8bit transmission during the
33538 sending process.  Should the negotiation fail, Alpine will fall back to its
33539 ordinary encoding rules. 
33541 Note, this feature relies on your system's mail transport agent or
33542 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33543 having the negotiation mechanism introduced in
33544 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33545 &quot;8BITMIME&quot;. 
33547 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33548 it is possible that this feature might cause problems for some servers. 
33549 <P><UL>
33550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33551 </UL>
33552 <P>&lt;End of help on this topic&gt;
33553 </BODY>
33554 </HTML>
33555 ====== h_config_8bit_nntp =====
33556 <HTML>
33557 <HEAD>
33558 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33559 </HEAD>
33560 <BODY>
33561 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33563 This feature affects Alpine's behavior when posting news.  
33567 The Internet standard for exchanging USENET news messages (RFC-1036)
33568 specifies that USENET messages should conform to Internet mail standards
33569 and contain only 7bit characters, but much of the news transport software
33570 in use today is capable of successfully sending messages containing 8bit
33571 characters.  Hence, many people believe that it is appropriate to send 8bit
33572 news messages without any MIME encoding.
33576 Moreover, there is no Internet standard for explicitly negotiating 8bit
33577 transfer, as there is for Internet email.  Therefore, Alpine provides the
33578 option of posting unencoded 8bit news messages, though not as the default.
33579 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33580 postings that contain 8bit characters. 
33584 Note, articles may cross a path or pass through news transport software
33585 that is unsafe or even hostile to 8bit characters.  At best this will only
33586 cause the posting to become garbled.  The safest way to transmit 8bit
33587 characters is to leave Alpine's MIME encoding turned on, but recipients
33588 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33589 messages.
33591 &lt;End of help on this topic&gt;
33592 </BODY>
33593 </HTML>
33594 ====== h_config_mark_for_cc =====
33595 <HTML>
33596 <HEAD>
33597 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33598 </HEAD>
33599 <BODY>
33600 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33602 This feature affects Alpine's MESSAGE INDEX display.
33603 By default, a '+' is displayed in the first column if the
33604 message is addressed directly to you.
33605 When this feature is set and the message is not addressed to you, then a
33606 '-' character is displayed if the message is instead Cc'd directly
33607 to you.
33610 <UL>   
33611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33612 </UL><P>
33613 &lt;End of help on this topic&gt;
33614 </BODY>
33615 </HTML>
33616 ====== h_config_tab_uses_unseen =====
33617 <HTML>
33618 <HEAD>
33619 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33620 </HEAD>
33621 <BODY>
33622 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33624 This feature affects Alpine's behavior when using the TAB
33625 <A HREF="h_common_nextnew">NextNew Command</A>
33626 to move from one folder to the next.
33627 Alpine's usual behavior is to search for folders
33628 with <EM>Recent</EM> messages in them.
33629 Recent messages are messages that have arrived since the last time the
33630 folder was opened.
33633 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33634 messages instead of Recent messages.
33635 Unseen messages remain Unseen until you view them (or flag then as Seen with
33636 the <A HREF="h_common_flag">Flag Command</A>).
33637 Setting this feature allows you to locate messages you have not read
33638 instead of only recently received messages.
33639 When this feature is set, the feature
33640 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33641 will have no effect, so the checking may be slower.
33644 Another reason why you might want to use this feature is that Alpine sometimes
33645 opens folders implicitly behind the scenes, and this clears the
33646 Recent status of all messages in the folder.
33647 One example where this happens is when Saving or filtering a
33648 message to another folder.
33649 If that message has some <A HREF="h_config_keywords">keywords</A>
33650 set, then because of some shortcomings
33651 in the IMAP specification, the best way to ensure that those keywords are
33652 still set in the saved copy of the message is to open the folder and
33653 set the keywords explicitly.
33654 Because this clears the Recent status of all messages in that folder the
33655 folder will not be found by the NextNew command unless this feature is set.
33658 &lt;End of help on this topic&gt;
33659 </BODY>
33660 </HTML>
33661 ====== h_config_tab_new_only =====
33662 <HTML>
33663 <HEAD>
33664 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33665 </HEAD>
33666 <BODY>
33667 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33669 This feature affects Alpine's behavior when using the TAB key to move from
33670 one message to the next.  Alpine's usual behavior is to select the next
33671 unread message or message flagged as "Important".
33675 Setting this feature causes Alpine to skip the messages flagged as important,
33676 and select unread messages exclusively.  Tab behavior when there are no
33677 new messages left to select remains unchanged.
33679 &lt;End of help on this topic&gt;
33680 </BODY>
33681 </HTML>
33682 ====== h_config_warn_if_subj_blank =====
33683 <HTML>
33684 <HEAD>
33685 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33686 </HEAD>
33687 <BODY>
33688 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33690 This feature affects Alpine's behavior when you send a message being
33691 composed.
33692 If this option is set, Alpine will check to see if the message about to be sent
33693 has a subject or not.
33694 If not, you will be asked if you want to send the message anyway.
33697 <UL>   
33698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33699 </UL><P>
33700 &lt;End of help on this topic&gt;
33701 </BODY>
33702 </HTML>
33703 ====== h_config_warn_if_fcc_blank =====
33704 <HTML>
33705 <HEAD>
33706 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33707 </HEAD>
33708 <BODY>
33709 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33711 This feature affects Alpine's behavior when you send a message being
33712 composed.
33713 If this option is set, Alpine will check to see if the message about to be sent
33714 has an Fcc or not.
33715 If not, you will be asked if you want to send the message anyway.
33718 <UL>   
33719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33720 </UL><P>
33721 &lt;End of help on this topic&gt;
33722 </BODY>
33723 </HTML>
33724 ====== h_config_warn_if_no_to_or_cc =====
33725 <HTML>
33726 <HEAD>
33727 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33728 </HEAD>
33729 <BODY>
33730 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33732 This feature affects Alpine's behavior when you send a message being
33733 composed.
33734 If this option is set, Alpine will check to see if the message about to be sent
33735 has either a To address, a Cc address, or a Newsgroup.
33736 If none of these is set,
33737 you will be asked if you want to send the message anyway.
33740 This feature is closely related to
33741 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33742 Alpine will normally ask if you want to copy a message only to the Fcc.
33743 This feature also applies to cases where there is a Bcc but still no To, Cc,
33744 or Newsgroup.
33745 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33746 message with only an Fcc, then you won't be asked about sending with
33747 a blank To and Cc and Newsgroups header even if this feature is set.
33748 Similarly, if you have already been asked if you want to send to the Fcc
33749 only and you have answered Yes, then you won't be asked again about sending with
33750 blank To, Cc, and Newsgroups headers even if this feature is set.
33753 <UL>   
33754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33755 </UL><P>
33756 &lt;End of help on this topic&gt;
33757 </BODY>
33758 </HTML>
33759 ====== h_config_quell_dead_letter =====
33760 <HTML>
33761 <HEAD>
33762 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33763 </HEAD>
33764 <BODY>
33765 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33767 This feature affects Alpine's behavior when you cancel a message being
33768 composed.  Alpine's usual behavior is to write the canceled message to
33769 a file named 
33770 <!--chtml if pinemode="os_windows"-->
33771 &quot;DEADLETR&quot;,
33772 <!--chtml else-->
33773 &quot;dead.letter&quot; in your home directory,
33774 <!--chtml endif-->
33775 overwriting any previous message. Under
33776 some conditions (some routine), this can introduce a noticeable delay.
33777 Setting this feature will cause Alpine NOT to write canceled compositions
33778 into the file.
33780 NOTE: Enabling this feature means NO record of canceled messages is
33781 maintained.
33783 This feature affects the newer option
33784 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33785 number of dead letter files to keep around.
33786 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33788 <UL>   
33789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33790 </UL><P>
33791 &lt;End of help on this topic&gt;
33792 </BODY>
33793 </HTML>
33794 ====== h_config_quell_beeps =====
33795 <HTML>
33796 <HEAD>
33797 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33798 </HEAD>
33799 <BODY>
33800 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33802 This feature affects Alpine's behavior when it displays status message
33803 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33804 will not affect the display of such messages, but will cause those that
33805 emit a beep to become silent.
33808 <UL>   
33809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33810 </UL><P>
33811 &lt;End of help on this topic&gt;
33812 </BODY>
33813 </HTML>
33814 ====== h_config_suppress_user_agent =====
33815 <HTML>
33816 <HEAD>
33817 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33818 </HEAD>
33819 <BODY>
33820 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33822 If this feature is set then Alpine will not generate a
33823 <CODE>User-Agent</CODE> header in outgoing messages.
33825 <UL>   
33826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33827 </UL><P>
33828 &lt;End of help on this topic&gt;
33829 </BODY>
33830 </HTML>
33831 ====== h_config_quell_lock_failure_warnings =====
33832 <HTML>
33833 <HEAD>
33834 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33835 </HEAD>
33836 <BODY>
33837 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33839 This feature affects Alpine's behavior when it encounters a problem
33840 acquiring a mail folder lock.  Typically, a secondary file associated
33841 with the mail folder being opened is created as part of the locking
33842 process.  On some systems, such file creation has been administratively
33843 precluded by the system configuration.
33845 Alpine issues a warning when such failures occur, which can become bothersome
33846 if the system is configured to disallow such actions.  Setting this
33847 feature causes Alpine to remain silent when this part of lock creation fails.
33849 WARNING: systems that have been configured in a way that precludes locking
33850 introduce some risk of mail folder corruption when more than one program
33851 attempts to modify the mail folder.  This is most likely to occur to one's
33852 INBOX or other incoming message folder. 
33854 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33856 <UL>   
33857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33858 </UL><P>
33859 &lt;End of help on this topic&gt;
33860 </BODY>
33861 </HTML>
33862 ====== h_config_enable_role_take ======
33863 <HTML>
33864 <HEAD>
33865 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33866 </HEAD>
33867 <BODY>
33868 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33870 Normally, the Take command takes addresses from a message and helps you
33871 put them into your Address Book.
33872 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33873 you may find it useful
33874 to be able to Take information from a message's headers and put it into
33875 a new Rule.
33876 When this feature is set, you will be given an extra prompt that gives
33877 you the choice to Take into the Address Book or Take into a rule.
33878 <P><UL>
33879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33880 </UL>
33882 &lt;End of help on this topic&gt;
33883 </BODY>
33884 </HTML>
33885 ====== h_config_enable_take_export ======
33886 <HTML>
33887 <HEAD>
33888 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33889 </HEAD>
33890 <BODY>
33891 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33893 Normally, the Take command takes addresses from a message and helps you
33894 put them into your Address Book.
33895 When this feature is set, you will be given an extra prompt that gives you
33896 the choice to Take addresses into a file instead of your Address
33897 Book.
33898 Only the user@domain_name part of the address is put in the file.
33899 <P><UL>
33900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33901 </UL>
33903 &lt;End of help on this topic&gt;
33904 </BODY>
33905 </HTML>
33906 ====== h_config_quell_folder_internal_msg ======
33907 <HTML>
33908 <HEAD>
33909 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33910 </HEAD>
33911 <BODY>
33912 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33914 This feature determines whether or not Alpine will create 
33915 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33916 MMDF format. <P> 
33918 Alpine will normally create these pseudo messages when they are not already
33919 present in a standard Unix or MMDF folder.  Their purpose is to record
33920 certain mailbox state data needed for correct IMAP and POP server
33921 operation, and also for Alpine to be able to mark messages as Answered when
33922 the Reply has been postponed.<P>
33924 Sites that do not use IMAP/POP for remote mail access, and that need to
33925 support mail tools that are adversely affected by the presence of the
33926 pseudo-messages (e.g. some mail notification tools) may enable this
33927 feature to tell Alpine not to create them.  Note that Alpine's 
33928 &quot;Answered&quot; flag
33929 capability will be adversely affected if this is done.<P>
33931 Note too that, even if this feature is enabled, Alpine will not remove
33932 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33933 or ipopd servers.) This feature has no effect on folders that are not in
33934 standard Unix or MMDF format, as pseudo-messages are not needed in the
33935 other formats to record mailbox state information.
33936 <P><UL>
33937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33938 </UL>
33940 &lt;End of help on this topic&gt;
33941 </BODY>
33942 </HTML>
33943 ====== h_config_mulnews_as_typed ======
33944 <HTML>
33945 <HEAD>
33946 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33947 </HEAD>
33948 <BODY>
33949 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33951 This feature will be of little use to most users.
33952 It has no effect unless the feature
33953 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33954 is set.
33956 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33957 then the setting of this feature may have an effect on the names of the
33958 newsrc files used.
33959 Normally, the name of the news server will be canonicalized before it is
33960 used in the newsrc file name.
33961 For example, if you type the news server name
33964 <CENTER><SAMP>servername</SAMP></CENTER>
33967 it is likely that the canonical name will be something like
33970 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33973 Or it may be the case that
33976 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33979 is really an alias (a DNS CNAME) for
33982 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33985 If this feature is not set, then the canonicalized names will be used.
33986 If this feature is set, then the name you typed in (or put in your
33987 configuration) will be used.
33989 <P><UL>
33990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33991 </UL>
33993 &lt;End of help on this topic&gt;
33994 </BODY>
33995 </HTML>
33996 ====== h_config_quell_empty_dirs ======
33997 <HTML>
33998 <HEAD>
33999 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34000 </HEAD>
34001 <BODY>
34002 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34004 This feature causes Alpine to remove from the display any directories
34005 that do not contain at least one file or directory.  This can be useful
34006 to prevent overly cluttered folder lists when a collection is stored on
34007 a server that treats all names as both a folder and a directory.
34010 Note, enabling this feature can cause surprising behavior!  For example,
34011 you can still use Add to create a directory, but unless you immediately
34012 enter that directory and create a folder, that newly created directory
34013 may not be displayed next time you enter the folder list.
34016 The description above is not quite correct.
34017 Only directories which potentially may hold messages are hidden if empty.
34018 That is, a directory which is really just a directory and is not selectable
34019 as a folder will not be hidden.
34020 Such directories can occur on servers that treat most names as both a folder
34021 and a directory.
34022 These directories are typically created implicitly when a folder is created
34023 inside a directory that does not yet exist.
34026 <UL>   
34027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34028 </UL><P>
34029 &lt;End of help on this topic&gt;
34030 </BODY>
34031 </HTML>
34032 ====== h_config_termcap_wins =====
34033 <HTML>
34034 <HEAD>
34035 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34036 </HEAD>
34037 <BODY>
34038 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34040 This feature may affect Alpine's low-level input routines.  Termcap (or
34041 terminfo, depending on how your copy of Alpine was compiled and linked)
34042 is the name of the database that describes terminal capabilities.  In
34043 particular, it describes the sequences of characters that various keys
34044 will emit.
34047 An example would be the Up Arrow key on the keyboard.  Up
34048 Arrow is not a distinct character on most Unix systems.  When you press
34049 the Up Arrow key a short sequence of characters are produced.  This
34050 sequence is supposed to be described in the termcap database by the
34051 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34052 are using terminfo instead of termcap).
34055 By default, Alpine defines some terminal
34056 escape sequences that are commonly used.  For example, the sequence
34057 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34058 &quot;ESC&nbsp;[&nbsp;A&quot;
34059 is also recognized as an Up Arrow key.  These are chosen because common
34060 terminals like VT100's or ANSI standard terminals produce these
34061 sequences when you press the Up Arrow key.
34064 If your system's termcap
34065 (terminfo) database assigns some other function to the sequence
34066 &quot;ESC&nbsp;O&nbsp;A&quot;
34067 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34068 database assigns a sequence that doesn't begin with an escape
34069 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34070 This usually works fine
34071 because most terminals emit the escape sequences that Alpine has defined
34072 by default.  We have also found that it is usually better to have these
34073 defaults take precedence over the definitions contained in the database
34074 because the defaults are more likely to be correct than the database.
34077 There are some terminals where this breaks down.  If you want Alpine to
34078 believe the definitions given in your termcap (terminfo) database in
34079 preference to the defaults the Alpine itself sets up, then you may turn
34080 this feature on.  Then, sequences of characters that are defined in
34081 both termcap (terminfo) and in Alpine's set of defaults will be
34082 interpreted the way that termcap (terminfo) says they should be
34083 interpreted.  Also, if your terminal capabilities database assigns a
34084 sequence that doesn't begin with escape, it will not be ignored.
34087 <UL>   
34088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34089 </UL><P>
34090 &lt;End of help on this topic&gt;
34091 </BODY>
34092 </HTML>
34093 ====== h_config_cruise_mode =====
34094 <HTML>
34095 <HEAD>
34096 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34097 </HEAD>
34098 <BODY>
34099 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34101 This feature affects Alpine's behavior when you hit the
34102 &quot;Space&nbsp;Bar&quot; at
34103 the end of a displayed message.  Typically, Alpine complains that the end
34104 of the text has already been reached.  Setting this feature causes such
34105 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34106 taking you to the next &quot;interesting&quot; message,
34107 or scanning ahead to the 
34108 next incoming folder with &quot;interesting&quot; messages.
34111 <UL>   
34112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34113 </UL><P>
34114 &lt;End of help on this topic&gt;
34115 </BODY>
34116 </HTML>
34117 ====== h_config_cruise_mode_delete =====
34118 <HTML>
34119 <HEAD>
34120 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34121 </HEAD>
34122 <BODY>
34123 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34125 This feature modifies the behavior of Alpine's 
34126 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34127 Setting this feature causes Alpine to implicitly delete read
34128 messages when it moves on to display the next &quot;interesting&quot; message.
34130 NOTE: Beware when enabling this feature AND the 
34131 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34132 feature.
34134 <UL>   
34135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34136 </UL><P>
34137 &lt;End of help on this topic&gt;
34138 </BODY>
34139 </HTML>
34140 ====== h_config_slash_coll_entire =====
34141 <HTML>
34142 <HEAD>
34143 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34144 </HEAD>
34145 <BODY>
34146 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34148 The slash (/) command is available from the MESSAGE INDEX screen when
34149 the folder is sorted by either Threads or OrderedSubject, and the
34150 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34151 is set to something other than &quot;none&quot;.
34152 Normally, the slash command Collapses or Expands the subthread that
34153 starts at the currently highlighted message, if any.
34154 If this option is set, then the slash command Collapses or Expands the
34155 <EM>entire</EM> current thread instead of just the subthread.
34156 The current thread is simply the top-level thread that contains the
34157 current message.
34160 <UL>   
34161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34162 </UL><P>
34163 &lt;End of help on this topic&gt;
34164 </BODY>
34165 </HTML>
34166 ====== h_config_color_thrd_import =====
34167 <HTML>
34168 <HEAD>
34169 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34170 </HEAD>
34171 <BODY>
34172 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34174 This option affects only the THREAD INDEX screen.
34175 Whether or not you ever see a THREAD INDEX screen depends on the setting
34176 of the configuration option
34177 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34178 and on the sort order of the index.
34181 If a message within a thread is flagged as Important
34182 and this option is set, then
34183 the entire line in the THREAD INDEX will be colored the color of the
34184 Index-important Symbol, which can be set using the
34185 <A HREF="h_color_setup">Setup Kolor</A> screen.
34188 <UL>   
34189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34190 </UL><P>
34191 &lt;End of help on this topic&gt;
34192 </BODY>
34193 </HTML>
34194 ====== h_config_allow_goto =====
34195 <HTML>
34196 <HEAD>        
34197 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34198 </HEAD>
34199 <BODY>
34200 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34202 This feature modifies the behavior of Alpine's file browser.  Setting this
34203 feature causes Alpine to offer the "G Goto" command in the file browser.
34204 That is the default.
34208 The Goto command allows you to explicitly type in the desired directory.
34210 &lt;End of help on this topic&gt;
34211 </BODY></HTML>
34212 ====== h_config_add_ldap =====
34213 <HTML>
34214 <HEAD>
34215 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34216 </HEAD>
34217 <BODY>
34218 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34220 If both the Directory option
34221 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34222 and this feature are set,
34223 then when an implicit directory lookup is done from the
34224 composer you will automatically be prompted to add the result of the
34225 directory lookup to your address book.
34227 <UL>   
34228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34229 </UL><P>
34230 &lt;End of help on this topic&gt;
34231 </BODY>
34232 </HTML>
34233 ===== h_patterns_compat_behavior =====
34234 <HTML>
34235 <HEAD>
34236 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34237 </HEAD>
34238 <BODY>
34239 <H1>Rules Behavior Changes in Pine 4.50</H1>
34241 In Alpine, Rules that contain unrecognized elements
34242 are ignored.
34243 In most cases, the unrecognized elements will be something that was
34244 added as a new Rules feature in a later version of Alpine.
34245 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34246 ignore rules that contained unrecognized elements.
34247 For example, a new element of Rules that was added in Pine 4.50 is
34248 Age interval.
34249 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34250 all messages older than a week red.
34251 Now, if you run Pine 4.44 using that same configuration file, it will not
34252 recognize the Age interval and so will just ignore it.
34253 That means that all messages will match that rule so all messages will
34254 be colored red when using Pine version 4.44.
34257 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34258 However, since the behavior still exists in versions prior to Pine 4.50 and
34259 since Filtering is a potentially destructive operation, another measure
34260 was taken to attempt to avoid unintentional Filtering of messages.
34261 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34262 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34263 will be copied to a new Filters configuration variable
34264 with a different name (&quot;Patterns-Filters2&quot;).
34265 From then on, Alpine will continue to use the new
34266 variable.
34267 Of course, Pine version 4.44 or lower will continue to use the old
34268 variable.
34269 That means that if you are using Alpine
34270 and also using a version of Pine that is older than 4.50, they will not
34271 share the configuration information about Filters.
34272 If you make a change in one version you won't see it in the other version.
34275 Since Scoring can be used to trigger Filtering, the same thing has been
34276 done for Score rules.
34277 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34278 and the new name is (&quot;Patterns-Scores2&quot;).
34279 The same is not true of Role, Indexcolor, and Other rules that are
34280 thought to be less harmful when a mistake is made.
34283 &lt;End of help on this topic&gt;
34284 </BODY>
34285 </HTML>
34286 ======= h_config_filt_opts_sentdate =======
34287 <HTML>
34288 <HEAD>
34289 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34290 </HEAD>
34291 <BODY>
34292 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34294 By default, the Age interval of a Pattern uses a message's time of
34295 arrival to compute the age of the message.
34296 If this feature is set, the date in the message's Date header will
34297 be used instead.
34299 &lt;End of help on this topic&gt;
34300 </BODY>
34301 </HTML>
34302 ======= h_config_filt_opts_notdel =======
34303 <HTML>
34304 <HEAD>
34305 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34306 </HEAD>
34307 <BODY>
34308 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34310 If this option is set then a message will be moved into the
34311 specified folder only if it is not marked for deletion.
34312 This is useful if you have multiple Alpine sessions running
34313 simultaneously and you don't want messages to be filtered into a
34314 folder more than once.
34315 It is also useful if you want to filter
34316 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34317 This method is not foolproof.
34318 There may be cases where a message
34319 gets marked deleted and so it is never filtered into the folder.
34320 For example, if you deleted it in another Alpine session or another mail
34321 program that didn't use the filtering rule.
34323 This option has no effect if the Filter Action is not set to Move.
34325 &lt;End of help on this topic&gt;
34326 </BODY>
34327 </HTML>
34328 ======= h_config_filt_opts_nonterm =======
34329 <HTML>
34330 <HEAD>
34331 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34332 </HEAD>
34333 <BODY>
34334 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34336 If this option is set then this is a non-terminating rule.
34337 Usually, for each message, Alpine searches through the Filter Rules until
34338 a match is found and then it performs the action associated with that rule.
34339 Rules following the match are not considered.
34340 If this option is set then the search for matches will continue at the next
34341 rule.
34343 If a non-terminating rule matches then the actions associated with
34344 that rule, except for any implied deletion of the message, are performed
34345 before the match for the next rule is checked.
34346 For example, if the non-terminating rule sets the Important status, then that
34347 status will be set when the next rule is considered.
34348 However, if the non-terminating rule Moves the message, the message will
34349 actually be copied instead of copied and deleted so that it is still there
34350 for the next rule.
34351 A moved message is deleted after all the relevant rules have been checked.
34352 The name of the &quot;Move&quot; action is confusing in this case because
34353 a single message can be moved to more than one folder.
34354 It turns the Move into a Copy instead, but it is still followed by a deletion
34355 at the end.
34357 This option may be useful if you want to have a single message filtered to
34358 two different folders because it matches two different Patterns.
34359 For example, suppose you normally filter messages to a particular mailing
34360 list into one folder, and messages addressed directly to you into a second
34361 folder.
34362 If a message is sent to both you and the list (and you can tell that by
34363 looking at the headers of the message) this option may give you a convenient
34364 way to capture a copy to each folder.
34365 (It may also cause you to capture two copies to each folder,
34366 depending on whether your mail system delivers one or two copies of the
34367 message to you and on how the list works.)
34369 &lt;End of help on this topic&gt;
34370 </BODY>
34371 </HTML>
34372 ===== h_mainhelp_smime ======
34373 <HTML>
34374 <HEAD>
34375 <TITLE>S/MIME Overview</TITLE>
34376 </HEAD>
34377 <BODY>
34378 <H1>S/MIME Overview</H1>
34380 S/MIME is a standard for the public key encryption and signing of email.
34381 UNIX Alpine contains a basic implementation of S/MIME based on
34382 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34383 To check if this version of Alpine supports S/MIME look at
34384 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34385 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34387 Some limitations:
34388 <UL>
34389    <LI> There is no PC-Alpine implementation.
34390    <LI> There is no provision for checking for CRLs
34391         (Certificate Revocation Lists) in Alpine.
34392    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34393    <LI> There is no mechanism available for feeding either an entire incoming
34394         or an entire outgoing message to an external
34395         filter and using that external filter to do S/MIME or PGP processing.
34396    <LI> Because the implementation currently uses OpenSSL, there is only a very
34397         limited integration with the Mac OS Keychain (the storing and access of
34398         public certificates).
34399 </UL>
34401 The S/MIME configuration screen is reached by going to the Main Menu and typing
34402 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34405 <H2>S/MIME BASICS</H2>
34407 In order to digitally sign messages you send you must have a public/private key-pair.
34408 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34409 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34410 users or a company which provides certificates for its workers.
34411 These certificates are bound to an email address, so the identity being verified is the
34412 email address not a person's name.
34414 Mail is signed by using the sender's private key, which only the owner of the private key
34415 has access to.
34416 The signature is verified using the signer's public key, which anyone can
34417 have access to.
34418 With Alpine, the first time you receive a signed message the public key of the
34419 sender will be stored for future use.
34422 Mail is encrypted using the recipient's public key and decrypted by
34423 the recipient with their private key.
34426 You need a key of your own in order to sign outgoing messages and to have others
34427 encrypt messages sent to you.
34428 You do not need a key of your own to verify signed messages sent by others or to
34429 encrypt messages sent to others.
34431 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34433 By default UNIX Alpine stores the certificates it uses in a directory in your
34434 home directory.
34435 The directory name is
34437 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34439 Within that directory are three subdirectories.
34440 Each of the three subdirectories contains files with PEM-encoded contents,
34441 the default format for OpenSSL.
34442 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34443 The files within that directory have names that are email addresses with the
34444 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34445 An example filename is
34447 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34449 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34450 your private key.
34451 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34452 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34453 Authorities that you want to trust but that aren't contained in the set of system CAs.
34454 Those files may have arbitrary names as long as they end with the
34455 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34457 <H2>HOW TO SIGN AND ENCRYPT</H2>
34459 If you have a certificate you may sign outgoing messages.
34460 After typing the Ctrl-X command to send a message you will see the prompt
34462 <CENTER><SAMP>Send message?</SAMP></CENTER>
34464 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34465 Typing the &quot;G&quot; command will change the prompt to
34467 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34469 Typing the &quot;E&quot; command will change the prompt to
34471 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34473 You may even type both to get
34475 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34478 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34480 The reading of a signed message should not require any special action on
34481 your part.
34482 There should be an editorial addition at the start of the message which
34483 says either
34485 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34489 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34491 If an encrypted message is sent to you the encrypted text will not
34492 be shown.
34493 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34494 you are viewing the message) and supply your passphrase when asked.
34496 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34497 which gives you some information about the certificate used to sign or encrypt the message.
34499 <H2>MISCELLANEOUS</H2>
34501 If you have access to a private certificate in the PKCS12 format, which 
34502 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34503 use the following commands to generate private keys, public and certificate
34504 authorities certificates. In the examples below, we assume that the 
34505 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34506 that your email address is &quot;your@address.com&quot;.
34509 In order to create a private key use the command
34511 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34513 In order to create a public certificate use the command
34515 <CENTER><SAMP>
34516 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34517 </SAMP></CENTER>
34519 In order to create a certificate authority certificate use the command
34521 <CENTER><SAMP>
34522 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34523 </SAMP></CENTER>
34525 <P> If the previous command produces an empty file, it means that the 
34526 certificate authority was not included in the .p12 file, so you will have 
34527 to get it from some other sources. You will need these certificates, so 
34528 that you can validate correctly signatures.
34531 After you have exported these certificates and keys, you can  use the import 
34532 command in Alpine, from the S/MIME configuration screen,
34533 to import these certificates into Alpine. They will be available for use
34534 as soon as you import them.
34536 &lt;End of help on this topic&gt;
34537 </BODY>
34538 </HTML>
34539 ====== h_config_smime_pubcertdir =====
34540 <HTML>
34541 <HEAD>
34542 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34543 </HEAD>
34544 <BODY>
34545 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34547 UNIX Alpine only.
34549 If the option
34550 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34551 is set then this option will have no effect.
34553 Normally, Public Certificates for use with S/MIME will be stored in the directory
34554 which is the value of this option.
34555 Those certificates will be stored in PEM format, one certificate per file.
34556 The name of the file for the certificate corresponding to
34558 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34560 should be
34562 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34564 For example, a file for user@example.com would be in the file
34566 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34568 in this directory.
34570 Use the Setup/SMIME screen to modify this variable.
34572 Typically, the public certificates that you have will come from S/MIME signed
34573 messages that are sent to you.
34574 Alpine will extract the public certificate from the signed message and store
34575 it in the certificates directory.
34576 These PEM format public certificates look something like:
34577 <PRE>
34578 -----BEGIN CERTIFICATE-----
34579 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34580 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34581 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34583 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34584 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34585 -----END CERTIFICATE-----
34586 </PRE>
34588 <UL>   
34589 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34590 </UL><P>
34592 <UL>   
34593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34594 </UL><P>
34595 &lt;End of help on this topic&gt;
34596 </BODY>
34597 </HTML>
34598 ====== h_config_smime_pubcertcon =====
34599 <HTML>
34600 <HEAD>
34601 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34602 </HEAD>
34603 <BODY>
34604 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34606 UNIX Alpine only.
34608 If this option is set it will be used instead of
34609 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34611 This option gives you a way to store certificates remotely on an IMAP server
34612 instead of storing the certificates one per file locally.
34613 In order to do that you just give this option a remote folder name for a folder
34614 which does not yet exist.
34615 The name is similar to the name you might use for a remote configuration file.
34616 A remote folder name might look something like:
34618 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34621 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34622 about the syntax of folder names.
34624 Use the Setup/SMIME screen to modify this variable.
34626 <UL>   
34627 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34628 </UL><P>
34630 <UL>   
34631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34632 </UL><P>
34633 &lt;End of help on this topic&gt;
34634 </BODY>
34635 </HTML>
34636 ====== h_config_smime_privkeydir =====
34637 <HTML>
34638 <HEAD>
34639 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34640 </HEAD>
34641 <BODY>
34642 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34644 UNIX Alpine only.
34646 In order to sign outgoing S/MIME messages you will need a
34647 personal digital ID certificate.
34648 You will usually get such a certificate from a certificate authority such as
34649 Thawte or CAcert.
34650 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34651 need the public certificate of the recipient instead.)
34652 If the option
34653 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34654 is set then this option will have no effect.
34656 Normally, Private Keys for use with S/MIME will be stored in the directory
34657 which is the value of this option.
34658 Those certificates will be stored in PEM format, one certificate per file.
34659 The name of the file for the certificate corresponding to your
34661 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34663 should be
34665 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34667 For example, if your address is user@example.com the name of the file would be
34669 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34671 in this directory.
34673 Use the Setup/SMIME screen to modify this variable.
34675 Typically, the private key that you have will come from a Certificate
34676 Authority.
34677 The private key should be stored in a PEM format file that
34678 looks something like:
34679 <PRE>
34680 -----BEGIN RSA PRIVATE KEY-----
34681 Proc-Type: 4,ENCRYPTED
34682 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34684 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34685 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34686 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34688 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34689 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34690 -----END RSA PRIVATE KEY-----
34691 </PRE>
34693 <UL>   
34694 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34695 </UL><P>
34697 <UL>   
34698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34699 </UL><P>
34700 &lt;End of help on this topic&gt;
34701 </BODY>
34702 </HTML>
34703 ====== h_config_smime_privkeycon =====
34704 <HTML>
34705 <HEAD>
34706 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34707 </HEAD>
34708 <BODY>
34709 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34711 UNIX Alpine only.
34713 If this option is set it will be used instead of
34714 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34716 This option gives you a way to store keys remotely on an IMAP server
34717 instead of storing the keys one per file locally.
34718 In order to do that you just give this option a remote folder name for a folder
34719 which does not yet exist.
34720 The name is similar to the name you might use for a remote configuration file.
34721 A remote folder name might look something like:
34723 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34726 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34727 about the syntax of folder names.
34729 Use the Setup/SMIME screen to modify this variable.
34731 <UL>   
34732 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34733 </UL><P>
34735 <UL>   
34736 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34737 </UL><P>
34738 &lt;End of help on this topic&gt;
34739 </BODY>
34740 </HTML>
34741 ====== h_config_smime_cacertdir =====
34742 <HTML>
34743 <HEAD>
34744 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34745 </HEAD>
34746 <BODY>
34747 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34749 UNIX Alpine only.
34751 If the option
34752 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34753 is set then this option will have no effect.
34755 CACert is a shorthand name for certification authority certificate.
34756 Normally Alpine will use the CACerts that are located in the standard system
34757 location for CACerts.
34758 It may be the case that one of your correspondents has a Digital ID which has
34759 been signed by a certificate authority that is not in the regular set of system certificate
34760 authorities.
34761 You may supplement the system list by adding further certificates of your own.
34762 These should  be stored in the directory
34763 which is the value of this option.
34764 The certificates will be stored in PEM format, one certificate per file.
34765 The names of the files can be anything ending in &quot;.crt&quot;.
34767 Use the Setup/SMIME screen to modify this variable.
34769 These PEM format CA certificates look very similar to your public
34770 certificates for particular email addresses
34771 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34773 <UL>   
34774 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34775 </UL><P>
34777 <UL>   
34778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34779 </UL><P>
34780 &lt;End of help on this topic&gt;
34781 </BODY>
34782 </HTML>
34783 ====== h_config_smime_cacertcon =====
34784 <HTML>
34785 <HEAD>
34786 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34787 </HEAD>
34788 <BODY>
34789 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34791 UNIX Alpine only.
34793 If this option is set it will be used instead of
34794 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34796 This option gives you a way to store certificates remotely on an IMAP server
34797 instead of storing the certificates one per file locally.
34798 In order to do that you just give this option a remote folder name for a folder
34799 which does not yet exist.
34800 The name is similar to the name you might use for a remote configuration file.
34801 A remote folder name might look something like:
34803 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34806 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34807 about the syntax of folder names.
34809 Use the Setup/SMIME screen to modify this variable.
34811 <UL>   
34812 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34813 </UL><P>
34815 <UL>   
34816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34817 </UL><P>
34818 &lt;End of help on this topic&gt;
34819 </BODY>
34820 </HTML>
34821 ========== h_config_smime_sign_by_default ==========
34822 <HTML>
34823 <HEAD>
34824 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34825 </HEAD>
34826 <BODY>
34827 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34829 UNIX Alpine only.
34831 This feature only has an effect if your version of Alpine includes
34832 support for S/MIME.
34833 It affects Alpine's behavior when you send a message.
34834 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34836 Only the default value is affected.
34837 In any case, you may still toggle the Signing option on or off before sending
34838 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34839 certificate).
34841 <UL>   
34842 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34843 </UL><P>
34846 <UL>   
34847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34848 </UL><P>
34849 &lt;End of help on this topic&gt;
34850 </BODY>
34851 </HTML>
34852 ========== h_config_smime_use_cert_store ==========
34853 <HTML>
34854 <HEAD>
34855 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34856 </HEAD>
34857 <BODY>
34858 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34860 UNIX Alpine only.
34862 This feature only has an effect if your version of Alpine includes
34863 support for S/MIME.
34864 It affects Alpine's behavior when you validate a message, and should
34865 not be disabled, unless you are performing a test.
34867 There are two important aspects of validation: validation of the message
34868 (that is, the message was not modified after it was sent) 
34869 as well as validation of the identity of the sender. This option has to 
34870 do with the latter. 
34872 In order to validate that the message came from the sender in the message
34873 and not an impersonator, Alpine can 
34874 either use the certificates that come in the message, or the ones that 
34875 you have personally stored. If this feature is enabled (the default) then 
34876 Alpine will use certificates that you have already saved in your store 
34877 and not those that come in the message to validate the sender of the 
34878 message. This behavior helps you prevent against impersonation, because 
34879 it is assumed that you trust the certificates that you have saved, and 
34880 might not trust those that came with the message that you are validating.
34882 <UL>   
34883 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34884 </UL><P>
34887 <UL>   
34888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34889 </UL><P>
34890 &lt;End of help on this topic&gt;
34891 </BODY>
34892 </HTML>
34893 ========== h_config_smime_pubcerts_in_keychain ==========
34894 <HTML>
34895 <HEAD>
34896 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34897 </HEAD>
34898 <BODY>
34899 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34901 UNIX Alpine only.
34903 If this feature is set the Mac OS X default keychain will be used as the place
34904 to store public certificates instead of a
34905 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34906 or a
34907 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34909 <UL>   
34910 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34911 </UL><P>
34913 <UL>   
34914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34915 </UL><P>
34916 &lt;End of help on this topic&gt;
34917 </BODY>
34918 </HTML>
34919 ========== h_config_smime_dont_do_smime ==========
34920 <HTML>
34921 <HEAD>
34922 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34923 </HEAD>
34924 <BODY>
34925 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34927 UNIX Alpine only.
34929 Setting this feature turns off all of Alpine's S/MIME support.
34930 You might want to set this if you are having trouble due to the S/MIME support.
34932 <UL>   
34933 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34934 </UL><P>
34937 <UL>   
34938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34939 </UL><P>
34940 &lt;End of help on this topic&gt;
34941 </BODY>
34942 </HTML>
34943 ========== h_config_smime_encrypt_by_default ==========
34944 <HTML>
34945 <HEAD>
34946 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34947 </HEAD>
34948 <BODY>
34949 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34951 UNIX Alpine only.
34953 This feature only has an effect if your version of Alpine includes
34954 support for S/MIME.
34955 It affects Alpine's behavior when you send a message.
34956 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34958 Only the default value is affected.
34959 In any case, you may still toggle the Encrypt option on or off before sending
34960 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34961 for the recipient).
34963 <UL>   
34964 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34965 </UL><P>
34968 <UL>   
34969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34970 </UL><P>
34971 &lt;End of help on this topic&gt;
34972 </BODY>
34973 </HTML>
34974 ========== h_config_smime_remember_passphrase ==========
34975 <HTML>
34976 <HEAD>
34977 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34978 </HEAD>
34979 <BODY>
34980 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34982 UNIX Alpine only.
34984 This feature only has an effect if your version of Alpine includes
34985 support for S/MIME.
34986 If this option is set, you will only have to enter your passphrase for your private key
34987 once during an Alpine session.
34989 <UL>   
34990 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34991 </UL><P>
34994 <UL>   
34995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34996 </UL><P>
34997 &lt;End of help on this topic&gt;
34998 </BODY>
34999 </HTML>
35000 ====== h_config_smime_transfer_pub_to_con =====
35001 <HTML>
35002 <HEAD>
35003 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35004 </HEAD>
35005 <BODY>
35006 <H1>S/MIME: Transfer Public Certs to Container</H1>
35008 UNIX Alpine only.
35010 The Transfer command will copy the public certificates in your configured
35011 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35012 to the container in your configured
35013 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35014 This might be useful if you decide to switch from using a cert directory to a cert
35015 container.
35017 Warning: Any previous contents in the container will be lost.
35019 <UL>   
35020 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35021 </UL><P>
35023 <UL>   
35024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35025 </UL><P>
35026 &lt;End of help on this topic&gt;
35027 </BODY>
35028 </HTML>
35029 ====== h_config_smime_transfer_pub_to_dir =====
35030 <HTML>
35031 <HEAD>
35032 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35033 </HEAD>
35034 <BODY>
35035 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35037 UNIX Alpine only.
35039 The Transfer command will copy the public certificates in your configured
35040 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35041 to the directory in your configured
35042 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35043 This might be useful if you decide to switch from using a cert container to a cert
35044 directory.
35046 <UL>   
35047 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35048 </UL><P>
35050 <UL>   
35051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35052 </UL><P>
35053 &lt;End of help on this topic&gt;
35054 </BODY>
35055 </HTML>
35056 ====== h_config_smime_transfer_priv_to_con =====
35057 <HTML>
35058 <HEAD>
35059 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35060 </HEAD>
35061 <BODY>
35062 <H1>S/MIME: Transfer Private Keys to Container</H1>
35064 UNIX Alpine only.
35066 The Transfer command will copy the private keys in your configured
35067 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35068 to the container in your configured
35069 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35070 This might be useful if you decide to switch from using a key directory to a key
35071 container.
35073 Warning: Any previous contents in the container will be lost.
35075 <UL>   
35076 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35077 </UL><P>
35079 <UL>   
35080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35081 </UL><P>
35082 &lt;End of help on this topic&gt;
35083 </BODY>
35084 </HTML>
35085 ====== h_config_smime_transfer_priv_to_dir =====
35086 <HTML>
35087 <HEAD>
35088 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35089 </HEAD>
35090 <BODY>
35091 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35093 UNIX Alpine only.
35095 The Transfer command will copy the private keys in your configured
35096 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35097 to the directory in your configured
35098 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35099 This might be useful if you decide to switch from using a key container to a key
35100 directory.
35102 <UL>   
35103 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35104 </UL><P>
35106 <UL>   
35107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35108 </UL><P>
35109 &lt;End of help on this topic&gt;
35110 </BODY>
35111 </HTML>
35112 ====== h_config_smime_transfer_cacert_to_con =====
35113 <HTML>
35114 <HEAD>
35115 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35116 </HEAD>
35117 <BODY>
35118 <H1>S/MIME: Transfer CA Certs to Container</H1>
35120 UNIX Alpine only.
35122 The Transfer command will copy the CA certificates in your configured
35123 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35124 to the container in your configured
35125 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35126 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35127 container.
35129 Warning: Any previous contents in the container will be lost.
35131 <UL>   
35132 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35133 </UL><P>
35135 <UL>   
35136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35137 </UL><P>
35138 &lt;End of help on this topic&gt;
35139 </BODY>
35140 </HTML>
35141 ====== h_config_smime_transfer_cacert_to_dir =====
35142 <HTML>
35143 <HEAD>
35144 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35145 </HEAD>
35146 <BODY>
35147 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35149 UNIX Alpine only.
35151 The Transfer command will copy the CA certificates in your configured
35152 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35153 to the directory in your configured
35154 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35155 This might be useful if you decide to switch from using a CA cert container to a CA cert
35156 directory.
35158 <UL>   
35159 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35160 </UL><P>
35162 <UL>   
35163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35164 </UL><P>
35165 &lt;End of help on this topic&gt;
35166 </BODY>
35167 </HTML>
35168 ====== h_config_smime_transfer_pubcon_to_key =====
35169 <HTML>
35170 <HEAD>
35171 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35172 </HEAD>
35173 <BODY>
35174 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35176 Mac OS X Alpine only.
35178 The Transfer command will copy the public certificates in your configured
35179 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35180 to your default Mac OS X Keychain.
35181 This might be useful if you decide to switch from using a cert container to using
35182 the Keychain to store your public certs, which you may do by using the
35183 feature
35184 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35186 <UL>   
35187 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35188 </UL><P>
35190 <UL>   
35191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35192 </UL><P>
35193 &lt;End of help on this topic&gt;
35194 </BODY>
35195 </HTML>
35196 ====== h_config_smime_transfer_pubkey_to_con =====
35197 <HTML>
35198 <HEAD>
35199 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35200 </HEAD>
35201 <BODY>
35202 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35204 UNIX Alpine only.
35206 The Transfer command will copy the public certificates in your configured
35207 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35208 to your default Mac OS X Keychain.
35209 This might be useful if you decide to switch from using a cert container to using
35210 the Keychain to store your public certs.
35212 <UL>   
35213 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35214 </UL><P>
35216 <UL>   
35217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35218 </UL><P>
35219 &lt;End of help on this topic&gt;
35220 </BODY>
35221 </HTML>
35222 ====== h_config_smime_public_certificates =====
35223 <HTML>
35224 <HEAD>
35225 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35226 </HEAD>
35227 <BODY>
35228 <H1>S/MIME: Manage Public Certificates</H1>
35230 UNIX Alpine only.
35232 This menu item allows you to manage your public certificates, this
35233 may include your own public certificate, but it normally includes
35234 certificates of people you correspond with. These certificates are
35235 saved by Alpine automatically when they are found in signed messages
35236 that you receive. This interface allows you to manage them, by
35237 giving you the option to delete them, or trust them (in the case
35238 of self-signed certificates).
35241 Please note that Alpine will not validate a message that was sent to you
35242 using a self-signed certificate, unless you decide to trust that certificate.
35243 Internally, a certificate is trusted by copying it to the
35244 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35245 collection. If you decide that you want to stop trusting a self-signed
35246 certificate, you must delete such certificate from such collection.
35248 The <B>I</B> Import command available in this screen allows you to 
35249 import a command to this collection.
35251 <UL>   
35252 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35253 </UL><P>
35255 <UL>   
35256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35257 </UL><P>
35258 &lt;End of help on this topic&gt;
35259 </BODY>
35260 </HTML>
35261 ====== h_config_smime_private_keys =====
35262 <HTML>
35263 <HEAD>
35264 <TITLE>S/MIME: Manage Private Keys</TITLE>
35265 </HEAD>
35266 <BODY>
35267 <H1>S/MIME: Manage Private Keys</H1>
35269 UNIX Alpine only.
35271 This option allows you to manage your private key. Normally a person has only
35272 one key, in the same way that a person only has one valid passport, or ID card,
35273 at any given time. This option allows you to manage private keys. You can
35274 delete them or import them. Additionally, you can view information
35275 about your public certificate, such as the issuer and the dates of validity
35276 of such certificate, among others.
35279 If you have more than one e-mail address for which you want to use the 
35280 same private key, you must add all those addresses to the private key at 
35281 the moment that the key is generated. When you receive a signed message using 
35282 a key generated for several e-mail addresses, Alpine will save a 
35283 certificate for each e-mail address included in such certificate.
35285 The <B>I</B> Import command available in this screen allows you to 
35286 import a command to this collection.
35288 <UL>   
35289 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35290 </UL><P>
35292 <UL>   
35293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35294 </UL><P>
35295 &lt;End of help on this topic&gt;
35296 </BODY>
35297 </HTML>
35298 ====== h_config_smime_certificate_authorities =====
35299 <HTML>
35300 <HEAD>
35301 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35302 </HEAD>
35303 <BODY>
35304 <H1>S/MIME: Manage Certificate Authorities</H1>
35306 UNIX Alpine only.
35308 This collection contains certificates that are needed to validate the 
35309 certificate of another person, and therefore contains certificates that 
35310 you trust. Typically a certificate is signed by another entity, called a 
35311 certificate authority. This option allows you to manage which certificates 
35312 you trust, allowing you to import them and to delete them or view information
35313 about each certificate, such as the issuer and the dates of validity
35314 of such certificate.
35316 The <B>I</B> Import command available in this screen allows you to 
35317 import a command to this collection.
35319 <UL>   
35320 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35321 </UL><P>
35323 <UL>   
35324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35325 </UL><P>
35326 &lt;End of help on this topic&gt;
35327 </BODY>
35328 </HTML>
35329 ====== h_certificate_information =====
35330 <HTML>
35331 <HEAD>
35332 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35333 </HEAD>
35334 <BODY>
35335 <H1>S/MIME: Certificate Information Screen</H1>
35337 UNIX Alpine only.
35339 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35340 such as its owner, e-mail address, issuer, and interval of validity, 
35341 among others.
35343 In the case of public certificates, this screen shows you if there was a
35344 failure when attempting to validate such message. If the certificate is
35345 self-signed, then the <B>T</B> Trust command will be available, which
35346 you can use to trust such certificate and make Alpine not fail validating 
35347 signatures signed with such certificate.
35349 You can also mark a certificate deleted, with the <B>D</B> command, or 
35350 remove the deleted mark with the <B>U</B> undelete command.
35352 In the case of your private key, Alpine shows you the information
35353 from your public key. Additionally, Alpine allows you to see public
35354 and private information about your key, with the <B>B</B> and
35355 <B>R</B> commands respectively.
35356 <UL>   
35357 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35358 </UL><P>
35360 <UL>   
35361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35362 </UL><P>
35363 &lt;End of help on this topic&gt;
35364 </BODY>
35365 </HTML>
35366 ====== h_config_smime_manage_public_menu =====
35367 <HTML>
35368 <HEAD>
35369 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35370 </HEAD>
35371 <BODY>
35372 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35374 UNIX Alpine only.
35376 This screen allows you to manage your public certificates. 
35378 The format of this screen is as follows. There are five fields: The 
35379 leftmost field is normally empty, but it could contain the letter 
35380 &quot;D&quot; to indicate that that certificate has been marked for 
35381 deletion. The next field is the e-mail address of the owner of the 
35382 certificate, shown in its entirety. The third and fourth field are the 
35383 first and last day validity for that certificate, respectively. The date
35384 is displayed in the user's locale unless the option 
35385 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35386 is set. In this case, the month, day and year are represented by two
35387 digits, and the format used is mm/dd/yy. Finally, the fifth 
35388 field is what can be displayed of the MD5 hash of the certificate. You can 
35389 use any of the last three fields to distinguish between two certificates 
35390 for the same owner.
35392 Available commands in this screen and a short description of what they 
35393 do follows.
35394 <UL>
35395 <LI> <B>I</B> Imports a public certificate to this collection.
35396 <LI> <B>V</B> View information about a certificate such as the name of the person the
35397 certificate was issued to, its dates of validity, and validity status.
35398 <LI> <B>D</B> Marks a certificate deleted.
35399 <LI> <B>U</B> Removes the deletion mark on a certificate.
35400 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35401 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35402 trust a certificate by copying it to the collection of trusted certificates.
35403 </UL>
35405 All commands provide feedback to let you know about their success or failure.
35407 <UL>   
35408 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35409 </UL><P>
35411 <UL>   
35412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35413 </UL><P>
35414 &lt;End of help on this topic&gt;
35415 </BODY>
35416 </HTML>
35417 ====== h_config_smime_manage_private_menu =====
35418 <HTML>
35419 <HEAD>
35420 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35421 </HEAD>
35422 <BODY>
35423 <H1>S/MIME: Commands that Manage Private Keys</H1>
35425 UNIX Alpine only.
35427 This screen allows you to manage your private key.
35429 The format of this screen is as follows. There are five fields: The 
35430 leftmost field is normally empty, but it could contain the letter 
35431 &quot;D&quot; to indicate that that certificate has been marked for 
35432 deletion. The next field is the e-mail address of the owner of the 
35433 certificate, shown in its entirety. The third field is the first day of 
35434 validity for that certificate; the fourth field in the last day that that 
35435 certificate is valid, and the fifth field is what can be displayed of the 
35436 MD5 hash of the public certificate corresponding to this private key. You 
35437 can use any of the last three fields to distinguish between two 
35438 certificates for the same owner.
35440 Available commands and a short description of what they do follows.
35441 <UL>
35442 <LI> <B>I</B> Imports a new public key to this collection.
35443 <LI> <B>V</B> View information about the public certificate corresponding to this
35444 key.
35445 <LI> <B>D</B> Marks a key to be deleted.
35446 <LI> <B>U</B> Removes the deletion mark on a key.
35447 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35448 Note that expunging a private key does not remove the public key, which must
35449 be removed separately.
35450 </UL>
35452 All commands provide feedback to let you know about their success or failure.
35454 <UL>   
35455 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35456 </UL><P>
35458 <UL>   
35459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35460 </UL><P>
35461 &lt;End of help on this topic&gt;
35462 </BODY>
35463 </HTML>
35464 ====== h_config_smime_manage_cacerts_menu =====
35465 <HTML>
35466 <HEAD>
35467 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35468 </HEAD>
35469 <BODY>
35470 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35472 UNIX Alpine only.
35474 This screen allows you to manage your collection of certificates that you
35475 trust. 
35477 The format of this screen is as follows. There are five fields: The 
35478 leftmost field is normally empty, but it could contain the letter 
35479 &quot;D&quot; to indicate that that certificate has been marked for 
35480 deletion. The next field is the e-mail address of the owner of the 
35481 certificate, shown in its entirety. The third field is the first day of 
35482 validity for that certificate; the fourth field in the last day that that 
35483 certificate is valid, and the fifth field is what can be displayed of the 
35484 MD5 hash of the certificate. You can use any of the last three fields to 
35485 distinguish between two certificates for the same owner.
35487 Available commands and a short description of what they do follows.
35488 <UL>
35489 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35490 done by reading the certificate and validating it. Once a certificate
35491 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35492 to the certificate, if necessary.
35493 <LI> <B>V</B> View information about this certificate, such as its issuer 
35494 and validity dates.
35495 <LI> <B>D</B> Marks a certificate to be deleted.
35496 <LI> <B>U</B> Removes the deletion mark on a certificate.
35497 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35498 </UL>
35500 All commands provide feedback to let you know about their success or failure.
35502 <UL>
35503 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35504 </UL><P>
35506 <UL>   
35507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35508 </UL><P>
35509 &lt;End of help on this topic&gt;
35510 </BODY>
35511 </HTML>
35512 ====== h_config_lame_list_mode =====
35513 <HTML>
35514 <HEAD>
35515 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35516 </HEAD>
35517 <BODY>
35518 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35520 This feature modifies the method Alpine uses to ask your IMAP
35521 server for folder names to display in the FOLDER LIST screen.
35522 It is intended to compensate for a small set of IMAP servers that
35523 are programmed to ignore a part of the request, and thus respond
35524 to Alpine's query with nonsensical results.
35527 If you find that Alpine is erroneously displaying blank folder lists,
35528 try enabling this feature.
35531 NOTE: Enabling this feature has consequences for the Goto and Save
35532 commands.  Many servers allow access to folders outside the area
35533 reserved for your personal folders via some reserved character,
35534 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35535 allows, at the Goto and Save prompts, quick access to folders
35536 outside your personal folder collection without requiring a specific
35537 collection definition.  This behavior will generally not be available
35538 when this feature is enabled.
35541 <UL>   
35542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35543 </UL><P>
35544 &lt;End of help on this topic&gt;
35545 </BODY>
35546 </HTML>
35547 ====== h_config_enable_mulnewsrcs =====
35548 <HTML>
35549 <HEAD>
35550 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35551 </HEAD>
35552 <BODY>
35553 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35555 This feature makes it so Alpine can use multiple newsrcs based on
35556 the news server being connected to, which allows for separate lists
35557 of subscribed-to newsgroups. When this feature is not set, there is only
35558 one list of newsgroups.
35560 Under this feature, the name of a newsrc is based on the news server.
35561 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35562 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35563 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35564 Setting this feature for the first time will allow for the option of using
35565 your old newsrc the next time you read news.
35567 If this feature is set, then the feature
35568 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35569 also may affect the name of the newsrc file that is used.
35571 <UL>   
35572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35573 </UL><P>
35574 &lt;End of help on this topic&gt;
35575 </BODY>
35576 </HTML>
35577 ======= h_ab_export_vcard =======
35578 <HTML>
35579 <HEAD>
35580 <TITLE>Address Book Export Format</TITLE>
35581 </HEAD>
35582 <BODY>
35583 <H1>Address Book Export Format</H1>
35585 You are exporting address book data from Alpine to a file outside of Alpine.
35586 You are being asked to choose the format of the export.
35587 Here are the choices:
35589 <DL>
35590 <DT><EM>A</EM>ddress List</DT>
35591 <DD>
35592 The addresses from the address book entries you are saving
35593 from will be saved one address per line.
35594 Address book lists (those with more than one address) will have
35595 all of their addresses saved separately.
35596 </DD>
35598 <DT><EM>V</EM>Card</DT>
35599 <DD>
35600 The entries will be saved in
35601 <A HREF="h_whatis_vcard">vCard</A> format.
35602 </DD>
35604 <DT><EM>T</EM>ab Separated</DT>
35605 <DD>
35606 The entries will be saved in tab-separated columns.
35607 There will be just 4 columns of data that correspond to Alpine's
35608 Nickname field, Full Name field, Address field, and Comment field.
35609 It might prove useful to Select only the Simple, non-List address book
35610 entries before Saving.
35611 </DD>
35613 <DT><EM>^C</EM> Cancel</DT>
35614 <DD>
35615 Cancel out of the Save.
35616 </DD>
35618 </DL>
35622 &lt;End of help on this topic&gt;
35623 </BODY>
35624 </HTML>
35625 ====== h_config_predict_nntp_server =====
35626 <HTML>
35627 <HEAD>
35628 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35629 </HEAD>
35630 <BODY>
35631 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35633 This feature allows Alpine to assume that the open NNTP server at the
35634 time of composition is the NNTP server to which the message should be
35635 posted.  This is especially recommended when there are multiple News
35636 collections.  If this feature is not set, Alpine will try to post to the first server in
35637 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35638 this feature also negates the need to add News collection servers to
35639 the <!--#echo var="VAR_nntp-server"--> variable.
35641 This feature can be especially handy when used in conjunction with
35642 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35644 <UL>   
35645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35646 </UL><P>
35647 &lt;End of help on this topic&gt;
35648 </BODY>
35649 </HTML>
35650 ====== h_config_nntp_search_uses_overview =====
35651 <HTML>
35652 <HEAD>
35653 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35654 </HEAD>
35655 <BODY>
35656 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35658 This feature should probably be turned on unless it causes trouble.
35659 The results of the NNTP overview command (XOVER) may be used to help
35660 with some searches in news groups.
35661 It should result in quicker response time.
35662 Turning this feature on apparently causes search results which are
35663 different from what you would get with the feature turned off on some
35664 servers.
35666 <UL>   
35667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35668 </UL><P>
35669 &lt;End of help on this topic&gt;
35670 </BODY>
35671 </HTML>
35672 ====== h_config_thread_sorts_by_arrival =====
35673 <HTML>
35674 <HEAD>
35675 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35676 </HEAD>
35677 <BODY>
35678 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35680 This feature affects how a threading sort arranges threads.  The default way
35681 to arrange threads is by the date of the earliest message in the thread.
35682 This feature arranges threads by the last message to arrive in a thread.
35684 This feature causes old threads that get recent messages to sort to the bottom,
35685 where previously a message arrival to a thread would not rearrange the order of
35686 that thread.
35688 <UL>   
35689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35690 </UL><P>
35691 &lt;End of help on this topic&gt;
35692 </BODY>
35693 </HTML>
35694 ====== h_config_textplain_int =====
35695 <HTML>
35696 <HEAD>
35697 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35698 </HEAD>
35699 <BODY>
35700 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35702 This feature modifies the method Alpine uses to display Text/Plain
35703 MIME attachments from the Attachment Index screen.  Normally, the
35704 &quot;View&quot; command searches for any externally defined (usually
35705 via the
35706 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35707 and displays the selected text within that viewer.
35710 Enabling this feature causes Alpine to ignore any external viewer
35711 settings and always display text with Alpine's internal viewer.
35714 <UL>   
35715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35716 </UL><P>
35717 &lt;End of help on this topic&gt;
35718 </BODY>
35719 </HTML>
35720 ====== h_config_wp_columns =====
35721 <HTML>
35722 <HEAD>
35723 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35724 </HEAD>
35725 <BODY>
35726 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35728 Web Alpine only.
35730 This configuration setting specifies the number of horizontal characters
35731 used to format various WebAlpine pages.  Smaller values will tend to reduce
35732 the amount of horizontal scrolling required to view pages within narrow
35733 browsers, such as those found on PDAs, and larger values will tend to 
35734 spread more information across the page.
35737 The Message List page uses the width to determine how many characters
35738 to assign each field.  Note, a smaller value may result in a disproportionate
35739 amount of blank space between fields on each line.  Similarly, a large
35740 value may result in cramped fields or horizontal scrolling.
35743 The Message View page uses this value to determine when to wrap lines
35744 in displayed message text.  Note, a smaller value may result in jagged
35745 right margins or confusing quoting.  A larger value may cause lines of text to
35746 run beyond the browser's right edge, requiring horizontal scrolling.
35749 <UL>   
35750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35751 </UL><P>
35752 &lt;End of help on this topic&gt;
35753 </BODY>
35754 </HTML>
35755 ====== h_config_wp_state =====
35756 <HTML>
35757 <HEAD>
35758 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35759 </HEAD>
35760 <BODY>
35761 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35763 Web Alpine only.
35765 Various aspects of cross-session state.
35768 <UL>   
35769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35770 </UL><P>
35771 &lt;End of help on this topic&gt;
35772 </BODY>
35773 </HTML>
35774 ====== h_config_wp_aggstate =====
35775 <HTML>
35776 <HEAD>
35777 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35778 </HEAD>
35779 <BODY>
35780 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35782 Web Alpine only.
35784 Aggregate operations tab state.
35787 <UL>   
35788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35789 </UL><P>
35790 &lt;End of help on this topic&gt;
35791 </BODY>
35792 </HTML>
35793 ====== h_config_wp_indexlines =====
35794 <HTML>
35795 <HEAD>
35796 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35797 </HEAD>
35798 <BODY>
35799 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35801 Web Alpine only.
35803 Number of index lines in table.
35806 <UL>   
35807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35808 </UL><P>
35809 &lt;End of help on this topic&gt;
35810 </BODY>
35811 </HTML>
35812 ====== h_config_wp_indexheight =====
35813 <HTML>
35814 <HEAD>
35815 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35816 </HEAD>
35817 <BODY>
35818 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35820 Web Alpine only.
35822 Index table row height.
35825 <UL>   
35826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35827 </UL><P>
35828 &lt;End of help on this topic&gt;
35829 </BODY>
35830 </HTML>
35831 ====== h_config_rss_news =====
35832 <HTML>
35833 <HEAD>
35834 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35835 </HEAD>
35836 <BODY>
35837 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35839 Web Alpine only.
35841 RSS News feed.
35844 <UL>   
35845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35846 </UL><P>
35847 &lt;End of help on this topic&gt;
35848 </BODY>
35849 </HTML>
35850 ====== h_config_rss_weather =====
35851 <HTML>
35852 <HEAD>
35853 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35854 </HEAD>
35855 <BODY>
35856 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35858 Web Alpine only.
35860 RSS Weather feed.
35863 <UL>   
35864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35865 </UL><P>
35866 &lt;End of help on this topic&gt;
35867 </BODY>
35868 </HTML>
35869 ====== h_config_send_confirms_only_expanded =====
35870 <HTML>
35871 <HEAD>
35872 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35873 </HEAD>
35874 <BODY>
35875 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35877 This Web Alpine option specifies whether or not a Send confirmations
35878 happens when a composed message is readied for sending or not.  The
35879 default behavior is to not confirm that the nicknames were expanded to
35880 the intended addresses.
35883 <UL>   
35884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35885 </UL><P>
35886 &lt;End of help on this topic&gt;
35887 </BODY>
35888 </HTML>
35889 ====== h_config_enable_jump_command =====
35890 <HTML>
35891 <HEAD>
35892 <TITLE>FEATURE: enable-jump-command</TITLE>
35893 </HEAD>
35894 <BODY>
35895 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35897 This Web Alpine option specifies whether or not a Jump command is
35898 offered in the Message List and Message View pages.  The command is
35899 implemented as an input field in the left column of the List and View
35900 screens. 
35903 When enabled and a number is entered in the input field while the
35904 Message List is displayed, the Message List is reframed with the
35905 specified message.  While viewing a message, the message associated
35906 with the specified message number is displayed.
35909 <UL>   
35910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35911 </UL><P>
35912 &lt;End of help on this topic&gt;
35913 </BODY>
35914 </HTML>
35915 ====== h_config_enable_newmail_sound =====
35916 <HTML>
35917 <HEAD>
35918 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35919 </HEAD>
35920 <BODY>
35921 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35923 This Web Alpine option specifies whether or not a sound file is sent
35924 to the web browser along with the newmail notification message.
35928 <UL>   
35929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35930 </UL><P>
35931 &lt;End of help on this topic&gt;
35932 </BODY>
35933 </HTML>
35934 ====== h_config_render_html_internally =====
35935 <HTML>
35936 <HEAD>
35937 <TITLE>FEATURE: render-html-internally</TITLE>
35938 </HEAD>
35939 <BODY>
35940 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35942 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35943 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35944 the HTML text into plain text in the same way Unix and PC-Alpine do.
35948 <UL>   
35949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35950 </UL><P>
35951 &lt;End of help on this topic&gt;
35952 </BODY>
35953 </HTML>
35954 ====== h_config_role_undo =====
35955 Yes, remember changes and exit back to list of roles; No, discard changes
35956 made in this screen; ^C, cancel exit and stay in this config screen.
35957 ====== h_exit_editor =====
35958 S, save changes and exit from the editor; D, do not save changes but
35959 do exit from the editor; or ^C, cancel exit and stay in the editor.
35960 ====== h_config_undo =====
35961 Yes, save changes and exit; No, exit without saving any changes made since
35962 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35963 ====== h_os_index_whereis =====
35964 Enter ^V or ^Y to go immediately to the last or first message in the index.
35965 Or, enter the match string followed by RETURN.
35966 ====== h_os_index_whereis_agg =====
35967 Enter ^V or ^Y to go immediately to the last or first message in the index,
35968 Or, enter the match string followed by RETURN (or ^X to select all matches).
35969 =========== h_oe_add_full ==================
35970 Type the full name of the person being added and press the RETURN key.
35971 Press ^C to cancel addition.
35972 =========== h_oe_add_nick ==================
35973 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35974 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35975 ========== h_oe_add_addr ================
35976 Type the e-mail address and press RETURN.
35977 Press ^C to cancel addition.
35978 ========== h_oe_crlst_full ==============
35979 Type a long name or description for the list that you are creating and
35980 press RETURN.  Press ^C to cancel creation of list.
35981 =========== h_oe_crlst_nick =============
35982 Type a nickname (short, easy-to-remember name or single word) for the list
35983 you are creating and press RETURN.  Press ^C to cancel.
35984 ========== h_oe_crlst_addr ==============
35985 Type an e-mail address, or a nickname already in the address book that you
35986 want to be part of this list and press RETURN.
35987 ========== h_oe_adlst_addr =============
35988 Type an e-mail address or a nickname already in the address book that you
35989 want to add to this list and press RETURN.
35990 ========== h_oe_editab_nick ============
35991 Change the nickname using the arrow keys and delete key.  Press RETURN
35992 when done.  Press ^C to cancel editing and leave the nickname as it was.
35993 ========== h_oe_editab_full ============
35994 Change the full name using the arrow keys and delete key.  Press RETURN
35995 when done.  Press ^C to cancel editing and leave the full name as it was.
35996 ========== h_oe_editab_addr ============
35997 Change the address using the arrow keys and delete key.  Press RETURN
35998 when done.  Press ^C to cancel editing and leave the address as it was.
35999 ========== h_oe_editab_fcc ============
36000 Change the fcc using the arrow keys and delete key.  Press RETURN when
36001 done.  Press ^C to cancel editing and leave the fcc as it was.
36002 ========== h_oe_editab_comment ============
36003 Change the comment field using the arrow keys and delete key.  Press RETURN
36004 when done.  Press ^C to cancel editing and leave the comment as it was.
36005 ====== h_ab_forward =====
36006 Yes, expand nicknames and qualify local names with your current domain name;
36007 No, leave nicknames and local names as is;  ^C, cancel.
36008 ========== h_ab_export ==========
36009 Type the name of a file to write the addresses into and
36010 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36011 ========== h_ab_edit_a_field ==========
36012 Edit any of the fields of the currently selected entry by typing one of the
36013 letters at the bottom of the screen.  Press ^C to cancel edit.
36014 ====== h_ab_del_data_revert =====
36015 Press B to completely delete addrbook and revert to default, C to delete config
36016 and revert while leaving data, or D to only delete data (make it empty).
36017 ====== h_ab_del_data_modify =====
36018 Press B to completely delete addrbook, C to delete configuration while leaving
36019 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36020 ====== h_ab_del_config_modify =====
36021 Yes, remove this address book from my configuration.
36022 No, make no changes now.
36023 ====== h_ab_del_config_revert =====
36024 Yes, remove this address book from my config and revert to default.
36025 No, make no changes now.
36026 ====== h_ab_del_default =====
36027 Yes, remove this default address book from my configuration.
36028 No, make no changes now.
36029 ====== h_ab_really_delete =====
36030 Yes, delete the actual contents of the address book, not just the 
36031 configuration.  No, don't delete the data after all, cancel and start over.
36032 ====== h_ab_del_ignore =====
36033 Press I to ignore all the default address books for this category.  Press R to
36034 remove this one address book and add the others to your personal list.
36035 ====== h_ab_del_dir_ignore =====
36036 Press I to ignore all the default directory servers for this category.
36037 Press R to remove this one server and add the others to your personal list.
36038 ====== h_ab_copy_dups =====
36039 Yes, overwrite the existing entry.
36040 No, skip duplicates but save the rest. Press ^C to cancel.
36041 ====== h_confirm_cancel =====
36042 Type C to Confirm that you want to abandon the message you are composing.
36043 Type N or ^C to cancel out of the cancel and keep composing.
36044 ====== h_ab_text_or_vcard =====
36045 Text, start composer with displayed text already included.
36046 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36047 ====== h_ab_backup_or_ldap =====
36048 Backup, copy email address from entry and allow editing of it.
36049 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36050 ====== h_ldap_text_or_vcard =====
36051 Text: export displayed text for selected entry. Address: export only the
36052 email address. VCard: export entry in vCard format. ^C cancels.
36053 ====== h_ab_save_exp =====
36054 Save, save entry or entries to an address book.
36055 Export, save to file outside of pine. ^C cancels save.
36056 ====== h_ab_add =====
36057 A, add a brand new entry to this address book.
36058 E, edit the entry that is currently highlighted. ^C to cancel.
36059 ====== h_ab_shuf =====
36060 U, swap order of highlighted address book and the one above it.
36061 D, swap order of highlighted address book and the one below it. ^C to cancel.
36062 ====== h_ab_shuf_up =====
36063 U, swap order of highlighted address book and the one above it.
36064 Press ^C to cancel.
36065 ====== h_ab_shuf_down =====
36066 D, swap order of highlighted address book and the one below it.
36067 Press ^C to cancel.
36068 ====== h_folder_prop =====
36069 Count is # of messages in the folder, Unseen means messages that have not
36070 been read, New means messages that were Recently added to the folder.
36071 ====== h_role_shuf =====
36072 U, swap order of highlighted rule and the one above it.
36073 D, swap order of highlighted rule and the one below it. ^C to cancel.
36074 ====== h_role_shuf_up =====
36075 U, swap order of highlighted rule and the one above it.
36076 Press ^C to cancel.
36077 ====== h_role_shuf_down =====
36078 D, swap order of highlighted rule and the one below it.
36079 Press ^C to cancel.
36080 ====== h_incoming_shuf =====
36081 B, swap order of highlighted directory and the one before it.
36082 F, swap order of highlighted directory and the one after it. ^C to cancel.
36083 ====== h_incoming_shuf_up =====
36084 B, swap order of highlighted directory and the one before it.
36085 Press ^C to cancel.
36086 ====== h_incoming_shuf_down =====
36087 F, swap order of highlighted directory and the one after it.
36088 Press ^C to cancel.
36089 ====== h_dir_shuf =====
36090 U, swap order of highlighted directory and the one above it.
36091 D, swap order of highlighted directory and the one below it. ^C to cancel.
36092 ====== h_dir_shuf_up =====
36093 U, swap order of highlighted directory and the one above it.
36094 Press ^C to cancel.
36095 ====== h_dir_shuf_down =====
36096 D, swap order of highlighted directory and the one below it.
36097 Press ^C to cancel.
36098 ====== h_hdrcolor_shuf =====
36099 U, swap order of highlighted Header Color and the one above it.
36100 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36101 ====== h_hdrcolor_shuf_up =====
36102 U, swap order of highlighted Header Color and the one above it.
36103 Press ^C to cancel.
36104 ====== h_hdrcolor_shuf_down =====
36105 D, swap order of highlighted Header Color and the one below it.
36106 Press ^C to cancel.
36107 ========== h_oe_editab_al ============
36108 Change the address using the arrow keys and delete key.  Press RETURN
36109 when done.  Press ^C to cancel editing and leave the address as it was.
36110 ========== h_dir_comp_search ===============
36111 Type a string to look for just like you would in the composer. Your configured
36112 rules for the servers with the implicit flag set will be used.
36113 ========== h_oe_searchab ===============
36114 Type the word or name you want to search for and press RETURN.  If you press
36115 RETURN without entering anything the word in [] will be searched for.
36116 ========== h_oe_chooseabook ==========
36117 Choose the address book you want to save the new entry in.
36118 Use ^N or ^P to change address books.  ^C to cancel.
36119 ========== h_oe_takeaddr ==========
36120 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36121 when done.  Press ^C to cancel adding this entry to the address book.
36122 ========== h_oe_take_replace ==========
36123 Press R to replace the old entry with this new data.  You will still have
36124 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36125 ========== h_oe_take_replace_or_add ==========
36126 Press R to replace the old entry.  Press A to add the selected addresses to
36127 the old existing list.  N to enter another nickname. ^C to cancel now.
36128 ========== h_oe_takename ==========
36129 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36130 when done.  Press ^C to cancel adding this entry to the address book.
36131 ========== h_oe_takenick ==========
36132 Type a nickname (short easy-to-remember name, initials or single word) for this
36133 entry in the address book and press RETURN.  Press ^C to cancel addition.
36134 ========== h_oe_jump ==========
36135 Type the message number you want to jump to and press RETURN.  The word "end"
36136 represents the last message. Press ^C to cancel jumping to another message.
36137 ========== h_oe_jump_thd ==========
36138 Type the thread number you want to jump to and press RETURN.  The word "end"
36139 represents the last thread. Press ^C to cancel jumping to another thread.
36140 ========== h_oe_debuglevel ==========
36141 Higher number shows more debugging details.
36142 Press ^C if you want to cancel the change.
36143 ========== h_oe_broach ==========
36144 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36145 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36146 ========== h_oe_foldsearch ==========
36147 Type the text you want to search for in foldernames and press RETURN.  If you
36148 press RETURN without entering anything, any text in [] will be searched for.
36149 ========== h_oe_foldrename ==========
36150 Change the old name of the folder to the new name using the arrow and
36151 delete keys and press RETURN.  Press ^C to cancel rename.
36152 ========== h_oe_login ==========
36153 Enter your login name for the host you are opening the mailbox on.  Just press
36154 RETURN to use your login from this host as is, or edit it with delete key.
36155 ========== h_oe_passwd ==========
36156 Type your password for the host and login shown as part of the prompt.
36157 Press ^C to cancel opening folder.
36158 ========== h_oe_choosep ==========
36159 Enter the number associated with the printer you want to select.  Press ^C to
36160 cancel the printer selection.  The current selection is highlighted.
36161 ========== h_oe_customp ==========
36162 Type the name of the Unix print command and press RETURN.  Press ^C to
36163 cancel the printer selection.
36164 ========== h_oe_searchview ==========
36165 Type the word or name you want to search for and press RETURN.  If you press
36166 RETURN without entering anything the word in [] will be searched for.
36167 ========== h_oe_keylock ==========
36168 The keyboard is in use and locked by another user.  Only that user can
36169 unlock this keyboard by typing the password.
36170 ========== h_wt_expire ==========
36171 At the beginning of each month Alpine offers to rename your current sent-mail
36172 folder to one named for the month so you have a sent-mail folder for each month
36173 ========== h_wt_delete_old ==========
36174 It is the beginning of the month, and we need to conserve disk
36175 space.  Please delete any sent-mail that you do not need.
36176 ========== h_select_sort ==========
36177 Select the order for sorting the index by typing the capitalized letter.
36178 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36179 ========== h_no_F_arg ============
36180 Enter name of file to be opened.
36182 ========== h_sticky_personal_name ==========
36183 Type in your name as you want it to appear on outgoing email.  This entry
36184 will be saved into your Alpine configuration file.
36185 ========== h_sticky_inbox ============
36186 INBOX syntax is usually {complete.machine.name}INBOX
36187 This entry will be saved in your Alpine configuration file.
36188 ========== h_sticky_smtp ============
36189 The name of the computer on your campus that relays your outgoing email
36190 to the Internet.  This entry will be saved in your Alpine configuration file.
36191 ========== h_sticky_user_id ==========
36192 The username or login-id part of your email address.  This entry will be
36193 saved in your Alpine configuration file.
36194 ========== h_sticky_domain ==========
36195 The domain part of your email address, NOT the name of your PC.  This
36196 entry will be saved in your Alpine configuration file.
36197 ========== h_bounce =========
36198 Enter the address or nickname of the intended recipient.  Alpine will resend
36199 the message, which will retain the original author's From: address.
36200 ========== h_incoming_add_folder_nickname =========
36201 Enter an (optional) nickname that will be used in lieu of the actual
36202 host and folder names in the FOLDER LIST display.
36203 ========== h_anon_forward ==========
36204 Enter the address of your intended recipient, or ^C to cancel.
36205 Example: jsmith@somewhere.edu
36206 ========== h_news_subscribe ==========
36207 Enter the name of the newsgroup to which you wish to subscribe,
36208 or ^C to cancel.  Example: comp.mail.pine
36209 ========== h_pipe_msg ==========
36210 Enter the name of the Unix command to which you wish to send this
36211 message, or ^C to cancel.
36212 ========== h_pipe_attach ==========
36213 Enter the name of the Unix command to which you wish to send this
36214 attachment, or ^C to cancel.
36215 ========== h_select_by_num ==========
36216 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36217 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36218 ========== h_select_by_thrdnum ==========
36219 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36220 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36221 ========== h_select_txt_from ==========
36222 Messages with From: headers containing the entered string will be selected.
36223 ^C to cancel. ^G again to see original options.
36224 ========== h_select_txt_not_from ==========
36225 Messages without From: headers containing the entered string will be selected.
36226 ^C to cancel. ^G again to see original options.
36227 ========== h_select_txt_to ==========
36228 Messages with To: headers containing the entered string will be selected.
36229 ^C to cancel. ^G again to see original options.
36230 ========== h_select_txt_not_to ==========
36231 Messages without To: headers containing the entered string will be selected.
36232 ^C to cancel. ^G again to see original options.
36233 ========== h_select_txt_cc ==========
36234 Messages with Cc: headers containing the entered string will be selected.
36235 ^C to cancel. ^G again to see original options.
36236 ========== h_select_txt_not_cc ==========
36237 Messages without Cc: headers containing the entered string will be selected.
36238 ^C to cancel. ^G again to see original options.
36239 ========== h_select_txt_subj ==========
36240 Messages with Subject: headers containing the entered string will be selected.
36241 ^C to cancel.  ^X enters Subject: line of current message.
36242 ========== h_select_txt_not_subj ==========
36243 Messages without Subject headers containing the entered string will be selected.
36244 ^C to cancel.  ^X enters Subject: line of current message.
36245 ========== h_select_txt_all ==========
36246 All messages containing the entered string will be selected.  Headers and body,
36247 but not encoded attachments, will be compared.  Enter ^C to cancel.
36248 ========== h_select_txt_not_all ==========
36249 All messages that don't contain the entered string will be selected.  Headers
36250 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36251 ========== h_select_txt_body ==========
36252 All messages containing the entered string will be selected. Body text, but
36253 not headers or encoded attachments, will be compared. ^C to cancel.
36254 ========== h_select_txt_not_body ==========
36255 All messages that don't contain the entered string will be selected. Body
36256 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36257 ========== h_select_txt_recip ==========
36258 Messages with Cc: or To: headers containing the entered string will be selected.
36259 ^C to cancel. ^G again to see original options.
36260 ========== h_select_txt_not_recip ==========
36261 Messages without Cc: or To: headers containing the string will be selected.
36262 ^C to cancel. ^G again to see original options.
36263 ========== h_select_txt_partic ==========
36264 Messages with Cc, To, or From headers containing the string will be selected.
36265 ^C to cancel. ^G again to see original options.
36266 ========== h_select_txt_not_partic ==========
36267 Messages without Cc, To, or From headers containing the string will be selected.
36268 ^C to cancel. ^G again to see original options.
36269 ========== h_select_date ==========
36270 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36271 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36272 ========== h_attach_index_whereis ==========
36273 Enter some text that appears in the Attachment Index entry for the desired
36274 attachment.  The first attachment containing that text will be highlighted.
36275 ========== h_kb_lock ==========
36276 Keystrokes entered here (up to a RETURN) comprise a password that must
36277 be entered again later in order to unlock the keyboard.
36278 ========== h_compose_default ==========
36279 N, compose a new message. R, set a role.
36280 ^C to cancel.
36281 ========== h_untranslatable ==========
36282 Send using UTF-8 character set; Send but replace untranslatable characters
36283 with question marks; return to the composer; or cancel message altogether.
36284 ========== h_compose_intrptd ==========
36285 N, compose a new msg. I, continue interrupted msg. R, set a role.
36286 ^C to cancel.
36287 ========== h_compose_postponed ==========
36288 N, compose a new message. P, continue postponed msg. R, set a role.
36289 ^C to cancel.
36290 ========== h_compose_intrptd_postponed ==========
36291 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36292 R, set a role. ^C to cancel.
36293 ========== h_compose_form ==========
36294 N, compose a new message. F, use form letter. R, set a role.
36295 ^C to cancel.
36296 ========== h_compose_intrptd_form ==========
36297 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36298 R, set a role. ^C to cancel.
36299 ========== h_compose_postponed_form ==========
36300 N, compose a new message. P, continue postponed msg. F, use form letter.
36301 R, set a role. ^C to cancel.
36302 ========== h_compose_intrptd_postponed_form ==========
36303 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36304 F, use form letter. R, set a role. ^C to cancel.
36305 ========== h_config_context_del_except ==========
36306 If you delete the last exceptional collection you can only add it back by
36307 manually editing the exceptions config file.
36308 ========== h_config_whereis ==========
36309 To move quickly to a particular line, enter a search string or
36310 ^C to cancel.
36311 ========== h_config_edit_scorei ==========
36312 Enter interval in the form (min,max). -INF and INF may be used to represent
36313 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36314 ========== h_config_add ==========
36315 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36316 pressing RETURN sets the Empty Value (this turns off any global default).
36317 ========== h_config_add_custom_color ==========
36318 Enter a header fieldname. For example, "subject" or "from".
36320 ========== h_config_add_pat_hdr ==========
36321 Enter a header fieldname. For example, "reply-to" or "organization" or
36322 any fieldname you want that isn't included already.
36323 ========== h_config_print_opt_choice ==========
36324 You may edit either the initialization string (characters printed before
36325 printing starts) or the trailer string.  Choose one or ^C to cancel.
36326 ========== h_config_print_init ==========
36327 Enter a C-style string for this.  You may use common backslash escapes like
36328 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36329 ========== h_config_change ==========
36330 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36331 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36332 ========== h_config_replace_add ==========
36333 Replace ignores the current default, Add places the current default in your
36334 editing buffer as if you had typed it in.
36335 ========== h_config_insert_after ==========
36336 Enter a nickname for this print command.  (InsertBefore puts the new item
36337 before the current line, InsertAfter puts it after the current line.)
36338 ========== h_config_print_cmd ==========
36339 Enter command to be executed for the printer.  Use normal editing keys
36340 to modify, ^C to cancel, carriage return to accept current value.
36341 ========== h_config_role_del ==========
36342 Answering Yes will remove this rule completely from your rules list.
36343 ========== h_config_role_addfile ==========
36344 Type the name of a file to add to your configuration. You don't need to
36345 use a file, you may add rules directly (with Add) without using a file.
36346 ========== h_config_role_delfile ==========
36347 Answering Yes will remove this rule file completely from your rules list.
36348 The rules data file itself will not be removed.
36349 ========== h_config_print_del ==========
36350 Answering Yes will remove this printer completely from your printer list.
36351 ========== h_config_print_name_cmd ==========
36352 You may edit the Nickname of this printer, the Command to be executed when
36353 printing, or change the Options associated with this printer.
36354 ========== h_send_check_fcc ==========
36355 Yes, send message without an Fcc.
36356 No, return to composer.
36357 ========== h_send_check_subj ==========
36358 Yes, send message without a Subject.
36359 No, return to composer.
36360 ========== h_send_check_to_cc ==========
36361 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36362 No, return to composer.
36363 ========== h_send_fcc_only ==========
36364 Yes, copy message to Fcc only and send to NO recipients.
36365 No, return to composer.
36366 ========== h_send_prompt ==========
36367 Yes, send the message.
36368 No or ^C, return to composer.
36369 ========== h_send_prompt_flowed ==========
36370 Yes, send the message.  No or ^C, return to composer.
36371 What's Flowed? See Do Not Send Flowed Text in config screen.
36372 ========== h_send_prompt_dsn ==========
36373 Yes, send the message.  No or ^C, return to composer.
36374 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36375 ========== h_send_prompt_dsn_flowed ==========
36376 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36377 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36378 ========== h_role_confirm ==========
36379 Yes, use displayed role. No, compose without a role.
36380 ^C, cancel the message. ^T, select a role from your other eligible roles.
36381 ========== h_norole_confirm ==========
36382 Return, compose without a role.
36383 ^C, cancel the message. ^T, select a role from your eligible roles.
36384 ========== h_custom_print ==========
36385 Enter a Unix command that accepts its data on standard input.
36386 Alpine will display any information the command sends to standard output.
36387 ========== h_convert_abooks_and_sigs ==========
36388 You will be given the opportunity to convert address books and signature files
36389 to remote configurations.
36390 ========== h_convert_abooks ==========
36391 You will be given the opportunity to convert address books to remote
36392 configurations.
36393 ========== h_flag_keyword ==========
36394 Enter the name of the keyword you want to add for this folder.
36395 No spaces, parentheses, braces, percents or asterisks are allowed.
36396 ========== h_select_keyword ==========
36397 Enter the keyword you want to match, or use ^T to select a keyword from a list
36398 of possible keywords for this folder. Use ! to look for non-matches instead.
36399 ========== h_type_keyword ==========
36400 Enter the keyword you want to add. You may add a nickname in the next step.
36401 No spaces, parentheses, braces, percents or asterisks are allowed.
36402 ========== h_type_keyword_nickname ==========
36403 Enter an optional nickname for the keyword you want to add.
36404 Type Carriage return to use the keyword name instead of a nickname.
36405 ========== h_convert_sigs ==========
36406 You will be given the opportunity to convert signature files to remote
36407 configurations.
36408 ========== h_convert_abook ==========
36409 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36410 of the current address book. The current abook won't be removed automatically.
36411 ========== h_convert_sig ==========
36412 Answering Yes copies the contents of the signature file into your Alpine
36413 configuration file. After that, the contents of the file will not be used.
36414 ========== h_save_addman ==========
36415 Enter the simple name of the folder you want to add. Carriage return to
36416 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36417 ========== h_reopen_folder ==========
36418 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36419 No leaves the folder index as it was without discovering new mail.
36420 ========== h_convert_pinerc_server ==========
36421 This is the name of the host (computer) where the remote Alpine configuration
36422 will be stored. This should be an IMAP server that you have permission to use.
36423 ========== h_convert_pinerc_folder ==========
36424 Enter the correct remote folder name. This folder is special and should
36425 contain only configuration data. It shouldn't contain other mail messages.
36426 ========== h_role_compose ==========
36427 Compose a New message, Reply to current message, Forward current message, or
36428 Bounce message. Then you will be asked to choose one of your Roles to be used.
36429 ========== h_save_size_changed ==========
36430 The reported size of a message is not the same as the actual size. Answer Yes
36431 to continue and hope for the best or No to Cancel the entire Save.
36432 ========== h_select_by_larger_size ==========
36433 Enter a number or ^C to cancel. All messages greater than this many characters
36434 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36435 ========== h_select_by_smaller_size ==========
36436 Enter a number or ^C to cancel. All messages less than this many characters
36437 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36438 ========== h_preserve_field ==========
36439 Use 'p' to toggle between preserving or not preserving the original To:
36440 and Cc: fields of the message. Enter ^C to cancel message.