* Crash: Pico would crash when a search and replace was requested. The
[alpine.git] / pith / pine.hlp
blob820c553a05b2d256abf05455c9e434df99b7ad01
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 77 2015-05-01 23:22:47
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.
184   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
185        SSLCERTSDIR is not found.
186   <LI> When Alpine sends an attachment, it will set the boundary attribute
187        in lower case, as some SMTP servers, such as those of libero.it 
188        reject messages if the boundary attribute is in uppercase.
189   <LI> SMIME: The ^E command that gives infromation on the certificate
190        is only available for messages that have a signed or encrypted 
191        part.
193   <LI> SMIME: If a message contains a RFC822 atachment that is
194        signed/decrypted add the ability to view its SMIME information.
196   <LI> HTML: Add support for decoding entities in hexadecimal notation.
197        Suggested by Tulip&aacute;nt Gergely.
199   <LI> If the charset of a message can not be determined, use the value set
200        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
202   <LI> Resizing setup screen will redraw screen.
204   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
205        in the width ambiguous zone, it will use other means to determine
206        the width, such as call wcwidth.
208   <LI> Pico: Code reorganization in the search command to make it easier to
209        add subcommands of the search command.
211   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
212        subcommand of the search command to bring this choice into view.
214   <LI> Pico: Add the ability to search for strings in the beginning or end
215        of a line. Use the Ctrl-^ subcommand of the search command to bring 
216        this choice into view.
218   <LI> For a multipart/alternative message, the Take Address command will 
219        work on the part that is being read.
221   <LI> When sending a message, allow for 512 characters of consecutive 
222        non-white space before folding the subject line.
224   <LI> Make sure titlebar (the line at the top of the screen) always 
225        contains the name of the folder/newsgroup that is open, if this 
226        fits in the title.
227   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
228        will also scramble the name, version and operative system in the message-id header. 
229        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
230        Mark Hills.
231 </UL>
235 Bugs that have been addressed include:
236 <UL>
237   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
238        Alpine will use the function ASN1_TIME_print to determine the date 
239        of validity. Reported by Ben Stienstra.
241   <LI> SMIME: Crash when atempting to unlock the password file and an
242        incorrect password is entered.
244   <LI> SMIME: Crash when checking the signature of a message that contains
245        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
246        Krellner.
248   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
250   <LI> Fix vulnerability in regex library. This only affects those who use
251        this library, such as the windows version of Alpine. See 
252        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
253        for more details.
255   <LI> Alpine would not set include and lib paths for OpenSSL if this was
256        installed in /usr/local/ssl.
258   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
259        contents when saving its configuration.
261   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
262        the name. Reported by Andreas Fehr.
264   <LI> Mismatch in size of UCS and CELL caused a corruption in the
265        content of a pointer, which made the speller in PC-Alpine get the 
266        content of a word incorrectly.
268   <LI> Skip testing openssl compatibility version when cross-compilation
269        is detected. Fix contributed by Antti Sepp&auml;l&auml;
271   <LI> Alpine fails to remove temporary files used during a display or sending
272        filter. Fix contributed by Phil Brooke.
274 </UL>
278 Version 2.20 addresses bugs found in previous releases and has several 
279 additions as well.
282 Additions include:
285 <UL>
286   <LI> Upgrade UW-IMAP to Panda IMAP from 
287        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
288   <LI> S/MIME: Add screen to manage certificates.
289   <LI> S/MIME: Signatures are validated using the user's certificates instead
290        of the ones included in the message. Behavior can be disabled by
291        disabling the option <A href="h_config_smime_use_cert_store">
292         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
293        by default.
294   <LI> S/MIME: sign messages using intermediate certificates when needed 
295        and possible.
296   <LI> S/MIME: validation of certificates for servers that modify signed 
297        content.
298   <LI> S/MIME: signed and encrypted messages will be signed first and 
299        encrypted second, so that they can be decoded by other clients.
300   <LI> S/MIME: add the sender certificate to the list of certificates in
301        encrypted messages to make it possible for the sender to decrypt
302        the message they sent.
303   <LI> S/MIME: When transferring certificates to a local container, create 
304        container with default names PublicContainer, PrivateContainer and 
305        CAContainer, as appropriate for these files, unless the user has 
306        provided some other names.
307   <LI> S/MIME: Forwarding a message will include the signed part as part
308        of the text and not as a multipart message, just as the reply
309        command does.
310   <LI> HTML: Style tag in body of html message causes Alpine to not write
311        its content until a new &lt;/style&gt;
312   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
313        the same inline tag; the same is valid for the &lt;HR&gt; tag.
314   <LI> Add support to selective expunge through a subcommand of the 
315        select-apply commands. Read more in the <A 
316        HREF="h_index_cmd_expunge">help</A> for the expunge command.
317   <LI> Pico: New subcommand of the search command, allows to reverse the
318        direction of search.
319   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
320        the key and certificate used to encrypt the password file are saved 
321        in the ~/.alpine-smime/.pwd directory, or in the directory specified
322        by the -pwdcertdir command line option. 
323        <A HREF="h_password_file_support">Learn more</A>.
324   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
325        server to use different ways to connect using ssl, for 
326        example {server.com/tls1} will attempt to connect to 
327        server.com at the ssl imap port (port 993) and establish a 
328        connection using TLSv1. These flags can be used in 
329        conjunction with the /ssl flag, the ssl flag is redundant. 
330        Conversely, however, the /ssl flag does not imply any of 
331        these flags; the /ssl flag means SSLv3 or, if not available, 
332        SSLv2 in the SSL port.
333   <LI> Alpine does not attempt to automatically reopen a collection 
334        that was not opened due to cancellation by the user. 
335        Instead, the user must try to open it explicitly.
336   <LI> Alpine searches for a certificate that matches an email address in
337        all addresses in a certificate (instead of just the first 
338        one) but when it tries to unlock the certificate, it asks 
339        for the password for the first email address in that 
340        certificate.
341   <LI> Style tag in body of html message causes Alpine to not write its content
342        until a new &lt;/style&gt;
343   <LI> Experimental: Write the content-type of a message in 
344        lowercase, as some non-compliant servers do not understand 
345        uppercase content-type, such as those of GMX.de.
346   <LI> Experimental: Do not send the RSET command before attempting
347        to send a message, as this causes a delay in some evily managed
348        servers.
349   <LI> Opening a folder updates recent count in maildrops (this 
350        already works for other types of folders)
351   <LI> Automatically redraw screen after opening an attachment 
352        instead of simply clearing it.
353   <LI> Pico: Justification works without need of a predefined quote 
354        string. This allows justification of blocks of text that are 
355        indented with spaces.
356   <LI> Decode the name of attachment names, so they can be written as part   
357        of the description of the part. 
358   <LI> Check bounds and tie strings off to improve security. Contributed 
359        by James Jerkins.
360   <LI> Replace tabs by spaces in From and Subject fields to control for
361        size in screen of these fields. Change only in index screen display.
362   <LI> Aggregate operations allows bouncing a list of messages using a role.
363        Suggested by Ulf-Dietrich Braumann.
364   <LI> Disable saving new passwords to the password file. Implemented
365        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
366   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
367      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
368      Charles M. Register.
369 </UL>
373 Bugs that have been addressed include:
374 <UL>
375   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
376        in personal names. Reported by Lev Gorenstein.
377   <LI> When writing the .pinerc file, lines were truncated if they were longer
378        than 10,000 characters. This could cause data corruption, so now lines
379        are allowed to be of any length.
380   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
381        remove attachments before they were open by a mailcap viewer. It 
382        requires that the user has an equivalent to a command such as "ps 
383        auxww" to list the list of processes, and check if there is any 
384        program using the attachment. The default is "/bin/ps auxww", but 
385        it can be changed at compile time with the option --with-ps-cmd. 
386        See the help of the variable 
387        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
388        for more information.
389   <LI> S/MIME: signed messages that contained an attachment would not validate.
390   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
391        validate. Thanks to Andreas Schamanek for testing, debugging and 
392        advising during the process of fixing this problem.
393   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
394        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
395        and Stefan Mueller.
396   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
397        home directory.
398   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
399        SMIME making it not possible to sign or encrypt messages.
400   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
401        information that is not part of the body, and hence making the body
402        of the message seem wrong.
403   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
404        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
405        enabled, the message contains 8bit characters and the smtp server 
406        supports 8bit sending.
407   <LI> When replying to several messages, subject will be decoded first,
408        and then stripped from re/fwd before they are compared to determine
409        the subject of the replied message.
410   <LI> Crash when tcp connection to NNTP server was lost after connection
411        had been established, but lost immediately afterwards.
412   <LI> Crash with message &quot;lock when already locked&quot;, when painting
413        an index was based on scores that needed information from a remote
414        addressbook in the same server as the folder opened. Reported by
415        Peter Koellner.
416   <LI> Crash in message/rfc822 attachments encoded in base64.
417   <LI> Postponed messages whose content-type is text/html, text/enriched and
418        text/richtext are sent with that content-type, even though, after
419        resuming composition, Alpine had changed its type to text/plain.
420   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
421        character set, which might lead to a crash or a corruption in the 
422        screen. Work was done to contain the bug. A more complete fix will 
423        be done in a future release. Reported by Professor Robert Funnell.
424   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
425   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
426   <LI> Save command did not warn of existence of a message with a deleted 
427        attachment in an aggregate save, unless cursor was positioned on a message 
428        with a deleted attachment. Reported by Florian Herzig.
429   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
430        in an IMAP server.
431   <LI> DATE tokens were not internally transformed to UTF-8, which made their
432        values not appear complete in the screen. Reported by Werner Scheinast.
433   <LI> Fixes to configure script so that it will not require PAM for every system.
434   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
435        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
436        during the build. Fix by Ulf-Dietrich Braumann.
437   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
438        needs to use tcl_getstringresult() instead. Reported by 
439        Ulf-Dietrich Braumann.
440   <LI> Quoted string in URL Viewers configuration variable were not 
441        unquoted before passing to viewer.
442   <LI> Fix in configure script to detect location of tcl library; add
443        /usr/local in FreeBSD and fix a bug in configure script that used 
444        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
445        by Werner Scheinast.
446   <LI> Move SSL configurations from UW-IMAP to configure script, and
447        update OpenSSL configuration for Mac OS X.
448   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
449   <LI> When the download of an attachment is interrumpted, Alpine stills
450      caches what was downloaded, making the download incomplete for 
451      subsequent calls of Alpine attempting to open the attachment. In the 
452      future, Alpine will not cache any downloaded part of the attachment 
453      when it is interrupted.
454 </UL>
459 Version 2.11 addresses bugs found in previous releases and has a few 
460 additions as well.
463 Additions include:
466 <UL>
467    <LI> Alpine requires version 1.0.0c of Openssl to build.
468    <LI> Increase encryption of S/MIME encrypted messages.
469    <LI> Pico: Improvements in justification of paragraphs: lines that begin
470 with a quote string, followed by a space were considered individual paragraphs,
471 now they are considered part of a paragraph. Based on earlier joint work
472 with Jeff Franklin.
473    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
474    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
475 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
476    <LI> Added recognition of ws and wss URIs.
477    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
478  <A HREF="h_config_directory_color">directory names</A>,
479  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
480    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
481 used in the display of the INDEX SCREEN.
482    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
483 that adds the ability to preserve To: and Cc: fields when replying to a 
484 message, as specified by original sender.
485    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
486  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
487    <LI> Quota command includes subcommands for printing, forwarding, etc.
488 </UL>
491 Bugs that have been addressed include:
493 <UL>
494   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
495   <LI> Crash when resizing the screen in a configuration screen.
496   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
497   <LI> Do not use a shell to open a browser.
498   <LI> Configure script did not test for crypto or pam libraries.
499   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
500   <LI> Change Cygwin directory separator to &quot;/&quot;.
501   <LI> Alpine could set List- headers, contrary to RFC 2369.
502 </UL>
505 Version 2.10 addresses bugs found in previous releases and has a few 
506 additions as well.
509 Additions include:
512 <UL>
513    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
514    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
515    <LI> Foreign characters are decoded correctly in IMAP folder names.
516    <LI> Question about breaking connection to slow servers includes their name.
517    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
518    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
519    <LI> Cygwin: Alpine builds without need of patch.
520    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
521    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
522    <LI> Add support for strong encryption of password file when S/MIME is built in.
523 </UL>
526 Bugs that have been addressed include:
529 <UL>
530    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
531    <LI> Double allocation of memory in Pico.
532    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
533    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
534    <LI> Not recognition of environment variables in some options.
535    <LI> Not display of login prompt during initial keystrokes.
536    <LI> justification of long urls breaks them.
537    <LI> Incorrect New Mail message when envelope is not available.
538    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
539    <LI> Crash when resizing the screen after display of LDAP search.
540    <LI> Crash when redrawing screen while opening a remote folder collection.
541    <LI> Infinite loop in scrolltool function during notification of new mail.
542    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
543    <LI> No display of signed and encrypted S/MIME messages.
544    <LI> Alpine will not build with OpenSSL.
545    <LI> Crash for double locking in calls to c-client.
546    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
547    <LI> Ignore the references header when threading messages
548    <LI> No update of colors in index screen after update to addressbook.
549 </UL>
552 Version 2.01 addresses bugs found in previous releases and has a few 
553 additions as well.
556 Additions include:
559 <UL>
560    <LI> Fixed non-ASCII web alpine handling
561    <LI> Added web alpine help.
562    <LI> Allow web alpine inbox on second IMAP server.
563    <LI> Allow web alpine config reset after bad inbox-path gets set.
564    <LI> Added web alpine ability to create group contact from contact list members.
565    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
566    <LI> Tidied up web alpine script layout.
567    <LI> Fixed web alpine status message ordering
568    <LI> Added web alpine Fcc setting via Contacts in Compose
569    <LI> Fixed web alpine autodraft attachment issues
570    <LI> Fixed web alpine problems with recent count maintenance
571    <LI> Fixed web alpine newmail arrival display in message list
572    <LI> Added web alpine confirmation to folder create for Move/Copy
573    <LI> Added web alpine user-domain support
574    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
575 </UL>
578 Bugs that have been addressed include:
581 <UL>
582    <LI> In web alpine fixed delete all selected within a search result to reorient
583         correctly to whole-mailbox message list.
584    <LI> Fixed web alpine delete in view page to be sensitive to sort
585    <LI> Fixed web alpine open of folder within directory from folder manager page.
586    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
587    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
588    <LI> Fixed web alpine adding contacts from message list and view
589    <LI> Fixed web alpine create of non-existent fcc
590    <LI> Remove mistakenly left debugger statement in web alpine javascript.
591    <LI> Some UNIX alpine build problems fixed
592    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
593         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
594         by locale charmap call on some Solaris 8 systems.
595    <LI> MacOS Keychain logins were not working correctly with generic host names, like
596         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
597         new password requests when not needed
598    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
599         last folder in the list
600    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
601         looked for along with the email address
602    <LI> Changes to configure to get spellcheck options with work with arguments.
603    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
604         returned by gethostname (iPhone can do this)
605    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
606         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
607    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
608         Jake Scott of marganstanley.com.
609    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
610         is not used in alpine.
611    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
612         Apparently this causes RIM Blackberry BIS service problems. This is not
613         used in alpine.
614    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
615    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
616         Fix from Ludwig Nussel of SUSE and from Crispin.
617    <LI> Include whole filename in export filename history
618    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
619 </UL>
622 Version 2.00
623 addressed bugs found in previous releases and had a few additions as well.
625 Additions included:
628 <UL>
629    <LI> Redesigned Web Alpine interface
630    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
631         in UNIX versions of Alpine
632    <LI> Attempt to include the attachment filename as part of the name of the
633         temporary file used when viewing an attachment with an external program.
634         Add some randomness to that filename to make it hard to predict the filename.
635         Add a filename extension, usually derived from the type/subtype, to the
636         temporary filename. This was previously done only on Windows and MacOS X.
637    <LI> Enhance address completion in the composer (TAB command) so that it looks
638         through nicknames, fullnames, and addresses from the address book; addresses
639         from the message being viewed, if any; and the results from
640         <A HREF="h_direct_config">LDAP Directory Server</A>
641         lookups for all of the defined directory servers that have the
642         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
643         feature set.
644    <LI> Make the default character set setting more liberal in what it will accept
645         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
646    <LI> Remove the Alpine revision number from the titlebar in released versions
647         while leaving it there in snapshot versions
648    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
649         display of asterisks when you type a password for Alpine
650    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
651    <LI> When the
652         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
653         feature is turned on convert not only the dates in the index screen but also
654         the dates in the MESSAGE VIEW
655 </UL>
658 Bugs addressed in the 2.00 release included:
661 <UL>
662    <LI> Crash when using tab-completion for selecting a Save filename
663    <LI> Make Web Alpine help text images relative for more portability
664    <LI> Fixed attach save of html parts in Web Alpine
665    <LI> Viewing, printing, exporting, replying, and bouncing of message
666         digests was broken. Replying and bouncing should not have been
667         allowed at all for digests. It would be nice to have a more standard
668         index-like view of a message digest but that has not been addressed
669         with this minor bug fix.
670    <LI> Adjust wrapping of HTML messages so that the margins specified by
671         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
672         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
673         are observed correctly
674    <LI> Interrupt of WhereIs command in index was broken
675    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
676         option did not work correctly interpreting unknown characters in message headers
677    <LI> Long address lines could cause blank continuation lines
678    <LI> Save to a local default INBOX failed if the primary collection was also local,
679         which it is by default. The save went to  ~/mail/inbox instead.
680    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
681         inbox, not the inbox in the primary collection
682    <LI> Address book entries with lots of addresses would be truncated when
683         entered in the composer with a screen size wider than 270 or so charcters
684    <LI> Some fields in the index screen were truncated when the screen width was
685         wider than 256 characters
686    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
687         folder, and there is a more than 10 minute pause between typing the TAB
688         and typing the Yes
689 </UL>
692 Version 1.10(962)
693 addressed bugs found in previous releases and had a few additions as well.
695 Additions included:
698 <UL>
699    <LI> Add the possibility of setting a default role
700         (see <A HREF="h_role_select">Roles Screen</A>)
701         which may be convenient if your work flow involves acting in one
702         role for a while then switching to another role and staying in the
703         new role for another period of time
704    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
705         is encountered, ask the user if he or she wants to continue with the
706         risky Save anyway instead of aborting. This may be helpful if your
707         IMAP server is broken in this way but be aware that it is possible there
708         was a real error instead of just a broken server implementation.
709    <LI> Some configure adjustments for Kerberos detection and
710         for SCO OpenServer 5 support
711    <LI> Hide INBOX in a collection if it also appears as an
712         <A HREF="h_config_enable_incoming">Incoming Folder</A>
713    <LI> Show asterisks for feedback when the user is typing a password
714    <LI> Performance improvement for threading of large folders
715    <LI> Previously, the search used to find
716         Pattern matches containing To patterns searched for both To
717         and Resent-To headers. The relatively complicated search this
718         produces causes problems when using some deficient IMAP servers.
719         Now the default is to look only for To headers and ignore the
720         presence of Resent-To. The previous behavior may be restored
721         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
722    <LI> Add an
723         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
724         to help with reading malformed unlabeled messages
725    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
726    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
727    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
728 </UL>
731 Bugs addressed in the 1.10(962) release included:
734 <UL>
735    <LI> Crash when encountering certain errors from an SMTP server
736    <LI> Crash in composer caused by overflow in replace_pat()
737    <LI> Hang when authenticating to an SMTP server that fails with a
738         &quot;connection disconnected&quot; error
739    <LI> Bug in handling of trailing tab character in flowed text
740    <LI> Security enhancement for mailcap parameter substitution
741    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
742         did not work if the message being replied to was not flowed text
743         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
744         was not turned on
745    <LI> Don't allow printer to be changed through hidden config screen
746         if system administrator didn't want it to be allowed
747    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
748         should know that it won't work, causing error messages to appear
749    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
750         of double-quote double-quote didn't work right
751    <LI> Quoting wasn't being done to protect special characters from the
752         MacOS X shell when
753         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
754         was not defined
755    <LI> On MacOS X message attachments should be shown internally instead of
756         being shown using the Mail application
757    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
758         sometimes set the outgoing charset to X-UNKNOWN, making the result
759         unreadable
760    <LI> When the sending of a message failed lines with leading spaces had one
761         additional space inserted in each of those lines when the user
762         was returned to the composer
763    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
764         that contained non-ascii characters because it was truncating the
765         line being searched so that it was shorter than what was visible on
766         the screen
767    <LI> When composing, an attachment with a long name that causes wrapping in
768         just the wrong place would generate an error and cause the send
769         of the attachment to fail
770    <LI> After calling the file browser to attach a file in the composer, a resize
771         of the window when back in the composer would redraw the last screen that
772         had been shown in the browser instead of the current composer screen
773    <LI> Possible crash in index screen when encountering unparseable addresses
774         or when using one of the PRIORITY tokens or the HEADER token in the
775         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
776    <LI> Problems with Header Color editing if the configuration option
777         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
778         was inadvertently changed to the Empty Value in the hidden config screen
779    <LI> When resuming the final postponed message from an Exchange server the user
780         could get a certificate validation failure because alpine was trying
781         to validate the canonical name of the folder instead of the name the
782         user used
783    <LI> Windows line endings in a mimetypes file on a Unix system cause a
784         failure to find a match
785    <LI> Make matching of extension names case independent in mimetypes files
786    <LI> Windows dialog boxes for entering text were not working correctly
787    <LI> Replying to or Forwarding multipart/alternative messages which had a
788         single text/html part did not work well
789    <LI> Printing the print confirmation page caused a crash
790    <LI> A To line with a long, quoted personal name could display incorrectly
791         if it was close to the same width as the screen
792    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
793         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
794         are turned on hide (0/0) when the folder is empty
795    <LI> Folder completion while Saving didn't work if the collection being
796         saved to was the local home directory
797 </UL>
800 Version 1.00
801 was an evolutionary release based on
802 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
803 developed at the University of Washington.
804 It is upwards-compatible for existing Pine users.
807 Changes included:
809 <UL>
810    <LI> Ground-up reorganization of source code around addition
811         of "pith/" core routine library.
812    <LI> Fundamental improvement in Alpine's internal text handling, which
813         is now based exclusively on Unicode. This allows displaying incoming
814         messages and producing outgoing messages in many different languages.
815    <LI> Ground-up reorganization of build and install procedures
816         based on GNU Build System's autotools. NOTE, the included IMAP library
817         build is not based on autotools, so some features will not work. However,
818         it should get built automatically during the Alpine build process.
819    <LI> Web-based version included built on TCL designed to run under
820         a suitable CGI-supporting web server such as Apache.
821 </UL>
825 Details on changes in previous (prerelease) versions of Alpine
826 may be found at the following URL:
828 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
831 <HR WIDTH="75%"><P>
833 <H2>Getting Help</H2>
834 <DL>
835 <DT>Online Help</DT>
836 <DD>
837 Every Alpine screen and command has associated help text
838 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
839 </DD>
841 <DT>Web Help</DT>
842 <DD>
843 The most current source of information about Alpine,
844 including new version availability, is the web page at
846 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
847 </DD>
848 </DL>
850 Frequently Asked Questions (and answers) may be found at the following
851 URL:
853 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
856 <HR WIDTH="75%"><P>
858 <H2>Additional Information</H2>
860 General Alpine configuration information can be found
861 <A HREF="h_news_config">here</A>.
863 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
864 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
865 access is provided by the IMAP Toolkit Environment (c-client library)
866 version <!--#echo var="C_CLIENT_VERSION"-->.
867 <P> 
868 Alpine was developed until 2009 by the Office of Computing 
869 &amp; Communications at the University of Washington in Seattle.  
870 Since then, the effort of developing Alpine has been continued by
871 a community of volunteers who make good software even better!
874 Alpine Copyright 2013-2015 Eduardo Chappa, 
875 <BR> Copyright 2006-2008 University of Washington.
878 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
879 or instead you can find the Apache License, version 2.0 at the web URL:
882 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
885 &lt;End of Release Notes&gt;
886 </BODY>
887 </HTML>
888 ====== h_password_file_support ======
889 <HTML>
890 <HEAD>
891 <TITLE>Encryption for Password File Support Explained</TITLE>
892 </HEAD>
893 <BODY>
894 <H1>Encryption for Password File Support Explained</H1>
896 Index<BR>
897 <OL>
898 <LI><A HREF="#content">Explanation</A>
899 <LI><A HREF="#example">Example</A>
900 </OL>
902 <P><A NAME="content">Unix Alpine Only.</A>
904 <P> If your version of Alpine has been built with password file support
905 then you can use a special file to save your passwords, and avoid typing
906 them every time you open a connection to a remote server.
908 <P> If your version of Alpine was built with SMIME support, and you have a
909 public certificate/private key pair, then Alpine will use such pair to
910 encrypt your password file. If you have more than one key/certificate
911 pair, Alpine will pick the first pair that it finds that works. You can also
912 select a pair, and the way to do this is explained below.
914 <P> Once a pair has been chosen, it will be copied to the directory 
915 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
916 that directory. The first time this process is done, this directory will 
917 be created, a key/certificate pair will be copied to it, and this pair 
918 will be used in the future to encrypt and decrypt your password file. You 
919 can create this directory and copy any key/certificate pair there. You
920 can add a self-signed certificate there, if you like, and you can let
921 this certificate expire. This will not affect the encryption and decryption
922 of the password file.
924 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
925 your key/certificate pair, you can specify a different one with the 
926 -pwdcertdir command line option in Alpine. If the directory specified by 
927 this option is not found or there is no valid key/certificate pair there, 
928 Alpine will fail to encrypt and decrypt your password file. In other words,
929 Alpine will not initialize this directory for you.
931 <P> Alpine does not care about the names of the key and certificates in 
932 this directory, but the private key must have &quot;.key&quot; extension 
933 and your public certificate must have the &quot;.crt&quot; extension. The
934 name of the private key will be used in the prompt when you are asked
935 to unlock your key to decrypt your password.
937 <P><A NAME="example">An example follows</A>
939 <P>Assume you have a private key called peter@address.com.key in your, 
940 ~/.alpine-smime/private directory, and a public certificate called 
941 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
942 are your only key/certificate pair.
944 <P> When Alpine starts for the first time, without command line options, 
945 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
946 it will create it. Then it will go through your keys and certificates and 
947 find a pair that it can use, and copy the files peter@address.com.key,
948 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
949 you can do the same by copying these files by yourself. This can be done
950 with the sequence of commands
952 <PRE>
953 mkdir ~/.alpine-smime/.pwd
954 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
955 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
956 </PRE>
958 <P> When Alpine starts, you will be asked the password to unlock your
959 private key with the prompt.
961 <PRE>
962 Enter password of key &lt;peter@address.com&gt; to unlock password file:
963 </PRE>
965 <P> If you prefer to use different names for your private and public keys 
966 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
967 preserve the extension of the files. For example, you can use the names 
968 private_key.key and public_cert.crt instead. In this case, the prompt you 
969 will see when you are asked to unlock your private key will read
971 <PRE>
972 Enter password of key &lt;private_key&gt; to unlock password file:
973 </PRE>
975 <P>Observe that you do not need to use an existing key/certificate pair, 
976 and that you can create a new private key/public certificate pair to 
977 encrypt and decrypt your password. However, once one is used, Alpine does 
978 not provide a mechanism to switch the encryption and decryption files to 
979 another key/certificate pair. This will be implemented in a future 
980 release of Alpine.
983 &lt;End of help&gt;
984 </BODY>
985 </HTML>
986 ====== h_tls_failure_details ======
987 <HTML>
988 <HEAD>
989 <TITLE>Certificate Validation Details</TITLE>
990 </HEAD>
991 <BODY>
992 <H1>Certificate Validation Details</H1>
994 This screen gives details as to why the certificate validation failed: the
995 name of the desired server system; the reason for failure; and the name on
996 the certificate.  This is primarily of interest to experts.
999 &lt;End of help&gt;
1000 </BODY>
1001 </HTML>
1002 ====== h_tls_failure ======
1003 <HTML>
1004 <HEAD>
1005 <TITLE>TLS or SSL Failure</TITLE>
1006 </HEAD>
1007 <BODY>
1008 <H1>TLS or SSL Failure</H1>
1010 An attempt was made to establish a secure, encrypted connection to the
1011 server system using either Transport Layer Security (TLS) or the older
1012 Secure Sockets Layer (SSL).  This attempt failed.
1015 You should contact your server system management for more assistance.
1016 The problem is probably at the server system and not in Alpine or your local
1017 system.  The text in this screen may be helpful for the server system
1018 management in debugging the problem,
1021 &lt;End of help&gt;
1022 </BODY>
1023 </HTML>
1024 ====== h_tls_validation_failure ======
1025 <HTML>
1026 <HEAD>
1027 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1028 </HEAD>
1029 <BODY>
1030 <H1>TLS and SSL Certificate Validation Failures</H1>
1032 An attempt was made to establish a secure, encrypted connection to the
1033 server system using either Transport Layer Security (TLS) or the older
1034 Secure Sockets Layer (SSL).
1037 An important part of this procedure is server certificate validation.  A
1038 server certificate is an &quot;electronic identification card&quot; for the server
1039 system that is signed by a well-known certificate authority (CA).  Alpine
1040 compares the server system identity in the server certificate with the
1041 name of the server system to which it is trying to connect.  Alpine also
1042 verifies that the CA signature is authentic.
1045 Some common failure conditions are:
1048 <UL>
1049   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1050 signed its own certificate.  This does not necessarily indicate anything
1051 bad; the server operators may simply have elected to not purchase a
1052 signed certificate from a certificate authority.
1054   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1055 the signature on the server system is from an unknown certificate authority.
1056 It can also mean that no certificate authority certificates have been
1057 installed on the local UNIX system.
1059   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1060 the same as either of the above two conditions in UNIX Alpine.  Note that
1061 Windows systems typically have a full set of certificate authority
1062 certificates installed, so it is more likely to be a self-signed
1063 certificate than an unknown certificate authority.
1065   <LI> Server name does not match certificate.  This means that the server
1066 presented a proper signed certificate for a name other than the desired
1067 name.
1068 </UL>
1071 Any of these conditions can indicate that you are being attacked and have
1072 been directed to an imposter server that will record your password and
1073 your private mail messages.  It can also mean something innocuous.
1076 If you are certain that the problem is innocuous, you can append the
1077 option
1080 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1083 to the server system name where it appears in your configuration (e.g. the
1084 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1085 a folder-collection, or a news or SMTP server).  This will
1086 disable certificate validation.  On the other hand, if you are attacked,
1087 you will get no warning if you do this.
1090 &lt;End of Cert Validation Failures help&gt;
1091 </BODY>
1092 </HTML>
1093 ====== h_release_tlscerts ======
1094 <HTML>
1095 <HEAD>
1096 <TITLE>TLS and SSL usage note</TITLE>
1097 </HEAD>
1098 <BODY>
1099 <H1>TLS and SSL usage note</H1>
1102 When using Alpine from Unix or Windows 2000,
1103 server certificates must be signed by a trusted certificate authority.
1104 You may relax this requirement (at the cost of some security) by using
1106 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1107 modifier in the mailbox name.
1110 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1113 The fully-qualified host name of the server should be used
1114 so that it matches the host name in the server certificate.
1116 Here is an example of a host specification that directs Alpine to use
1117 the SSL port (993) and an encrypted data stream.
1119 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1121 &lt;End of TLS usage help&gt;
1122 </BODY>
1123 </HTML>
1124 ====== h_news_config ======
1125 <HTML>
1126 <HEAD>
1127 <TITLE>Alpine Configuration</TITLE>
1128 </HEAD>
1129 <BODY>
1130 <H1>Alpine Configuration</H1>
1132 <H2>Using Environment Variables</H2>
1134 The values of Alpine configuration options may include environment variables
1135 that are replaced by the value of the variable at the time Alpine is run
1136 (and also at the time the config option is changed).
1137 The syntax to use environment variables is a subset of the common Unix
1138 shell dollar-syntax.
1139 For example, if
1141 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1143 appears in the value of an Alpine configuration option it is looked up in the
1144 environent (using getenv(&quot;VAR&quot;)) and its
1145 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1146 To include a literal dollar sign you may precede the dollar sign with another
1147 dollar sign.
1148 In other words, if the text
1150 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1152 is the value of a configuration option, it will be expanded to
1154 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1156 and no environment lookup will be done.
1157 For Unix Alpine it will also work to use a backslash character to
1158 escape the special meaning of the dollar sign, but $$ is preferable since
1159 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1160 to be in a shared configuration file.
1163 This all sounds more complicated than it actually is.
1164 An example may make it clearer.
1165 Unfortunately, the way in which environment variables are set is OS-dependent 
1166 and command shell-dependent.
1167 In some Unix command shells you may use
1169 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1170    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1172 Now, if you use Alpine's Setup/Config screen to set
1174 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1176 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1177 so that this would be equivalent to
1179 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1181 Note, environment variable substitution happens after configuration
1182 options that are lists are split into the separate elements of the list,
1183 so a single environment variable can't contain a list of values.
1186 The environment variable doesn't have to be the only thing
1187 after the equal sign.
1188 However, if the name of the variable is not at the end of the line or
1189 followed by a space (so that you can tell where the variable name ends),
1190 it must be enclosed in curly braces like
1192 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1194 It is always ok to use the braces even if you don't need to.
1196 It is also possible to set a default value for an environment variable.
1197 This default value will be used if the environment variable is not
1198 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1199 The syntax used to set a default value is
1201 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1203 If the config file contains
1205 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1207 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1208 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1209 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1210 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1211 the default value.
1212 (Note that the variable is called &quot;personal-name&quot; in the config
1213 file but is displayed in the config screen as
1214 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1215 In general, the value that goes into a config file is never exactly the
1216 same as the value you see on the screen.)
1219 An example where an environment variable might be useful is the
1220 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1221 Suppose most users used the server
1223 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1225 but that there were some exceptions who used
1227 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1229 In this case, the system manager might include the following line in
1230 the systemwide default Alpine configuration file
1232 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1234 For the exceptional users adding
1236 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1238 to their environment should work.
1240 Another example might be the case where a user has to use a different
1241 SMTP server from work and from home.
1242 The setup might be something as simple as
1244 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1246 or perhaps a default value could be given.
1247 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1248 a list of SMTP servers.
1251 <H2>Configuration precedence</H2>
1253 There are several levels of Alpine configuration.  Configuration values at
1254 a given level override corresponding values at lower levels.  In order of
1255 increasing precedence:
1257 <UL>
1258  <LI> built-in defaults
1259  <LI> system-wide
1260 <!--chtml if pinemode="os_windows"-->
1261       config file from command line or provided
1262       by "PINECONF" environment variable
1263 <!--chtml else-->
1264       pine.conf file
1265 <!--chtml endif-->
1266  <LI> personal configuration file
1267  <LI> personal exceptions configuration file
1268  <LI> command-line options
1269  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1270  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1271 </UL>
1273 The values in both the personal configuration file and the
1274 <A HREF="h_config_exceptions">exceptions</A>
1275 configuration file may be set using the Setup command.
1276 Setup/Config is the command to change most of the personal configuration
1277 options.
1278 The other Setup subcommands are also used to change the configuration,
1279 for example, Setup/AddressBook, Setup/Rules, and so on.
1280 Changing the personal exceptions configuration is very similar.
1281 To change a value in the Config screen you would use the command
1282 Setup/eXceptions/Config.
1283 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1285 There are a couple exceptions to the rule that configuration values are replaced
1286 by the value of the same option in a higher-precedence file.
1287 The Feature-List variable has values that are additive, but can be
1288 negated by prepending &quot;no-&quot; in front of an individual feature name.
1289 So for features, each individual feature's value is replaced by the value
1290 of the same feature in a higher-precedence file.
1291 Note that this is done automatically for you when you change these values via
1292 the Setup/Config command.
1293 The other exception to the <EM>replace</EM> semantics happens when you
1294 use <A HREF="h_config_inheritance">configuration inheritance</A>
1295 for option lists.
1298 <H2>File name defaults</H2>
1300 Notes:<P>
1302 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1303 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1304 <BR> # = default file name is overridable in pinerc.
1305 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1306 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1307 <BR> + between the mailcap paths implies that the two files are combined.
1308 <BR> ; between other default paths implies that the first one found is used.
1309 </P>
1310 Alpine looks for most support files in the same directory it finds its
1311 personal configuration file (pinerc).  The -p command-line flag may be
1312 used to specify a particular path name for the pinerc file.  If a
1313 pinerc file does not exist, it will be created (if directory permissions
1314 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1315 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1316 file does not exist in either one, it will create one in the first of those
1317 two directories that is writable.  In detail:
1318 <PRE>
1320 PC-Alpine:
1322  executable     &lt;DOS search path&gt;&#92;pine.exe
1323  help index     &lt;exe dir&gt;&#92;pine.ndx
1324  help text      &lt;exe dir&gt;&#92;pine.hlp
1326  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1327  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1328  global cfg     $PINECONF
1330  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1331  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1332  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1333  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1334  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1335  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1336  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1337  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1338  postponed#     $HOME&#92;mail&#92;postpond.mtx
1339  interrupted    $HOME&#92;mail&#92;intruptd
1341 Unix Alpine:
1343  executable     &lt;Unix search path&gt;/pine
1344  persnl cfg     ~/.pinerc
1345  except cfg     ~/.pinercex
1346  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1347  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1348  local help     <!--#echo var="PINE_INFO_PATH"-->
1350  interrupted    ~/.pine-interrupted-mail
1351  debug          ~/.pine-debugN
1352  crash          ~/.pine-crash
1353  newsrc#        ~/.newsrc
1354  signature#     &lt;pinerc dir&gt;/.signature
1355  addressbook#   &lt;pinerc dir&gt;/.addressbook
1356  postponed#     ~/mail/postponed-msgs
1357  sentmail#      ~/mail/sent-mail
1358  mailcap#       ~/.mailcap + /etc/mailcap
1359                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1360  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1362  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1363  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1364  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1365  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1366  password       /etc/passwd
1368 Unix Alpine and PC-Alpine:
1370  .ab*           remote addressbook support files
1371  a[1-9]*        temporary (while Alpine is running) addressbook files
1373 </PRE>
1376 <H2>Mailcap files</H2>
1378 Alpine honors the mailcap configuration system for specifying external
1379 programs for handling attachments.  The mailcap file maps MIME attachment
1380 types to the external programs loaded on your system that can display
1381 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1382 distribution.  It includes comments that explain the syntax you need to
1383 use for mailcap.  With the mailcap file, any program (mail readers,
1384 newsreaders, WWW clients) can use the same configuration for handling
1385 MIME-encoded data.
1388 <H2>MIME-Types files</H2>
1390 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1391 what Content-Type to use for labeling an attached file, based on
1392 the file extension.  That is, this file provides a mapping between
1393 filename extensions and MIME content-types.
1396 <H2>Environment variables</H2>
1398 PC-Alpine uses the following environment variables:
1399 <DL>
1400 <DT>PINERC</DT>
1401 <DD>Optional path to pinerc file.</DD>
1402 <DT>PINERCEX</DT>
1403 <DD>Optional path to personal exceptions configuration file.</DD>
1404 <DT>PINECONF</DT>
1405 <DD>Optional path to global pine config file.</DD>
1406 <DT>HOME</DT>
1407 <DT>TMPDIR, TMP, or TEMP</DT>
1408 <DT>COMSPEC</DT>
1409 <DT>MAILCAPS</DT>
1410 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1411 <DT>USER_DICTIONARY</DT>
1412 <DD>Used to specify the file to contain the user's spell check
1413 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1414 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1415 </DL>
1417 Unix Alpine uses the following environment variables:
1418 <DL>
1419 <DT>TERM</DT>
1420 <DD>Tells Alpine what kind of terminal is being used.</DD>
1421 <DT>DISPLAY</DT>
1422 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1423 <DT>SHELL</DT>
1424 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1425 <DT>TMPDIR, TMP, or TEMP</DT>
1426 <DT>MAILCAPS</DT>
1427 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1428 </DL>
1429 <!--chtml if pinemode="os_windows"-->
1431 <H2>Common PC-Alpine Configuration Problems</H2>
1433 <H3>Configuration settings aren't being saved</H3>
1435 <P>This problem can happen if you run pine from one directory and
1436 then decide to move your pine directory to another location.  PC-Alpine
1437 stores certain variables, including the configuration location, in the
1438 Windows Registry (which you shouldn't ever need to manually edit).  There
1439 are a couple of ways to go about removing or resetting the values in the
1440 registry.
1443 1) Run PC-Alpine's registry value deletion command.  This can be done by
1444 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1445 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1446 value to the above command.
1449 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1450 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1451 option, you can tell PC-Alpine the location of your pinerc.  An example of
1452 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;.
1453 Again, you can use the DOS prompt or the shortcut method explained in (1).
1456 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1457 set registry values to the current setting, and is therefore useful with
1458 the &quot;-p&nbsp;PINERC&quot; option.
1460 <!--chtml endif-->
1462 &lt;End of Configuration Notes&gt;
1463 </BODY>
1464 </HTML>
1465 ====== h_news_legal ======
1466 <html>
1467 <head>
1468 <TITLE>Alpine Legal Notices</TITLE>
1469 </head>
1470 <body>
1472 <H1>Alpine Legal Notices</H1>
1474 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1478 &lt;End of Alpine Legal Notices&gt;
1479 </BODY>
1480 </HTML>
1481 ===== h_info_on_mbox =====
1482 <HTML>
1483 <HEAD>
1484 <TITLE>Information on mbox driver</TITLE>
1485 </HEAD>
1486 <BODY>
1487 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1489 Beginning with Pine 4.00 (Pine came before Alpine)
1490 a new INBOX access method is
1491 available as part of the standard configuration.  It is called the
1492 &quot;mbox&quot; driver and it works like this:<P>
1495 <BLOCKQUOTE>
1496 If the file &quot;mbox&quot; exists in the user's home directory, and
1497 is in Unix mailbox format, then when INBOX is opened this file will be
1498 selected as INBOX instead of the mail spool file.  Messages will be
1499 automatically transferred from the mail spool file into the mbox
1500 file.
1501 </BLOCKQUOTE>
1504 The advantage of this method is that, after new mail has been copied
1505 from the system mail spool, all subsequent access is confined to the
1506 user's home directory, which is desirable on some systems.  However, a
1507 possible disadvantage is that mail tools other than those from the
1508 University of Washington will not know to look for mail in the user's
1509 mbox file.  For example, POP or IMAP servers other than those from the
1510 University of Washington, and many &quot;new mail notification&quot;
1511 programs may not work as expected with this driver enabled.<P>
1513 To disable this behavior, either remove/rename the &quot;mbox&quot;
1514 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1515 option in Setup/Config
1516 and add &quot;mbox&quot; to it:
1518 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1520 &lt;End of help on this topic&gt;
1521 </BODY>
1522 </HTML>
1523 ===== h_info_on_locking =====
1524 <HTML>
1525 <HEAD>
1526 <TITLE>FAQs on Alpine Locking</TITLE>
1527 </HEAD>
1528 <BODY>
1529 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1531 There is an extensive section on locking in the Alpine technical notes;
1532 this information is intended to provide answers to some common questions:<P>
1533 <OL>
1534 <LI> Why did locking change in Pine 4.00?<BR>
1535 The actual locking mechanisms did not change in 4.00.
1536 What changed is that when one particular locking mechanism used by Alpine 
1537 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1538 failure would occur, but no warning was issued.<P>
1540 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1541 Yes.  It means that Alpine was unable to create a lockfile in the
1542 spool directory, generally because of overly restrictive protections on the
1543 spool directory.  The correct permissions on the spool directory for
1544 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1545 with the sticky-bit set, so only owners of a file can delete them.<P>
1547 <LI> Why does Alpine require that the mail spool directory have 1777
1548    protections?<BR>
1549 Alpine was designed to run without special privileges.  This means that in
1550 order to create a lockfile in the spool directory, it is necessary to have
1551 the spool directory permissions be world-writable.<P>
1553 <LI> Can't you create the lockfile somewhere else?<BR>
1554 No.  The lockfile in question must be in the mail spool directory, because
1555 that's where the mail delivery program expects to find it, and the purpose
1556 of the file is to coordinate access between the mail client (Alpine) and the
1557 mail delivery program.<P>
1559 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1560 No.  Remember that the individual mail files in the spool directory are
1561 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1562 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1563 -- means that only the owner of the file (or root) can delete files in the 
1564 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1565 anyone could
1566 create a random file in the spool directory.  If the spool directory is
1567 under quota control along with home directories, there is little incentive
1568 for anyone to do this, and even without quotas a periodic scan for
1569 non-mail files usually takes care of the problem.  <P>
1571 <LI> Why not run Alpine as setgid mail?<BR>
1572 Alpine was never designed to run with privileges, and to do so introduces a
1573 significant security vulnerability.  For example, if a user suspends Alpine,
1574 the resulting shell will have group privileges.  This is one example of
1575 why we strongly recommend against running Alpine as a privileged program.
1576 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1577 users
1578 could not test Alpine versions or other mailers that had not been installed
1579 by the system administrators.<P>
1582 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1583 There are, but they all have different sets of tradeoffs, and not all will
1584 work on all systems.  Some examples:<UL>
1585  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1586    spool is local.   Doesn't work reliably if NFS is used.
1587    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1588    use the same calls.
1589  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1590    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1591 mail tools that always look in the spool directory for the mail.
1592 </UL><P>
1594 <LI> Are these spool directory lock files the only kinds of locks used by
1595    Alpine?<BR>
1596 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1597 mailbox format folders, these are used to coordinate access between
1598 multiple Alpine sessions.  <P>
1600 <LI> What about the 
1601 <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>
1602 This is for people who are content to live dangerously, or who have
1603 specific knowledge that the spool directory lockfiles are superfluous on
1604 their system (because both Alpine and the mail delivery program are using 
1605 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1607 <LI> Where can I find more details on how Alpine locking works?<BR>
1608 See the Alpine Technical Notes.<P>
1610 </OL>
1612 &lt;End of help on this topic&gt;
1613 </BODY>
1614 </HTML>
1615 ===== h_finding_help ====
1616 <HTML>
1617 <HEAD>
1618 <TITLE>Finding more information and requesting help</TITLE>
1619 </HEAD>
1620 <BODY>
1621 <H1>Places to Look for More Answers</H1>
1622 If you have questions about or problems with Alpine that you cannot resolve 
1623 after consulting the program's internal, context-sensitive help screens, here 
1624 are additional information resources that you may find helpful:
1626 <UL>
1627   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1629   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1631   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1632 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1633   since the last version, which may be useful for you to be aware of, 
1634 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1635 a change in the way an aspect of Alpine works.  There, you will also find notes 
1636 on Alpine configuration.<P>
1638   <LI> The main site for Alpine contains information on configuring and solving problems
1639        with Alpine, it can be found at
1641 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1643   <LI> The Alpine Information Center (maintained by the University of
1644            Washington) World Wide Web site contains, among other things
1645            <UL>
1646            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1647            <LI>an overview of the basics for beginning Alpine users
1648            <LI>Technical Notes for systems administrators
1649            <LI>archives (including a searchable index) of the alpine-info 
1650 mailing list, on which matters of interest to systems/email administrators,
1651 developers, trainers, user support personnel, and others involved with Alpine 
1652 messaging on a &quot;technical&quot; level are discussed.
1653 </UL>
1654         The Alpine Information Center can be accessed with a WWW browser at:<P>
1655             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1656 </UL>
1657 <P><HR WIDTH="75%">
1658 <H1>Requesting help</H1>
1659 If the internal help, the Release Notes, the Alpine Information Center, and your 
1660 local online and print resources do not help you resolve a problem, please
1661 start by contacting your local computer support staff and asking for help.
1663 This is especially true if:
1664 <ul>
1665   <li>You suddenly have trouble sending or receiving mail.
1666   <li>You receive a "disk quota exceeded" message.
1667   <li>You have forgotten your password.
1668   <li>You think your account may have been compromised.
1669   <li>You need help viewing an attachment.
1670   <li>You need to know how to configure your:
1671       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1672       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1673       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1674       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1675   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1676   <li>You want to block email from a particular person.
1677   <li>You're going on vacation and need to autorespond to incoming mail.
1678   <li>You want to automatically file or filter incoming messages.
1679 </ul>
1681 In all of these cases,
1682 you should contact <B>your</B> support staff, because <B>only they</B> 
1683 will be able to assist you effectively. Your support staff may be, depending on who 
1684 provides you with the email account you use Alpine with, for example:<UL>
1685 <LI> the computing help desk of (a department of) your university, school, 
1686 employer, ... ; or
1687 <LI> the customer service center of your Internet Service Provider; or
1688 <LI> the friendly volunteer helpers of your Freenet; or
1689 <LI> the person who setup your computer and internet connection.
1690 </UL>
1692 Due to the large number of Alpine installations worldwide, and because we
1693 receive no funding for it, the University of Washington <B>cannot provide 
1694 individual support services outside the University of Washington</B>.
1696 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1697 newsgroup can be a valuable source of information and assistance for Alpine 
1698 user issues.
1700 For systems/email administrators, developers, trainers, user support
1701 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1702 level, the mailing list alpine-info is available; for information on
1703 subscribing and posting to it, see
1705 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1708 Regardless of whom you are asking for help with Alpine, remember 
1709 to provide as much detail as you can about the
1710 nature of any problem you are encountering, such as
1711 <UL>
1712 <LI>when it first occurred;
1713 <LI>what, if anything, happened that might have brought it about;
1714 <LI>whether it still persists;
1715 <LI>whether it is reproducible, and if so, how;
1716 <LI>what, if anything, you already tried to solve it.
1717 </UL> 
1718 It may also be helpful if you specify what version of Alpine you are using 
1719 <!--chtml if pinemode="running"-->
1720 -- this is <!--#echo var="ALPINE_VERSION"--> --
1721 <!--chtml endif-->
1722 and on what system, and when the copy of Alpine you are using was created
1723 <!--chtml if pinemode="running"-->
1724 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1725 <!--chtml endif-->
1727 <!--chtml if pinemode="running"-->
1728 <P>   
1729 When the Alpine program you are currently using was installed, a support
1730 contact email address may have been set up; in that case, you can simply select
1731 this link now to send a message to it:<BR>
1732 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1733 <!--chtml endif-->
1734 <!--chtml if [ -r PINE_INFO_PATH ]-->
1735 <HR WIDTH="75%">Local Support Contacts:<P>
1736 <!--#include file="PINE_INFO_PATH"-->
1737 <HR WIDTH="75%">
1738 <!--chtml endif-->
1739 <P> 
1740 &lt;End of help on this topic&gt;
1741 </BODY>
1742 </HTML>
1743 ===== new_user_greeting ======
1744 <HTML>
1745 <HEAD>
1746 <TITLE>NEW USER GREETING</TITLE>
1747 </HEAD>
1748 <BODY>
1749 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1750 <BR>
1751 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1752 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1753 select Setup/Config to see many of the options available to you. Also note
1754 that all screens have context-sensitive help text available.<P>
1755 <!--chtml if pinemode="phone_home"-->
1756 SPECIAL REQUEST:
1757 This software was originally created and maintained as a public
1758 service by the University of Washington until 2009; updates are made 
1759 available as a public service of the Alpine community. It is always 
1760 helpful to have an idea of how many users are using Alpine. Are you 
1761 willing to be counted as an Alpine user? Pressing 
1762 <A HREF="X-Alpine-Phone-Home:">Return</A>
1763 will send an anonymous (meaning, your real email address will not be revealed) 
1764 message to the Alpine developers for purposes of tallying.
1766 <!--To Exit this screen and continue your Alpine session press "E".-->
1767 <!--chtml else-->
1768 To Exit this screen and continue your Alpine session press "Return".
1769 <!--chtml endif-->
1770 </BODY>
1771 </HTML>
1772 ===== new_alpine_user_greeting ======
1773 <HTML>
1774 <HEAD>
1775 <TITLE>NEW ALPINE USER GREETING</TITLE>
1776 </HEAD>
1777 <BODY>
1778 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1779 <BR>
1780 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1781 Your Alpine configuration file indicates that you may have used Pine before
1782 but not Alpine.
1783 If you are familiar with the way Pine works, you should be comfortable
1784 using Alpine.
1785 Your Pine configuration file is automatically used for Alpine.
1786 The Release Notes may be viewed by pressing 
1787 &quot;R&quot; now or while in the MAIN MENU.
1789 <!--chtml if pinemode="phone_home"-->
1790 SPECIAL REQUEST:
1791 This software was originally created and maintained as a public
1792 service by the University of Washington until 2009; updates are made 
1793 available as a public service of the Alpine community. It is always 
1794 helpful to have an idea of how many users are using Alpine. Are you 
1795 willing to be counted as an Alpine user? Pressing 
1796 <A HREF="X-Alpine-Phone-Home:">Return</A>
1797 will send an anonymous (meaning, your real email address will not be revealed) 
1798 message to the Alpine developers for purposes of tallying.
1800 <!--To Exit this screen and continue your Alpine session press "E".-->
1801 <!--chtml else-->
1802 To Exit this screen and continue your Alpine session press "Return".
1803 <!--chtml endif-->
1804 </BODY>
1805 </HTML>
1806 ===== new_version_greeting ======
1807 <HTML>
1808 <HEAD>
1809 <TITLE>NEW VERSION GREETING</TITLE>
1810 </HEAD>
1811 <BODY>
1812 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1813 <BR>
1814 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1815 Your Alpine configuration file indicates that you may not have used 
1816 this version of Alpine before.  This version's significant changes are
1817 documented in the Release Notes, which 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>
1838 ===== main_menu_tx ======
1839 <HTML>
1840 <HEAD>
1841 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1842 </HEAD>
1843 <BODY>
1844 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1845 <DIV ALIGN=CENTER>
1846 Version <!--#echo var="ALPINE_VERSION"-->
1847 <!--chtml if pinemode="running"-->
1848 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1849 <!--chtml endif-->
1850 </DIV>
1851 <CENTER>Copyright 2013-2015 Eduardo Chappa,
1852 <BR>Copyright 2006-2008 University of Washington.
1853 </CENTER>
1856 When you are viewing a help screen, there may be links to
1857 other topics highlighted (in Reverse video) in the text.
1858 Here is an example.
1859 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1860 highlighted.
1861 If you type carriage return (or V for View Link, see the commands at the
1862 bottom of the screen) you will be taken to a new help screen to view the
1863 Introduction.
1864 The commands at the bottom of the screen should then include
1865 &quot;P Prev Help&quot;.
1866 If you type &quot;P&quot; you will end up back here.
1867 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1868 to the place you were in Alpine when you entered Help.
1869 In this case, you would go back to the MAIN MENU.
1870 There are also other links that are highlighted in bold (or the color used
1871 by your terminal to display bold).
1872 The items after the Introduction in the TABLE OF CONTENTS are all examples
1873 of such links.
1874 In order to view those links, you first have to make the link you want
1875 to view the current link.
1876 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1877 (see bottom of screen) can do that for you.
1880 <H2>TABLE OF CONTENTS</H2>
1881 <OL>
1882   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1883   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1884 <!--chtml if [ -r PINE_INFO_PATH ]-->
1885   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1886 <!--chtml endif-->
1887   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1888   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1889   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1890   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1891   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1892   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1893   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1894   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1895   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1896   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1897   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1898   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1899   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1900   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1901   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1902   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1903   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1904   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1905   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1906   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1907   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1908   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1909   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1910   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1911   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1912 </OL>
1915 &lt;End of help on this topic&gt;
1916 </BODY>
1917 </HTML>
1918 ===== h_mainhelp_intro ======
1919 <HTML>
1920 <HEAD>
1921 <TITLE>Introduction</TITLE>
1922 </HEAD>
1923 <BODY>
1924 <H1>Introduction</H1>
1926 Alpine is an &quot;Alternatively Licensed Program for Internet
1927 News and Email&quot; produced until 2009 by the University of Washington.
1928 It is intended to be an easy-to-use program for
1929 sending, receiving, and filing Internet electronic mail messages and
1930 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1931 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1932 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1933 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1934 Directory Access Protocol).<p>
1936 Although originally designed for inexperienced email users, Alpine has
1937 evolved to support many advanced features.  There are an ever-growing
1938 number of configuration and personal-preference options, though which of
1939 them are available to you is determined by your local system managers. 
1941 <H2>WHAT ALPINE DOES...</H2>
1943 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1944 allows you to
1945 compose and read messages using Internet mail standards.  (Whether you
1946 can correspond with others on the Internet depends on whether or not your
1947 computer is connected to the Internet.)  Alpine also allows reading and
1948 posting messages on the Internet &quot;net news&quot; system, provided
1949 that your site operates a suitable news server.
1951 <H2>WHAT ALPINE DOES NOT DO...</H2>
1953 A &quot;mail user agent&quot; such as Alpine is just one part of a
1954 messaging system. Here are some things that are <B>not</B> done by Alpine,
1955 but require other programs:<P>
1956 <UL>
1957  <LI> Actual relaying of email... which is done by &quot;message transfer 
1958 agents&quot;.
1959  <LI> Vacation messages... automatically responding to incoming messages
1960  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1961 email.
1962  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1963  <LI> List processing... resending one message to a list of recipients.
1964 </UL>
1967 &lt;End of help on this topic&gt;
1968 </BODY>
1969 </HTML>
1971 ===== h_mainhelp_pinehelp ======
1972 <HTML>
1973 <HEAD>
1974 <TITLE>Alpine Help</TITLE>
1975 </HEAD>
1976 <BODY>
1977 <H1>Alpine Help</H1>
1979 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1980 use will have its own help text, explaining the choices available for that
1981 screen. This general help section, on the other hand, attempts to give an 
1982 overall picture of what Alpine is capable of doing, as well as pointers to 
1983 additional help sections about specific topics.<p>
1985 Much of the help text contains links to further help topics, similar to
1986 how the World Wide Web works.
1987 You may choose a link to view using the &quot;NextLink&quot; and
1988 &quot;PrevLink&quot; commands to change the link that is highlighted.
1989 The &quot;View Link&quot; command will then show you the highlighted link.
1990 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1991 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1992 will return you to the location in Alpine before you asked for help.
1993 For example, if you are reading this text in Alpine you may return to the
1994 help table of contents with the &quot;Prev Help&quot; command or you may view the
1995 Release notes link in the next paragraph and then return here with
1996 &quot;Prev Help&quot;.
1999 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2000 on the current Alpine version are also available from the MAIN MENU: Press
2001 <!--chtml if pinemode="function_key"-->
2002 &quot;F9&quot;
2003 <!--chtml else-->
2004 &quot;R&quot;
2005 <!--chtml endif-->
2006 to browse the release notes.  These include changes since the last release,
2007 configuration information, the history of the Alpine
2008 project, credits, and legal notices.
2010 Alpine releases are available via the world wide web at
2012 <CENTER><SAMP><A 
2013 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2014 ></CENTER>
2017 If you would like to print <EM>all</EM> of Alpine's internal help text
2018 (not recommended) for a little light bedtime reading, then press
2019 <!--chtml if pinemode="function_key"-->
2020 &quot;F12&quot;
2021 <!--chtml else-->
2022 &quot;Z&quot;
2023 <!--chtml endif-->
2024 now.  (This assumes that the
2025 copy of Alpine you are using has been properly configured for printing
2026 at your site.)
2028 &lt;End of help on this topic&gt;
2029 </BODY>
2030 </HTML>
2031 ===== h_mainhelp_localsupport ======
2032 <HTML>
2033 <HEAD>
2034 <TITLE>Local Support Contacts</TITLE>
2035 </HEAD>
2036 <BODY>
2037 <H1>Local Support Contacts</H1>
2039 <!--chtml if [ -r PINE_INFO_PATH ]-->
2040 <!--#include file="PINE_INFO_PATH"-->
2041 <!--chtml else-->
2042 No Local Support Contacts configured.
2043 <!--chtml endif-->
2046 &lt;End of help on this topic&gt;
2047 </BODY>
2048 </HTML>
2050 ===== h_mainhelp_cmds ======
2051 <HTML>
2052 <HEAD>
2053 <TITLE>Giving Commands in Alpine</TITLE>
2054 </HEAD>
2055 <BODY>
2056 <H1>Giving Commands in Alpine</H1>
2058 Unless configured otherwise
2059 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2060 the bottom two lines of the screen are always used to list the
2061 commands you can give.  You press the keys that are highlighted to give
2062 the command.  The commands for getting help and going back to the main
2063 menu are always present (except when viewing help as you are now).
2064 <!--chtml if pinemode="function_key"-->
2065 <!--chtml else-->
2067 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2068 you see at the bottom of any screen. In some cases there are 3 or
2069 even 4 different
2070 sets of keys that can be seen by using the O key. <EM>All commands are 
2071 active</EM>, even if they are not currently showing at the bottom of your 
2072 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2073 remind yourself of the proper key to press to perform an operation.
2075 <H2>Control Key Commands</H2>
2076 When composing mail, and in a few other places, in Alpine you
2077 have to use Control keys. This means pressing the Control key (usually labeled 
2078 &quot;Ctrl&quot;) and the
2079 letter indicated at the same time.  Usually, this is shown with a
2080 &quot;^&quot; in front of the letter.  On some systems, certain control
2081 characters are intercepted before they get to Alpine.  As a work-around,
2082 you can press the ESCAPE key twice followed by the desired key.  For
2083 example, if Ctrl-O (^O) does not work on your system, try typing
2084 &quot;ESC ESC O&quot;.
2085 <!--chtml endif-->
2086 <H2>Paging Up and Down</H2>
2087 The &quot;+&quot; and &quot;-&quot; keys are used for
2088 moving to the next or previous page.  The space bar is a synonym for
2089 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2090 up as you do in the message composer.  On screens with a WhereIs (search)
2091 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2092 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2093 of the message or list.
2095 <H2>Return Key</H2>
2096 The return key is usually a synonym for a frequently used
2097 command.  When viewing a message, there is currently not a default
2098 command, so RETURN does nothing; when in the index, it is synonymous with
2099 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2100 enclosed in square brackets [] is the same as the return key.
2102 <H2>Control Keys Not Used By Alpine</H2>
2103 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2104 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2105 at prompts for file/folder names, control keys must be used for editing and 
2106 navigation functions.
2109 Alpine has used nearly all the control keys available.  There are, however,
2110 certain control keys that are reserved by other programs or for technical
2111 reasons.  Alpine does not use any of these keys:
2112 <DL>
2113  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2114  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2115  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2116 </DL>
2118 Note: Ctrl-S and Ctrl-Q can be subject to 
2119 <A HREF="h_special_xon_xoff">special handling</A>.
2121 In addition, while the ESC key alone is not used for command input,
2122 Alpine will recognize two consecutive ESC key presses followed by a letter 
2123 key as a substitute for control key input.  For example, the control key
2124 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2125 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2126 This is useful if the communication program you are using
2127 (e.g. Telnet) has its own, conflicting, idea of what certain control
2128 characters mean.
2131 <H2>Repainting the Screen</H2>
2132 Sometimes what is displayed on the screen will be
2133 incorrect due to noise on the phone line or other causes and you will want
2134 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2135 command to do this.  It never hurts to do it when in doubt.
2138 &lt;End of help on this topic&gt;
2139 </BODY>
2140 </HTML>
2141 ===== h_mainhelp_status ======
2142 <HTML>
2143 <HEAD>
2144 <TITLE>Titlebar Line</TITLE>
2145 </HEAD>
2146 <BODY>
2147 <H1>Titlebar Line</H1>
2149 The top line of the screen is Alpine's titlebar line.  It will always display
2150 the current version of Alpine and will also convey information about the
2151 status of the program.  This is where you look to find out what
2152 collection, folder and message number is active and where you are in Alpine.
2155 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2156 (typically your INBOX) is &quot;locked&quot; by another mail session --
2157 most likely a more recent session of Alpine has taken the INBOX lock.
2160 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2161 access a
2162 folder on a remote mail server, and for some reason, communication with
2163 the mail server has either been lost, or never successfully established.
2164 This can be a result of trying to open a non-existent folder, or one
2165 stored on an invalid or non-operational server, or it can mean that Alpine
2166 has been suspended for more that 30 minutes while accessing a remote mail
2167 server.
2170 &lt;End of help on this topic&gt;
2171 </BODY>
2172 </HTML>
2173 ===== h_mainhelp_mainmenu ======
2174 <HTML>
2175 <HEAD>
2176 <TITLE>Main Menu</TITLE>
2177 </HEAD>
2178 <BODY>
2179 <H1>Main Menu</H1>
2181 The Main Menu lists Alpine's main options.
2182 The key or keys you must type to enter your
2183 choice are to the left of each option or command name.
2184 You can type either uppercase or lowercase letters,
2185 and you should not press &lt;Return&gt; after typing the
2186 letter (unless you are specifically asking for the default,
2187 highlighted command).
2190 From the Main Menu you can choose to read online help, write (compose) and 
2191 send a message, look at an index of your mail messages, open or maintain
2192 your mail folders, update your address book, configure Alpine, and quit Alpine.
2193 There are additional options listed at
2194 the bottom of the screen as well.
2197 The Help command usually returns context-sensitive help information.
2198 However, in the Main Menu you get the most general help, which includes
2199 a Table of Contents.
2200 The last entry in the Table of Contents is an Index of help topics,
2201 so this is a good place to go if you are having trouble finding how
2202 to do something.
2204 <H2>Main Menu Commands</H2>
2205 The Alpine main menu lists the most common Alpine functions. A <a
2206 href="h_main_menu_commands">full list of these
2207 commands</a> and what they do is available.
2209 &lt;End of help on this topic&gt;
2210 </BODY>
2211 </HTML>
2212 ===== h_mainhelp_abooks ======
2213 <HTML>
2214 <HEAD>
2215 <TITLE>Address Books</TITLE>
2216 </HEAD>
2217 <BODY>
2218 <H1>Address Books</H1>
2221 As you use email, you can build a list of your regular email correspondents 
2222 in your Alpine
2223 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2224 screen. Your
2225 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2226 You can use the address book to store email addresses for individuals or
2227 groups, to create easily
2228 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2229 address when you are composing a message.
2231 There are two ways to add addresses to your address book: you can add them 
2232 manually or take them from messages (by pressing T to access the Take command). 
2233 With either method, you specify nicknames for your correspondents. A single 
2234 address book entry (or nickname) can point to just one email address, or, it can
2235 point to more than one. When it points to more than one, it is called a 
2236 distribution list. Each distribution list has a nickname, a full name, and a 
2237 list of addresses. These
2238 addresses may be actual addresses, other nicknames in your address book, or 
2239 other
2240 distribution lists.
2243 Additional information is available in Alpine's online help:
2244 <ul>
2245   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2246 </ul>
2248 &lt;End of help on this topic&gt;
2249 </BODY>
2250 </HTML>
2251 ===== h_mainhelp_ldap ======
2252 <HTML>
2253 <HEAD>
2254 <TITLE>LDAP</TITLE>
2255 </HEAD>
2256 <BODY>
2257 <H1>LDAP</H1>
2259 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2260 an organization's shared
2261 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2262 large address
2263 books, rather like the White Pages provided by the phone company. As an Alpine 
2264 user, it is not
2265 necessary to know much about how this works, only how to use it and how to 
2266 configure
2269 More information on configuring LDAP is available in Alpine's online help:
2270 <ul>
2271   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2272 </ul>
2274 Additional help on using LDAP in Alpine is also available:
2275 <ul>
2276   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2277 </ul>
2279 &lt;End of help on this topic&gt;
2280 </BODY>
2281 </HTML>
2282 ===== h_mainhelp_index ======
2283 <HTML>
2284 <HEAD>
2285 <TITLE>Index of Messages</TITLE>
2286 </HEAD>
2287 <BODY>
2288 <H1>Index of Messages</H1>
2290 In Alpine's message index, the selected message is highlighted. The first 
2291 column on the left is blank, shows a &quot;+&quot; if the message was
2292 sent directly to you (i.e., it is not a
2293 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2295 The second column may be blank, or it may contain:
2296 <ul>
2297   <li>"N" if the message is new (unread), </li>
2298   <li>"A" if you have answered the message (using the Reply command), </li>
2299   <li>"D" if you have marked the message for deletion.</li>
2300 </ul>
2303 Note: If you answer a message as well as mark it deleted (in either order), 
2304 you will only see the &quot;D&quot;.
2307 The rest of the columns in the message line show you the message
2308 number, date sent, sender, size, and subject. For details, press ? (Help).  
2309 The behavior and appearance of the Index screen is highly configurable.
2310 In the Setup/Config screen search (with the WhereIs command) for options
2311 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2312 many of the configuration possibilities.
2313 In particular, the
2314 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2315 option may be used to configure the look of the standard MESSAGE INDEX lines
2316 in many different ways.
2317 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2318 read the help text there for more information.
2320 Most of the commands you need to handle your messages are visible at the
2321 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2322 commands that are available.
2323 You do not need to see these &quot;other commands&quot;
2324 on the screen to use them. That is, you never need to press O as a prefix
2325 for any other command.
2328 Additional information is available in Alpine's online help:
2329 <ul>
2330   <li><a href="h_mail_index">Message Index Commands</a></li>
2331 </ul>
2333 &lt;End of help on this topic&gt;
2334 </BODY>
2335 </HTML>
2336 ===== h_mainhelp_reading ======
2337 <HTML>
2338 <HEAD>
2339 <TITLE>Reading Messages</TITLE>
2340 </HEAD>
2341 <BODY>
2342 <H1>Reading Messages</H1>
2344 The message text screen shows you the text of the message along with
2345 its header. If a message has attachments, those will be listed (but not
2346 displayed) also.  The titlebar line displays information about the currently
2347 open message, folder and collection.  You see the name of the collection
2348 (if there is one) in angle brackets, then the name of the folder, then the
2349 message number and finally the position within the current message (in
2350 percent). If the message is marked for deletion
2351 &quot;DEL&quot; will appear in the
2352 upper right as well.
2355 As with every Alpine screen, the bottom two lines show you the commands 
2356 available.
2358 <P>Additional information is available in Alpine's online help:
2359 <ul>
2360   <li><a href="h_mail_view">Message Text Screen</a></li>
2361   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2362   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2363 </ul>
2365 &lt;End of help on this topic&gt;
2366 </BODY>
2367 </HTML>
2368 ===== h_mainhelp_composing ======
2369 <HTML>
2370 <HEAD>
2371 <TITLE>Composing Messages</TITLE>
2372 </HEAD>
2373 <BODY>
2374 <H1>Composing Messages</H1>
2376 To write a message, press C (Compose). You see the Compose Message
2377 screen, which is divided into two parts: the header area and the message
2378 text area. The header area is where information on the recipient (the To:
2379 field) and the subject line go, while the message text area contains the
2380 actual text of the email message. Different commands are available to you
2381 when your cursor is in different areas on this screen. To see additional
2382 help on commands in either the message text or header area, type
2383 <Control>G (Get help).
2386 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2387 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2389 <P>The following information from Alpine's online help may prove useful:
2390 <ul>
2391   <li><a href="h_composer_to">Message Header Commands</a></li>
2392   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2393   <li><a href="h_composer">Composer Commands</a></li>
2394   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2395   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2396   <li><a href="h_compose_send">Send Command</a></li>
2397   <li><a href="h_compose_spell">Spell Check Command</a></li>
2398 </ul>
2400 &lt;End of help on this topic&gt;
2401 </BODY>
2402 </HTML>
2403 ===== h_mainhelp_collections ======
2404 <HTML>
2405 <HEAD>
2406 <TITLE>Collection Lists</TITLE>
2407 </HEAD>
2408 <BODY>
2409 <H1>Collection Lists</H1>
2411 Collection lists are Alpine's way of organizing groups of folders. Each
2412 "collection" can reside on a different server, for example, and contain a
2413 different group of mail folders.
2416 For more information on this, see:
2417 <ul>
2418   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2419 </ul>
2421 Additional information relating to collection lists is also available in 
2422 Alpine's online
2423 help:
2424 <ul>
2425   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2426   <li><a href="h_collection_screen">Collection List Screen</a></li>
2427 </ul>
2429 &lt;End of help on this topic&gt;
2430 </BODY>
2431 </HTML>
2432 ===== h_mainhelp_folders ======
2433 <HTML>
2434 <HEAD>
2435 <TITLE>Folders</TITLE>
2436 </HEAD>
2437 <BODY>
2438 <H1>Folders</H1>
2440 Messages can quickly accumulate in your INBOX folder. If you use email
2441 often, you soon could have hundreds. You need to delete messages you do
2442 not want, and you can use folders to organize messages you wish to save. A
2443 folder is a collection of one or more messages that are stored (just like
2444 the messages in your INBOX) so you can access and manage them.
2447 You can organize your email messages into different folders by topic,
2448 correspondent, date, or any other category that is meaningful to you. You
2449 can create your own folders, and Alpine automatically provides three:
2450 <ul>
2451   <li>The INBOX folder: messages sent to you are listed in this folder.
2452       When you first start Alpine and go to the Message Index screen, you are
2453 looking at the list of messages in your INBOX folder. Every incoming
2454 message remains in your INBOX until you delete it or save it in another
2455 folder. </li>
2456   <li>The sent-mail folder: copies of messages you send are stored in this 
2457 folder. This is
2458 convenient if you cannot remember whether you actually sent a message and want 
2459 to check, or
2460 if you want to send a message again.</li>
2461   <li>The saved-messages folder: copies of messages you save are stored in this 
2462 folder
2463 unless you choose to save them to other folders you create yourself.</li>
2464 </ul>
2467 More information about folders is available in Alpine's online help:
2468 <ul>
2469   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2470   <li><a href="h_folder_maint">Help for Folder List</a></li>
2471   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2472   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2473 Explained</a></li>
2474   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2475 </ul>
2477 &lt;End of help on this topic&gt;
2478 </BODY>
2479 </HTML>
2480 ===== h_mainhelp_color ======
2481 <HTML>
2482 <HEAD>
2483 <TITLE>Color</TITLE>
2484 </HEAD>
2485 <BODY>
2486 <H1>Color</H1>
2488 If the terminal emulator you are using is capable of displaying color or if
2489 you are using PC-Alpine, then it is possible to set up Alpine so that various
2490 parts of the display will be shown in colors you configure. This is done
2491 using the Setup Color screen, available from the MAIN MENU by selecting
2492 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2493 stands for Config in this context).
2496 For example, you may color things like the titlebar, the current item,
2497 the keymenu, and the status messages.
2498 You may also color lines in the index, and headers and quoted text in the
2499 MESSAGE TEXT screen.
2500 You use the Color Setup screen for configuring most of this, but you must
2501 use the IndexColor setup for coloring whole index lines.
2502 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2505 The following entries in Alpine's online help provide additional information 
2506 about how to use color:
2507 <UL>
2508   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2509   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2510   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2511   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2512 </UL>
2514 &lt;End of help on this topic&gt;
2515 </BODY>
2516 </HTML>
2517 ===== h_mainhelp_mouse ======
2518 <HTML>
2519 <HEAD>
2520 <TITLE>Using a Mouse</TITLE>
2521 </HEAD>
2522 <BODY>
2523 <H1>Using a Mouse</H1>
2525 If you are using PC-Alpine mouse support is turned on automatically.
2526 If you are using UNIX Alpine within an X terminal window or within
2527 a terminal emulator that supports an xterm-style mouse, then you may
2528 turn on support for the mouse with the feature
2529 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2530 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2532 PC-Alpine offers considerable mouse support.  You can view what is
2533 &quot;clickable&quot; by dragging your mouse over any screen; when the
2534 arrow cursor changes into a hand, you found something. Mouse-click
2535 possibilities include navigating between screens and folders and
2536 double-clicking on hyperlinks to open your Web browser.
2537 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2538 screen.  Examples of right-click options include &quot;copy&quot; after
2539 selecting text to copy and &quot;View in New Window&quot; when you click
2540 on a particular message in the Message Index. The menu choices available
2541 to you will vary based upon what screen is open, where on the screen your
2542 cursor is located, and even what action you have already taken.
2543 Within a folder, you may set the &quot;Important&quot; flag on any
2544 message.
2546 X terminal mouse support is more limited but still quite powerful.
2547 As with PC-Alpine, clicking on any of the commands in the keymenu at
2548 the bottom of the screen will execute that command as if you typed it.
2549 Double-clicking on a link, for example the link to the
2550 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2551 will take you to that link.
2552 Double-clicking on an index line will view the message, and so on.
2554 &lt;End of help on this topic&gt;
2555 </BODY>
2556 </HTML>
2557 ===== h_mainhelp_keywords ======
2558 <HTML>
2559 <HEAD>
2560 <TITLE>Keywords</TITLE>
2561 </HEAD>
2562 <BODY>
2563 <H1>Keywords</H1>
2565 Within a folder, you may set the &quot;Important&quot; flag on any
2566 message.
2567 This doesn't have any system-defined meaning and is only called
2568 the Important flag because many users use it to signify that a message
2569 is important to them in some way.
2571 You may also define your own set of keywords.
2572 You might know these as user defined flags or as labels.
2573 These are similar to the Important flag but you choose the names for yourself.
2575 Alpine will only display keywords that
2576 have been added by you in the Flag Details screen or
2577 that have been configured by you using the Setup/Config option
2578 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2579 Keywords set by other means (for example, by another email client) will not
2580 show up in Alpine unless you configure Alpine to know about them.
2581 They will show up in the Flag Details screen, but will not show up, for example,
2582 in the index line.
2585 The following entries in Alpine's online help provide additional information 
2586 about how to use keywords:
2587 <ul>
2588   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2589   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2590 </ul>
2592 &lt;End of help on this topic&gt;
2593 </BODY>
2594 </HTML>
2595 ===== h_mainhelp_roles ======
2596 <HTML>
2597 <HEAD>
2598 <TITLE>Roles</TITLE>
2599 </HEAD>
2600 <BODY>
2601 <H1>Roles</H1>
2603 You may play different roles depending on who you are replying to. For
2604 example, if you are replying to a message addressed to help-desk you may
2605 be acting as a Help Desk Worker. That role may require that you use a
2606 different return address and/or a different signature.
2609 To configure roles, go to the MAIN MENU and use the Setup command
2610 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2611 The following entries in Alpine's online help provide additional information 
2612 about how to
2613 use roles:
2614 <ul>
2615   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2616   <li><a href="h_role_select">Roles Screen</a></li>
2617 </ul>
2619 &lt;End of help on this topic&gt;
2620 </BODY>
2621 </HTML>
2622 ===== h_mainhelp_filtering ======
2623 <HTML>
2624 <HEAD>
2625 <TITLE>Filtering</TITLE>
2626 </HEAD>
2627 <BODY>
2628 <H1>Filtering</H1>
2630 The software that actually delivers mail (the stuff that happens
2631 before Alpine is involved) for you is in a better position to do mail filtering
2632 than Alpine itself.
2633 If possible, you may want to look into using that sort of mail filtering to
2634 deliver mail to different folders, delete it, or forward it.
2635 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2638 Filtering is a way to automatically move certain messages from one folder
2639 to another or to automatically delete messages.
2640 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2641 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2642 Alpine doesn't have the ability to forward mail to another address or
2643 to deliver vacation messages.
2646 To configure filtering, go to the MAIN MENU and use the Setup command
2647 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2648 The following entries in Alpine's online help provide additional information 
2649 about how to use filtering:
2650 <UL>
2651   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2652 </UL>
2654 &lt;End of help on this topic&gt;
2655 </BODY>
2656 </HTML>
2657 ===== h_mainhelp_patterns ======
2658 <HTML>
2659 <HEAD>
2660 <TITLE>Patterns</TITLE>
2661 </HEAD>
2662 <BODY>
2663 <H1>Patterns</H1>
2665 Patterns are used with Roles, Filtering, Index Coloring,
2666 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2667 The following entries in Alpine's online help provide information 
2668 about using Patterns:
2669 <UL>
2670   <LI> <A HREF="h_rule_patterns">Patterns</A>
2671 </UL>
2673 &lt;End of help on this topic&gt;
2674 </BODY>
2675 </HTML>
2676 ===== h_mainhelp_cmdlineopts ======
2677 <HTML>
2678 <HEAD>
2679 <TITLE>Command Line Options</TITLE>
2680 </HEAD>
2681 <BODY>
2682 <H1>Command Line Options</H1>
2684 Alpine accepts a number of command line arguments, allowing you, for
2685 example, to start Alpine and immediately access a particular folder.
2686 Many of these arguments overlap with options in the Alpine configuration file.
2687 If there is a difference, then an option set on the command line takes
2688 precedence.
2689 Alpine expects command line arguments (other than addresses) to be
2690 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2691 A <a href="h_command_line_options">full list</a> of command line
2692 possibilities is available.
2694 &lt;End of help on this topic&gt;
2695 </BODY>
2696 </HTML>
2697 ===== h_mainhelp_config ======
2698 <HTML>
2699 <HEAD>
2700 <TITLE>Alpine Configuration</TITLE>
2701 </HEAD>
2702 <BODY>
2703 <H1>Alpine Configuration</H1>
2705 Unless it has been administratively disabled, the Setup command on the
2706 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2707 The possible subcommands are for general Configuration settings,
2708 Printer settings, Changing your Password, Signature setup,
2709 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2710 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2711 and Color configuration.
2712 In particular, the &quot;Config&quot; subcommand has many features you may
2713 set or unset and many other configuration variables that may be set to change
2714 the way Alpine works.
2715 Every one of the hundreds of options available in that configuration settings
2716 screen has help text associated with it.
2717 You may read that text by moving the cursor to highlight the option and then
2718 typing the Help command.
2720 These settings are stored in your personal
2721 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2722 <A HREF="h_config_remote_config">remotely</A>),
2723 but on shared systems these settings
2724 may be over-ridden by a system-wide control file (due to local site
2725 security or support policies).  A global pine configuration file can also
2726 be used to set default values for all Alpine users on a particular system.
2727 Power users may be interested in splitting their personal configuration
2728 data into two pieces, a generic piece and
2729 <A HREF="h_config_exceptions">exceptions</A> which apply to
2730 a particular platform.
2731 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2732 General Alpine configuration information can be found
2733 <A HREF="h_news_config">here</A>.
2735 &lt;End of help on this topic&gt;
2736 </BODY>
2737 </HTML>
2738 ===== h_mainhelp_aggops ======
2739 <HTML>
2740 <HEAD>
2741 <TITLE>Aggregate Operations</TITLE>
2742 </HEAD>
2743 <BODY>
2744 <H1>Aggregate Operations</H1>
2746 When you are in the MESSAGE INDEX, the available commands
2747 (for example, Delete, Undelete, Save, Reply, and so on)
2748 normally act on a single message.
2749 So, for example, if you press the Delete command, the currently highlighted
2750 message is marked Deleted.
2751 These commands that normally act on a single message may be applied to
2752 several messages at once instead.
2754 By default this feature is turned on, but it could be administratively turned
2755 off to reduce complexity.
2756 The feature
2757 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2758 in the Setup/Config screen is used to turn it off or on.
2759 When this feature is turned on, the four commands &quot;Select&quot;,
2760 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2761 are available.
2762 The two selection commands allow you to mark a set of
2763 messages as being &quot;selected&quot;.
2764 The &quot;ZoomMode&quot; command will toggle between
2765 displaying only the selected messages and displaying all the messages.
2766 The &quot;Apply&quot; command allows you to
2767 apply one of the regular MESSAGE INDEX commands to all of the selected
2768 messages instead of to only the highlighted message.
2770 An example aggregate operation would be to catch up when reading
2771 a news group.
2772 That is, get rid of all the messages in the news group so that you can
2773 start fresh.
2774 The easiest way to do this in Alpine is to use aggregate operations.
2775 You want to Delete all of the messages in the group.
2776 You could start at the top and type &quot;D&quot; once for every message.
2777 A much faster method is to first Select all of the messages in the group,
2778 and then Delete all of them.
2779 This would take four keystrokes:
2781 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2782 <BR>
2783 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2785 Another use of Select is to use it for searching for a particular message
2786 or set of messages in a large folder.
2787 You may know that the message was From a certain user.
2788 You could select all messages from that user to start, and use Zoom to
2789 look at only those messages.
2790 If there were still too many messages to look at you could Narrow the
2791 set of messages further by selecting from all of those messages only
2792 the ones that were after a certain date, or contained a particular phrase
2793 in the Subject, or were too a particular address, and so on.
2794 That may be the end of what you are doing, or you may want to use Apply to
2795 Save or Forward or Print all of the selected messages.
2797 Some related help topics are
2798 <UL>
2799 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2800 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2801 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2802 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2803 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2804 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2805 </UL>
2807 &lt;End of help on this topic&gt;
2808 </BODY>
2809 </HTML>
2810 ===== h_mainhelp_readingnews ======
2811 <HTML>
2812 <HEAD>
2813 <TITLE>Reading News</TITLE>
2814 </HEAD>
2815 <BODY>
2816 <H1>Reading News</H1>
2818 <H2>Background</H2>
2819 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2820 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2821 Usenet newsgroups allow groups of people with common interests to discuss 
2822 particular topics. You might find newsgroups related to your career, or you 
2823 might wish to check out the online discussion among the fans of your favorite 
2824 television show. 
2826 <H2>Configuring Alpine for Reading News</H2>
2827 Alpine often arrives
2828 pre-configured by your system administrator to automatically access the
2829 newsgroups offered by your organization, Internet Service Provider, or
2830 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2831 need additional details on <a href="h_configuring_news">how to
2832 configure Alpine to read news</a>.
2834 <H2>Accessing Newsgroups</H2>
2835 The first step in reading news is to access the newsgroups collections
2836 screen from Alpine. If everything is configured properly, you should be able
2837 to do this by first typing L (folder List), then selecting the folder
2838 collection listed as "News." The actual name of this collection may differ
2839 from system to system.
2841 <H2>Subscribing to Newsgroups</H2>
2843 Once you have accessed the news collection, you need to subscribe to a
2844 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2845 will keep a record of the newsgroups in which you are interested and which
2846 articles in those newsgroups have been read.
2848 <H2>Using Newsgroups</H2> 
2849 Alpine uses the similar commands to read news as to read mail. For example,
2850 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2851 and the R command Replies to a news posting. Basically, Alpine allows you to
2852 read news as if it were mail, so you don't need to change the way you
2853 interact with Alpine.
2855 There is also additional Alpine help available on 
2856 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2858 &lt;End of help on this topic&gt;
2859 </BODY>
2860 </HTML>
2861 ===== h_mainhelp_securing ======
2862 <HTML>
2863 <HEAD>
2864 <TITLE>Securing your Alpine Session</TITLE>
2865 </HEAD>
2866 <BODY>
2867 <H1>Securing your Alpine Session</H1>
2869 By default, Alpine will attempt to connect to an IMAP server on the normal
2870 IMAP service port (143).
2871 If the Alpine you are using has been built to
2872 support &quot;Transport Layer Security&quot; (TLS)
2873 and &quot;Secure Sockets Layer&quot; (SSL) 
2874 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2875 and the server offers the STARTTLS capability, then a secure (encrypted)
2876 session will be established.
2878 When you are connected to a remote folder the titlebar will contain a plus sign
2879 in the far right column if the connection is encrypted using TLS or SSL.
2880 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2881 if the connection is encrypted.
2883 <H2>More Information on Alpine with SSL and TLS</H2>
2884 <UL>
2885 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2886 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2887 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2888 <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>
2889 </UL>
2890 <H2>Here are some other security-related features and options</H2>
2892 <UL>
2893 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2894 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2895 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2896 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2897 </UL>
2899 &lt;End of help on this topic&gt;
2900 </BODY>
2901 </HTML>
2902 ===== h_mainhelp_problems ======
2903 <HTML>
2904 <HEAD>
2905 <TITLE>Reporting Problems</TITLE>
2906 </HEAD>
2907 <BODY>
2908 <H1>Reporting Problems</H1>
2910 We ask that you first read the relevant help screens and then seek
2911 assistance from your own local support staff.  Once you are sure that your
2912 difficulty is not a local configuration problem, you might look at the
2913 help section explaining where to look for
2914 <A HREF="h_finding_help">more information</A> and where to 
2915 get assistance.
2918 <ADDRESS>
2919    Eduardo Chappa &lt;chappa@gmx.com&gt;
2920 </ADDRESS>
2923 &lt;End of help on this topic&gt;
2924 </BODY>
2925 </HTML>
2926 ===== h_main_menu_commands ======
2927 <HTML>
2928 <HEAD>
2929 <TITLE>MAIN MENU COMMANDS</TITLE>
2930 </HEAD>
2931 <BODY>
2932 <H1>MAIN MENU COMMANDS</H1>
2934 <!--chtml if pinemode="function_key"-->
2935 &nbsp;Available&nbsp;Commands&nbsp;--
2936 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2937 &nbsp;------------------------------
2938 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2939 ----------<BR>
2940 &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>
2941 &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>
2942 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2943 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2944 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2945 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2946 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2947 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2948 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2949 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2950 &nbsp;F7&nbsp;&nbsp;<A 
2951 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2952 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2953 &nbsp;F8&nbsp;&nbsp;<A 
2954 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2955 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2956 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 
2957 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2958 &nbsp;F10&nbsp;<A 
2959 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 
2960 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2961 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2962 &nbsp;F11&nbsp;<A 
2963 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2964 <!--chtml else-->
2965 &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>
2966 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2967 &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>
2968 &nbsp;C&nbsp;&nbsp;<A 
2969 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>
2970 &nbsp;I&nbsp;&nbsp;<A 
2971 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>
2972 &nbsp;L&nbsp;&nbsp;<A 
2973 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>
2974 &nbsp;A&nbsp;&nbsp;<A 
2975 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2976 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2977 &nbsp;S&nbsp;&nbsp;<A 
2978 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 
2979 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2980 &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>
2981 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2982 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2983 <!--chtml endif-->
2986 NOTE:
2987 <OL>
2988  <LI>For help on a particular command, highlight the bold text associated
2989 with it above and hit Return.
2990  <LI> The availability of certain commands (e.g. some of the options under
2991 SETUP) is determined by Alpine configuration files and system capabilities.
2992 At some sites, certain commands may not be available due to security or
2993 support concerns.
2994 </OL>
2996 &lt;End of help on this topic&gt;
2997 </BODY>
2998 </HTML>
3000 ===== h_command_line_options ======
3001 <HTML>
3002 <HEAD>
3003 <TITLE>COMMAND LINE OPTIONS</TITLE>
3004 </HEAD>
3005 <BODY>
3006 <H1>COMMAND LINE OPTIONS</H1>
3007 Possible starting arguments for Alpine:
3009 <DL COMPACT>
3011 <DT> <EM>[addresses]</EM>
3013 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3014 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3015 <EM>Alpine</EM> will startup in
3016 the composer with a message started to the addresses specified.
3017 Once the message is sent, the <EM>Alpine</EM> session closes.
3018 Standard input redirection is allowed.
3019 Separate multiple addresses with a space between them.
3020 Addresses are placed in the &quot;To&quot; field only.
3023 <DT> &lt; <EM>file</EM>
3025 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3026 into the body of the message.
3027 Once the message is sent, the <EM>Alpine</EM> session closes. 
3030 <DT> -attach <EM>file</EM>
3032 <DD> Go directly into composer with given file attached.
3035 <DT> -attachlist <EM>file-list</EM>
3037 <DD> Go directly into composer with given files attached.
3038 This must be the last option on the command line.
3041 <DT> -attach_and_delete <EM>file</EM>
3043 <DD> Go directly into composer with given file attached, delete when finished.
3046 <DT> -aux <EM>local_directory</EM>
3048 <DD> <EM>PC-Alpine</EM> only.
3049 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3050 files, like debug files, address books, and signature files.  The pinerc may 
3051 be local or remote.
3054 <DT> -bail
3056 <DD> If the personal configuration file doesn't already exist, exit.
3057 This might be useful if the configuration file is accessed using some
3058 remote filesystem protocol. If the remote mount is missing this will cause
3059 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3062 <DT> -c <EM>n</EM>
3064 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3065 This is used when there are multiple folder collections (contexts) and you 
3066 want to open a folder not in the primary collection.
3069 <DT> -conf
3071 <DD> Configuration: Prints a sample system configuration file to the
3072 screen or standard output. To generate an initial system configuration 
3073 file, execute
3075 <PRE><CODE>
3076                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3077 </CODE></PRE>
3080 To generate a system configuration file using settings from an old
3081 system configuration file, execute
3083 <PRE><CODE>
3084                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3085 </CODE></PRE>
3087 A system configuration file is not required.
3090 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3092 <DD> Copy an address book file to a remote address book folder.
3093 If the remote folder doesn't exist, it will be created.
3094 If it exists but the first message in the folder isn't a remote address
3095 book header message, the copy will be aborted.
3096 This flag will not usually be used by a user.
3097 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3098 and copy entries from the local address book by using aggregate Save in
3099 the address book screen.
3102 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3104 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3105 If the remote folder doesn't exist, it will be created.
3106 If it exists but the first message in the folder isn't a remote pinerc
3107 header message, the copy will be aborted.
3108 This flag may be useful to users who already have a local pinerc file and
3109 would like to convert it to a remote pinerc folder and use that instead.
3110 This gives a way to bootstrap that conversion without having to manually
3111 reset all of the variables in the remote pinerc folder.
3114 <DT> -d <EM>debug-level</EM>
3116 <DD> Debug Level:  Sets the level of debugging information written by
3117 <EM>Alpine</EM>.
3118 <EM>debug-level</EM> can be set to any integer 0-9.
3119 A debug level of 0 turns off debugging for the session.
3120 (Actually there are some levels higher than 9, but you probably don't
3121 want to see them.)
3124 <DT> -d <EM>keywords</EM>
3126 <DD> You may use a more detailed version of the debugging flag to set
3127 the debug level in separate parts of <EM>Alpine</EM>.
3128 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3129 verbose=0..9.
3130 <EM>Flush</EM> causes debugging information to be flushed immediately to
3131 the debug file as it is written.
3132 <EM>Verbose</EM> is the general debugging verbosity level.
3133 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3134 is useful when you are trying to figure out what is responsible for delays.
3135 <EM>Numfiles</EM> sets the number of debug files saved.
3136 <EM>Imap</EM> sets the debug level for the debugging statements related
3137 to the conversation with the IMAP server, and more generally, for the
3138 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3139 <EM>Tcp</EM> turns on some TCP/IP debugging.
3142 <DT> -f <EM>folder</EM>
3144 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3145 of the standard INBOX.
3148 <DT> -F <EM>file</EM>
3150 <DD> Open named text file for viewing and forwarding.
3153 <DT> -h
3155 <DD> Help:  Prints the list of available command-line arguments to the
3156 screen.
3159 <DT> -i
3161 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3162 screen instead of the MAIN MENU.
3165 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3168 <DT> -I <EM>a,b,c,...</EM>
3170 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3171 sequence of commands upon startup.
3172 This allows users to get <EM>Alpine</EM> to start in any
3173 of its menus/screens.
3174 You cannot include any input to the composer in the initial keystrokes.
3175 The key &lt;Return&gt; is represented by a ``CR'' in
3176 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3177 Control keys are two character sequences beginning with ``^'', such as
3178 ``^I''.
3179 A tab character is ``TAB''.
3180 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3181 ``DOWN'', ``LEFT'', and ``RIGHT''.
3182 A restriction is that you can't mix function keys and character keys in this
3183 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3184 A user can always use only <EM>character</EM> keys in the startup list even
3185 if he or she is using <EM>function</EM> keys normally, or vice versa.
3186 If an element in this list is a string of characters surrounded by double
3187 quotes (&quot;) then it will be expanded into the individual characters in
3188 the string, excluding the double quotes.
3191 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3194 <DT> -install
3196 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3197 some basic information to help with getting properly set up.
3200 <DT> -k
3202 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3203 the input of commands to be function-keys.
3204 Otherwise, commands are linked to the regular character keys.
3207 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3208 <EM>Feature-List</EM>.
3211 <DT> -n <EM>n</EM>
3213 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3214 FOLDER INDEX screen with the current message being the specified
3215 message number.
3218 <DT> -nosplash
3220 <DD> <EM>PC-Alpine</EM> only.
3221 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3222 This may be helpful for certain troubleshooting or terminal server scenarios.
3225 <DT> -o <EM>folder</EM>
3227 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3230 <DT> -p <EM>pinerc</EM>
3232 <DD> Uses the named file as the personal configuration file instead of
3233 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3234 Alpinerc may be either a local file or a remote configuration folder.
3237 <DT> -P <EM>pinerc</EM>
3239 <DD> Uses the named file as the system wide configuration file instead of
3240 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3241 Alpinerc may be either a local file or a remote configuration folder.
3244 <DT> -passfile <EM>passfile</EM>
3246 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3247 This should be a fully-qualified filename.
3250 <DT> -pinerc <EM>file</EM>
3252 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3253 settings of variables that the user has made.
3254 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3257 <DT> -r
3259 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3260 <EM>Alpine</EM> in restricted mode can only send email to itself.
3261 Save and export are limited.
3264 <DT> -registry <EM>cmd</EM>
3266 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3267 <EM>Alpine</EM>'s registry entries.
3268 Possible values for <EM>cmd</EM> are set, clear, and dump.
3269 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3270 entries according to its current settings.
3271 <EM>Clear</EM> will clear the registry values.
3272 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3273 <EM>Dump</EM> will display the values of current registry settings.
3274 Note that the dump command is currently disabled.
3275 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3276 the registry only if there currently aren't any values set.
3279 <DT> -sort <EM>key</EM>
3281 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3282 FOLDER INDEX screen.
3283 <EM>Key</EM> can have the following values: 
3284 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3285 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3286 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3287 The default value is &quot;arrival&quot;.
3288 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3291 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3294 <DT> -uninstall
3296 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3297 in Windows settings.  The registry settings are removed and
3298 the password cache is cleared.
3301 <DT> -url <EM>url</EM>
3303 <DD> Open the given URL.
3306 <DT> -v
3308 <DD> Version:  Print version information to the screen.
3311 <DT> -x <EM>exceptions_config</EM>
3313 <DD> Configuration settings in the exceptions configuration override your normal
3314 default settings.
3315 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3318 <DT> -z
3320 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3321 will suspend the <EM>Alpine</EM> session.
3324 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3325 <EM>Feature-List</EM>.
3328 <DT> -<EM>option</EM>=<EM>value</EM>
3330 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3331 For example, <EM>-signature-file=sig1</EM> or
3332 <EM>-Feature-List=signature-at-bottom</EM>.
3333 Note:  Feature-List values are
3334 additive and features may be preceded with no- to turn them off.
3335 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3336 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3337 <EM>-Feature-List=signature-at-bottom</EM>.
3340 </DL>
3342 &lt;End of help on this topic&gt;
3343 </BODY>
3344 </HTML>
3345 ===== h_configuring_news ======
3346 <HTML>
3347 <HEAD>
3348 <TITLE>CONFIGURING NEWS</TITLE>
3349 </HEAD>
3350 <BODY>
3351 <H1>CONFIGURING NEWS</H1>
3352 Alpine can access news folders in any one of three different ways:
3353 <DL>
3354 <DT>REMOTE NNTP</DT>
3355 <DD>Using the Network News Transport Protocol (NNTP) to
3356 access news on a remote news server.  In this case the newsrc file is
3357 stored on the machine where Alpine is running.
3360 To specify a remote news-collection accessed via NNTP use the
3361 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3362 Server: value to the NNTP server's hostname appended with the
3363 communication method &quot;/service=NNTP&quot;, and set the Path:
3364 value to the &quot;#news.&quot; namespace (without the quotes).  See
3365 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3366 help text for a more complete explanation of access method, and the
3367 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3368 text for a more complete explanation of &quot;namespace&quot;.
3370 Instead of specifying a news-collection, you may simply set the
3371 <A HREF="h_config_nntp_server">NNTP Server</A>
3372 option, which will cause Alpine to create a default news-collection for you.
3373 Another NNTP option that may be of interest is
3374 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3376 <DT>REMOTE IMAP</DT>
3377 <DD>Using the Internet Message Access Protocol (IMAP) to
3378 access news on a remote news server.  In this case, your newsrc file is
3379 stored on the news server, in your home directory, so you must have an
3380 account on the news server, but you would be running Alpine on a different
3381 machine.  The news server must be running an IMAPd server process. 
3384 To specify a remote news-collection accessed via IMAP use the
3385 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3386 Server: value to the IMAP server's hostname, and set the Path: value
3387 to the &quot;#news.&quot; namespace (without the quotes).  See the
3388 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3389 text for a more complete explanation of &quot;namespace&quot;.
3391 </DD>
3393 <DT>LOCAL</DT>
3394 <DD>Using local file access to the news database.  In this
3395 case, your newsrc file is stored on the news server, in your home
3396 directory, so you must have an account on the news server, and you would
3397 be running Alpine on the same machine.
3400 To specify a local news-collection use the SETUP/collectionList
3401 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3402 set the Path: value to the &quot;#news.&quot; namespace (without the
3403 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3404 field's help text for a more complete explanation of &quot;namespace&quot;.
3406 </DD>
3407 </DL>
3411 NOTE: Should no news-collection be defined as above, Alpine will
3412 automatically create one using the Setup/Config screen's
3413 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3414 will be created as a &quot;Remote NNTP&quot; as described above.
3418 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3419 possible.  If you don't have an account on the news server, or if the news
3420 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3421 sure, ask your service provider, university, or company for help.)  In
3422 this case, your Unix .newsrc file can be transferred to your PC.  A good
3423 place to put it would be in the same directory as your PINERC file, under
3424 the name NEWSRC, but you can 
3425 <A HREF="h_config_newsrc_path">specify a different location</A>
3426 via Alpine's Setup/Config screen.
3429 Other configuration features related to news are
3430 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3431 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3432 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3433 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3434 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3435 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3436 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3437 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3440 &lt;End of help on this topic&gt;
3441 </BODY>
3442 </HTML>
3443 ===== h_reading_news ======
3444 <HTML>
3445 <HEAD>
3446 <TITLE>READING NEWS</TITLE>
3447 </HEAD>
3448 <BODY>
3449 <H1>READING NEWS</H1>
3451 Alpine uses almost the same commands for manipulating news folders as for
3452 mail folders.  This means, for example, that when you are done with a
3453 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3454 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3455 most newsreaders, wherein a message is implicitly dismissed after you have
3456 looked at it once. We strongly believe that Alpine should offer as much
3457 consistency as possible between mail and news, so the mail paradigm --
3458 wherein a message does not magically disappear without explicit action by
3459 the user -- is used for news as well. <P>
3461 If you answer a message in a news folder, the index view will show the
3462 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3463 keep track of what news as been read has no way of storing this flag, so
3464 it will not be preserved across sessions.  The Deleted flag is the only
3465 one that is preserved when you leave and then return to a newsgroup.  As an
3466 additional note on replies, when you Reply to a newsgroup message and say
3467 you want to reply to all recipients, Alpine will ask if you want to post the
3468 message to all the newsgroups listed in the original message. <P>
3470 If you would like Alpine to mark more-or-less recent news messages as
3471 &quot;New&quot;, then set the
3472 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3473 feature (which is set by default).  This will cause messages after the last one you have marked as
3474 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3475 &quot;N&quot; status often makes it easier to distinguish later news
3476 articles from those you've previously seen, but not yet disposed of via
3477 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3478 record of which messages you have not seen.
3481 A frequent operation in news-reading is &quot;catching up&quot; -- that
3482 is, getting rid of all the messages in the newsgroup so that you can
3483 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3484 Select command.  You would enter the following four keystrokes:
3485 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3486 dismiss) command to all of them.
3489 There are also additional details on 
3490 <A HREF="h_configuring_news">configuring news</a>.
3493 &lt;End of help on this topic&gt;
3494 </BODY>
3495 </HTML>
3496 ====== h_help_index ======
3497 <HTML>
3498 <HEAD>
3499 <TITLE>Help Index</TITLE>
3500 </HEAD>
3501 <BODY>
3502 <H1>Help Index</H1>
3503 <ul>
3504 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3505 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3506 <li><a href="h_main_addrbook">Address Book Command</a>
3507 <li><a href="h_abook_view">Address Book View Explained</a>
3508 <li><a href="h_compose_addrcomplete">Address Completion</a>
3509 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3510 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3511 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3512 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3513 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3514 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3515 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3516 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3517 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3518 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3519 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3520 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3521 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3522 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3523 <li><a href="h_news_legal">Alpine Legal Notices</a>
3524 <li><a href="h_compose_alted">Alt Editor Command</a>
3525 <li><a href="h_index_cmd_apply">Apply Command</a>
3526 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3527 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3528 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3529 <li><a href="h_composer_browse">BROWSER</a>
3530 <li><a href="h_common_bounce">Bounce Command</a>
3531 <li><a href="h_compose_cancel">Cancel Command</a>
3532 <li><a href="h_config_change_your_from">Changing your From Address</a>
3533 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3534 <li><a href="h_mainhelp_color">Color</a>
3535 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3536 <li><a href="h_composer">COMPOSER COMMANDS</a>
3537 <li><a href="h_mainhelp_composing">Composing Messages</a>
3538 <li><a href="h_mainhelp_collections">Collection Lists</a>
3539 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3540 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3541 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3542 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3543 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3544 <li><a href="h_common_compose">Compose Command</a>
3545 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3546 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3547 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3548 <li><a href="h_mainhelp_config">Configuration</a>
3549 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3550 <li><a href="h_config_dflt_color">Default Color</a>
3551 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3552 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3553 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3554 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3555 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3556 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3557 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3558 <li><a href="h_ge_export">Export File Selection</a>
3559 <li><a href="h_ge_allparts">Export Message File Selection</a>
3560 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3561 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3562 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3563 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3564 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3565 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3566 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3567 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3568 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3569 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3570 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3571 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3572 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3573 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3574 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3575 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3576 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3577 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3578 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3579 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3580 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3581 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3582 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3583 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3584 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3585 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3586 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3587 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3588 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3589 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3590 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3591 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3592 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3593 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3594 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3595 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3596 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3597 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3598 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3599 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3600 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3601 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3602 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3603 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3604 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3605 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3606 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3607 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3608 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3609 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3610 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3611 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3612 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3613 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3614 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3615 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3616 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3617 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3618 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3619 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3620 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3621 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3622 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3623 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3624 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3625 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3626 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3627 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3628 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3629 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3630 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3631 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3632 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3633 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3634 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3635 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3636 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3637 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3638 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3639 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3640 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3641 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3642 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3643 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3644 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3645 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3646 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3647 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3648 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3649 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3650 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3651 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3652 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3653 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3654 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3655 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3656 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3657 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3658 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3659 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3660 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3661 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3662 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3663 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3664 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3665 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3666 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3667 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3668 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3669 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3670 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3671 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3672 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3673 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3674 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3675 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3676 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3677 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3678 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3679 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3680 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3681 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3682 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3683 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3684 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3685 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3686 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3687 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3688 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3689 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3690 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3691 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3692 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3693 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3694 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3695 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3696 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3697 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3698 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3699 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3700 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3701 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3702 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3703 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3704 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3705 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3706 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3707 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3708 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3709 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3710 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3711 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3712 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3713 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3714 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3715 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3716 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3717 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3718 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3719 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3720 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3721 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3722 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3723 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3724 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3725 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3726 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3727 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3728 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3729 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3730 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3731 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3732 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3733 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3734 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3735 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3736 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3737 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3738 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3739 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3740 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3741 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3742 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3743 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3744 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3745 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3746 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3747 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3748 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3749 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3750 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3751 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3752 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3753 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3754 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3755 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3756 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3757 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3758 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3759 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3760 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3761 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3762 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3763 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3764 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3765 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3766 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3767 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3768 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3769 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3770 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3771 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3772 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3773 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3774 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3775 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3776 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3777 <li><a href="h_mainhelp_filtering">Filtering</a>
3778 <li><a href="h_finding_help">Finding more information and requesting help</a>
3779 <li><a href="h_common_flag">Flag Command</a>
3780 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3781 <li><a href="h_mainhelp_folders">Folders</a>
3782 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3783 <li><a href="h_common_folders">Folder List Command</a>
3784 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3785 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3786 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3787 <li><a href="h_config_change_your_from">From Address, Changing</a>
3788 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3789 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3790 <li><a href="h_common_goto">Goto Command</a>
3791 <li><a href="h_common_hdrmode">HdrMode Command</a>
3792 <li><a href="h_mainhelp_pinehelp">Help</a>
3793 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3794 <li><a href="h_folder_maint">Help for Folder List</a>
3795 <li><a href="h_valid_folder_names">IMAP</a>
3796 <li><a href="h_ge_import">Import File Selection</a>
3797 <li><a href="h_mainhelp_index">Index of Messages</a>
3798 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3799 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3800 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3801 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3802 <li><a href="h_mainhelp_intro">Introduction</a>
3803 <li><a href="h_main_journal">Journal Command</a>
3804 <li><a href="h_common_jump">Jump Command</a>
3805 <li><a href="h_compose_justify">Justify Command</a>
3806 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3807 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3808 <li><a href="h_mainhelp_ldap">LDAP</a>
3809 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3810 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3811 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3812 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3813 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3814 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3815 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3816 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3817 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3818 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3819 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3820 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3821 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3822 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3823 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3824 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3825 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3826 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3827 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3828 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3829 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3830 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3831 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3832 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3833 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3834 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3835 <li><a href="h_common_index">Message Index Command</a>
3836 <li><a href="h_mainhelp_mouse">Mouse</a>
3837 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3838 <li><a href="new_user_greeting">NEW USER GREETING</a>
3839 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3840 <li><a href="h_mainhelp_readingnews">News Reading</a>
3841 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3842 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3843 <li><a href="h_common_nextnew">NextNew Command</a>
3844 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3845 <li><a href="h_mainhelp_readingnews">NNTP</a>
3846 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3847 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3848 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3849 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3850 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3851 <li><a href="h_config_color_style">OPTION: Color Style</a>
3852 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3853 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3854 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3855 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3856 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3857 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3858 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3859 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3860 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3861 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3862 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3863 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3864 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3865 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3866 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3867 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3868 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3869 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3870 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3871 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3872 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3873 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3874 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3875 <li><a href="h_config_font_name">OPTION: Font Name</a>
3876 <li><a href="h_config_font_size">OPTION: Font Size</a>
3877 <li><a href="h_config_font_style">OPTION: Font Style</a>
3878 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3879 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3880 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3881 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3882 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3883 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3884 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3885 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3886 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3887 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3888 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3889 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3890 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3891 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3892 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3893 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3894 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3895 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3896 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3897 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3898 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3899 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3900 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3901 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3902 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3903 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3904 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3905 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3906 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3907 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3908 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3909 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3910 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3911 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3912 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3913 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3914 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3915 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3916 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3917 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3918 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3919 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3920 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3921 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3922 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3923 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3924 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3925 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3926 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3927 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3928 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3929 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3930 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3931 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3932 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3933 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3934 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3935 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3936 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3937 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3938 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3939 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3940 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3941 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3942 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3943 <li><a href="h_config_printer">OPTION: Printer</a>
3944 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3945 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3946 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3947 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3948 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3949 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3950 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3951 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3952 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3953 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3954 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3955 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3956 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3957 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3958 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3959 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3960 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3961 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3962 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3963 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3964 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3965 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3966 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3967 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3968 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3969 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3970 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3971 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3972 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3973 <li><a href="h_config_status_color">OPTION: Status Color</a>
3974 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3975 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3976 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3977 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3978 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3979 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3980 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3981 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3982 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3983 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3984 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3985 <li><a href="h_config_title_color">OPTION: Title Color</a>
3986 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3987 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3988 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3989 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3990 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3991 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3992 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3993 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3994 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3995 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3996 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3997 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3998 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3999 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4000 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4001 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4002 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4003 <li><a href="h_mainhelp_patterns">Patterns</a>
4004 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4005 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4006 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4007 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4008 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4009 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4010 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4011 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4012 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4013 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4014 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4015 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4016 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4017 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4018 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4019 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4020 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4021 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4022 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4023 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4024 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4025 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4026 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4027 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4028 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4029 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4030 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4031 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4032 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4033 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4034 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4035 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4036 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4037 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4038 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4039 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4040 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4041 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4042 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4043 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4044 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4045 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4046 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4047 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4048 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4049 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4050 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4051 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4052 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4053 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4054 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4055 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4056 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4057 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4058 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4059 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4060 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4061 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4062 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4063 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4064 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4065 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4066 <li><a href="h_common_pipe">Pipe Command</a>
4067 <li><a href="h_valid_folder_names">POP</a>
4068 <li><a href="h_common_postpone">Postpone Command</a>
4069 <li><a href="h_common_print">Print Command</a>
4070 <li><a href="h_mainhelp_readingnews">Reading News</a>
4071 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4072 <li><a href="h_mainhelp_roles">Roles</a>
4073 <li><a href="h_role_select">ROLES SCREEN</a>
4074 <li><a href="h_compose_readfile">Read File Command</a>
4075 <li><a href="h_mainhelp_reading">Reading Messages</a>
4076 <li><a href="h_main_release_notes">Release Notes Command</a>
4077 <li><a href="h_common_reply">Reply and Forward Commands</a>
4078 <li><a href="h_compose_richhdr">Rich Header Command</a>
4079 <li><a href="h_common_role">Role Command</a>
4080 <li><a href="h_mainhelp_smime">S/MIME</a>
4081 <li><a href="h_index_cmd_select">Searching for Messages</a>
4082 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4083 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4084 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4085 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4086 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4087 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4088 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4089 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4090 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4091 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4092 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4093 <li><a href="h_common_save">Save and Export Commands</a>
4094 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4095 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4096 <li><a href="h_compose_send">Send Command</a>
4097 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4098 <li><a href="h_main_setup">Setup Command</a>
4099 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4100 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4101 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4102 <li><a href="h_mainhelp_smime">S/MIME</a>
4103 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4104 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4105 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4106 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4107 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4108 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4109 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4110 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4111 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4112 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4113 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4114 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4115 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4116 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4117 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4118 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4119 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4120 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4121 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4122 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4123 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4124 <li><a href="h_index_cmd_sort">Sort Command</a>
4125 <li><a href="h_compose_spell">Spell Check Command</a>
4126 <li><a href="h_common_suspend">Suspend Command</a>
4127 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4128 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4129 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4130 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4131 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4132 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4133 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4134 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4135 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4136 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4137 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4138 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4139 <li><a href="h_common_take">TakeAddr Command</a>
4140 <li><a href="h_mainhelp_status">Titlebar Line</a>
4141 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4142 <li><a href="h_config_usenone_color">Use None Color</a>
4143 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4144 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4145 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4146 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4147 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4148 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4149 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4150 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4151 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4152 </UL>
4155 &lt;End of Help Index&gt;
4156 </BODY>
4157 </HTML>
4160 ============== h_config_remote_config =============
4161 <HTML>
4162 <HEAD>
4163 <TITLE>Remote Configuration</TITLE>
4164 </HEAD>
4165 <BODY>
4166 <H1>Remote Configuration</H1>
4168 You may use the command line argument &quot;-p pinerc&quot; to tell
4169 Alpine to use a non-default configuration file.
4170 There are two types of storage for configuration information.
4171 <EM>Local</EM> configuration files are used by default.
4172 These are just regular files on the UNIX system or on the PC.
4173 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4174 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4175 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4176 The advantage of using a remote configuration is that the same information
4177 may be accessed from multiple platforms.
4178 For example, if you use one computer at work and another at home, the same
4179 configuration could be used from both places.
4180 A configuration change from one place would be seen in both places.
4181 To use a remote configuration you simply give a
4182 <A HREF="h_valid_folder_names">remote folder name</A>
4183 as the argument to the &quot;-p&quot; command line option.
4184 The command line might look something like:
4186 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4188 If there are special characters in the command shell you use, you may need to
4189 quote the last argument (to protect the curly braces from the shell).
4190 The command might look like:
4192 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4194 You should choose a folder name for a folder that does not yet exist.
4195 It will be created containing an empty configuration.
4196 Do not use a folder that you wish to store regular mail messages in.
4198 The Setup/RemoteConfigSetup command will help you convert from a local
4199 configuration to a remote configuration.
4200 It will create a remote configuration for you and copy your current local
4201 configuration to it.
4202 It will also help you convert local address books into remote address books
4203 and local signature files into literal signatures contained in the
4204 remote configuration file.
4206 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4207 may copy a local pinerc file to a remote configuration folder by hand
4208 by using the command line option &quot;-copy_pinerc&quot;.
4210 Another command line option, which is somewhat related to remote
4211 configuration, is the option &quot;-x exceptions_config&quot;.
4212 The configuration settings in the exceptions configuration override
4213 your default settings.
4214 It may be useful to store the default configuration (the -p argument) remotely
4215 and to have the exceptions configuration stored in a local file.
4216 You might put generic configuration information in the remote configuration
4217 and platform-specific configuration on each platform in the exceptions
4218 configuration.
4219 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4220 can be either remote folders or local files.
4222 There is another command line argument that works only with PC-Alpine and
4223 which may prove useful when using a remote configuration.
4224 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4225 to store your local auxiliary files.
4226 This only has an effect if your configuration file is remote.
4227 Some examples of auxiliary files are debug files, address book files, and
4228 signature files.
4230 &lt;End of help on this topic&gt;
4231 </BODY>
4232 </HTML>
4233 ============== h_config_exceptions =============
4234 <HTML>
4235 <HEAD>
4236 <TITLE>Generic and Exceptional Configuration</TITLE>
4237 </HEAD>
4238 <BODY>
4239 <H1>Generic and Exceptional Configuration</H1>
4241 If you use Alpine from more than one platform it may be convenient
4242 to split your configuration information into two pieces, a generic piece
4243 and exceptions that apply to a particular platform.
4244 For example, suppose you use Alpine from home and from work.
4245 Most of your configuration settings are probably the
4246 same in both locations, so those settings belong in the generic settings
4247 configuration.
4248 However, you may use a different SMTP server and INBOX
4249 from home than you do from work.
4251 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4253 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4254 options could be
4255 part of your exceptional configuration so that they could be different in the
4256 two places.
4258 The command line option &quot;-x exceptions_config&quot;
4259 may be used to split your configuration into generic and exceptional pieces.
4260 &quot;Exceptions_config&quot; may be either local or remote.
4261 The regular Alpine configuration file will contain the generic data, and
4262 &quot;exceptions_config&quot; will contain the exceptional data.
4264 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4265 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4266 in the same local directory that the regular config file is located in (usually
4267 the Unix home directory).
4268 If the regular config file is remote (because the command line option
4269 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4270 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4271 If the file does not already exist then no exceptions will be used.
4272 You can force exceptions to be used by using the &quot;-x&quot; option or
4273 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4275 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4276 PC-Alpine will use the value of the
4277 environment variable <CODE>$PINERCEX</CODE>.
4278 If that is not set, PC-Alpine will look for
4279 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4280 in the same local directory that the regular config file is located in.
4281 If the regular config file is remote (because the command line option
4282 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4283 local directory specified by the &quot;-aux local_directory&quot; command
4284 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4285 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4287 When you have an exception configuration there is a new command
4288 in the Alpine Setup screen, Setup/eXceptions.
4289 It toggles between exceptions and the regular configuration.
4290 This is the usual way to make changes in your exceptional configuration data.
4291 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4292 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4293 for Config or &quot;K&quot; for Kolor.
4295 For most people, splitting the configuration information into two pieces is
4296 going to be most useful if the generic information is accessed
4297 <A HREF="h_config_remote_config">remotely</A>).
4298 That data will be the same no matter where you access it from and if you
4299 change it that change will show up everywhere.
4300 The exceptional data will most commonly be in a local file, so that the
4301 contents may easily be different on each computing platform used.
4303 If you already have a local configuration file with settings you like
4304 you may find that the command Setup/RemoteConfigSetup is useful
4305 in helping you convert to a remote configuration.
4306 The command line flag &quot;-copy_pinerc&quot;
4307 may also be useful.
4309 &lt;End of help on this topic&gt;
4310 </BODY>
4311 </HTML>
4312 ============== h_config_inheritance =============
4313 <HTML>
4314 <HEAD>
4315 <TITLE>Configuration Inheritance</TITLE>
4316 </HEAD>
4317 <BODY>
4318 <H1>Configuration Inheritance</H1>
4320 Configuration inheritance is a power user feature.
4321 It is confusing and not completely supported by the configuration
4322 user interface.
4323 We start with an explanation of how configuration works in hopes of making
4324 it easier to describe how inheritance works.
4326 Alpine uses a hierarchy of configuration values from different locations.
4327 There are five ways in which each configuration option (configuration
4328 variable) can be set.
4329 In increasing order of precedence they are:
4331 <OL>
4332 <LI> the system-wide configuration file.
4334 <LI> the personal configuration file
4336 <LI> the personal exceptions file
4338 <LI> a command line argument
4340 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4341 </OL>
4343 The fixed configuration file is normally
4344 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4346 The system-wide configuration file is normally
4347 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4348 set for PC-Alpine.
4349 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4350 is used for the system-wide configuration.
4351 This location can be set or changed on the command line with the -P flag.
4352 The system-wide configuration file can be either a local file or a
4353 remote configuration folder.
4355 For Unix Alpine, the personal configuration file is normally the file
4356 <CODE>.pinerc</CODE> in the user's home directory.
4357 This can be changed with the -p command line flag.
4358 For PC-Alpine, the personal configuration file is in
4359 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4360 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4361 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4362 This can be changed with the -p command line flag.
4363 If -p is used, the configuration data may be in a local file or a remote config
4364 folder.
4366 For Unix Alpine, the personal exceptions configuration file is named
4367 <CODE>.pinercex</CODE> and is in the same directory as the personal
4368 configuration file, if that configuration file is not remote, and is in
4369 the home directory if the personal configuration file is remote.
4370 If the file exists, then exceptions are turned on.
4371 If it doesn't, then you are not using exceptions.
4372 Alternatively, you may change the location of the exceptions configuration
4373 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4374 Like the personal configuration data, exceptions_config may be
4375 either local or remote.
4377 For PC-Alpine, the personal exceptions configuration file is named
4378 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4379 configuration file unless the personal configuration file is remote.
4380 In that case, it is in the local directory specfied by the
4381 &quot;-aux local_directory&quot; command line argument.
4382 (In the case that the personal configuration is remote and there is no
4383 &quot;-aux&quot; command line argument, Alpine searches for
4384 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4385 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4386 If the file exists, then exceptions are turned on.
4387 If it doesn't, then you are not using exceptions.
4388 You may change the location of the exceptions configuration
4389 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4390 or with the
4391 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4392 option).
4394 To reiterate, the value of a configuration option is taken from the
4395 last location in the list above in which it is set.
4396 Or, thinking about it slightly differently, a default value for an option
4397 is established in the system-wide configuration file (or internally by Alpine
4398 if there is no value in the system-wide file).
4399 That default remains in effect until and unless it is overridden by a value in a
4400 location further down the list, in which case a new &quot;default&quot;
4401 value is established.
4402 As we continue down the list of locations we either retain the
4403 value at each step or establish a new value.
4404 The value that is still set after going through the whole list of
4405 configuration locations is the one that is used.
4407 So, for example, if an option is set in the system-wide configuration
4408 file and in the personal configuration file, but is not set in the
4409 exceptions, on the command line, or in the fixed file; then the value
4410 from the personal configuration file is the one that is used.
4411 Or, if it is set in the system-wide config, in the personal config, not
4412 in the exceptions, but is set on the command line; then the value
4413 on the command line is used.
4415 Finally we get to inheritance.
4416 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4417 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4418 the inheritance mechanism makes it possible to <EM>combine</EM>
4419 the values from different locations instead of <EM>replacing</EM> the value.
4420 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4421 for which you may already set whatever you want at
4422 any configuration location (by using the &quot;no-&quot; prefix if
4423 necessary).
4425 To use inheritance, set the first item in a configuration list to the
4426 token &quot;INHERIT&quot;, without the quotes.
4427 If the first item is &quot;INHERIT&quot;,
4428 then instead of replacing the default value established so far, the rest of
4429 the list is appended to the default value established so far and that is
4430 the new value.
4432 Here is an example which may make it clearer. Suppose we have:
4434 <PRE>
4435  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4436  Personal config    :   smtp-server = INHERIT, mysmtp.home
4437  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4438  Command line       :   smtp-server = &lt;No Value Set&gt;
4439  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4440 </PRE>
4443 This would result in an effective smtp-server option of
4445 <PRE>
4446  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4447 </PRE>
4449 The &quot;INHERIT&quot; token can be used in any of the configuration files
4450 and the effect cascades.
4451 For example, if we change the above example to:
4453 <PRE>
4454  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4455  Personal config    :   smtp-server = INHERIT, mysmtp.home
4456  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4457  Command line       :   smtp-server = &lt;No Value Set&gt;
4458  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4459 </PRE>
4462 This would result in:
4464 <PRE>
4465  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4466 </PRE>
4468 Unset variables are skipped over (the default value is carried forward) so
4469 that, for example:
4471 <PRE>
4472  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4473  Personal config    :   smtp-server = &lt;No Value Set&gt;
4474  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4475  Command line       :   smtp-server = &lt;No Value Set&gt;
4476  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4477 </PRE>
4480 produces:
4482 <PRE>
4483  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4484 </PRE>
4487 If any later configuration location has a value set (for a particular list
4488 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4489 then that value replaces whatever value has been defined up to that point.
4490 In other words, that cancels out any previous inheritance.
4492 <PRE>
4493  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4494  Personal config    :   smtp-server = INHERIT, mysmtp.org
4495  Exceptions config  :   smtp-server = yoursmtp.org
4496  Command line       :   smtp-server = &lt;No Value Set&gt;
4497  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4498 </PRE>
4501 results in:
4503 <PRE>
4504  smtp-server = yoursmtp.org
4505 </PRE>
4508 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4509 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4510 difficult to insert the value &quot;INHERIT&quot; into the list of values
4511 for the option using the normal Setup tools.
4512 In other words, the color setting screen (for example) does not
4513 provide a way to input the text &quot;INHERIT&quot; as the first
4514 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4515 The way to do this is to either edit the pinerc file directly and manually
4516 insert it, or turn
4517 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4518 feature and insert it using the Setup/Config screen.
4520 &lt;End of help on this topic&gt;
4521 </BODY>
4522 </HTML>
4523 ============== h_special_xon_xoff =============
4524 <HTML>
4525 <HEAD>
4526 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4527 </HEAD>
4528 <BODY>
4529 <H1>XOFF/XON Handling within Alpine</H1>
4531 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4532 and XON) as normal characters, even though Alpine does not use them.
4533 However, the printer, modem, or communication software you are using may
4534 be configured for &quot;software flow control,&quot; which means that
4535 XON/XOFF must be treated as special characters by the operating system.
4536 If you see messages such as &quot;^S not defined for this screen&quot;,
4537 then your system is probably using software flow control. In this case
4538 you will need to set the
4539 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4540 feature.
4542 If you <EM>do</EM> set this
4543 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4544 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4545 and see if that puts things right.  Printing via the
4546 &quot;attached-to-ansi&quot; or 
4547 &quot;attached-to-wyse&quot;
4548 option will automatically enable software
4549 flow-control handling for the duration of the printing.
4551 &lt;End of help on this topic&gt;
4552 </BODY>
4553 </HTML>
4554 ============= h_special_help_nav =============
4555 <HTML>
4556 <HEAD>
4557 <TITLE>Help Text Navigation Explained</TITLE>
4558 </HEAD>
4559 <BODY>
4560 <H1>Help Text Navigation Explained</H1>
4562 Alpine contains extensive context-sensitive help text.   At any point, 
4563 pressing the &quot;?&quot; key will bring up a page of help text
4564 explaining the options available to you.  You can leave the help
4565 text screen and return to normal Alpine operation by pressing
4567 <!--chtml if pinemode="function_key"-->
4568 F3 function
4569 <!--chtml else-->
4570 &quot;E&quot;
4571 <!--chtml endif-->
4572 key to Exit Help at any time.
4575 Within the help screen you might find a word or phrase displayed in 
4576 inverse text and others displayed in bold typeface.  Such words and
4577 phrases are used to tell you Alpine has more information available on
4578 the topic they describe.
4579 The inverted text is the &quot;selected&quot; topic.  
4580 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4581 displayed in bold type
4582 is &quot;selected&quot;.
4583 Hit the Return key to display the information Alpine has available on that
4584 topic.  While viewing such additional information, the 
4585 <!--chtml if pinemode="function_key"-->
4586 F3 function
4587 <!--chtml else-->
4588 &quot;P&quot;
4589 <!--chtml endif-->
4590 key will return you to the previous help screen, and the
4591 <!--chtml if pinemode="function_key"-->
4592 F2 function
4593 <!--chtml else-->
4594 &quot;E&quot;
4595 <!--chtml endif-->
4596 key will Exit the Help system altogether.
4599 The "N" command will tell you the internal name of the help text you are 
4600 reading each time, so that you can send this name in the text of a message 
4601 and create a direct link to that internal help using the x-pine-help URL 
4602 scheme. For example, the direct link to this item is 
4603 x-pine-help:h_special_help_nav. If you add this text to a message, then
4604 a person using Pine to read such message would have a direct link to this
4605 help text.
4608 When you are finished reading this help text, you can press the
4609 <!--chtml if pinemode="function_key"-->
4610 F3 function
4611 <!--chtml else-->
4612 &quot;P&quot;
4613 <!--chtml endif-->
4614 key to return to the previously displayed help text.
4617 &lt;End of help on this topic&gt;
4618 </BODY>
4619 </HTML>
4620 ============= h_special_list_commands =============
4621 <HTML>
4622 <HEAD>
4623 <TITLE>Email List Commands Explained</TITLE>
4624 </HEAD>
4625 <BODY>
4626 <H1>Email List Commands Explained</H1>
4628 Electonic mail lists provide a way for like-minded users to join in
4629 discussions on topics of interest.  The email list itself is 
4630 represented by a
4631 single address that participants send messages to when they have
4632 something of interest to share with other members of the list.  The
4633 receiving computer then, either automatically or after review by the
4634 list's owner (or moderator), sends a copy of that message to each
4635 member of the list.
4638 Usually, subscribing and unsubscribing is done by sending requests in
4639 an email message to a special address setup to handle managing list
4640 membership.  Often this is the name of the list followed by
4641 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4642 the address used to send messages to the list.
4645 Unfortunately, email list participation commands are more a matter
4646 of convention than standard, and thus may vary from list to list.
4647 Increasingly, list management software is adding information to
4648 the copy of the postings as they're copied to the list members that
4649 explains how to do the various list management functions.
4652 Alpine will recognize this information and offer the management commands
4653 they represent in a simple display. One or more of the following
4654 operations will be made available:
4656 <DL>
4657 <DT>Help</DT>
4658 <DD>
4659 A method to get help on subscribing, unsubscribing, 
4660 an explanation of what the list is about, or special instructions
4661 for participation.  This may be in the form of a reply in response
4662 to an email message, or instructions on how to connect to a Web site.
4663 </DD>
4665 <DT>Unsubscribe</DT>
4666 <DD>
4667 A method to get your email addressed removed from the list of
4668 recipients of the email list.
4669 </DD>
4671 <DT>Subscribe</DT>
4672 <DD>
4673 A method to get your email address added to the list of recipients
4674 of the email list.  It may be in the form of a message sent to 
4675 a special address or you may be connected to a web site.
4676 <DD>
4677 </DD>
4679 <DT>Post</DT>
4680 <DD>
4681 A method used to post to the email list.  However, it might also 
4682 indicate that no posting is allowed directly to the list.
4683 </DD>
4685 <DT>Owner</DT>
4686 <DD>
4687 A method to contact the list owner for special questions you might
4688 have regarding the list.
4689 </DD>
4691 <DT>Archive</DT>
4692 <DD>
4693 A method to view an archive of previous messages posted to the list.
4694 This may be in the form of a mail folder on a remote computer, an
4695 IMAP mailbox or even a Web site.
4696 </DD>
4697 </DL>
4700 &lt;End of help on this topic&gt;
4701 </BODY>
4702 </HTML>
4703 ============= h_quota_command =============
4704 <HTML>
4705 <HEAD>
4706 <TITLE>Quota Screen Explained</TITLE>
4707 </HEAD>
4708 <BODY>
4709 <H1>Quota Screen Explained</H1>
4711 <P> This screen summarizes the quota report for this mailbox in the
4712 IMAP server. For each resource that you have a quota, this reports summarizes
4713 its use and limit.
4715 <P> Your IMAP server administrator may have set a quota based either on 
4716 the total size of your mailbox (STORAGE), or the number of messages in 
4717 your mailbox (MESSAGES), or some other criteria. This will be reported
4718 to you indicating the type of quota, its total use and its limit.
4720 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4721 1024 bytes. Each of the characters that you see in this help text is one 
4722 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4723 by Alpine are normally less than 4 kibibytes in size (which includes 
4724 headers and text). Other email programs may send messages with bigger 
4725 sizes when they send messages, since they send plain text and an 
4726 alternative part in HTML.
4728 <P> A convenient way to save space for the STORAGE type of quota is by 
4729 deleting attachments. This is done on each individual message by pressing 
4730 the &quot;V&quot; command while reading the message text, then moving the cursor 
4731 to the position of the attachment that is to be deleted, then pressing
4732 &quot;D&quot; to delete such attachment, going back to reading the 
4733 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4734 save the message in the same folder you are reading from. The saved 
4735 message will not have the attachment that was marked deleted. Now you
4736 can delete and expunge the message with the unwanted attachment.
4739 &lt;End of help on this topic&gt;
4740 </BODY>
4741 </HTML>
4742 ============= h_mail_thread_index =============
4743 <HTML>
4744 <HEAD>
4745 <TITLE>THREAD INDEX COMMANDS</TITLE>
4746 </HEAD>
4747 <BODY>                 
4748 <H1>THREAD INDEX COMMANDS</H1>
4749 <!--chtml if pinemode="function_key"-->
4750 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>
4751 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4752 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>
4753 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>
4754 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>
4755 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>
4756 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>
4757 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>
4758 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>
4759 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>
4760 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>
4761 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>
4762 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>
4763 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>
4764 <BR>
4765 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4766 -----------------------------<BR>
4767 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>
4768 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>
4769 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>
4770 <BR>
4771 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4772 -----------------------------<BR>
4773 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
4774 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4775 <BR>
4776 <!--chtml else-->
4777 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>
4778 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4779 &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>
4780 &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>
4781 &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>
4782 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>
4783 &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>
4784 &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>
4785 &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>
4786 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>
4787 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4788 <BR>
4789 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4790 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4791 &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>
4792 &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>
4793 &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>
4794 &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>
4795 &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>
4796 &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>
4797 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4798 <!--chtml endif-->
4801 NOTE:
4802 <OL>
4803  <LI>For help on a particular command, highlight the bold text associated
4804 with it above and hit Return.
4805  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4806 </OL>
4808 <H2>Description of the THREAD INDEX Screen</H2>
4810 The THREAD INDEX displays summary information from each
4811 thread (conversation) in the current folder.
4812 This is useful if you want to quickly
4813 scan new threads, or find a particular thread without having to go
4814 through the text of each message, or to quickly get rid of junk
4815 threads, etc.
4816 The current thread is always highlighted.
4817 Each line of the THREAD INDEX contains the following columns: <P>
4818 <DL>
4819  <DT>STATUS:</DT>
4820  <DD> The markings on the left side of the thread tell you about its
4821 status.  You may see one or more of the following codes on any given
4822 thread:
4823 <UL>
4824   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4825   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4826   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4827   <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.
4828   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4829         message in the thread was sent to you as a cc:. This symbol will only show up if
4830         the feature
4831         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4832   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4833         &quot;select&quot; command.  (Some systems may optionally allow selected
4834         messages to be denoted by the index line being displayed in bold
4835         type instead.)
4836   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4837       to mark at least one message in this thread as &quot;important&quot;.
4838 </UL></DD><P>
4840  <DT>THREAD NUMBER:</DT>
4841  <DD>Threads in a folder are numbered, from one through the number
4842 of threads in the folder, to help you know where you are in the folder.
4843 </DD><P>
4845  <DT>DATE STARTED:</DT>
4846  <DD>The date the thread was started. This is actually from the Date header
4847 of the first message in the thread. It doesn't take different time zones
4848 into account.</DD><P>
4850  <DT>WHO STARTED THE THREAD:</DT>
4851  <DD>This is usually the name of the sender of the first message in the thread, taken from
4852 the From header of the message.
4853 If there is no personal name given in that
4854 address, then the email address is used instead.
4855 If the message is from you (or from one of your
4856 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4857 then the recipient's name is shown here instead, with the characters
4858 &quot;To: &quot; inserted before the name.
4859 (The idea of this is that if you started the thread you would rather see who
4860 the mail was sent to instead of that the mail was from you.)
4861 In Newsgroups, if you are
4862 the sender and there are no email recipients, the newsgroup name will be
4863 listed after the &quot;To: &quot;.
4864 </DD><P>
4866  <DT>SIZE:</DT>
4867  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4869  <DT>SUBJECT:</DT>
4870  <DD>As much of the thread's subject line as will fit on the screen.
4871 This is the subject of the first message in the thread.</DD>
4872 </DL>
4874 <P><UL>
4875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4876 </UL>
4878 &lt;End of help on this topic&gt;
4879 </BODY>
4880 </HTML>
4881 ============= h_mail_index =============
4882 <HTML>
4883 <HEAD>
4884 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4885 </HEAD>
4886 <BODY>                 
4887 <H1>MESSAGE INDEX COMMANDS</H1>
4888 <!--chtml if pinemode="function_key"-->
4889 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>
4890 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4891 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>
4892 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>
4893 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>
4894 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>
4895 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>
4896 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>
4897 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>
4898 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>
4899 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>
4900 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>
4901 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>
4902 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>
4903 <BR>
4904 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4905 -----------------------------<BR>
4906 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>
4907 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>
4908 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>
4909 <BR>
4910 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4911 -----------------------------<BR>
4912 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
4913 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>
4914 <BR>
4915 <!--chtml else-->
4916 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>
4917 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4918 &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>
4919 &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>
4920 &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>
4921 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>
4922 &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>
4923 &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>
4924 &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>
4925 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>
4926 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4927 Miscellaneous&nbsp;Operations<BR>
4928 ------------------------<BR>
4929 &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>
4930 &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>
4931 &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>
4932 &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>
4933 &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>
4934 &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>
4935 &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>
4936 &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>
4937 <!--chtml endif-->
4940 NOTE:
4941 <OL>
4942  <LI>For help on a particular command, highlight the bold text associated
4943 with it above and hit Return.
4944  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4945 </OL>
4947 <H2>Description of the MESSAGE INDEX Screen</H2>
4949 The MESSAGE INDEX displays summary information from each
4950 message in the current folder.
4951 This is useful if you want to quickly
4952 scan new messages, or find a particular message without having to go
4953 through the text of each message, or to quickly get rid of junk
4954 messages, etc.
4956 The current message is always highlighted
4957 and many commands operate on the current message.
4958 For example, the Delete command will delete the current message.
4959 If the folder is sorted by either Threads or OrderedSubject, then, depending
4960 on some of your configuration settings, a single line in the index may
4961 refer to an entire thread or to a subthread.
4962 If that is the case, then the commands that normally operate on the current
4963 message will operate on the thread or subthread instead.
4964 For example, the Delete command will delete the whole collapsed thread
4965 instead of just a single message.
4967 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4968 you can change this with the 
4969 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4970 in the SETUP CONFIGURATION screen): <P>
4971 <DL>
4972  <DT>STATUS:</DT>
4973  <DD> The markings on the left side of the message tell you about its
4974 status.  You may see one or more of the following codes on any given
4975 message:
4976 <UL>
4977   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4978          yet eXpunged the folder.
4979   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4980   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4981          to be answered.
4982   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4983          forward a message.
4984   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4985         directly to your account, your copy is not part of a cc: or a
4986         mailing list.
4987   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4988         message was sent to you as a cc:. This symbol will only show up if
4989         the feature
4990         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4991   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4992         &quot;select&quot; command.  (Some systems may optionally allow selected
4993         messages to be denoted by the index line being displayed in bold
4994         type.)
4995   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4996       to mark this message as &quot;important&quot;.
4997 </UL></DD><P>
4999  <DT>MESSAGE NUMBER:</DT>
5000  <DD>Messages in a folder are numbered, from one through the number
5001 of messages in the folder, to help you know where you are in the folder.
5002 These numbers are always in increasing order, even if you sort the folder
5003 in a different way.</DD><P>
5005  <DT>DATE SENT:</DT>
5006  <DD>The date the message was sent.  By default, messages are
5007 ordered by arrival time, not by date sent.  Most of the time, arrival time
5008 and date sent (effectively departure time) are similar.  Sometimes,
5009 however, the index will appear to be out of order because a message took a
5010 long time in delivery or because the sender is in a different time
5011 zone than you are. This date is just the date from the Date header
5012 field in the message.</DD><P>
5014  <DT>WHO SENT THE MESSAGE:</DT>
5015  <DD>This is usually the name of the sender of the message, taken from
5016 the From header of the message.
5017 If there is no personal name given in that
5018 address, then the email address is used instead.
5019 If the message is from you (or from one of your
5020 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5021 then the recipient's name is shown here instead, with the characters
5022 &quot;To: &quot; inserted before the name.
5023 (The idea of this is that if you sent the mail you would rather see who
5024 the mail was sent to instead of that the mail was from you.
5025 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5026 above.
5027 In particular, use the FROM token or the FROMORTONOTNEWS token
5028 in place of the FROMORTO token.)
5029 In Newsgroups, if you are
5030 the sender and there are no email recipients, the newsgroup name will be
5031 listed after the &quot;To: &quot;. </DD><P>
5033  <DT>SIZE:</DT>
5034  <DD>The number in parentheses is the number of characters in the message.
5035 It may have a suffix of K, M, or G which means the number should be
5036 multiplied by one thousand, one million, or one billion to get the
5037 size of the message.</DD><P>
5039  <DT>SUBJECT:</DT>
5040  <DD>As much of the message's subject line as will fit on the screen.</DD>
5041 </DL>
5043 <P><UL>
5044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5045 </UL>
5047 &lt;End of help on this topic&gt;
5048 </BODY>
5049 </HTML>
5050 ============= h_mail_view ========================
5051 <HTML>
5052 <HEAD>
5053 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5054 </HEAD>
5055 <BODY>
5056 <H1>MESSAGE TEXT SCREEN</H1>
5057 <!--chtml if pinemode="function_key"-->
5058 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>
5059 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5060 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>
5061 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>
5062 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>
5063 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>
5064 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>
5065 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>
5066 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>
5067 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>
5068 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>
5069 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>
5070 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>
5071 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>
5072 <BR>
5073 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5074 ------------------------------<BR>
5075 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5076 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5077 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5078 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5079 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5080 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5081 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5082 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5083 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5084 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5085 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5086 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5087 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5088 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5089 <!--chtml else-->
5090 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5091 ---------------------------------<BR>
5092 <BR>
5093 &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>
5094 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>
5095 &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>
5096 &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>
5097 &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>
5098 &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>
5099 &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>
5100 &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>
5101 &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>
5102 <BR>
5103 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5104 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5105 &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>
5106 &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>
5107 &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>
5108 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>
5109 <BR>
5110 General&nbsp;Alpine&nbsp;Commands<BR>
5111 ---------------------<BR>
5112 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5113 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5114 &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>
5115 &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>
5116 &nbsp;&nbsp;&nbsp;&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>
5117 <!--chtml endif-->
5120 NOTE:
5121 <OL>
5122  <LI>For help on a particular command, highlight the bold text associated
5123 with it above and hit Return.
5124  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5125 </OL>
5127 <H2>Description of the MESSAGE TEXT Screen</H2>
5129 The top line of the view message screen displays status
5130 information about the currently open collection and folder and about the
5131 current message.  It shows the name of the collection in angle brackets
5132 and then the name of the folder.  The line also displays the number
5133 of messages in the folder, the number of the current message and the
5134 percentage of the current message that has been displayed on the screen.
5135 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5136 right corner.
5137 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5138 in the corner.
5141 NOTE: to rapidly move to the end of a message, hit the
5142 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5143 (or Ctrl-W) key followed
5144 by Ctrl-V.  Similarly,
5145 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5146 followed by Ctrl-Y will take you to the beginning of
5147 a message.
5149 <H2>Explanation of Alternate Character Sets</H2>
5151 Alpine attempts to stay out of the way so that it won't prevent you from
5152 viewing mail in any character set.  It will simply send the message to
5153 your display device.  If the device is capable of displaying the
5154 message as it was written it will do so.  If not, the display may be
5155 partially or totally incorrect.
5156 If the message contains characters that are not representable in your 
5157 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5158 variable in your configuration, then a warning message will be printed
5159 to your screen at the beginning of the message display.
5160 It is probably best to use UNIX Alpine in a terminal emulator
5161 capable of displaying UTF-8 characters.
5162 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5163 more information about character set settings.
5165 <P><UL>
5166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5167 </UL>
5169 &lt;End of help on this topic&gt;
5170 </BODY>
5171 </HTML>
5172 ======= h_index_cmd_select =======
5173 <HTML>
5174 <HEAD>
5175 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5176 </HEAD>
5177 <BODY>
5178 <H1>Selecting: Select and WhereIs/Select</H1>
5180 Aggregate operations give you the ability to process a group of messages
5181 at once.  Acting on multiple messages requires two steps: (1) selecting a
5182 set of messages and then; (2) applying a command to that set. The first
5183 part is handled by the select command.  Select allows you to
5184 select messages based on their status (read, answered, etc.), contents,
5185 date, size, or keywords.
5186 You may also select based on one of your Rules or based on threads,
5187 and there are quick options to select a specific message or range of messages,
5188 to select the current message, or to select all messages.
5191 We describe the various selection criteria briefly:
5194 <DL>
5195 <DT>select All</DT>
5196 <DD> Marks all the messages in the folder as selected.
5197 </DD>
5199 <DT>select Cur</DT>
5200 <DD> Selects the currently highlighted message or currently highlighted
5201 set of messages if in a threaded view.
5202 </DD>
5204 <DT>select by Number</DT>
5205 <DD> Select by message number. This may be a comma-separated list instead or
5206 a single entry.
5207 Each element in the list may be either a single message number or a range
5208 of numbers with a dash between the lowest and highest member of the range.
5209 Some examples are 7 to select only message number 7; 2-5 to select messages
5210 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5211 The word &quot;end&quot; may be used as a substitute for the highest numbered
5212 message in the folder.
5213 If in a separate thread index where the numbers refer to threads instead of
5214 to messages, then you will be selecting all of the messages in the
5215 referenced threads instead of selecting by message number.
5216 </DD>
5218 <DT>select by Date</DT>
5219 <DD> Select by either the date stored in the Date headers of each message,
5220 or by the date when the messages arrived.
5221 This does not adjust for different time zones, but just checks to see what
5222 day the message was sent on.
5223 You may type in a date. If you do, the date should be in the form
5224 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5225 For example,
5226 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5228 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5229 If the date you want is close to the current date, it is probably
5230 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5231 is displayed, instead of typing in the date yourself.
5232 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5233 the date of the currently highlighted message. 
5235 There are six possible settings that are selected using the
5236 &quot;^W&nbsp;Toggle When&quot; command.
5237 Three of them select messages based on the Date headers.
5238 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5239 and &quot;SENT ON&quot;.
5240 SINCE is all messages with the selected date or later.
5241 BEFORE is all messages earlier than the selected date (not including the day
5242 itself).
5243 ON is all messages sent on the selected date.
5244 The other three select messages in the same way but they use the arrival
5245 times of the messages instead of the Date headers included in the messages.
5246 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5247 and &quot;ARRIVED ON&quot;.
5248 When you save a message from one folder to another the arrival time is
5249 preserved.
5250 </DD>
5252 <DT>select by Text</DT>
5253 <DD> Selects messages based on the message contents.
5254 This allows you to select a set of messages based on whether or not the
5255 message headers or message body contain specified text.
5256 You may look for text in the Subject, the From header,
5257 the To header, or the Cc header.
5258 You may also choose Recipient, which searches for the text in
5259 either the To or the Cc header;
5260 or Participant, which means To or Cc or From.
5261 Besides those specific header searches, you may also search the entire
5262 header and text of the message with &quot;All Text&quot;, or just the
5263 body of the message.
5265 To search for the absence of text, first type the &quot;! Not&quot; command
5266 before typing the specific type of text search.
5267 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5268 search for all messages that do not contain a particular word in their
5269 Subjects.
5271 If you choose a Subject search, you may use the subject from the current
5272 message by typing the &quot;^X Cur Subject&quot; command.
5273 You may then edit it further if you wish.
5274 For example, you might select the subject of a reply and edit the
5275 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5276 the original message being replied to.
5277 All of the other header searches allow you to use addresses from the
5278 headers of the current message if you want to.
5279 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5280 &quot;^W Cur Cc&quot;.
5281 In each case, if there is more than one address, only the first is offered.
5282 </DD>
5284 <DT>select by Status</DT>
5285 <DD> Selects messages based on their status.
5286 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5287 messages.
5288 Or, if you first type the &quot;! Not&quot; command, you get not New,
5289 or not Important, and so on.
5290 If you select Deleted messages, you will get all messages with their
5291 Deleted flag set.
5292 Likewise for Important messages, all messages that you have flagged as
5293 being Important with the
5294 <A HREF="h_common_flag">Flag</A> command.
5295 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5296 because they try to match what you see on the screen by default.
5297 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5298 and Unanswered.
5299 If you have looked at the message, or deleted it, or answered it; then it
5300 is not considered &quot;New &quot;.
5301 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5303 &quot;Answered&quot; is another one that is a little different.
5304 It means that the message has been Answered <EM>and</EM> is not deleted.
5305 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5306 the opposite of &quot;Answered&quot;!
5307 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5308 both Unanswered <EM>and</EM> not deleted.
5310 The other two types were added later because the special nature of the
5311 New flag was not what was wanted by all users.
5312 New does match what you see in the index by default, but if you use
5313 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5314 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5315 be exactly what you want.
5316 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5317 they are deleted or answered, and
5318 &quot;Recent&quot; selects all of the messages that have been added to
5319 the folder since you started this Alpine session.
5320 (That's not technically quite true. If there are multiple mail clients
5321 reading an IMAP mailbox, each message will be marked as Recent in only
5322 one of the client's sessions.)
5323 </DD>
5325 <DT>select by siZe</DT>
5326 <DD> Selects messages based on their size being smaller than or larger
5327 than the size you specify.
5328 The size is the number of bytes.
5329 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5330 the number.
5331 For example, 7K is the same as 7000.
5332 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5333 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5334 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5335 and Larger.
5336 </DD>
5338 <DT>select by Keyword</DT>
5339 <DD> Selects messages that either have or do not have
5340 (using the &quot;!&nbsp;Not&quot; command)
5341 a particular <A HREF="h_config_keywords">Keyword</A> set.
5342 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5343 command to select one from your list of keywords.
5345 <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.
5346 </DD>
5348 <DT>select by Rule</DT>
5349 <DD> Selects messages that either match or don't match
5350 (using the &quot;!&nbsp;Not&quot; command)
5351 one of the Rules you have defined.
5352 The most likely method of filling in the Rule is to use the
5353 &quot;^T&nbsp;To&nbsp;List&quot;
5354 command to select one of your Rules.
5355 All of the Rules you have defined will be in the list, including
5356 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5357 They may not all make sense for this purpose, but they are all there for
5358 flexibility.
5359 You might find it useful to define some rules solely for the purpose
5360 of being used by the Select command.
5361 There is a special category for such Rules. They are called Search Rules.
5363 Unfortunately, Alpine does not allow all possible Rules to be defined.
5364 For example, there is no logical OR operation.
5365 OR is accomplished in the Filter Rules or the other types of Rules by
5366 simply defining two rules, one that matches the first part of the OR
5367 and another that matches the second part.
5368 But you can't do that here, since you only have a single Rule to work with.
5369 Likewise, the order of Rules is usually important.
5370 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5371 a message, then that stops the search for a further match.
5372 This means that you may be confused if you try to use Select by Rule to
5373 check your Filter rules because the order is important when filtering but
5374 is not considered here.
5375 </DD>
5377 <DT>select by tHread</DT>
5378 <DD> Selects all of the messages in the current thread.
5379 </DD>
5380 </DL>
5382 After you have an initial selection, the next and subsequent selection
5383 commands modify the selection.
5384 The select command changes. It first gives
5385 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5386 &quot;unselect Current&quot;,
5387 &quot;Broaden selection&quot; (implements a logical OR), and
5388 &quot;Narrow selection&quot; (implements a logical AND).
5389 After you choose either Broaden or Narrow, you then choose one of the
5390 selection criteria listed above (by Text or Number or ...).
5391 You may use select as many times as you wish to get the selected set right.
5394 The WhereIs command has a feature (Ctrl-X) to
5395 select all the messages that match the WhereIs search. WhereIs searches
5396 through just the text that appears on the MESSAGE INDEX screen.
5397 This method is often slower than using the select command itself, unless the
5398 line you are looking for is not too far away in the index.
5401 The availability of the aggregate operations commands is determined by the
5402 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5403 Feature-List option in your Alpine
5404 configuration, which defaults to set.
5405 The features
5406 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5408 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5409 affect the behavior of the Select command.
5412 &lt;End of help on this topic&gt;
5413 </BODY>
5414 </HTML>
5415 ======= h_select_rule =======
5416 <HTML>
5417 <HEAD>
5418 <TITLE>Select: Rule</TITLE>
5419 </HEAD>
5420 <BODY>
5421 <H1>Select: Rule</H1>
5423 You are selecting messages that either match or don't match
5424 one of the Rules you have defined.
5425 You may either type the nickname of the Rule at the prompt, or use the
5426 &quot;^T&nbsp;To&nbsp;List&quot;
5427 command to select one of your Rules.
5428 All of the Rules you have defined will be in the list, including
5429 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5430 They may not all make sense for this purpose, but they are all there for
5431 flexibility.
5432 Rules may be added by using the Setup/Rules screen off of the main Alpine
5433 menu.
5435 Unfortunately, Alpine does not allow all possible Rules to be defined.
5436 For example, there is no logical OR operation.
5437 OR is accomplished in the Filter Rules or the other types of Rules by
5438 simply defining two rules, one that matches the first part of the OR
5439 and another that matches the second part.
5440 But you can't do that here, since you only have a single Rule to work with.
5441 Likewise, the order of Rules is usually important.
5442 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5443 a message, then that stops the search for a further match.
5444 This means that you may be confused if you try to use Select by Rule to
5445 check your Filter rules because the order is important when filtering but
5446 is not considered here.
5449 &lt;End of help on this topic&gt;
5450 </BODY>
5451 </HTML>
5452 ======= h_select_text =======
5453 <HTML>
5454 <HEAD>
5455 <TITLE>Select: Text</TITLE>
5456 </HEAD>
5457 <BODY>
5458 <H1>Select: Text</H1>
5460 You are selecting messages based on the contents of the message.
5461 This allows you to select a set of messages based on whether or not the
5462 message headers or message body contain specified text.
5463 You may look for text in the Subject, the From header,
5464 the To header, or the Cc header.
5465 You may also choose Recipient, which searches for the text in
5466 either the To or the Cc header;
5467 or Participant, which means either the To header, or the Cc header,
5468 or the From header.
5469 Besides those specific header searches, you may also search the entire
5470 header and text of the message with &quot;All Text&quot;, or just the
5471 body of the message with &quot;Body&quot;.
5473 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5474 before typing the specific type of text search.
5475 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5476 search for all messages that do not contain a particular word in their
5477 Subjects.
5479 If you choose a Subject search, you may use the subject from the current
5480 message by typing the &quot;^X Cur Subject&quot; command.
5481 You may then edit it further if you wish.
5482 For example, you might select the subject of a reply and edit the
5483 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5484 the original message being replied to.
5485 All of the other header searches allow you to use addresses from the
5486 headers of the current message if you want to.
5487 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5488 &quot;^W Cur Cc&quot;.
5489 In each case, if there is more than one address, only the first is offered.
5492 &lt;End of help on this topic&gt;
5493 </BODY>
5494 </HTML>
5495 ======= h_select_status =======
5496 <HTML>
5497 <HEAD>
5498 <TITLE>Select: Status</TITLE>
5499 </HEAD>
5500 <BODY>
5501 <H1>Select: Status</H1>
5503 You are selecting messages based on the status of the message.
5504 For example, whether or not the message has been marked Deleted or Important,
5505 or whether or not it has been Answered or is New.
5506 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5507 opposite: not Deleted, not Important, and so on.
5509 If you select Deleted messages, you will get all messages with their
5510 Deleted flag set.
5511 Likewise for Important messages, all messages that you have flagged as
5512 being Important with the
5513 <A HREF="h_common_flag">Flag</A> command.
5514 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5515 because they try to match what you see on the screen by default.
5516 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5517 and Unanswered.
5518 If you have looked at the message, or deleted it, or answered it; then it
5519 is not considered &quot;New &quot;.
5520 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5522 &quot;Answered&quot; is another one that is a little different.
5523 It means that the message has been Answered <EM>and</EM> is not deleted.
5524 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5525 the opposite of &quot;Answered&quot;!
5526 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5527 both Unanswered <EM>and</EM> not deleted.
5529 (The New and Answered options may seem counter-intuitive.
5530 The reason it is done this way is
5531 because, by default, a Deleted message will show up with the &quot;D&quot;
5532 symbol in the MAIL INDEX screen even if it is New or Answered.
5533 The Delete symbol overrides the New and Answered symbols, because you
5534 usually don't care about the message anymore once you've deleted it.
5535 Similarly, you usually only care about whether a message is Answered or
5536 not if it is not Deleted.
5537 Once it is Deleted you've put it out of your mind.)
5539 The other two options were added later because the special nature of the
5540 New flag was not what was wanted by all users.
5541 New does match what you see in the index by default, but if you use
5542 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5543 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5544 be exactly what you expect.
5545 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5546 they are deleted or answered, and
5547 &quot;Recent&quot; selects all of the messages that have been added to
5548 the folder since you started this Alpine session.
5549 (That's not technically quite true. If there are multiple mail clients
5550 reading an IMAP mailbox, each message will be marked as Recent in only
5551 one of the client's sessions.
5552 That behavior can be convenienent for some purposes, like filtering, but
5553 it isn't usually what you expect when selecting.)
5556 &lt;End of help on this topic&gt;
5557 </BODY>
5558 </HTML>
5559 ======= h_index_cmd_apply =======
5560 <HTML>
5561 <HEAD>
5562 <TITLE>Apply Command</TITLE>
5563 </HEAD>
5564 <BODY>
5565 <H1>Apply Command</H1>
5567 Apply
5568 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5569 is the second step of most aggregate operations.  Apply
5570 becomes active any time there is a defined set of selected messages.  The
5571 following commands can be applied to a selected message set: delete,
5572 undelete, reply, forward,
5573 <!--chtml if pinemode="os_windows"-->
5574 <!--chtml else--> 
5575 pipe,
5576 <!--chtml endif-->
5577 print, take address, save, export, bounce, and flag.
5580 The behavior of some of these commands in an aggregate sense is not easy to
5581 explain.  Try them out to see what they do.
5582 The feature
5583 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5584 affects the behavior of the Apply command, as does the feature
5585 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5588 &lt;End of help on this topic&gt;
5589 </BODY>
5590 </HTML>
5591 ======= h_index_cmd_zoom =======
5592 <HTML>
5593 <HEAD>
5594 <TITLE>ZoomMode Command</TITLE>
5595 </HEAD>
5596 <BODY>
5597 <H1>ZoomMode Command</H1>
5599 Another action you might want to take on a set of selected messages is to
5600 zoom in on them.  Like apply, zoom only becomes active when messages have
5601 been selected.
5602 ZoomMode
5603 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5604 is a toggle command that allows you to
5605 zoom-in (and only see the selected messages) and zoom-out (to see all
5606 messages in the folder).  Neither apply nor zoom removes the markings that
5607 define the selected set; you need to use a select command in order
5608 to do that.
5611 &lt;End of help on this topic&gt;
5612 </BODY>
5613 </HTML>
5614 ======= h_index_collapse_expand =======
5615 <HTML>
5616 <HEAD>
5617 <TITLE>Collapse/Expand Command</TITLE>
5618 </HEAD>
5619 <BODY>
5620 <H1>Collapse/Expand Command</H1>
5622 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5623 the folder is sorted by either Threads or OrderedSubject, and the
5624 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5625 is set to something other than &quot;none&quot;.
5626 By default, this command collapses or expands the subthread that starts at
5627 the currently highlighted message, if any.
5628 If the subthread is already collapsed, then this command expands it.
5629 If the subthread is expanded, then this command collapses it.
5630 If there are no more messages below the current message in the
5631 thread tree (that is, there are no replies to the current message) then
5632 this command does nothing.
5635 The behavior of this command is affected by the option
5636 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5637 Normally, this command Collapses or Expands the subthread that
5638 starts at the currently highlighted message.
5639 If the above option is set, then this command Collapses or Expands the
5640 entire current thread instead of just the subthread.
5641 The current thread is simply the top-level thread that contains the
5642 current message.
5645 &lt;End of help on this topic&gt;
5646 </BODY>
5647 </HTML>
5648 ======= h_index_cmd_sort =======
5649 <HTML>
5650 <HEAD>
5651 <TITLE>Sort Command</TITLE>
5652 </HEAD>
5653 <BODY>
5654 <H1>Sort Command</H1>
5656 In Alpine's generic configuration, messages are presented in the order in
5657 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5658 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5659 You can also re-sort the folder on demand with the sort
5660 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5661 command.
5662 Your sorting options are:
5664 <UL>
5665  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5666  <LI> <A HREF="h_index_sort_date">D</A>ate
5667  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5668  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5669  <LI> t<A HREF="h_index_sort_thread">H</A>read
5670  <LI> <A HREF="h_index_sort_from">F</A>rom
5671  <LI> si<A HREF="h_index_sort_size">Z</A>e
5672  <LI> scor<A HREF="h_index_sort_score">E</A>,
5673  <LI> <A HREF="h_index_sort_to">T</A>o
5674  <LI> <A HREF="h_index_sort_cc">C</A>c
5675 </UL>
5678 The Reverse option will toggle the order the index is currently
5679 sorted by, but will not change the relative sort order.
5682 Sorting a folder does not actually rearrange the way the folder is saved,
5683 it just re-arranges how the messages are presented to you.  This means
5684 that Alpine has to do the work of sorting every time you change sort order.
5685 Sometimes, especially with PC-Alpine or with large folders, this could take
5686 a while.
5689 &lt;End of help on this topic&gt;
5690 </BODY>
5691 </HTML>
5692 ======= h_index_sort_default =======
5693 <HTML>
5694 <HEAD>
5695 <TITLE>SORT OPTION: Default</TITLE>
5696 </HEAD>
5697 <BODY>
5698 <H1>SORT OPTION: Default</H1>
5700 The <EM>Default</EM> sort option just means to use the default sort order
5701 set in the
5702 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5703 option in Setup/Config.
5706 &lt;End of help on this topic&gt;
5707 </BODY>
5708 </HTML>
5709 ======= h_index_sort_arrival =======
5710 <HTML>
5711 <HEAD>
5712 <TITLE>SORT OPTION: Arrival</TITLE>
5713 </HEAD>
5714 <BODY>
5715 <H1>SORT OPTION: Arrival</H1>
5717 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5718 in the order that they exist in the folder.  This is usually the same as the
5719 order in which they arrived.  This option is comparable to not sorting
5720 the messages at all.
5723 &lt;End of help on this topic&gt;
5724 </BODY>
5725 </HTML>
5726 ======= h_index_sort_date =======
5727 <HTML>
5728 <HEAD>
5729 <TITLE>SORT OPTION: Date</TITLE>
5730 </HEAD>
5731 <BODY>
5732 <H1>SORT OPTION: Date</H1>
5734 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5735 according to the date and time they were
5736 sent.
5739 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5740 identical to sorting by &quot;Arrival&quot;.
5743 &lt;End of help on this topic&gt;
5744 </BODY>
5745 </HTML>
5746 ======= h_index_sort_subj =======
5747 <HTML>
5748 <HEAD>
5749 <TITLE>SORT OPTION: Subject</TITLE>
5750 </HEAD>
5751 <BODY>
5752 <H1>SORT OPTION: Subject</H1>
5754 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5755 by subject. 
5758 Messages with the same subject are
5759 first grouped together, and then the groups of like-subject messages
5760 are arranged alphabetically.
5763 Alpine ignores leading &quot;Re:&quot; and
5764 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5765 likeness and alphabetical order of subject lines.
5768 &lt;End of help on this topic&gt;
5769 </BODY>
5770 </HTML>
5771 ======= h_index_sort_ordsubj =======
5772 <HTML>
5773 <HEAD>
5774 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5775 </HEAD>
5776 <BODY>
5777 <H1>SORT OPTION: OrderedSubject</H1>
5779 The <EM>OrderedSubject</EM> sort option arranges messages in the
5780 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5781 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5784 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5785 messages by the date of the oldest message in the group.
5788 This sort method provides for pseudo threading of conversations within
5789 a folder.
5790 You may want to try sorting by Thread instead.
5793 &lt;End of help on this topic&gt;
5794 </BODY>
5795 </HTML>
5796 ======= h_index_sort_thread =======
5797 <HTML>
5798 <HEAD>
5799 <TITLE>SORT OPTION: Thread</TITLE>
5800 </HEAD>
5801 <BODY>
5802 <H1>SORT OPTION: Thread</H1>
5804 The <EM>Thread</EM> sort option arranges messages in the
5805 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5806 they are part of a conversation (discussion thread) taking
5807 place within a mailbox or newsgroup.  This indication is
5808 based on information in the message's header -- specifically
5809 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5812 &lt;End of help on this topic&gt;
5813 </BODY>
5814 </HTML>
5815 ======= h_index_sort_from =======
5816 <HTML>
5817 <HEAD>
5818 <TITLE>SORT OPTION: From</TITLE>
5819 </HEAD>
5820 <BODY>
5821 <H1>SORT OPTION: From</H1>
5823 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5824 by the name of the author of the message.
5827 Messages with the same author are grouped together. Groups of
5828 messages are then put into alphabetical order according to message
5829 author.
5832 &lt;End of help on this topic&gt;
5833 </BODY>
5834 </HTML>
5835 ======= h_index_sort_size =======
5836 <HTML>
5837 <HEAD>
5838 <TITLE>SORT OPTION: Size</TITLE>
5839 </HEAD>
5840 <BODY>
5841 <H1>SORT OPTION: Size</H1>
5843 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5844 by their relative sizes.
5847 &lt;End of help on this topic&gt;
5848 </BODY>
5849 </HTML>
5850 ======= h_index_sort_score =======
5851 <HTML>
5852 <HEAD>
5853 <TITLE>SORT OPTION: Score</TITLE>
5854 </HEAD>
5855 <BODY>
5856 <H1>SORT OPTION: Score</H1>
5858 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5859 by their scores.
5862 Messages with the same score are sorted in arrival order.
5863 Scores are something you create using the
5864 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5867 &lt;End of help on this topic&gt;
5868 </BODY>
5869 </HTML>
5870 ======= h_index_sort_to =======
5871 <HTML>
5872 <HEAD>
5873 <TITLE>SORT OPTION: To</TITLE>
5874 </HEAD>
5875 <BODY>
5876 <H1>SORT OPTION: To</H1>
5878 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5879 by the names of the recipients of the message.
5882 Messages with the same recipients are grouped together. Groups of
5883 messages are then put into alphabetical order according to message
5884 recipients.
5887 &lt;End of help on this topic&gt;
5888 </BODY>
5889 </HTML>
5890 ======= h_index_sort_cc =======
5891 <HTML>
5892 <HEAD>
5893 <TITLE>SORT OPTION: Cc</TITLE>
5894 </HEAD>
5895 <BODY>
5896 <H1>SORT OPTION: Cc</H1>
5898 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5899 the names of the carbon copy addresses of the message.
5902 &lt;End of help on this topic&gt;
5903 </BODY>
5904 </HTML>
5905 ======= h_index_cmd_whereis =======
5906 <HTML>
5907 <HEAD>
5908 <TITLE>WhereIs Command</TITLE>
5909 </HEAD>
5910 <BODY>
5911 <H1>WhereIs Command</H1>
5913 The WhereIs
5914 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5915 command lets you search the MESSAGE INDEX for a word.
5916 It scans through whatever you see, usually the name of the author
5917 and the Subject line.
5918 WhereIs has special subcommands to let you find the beginning of the
5919 index (Ctrl-Y -- first message)
5920 or the end of the index (Ctrl-V -- last message).
5922 Note that WhereIs only searches through the visible text on the screen.
5923 For example, if only part of the Subject of a message is shown because it
5924 is long, then only the visible portion of the Subject is searched.
5925 Also note that WhereIs does not &quot;see&quot; the 
5926 &quot;X&quot; in column one of Index entries for selected messages
5927 so it can't be used to search for
5928 selected messages (use &quot;Zoom&quot; instead).
5930 If the feature
5931 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5932 is turned on,
5933 WhereIs can also be used as a quick way to select messages that match the
5934 string being searched for.
5935 Instead of typing carriage return to search for the next match, type
5936 Ctrl-X to select all matches.
5937 Once again, this only selects matches that are (or would be if the right
5938 index line was on the screen) visible.
5939 Truncated From lines or Subjects will cause matches to be missed.
5940 Although WhereIs is sometimes convenient for quick matching, the Select
5941 command is usually more powerful and usually faster.
5944 &lt;End of help on this topic&gt;
5945 </BODY>
5946 </HTML>
5947 ======= h_view_cmd_whereis =======
5948 <HTML>
5949 <HEAD>
5950 <TITLE>WhereIs Command</TITLE>
5951 </HEAD>
5952 <BODY>
5953 <H1>WhereIs Command</H1>
5955 The WhereIs
5956 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5957 command does a &quot;find in current message&quot; operation.  You
5958 type in text and Alpine will try to find it in the message you are
5959 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5960 or end (Ctrl-V) of the message.
5961 That is, to rapidly move to the end of a message, hit the 
5962 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5963 (or Ctrl-W) key followed
5964 by Ctrl-V.  Similarly,
5965 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5966 followed by Ctrl-Y will take you to the beginning of a message.
5969 &lt;End of help on this topic&gt;
5970 </BODY>
5971 </HTML>
5972 ======= h_view_cmd_hilite =======
5973 <HTML>
5974 <HEAD>
5975 <TITLE>View Hilite and Next item/Previous item</TITLE>
5976 </HEAD>
5977 <BODY>
5978 <H1>View Hilite and Next item/Previous item</H1>
5980 Sometimes messages may be in the form of formatted HTML text
5981 or they may contain URLs or Web server hostnames.
5982 When any of the features
5983 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5984 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5985 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5987 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5988 are enabled, Alpine will represent such selectable items in the text
5989 in bold typeface.  One of the selectable items will be displayed in
5990 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5991 Press the Return key to view the currently selected item.
5994 The Up and Down Arrows keys can be used to change the selected item
5995 (also see the feature
5996 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5997 If there are no selectable items in the direction of the arrow you
5998 pressed, Alpine will scroll the display in that direction until one
5999 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6000 items in the message text, use the Previous and Next item commands,
6001 <!--chtml if pinemode="function_key"-->F5 and F6
6002 <!--chtml else-->^B and ^F<!--chtml endif-->.
6005 &lt;End of help on this topic&gt;
6006 </BODY>
6007 </HTML>
6008 ======= h_view_cmd_viewattch =======
6009 <HTML>
6010 <HEAD>
6011 <TITLE>ViewAttch Command</TITLE>
6012 </HEAD>
6013 <BODY>
6014 <H1>ViewAttch Command</H1>
6017 The View/Save Attachment
6018 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6019 command allows you to handle MIME attachments to a message you have
6020 received.  Alpine shows you a list of the message attachments -- you just
6021 choose the attachment you want.  You may either view or save the
6022 selected attachment.
6025 Because many attachments require external programs for display, there
6026 is some system configuration that has to happen before you can
6027 actually display attachments.  Hopefully much of that will have been
6028 done already by your system administrator.  MIME configuration is
6029 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6030 on configuration in the
6031 <A HREF="h_news">release notes</A> for more information.)
6034 &lt;End of help on this topic&gt;
6035 </BODY>
6036 </HTML>
6037 ======= h_index_cmd_expunge =======
6038 <HTML>
6039 <HEAD>
6040 <TITLE>Expunge/Exclude Command</TITLE>
6041 </HEAD>
6042 <BODY>
6043 <H1>Expunge/Exclude Command</H1>
6045 Expunge/Exclude
6046 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6047 is the command Alpine uses to actually remove all messages
6048 marked for deletion.  With regular email files, expunge literally deletes
6049 the text from the current folder.  With newsgroups or shared mailboxes,
6050 you don't have permission to actually remove the message, so it is an
6051 exclude -- Alpine removes the message from your view of the folder even
6052 though it is not technically gone.
6054 <P> A selective expunge command is available in IMAP folders that support 
6055 the UID EXPUNGE extension in <A 
6056 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6057 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6058 as a subcommand of the apply command. If some selected messages are marked 
6059 deleted, then the apply command will offer the eXpunge command, which when 
6060 executed will only expunge those messages that are selected and deleted.
6062 <P> 
6063 Observe that the expunge command (when not used from the apply command) 
6064 will expunge/exclude all deleted messages from the folder, and so all 
6065 messages marked deleted will be expunged, regardless of if they are 
6066 selected or not. In other words, there is no protection against 
6067 potentially expunging more messages than only those that have been 
6068 selected and deleted.
6071 The configuration features
6072 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6074 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6075 affect the behavior of the Expunge command.
6078 &lt;End of help on this topic&gt;
6079 </BODY>
6080 </HTML>
6081 ======= h_common_compose =======
6082 <HTML>
6083 <HEAD>
6084 <TITLE>Compose Command</TITLE>
6085 </HEAD>
6086 <BODY>
6087 <H1>Compose Command</H1>
6089 The Compose command takes you into the Alpine message composer where you
6090 can start a new message for sending.  This is where you type in the
6091 message's text and specify its recipient list (the &quot;To:&quot;
6092 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6093 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6094 be attached to the message.
6097 When you type this command, Alpine will also automatically check for any
6098 interrupted (i.e., a message that was being composed when your modem
6099 or network connection was broken) or previously postponed messages and
6100 offer you a chance to continue working on those.
6103 <UL>   
6104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6105 </UL><P>
6106 &lt;End of help on this topic&gt;
6107 </BODY>
6108 </HTML>
6109 ======= h_common_index =======
6110 <HTML>
6111 <HEAD>
6112 <TITLE>Message Index Command</TITLE>
6113 </HEAD>
6114 <BODY>
6115 <H1>Message Index Command</H1>
6117 The Index command takes you to the MESSAGE INDEX screen that displays a
6118 summary caption for each message in the currently-open folder. One
6119 message will be highlighted; this is the &quot;Current&quot; message.
6120 The message commands available from this screen (e.g. View, Reply,
6121 Forward, Delete, Print, Save, etc) apply to the current message.
6124 &lt;End of help on this topic&gt;
6125 </BODY>
6126 </HTML>
6127 ======= h_common_folders =======
6128 <HTML>
6129 <HEAD>
6130 <TITLE>Folder List Command</TITLE>
6131 </HEAD>
6132 <BODY>
6133 <H1>Folder List Command</H1>
6135 This Folder List command takes you to the FOLDER LIST screen that displays
6136 the names of all your message folders and allows you to view, rename,
6137 delete, and add folders.  You can open (view) a different folder than the
6138 one currently open by highlighting the desired one (using the arrow keys
6139 or their control-key equivalents) and pressing RETURN.
6142 If you have multiple folder collections defined (see the Help text for
6143 the FOLDER LIST screen to learn more about Collections), you may need
6144 to press Return to expand the collection and display all of the
6145 folders in it.
6148 &lt;End of help on this topic&gt;
6149 </BODY>
6150 </HTML>
6151 ======= h_main_addrbook =======
6152 <HTML>
6153 <HEAD>
6154 <TITLE>Address Book Command</TITLE>
6155 </HEAD>
6156 <BODY>
6157 <H1>Address Book Command</H1>
6159 This command, available only from the MAIN MENU, takes you
6160 to the ADDRESS BOOK management screen.  From here, your personal address
6161 book(s) may be updated.
6164 &lt;End of help on this topic&gt;
6165 </BODY>
6166 </HTML>
6167 ======= h_main_setup =======
6168 <HTML>
6169 <HEAD>
6170 <TITLE>Setup Command</TITLE>
6171 </HEAD>
6172 <BODY>
6173 <H1>Setup Command</H1>
6175 The Setup command, available only from the MAIN MENU, prompts you for
6176 one of several configuration screens, including the SETUP CONFIGURATION 
6177 screen, by which you may activate optional Alpine features.
6180 &lt;End of help on this topic&gt;
6181 </BODY>
6182 </HTML>
6183 ======= h_main_release_notes =======
6184 <HTML>
6185 <HEAD>
6186 <TITLE>Release Notes Command</TITLE>
6187 </HEAD>
6188 <BODY>
6189 <H1>Release Notes Command</H1>
6191 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6192 as well as pointers to further information such as history and legal notes.
6195 &lt;End of help on this topic&gt;
6196 </BODY>
6197 </HTML>
6198 ======= h_main_kblock =======
6199 <HTML>
6200 <HEAD>
6201 <TITLE>Keyboard Lock Command</TITLE>
6202 </HEAD>
6203 <BODY>
6204 <H1>Keyboard Lock Command</H1>
6206 This command allows your Alpine session to be protected
6207 during a temporary absence from your terminal.
6210 &lt;End of help on this topic&gt;
6211 </BODY>
6212 </HTML>
6213 ======= h_main_journal =======
6214 <HTML>
6215 <HEAD>
6216 <TITLE>Journal Command</TITLE>
6217 </HEAD>
6218 <BODY>
6219 <H1>Journal Command</H1>
6221 This command displays a list of all the status messages Alpine has
6222 displayed (on the third line from the bottom of the screen). This may
6223 be useful if a message disappeared before you had a chance to read it.
6226 &lt;End of help on this topic&gt;
6227 </BODY>
6228 </HTML>
6229 ======= h_common_role =======
6230 <HTML>
6231 <HEAD>
6232 <TITLE>Role Command</TITLE>
6233 </HEAD>
6234 <BODY>
6235 <H1>Role Command</H1>
6237 The Role command is similar to the Compose command except that it starts
6238 off by letting you select a <A HREF="h_rules_roles">role</A>
6239 to be used for the composition.
6240 You may set up alternate roles by using Setup/Rules/Roles.
6243 &lt;End of help on this topic&gt;
6244 </BODY>
6245 </HTML>
6246 ======= h_common_conditional_cmds =======
6247 <HTML>
6248 <HEAD>
6249 <TITLE>Conditional Commands</TITLE>
6250 </HEAD>
6251 <BODY>
6252 <H1>Conditional Commands</H1>
6254 The presence or absence of certain commands, particularly in the
6255 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6256 whether or not specific features are set in your Alpine configuration.  
6257 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6258 Alpine's MAIN MENU.)  To see if a desired command's availability is
6259 conditioned on a feature setting, see the command's help text (highlight
6260 the phrase associated with the command and hit Return).
6263 Also note that some
6264 commands may be administratively disabled by your system manager;
6265 if they don't work, please check with your local help desk.
6268 <UL>   
6269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6270 </UL><P>
6271 &lt;End of help on this topic&gt;
6272 </BODY>
6273 </HTML>
6274 ======= h_common_pipe =======
6275 <HTML>
6276 <HEAD>
6277 <TITLE>Pipe Command</TITLE>
6278 </HEAD>
6279 <BODY>
6280 <H1>Pipe Command</H1>
6282 Pipe
6283 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6284 allows you to send a message to a specified Unix command for external
6285 processing.
6286 This command's availability is controlled by the
6287 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6288 feature.
6289 By default, the processed text of the message is sent to the command
6290 you specify and the output is captured by Alpine and shown to you.
6291 When you run the pipe command, there are some sub-commands which may be
6292 used to alter this behavior.
6293 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6296 &lt;End of help on this topic&gt;
6297 </BODY>
6298 </HTML>
6299 ======= h_common_goto =======
6300 <HTML>
6301 <HEAD>
6302 <TITLE>Goto Command</TITLE>
6303 </HEAD>
6304 <BODY>
6305 <H1>Goto Command</H1>
6307 Goto
6308 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6309 is the command that lets you bypass Alpine's folder selection screens
6310 and jump directly to a new folder.  You can select any folder in the
6311 world: one in your current collection, one in a different collection or
6312 one in a collection you've never even used before.
6315 Alpine will help you as much as possible to narrow in on the folder you want.
6316 However, if the folder is outside of your defined collections, you are
6317 going to have to enter the exact folder location using the correct
6318 <A HREF="h_valid_folder_names">syntax</A>
6319 for a remote folder and/or fully-qualified path name.
6322 &lt;End of help on this topic&gt;
6323 </BODY>
6324 </HTML>
6325 ======= h_common_nextnew =======
6326 <HTML>
6327 <HEAD>
6328 <TITLE>NextNew Command</TITLE>
6329 </HEAD>
6330 <BODY>
6331 <H1>NextNew Command</H1>
6333 When you press the TAB key, Alpine advances to the next
6334 &quot;interesting&quot; message.
6335 This will be the next message you have not seen before, or the next message
6336 you have flagged Important, whichever comes first.
6337 Unread messages that have been deleted are not considered interesting.
6338 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6339 articles after you have read them if you want to remove them from future
6340 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6341 more information.)
6344 The NextNew command is affected by the feature
6345 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6346 which causes Alpine to only consider Unread messages interesting, not messages
6347 flagged Important.
6350 This command behaves a little differently when it finds there are no more
6351 interesting messages left in the current folder.
6352 If the current folder is one of your Incoming Message Folders
6353 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6354 or it is a newsgroup, then Alpine will try to find the next folder or
6355 newsgroup that contains <EM>Recent</EM> messages and will ask you
6356 if you want to open that folder.
6357 This behavior may be modified by using the
6358 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6359 feature that causes Alpine to look for Unseen messages instead of Recent
6360 messages.
6361 The NextNew command's behavior is also affected by the configuration features
6362 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6364 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6367 &lt;End of help on this topic&gt;
6368 </BODY>
6369 </HTML>
6370 ======= h_common_jump =======
6371 <HTML>
6372 <HEAD>
6373 <TITLE>Jump Command</TITLE>
6374 </HEAD>
6375 <BODY>
6376 <H1>Jump Command</H1>
6378 This is Alpine's way of allowing you to go straight to a specific message.
6379 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6380 configured such that typing in any number automatically jumps you to that
6381 message 
6382 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6383 in the SETUP CONFIGURATION).
6386 &lt;End of help on this topic&gt;
6387 </BODY>
6388 </HTML>
6389 ======= h_common_flag =======
6390 <HTML>
6391 <HEAD>
6392 <TITLE>Flag Command</TITLE>
6393 </HEAD>
6394 <BODY>
6395 <H1>Flag Command</H1>
6397 Flag
6398 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6399 is the command that allows users to manipulate the status flags that
6400 appear on the left side of the MESSAGE INDEX screen.  The most common
6401 use of this is to mark a message as important. This is something of a
6402 note to yourself to get back to that message.  You may also use the
6403 flag command to set (or unset) the flags that indicate that a message
6404 is new, answered, deleted, or forwarded.<P>
6406 Provided the mail server supports it,
6407 you may also manipulate user-defined keywords
6408 for a message using the flag command.
6409 These keywords will be available if you use the Flag Details screen that you
6410 can get to after typing the
6411 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6412 command.
6413 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6414 which are always present.
6415 You may add new keywords by using the Add KW command from the Flag Details screen
6416 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6418 The availability of the flag command is determined by the
6419 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6420 feature in your Alpine configuration. Also, it is possible that Flag could be
6421 administratively disabled by your system manager; if it doesn't work,
6422 please check with your local help desk before reporting a bug.
6423 The behavior of the flag command may be modified by the
6424 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6425 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6428 &lt;End of help on this topic&gt;
6429 </BODY>
6430 </HTML>
6431 ======= h_common_hdrmode =======
6432 <HTML>
6433 <HEAD>
6434 <TITLE>HdrMode Command</TITLE>
6435 </HEAD>
6436 <BODY>
6437 <H1>HdrMode Command</H1>
6439 Every email message comes with some header lines that you normally
6440 don't see (and don't want to see).
6441 These include anywhere from 3-20 lines (or more) added by the
6442 Internet mail transport system to record the route your message took,
6443 for diagnostic purposes.
6444 These are normally of no import and simply
6445 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6446 This also includes other non-standard headers the message may contain.
6447 If you want to see these headers, there is a way to reveal them.
6450 The Header Mode
6451 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6452 command is a toggle that controls Alpine's handling of these header
6453 lines.  Normally, full headers is &quot;off&quot; and you only see a
6454 few lines about who a message is to and who it is from.  When you
6455 press
6456 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6457 to turn full headers on, Alpine will show you
6458 the normal header lines as well as delivery headers, comment headers,
6459 MIME headers, and any other headers present.
6462 Several different Alpine commands honor the header mode -- it affects how
6463 messages are displayed, how they appear in forward and reply email, how
6464 they are printed, how they are saved, and how they are exported.
6465 <!--chtml if pinemode="os_windows"-->
6466 <!--chtml else--> 
6467 The pipe command is also affected.
6468 <!--chtml endif-->
6471 The presence or absence of the Header Mode command is determined by the
6472 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6473 Feature-List option in your Alpine configuration.
6476 If you have also turned on the
6477 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6478 option then the HdrMode command actually rotates through three states
6479 instead of just two.
6480 The first is the normal view with long quotes suppressed.
6481 The second is the normal view but with the long quotes included.
6482 The last enables the display of all headers in the message.
6483 When using Export, Pipe, Print, Forward, or Reply the quotes are
6484 never suppressed, so the first two states are identical.
6487 The behavior of the Header Mode command may be altered slightly by
6488 turning on the
6489 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6490 Feature-List option in your Alpine configuration.
6491 In particular, it will cause the Header Mode to be persistent when moving
6492 from message to message instead of resetting to the default for each message.
6495 <UL>   
6496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6497 </UL><P>
6498 &lt;End of help on this topic&gt;
6499 </BODY>
6500 </HTML>
6501 ======= h_common_print =======
6502 <HTML>
6503 <HEAD>
6504 <TITLE>Print Command</TITLE>
6505 </HEAD>
6506 <BODY>
6507 <H1>Print Command</H1>
6509 The Print
6510 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6511 command allows you to print a copy of a message.
6512 There are many SETUP CONFIGURATION features that affect the
6513 Print command, including
6514 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6515 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6516 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6517 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6518 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6519 You set up for printing by using the Printer option of the Setup command
6520 on the MAIN MENU.
6524 &lt;End of help on this topic&gt;
6525 </BODY>
6526 </HTML>
6527 ======= h_common_take =======
6528 <HTML>
6529 <HEAD>
6530 <TITLE>TakeAddr Command</TITLE>
6531 </HEAD>
6532 <BODY>
6533 <H1>TakeAddr Command</H1>
6536 With the Take Address
6537 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6538 command, you can extract email addresses from an
6539 incoming message and save them in an address book.  This is an easy way
6540 to add to your address book and avoid having to remember the email
6541 addresses of the people who write to you.
6544 If the message is just to you individually, then you will only need to
6545 provide a nickname.  If the message contains more than one email address,
6546 then you will see an address
6547 selection screen that lets you choose the address you want to save into
6548 your address book, or lets you choose several of them add to a
6549 personal distribution list.
6552 Once you've added an entry to your address book, you can use it from the
6553 message composer by typing the nickname of the entry into one of the
6554 header fields (for example, into the To: field), or you can use ^T from
6555 the header field to select the entry from your address book.
6558 If the configuration feature
6559 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6560 is set, the behavior of the Take command is altered slightly.
6563 &lt;End of help on this topic&gt;
6564 </BODY>
6565 </HTML>
6566 ======= h_ge_import =======
6567 <HTML>
6568 <HEAD>
6569 <TITLE>Import File Selection</TITLE>
6570 </HEAD>
6571 <BODY>
6572 <H1>Import File Selection</H1>
6574 You are importing a file that you previously
6575 exported from Alpine.
6576 You are now being asked for the name of that file.
6577 The easiest way to select a file is probably with the &quot;^T&quot;
6578 &quot;To Files&quot; command.
6579 Alternatively, you may type in a file name.
6580 It may be an absolute pathname.
6581 Otherwise, it is a file located in your home directory
6582 or current working directory
6583 <!--chtml if pinemode="running"-->
6584 (which, at least for your current Alpine &quot;session,&quot; 
6585 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6586 <!--chtml endif-->, depending on the
6587 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6588 In any case, you finish by typing a carriage return to accept the
6589 file name that is displayed.
6590 When the feature
6591 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6592 is turned on you may use TAB to complete partially typed in names.
6594 You may cancel the import operation by typing &quot;^C&quot; after exiting
6595 this help.
6597 &lt;End of help on this topic&gt;
6598 </BODY>
6599 </HTML>
6600 ======= h_ge_allparts =======
6601 <HTML>
6602 <HEAD>
6603 <TITLE>Export Message File Selection</TITLE>
6604 </HEAD>
6605 <BODY>
6606 <H1>Export Message File Selection</H1>
6608 You are Exporting a message from an Alpine mail folder
6609 to a plain text file.
6610 You also have the option of exporting all of the attachments associated
6611 with the message.
6612 You are now being asked for the name of the file to export <EM>to</EM>.
6613 The easiest way to select a file is probably with the &quot;^T&quot;
6614 &quot;To Files&quot; subcommand.
6615 After returning from that subcommand you will still be allowed to
6616 edit the name you have selected.
6617 Alternatively, you may type in a file name.
6618 It may be an absolute pathname.
6619 Otherwise, it is a file located in your home directory
6620 or current working directory
6621 <!--chtml if pinemode="running"-->
6622 (which, at least for your current Alpine &quot;session,&quot; 
6623 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6624 <!--chtml endif-->, depending on the
6625 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6626 In any case, you finish by typing a carriage return to accept the
6627 file name that is displayed.
6628 When the feature
6629 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6630 is turned on you may use TAB to complete partially typed in names.
6632 The message you are exporting appears to have some attachments.
6633 If you wish to save <EM>all</EM> of the attachments at once,
6634 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6635 saving of the attachments.
6636 You may turn it back off by typing &quot;^P&quot; again, which will now
6637 be labeled &quot;NoAllParts&quot; instead.
6638 If you want to save the parts the command displayed should be
6639 &quot;NoAllParts&quot;!
6640 When you choose to save attachments like this, the attachments will be saved
6641 in a newly created directory.
6642 That directory will have the same name as the file name you choose here,
6643 with the letters &quot;.d&quot; appended.
6644 If that directory already exists, then the letters &quot;.d_1&quot; will
6645 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6646 is found.
6647 For example, if you select the file name
6649 <CENTER><SAMP>filename</SAMP></CENTER>
6651 to export the message to, then the directory used for the attachments will be
6653 <CENTER><SAMP>filename.d</SAMP></CENTER>
6655 or perhaps
6657 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6659 The attachments will then be put into files inside that directory.
6660 The names for the attachment files will be derived from the attachments
6661 if possible.
6662 This is done in the same way as the default values are derived if you
6663 save them one at a time.
6664 (The &quot;filename&quot; parameter from the Content-Disposition header
6665 is the first choice. If that doesn't exist, the &quot;name&quot;
6666 parameter from the Content-Type header is used.)
6667 If a name for a particular attachment is not available, then the
6668 part number of the attachment is used, with the characters &quot;part_&quot;
6669 prepended.
6670 An example of that would be
6672 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6674 If you want to save only some of the attachments or if you want more control
6675 over the directory and filename where an attachment is saved you may
6676 cancel out of this command and View the attachment list.
6677 From there you can save each attachment individually.
6679 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6680 this help.
6682 &lt;End of help on this topic&gt;
6683 </BODY>
6684 </HTML>
6685 ======= h_ge_export =======
6686 <HTML>
6687 <HEAD>
6688 <TITLE>Export File Selection</TITLE>
6689 </HEAD>
6690 <BODY>
6691 <H1>Export File Selection</H1>
6693 You are Exporting or Saving something from within the Alpine world
6694 (a message, an attachment, etc.)
6695 to a plain text file.
6696 You are now being asked for the name of the file to export <EM>to</EM>.
6697 The easiest way to select a file is probably with the &quot;^T&quot;
6698 &quot;To Files&quot; subcommand.
6699 After returning from that subcommand you will still be allowed to
6700 edit the name you have selected.
6701 Alternatively, you may type in a file name.
6702 It may be an absolute pathname.
6703 Otherwise, it is a file located in your home directory
6704 or current working directory
6705 <!--chtml if pinemode="running"-->
6706 (which, at least for your current Alpine &quot;session,&quot; 
6707 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6708 <!--chtml endif-->, depending on the
6709 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6710 In any case, you finish by typing a carriage return to accept the
6711 file name that is displayed.
6712 When the feature
6713 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6714 is turned on you may use TAB to complete partially typed in names.
6716 If the object you are exporting is a message with some attachments,
6717 you may wish to save all of the attachments by typing the &quot;^P&quot;
6718 &quot;AllParts&quot; command to turn on saving of the attachments.
6719 This subcommand will only be visible if the message actually has attachments.
6720 You may also View the attachment list and save individual attachments from
6721 there.
6723 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6724 this help.
6726 &lt;End of help on this topic&gt;
6727 </BODY>
6728 </HTML>
6729 ======= h_common_save =======
6730 <HTML>
6731 <HEAD>
6732 <TITLE>Save and Export Commands</TITLE>
6733 </HEAD>
6734 <BODY>
6735 <H1>Save and Export Commands</H1>
6737 Save
6738 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6739 and Export
6740 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6741 are the two alternatives Alpine gives you to keep a copy of the message
6742 you are reading. If you want to keep the message within Alpine's email
6743 world, use &quot;Save&quot;; if you want to use the message in another
6744 program, use &quot;Export&quot;.
6747 When you Save a message, it is put into an existing folder or into a new
6748 folder in one of your existing folder collections.  The message stays in
6749 email format and can be read by Alpine again.  Alpine may use a special format
6750 for its mail folders -- never edit an Alpine folder by hand or with any
6751 program other than Alpine.  The exact behavior of the Save command can be
6752 configured with the
6753 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6754 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6755 and 
6756 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6757 feature list settings.
6758 The name of the folder offered as a default is controlled by the option
6759 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6762 When you use Export, the message is placed in a plain text file in your
6763 home directory 
6764 <!--chtml if pinemode="running"-->
6765 (which, in the present configuration of your system, is
6766  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6767 <!--chtml endif-->
6768 or current working directory
6769 <!--chtml if pinemode="running"-->
6770 (which, at least for your current Alpine &quot;session,&quot; 
6771 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6772 <!--chtml endif-->, depending on the
6773 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6774 configuration setting.  In the normal case, only minimal
6775 headers are exported with the message; however, if the full header mode 
6776 (whose availability may be disabled  by setting the feature 
6777 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6778 in SETUP CONFIGURATION) is
6779 toggled on, then complete headers are exported along with the message
6780 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6781 defined, they may affect the contents of the exported file.)
6784 &lt;End of help on this topic&gt;
6785 </BODY>
6786 </HTML>
6787 ======= h_common_bounce =======
6788 <HTML>
6789 <HEAD>
6790 <TITLE>Bounce Command</TITLE>
6791 </HEAD>
6792 <BODY>
6793 <H1>Bounce Command</H1>
6795 The Bounce 
6796 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6797 command allows you to re-send, or &quot;remail&quot;, a
6798 message, as if you were never in the loop.  It is analogous to crossing
6799 out your address on a postal letter, writing a different address on the
6800 envelope, and putting it into the mailbox. Bounce is used primarily to
6801 redirect email that was sent to you in error.
6802 Also, some owners of email
6803 lists need the bounce command to handle list traffic.
6804 Bounce is not anonymous.
6805 A ReSent-From header is added to the message so that the recipient may
6806 tell that you Bounced it to them.
6809 The presence or absence of the Bounce command is determined by the
6810 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6811 feature in your Alpine configuration.
6812 The feature
6813 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6814 affects the behavior of the Bounce command.
6815 Also, it is possible that Bounce could be
6816 administratively disabled by your system manager; if it doesn't work,
6817 please check with your local help desk before reporting a bug.
6820 &lt;End of help on this topic&gt;
6821 </BODY>
6822 </HTML>
6823 ======= h_common_reply =======
6824 <HTML>
6825 <HEAD>
6826 <TITLE>Reply and Forward Commands</TITLE>
6827 </HEAD>
6828 <BODY>
6830 <H1>Reply and Forward Commands</H1>
6832 Replying 
6833 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6834 and Forwarding 
6835 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6836 are your two alternatives for following up on the
6837 message you are reading.  You would use reply if you want to get email
6838 back to the author of the message and/or the other people who have
6839 already seen it.  You use forward if you want somebody new to see the
6840 message.
6843 In the normal case, the only thing that you must supply when forwarding a
6844 message is the name/email address of the new recipient.
6845 Alpine will include the text of the forwarded message.
6846 Alpine will also include any attachments to the message.
6847 There is space above the forwarded text for you to include additional comments.
6850 When replying, you usually have to answer some questions.
6851 If the message is to multiple people and/or specified with a Reply-To: header,
6852 then you will have to decide who should get the reply.
6853 You also need to decide whether or not to include the previous
6854 message in your reply.
6855 Some of this is configurable.
6856 Specifically, see the
6857 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6858 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6859 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6861 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6862 configuration features.
6865 Both the Reply and Forward commands react to the full header mode toggle.
6866 If the full header mode is on, then all the header and delivery lines are
6867 included with the text of the message in your reply/forward.
6870 Other configuration features that affect the Reply command are
6871 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6872 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6873 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6876 &lt;End of help on this topic&gt;
6877 </BODY>
6878 </HTML>
6879 ======= h_common_delete =======
6880 <HTML>
6881 <HEAD>
6882 <TITLE>Delete and Undelete Commands</TITLE>
6883 </HEAD>
6884 <BODY>
6885 <H1>Delete and Undelete Commands</H1>
6887 Delete 
6888 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6889 and Undelete 
6890 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6891 allow you to change the Deleted flag for the current message.
6892 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6893 removes the mark.
6894 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6895 at the left hand edge of the index line.
6896 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6897 in the upper right hand corner of the screen.
6898 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6899 get rid of the message.
6900 The eXpunge command (available from the MESSAGE INDEX screen) actually
6901 removes all of the deleted messages in a folder.
6902 Once a message is eXpunged, it can't be retrieved.
6905 The Delete command is affected by the setting of the configuration feature
6906 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6909 &lt;End of help on this topic&gt;
6910 </BODY>
6911 </HTML>
6912 ======= h_common_postpone =======
6913 <HTML>
6914 <HEAD>
6915 <TITLE>Postpone Command</TITLE>
6916 </HEAD>
6917 <BODY>
6918 <H1>Postpone Command</H1>
6920 The postpone
6921 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6922 command allows you to temporarily stop working on the current
6923 message so you may read
6924 other messages or compose another message.  When you want to resume a
6925 message later, start to compose and answer &quot;yes&quot; to the
6926 &quot;Continue postponed composition?&quot; question.  You may
6927 postpone as many messages as you like.
6930 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6931 in the Setup/Config screen, then the Postpone command will prompt you for
6932 the folder in which to store your outgoing message.
6935 &lt;End of help on this topic&gt;
6936 </BODY>
6937 </HTML>
6938 ======= h_compose_cancel =======
6939 <HTML>
6940 <HEAD>
6941 <TITLE>Cancel Command</TITLE>
6942 </HEAD>
6943 <BODY>
6944 <H1>Cancel Command</H1>
6946 Cancel
6947 <!--chtml if pinemode="function_key"-->
6948 (F2)
6949 <!--chtml else-->
6950 (^C) 
6951 <!--chtml endif-->
6953 The Cancel command returns you to Alpine's normal mail processing and
6954 causes the message currently under composition to be thrown out.
6955 The message text <EM>will be lost</EM>.
6958 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
6959 will be preserved in the file named
6960 <!--chtml if pinemode="os_windows"-->
6961 &quot;DEADLETR&quot;.
6962 <!--chtml else-->
6963 &quot;dead.letter&quot; in your home directory.
6964 <!--chtml endif-->
6965 If you unintentionally cancel a message, look there for its text.
6968 &lt;End of help on this topic&gt;
6969 </BODY>
6970 </HTML>
6971 ======= h_compose_addrcomplete =======
6972 <HTML>
6973 <HEAD>
6974 <TITLE>Address Completion</TITLE>
6975 </HEAD>
6976 <BODY>
6977 <H1>Address Completion</H1>
6979 When entering addresses in the address fields of the composer (To, Cc, etc.)
6980 the TAB key may be used to help complete the address.
6981 Type a partial nickname and tap the TAB key to complete the typing.
6982 The unambiguous part of the name will be filled in automatically.
6983 Typing TAB twice in succession will bring up a selection list of possibilities,
6984 making it easy to find and choose the correct address.
6987 The matching algorithm is rather ad hoc.
6988 The search starts with a search of your address book.
6989 It counts as a match if the nickname, address, or fullname field of an
6990 entry begins with the text typed in so far. It is also a match if
6991 a later word in the fullname (for example, the middle name or last name)
6992 begins with the entered text.
6994 Next comes an LDAP search.
6995 The search will happen for any servers that have the
6996 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6997 feature set. You can set or unset the feature for each server independently
6998 in the Setup/Directory screen.
7000 Finally, if you are replying to or forwarding a message, that message is
7001 searched for likely candidate addresses that match the typed-in text.
7004 &lt;End of help on this topic&gt;
7005 </BODY>
7006 </HTML>
7007 ======= h_compose_richhdr =======
7008 <HTML>
7009 <HEAD>
7010 <TITLE>Rich Header Command</TITLE>
7011 </HEAD>
7012 <BODY>
7013 <H1>Rich Header Command</H1>
7015 The Rich Header command allows you to toggle between the list of 
7016 all message headers available for editing and those that are most
7017 common.
7020 Use this toggle to expose headers that are not normally visible by
7021 default.
7022 This set usually includes the
7023 &quot;Bcc:&quot;,
7024 &quot;Fcc:&quot;,
7025 &quot;Lcc:&quot;,
7026 and &quot;Newsgroups&quot;
7027 headers.
7028 If you are posting to a newsgroup the set of defaults is a little different.
7029 Obviously, in that case, the Newsgroups header is of interest so is not
7030 hidden.
7031 For news posting the hidden set includes the
7032 &quot;To:&quot;,
7033 &quot;Cc:&quot;,
7034 &quot;Bcc:&quot;,
7035 &quot;Fcc:&quot;,
7036 and &quot;Lcc:&quot;
7037 headers.
7038 You won't normally want to edit these, which is why they are hidden,
7039 but it is sometimes useful to be able to set them manually.
7042 The default sets of headers listed above can be altered.
7043 Any header that you have added to the
7044 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7045 option, but not to the
7046 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7047 option will appear when you use the Rich Headers command to
7048 make the Rich Headers visible.
7049 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7050 even without toggling the Rich Headers command.)
7053 &lt;End of help on this topic&gt;
7054 </BODY>
7055 </HTML>
7056 ======= h_compose_send =======
7057 <HTML>
7058 <HEAD>
7059 <TITLE>Send Command</TITLE>
7060 </HEAD>
7061 <BODY>
7062 <H1>Send Command</H1>
7064 The Send command
7065 <!--chtml if pinemode="function_key"-->
7066 (F3)
7067 <!--chtml else-->
7068 (^X) 
7069 <!--chtml endif-->
7070 tells Alpine you are finished composing.
7071 Before actually sending it, though, Alpine will ask you to confirm 
7072 your intention, and, at the same time, redisplayed the message text
7073 with the recipients at the top of the screen to give you the opportunity
7074 to review and verify that the message is addressed to the people
7075 you intended.
7077 If the feature
7078 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7079 then this confirmation prompt and any options it allows are skipped.
7082 This confirmation prompt may also offer, depending
7083 on your particular Setup/Config, options allowing you to set
7084 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7085 include attachments in the &quot;Fcc&quot; (if you had previously
7086 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7087 observe details of the
7088 <A HREF="h_config_verbose_post">message submission process</A>,
7089 choose the filter through which the
7090 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7091 or turn of flowed text generation.
7094 &lt;End of help on this topic&gt;
7095 </BODY>
7096 </HTML>
7097 ======= h_compose_markcutpaste =======
7098 <HTML>
7099 <HEAD>
7100 <TITLE>Mark, Cut and Paste Commands</TITLE>
7101 </HEAD>
7102 <BODY>
7103 <H1>Mark, Cut and Paste Commands</H1>
7105 You can define a &quot;block&quot; of text, which can subsequently
7106  be deleted or
7107 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7108 then moving the cursor to the end of the desired text block.  You can then
7109 &quot;cut&quot; the block out 
7110 <!--chtml if pinemode="function_key"-->
7111 &quot;F9&quot;,
7112 <!--chtml else-->
7113 &quot;Ctrl-K&quot;,
7114 <!--chtml endif-->
7115 move the cursor, and &quot;paste&quot; it
7116 <!--chtml if pinemode="function_key"-->
7117 &quot;F10&quot;,
7118 <!--chtml else-->
7119 &quot;Ctrl-U&quot;,
7120 <!--chtml endif-->
7121 in the new location.  Also, you can paste more than once, allowing you
7122 to use this feature to copy a block of text.<P>
7124 If you press 
7125 <!--chtml if pinemode="function_key"-->
7126 &quot;F9&quot;
7127 <!--chtml else-->
7128 &quot;^K&quot;
7129 <!--chtml endif-->
7130 without having marked anything, Alpine will delete
7131 a single line.  If you delete a group of lines together, Alpine keeps them
7132 in the same buffer, so 
7133 <!--chtml if pinemode="function_key"-->
7135 <!--chtml else-->
7137 <!--chtml endif-->
7138 will restore them as a block.  About
7139 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7140 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7141 &quot;type the character ^&quot;.
7144 &lt;End of help on this topic&gt;
7145 </BODY>
7146 </HTML>
7147 ======= h_compose_justify =======
7148 <HTML>
7149 <HEAD>
7150 <TITLE>Justify Command</TITLE>
7151 </HEAD>
7152 <BODY>
7153 <H1>Justify Command</H1>
7155 The Justify
7156 <!--chtml if pinemode="function_key"-->
7157 (F4)
7158 <!--chtml else-->
7159 (^J) 
7160 <!--chtml endif-->
7161 command reformats the text in the paragraph the cursor is in.
7162 Paragraphs are separated by one blank line or a line beginning with a space.
7163 This is useful when you have been editing a paragraph and the lines become
7164 uneven.  The text is left aligned or justified and the right is ragged.  If
7165 the text is already justified as typed with auto-wrap, no justification will
7166 be done.
7169 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7170 block of text, the Justify command is modified.
7171 Instead of automatically justifying the current paragraph you will be
7172 asked if you want to justify the paragraph, justify the selected region,
7173 or adjust the quote level of the selected region.
7174 Adjusting the quote level only works if you are using standard
7175 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7176 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7179 When composing a reply containing included text, the justify command
7180 will reformat text to the right of the 
7181 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7182 adding or removing indented lines as needed.  Paragraphs are separated
7183 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7184 line containing the indent string and one or more blank spaces.
7185 Included text that was previously indented (or &quot;quoted&quot;) is
7186 not preserved.
7189 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7190 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7191 use the standard
7192 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7195 &lt;End of help on this topic&gt;
7196 </BODY>
7197 </HTML>
7198 ======= h_compose_spell =======
7199 <HTML>
7200 <HEAD>
7201 <TITLE>Spell Check Command</TITLE>
7202 </HEAD>
7203 <BODY>
7204 <H1>Spell Check Command</H1>
7206 The &quot;To Spell&quot;
7207 <!--chtml if pinemode="function_key"-->
7208 (F12)
7209 <!--chtml else-->
7210 (^T) 
7211 <!--chtml endif-->
7212 command calls an external spell checking program to look over the
7213 message you are composing.  By default, Alpine uses
7215 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7217 if it knows where to find &quot;aspell&quot;.
7218 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7219 then the command used is
7221 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7223 Otherwise, the ancient &quot;spell&quot; command is used.
7225 For PC-Alpine, you must install the aspell library code that you
7226 may get from
7227 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7230 &lt;End of help on this topic&gt;
7231 </BODY>
7232 </HTML>
7233 ======= h_compose_alted =======
7234 <HTML>
7235 <HEAD>
7236 <TITLE>Alt Editor Command</TITLE>
7237 </HEAD>
7238 <BODY>
7239 <H1>Alt Editor Command</H1>
7241 The &quot;Alt Editor&quot; command's availability depends on the
7242 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7245 When the variable specifies a valid editor on your system, this
7246 command will launch it with the current text of your message
7247 already filled in.
7250 &lt;End of help on this topic&gt;
7251 </BODY>
7252 </HTML>
7253 ======= h_compose_readfile =======
7254 <HTML>
7255 <HEAD>
7256 <TITLE>Read File Command</TITLE>
7257 </HEAD>
7258 <BODY>
7259 <H1>Read File Command</H1>
7261 The &quot;Read File&quot;
7262 <!--chtml if pinemode="function_key"-->
7263 (F5)
7264 <!--chtml else-->
7265 (^R) 
7266 <!--chtml endif-->
7267 command allows you to copy in text from an existing file. You will be
7268 prompted for the name of a file to be inserted into the message.  The file
7269 name is relative to your home directory 
7270 <!--chtml if pinemode="running"-->
7271 (which, in the present configuration of your system, is
7272  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7273 <!--chtml endif-->
7274 or current working directory
7275 <!--chtml if pinemode="running"-->
7276 (which, at least for your current Alpine &quot;session,&quot; 
7277 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7278 <!--chtml endif-->, depending on the
7279 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7280 configuration setting; or, the file name must be specified as a full path name 
7281 <!--chtml if pinemode="os_windows"-->
7282 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7283 <!--chtml else-->
7284 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7285 <!--chtml endif-->
7286 (without the quotation marks).
7289 The file will be inserted where the cursor is located.  <B>The
7290 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7291 Unix machine but have files on a PC or Mac, the files must be transferred
7292 to the system Alpine is running on before they can be read.  Please ask your
7293 local computer support people about the correct way to transfer a file to 
7294 your Alpine system.
7297 &lt;End of help on this topic&gt;
7298 </BODY>
7299 </HTML>
7300 ======= h_config_tray_icon =======
7301 <HTML>
7302 <HEAD>
7303 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7304 </HEAD>
7305 <BODY>
7306 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7308 PC-Alpine only.
7310 This option restores a behavior of previous versions of PC-Alpine.
7311 These
7312 versions, when started, installed a PC-Alpine icon in the notification 
7313 tray of Window's Taskbar.  The primary use of this icon was to indicate
7314 new mail arrival by turning red (while the Taskbar icon remained green).
7315 Additionally, the icon now changes to yellow to signify that a mail folder
7316 has been closed unexpectedly.
7319 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7320 color its Taskbar entry's icon red (as well as the icon in the Window
7321 Title).  This feature is only provided for backwards compatibility.
7324 &lt;End of help on this topic&gt;
7325 </BODY>
7326 </HTML>
7327 ======= h_common_suspend =======
7328 <HTML>
7329 <HEAD>
7330 <TITLE>Suspend Command</TITLE>
7331 </HEAD>
7332 <BODY>
7333 <H1>Suspend Command</H1>
7335 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7336 enabled, you can, at almost any time, temporarily halt your Alpine session,
7337 <!--chtml if pinemode="os_windows"-->
7338 minimizing it into an icon.
7339 <!--chtml else-->
7340 and return to your system prompt.
7341 <!--chtml endif-->
7344 &lt;End of help on this topic&gt;
7345 </BODY>
7346 </HTML>
7347 ======= h_pipe_command =======
7348 <HTML>
7349 <HEAD>
7350 <TITLE>Pipe Command SubOptions</TITLE>
7351 </HEAD>
7352 <BODY>
7353 <H1>Pipe Command SubOptions</H1>
7355 By default, when you use the Pipe command, the processed text of the
7356 message is sent to the Unix command
7357 you specify and the output is captured by Alpine and shown to you.
7358 (This command is available in PC-Alpine, as well, but there aren't many
7359 Windows commands that work well with piping.)
7360 There are some sub-commands that may be used to alter this behavior.
7361 These are toggles that switch the behavior between two possibilities.
7362 They can be combined in any way you wish.
7364 By default, the prompt at the bottom of the screen looks like
7366 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7370 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7372 if you are piping more than one message.
7374 The sub-command options are:
7375 <DL>
7376    <DT>Shown Text or Raw Text</DT>
7377    <DD>This option toggles between sending the shown (processed) text
7378 of the message to the Unix command, and sending the
7379 raw (unprocessed) text of the message to the Unix command.
7380 The default is to send the shown text.
7381 The raw version of the message will contain all of the headers and any
7382 MIME encoding that the message contains.
7383 If you've selected the Raw Text then the prompt will have the additional word
7384 &quot;RAW&quot; in it, like
7386 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7388 You can experiment with this option by piping to something simple like the
7389 Unix &quot;cat&quot; command.
7390    </DD>
7391    <DT>Captured Output or Free Output</DT>
7392    <DD>This option toggles between having Alpine capture the output of
7393 the Unix pipe command for display, and not capturing it.
7394 If the command you are piping to is a filter that will produce output
7395 you want to view, then you want to capture that output
7396 for display (the default).
7397 If the Unix command doesn't produce output or handles the display itself,
7398 then you want free output.
7399 When you've selected the Free Output option the prompt will change to
7401 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7403    </DD>
7404    <DT>No Delimiter or With Delimiter</DT>
7405    <DD>This option controls whether or not a Unix mailbox style delimiter
7406 will come before the text of the message.
7407 This is the delimiter used in the common Unix mailbox format.
7408 It's the single line that begins with the five characters
7409 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7410 You'll usually only want to include this if the Unix command requires
7411 input in the format of a traditional Unix mailbox file.
7412 When you've selected the With Delimiter option the prompt will change to
7414 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7416    </DD>
7417    <DT>To Same Pipe or To Individual Pipes</DT>
7418    <DD>This option only shows up if you are running an aggregate
7419 pipe command.
7420 That is, the command was Apply Pipe, not just Pipe.
7421 You have the option of piping all of the selected messages through a
7422 single pipe to a single instance of the Unix command,
7423 or piping each individual message through a separate pipe to separate
7424 instances of the Unix command.
7425 The default is that all of the output will go through a single pipe
7426 to a single instance of the command.
7427 You can try this option with a command like &quot;less&quot;, with Free
7428 Output enabled.
7429 When you've selected the Individual Pipes option the prompt will change to
7431 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7433    </DD>
7434 </DL>
7437 As mentioned earlier, the options can be combined in any way you wish.
7438 You may leave them all off, turn them all on, or turn some of them on
7439 and some of them off.
7440 If you use the pipe command a second time in the same session the default
7441 options will be what you used the last time.
7444 &lt;End of help on this topic&gt;
7445 </BODY>
7446 </HTML>
7447 ========== h_emptydir_subfolder_name =========
7448 <HTML>
7449 <HEAD>
7450 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7451 </HEAD>
7452 <BODY>
7453 <H1>Enter Subfolder Name</H1>
7455 <P> 
7456 This is the name of a new subfolder in the directory you are creating.
7457 Because empty directories are hidden and therefore not useful, you must also
7458 create a subfolder in the directory you are creating in order that the
7459 directory remains visible.
7461 Alternatively, you may turn off the configuration feature
7462 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7463 so that empty directories remain visible.
7464 If you do that, you will not be required to create the subfolder when you
7465 create a directory.
7468 &lt;End of help on this topic&gt;
7469 </BODY>
7470 </HTML>
7471 ========== h_incoming_add_folder_name =========
7472 <HTML>
7473 <HEAD>
7474 <TITLE>ENTER FOLDER NAME</TITLE>
7475 </HEAD>
7476 <BODY>
7477 <H1>Enter Folder Name</H1>
7479 <P> 
7480 This is the name of the folder on the previously specified server.
7481 By default the folder name is interpreted as defining a section of your personal
7482 folder area.  This area and how you specify it are defined by the
7483 server, if one is specified.
7486 To define a folder outside the default area, prefix
7487 the path with the namespace to use when interpreting the
7488 given path.  If a namespace is specified, the folder name begins with the
7489 sharp (#) character followed by the name of the namespace
7490 and then the namespace's path-element-delimiter.  Aside from the
7491 name's format, namespaces can also imply access rights, content
7492 policy, audience, location, and, occasionally, access methods.
7495 Each server exports its own set (possibly of size one) of 
7496 namespaces.
7497 For a more detailed explanation read about
7498 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7501 To specify the default for INBOX on the server you can usually just enter
7502 &quot;INBOX&quot;, and the server will understand the special meaning of
7503 that word.
7506 &lt;End of help on this topic&gt;
7507 </BODY>
7508 </HTML>
7509 ========== h_incoming_add_folder_host =========
7510 <HTML>
7511 <HEAD>
7512 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7513 </HEAD>
7514 <BODY>
7515 <H1>Enter Incoming Folder Server</H1>
7517 You are being asked for the name of the server for use with this incoming
7518 folder.
7519 If the folder is on the machine where Alpine is running, then just enter
7520 RETURN without typing a server name.
7523 If the folder is on an IMAP server then type the server's name followed
7524 by RETURN.
7525 You may use the ^X command if the server is the same as the server that
7526 the INBOX is on.
7529 You may have to add optional extra information to the server name.
7530 For example, if the IMAP server is using a non-standard port number you
7531 would specify that by appending a colon (:) followed by the port number
7532 to the server name
7535 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7538 or you may need to specify a different protocol if the server is not an
7539 IMAP server. For example:
7542 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7545 for a POP server or
7548 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7551 for an NNTP news server.
7552 For an explanation of all of the possibilities, see
7553 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7554 for folders.
7557 There is a special command (^W) if you want to set up a folder that gets its
7558 mail from a
7559 <A HREF="h_maildrop">Mail Drop</A>.
7560 If you type that command, you will be prompted for the information for
7561 both the Mail Drop folder and the destination folder.
7564 &lt;End of help on this topic&gt;
7565 </BODY>
7566 </HTML>
7567 ========== h_incoming_add_inbox =========
7568 <HTML>
7569 <HEAD>
7570 <TITLE>ENTER INBOX SERVER</TITLE>
7571 </HEAD>
7572 <BODY>
7573 <H1>Enter INBOX Server</H1>
7575 You are being asked for the name of the server for use with
7576 the INBOX folder.
7577 Type the server's name followed by RETURN.
7580 You may have to add optional extra information to the server name.
7581 For example, if the server is using a non-standard port number you
7582 would specify that by appending a colon (:) followed by the port number
7583 to the server name
7586 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7589 or you may need to specify a different protocol if the server is not an
7590 IMAP server. For example:
7593 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7596 for a POP server.
7599 For an explanation of all of the possibilities, see
7600 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7601 for folders.
7604 If the INBOX folder is on the machine where Alpine is running, then just enter
7605 RETURN without typing a server name.
7608 There is a special command (^W) if you want to set up a folder that gets its
7609 mail from a
7610 <A HREF="h_maildrop">Mail Drop</A>.
7611 If you type that command, you will be prompted for the information for
7612 both the Mail Drop folder and the destination folder, which will be used
7613 as your INBOX folder.
7616 &lt;End of help on this topic&gt;
7617 </BODY>
7618 </HTML>
7619 ========== h_incoming_add_maildrop_destn =========
7620 <HTML>
7621 <HEAD>
7622 <TITLE>ENTER DESTINATION SERVER</TITLE>
7623 </HEAD>
7624 <BODY>
7625 <H1>Enter Destination Server</H1>
7627 You are being asked for the name of the server where the destination
7628 folder is for use with this Mail Drop incoming folder.
7629 That is, you are using a Mail Drop for this incoming folder and
7630 you've already entered
7631 the server and folder name for the Mail Drop.
7632 Now you need to enter the server for the destination folder
7633 where the mail should be copied to.
7634 Mail will come from the Mail Drop and be copied to the destination folder.
7637 Type the server's name followed by RETURN.
7638 If the folder is local to this computer, just type RETURN without entering
7639 a server name.
7642 You may have to add optional extra information to the server name.
7643 For example, if the server is using a non-standard port number you
7644 would specify that by appending a colon (:) followed by the port number
7645 to the server name
7648 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7651 For an explanation of all of the possibilities, see
7652 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7653 for folders.
7656 &lt;End of help on this topic&gt;
7657 </BODY>
7658 </HTML>
7659 ========== h_inbox_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 your Mail Drop INBOX.
7669 That is, you are using a Mail Drop for your INBOX and you've already entered
7670 the server and folder name for the Mail Drop.
7671 Now you need to enter the server for the destination folder
7672 where the mail should be copied to.
7673 Mail will come from the Mail Drop and be copied to the destination folder.
7676 Type the server's name followed by RETURN.
7677 If the folder is local to this computer, just type RETURN without entering
7678 a server name.
7681 You may have to add optional extra information to the server name.
7682 For example, if the server is using a non-standard port number you
7683 would specify that by appending a colon (:) followed by the port number
7684 to the server name
7687 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7690 For an explanation of all of the possibilities, see
7691 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7692 for folders.
7695 &lt;End of help on this topic&gt;
7696 </BODY>
7697 </HTML>
7698 ========== h_inbox_add_maildrop =========
7699 <HTML>
7700 <HEAD>
7701 <TITLE>ENTER MAILDROP SERVER</TITLE>
7702 </HEAD>
7703 <BODY>
7704 <H1>Enter Mail Drop Server</H1>
7706 You are being asked for the name of the Mail Drop server for use with
7707 your INBOX.
7710 Type the server's name followed by RETURN.
7713 You may have to add optional extra information to the server name.
7714 For example, if the server is using a non-standard port number you
7715 would specify that by appending a colon (:) followed by the port number
7716 to the server name
7719 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7722 or you may need to specify a different protocol if the server is not an
7723 IMAP server. For example:
7726 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7729 for a POP server or
7732 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7735 for an NNTP news server.
7736 For an explanation of all of the possibilities, see
7737 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7738 for folders.
7741 &lt;End of help on this topic&gt;
7742 </BODY>
7743 </HTML>
7744 ========== h_incoming_add_maildrop =========
7745 <HTML>
7746 <HEAD>
7747 <TITLE>ENTER MAILDROP SERVER</TITLE>
7748 </HEAD>
7749 <BODY>
7750 <H1>Enter Mail Drop Server</H1>
7752 You are being asked for the name of the Mail Drop server for use with
7753 this incoming folder.
7756 Type the server's name followed by RETURN.
7757 You may use the ^X command if the server is the same as the server that
7758 the INBOX is on.
7761 You may have to add optional extra information to the server name.
7762 For example, if the server is using a non-standard port number you
7763 would specify that by appending a colon (:) followed by the port number
7764 to the server name
7767 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7770 or you may need to specify a different protocol if the server is not an
7771 IMAP server. For example:
7774 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7777 for a POP server or
7780 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7783 for an NNTP news server.
7784 For an explanation of all of the possibilities, see
7785 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7786 for folders.
7789 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7790 RETURN without typing a server name.
7793 &lt;End of help on this topic&gt;
7794 </BODY>
7795 </HTML>
7796 ========== h_maildrop =========
7797 <HTML>
7798 <HEAD>
7799 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7800 </HEAD>
7801 <BODY>
7802 <H1>What is a Mail Drop?</H1>
7804 In some situaions it may make sense to have your mail delivered to one
7805 folder (the Mail Drop) and then when you want to read mail that has been
7806 delivered to the Mail Drop folder Alpine will move it to another
7807 destination folder.
7808 Often the Mail Drop will be a remote folder and messages will be moved from
7809 there to a local destination folder.
7812 One example where this might make sense is if the Mail Drop folder is accessible
7813 only with the POP protocol.
7814 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7815 mail from there to a local (on the same machine Alpine is running on)
7816 destination folder, where you'll read it.
7819 A Mail Drop may only be used as your Inbox or as an
7820 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7823 There is no attempt to synchronize the contents of the destination folder
7824 with the contents of the Mail Drop folder.
7825 All that happens is that all of the messages in the Mail Drop folder are
7826 copied to the destination folder and then they are deleted and expunged (if possible)
7827 from the Mail Drop folder.
7828 The next time a check for new mail is made, any messages in the Mail 
7829 Drop folder are once again copied to the destination folder and deleted
7830 and expunged from the Mail Drop folder.
7831 (If the Mail Drop folder is a news group, then the messages can't be
7832 expunged from the newsgroup. Instead, only Recent messages are copied from
7833 the newsgroup to the destination folder.)
7836 Configuration of a Mail Drop is a little different from configuration of
7837 a folder that does not use a Mail Drop because you have to specify two
7838 folder names instead of one.
7839 The two folders may be any types of folders that Alpine can normally use.
7840 They don't have to be a remote folder and a local folder, that is
7841 simply the most common usage.
7842 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7843 Drop to check for new mail.
7844 The new-mail checks will happen at the frequency set with the
7845 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7846 but with a minimum time
7847 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7848 between checks.
7849 Because of this minimum you may notice that new mail does not
7850 appear promptly when you expect it.
7851 The reason for this is to protect the server from over-zealous opening and
7852 closing of the Mail Drop folder.
7853 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7854 the end of the folder index, then the check will happen, regardless of how
7855 long it has been since the previous check.
7857 If there is new mail, that mail will be copied to the destination folder
7858 and then will be deleted from the Mail Drop.
7859 Note that using a Mail Drop with a local destination folder does not make
7860 sense if you read mail from more than one machine, because the mail is
7861 downloaded to the destination folder (which is accessible from only one
7862 machine) and deleted from the Mail Drop.
7864 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7867 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7870 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7872 The brackets are not literal.
7874 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7876 is a single character that does not appear in the MailDropFolder name.
7877 If the name doesn't contain spaces then it can be a space character.
7878 The two folder names are full technical
7879 <A HREF="h_valid_folder_names">folder names</A>
7880 as used by Alpine.
7881 Here are a couple examples to give you an idea what is being talked about:
7884 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7886 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7889 A #move folder may only be used as an
7890 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7891 an Inbox.
7892 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7893 on the
7894 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7895 option)
7896 the Add command has a subcommand &quot;Use Mail Drop&quot;
7897 which may be helpful for defining the folder in your Alpine configuration.
7898 The same is true when you edit the
7899 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7900 option in Setup/Config.
7901 Each of these configuration methods will also create the DestinationFolder
7902 if it doesn't already exist.
7903 If you are having problems, make sure the DestinationFolder exists.
7906 &lt;End of help on this topic&gt;
7907 </BODY>
7908 </HTML>
7909 ========== h_save =========
7910 <HTML>
7911 <HEAD>
7912 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7913 </HEAD>
7914 <BODY>
7915 <H1>Choose a Folder to Save Into</H1>
7917 After Exiting from this help text,
7918 type the name of the folder you want to save into and press RETURN.
7920 Press ^T to get a list of your folders to choose from.
7921 Press ^C to cancel the Save.
7923 If you have Folder Collections defined you may use
7924 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7925 the collection being saved to.
7927 If Tab Completion is enabled (it is enabled by default)
7928 you may type a Tab character to have Alpine complete the folder name for you.
7930 If Partial Match Lists is enabled (it is enabled by default) you may type
7931 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7933 If the Ctrl-R subcommand is present that means you can decide to Delete or
7934 not Delete the message you are saving after you save it.
7935 The label on that key gives the action to switch to.
7936 If it says Delete and you type Ctrl-R the label displayed will change to
7937 No Delete and the source message will be deleted after the save. If it
7938 says No Delete and you type Ctrl-R the label displayed will change to
7939 Delete and the message will not be deleted.
7940 You can control the default for the Delete parameter with the
7941 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7943 Similarly, if the Ctrl-W subcommand is present that means you can decide
7944 to Preserve the order of the messages being saved or not.
7945 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7946 will be in the same order as you see them in the source folder now.
7947 The opposite action (which is usually the default) is that you don't care
7948 about the order.
7949 The Saved messages may or may not be in the same order in the destination folder.
7950 There may be a performance penalty for choosing to save the messages in order.
7951 You can control the default for the Preserve Order parameter with the
7952 configuration feature
7953 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7956 If you haven't disabled the Save Input History and you've already done a
7957 Save earlier in this session then you may use the Up and Down arrows to retrieve
7958 a folder name used in a previous Save.
7961 &lt;End of help on this topic&gt;
7962 </BODY>
7963 </HTML>
7964 ============= h_simple_index ========================
7965 <HTML>
7966 <HEAD>
7967 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7968 </HEAD>
7969 <BODY>
7970 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7971 <!--chtml if pinemode="function_key"-->
7972 <PRE>
7973 Navigating the List of Messages               General Alpine Commands
7974 -------------------------------               -----------------------
7975  F5   Move to previous message                 F1   Show this help text
7976  F6   Move to next message
7977  F7   Show previous screen of messages
7978  F8   Show next screen of messages
7980 Message Selection Commands
7981 --------------------------
7982  F3   Exit the Message Select menu (canceling Send command)
7983  F4   Select the currently highlighted message
7984  F9   Mark the currently highlighted message as deleted
7985  F10  Undelete (remove deletion mark from) the highlighted message
7986 </PRE>
7987 <!--chtml else-->
7988 <PRE>
7989 Navigating the List of Messages               General Alpine Commands
7990 -------------------------------               -----------------------
7991   P  Move to previous message                  ?  Show this help text
7992   N  Move to next message
7993   -  Show previous screen of messages
7994  Spc (space bar) Show next screen of messages
7996 Message Selection Commands
7997 --------------------------
7998   E  Exit the Message Select menu (canceling Send command)
7999   S  Select the currently highlighted message
8000   D  Mark the currently highlighted message as deleted
8001   U  Undelete (remove deletion mark from) the highlighted message
8002 </PRE>
8003 <!--chtml endif-->
8005 <H2>Description of the Select Postponed Message Screen</H2>
8007 This screen allows you to select one of several previously postponed
8008 messages in order to continue composition.  Your options are very limited
8009 -- the screen is not meant to let you manipulate these messages.  However,
8010 you may now delete messages from this list.  Once you choose a message,
8011 Alpine reads it in and puts you into the regular message composer.
8014 Messages do not stay in this postponed state automatically.  If you select
8015 a message and then want to postpone it again, use the normal postpone
8016 (Ctrl-O) command in the composer.
8019 If you exit this screen without selecting a message, the Compose command
8020 that got you here is canceled.  Other than messages explicitly marked
8021 &quot;Deleted&quot;, no messages will be removed.
8024 &lt;End of help on this topic&gt;
8025 </BODY>
8026 </HTML>
8027 ============= h_collection_screen ========================
8028 <HTML>
8029 <HEAD>
8030 <TITLE>COLLECTION LIST screen</TITLE>
8031 </HEAD>
8032 <BODY>
8033 <H1>COLLECTION LIST screen</H1>
8035 The COLLECTION LIST screen is used to select one of your  
8036 collection definitions to display the folders they contain.  See
8037 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8038 detailed explanation of collections.<P>
8040 To manage your collection definitions (Add, Change, Delete, etc.), use
8041 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8042 MAIN MENU.
8045 &lt;End of help on this topic&gt;
8046 </BODY>
8047 </HTML>
8048 ============= h_collection_maint ========================
8049 <HTML>
8050 <HEAD>
8051 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8052 </HEAD>
8053 <BODY>
8054 <H1>SETUP COLLECTION LIST screen</H1>
8056 The SETUP COLLECTION LIST screen lets you manage your collection
8057 definitions.  See 
8058 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8059 for detailed explanation of collections.<P>
8061 Maintenance commands include:
8062 <DL>
8063 <DT>Change
8064 <!--chtml if pinemode="function_key"-->
8065 (F4)
8066 <!--chtml else-->
8068 <!--chtml endif-->
8069 </DT>
8071 <DD>Modify attributes of the selected collection definition.
8073 <DT>Add Cltn
8074 <!--chtml if pinemode="function_key"-->
8075 (F9)
8076 <!--chtml else-->
8078 <!--chtml endif-->
8079 </DT>
8081 <DD>Create a new collection definition.
8082 </DD>
8084 <DT>Del Cltn
8085 <!--chtml if pinemode="function_key"-->
8086 (F10)
8087 <!--chtml else-->
8089 <!--chtml endif-->
8090 </DT>
8092 <DD>Delete the selected collection definition.<BR>
8093 NOTE: The folders and directories referred to by the
8094 collection definition are <EM>NOT</EM> deleted.  Folders must
8095 be deleted, if that's what you wish to do, from the 
8096 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8097 individual folders in a collection.
8098 </DD>
8100 <DT>Shuffle
8101 <!--chtml if pinemode="function_key"-->
8102 (F11)
8103 <!--chtml else-->
8105 <!--chtml endif-->
8106 </DT>
8108 <DD>Change the order of the displayed collections.  Alpine will offer
8109 to move the currently selected collection one position UP
8110 or DOWN.
8111 </DD>
8112 </DL>
8115 &lt;End of help on this topic&gt;
8116 </BODY>
8117 </HTML>
8118 ============ h_what_are_collections ==========
8119 <HTML>
8120 <HEAD>
8121 <TITLE>Folder Collections Explained</TITLE>
8122 </HEAD>
8123 <BODY>
8124 <H1>Folder Collections Explained</H1>
8127 Those of you with simple mail configurations will just see a list of all the
8128 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8129 The special folders for INBOX, sent mail and saved messages
8130 will appear at the top of the list.  All others are in alphabetical order.
8132 If you
8133 or your system administrator have defined more than one collection or if
8134 you have a collection (for newsgroups or email folders) defined on your 
8135 system, then you will see the COLLECTION LIST screen first when choosing 
8136 FOLDER LIST from Alpine's MAIN MENU.
8138 <H2>Why have multiple folder collections?</H2>
8140 For Alpine users who only maintain email folders (and not too many) on one host, 
8141 a single folder collection is probably sufficient.<P>
8143 However, people who have more than one email account - for example, one 
8144 at their university, and one with their personal Internet Service Provider - 
8145 will have different sets of folders on different hosts, and they may want to
8146 access them all from the same installation of Alpine, rather than use different 
8147 software and/or log into other hosts to manipulate messages in different 
8148 accounts.  (If in doubt whether one of your email accounts can be accessed 
8149 with Alpine, contact the technical support people for that account.)  Even people
8150 who have only one email account on one host, but have dozens or
8151 hundreds of email folders, may want to arrange these folders together in a 
8152 meaningful way.<BR>
8153 That is where multiple collections come in.
8155 <H2>Types of Collections</H2>
8156 <DL>
8157 <DT>INCOMING FOLDERS</DT>
8158 <DD>&quot;Incoming Message Folders&quot; 
8159 is a special collection typically used to supplement your single INBOX.  
8160 All the folders here are meant to be ones that receive incoming messages, 
8161 which you intend to check more or less frequently.  
8162 You may have multiple folders like this because you or your systems 
8163 administrator have set up an external program or you may have set up
8164 Alpine to filter incoming 
8165 messages into different folders, based on certain criteria such as 
8166 sender, recipient, or subject; or because you have multiple accounts and 
8167 wish to check their INBOXes easily.  This collection is established by 
8168 setting the 
8169 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8170 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8171 MAIN MENU.
8172 </DD>
8174 <DT>NEWS</DT>
8175 <DD>You can also define a collection specifically for
8176 newsgroups.  Alpine does this for you implicitly when you 
8177 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8178 in your Alpine configuration.  The news collection appears last in the 
8179 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8180 and Alpine knows not to save messages there.
8181 </DD>
8183 <DT>DEFAULT COLLECTION</DT>
8184 <DD>This is the default collection for your saved and sent messages folders.
8185 </DD>
8186 </DL>
8190 <H2>Defining Collections</H2>
8192 In the absence of any folder-collection definitions, Alpine will assume a
8193 single default folder collection.
8194 <!--chtml if pinemode="os_windows"-->
8195 <!--chtml else-->
8196 If necessary, Alpine will create the directory
8197 &quot;mail&quot; in your Unix home directory 
8198 to hold your folders.
8199 <!--chtml endif-->
8201 You can use the 
8202 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8203 the MAIN MENU, to manage your collection list.  
8205 &lt;End of help on this topic&gt;
8206 </BODY>
8207 </HTML>
8208 ===== h_select_address_screen =====
8209 <HTML>
8210 <HEAD>
8211 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8212 </HEAD>
8213 <BODY>
8214 <H1>SELECT AN ADDRESS SCREEN</H1>
8215 <H2>COMMANDS</H2>
8216 <!--chtml if pinemode="function_key"-->
8217 <PRE>
8218 Available  Commands                        
8219 -------------------------------            
8220 F1  Show Help Text
8221 F3  Exit without selecting anything
8222 F4  Select the highlighted address
8223 F5  Move highlight to previous address
8224 F6  Move highlight to next address
8225 F7  Previous page of addresses
8226 F8  Next page of addresses
8227 F11 Print
8228 F12 WhereIs
8229 </PRE>
8230 <!--chtml else-->
8231 <PRE>
8232 Navigation                     General Alpine Commands
8233 -------------------------      -----------------------
8234  P  Prev Address                ?  Display this help text
8235  N  Next Address                E  Exit without selecting anything
8236  -  Previous page               %  Print
8237 Spc (space bar) Next page
8238  W  WhereIs
8240 Select Command
8241 ------------------------------------------------
8242  S  Select the highlighted address
8243 </PRE>
8244 <!--chtml endif-->
8246 <H2>Description of the Select Address Screen</H2>
8248 This screen gives you an easy way to select an address from all of
8249 the address book entries that match the prefix typed so far.
8251 <P><UL>
8252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8253 </UL>
8255 &lt;End of help on this topic&gt;
8256 </BODY>
8257 </HTML>
8258 ===== h_select_rule_screen =====
8259 <HTML>
8260 <HEAD>
8261 <TITLE>SELECT A RULE SCREEN</TITLE>
8262 </HEAD>
8263 <BODY>
8264 <H1>SELECT A RULE SCREEN</H1>
8265 <H2>COMMANDS</H2>
8266 <!--chtml if pinemode="function_key"-->
8267 <PRE>
8268 Available  Commands                        
8269 -------------------------------            
8270 F1  Show Help Text
8271 F3  Exit without selecting anything
8272 F4  Select the highlighted rule
8273 F5  Move highlight to previous rule
8274 F6  Move highlight to next rule
8275 F7  Previous page of rules
8276 F8  Next page of rules
8277 F11 Print
8278 F12 WhereIs
8279 </PRE>
8280 <!--chtml else-->
8281 <PRE>
8282 Navigation                     General Alpine Commands
8283 -------------------------      -----------------------
8284  P  Prev Rule                   ?  Display this help text
8285  N  Next Rule                   E  Exit without selecting anything
8286  -  Previous page               %  Print
8287 Spc (space bar) Next page
8288  W  WhereIs
8290 Select Command
8291 ------------------------------------------------
8292  S  Select the highlighted rule
8293 </PRE>
8294 <!--chtml endif-->
8296 <H2>Description of the Select Rule Screen</H2>
8298 This screen just gives you an easy way to select a rule from all of your
8299 defined rules.
8300 The list of rules presented is the list of nicknames of all of the rules
8301 defined using Setup/Rules.
8302 For selecting messages, it is likely that the Indexcolor rules and possibly
8303 the Roles rules will be most useful.
8304 The others are there also, in case you find a use for them.
8306 In order for this to be useful for selecting messages, the nicknames of
8307 the rules have to be different.
8308 Alpine actually just gets the nickname of the rule that you select and then
8309 looks up that rule using the nickname.
8310 So if there are duplicate nicknames, the first rule that has that
8311 nickname will be used.
8313 <P><UL>
8314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8315 </UL>
8317 &lt;End of help on this topic&gt;
8318 </BODY>
8319 </HTML>
8320 ===== h_select_priority_screen =====
8321 <HTML>
8322 <HEAD>
8323 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8324 </HEAD>
8325 <BODY>
8326 <H1>SELECT A PRIORITY SCREEN</H1>
8327 <H2>COMMANDS</H2>
8328 <!--chtml if pinemode="function_key"-->
8329 <PRE>
8330 Available  Commands                        
8331 -------------------------------            
8332 F1  Show Help Text
8333 F3  Exit without selecting anything
8334 F4  Select the highlighted priority
8335 F5  Move highlight to previous priority
8336 F6  Move highlight to next priority
8337 F7  Previous page of priorities
8338 F8  Next page of priorities
8339 F11 Print
8340 F12 WhereIs
8341 </PRE>
8342 <!--chtml else-->
8343 <PRE>
8344 Navigation                     General Alpine Commands
8345 -------------------------      -----------------------
8346  P  Prev Priority               ?  Display this help text
8347  N  Next Priority               E  Exit without selecting anything
8348  -  Previous page               %  Print
8349 Spc (space bar) Next page
8350  W  WhereIs
8352 Select Command
8353 ------------------------------------------------
8354  S  Select the highlighted priority
8355 </PRE>
8356 <!--chtml endif-->
8358 <H2>Description of the Select Priority Screen</H2>
8360 This screen gives you a way to select a priority for the message you are sending.
8361 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8362 Some mail programs will display an indication of the priority level to
8363 the recipient of the message, some will ignore it.
8364 Even in cases where the mail programs of both the sender and the recipient
8365 agree on the meaning of this header, keep in mind that it is
8366 something that the sender sets so it is only an indication
8367 of the priority that the sender attaches to the mail.
8368 Alpine can be made to display an indication of this priority in incoming
8369 messages by use of one of the tokens
8370 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8371 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8372 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8374 <P><UL>
8375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8376 </UL>
8378 &lt;End of help on this topic&gt;
8379 </BODY>
8380 </HTML>
8381 ===== h_select_keyword_screen =====
8382 <HTML>
8383 <HEAD>
8384 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8385 </HEAD>
8386 <BODY>
8387 <H1>SELECT A KEYWORD SCREEN</H1>
8388 <H2>COMMANDS</H2>
8389 <!--chtml if pinemode="function_key"-->
8390 <PRE>
8391 Available  Commands                        
8392 -------------------------------            
8393 F1  Show Help Text
8394 F3  Exit without selecting anything
8395 F4  Select the highlighted keyword
8396 F5  Move highlight to previous keyword
8397 F6  Move highlight to next keyword
8398 F7  Previous page of keywords
8399 F8  Next page of keywords
8400 F11 Print
8401 F12 WhereIs
8402 </PRE>
8403 <!--chtml else-->
8404 <PRE>
8405 Navigation                     General Alpine Commands
8406 -------------------------      -----------------------
8407  P  Prev Keyword                ?  Display this help text
8408  N  Next Keyword                E  Exit without selecting anything
8409  -  Previous page               %  Print
8410 Spc (space bar) Next page
8411  W  WhereIs
8413 Select Command
8414 ------------------------------------------------
8415  S  Select the highlighted keyword
8416 </PRE>
8417 <!--chtml endif-->
8419 <H2>Description of the Select Keyword Screen</H2>
8421 This screen just gives you an easy way to select a keyword.
8422 The list of keywords presented is the list of all keywords defined in your 
8423 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8424 If you have given a keyword a nickname, that nickname is displayed
8425 instead of the actual keyword.
8427 <P><UL>
8428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8429 </UL>
8431 &lt;End of help on this topic&gt;
8432 </BODY>
8433 </HTML>
8434 ===== h_select_charset_screen =====
8435 <HTML>
8436 <HEAD>
8437 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8438 </HEAD>
8439 <BODY>
8440 <H1>SELECT A CHARACTER SET SCREEN</H1>
8441 <H2>COMMANDS</H2>
8442 <!--chtml if pinemode="function_key"-->
8443 <PRE>
8444 Available  Commands                        
8445 -------------------------------            
8446 F1  Show Help Text
8447 F3  Exit without selecting anything
8448 F4  Select the highlighted character set
8449 F5  Move highlight to previous character set
8450 F6  Move highlight to next character set
8451 F7  Previous page of character sets
8452 F8  Next page of character sets
8453 F11 Print
8454 F12 WhereIs
8455 </PRE>
8456 <!--chtml else-->
8457 <PRE>
8458 Navigation                     General Alpine Commands
8459 -------------------------      -----------------------
8460  P  Prev Character Set          ?  Display this help text
8461  N  Next Character Set          E  Exit without selecting anything
8462  -  Previous page               %  Print
8463 Spc (space bar) Next page
8464  W  WhereIs
8466 Select Command
8467 ------------------------------------------------
8468  S  Select the highlighted character set
8469 </PRE>
8470 <!--chtml endif-->
8472 <H2>Description of the Select A Character Set Screen</H2>
8474 This screen just gives you an easy way to select a character set from the
8475 set of character sets Alpine knows about.
8476 The list presented will vary slightly depending on what option you are
8477 selecting the character set for.
8479 <P><UL>
8480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8481 </UL>
8483 &lt;End of help on this topic&gt;
8484 </BODY>
8485 </HTML>
8486 ===== h_select_multcharsets_screen =====
8487 <HTML>
8488 <HEAD>
8489 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8490 </HEAD>
8491 <BODY>
8492 <H1>SELECT CHARACTER SETS SCREEN</H1>
8493 <H2>COMMANDS</H2>
8494 <!--chtml if pinemode="function_key"-->
8495 <PRE>
8496 Available  Commands
8497 -------------------------------            
8498 F1  Show Help Text
8499 F3  Exit without selecting anything
8500 F4  Select the highlighted charset (or chosen charsets in ListMode)
8501 F5  Move highlight to previous charset
8502 F6  Move highlight to next charset
8503 F7  Previous page of charsets
8504 F8  Next page of charsets
8505 F9  Toggle choices when using ListMode
8506 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8507 F11 Print
8508 F12 WhereIs
8509 </PRE>
8510 <!--chtml else-->
8511 <PRE>
8512 Navigation                     General Alpine Commands
8513 -------------------------      -----------------------
8514  P  Prev Charset                ?  Display this help text
8515  N  Next Charset                E  Exit without selecting anything
8516  -  Previous page               %  Print
8517 Spc (space bar) Next page
8518  W  WhereIs
8520 Select Command
8521 ------------------------------------------------
8522  S  Select the highlighted charset (or chosen charsets in ListMode)
8523  L  Turn on ListMode (makes it easy to choose multiple charsets)
8524  1  Turn off ListMode
8525  X  Toggle choices when using ListMode
8526 </PRE>
8527 <!--chtml endif-->
8529 <H2>Description of the Select Character Set Screen</H2>
8531 This screen just gives you an easy way to select a character set or a list of
8532 character sets.
8533 The list of character sets presented is the list of all character sets known to
8534 Alpine.
8535 You may select other character sets by typing them in directly.
8537 <P><UL>
8538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8539 </UL>
8541 &lt;End of help on this topic&gt;
8542 </BODY>
8543 </HTML>
8544 ===== h_select_multkeyword_screen =====
8545 <HTML>
8546 <HEAD>
8547 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8548 </HEAD>
8549 <BODY>
8550 <H1>SELECT KEYWORDS SCREEN</H1>
8551 <H2>COMMANDS</H2>
8552 <!--chtml if pinemode="function_key"-->
8553 <PRE>
8554 Available  Commands
8555 -------------------------------            
8556 F1  Show Help Text
8557 F3  Exit without selecting anything
8558 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8559 F5  Move highlight to previous keyword
8560 F6  Move highlight to next keyword
8561 F7  Previous page of keywords
8562 F8  Next page of keywords
8563 F9  Toggle choices when using ListMode
8564 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8565 F11 Print
8566 F12 WhereIs
8567 </PRE>
8568 <!--chtml else-->
8569 <PRE>
8570 Navigation                     General Alpine Commands
8571 -------------------------      -----------------------
8572  P  Prev Keyword                ?  Display this help text
8573  N  Next Keyword                E  Exit without selecting anything
8574  -  Previous page               %  Print
8575 Spc (space bar) Next page
8576  W  WhereIs
8578 Select Command
8579 ------------------------------------------------
8580  S  Select the highlighted keyword (or chosen keywords in ListMode)
8581  L  Turn on ListMode (makes it easy to choose multiple keywords)
8582  1  Turn off ListMode
8583  X  Toggle choices when using ListMode
8584 </PRE>
8585 <!--chtml endif-->
8587 <H2>Description of the Select Keyword Screen</H2>
8589 This screen just gives you an easy way to select a keyword or a list of
8590 keywords.
8591 The list of keywords presented is the list of all keywords defined in your 
8592 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8593 If you have given a keyword a nickname, that nickname is displayed
8594 instead of the actual keyword.
8596 <P><UL>
8597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8598 </UL>
8600 &lt;End of help on this topic&gt;
8601 </BODY>
8602 </HTML>
8603 ===== h_select_incoming_to_monitor =====
8604 <HTML>
8605 <HEAD>
8606 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8607 </HEAD>
8608 <BODY>
8609 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8610 <H2>COMMANDS</H2>
8611 <!--chtml if pinemode="function_key"-->
8612 <PRE>
8613 Available  Commands
8614 -------------------------------            
8615 F1  Show Help Text
8616 F3  Exit without selecting anything
8617 F4  Select the marked folders
8618 F5  Move highlight to previous folder
8619 F6  Move highlight to next folder
8620 F7  Previous page of folders
8621 F8  Next page of folders
8622 F9  Toggle choices on or off
8623 F11 Print
8624 F12 WhereIs
8625 </PRE>
8626 <!--chtml else-->
8627 <PRE>
8628 Navigation                     General Alpine Commands
8629 -------------------------      -----------------------
8630  P  Prev Folder                 ?  Display this help text
8631  N  Next Folder                ^C  exit without changing anything
8632  -  Previous page               %  Print
8633 Spc (space bar) Next page
8634  W  WhereIs
8636 Select Command
8637 ------------------------------------------------
8638  S  Select the marked folders
8639  X  Toggle choices on or off
8640 </PRE>
8641 <!--chtml endif-->
8643 <H2>Description of the Select Folders to Check Screen</H2>
8645 This screen is only useful if the feature
8646 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8647 is set.
8648 By default, when you set that feature all of your incoming folders
8649 will be checked periodically for Unseen messages.
8650 By using this screen, you may restrict the set of monitored folders to
8651 a subset of all of the incoming folders.
8653 Mark the folders you want to monitor for Unseen messages with
8654 an &quot;X&quot;.
8655 When you've finished marking all your selections use the Select
8656 command to register your choices.
8657 To return to the default of checking all incoming folders
8658 delete all folders or unmark all folders.
8660 <P><UL>
8661 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8662 </UL>
8664 &lt;End of help on this topic&gt;
8665 </BODY>
8666 </HTML>
8667 ===== h_role_select =====
8668 <HTML>
8669 <HEAD>
8670 <TITLE>ROLES SCREEN</TITLE>
8671 </HEAD>
8672 <BODY>
8673 <H1>ROLES SCREEN</H1>
8674 <H2>ROLES COMMANDS</H2>
8675 <!--chtml if pinemode="function_key"-->
8676 <PRE>
8677 Available  Commands                        
8678 -------------------------------            
8679 F1  Show Help Text
8680 F3  Exit without a selection
8681 F4  Select a role to use in composition
8682 F5  Move to previous role
8683 F6  Move to next role
8684 F7  Previous page of roles
8685 F8  Next page of roles
8686 F11 Change Default Role
8687 F12 Whereis (search role nicknames)
8688 </PRE>
8689 <!--chtml else-->
8690 <PRE>
8691 Navigation                     General Alpine Commands
8692 -------------------------      -----------------------
8693  P  Prev Role                     ?  Display this help text
8694  N  Next Role                     E  Exit without a selection
8695  -  Previous page
8696 Spc (space bar) Next page
8697  W  WhereIs (search for word in role nicknames)
8699 Select Role Commands
8700 ------------------------------------------------
8701  [Return]  Select highlighted role
8702  D         Change Default Role
8703 </PRE>
8704 <!--chtml endif-->
8706 <H2>Description of the Roles Screen</H2>
8708 With this screen you select a role to be used in the composition of a
8709 message.
8710 Use the Previous and Next commands to highlight the role you wish to
8711 use.
8712 When you type carriage return you will be placed in the composer using the highlighted role.
8714 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8715 available unless you set them up.
8716 You may do so by using the Setup/Rules command on the MAIN MENU.
8718 By using the D command, you may set a default role that will persist until
8719 you change it or until you exit Alpine.
8720 The D command toggles through three states: set the default role, unset the
8721 default role, and leave the default role as it is.
8722 <P><UL>
8723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8724 </UL>
8726 &lt;End of help on this topic&gt;
8727 </BODY>
8728 </HTML>
8729 ===== h_role_abook_select =====
8730 <HTML>
8731 <HEAD>
8732 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8733 </HEAD>
8734 <BODY>
8735 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8736 <H2>COMMANDS</H2>
8737 <!--chtml if pinemode="function_key"-->
8738 <PRE>
8739 Available  Commands                        
8740 -------------------------------            
8741 F1  Show Help Text
8742 F3  Exit screen without selecting anything
8743 F4  Select highlighted address book
8744 F5  Move to previous address book
8745 F6  Move to next address book
8746 F7  Previous page of address books
8747 F8  Next page of address books
8748 F12 Whereis
8749 </PRE>
8750 <!--chtml else-->
8751 <PRE>
8752 Navigation                     General Alpine Commands
8753 -------------------------      -----------------------
8754  P  Previous addrbook          ?  Display this help text
8755  N  Next addrbook
8756  -  Previous page
8757 Spc (space bar) Next page
8758  W  WhereIs
8760 Select Role Commands
8761 ------------------------------------------------
8762  S  Select highlighted address book
8763  E  Exit screen without selecting anything
8764 </PRE>
8765 <!--chtml endif-->
8767 <H2>Description of the Select Address Book Screen</H2>
8769 This screen helps you select one of your address books.
8770 Use the Previous and Next commands to highlight the address book you wish to
8771 select.
8772 <P><UL>
8773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8774 </UL>
8776 &lt;End of help on this topic&gt;
8777 </BODY>
8778 </HTML>
8779 ======== h_rule_patterns =============
8780 <HTML>
8781 <HEAD>
8782 <TITLE>PATTERNS</TITLE>
8783 </HEAD>
8784 <BODY>
8785 <H1>PATTERNS</H1>
8786 Patterns are used with Roles, Filtering, Index Coloring,
8787 Scoring, Other Rules, and Search Rules.
8788 Patterns are compared with a message to see if there is a match.
8789 For Filtering, the messages being checked are all the messages in the
8790 folder, one at a time.
8791 For Index Line Coloring, each message that is visible on the screen is
8792 checked for matches with the Index Coloring Patterns.
8793 Roles are used with the Reply, Forward, and Compose commands.
8794 For Reply, the message used to compare the Pattern with is the message
8795 being replied to;
8796 for Forward, the message used to compare the Pattern with is the message
8797 being forwarded;
8798 and for Compose, there is no message, so the parts of the Pattern that depend
8799 on a message (everything other than Current Folder Type and the
8800 Beginning of Month and Year)
8801 are not used.
8802 Only the Current Folder Type matters for Compose (plus the Beginning of
8803 Month or Year, which you wouldn't usually use for a Role).
8804 For Scoring, the message being scored is compared with all of the Score
8805 Patterns, and the Score Values from the ones that match are added together to 
8806 get the message's score.
8807 For Other Rules, there is no message. Only the Current Folder Type is checked
8808 for Other Rules.
8810 Each Pattern has several possible parts, all of which are optional.
8811 In order for there to be a match, <EM>ALL</EM> of the
8812 <EM>defined</EM> parts of the Pattern must match the message.
8813 If a part is not defined it is considered a match, but note that a filtering
8814 Pattern must have at least one defined part or it will be ignored.
8815 For example, if the To pattern is not defined it will be
8816 displayed as
8818 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8820 That is considered a match because it is not defined.
8821 This means that the Pattern with nothing defined is a match if the
8822 Current Folder Type matches, but there is an exception that was mentioned
8823 in the previous paragraph.
8824 Because filtering is a potentially destructive action, filtering Patterns
8825 with nothing other than Current Folder Type defined are ignored.
8826 If you really want a filtering Pattern to match all messages (subject to
8827 Current Folder Type) the best way to do it is to define a Score interval
8828 that includes all possible scores.
8829 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8830 This can be used even if you haven't defined any rules to Set Scores.
8832 There are six predefined header patterns called the To, From, Sender, Cc, News,
8833 and Subject patterns.
8834 Besides those six predefined header patterns, you may add
8835 additional header patterns with header fieldnames of your choosing.
8836 You add an extra header pattern by placing the cursor on one of the
8837 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8838 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8839 and the Partic pattern is a header pattern that stands for
8840 Participant (From OR To OR Cc).
8841 (Defining the Recip pattern does not have the same effect as defining both
8842 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8843 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8844 Instead of comparing this pattern's text against only the contents of
8845 a particular header field, the text for the AllText pattern is compared
8846 with text anywhere in the message's header or body, and the text for the
8847 BodyText pattern is compared with text anywhere in the message's body.
8849 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8850 &quot;!&quot; &quot;toggle NOT&quot; command.
8851 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8852 &quot;!&quot; at the beginning of the pattern line.
8853 When the &quot;!&quot; is present, it reverses the meaning of the match.
8854 That is, if the pattern matches then it is considered to NOT be a match, and
8855 if it does not match it is considered to be a match.
8857 Don't make the mistake of putting the &quot;!&quot; in the data field for
8858 a pattern.
8859 For example, if you type the characters &quot;!urgent&quot; into the Subject
8860 pattern, the pattern will look like:
8862 <PRE>
8863  Subject pattern = !urgent
8864 </PRE>
8866 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8867 In order to match messages that do not have &quot;urgent&quot; in
8868 their Subject field, first type the characters &quot;urgent&quot; followed
8869 by carriage return for the value of the Subject pattern, then negate it
8870 by typing the &quot;!&quot; command.
8871 It should look like
8873 <PRE>
8874  ! Subject pattern = urgent
8875 </PRE>
8877 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8878 be a complete email address, part of an address, or a random set of
8879 characters to match against.
8880 It may also be a list of such patterns, which means you
8881 are looking for a match against the first pattern in the list <EM>OR</EM>
8882 the second pattern <EM>OR</EM> the third and so on.
8883 For example, a Subject pattern equal to
8885 <PRE>
8886  Subject pattern = urgent
8887                    emergency
8888                    alert
8889 </PRE>
8891 would match all messages with a subject that contained at least one
8892 of those words.
8893 It would also match subjects containing the words &quot;alerts&quot; or
8894 &quot;Urgently&quot;.
8896 The same example with &quot;NOT&quot; turned on would be
8898 <PRE>
8899  ! Subject pattern = urgent
8900                      emergency
8901                      alert
8902 </PRE>
8904 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8905 those words.
8906 You can use the &quot;Add Value&quot; command to add new words to the list,
8907 or you can enter them as a comma-separated list.
8909 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8910 present for a match.
8911 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8912 pattern2 must be present,
8913 and that is exactly what using a list does.)
8915 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8916 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8917 when checking for matches for Scoring.
8918 There are five similar settings that relate to the status of the message.
8919 These settings rely on the message being New or not, Deleted or not,
8920 Answered or not, Important or not, and Recent or not.
8921 There are also some other miscellaneous settings.
8922 The first is the Age of the message in days.
8923 Another is the Size of the message, in bytes.
8924 The third is a setting that detects whether or not the Subject of a
8925 message contains raw 8-bit characters (unencoded characters with the most
8926 significant bit set).
8927 There is a setting that detects whether or not this is the first time
8928 Alpine has been run this month (doesn't depend on individual messages),
8929 and another that detects whether or not this is the first time Alpine has
8930 been run this year.
8931 Other parts of the Pattern detect whether or not the From address of a
8932 message appears in your address book, whether or not certain keywords
8933 are set for a message, and whether or not certain character sets are
8934 used in a message.
8936 <H2>Parts of a Pattern</H2>
8938 <H3>Header patterns</H3>
8940 A header pattern is simply text that is searched for in the corresponding
8941 header field.
8942 For example, if a Pattern has a From header pattern with the value
8943 &quot;@company.com&quot;, then only messages that have a From header
8944 that contains the text &quot;@company.com&quot; will be possible
8945 matches.
8946 Matches don't have to be exact.
8947 For example, if the relevant field of a message contains the text
8948 &quot;mailbox@domain&quot; somewhere
8949 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8950 &quot;mailbox@domain&quot; are all matches.
8952 All parts of the Pattern must match so, for example,
8953 if a message matches a defined
8954 From pattern, it still must be checked against the other parts of the
8955 Pattern that have been defined.
8956 The To header pattern is a slightly special case.
8957 If the message being checked has a Resent-To header
8958 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8959 there are used in place of the addresses in the To header.
8960 This is only true for the To header.
8961 Resent-cc and Resent-From headers are never used unless you add them
8962 with the eXtraHdrs command.
8964 The meaning of a header pattern may be negated with the
8965 &quot;!&quot; &quot;toggle NOT&quot; command.
8966 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8967 &quot;!&quot; at the beginning of the pattern line.
8968 It would look something like
8970 <PRE>
8971  ! From pattern = susan@example.com
8972 </PRE>
8974 When the &quot;!&quot; is present, it reverses the meaning of the match.
8976 If you want to check for the presence of a header field but don't care
8977 about its value, then
8978 the empty pattern that you get by entering a pair of
8979 double quotes (&quot;&quot;) should match any message that
8980 has the corresponding header field.
8982 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8984 AllText patterns are just like header patterns except that the text is
8985 searched for anywhere in the message's headers or body, not just in the
8986 contents of a particular header field.
8989 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8991 BodyText patterns are just like header patterns except that the text is
8992 searched for anywhere in the message's body, not just in the
8993 contents of a particular header field.
8996 If there is more than one header pattern or AllText pattern or BodyText pattern
8997 for which you want to take the
8998 same action there is a shorthand notation that may be used.
8999 Any of these patterns may be a list of patterns instead of
9000 just a single pattern.
9001 If any one of the patterns in the list matches the message
9002 then it is considered a match.
9003 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9004 you to use the same role when replying to messages, you might have
9005 a To pattern that looks like
9007 <PRE>
9008  To pattern = company1.com
9009               company2.com
9010 </PRE>
9012 This means that if the mail you are replying to was addressed to
9013 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9014 then this Pattern is a match and the same actions will be taken.
9016 The meaning of an AllText or BodyText pattern may be negated with the
9017 &quot;!&quot; &quot;toggle NOT&quot; command.
9018 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9019 &quot;!&quot; at the beginning of the pattern line.
9020 When the &quot;!&quot; is present, it reverses the meaning of the match.
9022 A technicality: Since comma is the character used to separate multiple values
9023 in any of the fields that may have multiple values (such as header patterns,
9024 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9025 you must escape comma with a
9026 backslash (&#92;) if you want to include a literal comma in one of those fields.
9027 In other words, if you type a backslash followed by a comma it will
9028 be interpreted as a comma by Alpine, instead of as a separator between
9029 pattern values.
9030 All other backslashes (those not followed by a comma) are literal
9031 backslashes and should not be escaped.
9032 It's unlikely you'll ever need to enter a literal comma or backslash in
9033 any of the patterns.
9035 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9037 The &quot;Current Folder Type&quot; may be set to one of four different
9038 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9039 &quot;Specific&quot;.
9040 If the value is set to &quot;News&quot;, then the
9041 Pattern will only match if the currently open folder is a newsgroup.
9042 The value &quot;Email&quot; only matches if the current folder is not news and
9043 the value &quot;Any&quot; causes any folder to match.
9044 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9045 then you must fill in a value for &quot;Folder&quot;, which is on the line
9046 below the &quot;Specific&quot; line.
9047 In this case you will only get a match if the currently open folder is
9048 the specific folder you list.
9049 You may give a list of folders instead of just a single
9050 folder name, in which case the Pattern will match if the open folder is
9051 any one of the folders in the list.
9052 The name of each folder in the list may be either &quot;INBOX&quot;,
9053 the technical specification
9054 of the folder (like what appears in your configuration file) or, if the
9055 folder is one of your incoming folders, it may be the nickname you've given
9056 the folder.
9057 Here are some samples of specific folder names:
9059 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9061 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9063 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9065 The easiest way to fill in the &quot;Folder&quot; field is to use
9066 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9067 highlighted, or to use the &quot;Take&quot; command with the configuration
9068 feature
9069 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9070 turned on.
9072 When reading a newsgroup, there may be a performance penalty
9073 incurred when collecting the information necessary to check whether
9074 or not a Pattern matches a message.
9075 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9076 If you have Patterns with a Current Folder Type of either
9077 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9078 Index Line Coloring or Scoring, you may experience
9079 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9081 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9083 The &quot;Age Interval&quot; may be set to an interval of message
9084 ages that should be considered a match.
9085 Like the other parts of the Pattern, if it is unset it will be ignored.
9086 The Age Interval looks like
9088 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9090 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9091 than or equal to zero.
9092 The special value &quot;INF&quot; may be used for
9093 the max value. It represents infinity.
9095 Actually, this option may be defined as a list of intervals instead
9096 of just a single interval.
9097 The list is separated by commas.
9098 It can look like
9100 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9102 When there is an Age Interval defined, it is a match if the age, in days, of
9103 the message is contained in any of the intervals.
9104 The intervals include both endpoints.
9106 Even though this option is called Age, it isn't actually
9107 the <EM>age</EM> of the message.
9108 Instead, it is how many days ago the message arrived in one of your folders.
9109 If the current time is a little past midnight, then a message that arrived
9110 just before midnight arrived yesterday, even though the message is only
9111 a few minutes old.
9112 By default, the date being used is not the date in the Date
9113 header of the message.
9114 It is the date that the message arrived in one of your folders.
9115 When you Save a message from one folder to another that arrival date
9116 is preserved.
9117 If you would like to use the date in the Date header that is possible.
9118 Turn on the option
9119 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9120 near the bottom of the rule definition.
9121 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9123 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9125 The &quot;Size Interval&quot; may be set to an interval of message
9126 sizes that should be considered a match.
9127 Like the other parts of the Pattern, if it is unset it will be ignored.
9128 The Size Interval looks like
9130 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9132 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9133 than or equal to zero.
9134 The special value &quot;INF&quot; may be used for
9135 the max value. It represents infinity.
9137 Actually, this option may be defined as a list of intervals instead
9138 of just a single interval.
9139 The list is separated by commas.
9140 It can look like
9142 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9144 When there is a Size Interval defined, it is a match if the size, in bytes, of
9145 the message is contained in any of the intervals.
9146 The intervals include both endpoints.
9148 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9150 The &quot;Score Interval&quot; may be set to an interval of message
9151 scores that should be considered a match.
9152 Like the other parts of the Pattern, if it is unset it will be ignored.
9153 The Score Interval looks like
9155 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9157 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9158 negative integers, with min_score less than or equal to max_score.
9159 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9160 the min and max values to represent negative and positive infinity.
9162 Actually, a list of intervals may be used if you wish.
9163 A list would look like
9165 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9167 When there is a Score Interval defined, it is a match if the score for
9168 the message is contained in any of the intervals in the list.
9169 The intervals include the endpoints.
9170 The score for a message is calculated by looking at every Score rule defined and
9171 adding up the Score Values for the ones that match the message.
9172 When deciding whether or not a Pattern matches a message for purposes of
9173 calculating the score, the Score Interval is ignored.
9175 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9177 There are five separate message status settings.
9178 By default, all five are set to the value &quot;Don't care&quot;, which
9179 will match any message.
9180 The value &quot;Yes&quot; means that the particular status must be true
9181 for a match, and the value &quot;No&quot; means that the particular
9182 status must not be true for a match.
9183 For example, one of the five Message Status settings is whether a message
9184 is marked Important or not.
9185 A &quot;Yes&quot; means that the message must be Important to be
9186 considered a match and &quot;No&quot; means that the message must not be
9187 Important to be considered a match.
9188 The same is true of the other four message status settings that depend
9189 on whether or not the message is New; whether the message has 
9190 been Answered or not; whether the message has been Deleted or not, and
9191 whether the message is Recent or not. 
9193 The nomenclature for New and Recent is a bit confusing:
9195 New means that the message is Unseen.
9196 It could have been in your mailbox for a long time but if you haven't looked
9197 at it, it is still considered New.
9198 That matches the default Alpine index display that shows an N for such a
9199 message.
9201 Recent means that the message was added to this folder since the last time
9202 you opened the folder.
9203 Alpine also shows an N by default for these types of messages.
9204 If you were to run two copies of Alpine that opened a folder one right after
9205 the other, a message would only show up as Recent in (at most) the first
9206 Alpine session.
9208 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9210 Keywords are similar to Message Status, but they are chosen by the user.
9211 Provided the mail server allows for it, you may add a set of possible keywords
9212 to a folder and then you may set those keywords or not for each message
9213 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9214 The syntax of this part of the Pattern is similar to the header patterns.
9215 It is a list of keywords.
9216 The Keyword part of the Pattern is a match if the message has any of
9217 the keywords in the list set.
9218 Like other parts of the Pattern, if this is unset it will be ignored.
9220 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9222 A message may use one or more character sets.
9223 This part of the Pattern matches messages that make use of one or more of
9224 the character sets specified in the pattern.
9225 It will be considered a match if a message uses any of the character
9226 sets in the list you give here.
9229 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9230 GB2312) you may also use some shorthand names that Alpine provides.
9231 These names are more understandable shorthand names for sets of 
9232 character set names.
9233 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9234 Selecting one of these shorthand names is equivalent to selecting all of
9235 the character sets that make up the set.
9236 You can see all of these shorthand names and the lists of character sets
9237 they stand for by typing the &quot;T&quot; command with the Character
9238 Set pattern highlighted.
9239 The syntax of this part of the Pattern is similar to the header patterns
9240 and the Message Keywords pattern.
9241 It is a list of character sets (or shorthand names).
9242 The Character Set part of the Pattern is a match if the message uses any
9243 of the character sets in the list.
9244 Like other parts of the Pattern, if this is unset it will be ignored.
9246 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9248 It seems that lots of unwanted email contains unencoded 8-bit characters
9249 in the Subject.
9250 Normally, characters with the 8th bit set are not allowed in the Subject
9251 header unless they are MIME-encoded.
9252 This option gives you a way to match messages that have Subjects that
9253 contain unencoded 8-bit characters.
9254 By default, the value of this option is &quot;Don't care&quot;, which
9255 will match any message.
9256 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9257 the Subject of the message in order for there to be a match,
9258 and the value &quot;No&quot; is the opposite.
9259 Setting this option will affect performance in large folders because the
9260 subject of each message in the folder has to be checked.
9262 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9264 This option gives you a way to take some action once per month.
9265 By default, the value of this option is &quot;Don't care&quot;, which
9266 will always match.
9267 The value &quot;Yes&quot; means that this must be the first time Alpine has
9268 been run this month in order to count as a match,
9269 and the value &quot;No&quot; is the opposite.
9271 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9273 This option gives you a way to take some action once per year.
9274 By default, the value of this option is &quot;Don't care&quot;, which
9275 will always match.
9276 The value &quot;Yes&quot; means that this must be the first time Alpine has
9277 been run this year in order to count as a match,
9278 and the value &quot;No&quot; is the opposite.
9280 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9282 This option gives you a way to match messages that have an address
9283 that is in one of your address books.
9284 Only the simple entries in your address books are searched.
9285 Address book distribution lists are ignored!
9286 By default, the value of this option is &quot;Don't care&quot;, which
9287 will match any message.
9288 The value &quot;Yes, in any address book&quot; means the address
9289 from the message must be in at least one of your
9290 address books in order to be a match.
9291 The value &quot;No, not in any address book&quot;
9292 means none of the addresses may
9293 be in any of your address books in order to be a match.
9294 The values &quot;Yes, in specific address books&quot; and
9295 &quot;No, not in any of specific address books&quot; are similar but instead
9296 of depending on all address books you are allowed to give a list of address
9297 books to look in.
9298 The addresses from the message that are checked for are determined by the
9299 setting you have for &quot;Types of addresses to check for in address book&quot;.
9300 If you set this to &quot;From&quot; the From address from the message will
9301 be looked up in the address book.
9302 If you set it to only &quot;To&quot; then the To addresses will be used.
9303 If any of the To addresses are in the address book then it is considered
9304 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9305 You could set it to both From and To, in which case all of the From and To
9306 addresses are used.
9307 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9308 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9309 exists or the From address if there is no Reply-To address.
9310 Same for the Sender address.
9311 Setting this option may affect performance in large folders because the
9312 From and Reply-To of each message in the folder have to be checked.
9314 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9316 This is a command that is run with its standard input set to the message
9317 being checked and its standard output discarded.
9318 The full directory path should be specified.
9319 The command will be run and then its exit status will be checked against
9320 the Exit Status Interval, which defaults to just the value zero.
9321 If the exit status of the command falls in the interval, it is considered
9322 a match, otherwise it is not a match.
9325 This option may actually be a list of commands.
9326 The first one that exists and is executable is used.
9327 That makes it possible to use the same configuration with Unix Alpine and
9328 PC-Alpine.
9331 If none of the commands in the list exists and is executable then the rule
9332 is <EM>not</EM> a match.
9333 If it is possible that the command may not exist, you should be careful
9334 to structure your rules so that nothing destructive
9335 happens when the command does not exist.
9336 For example, you might have a filter that filters away spam when there is
9337 a match but does nothing when there is not a match.
9338 That would continue to work correctly if the command didn't exist.
9339 However, if you have a filter that filters away spam when there is not
9340 a match and keeps it when there is a match, that would filter everything
9341 if the categorizer command didn't exist.
9343 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9344 setup for the bogofilter filter.
9347 &lt;End of help on this topic&gt;
9348 </BODY>
9349 </HTML>
9350 ===== h_rules_roles =====
9351 <HTML>
9352 <HEAD>
9353 <TITLE>SETUP ROLES SCREEN</TITLE>
9354 </HEAD>
9355 <BODY>
9356 <H1>SETUP ROLES SCREEN</H1>
9357 <H2>SETUP ROLES COMMANDS</H2>
9358 <!--chtml if pinemode="function_key"-->
9359 <PRE>
9360 Available  Commands -- Group 1         Available Commands -- Group 2   
9361 -------------------------------        ------------------------------  
9362 F1  Show Help Text                      F1  Show Help Text             
9363 F2  See commands in next group          F2  See commands in next group
9364 F3  Back to MAIN Alpine menu
9365 F4  Change configuration for role
9366 F5  Move to previous role               F5  Include file in role config
9367 F6  Move to next role                   F6  Exclude file from config
9368 F7  Previous page of roles
9369 F8  Next page of roles
9370 F9  Add new role                        F9  Replicate existing role
9371 F10 Delete existing role
9372 F11 Shuffle the order of roles
9373 F12 Whereis (search role nicknames)
9374 </PRE>
9375 <!--chtml else-->
9376 <PRE>
9377 Navigation                     General Alpine Commands
9378 -------------------------      -----------------------
9379  P  Prev Role                     ?  Display this help text
9380  N  Next Role                     E  Back to MAIN Alpine menu
9381  -  Previous page
9382 Spc (space bar) Next page
9383  W  WhereIs (search for word in role nicknames)
9385 Setup Roles Commands
9386 ------------------------------------------------
9387  A  Add new role                  $  Shuffle the order of roles
9388  D  Delete existing role          C  Change configuration for highlighted role
9389  R  Replicate existing role
9390  I  Include file in role config   X  Exclude file from role config
9391 </PRE>
9392 <!--chtml endif-->
9394 <H2>Description of the Setup Roles Screen</H2>
9396 This screen lets you add, delete, modify, or change the order of the rules
9397 that determine the role you are playing when composing a message.
9399 You may play different roles depending on who you are replying to.
9400 For example, if you are replying to a message addressed to help-desk you
9401 may be acting as a Help Desk Worker.
9402 That role may require that you use a different return address and/or
9403 a different signature.
9405 Roles are optional.
9406 If you set up roles they work like this:  Each role has a set of
9407 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9408 considered for a particular use; a &quot;Pattern&quot;,
9409 which is used to decide which of the eligible roles is used; and a set
9410 of &quot;Actions&quot;, which are taken when that role is used.
9411 When you reply to a message, the message you are replying to is compared
9412 with the Patterns of the roles marked as eligible for use when replying.
9413 The comparisons start with the first eligible role and keep going until there
9414 is a match.
9415 If a match is found, the matching role's Actions are taken.
9417 It is also possible to set a default role and to change that role during
9418 your Alpine session.
9419 When you start Alpine no default role will be set.
9420 You may set or change the current default role by using the &quot;D&quot;
9421 command in the role selection screen.
9422 You'll see that screen while composing a message and being asked to select
9423 a role.
9424 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9425 compose a message.
9426 You may find a default role useful if you normally perform the duties of one
9427 of your roles for a while, then you switch to another role and stay in the
9428 new role for another period of time.
9429 It may be easier than using the Role Command to select the role each time you
9430 compose a message.
9432 <H2>Role Uses</H2>
9434 There are three types of use to be configured;
9435 one for Replying, one for Forwarding, and one for Composing.
9436 These indicate whether or not you want a role to be considered when you
9437 type the Reply, Forward, or Compose commands.
9438 (The Role command is an alternate form of the Compose command, and it is
9439 not affected by these settings.)
9440 Each of these Use types has three possible values.
9441 The value &quot;Never&quot;
9442 means that the role will never be considered as a candidate for use with
9443 the corresponding command.
9444 For example, if you set a role's Reply Use to Never, then when you Reply to
9445 a message, that role won't even be considered.
9446 (That isn't quite true. If the message you are replying to matches some other
9447 role that requires confirmation,
9448 then there will be a ^T command available which allows you to select a role
9449 from all of your roles, not just the reply-eligible roles.)
9452 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9453 both mean that you do want to consider this role when using the corresponding
9454 command.
9455 For either of these settings the role's Pattern will
9456 be checked to see if it matches the message.
9457 For Reply Use, the message used to compare the Pattern with is the message
9458 being replied to.
9459 For Forward Use, the message used to compare the Pattern with is the message
9460 being forwarded.
9461 For Compose Use, there is no message, so the parts of the Pattern that depend
9462 on a message (everything other than Current Folder Type) are ignored.
9463 In all cases, the Current Folder Type is checked if defined.
9464 If there is a match then this role will either be used without confirmation
9465 or will be the default when confirmation is asked for, depending on
9466 which of the two options is selected.
9467 If confirmation is requested, you will have a chance to
9468 choose No Role instead of the offered role, or to
9469 change the role to any one of your other roles (with the ^T command).
9471 <H2>Role Patterns</H2>
9473 In order to determine whether or not a message matches a role the message is
9474 compared with the Role's Pattern.
9475 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9476 Scoring, Other Rules, and Search Rules, so are described in only one place,
9477 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9479 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9480 a role that has all header patterns unset, the AllText pattern unset,
9481 the BodyText pattern unset,
9482 the Score Interval unset, and the Current Folder Type set to
9483 &quot;Any&quot; may be used as a default role.
9484 It should be put last in the list of roles since the matching
9485 starts at the beginning and proceeds until one of the roles is a match.
9486 If no roles at all match, then Alpine will
9487 use its regular methods of defining the role.
9488 If you wanted to, you could define a different &quot;default&quot; role
9489 for Replying, Forwarding, and Composing by setting the
9490 &quot;Use&quot; fields appropriately.
9492 <H2>Role Actions</H2>
9494 Once a role match is found, the role's Actions are taken.
9495 For each role there are several possible actions that may be defined.
9496 They are actions to set the From address, the Reply-To address,
9497 the Fcc, the Signature, the Template file, and Other Headers.
9499 <H3>Set From</H3>
9501 The From address is the address used on the From line of the message
9502 you are sending.
9504 <H3>Set Reply-To</H3>
9506 The Reply-To address is the address used on the Reply-To line of the message
9507 you are sending.
9508 You don't need a Reply-To address unless it is different from the From address.
9510 <H3>Set Other Headers</H3>
9512 If you want to set the value of the From or Reply-To headers, use
9513 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9514 If you want to set the values of other headers, use this field.
9515 This field is similar to the
9516 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9517 Each header you specify here must include the header tag
9518 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9519 and may optionally include a value for that header.
9520 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9521 for a header here will replace any value that already exists.
9522 For example, if you are Replying to a message there will be at least one
9523 address in the To header (the address you are Replying to).
9524 However, if you Reply using a role that sets the To header, that role's
9525 To header value will be used instead.
9527 <H3>Set Fcc</H3>
9529 The Fcc is used as the Fcc for the message you are sending.
9531 <H3>Set Signature or Set LiteralSig</H3>
9533 The Signature is the name of a file to be used as the signature file when
9534 this role is being used.
9535 If the name of the file has a vertical bar following it (|)
9536 then it is assumed that the file is a program that should be run to
9537 produce the signature.
9538 If the LiteralSig is set, then it is used instead of the signature file.
9539 LiteralSig is just a different way to store the signature.
9540 It is stored in the pine configuration file instead of in a separate
9541 signature file.
9542 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9543 either in the role or as the default signature in the Setup/Config screen,
9544 then the signature file is ignored.
9546 <H3>Set Template</H3>
9548 A Template is the name of a file to be included in the message when this
9549 role is being used.
9550 If the name of the file has a vertical bar following it (|)
9551 then it is assumed that the file is a program that should be run to
9552 produce the template.
9555 Both signature files and template files may be stored remotely on an IMAP
9556 server.
9557 In order to do that you just give the file a remote name.
9558 This works just like the regular
9559 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9560 option that is configured from the Setup/Configuration screen.
9561 A remote signature file name might look like:
9563 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9565 Once you have named the remote signature or template file you create its
9566 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9567 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9568 line of the role editor.
9571 Both signature files and template files (or the output of signature programs
9572 and template file programs) may contain special tokens
9573 that are replaced with contents
9574 that depend on the message being replied to or forwarded.
9575 See the help for the individual fields inside the role editor for more
9576 information on tokens.
9578 <H3>Use SMTP Server</H3>
9580 If this field has a value, then it will be used as the SMTP server
9581 to send mail when this role is being used (unless the SMTP server variable
9582 is set in the system-wide fixed configuration file).
9583 It has the same semantics as the
9584 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9585 variable in the Setup/Config screen.
9586 When you postpone the composition this SMTP server list will be saved
9587 with the postponed composition and it cannot be changed later.
9588 Because of that, you may want to make this a list of SMTP servers
9589 with the preferred server at the front of the list and alternate servers
9590 later in the list.
9593 If any of the actions are left unset, then the action depends on what
9594 is present in the &quot;Initialize settings using role&quot; field.
9595 If you've listed the nickname of another one of your roles there, then the
9596 corresponding action from that role will be used here.
9597 If that action is also blank, or if there is no nickname specified,
9598 then Alpine will do whatever it normally does to set these actions.
9599 This depends on other configuration options and features you've set.
9601 <H2>Command Descriptions</H2>
9603 <H3>Add</H3>
9605 The Add command is used to add a new role definition to your set of
9606 roles.
9607 The new role will be added after the highlighted role.
9609 <H3>Delete</H3>
9611 The Delete command deletes the currently highlighted role.
9613 <H3>Change</H3>
9615 The Change command lets you edit the nickname, Uses, Pattern,
9616 and Actions of the currently highlighted role.
9618 <H3>Shuffle</H3>
9620 The Shuffle command allows you to change the order of the roles.
9621 You may move the currently highlighted role up or down in the list.
9622 The order of the roles is important since the roles are tested for a
9623 match starting with the first role and continuing until a match is found.
9624 You should place the roles with more specific Patterns near the beginning
9625 of the list, and those with more general Patterns near the end so that
9626 the more specific matches will happen when appropriate.
9628 <H3>Replicate</H3>
9630 The Replicate command is used to copy an existing role and modify it.
9631 The new role will be added after the highlighted role.
9633 <H3>IncludeFile</H3>
9635 The IncludeFile command allows you to add a roles file to your configuration.
9636 Usually, your roles will be contained in your Alpine configuration file.
9637 If you wish, some or all of your roles may be stored in a separate file.
9638 If a roles file already exists (maybe it was made by somebody else using
9639 Alpine), you may insert it before the currently highlighted role.
9640 You may also insert an empty file or a file that does not yet exist.
9641 Once you have an empty roles file in your configuration, you may use
9642 the Shuffle command to move roles into it.
9643 In fact, that's the only way to get the initial role into the file.
9645 <H3>eXcludeFile</H3>
9647 The eXcludeFile command removes a roles file from your roles configuration.
9648 A limitation of the program is that in order to exclude a roles file
9649 that file must have at least one role
9650 in it, otherwise you won't be able to highlight a line in the file.
9651 So you may have to add a dummy role to the file in order to exclude the file.
9652 <P><UL>
9653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9654 </UL>
9656 &lt;End of help on this topic&gt;
9657 </BODY>
9658 </HTML>
9659 ===== h_rules_other =====
9660 <HTML>
9661 <HEAD>
9662 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9663 </HEAD>
9664 <BODY>
9665 <H1>SETUP OTHER RULES SCREEN</H1>
9666 <H2>SETUP OTHER RULES COMMANDS</H2>
9667 <!--chtml if pinemode="function_key"-->
9668 <PRE>
9669 Available  Commands -- Group 1         Available Commands -- Group 2   
9670 -------------------------------        ------------------------------  
9671 F1  Show Help Text                      F1  Show Help Text             
9672 F2  See commands in next group          F2  See commands in next group
9673 F3  Back to MAIN Alpine menu
9674 F4  Change configuration for rule
9675 F5  Move to previous rule               F5  Include file in rule config
9676 F6  Move to next rule                   F6  Exclude file from config
9677 F7  Previous page of rules
9678 F8  Next page of rules
9679 F9  Add new rule                        F9  Replicate existing rule
9680 F10 Delete existing rule
9681 F11 Shuffle the order of rules
9682 F12 Whereis (search rule nicknames)
9683 </PRE>
9684 <!--chtml else-->
9685 <PRE>
9686 Navigation                     General Alpine Commands
9687 -------------------------      -----------------------
9688  P  Prev rule                     ?  Display this help text
9689  N  Next rule                     E  Back to MAIN Alpine menu
9690  -  Previous page
9691 Spc (space bar) Next page
9692  W  WhereIs (search for word in rule nicknames)
9694 Setup Other Rules Commands
9695 ------------------------------------------------
9696  A  Add new rule                  $  Shuffle the order of rules
9697  D  Delete existing rule          C  Change configuration for highlighted rule
9698  R  Replicate existing rule
9699  I  Include file in rule config   X  Exclude file from rule config
9700 </PRE>
9701 <!--chtml endif-->
9703 <H2>Description of the Setup Other Rules Screen</H2>
9705 This is where you may set various actions that do not fit well into the
9706 other Rules categories.
9708 <H2>Patterns</H2>
9710 Other Rules are a little different from the rest of the Rules because
9711 they depend only on the current folder, and not on a particular message.
9712 In order to determine whether or not a rule's actions should be applied
9713 the current folder is compared with the rule's Pattern, which consists
9714 of only the Current Folder Type.
9715 Current Folder Type works the same for Other Rules as it does for Roles,
9716 Filtering, Index Coloring, and Scoring.
9717 Keep in mind that the only part of the Pattern that applies to Other
9718 Rules is the Current Folder Type when looking at the description of
9719 Patterns given
9720 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9722 <H2>The Actions</H2>
9724 <H3>Set Sort Order</H3>
9726 When you enter a new folder, these rules will be checked to see if you
9727 have set a sort order that is different from your default sort order.
9728 The default is set in the Setup/Config screen with
9729 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9730 If the Sort Order action is set, then the folder will be displayed sorted in
9731 that sort order instead of in the default order.
9733 A possible point of confusion arises when you change the configuration
9734 of the Sort Order for the currently open folder.
9735 The folder will normally be re-sorted when you go back to viewing the
9736 index.
9737 However, if you have manually sorted the folder with the
9738 Sort
9739 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9740 command, then it will not be re-sorted until the next time it is opened.
9742 <H3>Set Index Format</H3>
9744 When you enter a new folder, these rules will be checked to see if you
9745 have set an Index Format that is different from your default Index Format,
9746 which is set with the
9747 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9748 If so, the index will be displayed with this format instead of the default.
9750 <H3>Set Startup Rule</H3>
9752 When you enter a new folder, these rules will be checked to see if you
9753 have set a startup rule that is different from the default startup rule.
9754 The default for incoming folders is set in the Setup/Config screen with
9755 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9756 The default for folders other than INBOX that are not part of your
9757 incoming collection
9758 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9759 is to start with the last message in the folder.
9760 If the Startup Rule is set to something other than &quot;default&quot;,
9761 then the rule will determine which message will be the current message when
9762 the folder is first opened.
9764 The various startup rule possibilities work the same here as they do in
9765 the incoming collection, so check
9766 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9767 for more help.
9769 <H2>Command Descriptions</H2>
9771 <H3>Add</H3>
9773 The Add command is used to add a new rule definition to your set of
9774 rules.
9775 The new rule will be added after the highlighted rule.
9777 <H3>Delete</H3>
9779 The Delete command deletes the currently highlighted rule.
9781 <H3>Change</H3>
9783 The Change command lets you edit the nickname, Pattern,
9784 and Action of the currently highlighted rule.
9786 <H3>Shuffle</H3>
9788 The Shuffle command allows you to change the order of the rules.
9789 You may move the currently highlighted rule up or down in the list.
9790 The order of the rules is important since the rules are tested for a
9791 match starting with the first rule and continuing until a match is found.
9792 You should place the rules with more specific Patterns near the beginning
9793 of the list, and those with more general Patterns near the end so that
9794 the more specific matches will happen when appropriate.
9796 <H3>Replicate</H3>
9798 The Replicate command is used to copy an existing rule definition and modify it.
9799 The new rule will be added after the highlighted rule.
9801 <H3>IncludeFile</H3>
9803 The IncludeFile command allows you to add a rules file to your configuration.
9804 Usually, your rules will be contained in your Alpine configuration file.
9805 If you wish, some or all of your rules may be stored in a separate file.
9806 If a rules file already exists (maybe it was made by somebody else using
9807 Alpine), you may insert it before the currently highlighted rule.
9808 You may also insert an empty file or a file that does not yet exist.
9809 Once you have an empty rules file in your configuration, you may use
9810 the Shuffle command to move rules into it.
9811 In fact, that's the only way to get the initial rule into the file.
9813 <H3>eXcludeFile</H3>
9815 The eXcludeFile command removes a rules file from your rules configuration.
9816 A limitation of the program is that in order to exclude a rules file
9817 that file must have at least one rule
9818 in it, otherwise you won't be able to highlight a line in the file.
9819 So you may have to add a dummy rule to the file in order to exclude the file.
9820 <P><UL>
9821 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9822 </UL>
9824 &lt;End of help on this topic&gt;
9825 </BODY>
9826 </HTML>
9827 ===== h_rules_srch =====
9828 <HTML>
9829 <HEAD>
9830 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9831 </HEAD>
9832 <BODY>
9833 <H1>SETUP SEARCH RULES SCREEN</H1>
9834 <H2>SETUP SEARCH RULES COMMANDS</H2>
9835 <!--chtml if pinemode="function_key"-->
9836 <PRE>
9837 Available  Commands -- Group 1         Available Commands -- Group 2   
9838 -------------------------------        ------------------------------  
9839 F1  Show Help Text                      F1  Show Help Text             
9840 F2  See commands in next group          F2  See commands in next group
9841 F3  Back to MAIN Alpine menu
9842 F4  Change configuration for rule
9843 F5  Move to previous rule               F5  Include file in rule config
9844 F6  Move to next rule                   F6  Exclude file from config
9845 F7  Previous page of rules
9846 F8  Next page of rules
9847 F9  Add new rule                        F9  Replicate existing rule
9848 F10 Delete existing rule
9849 F11 Shuffle the order of rules
9850 F12 Whereis (search rule nicknames)
9851 </PRE>
9852 <!--chtml else-->
9853 <PRE>
9854 Navigation                     General Alpine Commands
9855 -------------------------      -----------------------
9856  P  Prev rule                     ?  Display this help text
9857  N  Next rule                     E  Back to MAIN Alpine menu
9858  -  Previous page
9859 Spc (space bar) Next page
9860  W  WhereIs (search for word in rule nicknames)
9862 Setup Search Rules Commands
9863 ------------------------------------------------
9864  A  Add new rule                  $  Shuffle the order of rules
9865  D  Delete existing rule          C  Change configuration for highlighted rule
9866  R  Replicate existing rule
9867  I  Include file in rule config   X  Exclude file from rule config
9868 </PRE>
9869 <!--chtml endif-->
9871 <H2>Description of the Setup Search Rules Screen</H2>
9873 One of the commands that becomes available when that feature is turned on
9874 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9875 screen to select a set of messages.
9876 One way of selecting messages is to use a Rule.
9877 All of the messages that match (or don't match if you wish)
9878 a Rule's Pattern will be selected.
9880 Any of your Rules may be used for this purpose.
9881 You might already have Rules set up for filtering, index line color, scores, or roles;
9882 and you may use any of those Rules with the Select command.
9883 However, you might find it more convenient to set up a separate set of Rules
9884 just for this purpose without having to worry about what other effects
9885 they may cause.
9886 That is the purpose of these Select Rules.
9889 Each rule has a &quot;Pattern&quot;
9890 that is used to decide which messages are selected when you use it with
9891 the Select command.
9893 <H2>Patterns</H2>
9895 In order to determine whether or not a message should be selected
9896 the message is compared with the rule's Pattern.
9897 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9898 Scoring, Other Rules, and Search Rules, so are described in only one place,
9899 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9901 <H2>Command Descriptions</H2>
9903 <H3>Add</H3>
9905 The Add command is used to add a new rule definition to your set of
9906 rules.
9907 The new rule will be added after the highlighted rule.
9909 <H3>Delete</H3>
9911 The Delete command deletes the currently highlighted rule.
9913 <H3>Change</H3>
9915 The Change command lets you edit the nickname and Pattern
9916 of the currently highlighted rule.
9918 <H3>Shuffle</H3>
9920 The Shuffle command allows you to change the order of the rules.
9921 This affects only the order they are presented in when you use the
9922 ^T subcommand of the Select by Rule command.
9923 You may move the currently highlighted rule up or down in the list.
9925 <H3>Replicate</H3>
9927 The Replicate command is used to copy an existing rule definition and modify it.
9928 The new rule will be added after the highlighted rule.
9930 <H3>IncludeFile</H3>
9932 The IncludeFile command allows you to add a rules file to your configuration.
9933 Usually, your rules will be contained in your Alpine configuration file.
9934 If you wish, some or all of your rules may be stored in a separate file.
9935 If a rules file already exists (maybe it was made by somebody else using
9936 Alpine), you may insert it before the currently highlighted rule.
9937 You may also insert an empty file or a file that does not yet exist.
9938 Once you have an empty rules file in your configuration, you may use
9939 the Shuffle command to move rules into it.
9940 In fact, that's the only way to get the initial rule into the file.
9942 <H3>eXcludeFile</H3>
9944 The eXcludeFile command removes a rules file from your rules configuration.
9945 A limitation of the program is that in order to exclude a rules file
9946 that file must have at least one rule
9947 in it, otherwise you won't be able to highlight a line in the file.
9948 So you may have to add a dummy rule to the file in order to exclude the file.
9949 <P><UL>
9950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9951 </UL>
9953 &lt;End of help on this topic&gt;
9954 </BODY>
9955 </HTML>
9956 ===== h_rules_incols =====
9957 <HTML>
9958 <HEAD>
9959 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9960 </HEAD>
9961 <BODY>
9962 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9963 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9964 <!--chtml if pinemode="function_key"-->
9965 <PRE>
9966 Available  Commands -- Group 1         Available Commands -- Group 2   
9967 -------------------------------        ------------------------------  
9968 F1  Show Help Text                      F1  Show Help Text             
9969 F2  See commands in next group          F2  See commands in next group
9970 F3  Back to MAIN Alpine menu
9971 F4  Change configuration for rule
9972 F5  Move to previous rule               F5  Include file in rule config
9973 F6  Move to next rule                   F6  Exclude file from config
9974 F7  Previous page of rules
9975 F8  Next page of rules
9976 F9  Add new rule                        F9  Replicate existing rule
9977 F10 Delete existing rule
9978 F11 Shuffle the order of rules
9979 F12 Whereis (search rule nicknames)
9980 </PRE>
9981 <!--chtml else-->
9982 <PRE>
9983 Navigation                     General Alpine Commands
9984 -------------------------      -----------------------
9985  P  Prev rule                     ?  Display this help text
9986  N  Next rule                     E  Back to MAIN Alpine menu
9987  -  Previous page
9988 Spc (space bar) Next page
9989  W  WhereIs (search for word in rule nicknames)
9991 Setup Index Color Commands
9992 ------------------------------------------------
9993  A  Add new rule                  $  Shuffle the order of rules
9994  D  Delete existing rule          C  Change configuration for highlighted rule
9995  R  Replicate existing rule
9996  I  Include file in rule config   X  Exclude file from rule config
9997 </PRE>
9998 <!--chtml endif-->
10000 <H2>Description of the Setup Index Line Colors Screen</H2>
10002 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10003 This action is only available if your terminal is capable of displaying
10004 color and color display has been enabled with the
10005 <A HREF="h_config_color_style">Color Style</A> option within the
10006 Setup Color screen.
10007 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10008 This screen lets you add, delete, modify, or change the order of the rules
10009 that cause the lines in the MESSAGE INDEX to be displayed in different
10010 colors.
10012 Each rule has a &quot;Pattern&quot;,
10013 which is used to decide which of the rules is used; and the color that
10014 is used if the Pattern matches a particular message.
10016 <H2>Index Color Patterns</H2>
10018 In order to determine whether or not a message matches an Index Color Rule
10019 the message is compared with the rule's Pattern.
10020 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10021 Scoring, Other Rules, and Search Rules, so are described in only one place,
10022 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10025 If none of the Index Color rules is a match for a particular index line,
10026 then the color used is set using
10027 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10029 <H2>Index Line Color</H2>
10031 This is the color that index lines are colored when there is a matching
10032 Pattern.
10033 This colors the whole index line, except possibly the status letters,
10034 which may be colored separately using
10035 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10037 <H2>Command Descriptions</H2>
10039 <H3>Add</H3>
10041 The Add command is used to add a new rule definition to your set of
10042 rules.
10043 The new rule will be added after the highlighted rule.
10045 <H3>Delete</H3>
10047 The Delete command deletes the currently highlighted rule.
10049 <H3>Change</H3>
10051 The Change command lets you edit the nickname, Pattern,
10052 and Index Line Color of the currently highlighted rule.
10054 <H3>Shuffle</H3>
10056 The Shuffle command allows you to change the order of the rules.
10057 You may move the currently highlighted rule up or down in the list.
10058 The order of the rules is important since the rules are tested for a
10059 match starting with the first rule and continuing until a match is found.
10060 You should place the rules with more specific Patterns near the beginning
10061 of the list, and those with more general Patterns near the end so that
10062 the more specific matches will happen when appropriate.
10064 <H3>Replicate</H3>
10066 The Replicate command is used to copy an existing rule definition and modify it.
10067 The new rule will be added after the highlighted rule.
10069 <H3>IncludeFile</H3>
10071 The IncludeFile command allows you to add a rules file to your configuration.
10072 Usually, your rules will be contained in your Alpine configuration file.
10073 If you wish, some or all of your rules may be stored in a separate file.
10074 If a rules file already exists (maybe it was made by somebody else using
10075 Alpine), you may insert it before the currently highlighted rule.
10076 You may also insert an empty file or a file that does not yet exist.
10077 Once you have an empty rules file in your configuration, you may use
10078 the Shuffle command to move rules into it.
10079 In fact, that's the only way to get the initial rule into the file.
10081 <H3>eXcludeFile</H3>
10083 The eXcludeFile command removes a rules file from your rules configuration.
10084 A limitation of the program is that in order to exclude a rules file
10085 that file must have at least one rule
10086 in it, otherwise you won't be able to highlight a line in the file.
10087 So you may have to add a dummy rule to the file in order to exclude the file.
10088 <P><UL>
10089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10090 </UL>
10092 &lt;End of help on this topic&gt;
10093 </BODY>
10094 </HTML>
10095 ===== h_rules_filter =====
10096 <HTML>
10097 <HEAD>
10098 <TITLE>SETUP FILTERING SCREEN</TITLE>
10099 </HEAD>
10100 <BODY>
10101 <H1>SETUP FILTERING SCREEN</H1>
10102 <H2>SETUP FILTERING COMMANDS</H2>
10103 <!--chtml if pinemode="function_key"-->
10104 <PRE>
10105 Available  Commands -- Group 1         Available Commands -- Group 2   
10106 -------------------------------        ------------------------------  
10107 F1  Show Help Text                      F1  Show Help Text             
10108 F2  See commands in next group          F2  See commands in next group
10109 F3  Back to MAIN Alpine menu
10110 F4  Change configuration for filter
10111 F5  Move to previous filter             F5  Include file in filter config
10112 F6  Move to next filter                 F6  Exclude file from config
10113 F7  Previous page of filters
10114 F8  Next page of filters
10115 F9  Add new filter                      F9  Replicate existing filter
10116 F10 Delete existing filter
10117 F11 Shuffle the order of filters
10118 F12 Whereis (search filter nicknames)
10119 </PRE>
10120 <!--chtml else-->
10121 <PRE>
10122 Navigation                     General Alpine Commands
10123 -------------------------      -----------------------
10124  P  Prev Filter                   ?  Display this help text
10125  N  Next Filter                   E  Back to MAIN Alpine menu
10126  -  Previous page
10127 Spc (space bar) Next page
10128  W  WhereIs (search for word in filter nicknames)
10130 Setup Filters Commands
10131 ------------------------------------------------
10132  A  Add new filter                $  Shuffle the order of filters
10133  D  Delete existing filter        C  Change configuration for highlighted filter
10134  R  Replicate existing filter
10135  I  Include file in filter config X  Exclude file from filter config
10136 </PRE>
10137 <!--chtml endif-->
10139 <H2>Description of the Setup Filtering Screen</H2>
10141 This screen lets you add, delete, modify, or change the order of the rules
10142 that determine the filtering Alpine does on folders you view.
10144 The software that actually delivers mail (the stuff that happens
10145 before Alpine is involved) for you is in a better position to do mail filtering
10146 than Alpine itself.
10147 If possible, you may want to look into using that sort of mail filtering to
10148 deliver mail to different folders, delete it, or forward it.
10149 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10151 Filtering is a way to automatically move certain messages from one folder
10152 to another or to delete messages.
10153 It can also be used to set message status (Important, Deleted, New,
10154 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10155 Alpine doesn't have the ability to forward mail to another address or
10156 to deliver vacation messages.
10158 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10159 When a folder is opened, when new mail arrives in an open folder, or
10160 when mail is Expunged from a folder; each
10161 message is compared with the Patterns of your filtering rules.
10162 The comparisons start with the first rule and keep going until there
10163 is a match.
10164 If a match is found, the message may be deleted or moved, depending on
10165 the setting of the Filter Action.
10166 If the message is not deleted, it may have its status altered.
10169 <EM>NOTE:</EM>
10170 When setting up a Pattern used to delete messages,
10171 it is recommended that you test the Pattern first with a &quot;Move&quot;
10172 folder specified in
10173 case unintended matches occur.  Messages that are deleted will be removed 
10174 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10175 next Expunge command or once the folder being filtered has been closed.
10177 <H2>Filter Patterns</H2>
10179 In order to determine whether or not a message matches a filter the message is
10180 compared with the Filter's Pattern.
10181 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10182 Scoring, Other Rules, and Search Rules, so are described in only one place,
10183 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10185 Since filtering is a potentially destructive action, if you have a filtering
10186 Pattern with nothing other than Current Folder Type set, that filtering
10187 rule is ignored.
10189 <H2>Filter Actions</H2>
10191 Once a filter match is found for a particular message, there are some actions
10192 that may be taken.
10193 First, the message may have its status changed.
10194 This is the same message status that you can manipulate manually using the
10195 <a href="h_common_flag">Flag Command</a>.
10196 There are always four elements of message status that you can control.
10197 You can set or clear the Important status, the New status, the Deleted
10198 status, and the Answered status.
10199 Of course, if the filter is going to delete the message,
10200 then there is no point in setting message status.
10201 You may also be able to set user-defined keywords for a message.
10202 Read a little about keywords in the help text for the
10203 <A HREF="h_common_flag">Flag</A> command.
10205 Second, the filter may delete or move the message.
10206 Deleting the message marks it Deleted and removes it from view.
10207 It is effectively gone forever (though it technically is still there until
10208 the next expunge command, which may happen implicitly).
10209 Moving the message moves it from the open folder into the folder
10210 listed on the &quot;Folder List&quot; line of the filter configuration.
10211 If you list more than one folder name (separated by commas) then the message
10212 will be copied to each of those folders.
10213 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10214 message is removed from the current folder.
10215 If you just want to set the messages status without deleting it from
10216 the folder, then set the filter action to
10217 &quot;Just Set Message Status&quot;.
10219 (There is no way to do a Copy instead of a Move, due to the difficulties
10220 involved in keeping track of whether or not a message has
10221 already been copied.)
10223 <H2>Command Descriptions</H2>
10225 <H3>Add</H3>
10227 The Add command is used to add a new filter definition to your set of
10228 filters.
10229 The new filter will be added after the highlighted filter.
10231 <H3>Delete</H3>
10233 The Delete command deletes the currently highlighted filter.
10235 <H3>Change</H3>
10237 The Change command lets you edit the nickname, Pattern,
10238 and Folder of the currently highlighted filter.
10240 <H3>Shuffle</H3>
10242 The Shuffle command allows you to change the order of the filters.
10243 You may move the currently highlighted filter up or down in the list.
10244 The order of the filters is important since the filters are tested for a
10245 match starting with the first filter and continuing until a match is found.
10246 You should place the filters with more specific Patterns near the beginning
10247 of the list, and those with more general Patterns near the end so that
10248 the more specific matches will happen when appropriate.
10250 <H3>Replicate</H3>
10252 The Replicate command is used to copy an existing filter and modify it.
10253 The new filter will be added after the highlighted filter.
10255 <H3>IncludeFile</H3>
10257 The IncludeFile command allows you to add a filters file to your configuration.
10258 Usually, your filters will be contained in your Alpine configuration file.
10259 If you wish, some or all of your filters may be stored in a separate file.
10260 If a filters file already exists (maybe it was made by somebody else using
10261 Alpine), you may insert it before the currently highlighted filter.
10262 You may also insert an empty file or a file that does not yet exist.
10263 Once you have an empty filters file in your configuration, you may use
10264 the Shuffle command to move filters into it.
10265 In fact, that's the only way to get the initial filter into the file.
10267 <H3>eXcludeFile</H3>
10269 The eXcludeFile command removes a filters file from your filters configuration.
10270 A limitation of the program is that in order to exclude a filters file
10271 that file must have at least one filter
10272 in it, otherwise you won't be able to highlight a line in the file.
10273 So you may have to add a dummy filter to the file in order to exclude the file.
10274 <P><UL>
10275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10276 </UL>
10278 <H3>Performance Considerations</H3>
10279 The number and type of patterns being tested can 
10280 adversely effect performance.  Issues to be aware
10281 of include:
10283 <UL>
10284   <LI> The more filters you have defined the longer it will take to run down
10285 the list.  Deleting unused filters is a good idea.
10286   <LI> Filtering in newsgroups served by an NNTP server will be slow
10287 if your patterns include tests other than &quot;From:&quot;
10288 or &quot;Subject:&quot;.
10289 </UL>
10291 &lt;End of help on this topic&gt;
10292 </BODY>
10293 </HTML>
10294 ===== h_rules_score =====
10295 <HTML>
10296 <HEAD>
10297 <TITLE>SETUP SCORING SCREEN</TITLE>
10298 </HEAD>
10299 <BODY>
10300 <H1>SETUP SCORING SCREEN</H1>
10301 <H2>SETUP SCORING COMMANDS</H2>
10302 <!--chtml if pinemode="function_key"-->
10303 <PRE>
10304 Available  Commands -- Group 1         Available Commands -- Group 2   
10305 -------------------------------        ------------------------------  
10306 F1  Show Help Text                      F1  Show Help Text             
10307 F2  See commands in next group          F2  See commands in next group
10308 F3  Back to MAIN Alpine menu
10309 F4  Change configuration for rule
10310 F5  Move to previous rule               F5  Include file in rule config
10311 F6  Move to next rule                   F6  Exclude file from config
10312 F7  Previous page of rules
10313 F8  Next page of rules
10314 F9  Add new rule                        F9  Replicate existing rule
10315 F10 Delete existing rule
10316 F11 Shuffle the order of rules
10317 F12 Whereis (search rule nicknames)
10318 </PRE>
10319 <!--chtml else-->
10320 <PRE>
10321 Navigation                     General Alpine Commands
10322 -------------------------      -----------------------
10323  P  Prev rule                     ?  Display this help text
10324  N  Next rule                     E  Back to MAIN Alpine menu
10325  -  Previous page
10326 Spc (space bar) Next page
10327  W  WhereIs (search for word in rule nicknames)
10329 Setup Scoring Commands
10330 ------------------------------------------------
10331  A  Add new rule                  $  Shuffle the order of rules
10332  D  Delete existing rule          C  Change configuration for highlighted rule
10333  R  Replicate existing rule
10334  I  Include file in rule config   X  Exclude file from rule config
10335 </PRE>
10336 <!--chtml endif-->
10338 <H2>Description of the Setup Scoring Screen</H2>
10340 Most people will not use scores at all, but if you do use them, here's how
10341 they work in Alpine.
10342 Using this screen, you may define Scoring rules.
10343 The score for a message is calculated by looking at every Score rule defined
10344 and adding up the Score Values for the ones that match the message.
10345 If there are no matches for a message, it has a score of zero.
10346 Message scores may be used a couple of ways in Alpine.
10348 <H3>Sorting by Score</H3>
10350 One of the methods you may use to sort message indexes is to sort by
10351 score.
10352 The scores of all the messages in a folder will be calculated and then
10353 the index will be ordered by placing the messages in order of ascending or
10354 descending score.
10356 <H3>Scores for use in Patterns</H3>
10358 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10359 category labeled &quot;Score Interval&quot;.
10360 When a message is being compared with a Pattern to check for a match, if
10361 the Score Interval is set only messages that have a score somewhere in
10362 the interval are a match.
10364 <H2>Scoring Rule Patterns</H2>
10366 In order to determine whether or not a message matches a scoring rule
10367 the message is compared with the rule's Pattern.
10368 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10369 Scoring, Other Rules, and Search Rules, so are described in only one place,
10370 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10373 Actually, Scoring rule Patterns are slightly different from the other types of
10374 Patterns because Scoring rule Patterns don't contain a Score Interval.
10375 In other words, when calculating the score for a message, which is done
10376 by looking at the Scoring rule Patterns, scores aren't used.
10378 <H2>Score Value</H2>
10380 This is the value that will be added to the score for a message if the
10381 rule's Pattern is a match.
10382 Each individual Score Value is an integer between -100 and 100, and the
10383 values from matching rules are added together to get a message's score.
10384 There is also a way to extract the value from a particular header of each
10385 message. See the help text for Score Value for further information.
10387 <H2>Command Descriptions</H2>
10389 <H3>Add</H3>
10391 The Add command is used to add a new scoring rule definition.
10392 The new rule will be added after the highlighted rule.
10394 <H3>Delete</H3>
10396 The Delete command deletes the currently highlighted scoring rule.
10398 <H3>Change</H3>
10400 The Change command lets you edit the nickname, Pattern,
10401 and Score Value of the currently highlighted scoring rule.
10403 <H3>Shuffle</H3>
10405 The Shuffle command allows you to change the order of the scoring rules.
10406 You may move the currently highlighted rule up or down in the list.
10407 The order of the rules is important since the rules are tested for a
10408 match starting with the first rule and continuing until a match is found.
10409 You should place the rules with more specific Patterns near the beginning
10410 of the list, and those with more general Patterns near the end so that
10411 the more specific matches will happen when appropriate.
10413 <H3>Replicate</H3>
10415 The Replicate command is used to copy an existing rule and modify it.
10416 The new rule will be added after the highlighted rule.
10418 <H3>IncludeFile</H3>
10420 The IncludeFile command allows you to add a rules file to your configuration.
10421 Usually, your rules will be contained in your Alpine configuration file.
10422 If you wish, some or all of your rules may be stored in a separate file.
10423 If a rules file already exists (maybe it was made by somebody else using
10424 Alpine), you may insert it before the currently highlighted rule.
10425 You may also insert an empty file or a file that does not yet exist.
10426 Once you have an empty rules file in your configuration, you may use
10427 the Shuffle command to move rules into it.
10428 In fact, that's the only way to get the initial rule into the file.
10430 <H3>eXcludeFile</H3>
10432 The eXcludeFile command removes a rules file from your rules configuration.
10433 A limitation of the program is that in order to exclude a rules file
10434 that file must have at least one rule
10435 in it, otherwise you won't be able to highlight a line in the file.
10436 So you may have to add a dummy rule to the file in order to exclude the file.
10437 <P><UL>
10438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10439 </UL>
10441 &lt;End of help on this topic&gt;
10442 </BODY>
10443 </HTML>
10444 ===== h_direct_config =====
10445 <HTML>
10446 <HEAD>
10447 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10448 </HEAD>
10449 <BODY>
10450 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10451 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10452 <!--chtml if pinemode="function_key"-->
10453 <PRE>
10454 Available  Commands                        
10455 -------------------------------            
10456 F1  Show Help Text                         
10457 F3  Back to MAIN Alpine menu                 
10458 F4  Change configuration for directory server  
10459 F5  Move to previous directory server          
10460 F6  Move to next directory server              
10461 F7  Previous page of directory servers         
10462 F8  Next page of directory servers
10463 F9  Add new directory server
10464 F10 Delete existing directory server
10465 F11 Shuffle the order of directory servers
10466 F12 Whereis (search directory server titles)   
10467 </PRE>
10468 <!--chtml else-->
10469 <PRE>
10470 Navigation                     General Alpine Commands
10471 -------------------------      -----------------------
10472  P  Prev Directory Server         ?  Display this help text
10473  N  Next Directory Server         E  Back to MAIN Alpine menu
10474  -  Previous page
10475 Spc (space bar) Next page
10476  W  WhereIs (search for word in directory server titles)
10478 Setup LDAP Directory Server Commands
10479 ------------------------------------------------
10480  A  Add new directory server      $  Shuffle the order of directory servers
10481  D  Delete existing dir server    C  Change configuration for highlighted server
10482 </PRE>
10483 <!--chtml endif-->
10485 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10487 This screen lets you add, delete, modify, or change the order of your
10488 directory servers. You may also set some optional behavior for each server.
10489 The &quot;Add Dir&quot; command brings up a blank form to 
10490 fill in. You will have to supply at least the name of the LDAP server.
10491 You will often have to supply a search base to be used with that server,
10492 as well. Once the form has been brought up on your screen, there is help
10493 available for each of the options you may set.
10495 The &quot;Del Dir&quot; command allows you to remove a directory server
10496 from your configuration.
10498 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10499 The difference is that instead of bringing up a form for a new server
10500 configuration, you are changing the configuration of an existing entry.
10501 For example, you might want to correct a typing error, change a
10502 nickname, or change one of the options set for that server.
10504 The &quot;Shuffle&quot; command is used to change the order of directory
10505 servers.
10506 <P><UL>
10507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10508 </UL>
10510 &lt;End of help on this topic&gt;
10511 </BODY>
10512 </HTML>
10513 ============= h_address_display ========================
10514 <HTML>
10515 <HEAD>
10516 <TITLE>SEARCH RESULTS INDEX</TITLE>
10517 </HEAD>
10518 <BODY>
10519 <H1>SEARCH RESULTS INDEX</H1>
10520 This screen shows the results, if any, of your Directory Server search.  
10521 Commands (besides those for screen navigation) are:
10522 <DL>
10523 <DT>View
10524 <!--chtml if pinemode="function_key"-->
10525 (F4)
10526 <!--chtml else-->
10528 <!--chtml endif-->
10529 </DT>
10530 <DD>See the full information for the selected entry.
10532 <DT>Compose
10533 <!--chtml if pinemode="function_key"-->
10534 (F9)
10535 <!--chtml else-->
10537 <!--chtml endif--></DT>
10538 <DD>Compose a message with the selected entry as the recipient.
10540 <DT>Role
10541 <!--chtml if pinemode="function_key"-->
10542 (F2)
10543 <!--chtml else-->
10545 <!--chtml endif--></DT>
10546 <DD>Compose a message with the selected entry as the recipient. This differs
10547 from Compose in that you may select a role before beginning your composition.
10549 <DT>Forward
10550 <!--chtml if pinemode="function_key"-->
10551 (F10)
10552 <!--chtml else-->
10554 <!--chtml endif--></DT>
10555 <DD>Send the full information for the selected entry as an 
10556 email message to someone else.
10558 <DT>Save
10559 <!--chtml if pinemode="function_key"-->
10560 (F11)
10561 <!--chtml else-->
10563 <!--chtml endif-->
10564 </DT>
10565 <DD>Save to your address book:
10566 <UL>
10567 <LI>the result of the search (as just found through your query) for the 
10568 selected entry; or 
10569 <LI>the selected entry for repeated Directory Server searching when used 
10570 in the future.
10571 </UL>
10572 or<BR>
10573 Export to a file (external to Alpine):
10574 <UL>
10575 <LI>the full information for the selected entry; or
10576 <LI>the email address from the selected entry; or
10577 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10578 </UL>
10579 <DT>WhereIs
10580 <!--chtml if pinemode="function_key"-->
10581 (F12)
10582 <!--chtml else-->
10584 <!--chtml endif-->
10585 </DT>
10586 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10587 displayed text, not the full records for each entry.)  
10588 </DL>
10589 &lt;End of help on this topic&gt;
10590 </BODY>
10591 </HTML>
10592 ============= h_address_select ========================
10593 <HTML>
10594 <HEAD>
10595 <TITLE>SEARCH RESULTS INDEX</TITLE>
10596 </HEAD>
10597 <BODY>
10598 <H1>SEARCH RESULTS INDEX</H1>
10599 This screen shows the results, if any, of your Directory Server search.  
10600 Commands (besides those for screen navigation) are:
10601 <DL>
10602 <DT>Select
10603 </DT>
10604 <DD>Select this entry for use.
10606 <DT>ExitSelect
10607 <DD>Exit without selecting any of the entries.
10609 <DT>WhereIs
10610 </DT>
10611 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10612 displayed text, not the full records for each entry.)  
10613 </DL>
10614 &lt;End of help on this topic&gt;
10615 </BODY>
10616 </HTML>
10617 ===== h_folder_maint =====
10618 <HTML>
10619 <HEAD>
10620 <TITLE>Help for Folder List</TITLE>
10621 </HEAD>
10622 <BODY>
10623 <H1>FOLDER LIST COMMANDS</H1>
10624 <!--chtml if pinemode="function_key"-->
10625 <PRE>
10626 Available Commands -- Group 1        Available Commands -- Group 2
10627 -------------------------------      ------------------------------
10628 F1  Show Help Text                    F1  Show Help Text               
10629 F2  See commands in next group        F2  See commands in next group  
10630 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10631 F4  Select folder and view it         F4  MAIN MENU Screen
10632 F5  Move to previous folder
10633 F6  Move to next folder               F6  Specify a folder to go to
10634 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10635 F8  Show next screen of listing       F8  Compose a message
10636 F9  Add a new folder                  F9  Print folder listing
10637 F10 Delete selected folder
10638 F11 Rename selected folder
10639 F12 Whereis (search folder names)
10641 Available Commands -- Group 3
10642 F1  Show Help Text
10643 F2  See commands in next group
10644 F5  Go to next new message
10645     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10646 F8  Compose a message using roles
10647 F9  Export folder to a file
10648 F10 Import the file back to a folder
10649 </PRE>
10650 <!--chtml else-->
10651 <PRE>
10652 Navigating the Folder Screen            Operations on the Selected Folder
10653 ----------------------------            ---------------------------------
10654  P   Move to previous folder              V  View Index of selected folder
10655  N   Move to next folder                  D  Delete
10656  -   Show previous page of listing        R  Rename
10657 Spc  (space bar) Show next page           E  Export to file
10658                                           U  Import from file to folder
10660 FOLDER LIST Screen Commands              General Alpine Command
10661 ---------------------------              -----------------------
10662  A  Add a folder                          O  Show all other available commands
10663  G  Specify a folder to go to             ?  Show Help text
10664  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10665  W  Whereis (search folder names)         Q  Quit Alpine
10666  %  Print folder listing                  C  Compose a message
10667                                           #  Compose a message using roles
10668 </PRE>
10669 <!--chtml endif-->
10671 These commands are only available in the FOLDER LIST screen when the 
10672 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10673 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10674 <DT>Select:</DT>
10675 <DD>Select folders by certain criteria:<UL>
10676 <LI>All: of limited use, since there is no Apply command.
10677 <LI>by Property: <UL>
10678         <LI>folder contains messages not yet seen 
10679         <LI>folder contains new messages
10680         <LI>folder contains exactly as many, more, or fewer messages 
10681 than a given number
10682         </UL>
10683 <LI>by Text: <UL>
10684         <LI>contained in name of folder (Name Select)
10685         <LI>contained in messages in folder (Content Select)
10686         </UL>
10687 </UL></DD>
10689 <DT>Select current:</DT>
10690 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10691 add one or more folders to a set created with the Select command described 
10692 above.)</DD>
10693 <DT>Zoom mode:</DT>
10694 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10695 </DL>
10697 If the feature
10698 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10699 is set then the TAB key will display the number of recent messages and
10700 the total number of messages in the highlighted folder.
10702 The &quot;Export&quot; command causes the lowest common denominator style
10703 mailbox to be written to a file.
10704 If the file already exists, you are asked if you want to delete it.
10705 If you say No, then the operation is aborted.
10706 Export might be a reasonable way to store a backup or an archival copy of
10707 a folder.
10708 The exported-to file is a local file on the system where you are running Alpine.
10709 The &quot;Import&quot; command is the opposite of the Export command.
10710 It reads a file created by Export and asks where it should save it in your
10711 folders.
10712 This could be a new folder or an existing folder.
10713 If the folder already exists, the messages from the exported file will be
10714 appended to the folder.
10716 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10718 The purpose of the FOLDER LIST screen is to help you browse and manage
10719 the folders and directories (also known as &quot;hierarchy&quot;)
10720 contained within a collection.
10723 Folders and directories are arranged alphabetically across lines of
10724 the screen.  Directories, if present, are denoted by a special
10725 character at the end of the name known as the hierarchy delimiter
10726 (typically, &quot;/&quot;).  By default, folders and directories are
10727 mixed together.  The
10728 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10729 configuration option can be used to group directories toward the 
10730 beginning or end of the list.
10733 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10734 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10735 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10736 selected item.  Folder and directory management is provided via the
10737 Rename, Delete and Add commands.
10739 <P><CENTER>About Folders</CENTER>
10740 What are Folders?<P>
10742 Folders are simply files where messages are kept.  Every message has to be
10743 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10744 folder for sent mail and a folder for saved messages.<P>
10746 You may create as many other folders as you wish.  They must be given
10747 names that can be filenames on the filesystem.  
10750 You can move messages from one folder to another by opening the original
10751 folder and saving messages into the other folder just as you can save
10752 message from your INBOX to any other folder.<P>
10754 Folders are typically just files in the filesystem.  However, the files
10755 that are
10756 folders have some special formatting in them (so that Alpine knows where one
10757 message ends and another begins) and should <EM>not</EM> be edited outside of
10758 Alpine.  If you want copies of your messages in text files that you can edit
10759 or otherwise manipulate, use the Export command to copy them from Alpine into
10760 your regular file area.
10763 FOR MORE INFORMATION: See the section on
10764 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10766 <CENTER>About Directories</CENTER>
10768 A directory is simply a container used to group folders within a
10769 folder list.  You can create as many directories as you like.  And 
10770 directories can even contain directories themselves.
10773 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10774 to note that not all IMAP servers support directories.  If you find that
10775 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10776 then it's likely that directories are not supported by the server serving
10777 in that collection.
10780 Similarly, servers that do provide for directories may not do so in
10781 the same way.  On some servers, for example, each folder name you
10782 create is at the same time capable of being a directory.  When this
10783 happens, Alpine will display both the folder name and the name of the
10784 directory (with trailing hierarchy delimiter) in the folder list.
10787 Another issue with IMAP access, though with a much smaller set of servers,
10788 is that not all servers accept the request to list out the available
10789 folders and directories in the same way.  If you find yourself having
10790 trouble viewing folders on your server, you might investigate the
10791 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10792 feature.
10794 <UL>
10795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10796 </UL>
10798 &lt;End of help on this topic&gt;
10799 </BODY>
10800 </HTML>
10801 ========= h_valid_folder_names ========
10802 <HTML>
10803 <HEAD>
10804 <TITLE>Explanation of Valid Folder Names</TITLE>
10805 </HEAD>
10806 <BODY>
10807 <H1>Folder Name Syntax Explained</H1>
10809 Once your folder collections are defined, you can usually refer to
10810 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10811 display.  However, understanding the complete syntax for folder names,
10812 both local and remote, is handy when using the Goto command and when
10813 you are adding new folder collections via the Setups/collectionList screen.
10815 An Alpine folder name looks like
10818 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10821 The square brackets ([]) mean that the part is optional.
10824 If there is no remote-specification, then the folder name is interpreted
10825 locally on the computer running Alpine.
10826 Local folder names depend on the operating system used by the computer 
10827 running Alpine, as well as the configuration of that system.  For example,
10828 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10829 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10830 system running Unix.
10833 Alpine users have the option of using folders that are stored on some other
10834 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10835 Access Protocol), or in the case of news, via NNTP (the Network News
10836 Transport Protocol).  To be able to access remote folders in Alpine, the
10837 remote host must be running the appropriate server software (imapd or
10838 nntpd) and you must correctly specify the name of the folder to Alpine,
10839 including the domain name of the remote machine. For example,
10841 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10843 could be a remote folder specification, and so could
10845 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10848 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10850 Note that in the case of remote folders, the directory/file path in the specification is 
10851 determined by the operating system of the remote computer, <B>not</B> by
10852 the operating system of the computer on which you are running Alpine.
10854 As you can tell, the name of the computer is in &#123;} brackets
10855 followed immediately by the name of the folder.  (In each of these cases the
10856 optional namespace is missing.)  If, as in these
10857 examples, there is no remote access protocol specified, then IMAP is
10858 assumed.  Check
10859 <A HREF="h_folder_server_syntax">here</A>
10860 for a more detailed look at what options can be placed between the brackets.
10861 If there are no brackets at all, then the folder name is interpreted locally
10862 on the computer on which you are running Alpine.
10865 To the right of the brackets when a server name is present, or at the
10866 start of the foldername if no server is present, the sharp sign,
10867 &quot;#&quot;, holds special meaning.  It indicates a folder name
10868 outside the area reserved for your personal folders.  In fact, it's
10869 used to indicate both the name of the folder, and a special phrase
10870 telling Alpine how to interpret the name that follows.
10873 So, for example, Alpine can be used to access a newsgroup that might be 
10874 available on your computer using:
10876 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10878 The sharp sign indicates the folder name is outside your personal
10879 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10880 interpret the remainder of the name as a newsgroup.
10883 Similarly, to access a newsgroup on your IMAP server, you might
10884 use something like:
10886 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10889 There are a number of such special phrases (or &quot;namespaces&quot;)
10890 available.  For a more detailed explanation read about
10891 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10894 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10895 names.  The name INBOX refers to your &quot;principal incoming
10896 message folder&quot; and will be mapped to the actual file name used for your
10897 INBOX on any given host.  Therefore, a name like
10898 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10899 store incoming mail for you on that particular host.
10902 &lt;End of help on this topic&gt;
10903 </BODY>
10904 </HTML>
10905 ======= h_folder_name_namespaces =======
10906 <HTML>
10907 <HEAD>
10908 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10909 </HEAD>
10910 <BODY>
10911 <H1>Folder Name Namespaces Explained</H1>
10913 An Alpine folder name looks like
10916 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10919 The local part of a folder name has an optional &quot;Namespace&quot; which
10920 tells Alpine how to interpret the rest of the name.
10922 <P> 
10923 By default the folder name is interpreted as defining a section of your personal
10924 folder area.  This area and how you specify it are defined by the
10925 server, if one is specified, or, typically, the home
10926 directory, if no server is defined.
10929 If a namespace is specified, it begins with the
10930 sharp, &quot;#&quot;, character followed by the name of the namespace
10931 and then the namespace's path-element-delimiter.  Aside from the
10932 path's format, namespaces can also imply access rights, content
10933 policy, audience, location, and, occasionally, access methods.
10936 Each server exports its own set (possibly of size one) of 
10937 namespaces.  Hence, it's likely communication with your server's
10938 administrator will be required for specific configurations.  Some of
10939 the more common namespaces, however, include:
10941 <DL>
10942 <DT>#news.</DT>
10943 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10944 names are hierarchically defined with each level delimited by a period.
10946 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10948 </DD>
10949 <DT>#public/</DT>
10950 <DD>This specifies a folder area that the server may export to the general
10951 public.
10952 </DD>
10953 <DT>#shared/</DT>
10954 <DD>This specifies a folder area that the server may export to groups
10955 of users.
10956 </DD>
10957 <DT>#ftp/</DT>
10958 <DD>This specifies a folder area that is the same as that it may have 
10959 exported via the &quot;File Transfer Protocol&quot;.
10960 </DD>
10961 <DT>#mh/</DT>
10962 <DD>This specifies the personal folder area associated with folders
10963 and directories that were created using the MH message handling system.
10964 </DD>
10965 <DT>#move/</DT>
10966 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10968 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10970 The #move namespace is followed by two folder names separated by a delimiter
10971 character.
10972 The delimiter character may be any character that does not appear in
10973 the MailDropFolder name.
10974 The meaning of #move is that mail will be copied from the MailDropFolder to
10975 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10976 Periodic checks at frequency
10977 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10978 time between checks set by
10979 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10980 are made for new mail arriving in the MailDropFolder.
10981 An example that copies mail from a POP inbox to a local folder follows
10983 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10985 To you it appears that mail is being delivered to the local folder when it
10986 is copied from the MailDropFolder, and you read mail from the local folder.
10988 Note that if the DestinationFolder does not exist then the messages are not
10989 copied from the MailDropFolder.
10990 A #move folder may only be used as an
10991 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10992 an Inbox.
10993 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10994 on the
10995 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10996 option)
10997 the Add command has a subcommand &quot;Use Mail Drop&quot;
10998 which may be helpful for defining the folder in your Alpine configuration.
10999 The same is true when you edit the
11000 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11001 option in Setup/Config.
11002 Each of these configuration methods will also create the DestinationFolder
11003 if it doesn't already exist.
11004 If you are having problems, make sure the DestinationFolder exists.
11005 You may find some more useful information about Mail Drops at
11006 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11007 </DD>
11008 </DL>
11011 In addition, the server may support access to other user's folders,
11012 provided you have suitable permissions.  Common methods use a prefix
11013 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11014 indicate the root of the other user's folder area.
11017 No, nothing's simple.
11020 &lt;End of help on this topic&gt;
11021 </BODY>
11022 </HTML>
11023 ============= h_whatis_vcard ========================
11024 <HTML>
11025 <HEAD>
11026 <TITLE>VCARD EXPLAINED</TITLE>
11027 </HEAD>
11028 <BODY>
11029 <H1>What is the vCard format?</H1>
11030 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11031 information about and among people and organizations electronically.  
11032 More information about vCard can be found (as of May 1998) on the WWW site 
11033 of the Internet Mail Consortium at the URL:
11035 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11037 &lt;End of help on this topic&gt;
11038 </BODY>
11039 </HTML>
11040 ===== h_folder_open =====
11041 <HTML>
11042 <HEAD>
11043 <TITLE>Explanation of Folder Selection</TITLE>
11044 </HEAD>
11045 <BODY>
11046 <BR>
11047 <BR>
11048 This screen is designed to allow you to quickly and easily survey your
11049 folders and select one to open.
11050 <!--chtml if pinemode="function_key"-->
11051 <PRE>
11052 Navigating the List of Folders             General Alpine Commands
11053 ------------------------------             -----------------------
11054  P   Move to previous folder               ?   Show this help text
11055  N   Move to next folder
11056  -   Show previous screen of folders
11057 Spc  (space bar) Show next screen
11058  W   WhereIs (search folder names)
11060 Folder Selection Commands
11061 -------------------------
11062  E   Exit the Folder Select menu (without selecting a folder)
11063  S   Select the currently highlighted folder
11064 </PRE>
11065 <!--chtml else-->
11066 <PRE>
11067 Navigating the List of Folders             General Alpine Commands
11068 ------------------------------             -----------------------
11069 F5   Move to previous folder               F1  Show this help text
11070 F6   Move to next folder
11071 F7   Show previous screen of folders
11072 F8   Show next screen of folders
11073 F12  WhereIs (search folder names)
11075 Folder Selection Commands
11076 -------------------------
11077 F3   Exit the Folder Select menu (without selecting a folder)
11078 F4   Select the currently highlighted folder
11079 </PRE>
11080 <!--chtml endif-->
11082 FOR MORE INFORMATION: See the section on
11083 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11085 &lt;End of help on this topic&gt;
11086 </BODY>
11087 </HTML>
11088 ===== h_folder_subscribe =====
11089 <HTML>
11090 <HEAD>
11091 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11092 </HEAD>
11093 <BODY>
11094 <H1>FOLDER SUBSCRIBE HELP</H1>
11096 This screen is designed to help you subscribe to newsgroups you are
11097 not currently subscribed to.  The screen display is a list of all
11098 available newsgroups (or possibly a partial list if you specified a
11099 partial name when entering the screen).  Groups you have already
11100 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11101 select a single new group to subscribe to by moving the cursor to that
11102 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11103 you may change into ListMode with the &quot;ListMode&quot; command.
11104 The display will change slightly so that each group has a checkbox in
11105 front of it.  Use the cursor and the Set/Unset command to place an
11106 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11109 When you are finished marking groups, the &quot;Subscribe&quot;
11110 command will subscribe you to those groups you have marked.  Note, you
11111 may not unsubscribe to groups with this command.  Instead of the
11112 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11113 UnSbscrbe command.
11116 <!--chtml if pinemode="function_key"-->
11117 <PRE>
11118 Navigating the List of Newsgroups          General Alpine Commands
11119 ---------------------------------          -----------------------
11120 F5   Move to previous group                F1   Show this help text
11121 F6   Move to next group
11122 F7   Show previous screen of groups
11123 F8   Show next screen of groups
11124 F12  WhereIs (search group names)
11125 F9   Use ListMode
11127 Group Selection Commands
11128 -------------------------
11129 F3  Exit the News Subscribe menu (without selecting any groups)
11130 F4  Subscribe to the currently highlighted newsgroup
11131 </PRE>
11132 <!--chtml else-->
11133 <PRE>
11134 Navigating the List of Newsgroups          General Alpine Commands
11135 ---------------------------------          -----------------------
11136  P   Move to previous group                ?   Show this help text
11137  N   Move to next group
11138  -   Show previous screen of groups
11139 Spc  (space bar) Show next screen
11140  W   WhereIs (search group names)
11141  L   Use ListMode
11143 Group Selection Commands
11144 -------------------------
11145  E   Exit the News Subscribe menu (without selecting any groups)
11146  S   Subscribe to the currently highlighted newsgroup
11147 </PRE>
11148 <!--chtml endif-->
11150 When in ListMode, there is an additional command for marking groups to
11151 subscribe to:
11153 <!--chtml if pinemode="function_key"-->
11154 <PRE>
11155 ListMode Commands
11156 -------------------------
11157 F9  Set or unset the highlighted group
11158 </PRE>
11159 <!--chtml else-->
11160 <PRE>
11161 ListMode Commands
11162 -------------------------
11163 X   Set or unset the highlighted group
11164 </PRE>
11165 <!--chtml endif-->
11167 &lt;End of help on this topic&gt;
11168 </BODY>
11169 </HTML>
11170 ===== h_folder_postnews =====
11171 <HTML>
11172 <HEAD>
11173 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11174 </HEAD>
11175 <BODY>
11176 This screen is designed to allow you to quickly and easily survey
11177 the available newsgroups and select one to post news to.
11179 <!--chtml if pinemode="function_key"-->
11180 <PRE>
11181 Navigating the List of Newsgroups          General Alpine Commands
11182 ---------------------------------          -----------------------
11183 F5   Move to previous group                F1  Show this help text
11184 F6   Move to next group
11185 F7   Show previous screen of groups
11186 F8   Show next screen of groups
11187 F12  WhereIs (search group names)
11189 Group Selection Commands
11190 -------------------------
11191 F3   Exit the Selection menu (without selecting a group)
11192 F4   Select the currently highlighted newsgroup
11193 </PRE>
11194 <!--chtml else-->
11195 <PRE>
11196 Navigating the List of Newsgroups          General Alpine Commands
11197 ---------------------------------          -----------------------
11198  P   Move to previous group                ?  Show this help text
11199  N   Move to next group
11200  -   Show previous screen of groups
11201 Spc  (space bar) Show next screen of groups
11202  W   WhereIs (search group names)
11204 Group Selection Commands
11205 -------------------------
11206  E   Exit the Selection menu (without selecting a group)
11207  S   Select the currently highlighted newsgroup
11208 </PRE>
11209 <!--chtml endif-->
11211 &lt;End of help on this topic&gt;
11212 </BODY>
11213 </HTML>
11214 ===== h_folder_save =====
11215 <HTML>
11216 <HEAD>
11217 <TITLE>Folder Select for Save Explained</TITLE>
11218 </HEAD>
11219 <BODY>
11220 This screen is designed to allow you to quickly and easily survey your
11221 folders and select one to use for saving the current message.
11224 <!--chtml if pinemode="function_key"-->
11225 <PRE>
11226 Navigating the List of Folders             General Alpine Commands
11227 ------------------------------             -----------------------
11228 F5   Move to previous folder               F1  Show this help text
11229 F6   Move to next folder
11230 F7   Show previous screen of folders
11231 F8   Show next screen of folders
11232 F12  WhereIs (search folder names)
11234 Folder Selection Commands
11235 -------------------------
11236 F3   Exit the Folder Select menu (without selecting a folder)
11237 F4   Select the currently highlighted folder
11238 F11  AddNew folder (just like Select, but you type in a new folder name)
11239 </PRE>
11240 <!--chtml else-->
11241 <PRE>
11242 Navigating the List of Folders             General Alpine Commands
11243 ------------------------------             -----------------------
11244  P   Move to previous folder               ?  Show this help text
11245  N   Move to next folder
11246  -   Show previous screen of folders
11247 Spc  (space bar) Show next screen of folders
11248  W   WhereIs (search folder names)
11250 Folder Selection Commands
11251 -------------------------
11252  E   Exit the Folder Select menu (without selecting a folder)
11253  S   Select the currently highlighted folder
11254  A   AddNew folder (just like Select, but you type in a new folder name)
11255 </PRE>
11256 <!--chtml endif-->
11258 FOR MORE INFORMATION: See the section on
11259 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11261 &lt;End of help on this topic&gt;
11262 </BODY>
11263 </HTML>
11264 ===== h_folder_fcc =====
11265 <HTML>
11266 <HEAD>
11267 <TITLE>Folder Select for Fcc Explained</TITLE>
11268 </HEAD>
11269 <BODY>
11270 This screen is designed to allow you to quickly and easily survey your
11271 folders and select one to use as the file carbon copy (fcc) for the
11272 current message.
11275 <!--chtml if pinemode="function_key"-->
11276 <PRE>
11277 Navigating the List of Folders             General Alpine Commands
11278 ------------------------------             -----------------------
11279 F5   Move to previous folder               F1  Show this help text
11280 F6   Move to next folder
11281 F7   Show previous screen of folders
11282 F8   Show next screen of folders
11283 F12  WhereIs (search folder names)
11285 Folder Selection Commands
11286 -------------------------
11287 F3   Exit the Folder Select menu (without selecting a folder)
11288 F4   Select the currently highlighted folder
11289 F11  AddNew folder (just like Select, but you type in a new folder name)
11290 </PRE>
11291 <!--chtml else-->
11292 <PRE>
11293 Navigating the List of Folders             General Alpine Commands
11294 ------------------------------             -----------------------
11295  P   Move to previous folder               ?  Show this help text
11296  N   Move to next folder
11297  -   Show previous screen of folders
11298 Spc  (space bar) Show next screen of folders
11299  W   WhereIs (search folder names)
11301 Folder Selection Commands
11302 -------------------------
11303  E   Exit the Folder Select menu (without selecting a folder)
11304  S   Select the currently highlighted folder
11305  A   AddNew folder (just like Select, but you type in a new folder name)
11306 </PRE>
11307 <!--chtml endif-->
11309 FOR MORE INFORMATION: See the section on
11310 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11312 &lt;End of help on this topic&gt;
11313 </BODY>
11314 </HTML>
11315 ===== h_folder_pattern_roles =====
11316 <HTML>
11317 <HEAD>
11318 <TITLE>Folder Select for Current Folder Explained</TITLE>
11319 </HEAD>
11320 <BODY>
11321 This screen is designed to allow you to quickly and easily survey your
11322 folders and select one to use as the specific Current Folder
11323 in a Pattern.
11326 <!--chtml if pinemode="function_key"-->
11327 <PRE>
11328 Navigating the List of Folders             General Alpine Commands
11329 ------------------------------             -----------------------
11330 F5   Move to previous folder               F1  Show this help text
11331 F6   Move to next folder
11332 F7   Show previous screen of folders
11333 F8   Show next screen of folders
11334 F12  WhereIs (search folder names)
11336 Folder Selection Commands
11337 -------------------------
11338 F3   Exit the Folder Select menu (without selecting a folder)
11339 F4   Select the currently highlighted folder
11340 F11  AddNew folder (just like Select, but you type in a new folder name)
11341 </PRE>
11342 <!--chtml else-->
11343 <PRE>
11344 Navigating the List of Folders             General Alpine Commands
11345 ------------------------------             -----------------------
11346  P   Move to previous folder               ?  Show this help text
11347  N   Move to next folder
11348  -   Show previous screen of folders
11349 Spc  (space bar) Show next screen of folders
11350  W   WhereIs (search folder names)
11352 Folder Selection Commands
11353 -------------------------
11354  E   Exit the Folder Select menu (without selecting a folder)
11355  S   Select the currently highlighted folder
11356  A   AddNew folder (just like Select, but you type in a new folder name)
11357 </PRE>
11358 <!--chtml endif-->
11360 FOR MORE INFORMATION: See the section on
11361 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11363 &lt;End of help on this topic&gt;
11364 </BODY>
11365 </HTML>
11366 ===== h_folder_stayopen_folders =====
11367 <HTML>
11368 <HEAD>
11369 <TITLE>Folder Select Explained</TITLE>
11370 </HEAD>
11371 <BODY>
11372 This screen is designed to allow you to quickly and easily survey your
11373 folders and select one to use as a Stay-Open folder.
11376 <!--chtml if pinemode="function_key"-->
11377 <PRE>
11378 Navigating the List of Folders             General Alpine Commands
11379 ------------------------------             -----------------------
11380 F5   Move to previous folder               F1  Show this help text
11381 F6   Move to next folder
11382 F7   Show previous screen of folders
11383 F8   Show next screen of folders
11384 F12  WhereIs (search folder names)
11386 Folder Selection Commands
11387 -------------------------
11388 F3   Exit the Folder Select menu (without selecting a folder)
11389 F4   Select the currently highlighted folder
11390 F11  AddNew folder (just like Select, but you type in a new folder name)
11391 </PRE>
11392 <!--chtml else-->
11393 <PRE>
11394 Navigating the List of Folders             General Alpine Commands
11395 ------------------------------             -----------------------
11396  P   Move to previous folder               ?  Show this help text
11397  N   Move to next folder
11398  -   Show previous screen of folders
11399 Spc  (space bar) Show next screen of folders
11400  W   WhereIs (search folder names)
11402 Folder Selection Commands
11403 -------------------------
11404  E   Exit the Folder Select menu (without selecting a folder)
11405  S   Select the currently highlighted folder
11406  A   AddNew folder (just like Select, but you type in a new folder name)
11407 </PRE>
11408 <!--chtml endif-->
11410 FOR MORE INFORMATION: See the section on
11411 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11413 &lt;End of help on this topic&gt;
11414 </BODY>
11415 </HTML>
11416 ===== h_folder_action_roles =====
11417 <HTML>
11418 <HEAD>
11419 <TITLE>Folder Select Explained</TITLE>
11420 </HEAD>
11421 <BODY>
11422 This screen is designed to allow you to quickly and easily survey your
11423 folders and select one to use as the folder into which messages
11424 matching this filter will be moved.
11427 <!--chtml if pinemode="function_key"-->
11428 <PRE>
11429 Navigating the List of Folders             General Alpine Commands
11430 ------------------------------             -----------------------
11431 F5   Move to previous folder               F1  Show this help text
11432 F6   Move to next folder
11433 F7   Show previous screen of folders
11434 F8   Show next screen of folders
11435 F12  WhereIs (search folder names)
11437 Folder Selection Commands
11438 -------------------------
11439 F3   Exit the Folder Select menu (without selecting a folder)
11440 F4   Select the currently highlighted folder
11441 F11  AddNew folder (just like Select, but you type in a new folder name)
11442 </PRE>
11443 <!--chtml else-->
11444 <PRE>
11445 Navigating the List of Folders             General Alpine Commands
11446 ------------------------------             -----------------------
11447  P   Move to previous folder               ?  Show this help text
11448  N   Move to next folder
11449  -   Show previous screen of folders
11450 Spc  (space bar) Show next screen of folders
11451  W   WhereIs (search folder names)
11453 Folder Selection Commands
11454 -------------------------
11455  E   Exit the Folder Select menu (without selecting a folder)
11456  S   Select the currently highlighted folder
11457  A   AddNew folder (just like Select, but you type in a new folder name)
11458 </PRE>
11459 <!--chtml endif-->
11461 FOR MORE INFORMATION: See the section on
11462 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11464 &lt;End of help on this topic&gt;
11465 </BODY>
11466 </HTML>
11467 ===== h_abook_config =====
11468 <HTML>
11469 <HEAD>
11470 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11471 </HEAD>
11472 <BODY>
11473 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11474 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11475 <!--chtml if pinemode="function_key"-->
11476 <PRE>
11477 Available  Commands                        
11478 -------------------------------            
11479 F1  Show Help Text                         
11480 F3  Back to MAIN Alpine menu                 
11481 F4  Change configuration for address book  
11482 F5  Move to previous address book          
11483 F6  Move to next address book              
11484 F7  Previous page of address books         
11485 F8  Next page of address books             
11486 F9  Add new address book                   
11487 F10 Delete existing address book           
11488 F11 Shuffle the order of address books     
11489 F12 Whereis (search address book titles)   
11490 </PRE>
11491 <!--chtml else-->
11492 <PRE>
11493 Navigation                     General Alpine Commands
11494 -----------------------        -----------------------
11495  P  Prev Address Book           ?  Display this help text
11496  N  Next Address Book           E  Back to MAIN Alpine menu
11497  -  Previous page
11498 Spc (space bar) Next page
11499  W  WhereIs (search for word in address book titles)
11501 Setup Address Books Commands
11502 ------------------------------------------------
11503  A  Add new address book          $  Shuffle the order of address books
11504  D  Delete existing address book  C  Change configuration for address book
11505 </PRE>
11506 <!--chtml endif-->
11508 <H2>Description of the Setup Address Books Screen</H2>
11510 This screen lets you add, delete, modify, or change the order of your
11511 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11512 fill in.  If you are adding a remote address book on an IMAP server
11513 you should fill in the name of the IMAP server.  Otherwise, leave
11514 that field blank.  (Note that remote IMAP address books are an Alpine
11515 concept and are unlikely to interoperate with other mail clients.)
11516 For a remote address book, fill in the name of the remote folder
11517 in the Folder field.  This should be a folder that is used only for
11518 this one purpose, not a general purpose folder you expect to store
11519 messages in.
11520 <P>If you are adding a local address book, fill in the
11521 Folder Name field with a local file name (e.g., .addressbook).
11523 <B>Please note:</B> Remote address books stored on an IMAP server are 
11524 of an entirely different format (namely, a special-purpose 
11525 &quot;mail folder&quot;) than that of the local addressbook familiar 
11526 to Alpine users.  Therefore, 
11527 you cannot use &quot;add a remote address book&quot; to make an existing 
11528 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11529 Alpine running on a different host.  
11532 The &quot;Del Abook&quot; command allows you to remove an address book
11533 from your configuration.  It will also ask you if you wish to remove
11534 the data for that address book, which would erase all traces of the
11535 address book if you answer Yes.
11538 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11539 The difference is that instead of adding a new address book to your
11540 configuration, you are changing the configuration of an existing entry.
11541 For example, you might want to correct a typing error or change a
11542 nickname.  The &quot;Change&quot; command is not a move command.  If you
11543 change the folder name or server name the data will not be moved for you.
11546 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11547 an address book toward another address book in the same group then
11548 the order of those two address books will be swapped.  If you shuffle
11549 the last Personal address book down towards the Global address book
11550 section, it will become a Global address book.  If you shuffle
11551 the first Global address book up it will become a Personal address
11552 book.  The main difference between Personal and Global address
11553 books is that Global address books are forced read-only.
11554 <P><UL>
11555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11556 </UL>
11558 &lt;End of help on this topic&gt;
11559 </BODY>
11560 </HTML>
11561 ===== h_abook_top =====
11562 <HTML>
11563 <HEAD>
11564 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11565 </HEAD>
11566 <BODY>
11567 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11568 <!--chtml if pinemode="function_key"-->
11569 <PRE>
11570 Available  Commands -- Group 1         Available Commands -- Group 2
11571 -------------------------------        ------------------------------
11572 F1  Show Help Text                      F1  Show Help Text
11573 F2  See commands in next group          F2  See commands in next group
11574 F3  Exit to MAIN MENU                   F3  Quit Alpine
11575 F4  View/Edit selected address book
11576 F5  Move to previous address book       F5  FOLDER LIST screen
11577 F6  Move to next address book           F6  Specify a folder to go to
11578 F7  Previous page                       F7  MESSAGE INDEX screen
11579 F8  Next page                           F9  Print list of address books
11580 F12 Whereis (search for word)
11581 </PRE>
11582 <!--chtml else-->
11583 <PRE>
11584 Navigation                       General Alpine Commands
11585 -----------------------          -----------------------
11586  P  Previous Entry                ?  Display this help text
11587  N  Next Entry                    O  Show all other available commands
11588  -  Previous page                 &lt;  Back to MAIN Alpine menu
11589 Spc (space bar) Next page         Q  Quit Alpine
11590  W  WhereIs (search for word)     L  FOLDER LIST screen
11591                                   G  Specify a folder to go to
11592 Address Book Commands             I  MESSAGE INDEX screen
11593 ------------------------------------------------
11594  &gt;  View/Edit selected address book
11595               or
11596  &gt;  Search on selected directory server
11598  %  Print list of address books and directory servers
11599 </PRE>
11600 <!--chtml endif-->
11602 <H2>Description of the Address Book List Screen</H2>
11604 From this screen you may choose which address book you wish to view
11605 or edit. For more information on address books, view one of your
11606 address books (with
11607 <!--chtml if pinemode="function_key"-->
11609 <!--chtml else-->
11610 &quot;&gt;&quot;
11611 <!--chtml endif-->)
11612 and see the Help Text there.<P>
11614 You may also choose a directory server on which to search for entries.
11615 You do that by highlighting the directory server line and using
11616 <!--chtml if pinemode="function_key"-->
11618 <!--chtml else-->
11619 &quot;&gt;&quot;
11620 <!--chtml endif-->.<P>
11622 If you wish to define new address books or directory servers go to the Main
11623 menu and choose Setup. You may then either choose to setup AddressBooks or
11624 Directory (among other things). It's possible that the Directory option
11625 will not be there if the Alpine you are using does not contain LDAP directory
11626 lookup functionality.
11628 <P><UL>
11629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11630 </UL><P>
11631 &lt;End of help on this topic&gt;
11632 </BODY>
11633 </HTML>
11634 ===== h_abook_opened =====
11635 <HTML>
11636 <HEAD>
11637 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11638 </HEAD>
11639 <BODY>
11640 <H1>THE ALPINE ADDRESS BOOK</H1>
11641 <H2>ADDRESS BOOK COMMANDS</H2>
11642 <PRE>
11643 <!--chtml if pinemode="function_key"-->
11644 Available  Commands -- Group 1         Available Commands -- Group 2   
11645 -------------------------------        ------------------------------  
11646 F1  Show Help Text                      F1  Show Help Text             
11647 F2  See commands in next group          F2  See commands in next group
11648 F3  Exit this screen                    F3  Quit Alpine                  
11649 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11650 F5  Move to previous entry              F5  FOLDER LIST screen         
11651 F6  Move to next entry                  F6  Specify a folder to go to  
11652 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11653 F8  Next page of address book           F8  Compose to entry using roles
11654 F9  Add new entry to address book       F9  Print address book         
11655 F10 Delete selected entry               F10 TakeAddr to another addrbook
11656 F11 Compose to selected entry           F11 Save or Export addrbook selections
11657 F12 Whereis (search address book)       F12 Forward entry by mail       
11659 Available Commands -- Group 3                                           
11660 ------------------------------                                          
11661 F3  Select                              F6  Zoom (or unZoom)            
11662 F5  Select Current                      F7  Apply Command to Selection  
11663 <!--chtml else-->
11664 Address Book Navigation        General Alpine Commands
11665 -----------------------        -----------------------
11666  P  Prev Address                  ?  Display this help text
11667  N  Next Address                  O  Show all other available commands
11668  -  Previous page of address book M  Back to MAIN MENU
11669 Spc (space bar) Next page         Q  Quit Alpine
11670  W  WhereIs (search for word      C  Compose message to selected addr
11671      or name in address book)     #  Compose to addr using roles
11672  &lt;  To List of Address Books if   L  FOLDER LIST screen
11673      more than one, else to MAIN  G  Specify a folder to go to
11674                                   I  MESSAGE INDEX screen
11676 Address Book Commands
11677 ----------------------------------------------------
11678  &gt;  View/Update selected entry    D  Delete selected entries
11679  %  Print address book            S  Save or Export address book selections
11680  F  Forward entries by mail       @  Add new entry to address book
11682  ;  Select command                Z  Toggle Zoom Mode
11683  :  Select highlighted entry      A  Apply command to selected entries
11685 <!--chtml endif-->
11686 </PRE>
11687 Note:  The presence or absence of the final four commands above is
11688 controlled by the option 
11689 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11692 <H2>Description of the Address Book Screen</H2>
11694 This screen lets you edit and manage entries in your address book.  It
11695 also acts as a short-cut for composing messages to people in the address
11696 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11697 message starts &quot;pre-addressed&quot; to whatever address book entry is
11698 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
11699 role to use in your composition.
11701 Alpine's address book helps you keep a list of addresses you send email to so
11702 you do not have to remember addresses that are often complex.  Each entry
11703 in the address book has five fields, all of them optional.  The three
11704 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11706         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11707         This is what you type in as you are addressing the message in the
11708         composer.  If there is a matching entry in your address book(s),
11709         Alpine will extract the corresponding FullName and Address fields to
11710         generate the actual address for your message.
11712         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11713 of the
11714         person or organization.  Usually the full names are put in last
11715         name first so they sort nicely in alphabetical order.  Whatever
11716         you put as the name here will appear on the message when it is
11717         finally delivered.  Examples:<PRE>
11718            Garcia Marquez, Gabriel
11719            Henscheid, Eckhard
11720            Alpine-Info mailing list
11721            Library materials renewal requests
11722            Kim An-guk
11723            &quot;George III, King of Great Britain, 1738-1820&quot;
11724 </PRE>
11725 (In the second-to-last example, no comma is used in the name so that 
11726 the family name appears first in the address book and when the entry is 
11727 used in the composer.
11728 In the last example, retaining the commas is intended; 
11729 double-quotation marks surround the name to 
11730 prevent the transposition of its parts when the entry is used in 
11731 the composer.)
11733         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11734         a valid Internet address that conforms to the Internet message
11735         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11737 The two fields that aren't usually visible are:<DL>
11739   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11740         message to this address to be saved in.  If this field is set, and
11741         this address is the first one in the message's To: header, then
11742         Alpine will use this folder name for the FCC in lieu of the normal
11743         FCC folder name.
11745   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11746         </DL>
11748 Due to screen width limitations, these last two fields do not show up in
11749 the normal ADDRESS BOOK display.  You may select the 
11750 &quot;View/Update&quot; command to
11751 view or modify them.  You may use the configuration variable
11752 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11753 to add these fields to your ADDRESS BOOK 
11754 display, or to modify the format of the display.
11756 <H2>Sorting the Address book</H2>
11758 By default, address book entries are sorted alphabetically on the full
11759 name with distribution lists sorted to the end.  Sorting can be changed by
11760 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11761 --assuming you have &quot;write&quot; permission for the address book file.
11763 Unlike the sorting of folders (which only changes presentation), sorting an
11764 address book actually changes the file as it is kept on the computer.  For
11765 this reason you won't be able to sort a shared or system-wide address
11766 book.
11768 <H2>Adding New Entries</H2>
11770 The easiest way to add new entries to your address book is to use the
11771 &quot;TakeAddr&quot; command when viewing a message.
11772 This command allows you to take addresses from the header and body of the
11773 message and put them into your address book, without having to type
11774 them in.
11777 To manually add a new entry from within the address book screen, use the AddNew
11778 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11779 Use this command both for adding a simple alias and for adding a
11780 distribution list.
11782 <H2>Distribution Lists</H2>
11784 Address book entries can be simple cases of aliases (a single nickname is linked
11785 to a single email address) or distribution lists (a single nickname
11786 pointing at more than one email address).  Each distribution list has a
11787 nickname, a full name and a list of addresses.  The addresses may be
11788 actual addresses or they may be other nicknames in your address book.
11789 They may even refer to other distribution lists.
11790 There's really no difference between a simple alias and a distribution list,
11791 other than the number of addresses.
11792 Therefore, you can turn a simple alias with one address into a distribution
11793 list simply by adding more addresses.
11794 To add entries to an existing list or alias
11795 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
11796 a single address from the list if the cursor is placed on the address;
11797 it will delete the entire distribution list if the cursor is on the
11798 nickname/fullname line.  View/Update may also be used to delete addresses
11799 from a list.
11801 Address field entries in distribution lists may take any one of three
11802 forms: a nickname existing in any of the defined address books, a normal
11803 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11804 fullname/address combination, e.g. &quot;John Smith
11805 &lt;jsmith@art.example.com&gt;&quot;.
11807 Distribution lists in Alpine address books can only be used by the person or
11808 people who have access to that address book.  They are not usually used to
11809 implement discussion groups, but can be used to facilitate small
11810 discussion groups if all the participants have access to the same shared
11811 address book.
11813 <H2>FCC and Comments</H2>
11815 As mentioned above, each entry in the address book also has two other optional
11816 fields, Fcc and Comments.  The command to look at or change either of these
11817 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
11818 Comments field is just for your own use.  The Fcc field overrides the
11819 default Fcc if this address is the first one on the To line.  The WhereIs
11820 command may be used to search for particular strings in the address book,
11821 including fields that are not visible (like Comment and Fcc by default).
11823 <H2>Aggregate Operations</H2>
11825 If the feature
11826 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11827 is turned on (the default), then the four commands &quot;Select&quot;,
11828 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11829 are available.  The two selection commands allow you to mark a set of
11830 address book entries as being selected.  If you have more than one address
11831 book, the selections may be in more than one of those address books.
11832 The &quot;Zoom&quot; command will toggle between displaying only the selected
11833 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11834 apply one of the regular address book commands to all of the selected
11835 entries.  Usually the address book commands apply to only the entry
11836 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11837 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11838 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11840 <H2>Exporting and Forwarding Address book entries</H2>
11842 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
11843 address book entry is placed in a plain text file in your home directory
11844 <!--chtml if pinemode="running"-->
11845 (which, in the present configuration of your system, is
11846  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11847 <!--chtml endif-->
11848 or current working directory
11849 <!--chtml if pinemode="running"-->
11850 (which, at least for your current Alpine &quot;session,&quot; 
11851 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11852 <!--chtml endif-->, depending on the 
11853 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11854 configuration setting.  If you have some entries selected and use the
11855 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11856 placed in the text file.
11858 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11859 address book entry is placed in a special attachment and you are put into
11860 the composer.  You can fill in some comments in the body of the message,
11861 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11862 may use the TakeAddr command on that message to insert the address book
11863 entry you sent in their own address book.  If you have some entries
11864 selected and use the Apply Forward command all of the selected entries
11865 will be forwarded in a single message.  You may
11866 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.
11867 The recipient must be using Alpine in order to receive this correctly.
11868 One way for the recipient to handle this might be to create an empty
11869 address book and then &quot;Take&quot; your forwarded address book entries into
11870 that empty address book.
11872 <H2>Multiple and/or Site-Wide Address books</H2>
11874 You may have more than one personal address book.  In addition, there may
11875 be one or more global address books.  This capability allows you to have
11876 multiple personal address books (some of which may be shared) and it also
11877 allows system administrators to implement site-wide address books that
11878 contain entries for users on multiple machines within the organization.
11879 <P><DL>
11880 <DT>Searching
11881   <DD> If you enter a nickname when composing a message, your
11882   personal address books will be searched through in order, and then the
11883   global address book(s) searched. If more than one address book has an entry
11884   for the nickname, Alpine uses the first one that it finds, so an entry in
11885   your personal address book would override a global address book entry. If
11886   after searching all the address books there is still no match, (Unix) Alpine
11887   then searches the local host password file on the assumption that you have
11888   entered a local user name rather than an address book nickname.
11889   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11890   command, but global address books are always searched after personal
11891   address books.
11893   <P><DT>Tab completion
11894   <DD> If the
11895   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11896   feature is turned on (the default) then the Tab key may be used
11897   in the composer to complete partially typed nicknames in the To
11898   or Cc lines. You type the first few letters of a nickname and then
11899   press the Tab key. It there is only one nickname that matches it will
11900   be filled in by Alpine. If there is more than one the unambiguous part
11901   of the nicknames will be filled in. For example, if your address book or
11902   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11903   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11904   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11905   If you then type a second Tab character you will be presented with a list
11906   of matching nicknames to select from. Alternatively, you could type another
11907   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11908   in the entire &quot;barbecue&quot; entry.
11910   <P><DT>Defining
11911   <DD> You define multiple personal address books in the 
11912   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11913   from the MAIN MENU.  
11914   You may add as many as you like.  Global address books are usually
11915   site-wide address books defined by the System administrator, but
11916   you may define global address books of your own just like you define
11917   personal address books.
11919   <P><DT>Creating and updating
11920   <DD> Personal address books are normally created empty
11921   and populated by explicit additions from within Alpine, e.g. via the
11922   TakeAddr command.  Unlike personal address books, global address books may
11923   not be modified/updated from within Alpine; that is, they are Read-Only.
11924   Thus, global address books are created, populated and updated outside of
11925   Alpine. They might be hand-edited, generated by a program from another
11926   database, or by copying an existing address book.  They might also be
11927   some other user's personal address book, and so be modified normally by
11928   that user but accessed Read-Only by you.  See the Alpine Technical
11929   Notes document (included in the Alpine distribution) for more information on
11930   this.
11932   <P><DT>Accessing
11933   <DD>There are two different types of address books in Alpine.
11934   A local address book is stored in a regular file and the normal file
11935   access permissions apply.  A remote address book is stored on an IMAP
11936   server in a special folder that contains only messages pertaining to
11937   that address book.  The last message in the remote folder contains a
11938   copy of the address book data, and that data is copied to a local cache
11939   file in your home directory.  From there it is accessed just like a local
11940   address book.  The name of the cache file is kept track of in a special
11941   file called the
11942   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11943   the name of which is stored in
11944   your Alpine configuration file the first time you use a remote address book.
11945   Just as local Alpine address books use a format that only Alpine understands,
11946   remote Alpine address books do the same and other mail reading programs
11947   are unlikely to be able to understand them.<P>
11948   While global address books are explicitly intended to be shared, there is
11949   nothing to prevent you from sharing a personal address book with other
11950   Alpine users. This might be useful in the case of a small workgroup.
11951   However, it is recommended that updates to shared personal address books
11952   be done when other Alpine users are not accessing the address book. Alpine
11953   does not do any file-locking to manage concurrent updates to the
11954   addressbook, but it does check to see if the file has been modified before
11955   making any changes.  Consequently, inadvertent concurrent updates will
11956   only cause other Alpine users to have to restart their address book
11957   operation, which will cause Alpine to reopen the updated file.
11959   <P><DT>Converting to Remote
11960   <DD>The easiest way to convert an existing local
11961   address book into a remote address book is to create an empty new remote
11962   personal address book by typing &quot;A&quot; to execute the
11963   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11964   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11965   address book.
11966   After you have added the empty
11967   remote address book, go into the screen for the address book you wish
11968   to copy and &quot;Select&quot; &quot;All&quot;.
11969   This selects every entry in that
11970   address book.  Then type the command &quot;Apply Save&quot;.
11971   You will be asked for the address book to save to.  You may use ^P and ^N
11972   to get to the new empty address book, then hit RETURN and the addresses
11973   will be copied.
11974   At this point you'll probably want to unselect all the entries in the local
11975   address book before proceeding. You do that with
11976   &quot;Select&quot; &quot;unselect All&quot;.
11978 </DL>
11979 <UL>
11980 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11981 </UL>
11982 <P><UL>
11983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11984 </UL>
11986 &lt;End of help on this topic&gt;
11987 </BODY>
11988 </HTML>
11989 ===== h_abook_select_addr =====
11990 <HTML>
11991 <HEAD>
11992 <TITLE>Addressbook Selection Explained</TITLE>
11993 </HEAD>
11994 <BODY>
11995 <H1>SELECT ADDRESS</H1>
11996 <!--chtml if pinemode="function_key"-->
11997 <PRE>
11998 Navigating the List of Messages               General Alpine Commands
11999 -------------------------------               -----------------------
12000 F5   Move to previous entry                   F1  Show this help text
12001 F6   Move to next entry
12002 F7   Show previous screen of address book
12003 F8   Show next screen of address book
12004 F12  WhereIs (search through address book)
12006 Address Selection Commands
12007 --------------------------
12008 F3   Exit the Address Select screen (without selecting an address)
12009 F4   Select the currently highlighted entry
12010 </PRE>
12011 <!--chtml else-->
12012 <PRE>
12013 Navigating the List of Messages               General Alpine Commands
12014 -------------------------------               -----------------------
12015  P   Move to previous entry                    ?  Show this help text
12016  N   Move to next entry
12017  -   Show previous screen of address book
12018 Spc  (space bar) Show next screen of address book
12019  W   WhereIs (search through address book)
12021 Address Selection Commands
12022 --------------------------
12023  E   Exit the Address Select screen (without selecting an address)
12024  S   Select the currently highlighted entry
12025 </PRE>
12026 <!--chtml endif-->
12029 This screen is designed to let you easily scan your address book(s) in
12030 order to select an entry for the message you are composing.  You cannot
12031 edit your address book in any way at this time, for address book
12032 maintenance, select the address book command when not composing a message.
12035 If you are composing a message and know the nickname of the person/list you
12036 want, you can bypass this screen by simply typing in the nickname on the
12037 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12038 selecting an entry does not cancel your message.
12041 FOR MORE INFORMATION on addressing see
12042 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12043 <A HREF="h_abook_opened">Address Book Screen's</A>
12044 help text.
12046 &lt;End of help on this topic&gt;
12047 </BODY>
12048 </HTML>
12049 ===== h_abook_select_top =====
12050 <HTML>
12051 <HEAD>
12052 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12053 </HEAD>
12054 <BODY>
12055 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12056 <!--chtml if pinemode="function_key"-->
12057 <PRE>
12058 Navigating the List of Address Books       General Alpine Commands
12059 ------------------------------------       -----------------------
12060 F4   View the highlighted address book
12061 F5   Move to previous address book         F1  Show this help text
12062 F6   Move to next address book
12063 F7   Show previous screen of address books
12064 F8   Show next screen of address books
12065 F12  WhereIs (search through address books)
12067 Address Selection Commands
12068 --------------------------
12069 F3   Exit the Address Select screen (without selecting an address)
12070 F4   Select the currently selected entries (if using ListMode)
12071 F9   Change to ListMode
12072 </PRE>
12073 <!--chtml else-->
12074 <PRE>
12075 Navigating the List of Address Books       General Alpine Commands
12076 ------------------------------------       -----------------------
12077  &gt;   View the highlighted address book
12078  P   Move to previous address book         ?  Show this help text
12079  N   Move to next address book
12080  -   Show previous screen of address books
12081 Spc  (space bar) Show next screen of address books
12082  W   WhereIs (search through address books)
12084 Address Selection Commands
12085 --------------------------
12086  E   Exit the Address Select screen (without selecting an address)
12087  S   Select the currently selected entries (if using ListMode)
12088  L   Change to ListMode
12089 </PRE>
12090 <!--chtml endif-->
12093 This screen is designed to let you easily scan your address book(s) in
12094 order to select entries for the message you are composing.  You cannot
12095 edit your address book in any way at this time.  For address book
12096 maintenance, select the address book command when not composing a message.
12099 If you are composing a message and know the nickname of the person/list you
12100 want, you can bypass this screen by simply typing in the nickname on the
12101 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12102 selecting an entry does not cancel your message.
12105 The ListMode command will add a column at the left edge of the screen.
12106 You mark the entries that you wish to select with the &quot;X&quot; command.
12107 This allows you to choose more than one entry at a time.
12110 An alternative method of composing a message to entries in your
12111 address book(s) is to first use the &quot;Select&quot; command from
12112 the address book maintenance screen and then the &quot;Apply&quot;
12113 &quot;ComposeTo&quot; command to start the composer composing to the
12114 selected entries.
12117 FOR MORE INFORMATION on addressing see
12118 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12119 <A HREF="h_abook_opened">Address Book Screen's</A>
12120 help text.
12122 &lt;End of help on this topic&gt;
12123 </BODY>
12124 </HTML>
12125 ===== h_abook_select_listmode =====
12126 <HTML>
12127 <HEAD>
12128 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12129 </HEAD>
12130 <BODY>
12131 <H1>COMPOSER: SELECT ADDRESSES</H1>
12132 <!--chtml if pinemode="function_key"-->
12133 <PRE>
12134 Navigating the List of Messages                 General Alpine Commands
12135 -------------------------------                 -----------------------
12136 F5   Move to previous entry                     F1  Show this help text
12137 F6   Move to next entry
12138 F7   Show previous screen of address book
12139 F8   Show next screen of address book
12140 F12  WhereIs (search through address book)
12142 Address Selection Commands
12143 --------------------------
12144 F3   Exit the Address Select screen (without selecting an address)
12145 F4   Select the currently highlighted entry
12146 F9   Change to ListMode
12147 </PRE>
12148 <!--chtml else-->
12149 <PRE>
12150 Navigating the List of Messages                 General Alpine Commands
12151 -------------------------------                 -----------------------
12152  P   Move to previous entry                     ?  Show this help text
12153  N   Move to next entry
12154  -   Show previous screen of address book
12155 Spc  (space bar) Show next screen of address book
12156  W   WhereIs (search through address book)
12158 Address Selection Commands
12159 --------------------------
12160  E   Exit the Address Select screen (without selecting an address)
12161  S   Select the currently highlighted entry
12162  L   Change to ListMode
12163 </PRE>
12164 <!--chtml endif-->
12167 This screen is designed to let you easily scan your address book(s) in
12168 order to select entries for the message you are composing.  You cannot
12169 edit your address book in any way at this time, for address book
12170 maintenance, select the address book command when not composing a message.
12173 If you are composing a message and know the nickname of the person/list you
12174 want, you can bypass this screen by simply typing in the nickname on the
12175 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12176 selecting an entry does not cancel your message.
12179 The ListMode command will add a column at the left edge of the screen.
12180 You mark the entries that you wish to select with the &quot;X&quot; command.
12181 This allows you to choose more than one entry at a time.
12184 An alternative method of composing a message to entries in your
12185 address book(s) is to first use the &quot;Select&quot; command from
12186 the address book maintenance screen and then the &quot;Apply&quot;
12187 &quot;ComposeTo&quot; command to start the composer composing to the
12188 selected entries.
12191 FOR MORE INFORMATION on addressing see
12192 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12193 <A HREF="h_abook_opened">Address Book Screen's</A>
12194 help text.
12196 &lt;End of help on this topic&gt;
12197 </BODY>
12198 </HTML>
12199 ===== h_abook_select_checks =====
12200 <HTML>
12201 <HEAD>
12202 <TITLE>Address Selection from Composer Explained</TITLE>
12203 </HEAD>
12204 <BODY>
12205 <H1>COMPOSER: SELECT ADDRESSES</H1>
12206 <!--chtml if pinemode="function_key"-->
12207 <PRE>
12208 Navigating the List of Messages                 General Alpine Commands
12209 -------------------------------                 -----------------------
12210 F5   Move to previous entry                     F1  Show this help text
12211 F6   Move to next entry
12212 F7   Show previous screen of address book
12213 F8   Show next screen of address book
12214 F12  WhereIs (search through address book)
12216 Address Selection Commands
12217 --------------------------
12218 F3   Exit the Address Select screen (without selecting an address)
12219 F4   Select the currently highlighted entry
12220 F8   Either Sets or Unsets all entries in this address book
12221 F9   Set or Unset the highlighted entry
12222 </PRE>
12223 <!--chtml else-->
12224 <PRE>
12225 Navigating the List of Messages                 General Alpine Commands
12226 -------------------------------                 -----------------------
12227  P   Move to previous entry                     ?  Show this help text
12228  N   Move to next entry
12229  -   Show previous screen of address book
12230 Spc  (space bar) Show next screen of address book
12231  W   WhereIs (search through address book)
12233 Address Selection Commands
12234 --------------------------
12235  E   Exit the Address Select screen (without selecting an address)
12236  S   Select the currently highlighted entry
12237  X   Set or Unset the highlighted entry
12238  A   Either Sets or Unsets all entries in this address book
12239 </PRE>
12240 <!--chtml endif-->
12243 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12244 command.  Type &quot;S Select&quot; to select all of the entries you
12245 have marked, just as if you had typed them in by hand.
12248 An alternative method of composing a message to entries in your
12249 address book(s) is to first use the &quot;Select&quot; command from
12250 the address book maintenance screen and then the &quot;Apply&quot;
12251 &quot;ComposeTo&quot; command to start the composer composing to the
12252 selected entries.
12255 FOR MORE INFORMATION on addressing see
12256 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12257 <A HREF="h_abook_opened">Address Book Screen's</A>
12258 help text.
12260 &lt;End of help on this topic&gt;
12261 </BODY>
12262 </HTML>
12263 ===== h_abook_select_nicks_take =====
12264 <HTML>
12265 <HEAD>
12266 <TITLE>Take Address Nickname Selection Explained</TITLE>
12267 </HEAD>
12268 <BODY>
12269 <H1>TAKEADDR: SELECT NICKNAME</H1>
12270 <!--chtml if pinemode="function_key"-->
12271 <PRE>
12272 Navigating the List of Messages                 General Alpine Commands
12273 -------------------------------                 -----------------------
12274 F5   Move to previous entry                     F1  Show this help text
12275 F6   Move to next entry
12276 F7   Show previous screen of address book
12277 F8   Show next screen of address book
12278 F12  WhereIs (search through address book)
12280 Message Selection Commands
12281 --------------------------
12282 F3   Exit the Nickname Select screen (without selecting an address)
12283 F4   Select the currently highlighted entry
12284 </PRE>
12285 <!--chtml else-->
12286 <PRE>
12287 Navigating the List of Messages                 General Alpine Commands
12288 -------------------------------                 -----------------------
12289  P   Move to previous entry                     ?  Show this help text
12290  N   Move to next entry
12291  -   Show previous screen of address book
12292 Spc  (space bar) Show next screen of address book
12293  W   WhereIs (search through address book)
12295 Message Selection Commands
12296 --------------------------
12297  E   Exit the Nickname Select screen (without selecting an address)
12298  S   Select the currently highlighted entry
12299 </PRE>
12300 <!--chtml endif-->
12303 This screen is designed to let you modify or add to an existing
12304 address book entry.  You have already selected the name(s) and
12305 address(es) through &quot;Take Address&quot;.  This screen simply lets
12306 you scan your address books and select the nickname to be
12307 changed/augmented.  If you want to add a new entry, then you are in
12308 the wrong place-- Select &quot;Exit&quot; command.
12311 FOR MORE INFORMATION on addressing see
12312 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12313 <A HREF="h_abook_opened">Address Book Screen's</A>
12314 help text.
12316 &lt;End of help on this topic&gt;
12317 </BODY>
12318 </HTML>
12319 ===== h_abook_select_nick =====
12320 <HTML>
12321 <HEAD>
12322 <TITLE>Nickname Selection Explained</TITLE>
12323 </HEAD>
12324 <BODY>
12325 <H1>SELECT NICKNAME</H1>
12326 <!--chtml if pinemode="function_key"-->
12327 <PRE>
12328 Navigating the List of Messages                 General Alpine Commands
12329 -------------------------------                 -----------------------
12330 F5   Move to previous entry                     F1  Show this help text
12331 F6   Move to next entry
12332 F7   Show previous screen of address book
12333 F8   Show next screen of address book
12334 F12  WhereIs (search through address book)
12336 Message Selection Commands
12337 --------------------------
12338 F3   Exit the Nickname Select screen (without selecting an address)
12339 F4   Select the currently highlighted entry
12340 </PRE>
12341 <!--chtml else-->
12342 <PRE>
12343 Navigating the List of Messages                 General Alpine Commands
12344 -------------------------------                 -----------------------
12345  P   Move to previous entry                     ?  Show this help text
12346  N   Move to next entry
12347  -   Show previous screen of address book
12348 Spc  (space bar) Show next screen of address book
12349  W   WhereIs (search through address book)
12351 Message Selection Commands
12352 --------------------------
12353  E   Exit the Nickname Select screen (without selecting an address)
12354  S   Select the currently highlighted entry
12355 </PRE>
12356 <!--chtml endif-->
12359 This screen is designed to let you look at the nicknames in your address
12360 books before choosing a new one.
12363 FOR MORE INFORMATION on addressing see
12364 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12365 <A HREF="h_abook_opened">Address Book Screen's</A>
12366 help text.
12368 &lt;End of help on this topic&gt;
12369 </BODY>
12370 </HTML>
12371 ===== h_takeaddr_screen =====
12372 <HTML>
12373 <HEAD>
12374 <TITLE>Take Address Screen Explained</TITLE>
12375 </HEAD>
12376 <BODY>
12377 <H1>TAKE ADDRESS COMMANDS</H1>
12378 <!--chtml if pinemode="function_key"-->
12379 <PRE>
12380 Navigating the List of Addresses       Address Selection Commands        
12381 --------------------------------       --------------------------        
12382  F5  Move to previous entry            F3  Exit without taking address
12383  F6  Move to next entry                F4  Take current address(es)
12384  F7  Show previous page of address list
12385  F8  Show next page of address list
12386  F2  WhereIs (search list)
12387                                --------------
12388 Mode Toggle            F9  Set/Unset current address
12389 -----------            F10 Set all
12390  F12 Toggle between List and single mode       F11 Unset all
12391 </PRE>
12392 <!--chtml else-->
12393 <PRE>
12394 Navigating the List of Addresses       Address Selection Commands
12395 --------------------------------       --------------------------
12396  P  Move to previous entry              &lt;  Exit without taking address
12397  N  Move to next entry                  T  Take address
12398  -  Show previous page of address list
12399 Spc (space bar) Show next page of address list
12400  W  WhereIs (search list)              List Mode
12401                                        ---------
12402 Single Mode                             X  Set/Unset current address
12403 -----------                             A  Set all addresses
12404  L  Switch to list mode                 U  Unset all addresses
12405                                         S  Switch to single mode
12406 </PRE>
12407 <!--chtml endif-->
12409 <H2>Description of the Take Address Screen</H2>
12411 This screen is designed to let you select one or more address/name
12412 combinations from the current message and put them into your address book.
12413 The cursor is initially placed on the line with the message author.
12414 Other lines include the names of people and/or mailing lists who also
12415 received the message.  Other people &quot;involved&quot; in the
12416 message (e.g. the person named as Reply-To:) are also listed here.
12419 The simple case is adding a new, single entry into your address book. To
12420 do this, simply highlight the correct line and press 
12421 <!--chtml if pinemode="function_key"-->
12423 <!--chtml else-->
12424 &quot;T&quot;.
12425 <!--chtml endif-->
12426 To create a new list or add to an existing list, switch the screen display
12427 into List Mode by pressing
12428 <!--chtml if pinemode="function_key"-->
12429 F12.
12430 <!--chtml else-->
12431 &quot;L&quot;.
12432 <!--chtml endif-->
12433 In List Mode, you select the
12434 group of addresses you wish to manipulate by marking them with an
12435 &quot;X&quot;.
12436 The Set/Unset
12437 <!--chtml if pinemode="function_key"-->
12438 (F9)
12439 <!--chtml else-->
12440 (&quot;X&quot;)
12441 <!--chtml endif-->
12442 command will turn the &quot;X&quot; on for the
12443 highlighted address if it was off or turn it off if it was previously on.
12444 The SetAll command will select all of the addresses, and the UnSetAll
12445 command will turn off all the selections.  Once you've gotten the
12446 selection the way you want it, you may create a new list by pressing
12447 <!--chtml if pinemode="function_key"-->
12449 <!--chtml else-->
12450 &quot;T&quot;.
12451 <!--chtml endif-->
12454 In both the simple and list cases, after choosing to take the address,
12455 you will be asked for the nickname of the entry.  Typing in a new name
12456 creates the new entry/list.  Entering an existing nickname will replace
12457 the entry (simple case) or add to the list (list case).  Alternatively,
12458 you can press Ctrl-T at the nickname prompt and select an existing
12459 nickname from your address book.
12462 You will normally start in Single Mode, unless you used the Apply command
12463 to startup the TakeAddr screen, in which case you will start in List Mode.
12464 You may switch between the two modes at any time.  If you've already
12465 selected several addresses in List Mode, those will be remembered when you
12466 switch to Single Mode and then back to List Mode.  The set of addresses
12467 that are pre-selected when you start in List Mode are the From addresses
12468 of all of the messages you are operating on.  You may, of course, easily
12469 erase those selections with the UnSetAll command.
12472 If you have more than one writable address book, you will be prompted for
12473 the name of the address book you wish to add the new entry to before
12474 anything else. You can use ^N and ^P to choose among the defined address
12475 books, or type in the address book name.
12478 FOR MORE INFORMATION on addressing see
12479 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12480 <A HREF="h_abook_opened">Address Book Screen's</A>
12481 help text.
12483 &lt;End of help on this topic&gt;
12484 </BODY>
12485 </HTML>
12486 ===== h_takeexport_screen =====
12487 <HTML>
12488 <HEAD>
12489 <TITLE>Take Export Screen Explained</TITLE>
12490 </HEAD>
12491 <BODY>
12492 <H1>TAKE EXPORT COMMANDS</H1>
12493 <!--chtml if pinemode="function_key"-->
12494 <PRE>
12495 Navigating the List of Addresses       Address Selection Commands        
12496 --------------------------------       --------------------------        
12497  F5  Move to previous entry            F3  Exit without taking address
12498  F6  Move to next entry                F4  Take current address(es)
12499  F7  Show previous page of address list
12500  F8  Show next page of address list
12501  F2  WhereIs (search list)
12502                                --------------
12503 Mode Toggle            F9  Set/Unset current address
12504 -----------            F10 Set all
12505  F12 Toggle between List and single mode       F11 Unset all
12506 </PRE>
12507 <!--chtml else-->
12508 <PRE>
12509 Navigating the List of Addresses       Address Selection Commands
12510 --------------------------------       --------------------------
12511  P  Move to previous entry              &lt;  Exit without taking address
12512  N  Move to next entry                  T  Take address
12513  -  Show previous page of address list
12514 Spc (space bar) Show next page of address list
12515  W  WhereIs (search list)              List Mode
12516                                        ---------
12517 Single Mode                             X  Set/Unset current address
12518 -----------                             A  Set all addresses
12519  L  Switch to list mode                 U  Unset all addresses
12520                                         S  Switch to single mode
12521 </PRE>
12522 <!--chtml endif-->
12524 <H2>Description of the Take Export Screen</H2>
12526 This screen is designed to let you select one or more addresses
12527 from the current message and put them into a file.
12528 Only the user@domain_name part of each address is put into the file.
12531 To put a single entry into a file simply highlight the correct line and press 
12532 <!--chtml if pinemode="function_key"-->
12534 <!--chtml else-->
12535 &quot;T&quot;.
12536 <!--chtml endif-->
12537 To put more than one entry into a file
12538 switch the screen display
12539 into List Mode by pressing
12540 <!--chtml if pinemode="function_key"-->
12541 F12.
12542 <!--chtml else-->
12543 &quot;L&quot;.
12544 <!--chtml endif-->
12545 In List Mode, you select the
12546 group of addresses you wish to manipulate by marking them with an
12547 &quot;X&quot;.
12548 The Set/Unset
12549 <!--chtml if pinemode="function_key"-->
12550 (F9)
12551 <!--chtml else-->
12552 (&quot;X&quot;)
12553 <!--chtml endif-->
12554 command will turn the &quot;X&quot; on for the
12555 highlighted address if it was off or turn it off if it was previously on.
12556 The SetAll command will select all of the addresses, and the UnSetAll
12557 command will turn off all the selections.  Once you've gotten the
12558 selection the way you want it, you may put the addresses in a file by typing
12559 <!--chtml if pinemode="function_key"-->
12561 <!--chtml else-->
12562 &quot;T&quot;.
12563 <!--chtml endif-->
12566 You will be asked for the name of a file to put the addresses in.
12567 If the file already exists, you will be asked whether you want to Overwrite
12568 (replace) the contents of the file or Append to the contents of the file.
12571 &lt;End of help on this topic&gt;
12572 </BODY>
12573 </HTML>
12574 ============= h_abook_view ========================
12575 <HTML>
12576 <HEAD>
12577 <TITLE>Address Book View Explained</TITLE>
12578 </HEAD>
12579 <BODY>
12580 This function allows you to view the contents of an address book entry. You
12581 can only view one entry at a time.
12583 <DL>
12584 <DT>Help
12585 <!--chtml if pinemode="function_key"-->
12586 (F1)
12587 <!--chtml else-->
12589 <!--chtml endif-->
12590 </DT>
12591 <DD>
12592 Display this help text.
12594 <DT>Abook
12595 <!--chtml if pinemode="function_key"-->
12596 (F3)
12597 <!--chtml else-->
12598 (&lt;)
12599 <!--chtml endif-->
12600 </DT>
12601 <DD>
12602 Go back to index of address book entries.
12604 <DT>Update
12605 <!--chtml if pinemode="function_key"-->
12606 (F4)
12607 <!--chtml else-->
12609 <!--chtml endif-->
12610 </DT>
12611 <DD>
12612 Update (modify) this entry.
12614 <DT>ComposeTo
12615 <!--chtml if pinemode="function_key"-->
12616 (F5)
12617 <!--chtml else-->
12619 <!--chtml endif-->
12620 </DT>
12621 <DD>Compose a message to the address(es) in this entry.
12623 <DT>Role
12624 <!--chtml if pinemode="function_key"-->
12625 (F6)
12626 <!--chtml else-->
12628 <!--chtml endif-->
12629 </DT>
12630 <DD>Compose a message to the address(es) in this entry using roles.
12632 <DT>Prev Page
12633 <!--chtml if pinemode="function_key"-->
12634 (F7)
12635 <!--chtml else-->
12637 <!--chtml endif-->
12638 </DT>
12639 <DD>
12640 Show the previous page of the current entry.
12642 <DT>Next Page
12643 <!--chtml if pinemode="function_key"-->
12644 (F8)
12645 <!--chtml else-->
12646 (Space)
12647 <!--chtml endif-->
12648 </DT>
12649 <DD>
12650 Show the next page of the current entry.
12652 <DT>Print
12653 <!--chtml if pinemode="function_key"-->
12654 (F9)
12655 <!--chtml else-->
12657 <!--chtml endif-->
12658 </DT>
12659 <DD>Print the current entry.  You can select the
12660 printer or the print command via the &quot;Setup&quot; command
12661 on the MAIN MENU.
12663 <DT>WhereIs
12664 <!--chtml if pinemode="function_key"-->
12665 (F10)
12666 <!--chtml else-->
12668 <!--chtml endif-->
12669 </DT>
12670 <DD>Search the entry for a string of letters.  If it is
12671 found, move to it.  The string can be one word or a phrase.
12672 If there are multiple occurrences, the cursor moves to the
12673 first occurrence beyond the current cursor position.
12675 <DT>Fwd Email
12676 <!--chtml if pinemode="function_key"-->
12677 (F11)
12678 <!--chtml else-->
12680 <!--chtml endif-->
12681 </DT>
12682 <DD>Begin composition of a new mail message with the displayed
12683 text already inserted in the message body.
12685 </DL>
12687 &lt;End of help on this topic&gt;
12688 </BODY>
12689 </HTML>
12690 ============= h_ldap_view ========================
12691 <HTML>
12692 <HEAD>
12693 <TITLE>LDAP Response View Explained</TITLE>
12694 </HEAD>
12695 <BODY>
12696 This function allows you to view the contents of a directory entry. You
12697 can only view one entry at a time.
12699 <DL>
12700 <DT>Help
12701 <!--chtml if pinemode="function_key"-->
12702 (F1)
12703 <!--chtml else-->
12705 <!--chtml endif-->
12706 </DT>
12707 <DD>
12708 Display this help text.
12710 <DT>Results Index
12711 <!--chtml if pinemode="function_key"-->
12712 (F3)
12713 <!--chtml else-->
12714 (&lt;)
12715 <!--chtml endif-->
12716 </DT>
12717 <DD>Go back to index of search results.
12719 <DT>ComposeTo
12720 <!--chtml if pinemode="function_key"-->
12721 (F5)
12722 <!--chtml else-->
12724 <!--chtml endif-->
12725 </DT>
12726 <DD>Compose a message to the address(es) in this entry.
12728 <DT>Role
12729 <!--chtml if pinemode="function_key"-->
12730 (F6)
12731 <!--chtml else-->
12733 <!--chtml endif-->
12734 </DT>
12735 <DD>Compose a message to the address(es) in this entry using roles.
12737 <DT>Prev Page
12738 <!--chtml if pinemode="function_key"-->
12739 (F7)
12740 <!--chtml else-->
12742 <!--chtml endif-->
12743 </DT>
12744 <DD>
12745 Show the previous page of the current entry.
12747 <DT>Next Page
12748 <!--chtml if pinemode="function_key"-->
12749 (F8)
12750 <!--chtml else-->
12751 (Space)
12752 <!--chtml endif-->
12753 </DT>
12754 <DD>
12755 Show the next page of the current entry.
12757 <DT>Print
12758 <!--chtml if pinemode="function_key"-->
12759 (F9)
12760 <!--chtml else-->
12762 <!--chtml endif-->
12763 </DT>
12764 <DD>Print the current entry on paper.  You can select the
12765 printer or the print command via the &quot;Setup&quot; command
12766 on the MAIN MENU.
12768 <DT>WhereIs
12769 <!--chtml if pinemode="function_key"-->
12770 (F10)
12771 <!--chtml else-->
12773 <!--chtml endif-->
12774 </DT>
12775 <DD>Search the entry for a string of letters.  If it is
12776 found, move to it.  The string can be one word or a phrase.
12777 If there are multiple occurrences, the cursor moves to the
12778 first occurrence beyond the current cursor position.
12780 <DT>Fwd Email
12781 <!--chtml if pinemode="function_key"-->
12782 (F11)
12783 <!--chtml else-->
12785 <!--chtml endif-->
12786 </DT>
12787 <DD>Begin composition of a new mail message with the displayed
12788 text already inserted in the message body.
12790 <DT>Save
12791 <!--chtml if pinemode="function_key"-->
12792 (F12)
12793 <!--chtml else-->
12795 <!--chtml endif-->
12796 </DT>
12797 <DD>Save the displayed entry to one of your address books or export
12798 it to a file.
12799 </DL>
12801 &lt;End of help on this topic&gt;
12802 </BODY>
12803 </HTML>
12804 ===== h_attachment_screen =====
12805 <HTML>
12806 <HEAD>
12807 <TITLE>Attachment Index Screen Explained</TITLE>
12808 </HEAD>
12809 <BODY>
12810 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12811 message's attachments, and allows various operations on them.  The
12812 first attachment is usually the message text, but does not include the
12813 header portion of the message.
12815 Available commands include:
12817 <DL>
12819 <DT>Help</DT>
12820 <DD>Show this help text.
12822 <DT>Msg #<I>num</I></DT>
12823 <DD>Leave this screen without displaying or saving any attachments.
12825 <DT>View</DT>
12826 <DD>View the currently selected attachment.
12828 <DT>Prev Attach</DT>
12829 <DD>Move to previous attachment.
12831 <DT>Next Attach</DT>
12832 <DD>Move to next attachment.
12834 <DT>Prev Page</DT>
12835 <DD>Previous page of the listed attachments.
12837 <DT>Next Page</DT>
12838 <DD>Next page of the listed attachments.
12840 <DT>Delete</DT>
12841 <DD>Mark the currently selected attachment for Deletion.
12842 This does not modify the current message by deleting the attachment from
12843 it, but instead the delete flag <EM>only</EM> has an effect when saving
12844 the message to a folder.
12845 Attachments marked for deletion are not copied to the destination folder
12846 along with the rest of the message when it is saved.
12847 It is ok for the destination folder to be the same as the current folder.
12848 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12850 <DT>Undelete</DT>
12851 <DD>Turn off the Delete flag for the selected attachment.
12853 <DT>Save</DT>
12854 <DD>Save the selected attachment to a file.  If the attachment is of
12855 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12856 the specified mail folder.
12858 <DT>Export</DT>
12859 <DD>If the attachment is of
12860 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12861 copy the message to a file in the same way this command works on 
12862 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12864 <DT>Pipe</DT>
12865 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12866 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12868 <DT>WhereIs</DT>
12869 <DD>Find a matching string in the attachment list.
12871 <DT>AboutAttch</DT>
12872 <DD>Examine various aspects of the selected attachment.
12874 <DT>Print</DT>
12875 <DD>Print the selected attachment.
12877 <DT>Forward</DT>
12878 <DD>Forward the selected attachment as an attachment.
12879 </DL>
12883 All attachments can be saved or piped into a UNIX command, but some may
12884 not be readily displayed by either Alpine or an external tool.  In such
12885 cases, the reason why the message cannot be displayed is displayed on
12886 Alpine's message line.
12888 &lt;End of help on this topic&gt;
12889 </BODY>
12890 </HTML>
12891 ============= h_mail_text_att_view ========================
12892 <HTML>
12893 <HEAD>
12894 <TITLE>Attachment View Screen Explained</TITLE>
12895 </HEAD>
12896 <BODY>
12897 This function allows you to view the contents of a text attachment. You
12898 can only view one attachment at a time.
12900 Available commands include:
12902 <DL>
12904 <DT>Help</DT>
12905 <DD>Display this help text
12907 <DT>AttchIndex</DT>
12908 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12910 <DT>Prev Page</DT>
12911 <DD>Show the previous page of the current attachment.
12913 <DT>Next Page</DT>
12914 <DD>Show the next page of the current attachment by pressing the space bar.
12916 <DT>Delete</DT>
12917 <DD>Mark the viewed attachment for Deletion.  The delete
12918 flag <EM>only</EM> has affect when saving the message to a folder.
12919 Attachments marked for deletion are exluded from the messsage when
12920 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12921 this Alpine session.
12923 <DT>Undelete</DT>
12924 <DD>Turn off the Delete flag for the selected attachment.
12926 <DT>Save</DT>
12927 <DD>Copy the current attachment to a file.  If you just enter
12928 a filename, the attachment will be saved with that name in
12929 your home directory 
12930 <!--chtml if pinemode="running"-->
12931 (which, in the present configuration of your system, is
12932  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12933 <!--chtml endif-->
12934 or current working directory
12935 <!--chtml if pinemode="running"-->
12936 (which, at least for your current Alpine &quot;session,&quot; 
12937 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12938 <!--chtml endif-->, depending on the
12939 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12940 configuration setting.  You may enter the full
12941 path and filename to save it in another directory instead.
12943 <DT>Export</DT>
12944 <DD>If the attachment is of
12945 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12946 copy the message to a file in the same way this command works on 
12947 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12948 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12949 defined, they may affect the contents of the exported file.)
12951 <DT>Pipe</DT>
12952 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12954 <DT>WhereIs</DT>
12955 <DD>Search the attachment for a string of letters.  If it is
12956 found, move to it.  The string can be one word or a phrase.
12957 If there are multiple occurrences, the cursor moves to the
12958 first occurrence beyond the current cursor position.
12960 <DT>Print</DT>
12961 <DD>Print the current attachment on paper.  You can select the
12962 printer or the print command via the &quot;Setup&quot; command
12963 on the MAIN MENU.
12965 <DT>Forward</DT>
12966 <DD>Forward the selected attachment as an attachment.
12967 </DL>
12969 &lt;End of help on this topic&gt;
12970 </BODY>
12971 </HTML>
12972 ============= h_journal ==============
12973 <HTML>
12974 <HEAD>
12975 <TITLE>Recent Message Journal Explained</TITLE>
12976 </HEAD>
12977 <BODY>
12979 The following commands are available on this screen:
12981 <DL>
12982 <DT>Help</DT>
12983 <DD>Show this help text
12985 <DT>Exit</DT>
12986 <DD>Exit Viewer, and go back to mail processing
12988 <DT>Prev Page</DT>
12989 <DD>Show the previous page text
12991 <DT>Next Page</DT>
12992 <DD>Show the next page of text by pressing the space bar
12994 <DT>Print</DT>
12995 <DD>Print the displayed text on paper.  You can select the
12996 printer or the print command via the &quot;Setup&quot; command
12997 on the MAIN MENU.
12999 <DT>Fwd Email</DT>
13000 <DD>Begin composition of a new mail message with the displayed
13001 text already inserted in the message body.
13003 <DT>Save</DT>
13004 <DD>Copy the displayed text to a file.  If you just enter
13005 a filename, the text will be saved with that name in
13006 your 
13007 home directory 
13008 <!--chtml if pinemode="running"-->
13009 (which, in the present configuration of your system, is
13010  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13011 <!--chtml endif-->
13012 or current working directory
13013 <!--chtml if pinemode="running"-->
13014 (which, at least for your current Alpine &quot;session,&quot; 
13015 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13016 <!--chtml endif-->, depending on the
13017 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13018 configuration setting.   You may enter the full
13019 path and filename to save it in another directory instead.
13021 <DT>WhereIs</DT>
13022 <DD>Search the text for a string of letters.  If it is
13023 found, move to it.  The string can be one word or a phrase.
13024 If there are multiple occurrences, the cursor moves to the
13025 first occurrence beyond the current cursor position.
13026 </DL>
13028 &lt;End of help on this topic&gt;
13029 </BODY>
13030 </HTML>
13031 ============= h_debugjournal ==============
13032 <HTML>
13033 <HEAD>
13034 <TITLE>Debug Journal Explained</TITLE>
13035 </HEAD>
13036 <BODY>
13038 The following commands are available on this screen:
13040 <DL>
13041 <DT>Help</DT>
13042 <DD>Show this help text
13044 <DT>Exit</DT>
13045 <DD>Exit Viewer, and go back to mail processing
13047 <DT>Timestamps</DT>
13048 <DD>Turn on or off timestamps.
13050 <DT>DebugView</DT>
13051 <DD>Set the level of debugging you want to see. The level may be any number
13052 in the range 0-9. Higher numbers show more debugging detail. Note that the
13053 debugging information has already been captured. This setting just causes the
13054 debugging information that you see to be filtered. If you set this to
13055 the number &quot;5&quot; then you will be shown all of the debugging information
13056 at levels 5 and below.
13057 It's actually a bit more complicated than that. A fixed amount of memory
13058 is used to store the debug information.
13059 Since the amount of memory used is limited the debugging information
13060 has to be trimmed back when it gets too large.
13062 <DT>Prev Page</DT>
13063 <DD>Show the previous page text
13065 <DT>Next Page</DT>
13066 <DD>Show the next page of text by pressing the space bar
13068 <DT>Print</DT>
13069 <DD>Print the displayed text on paper.  You can select the
13070 printer or the print command via the &quot;Setup&quot; command
13071 on the MAIN MENU.
13073 <DT>Fwd Email</DT>
13074 <DD>Begin composition of a new mail message with the displayed
13075 text already inserted in the message body.
13077 <DT>Save</DT>
13078 <DD>Copy the displayed text to a file.  If you just enter
13079 a filename, the text will be saved with that name in
13080 your 
13081 home directory 
13082 <!--chtml if pinemode="running"-->
13083 (which, in the present configuration of your system, is
13084  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13085 <!--chtml endif-->
13086 or current working directory
13087 <!--chtml if pinemode="running"-->
13088 (which, at least for your current Alpine &quot;session,&quot; 
13089 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13090 <!--chtml endif-->, depending on the
13091 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13092 configuration setting.   You may enter the full
13093 path and filename to save it in another directory instead.
13095 <DT>WhereIs</DT>
13096 <DD>Search the text for a string of letters.  If it is
13097 found, move to it.  The string can be one word or a phrase.
13098 If there are multiple occurrences, the cursor moves to the
13099 first occurrence beyond the current cursor position.
13100 </DL>
13102 &lt;End of help on this topic&gt;
13103 </BODY>
13104 </HTML>
13105 ============= h_simple_text_view ==============
13106 <HTML>
13107 <HEAD>
13108 <TITLE>Simple Text View Screen Explained</TITLE>
13109 </HEAD>
13110 <BODY>
13112 The following commands are available on this screen:
13114 <DL>
13115 <DT>Help</DT>
13116 <DD>Show this help text
13118 <DT>Exit</DT>
13119 <DD>Exit Viewer, and go back to mail processing
13121 <DT>Prev Page</DT>
13122 <DD>Show the previous page text
13124 <DT>Next Page</DT>
13125 <DD>Show the next page of text by pressing the space bar
13127 <DT>Print</DT>
13128 <DD>Print the displayed text on paper.  You can select the
13129 printer or the print command via the &quot;Setup&quot; command
13130 on the MAIN MENU.
13132 <DT>Fwd Email</DT>
13133 <DD>Begin composition of a new mail message with the displayed
13134 text already inserted in the message body.
13136 <DT>Save</DT>
13137 <DD>Copy the displayed text to a file.  If you just enter
13138 a filename, the attachment will be saved with that name in
13139 your 
13140 home directory 
13141 <!--chtml if pinemode="running"-->
13142 (which, in the present configuration of your system, is
13143  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13144 <!--chtml endif-->
13145 or current working directory
13146 <!--chtml if pinemode="running"-->
13147 (which, at least for your current Alpine &quot;session,&quot; 
13148 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13149 <!--chtml endif-->, depending on the
13150 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13151 configuration setting.   You may enter the full
13152 path and filename to save it in another directory instead.
13154 <DT>WhereIs</DT>
13155 <DD>Search the attachment for a string of letters.  If it is
13156 found, move to it.  The string can be one word or a phrase.
13157 If there are multiple occurrences, the cursor moves to the
13158 first occurrence beyond the current cursor position.
13159 </DL>
13161 &lt;End of help on this topic&gt;
13162 </BODY>
13163 </HTML>
13164 ======= h_pine_for_windows ========
13165 <HTML>
13166 <HEAD>
13167 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13168 </HEAD>
13169 <BODY>
13170 <H1>Getting Help In PC-Alpine</H1>
13173 PC-Alpine offers general and specific help text. From the <A
13174 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13175 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13176 specific help for that screen is available from the toolbar Help menu or
13177 with the 
13178 <!--chtml if pinemode="function_key"-->
13179 &quot;F1&quot; key.
13180 <!--chtml else-->
13181 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13182 typing &quot;?&quot; would be mistaken as entering text.
13183 <!--chtml endif-->
13186 Although this version of Alpine is for Microsoft Windows, it is not
13187 considered a full &quot;Graphical User Interface&quot; application. 
13188 Yet, many of the controls that Windows users are accustomed to seeing, 
13189 such as scrollbars and toolbars, are available.
13192 PC-Alpine offers considerable mouse support.  You can view what is
13193 &quot;click-able&quot; by dragging your mouse over any screen; when the
13194 arrow cursor changes into a hand, you found something. Mouse-click
13195 possibilities include navigating between screens and folders and
13196 double-clicking on hyperlinks to open your Web browser.
13197 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13198 screen.  Examples of right-click options include &quot;copy&quot; after
13199 selecting text to copy and &quot;View in New Window&quot; when you click
13200 on a particular message in the Message Index. The menu choices available
13201 to you will vary based upon what screen is open, where on the screen your
13202 cursor is located, and even what action you have already taken.
13205 &lt;End of help on this topic&gt;
13206 </BODY>
13207 </HTML>
13208 ===== h_composer =====
13209 <HTML>
13210 <HEAD>
13211 <TITLE>COMPOSER COMMANDS</TITLE>
13212 </HEAD>
13213 <BODY>
13214 <H1>COMPOSER COMMANDS</H1>
13216 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>
13217 &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>
13218 &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>
13219 &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>
13220 &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>
13221 &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>
13222 &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>
13223 &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>
13224 &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>
13225 &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>
13226 ---------------------------------------|&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>
13227 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>
13228 &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>
13229 &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>
13230 &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>
13233 NOTE:
13234 <OL>
13235  <LI>For help on a particular command, highlight the bold text associated
13236 with it above and hit Return.
13237  <LI> The availability of certain commands
13238 is determined by Alpine configuration files and system capabilities.
13239 At some sites, certain commands may not be available due to security or
13240 support concerns.
13241  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13242 Ctrl-&#92;, ESC.
13243  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13244 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13245 </OL>
13248 HINT: To move rapidly to the bottom of a message you are composing,
13249 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13250 with the Mark and Cut commands to eliminate large amounts of unwanted
13251 text in a Reply.
13253 <H2>Description of Composer</H2>
13255 Alpine has a built-in editing program that allows you to compose messages
13256 without having to leave Alpine.  The editor is designed to be very simple to
13257 use so that you can get started writing email right away.
13260 Messages are usually just text, about 80 columns wide.  Using upper and
13261 lower case is encouraged.  On some systems the size limit of the message
13262 is about 100,000 characters, which is about 2,000 lines.  You can include
13263 punctuation and special characters found on most keyboards, but you can't
13264 include characters with diacritical marks and certain special symbols.
13267 Text automatically wraps as you type past the end of a line so you do not
13268 have to hit return.  Using the
13269 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13270 you can also reformat text explicitly, perhaps after you have
13271 deleted some text.
13274 You can include other text files with the 
13275 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13276 which will prompt you for the name of the file to insert at the
13277 current cursor postion.
13280 <UL>
13281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13282 </UL>
13284 &lt;End of help on this topic&gt;
13285 </BODY>
13286 </HTML>
13287 ====== h_composer_browse =====
13288 <HTML>
13289 <HEAD>
13290 <TITLE>BROWSER</TITLE>
13291 </HEAD>
13292 <BODY>
13293 <H1>BROWSER</H1>
13294 This screen lets you browse your files and directories.  To go to another 
13295 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13296 choose &quot;Select&quot; (the default choice on the menu); 
13297 or choose &quot;Goto&quot; and enter the name of the directory.
13298 <!--chtml if pinemode="os_windows"-->
13299 <!--chtml else--> 
13300 In Unix Alpine, you may use 
13301 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13302 to another's home directory.  
13303 <!--chtml endif--><P>
13304 To select a file, move the cursor to it and 
13305 choose &quot;Select&quot; (the default choice on the menu).  
13307 <UL>
13308 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13309 inclusion in the 
13310 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13311 the 
13312 &quot;----- Message Text -----&quot; line
13313 while composing, then &quot;To Files&quot;):  Since the file 
13314 selected will become part of the message text, it must be in a format 
13315 suitable for that (Alpine does not check!), such as a plain text file.
13316 Files of other formats (for example, graphics, databases, software 
13317 programs) should be 
13318 <B>attached</B> to the message instead --
13319 by moving the cursor in the COMPOSE MESSAGE screen into the 
13320 message header area and pressing 
13321 <!--chtml if pinemode="function_key"-->
13323 <!--chtml else-->
13324 Ctrl-J.
13325 <!--chtml endif--> 
13327 <P><LI>
13328 Note <B>if</B> you are currently using the BROWSER for saving a message 
13329 attachment, or exporting a message, to a file: You can use the Add command to 
13330 provide the name for a new file to save/export to, and then select that name 
13331 to use it for the save/export operation.  Back at the prompt 
13332 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13333 either Overwrite or Append (it doesn't make a difference, since the file is 
13334 so far empty).  Note: If you cancel the 
13335 operation at that point, the file created with the Add command will remain 
13336 0 bytes in size.
13338 </UL>
13339 <P><UL>
13340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13341 </UL>
13343 &lt;End of help on this topic&gt;
13344 </BODY>
13345 </HTML>
13346 ====== h_composer_ins =====
13347 <HTML>
13348 <HEAD>
13349 <TITLE>INSERT TEXT FILE</TITLE>
13350 </HEAD>
13351 <BODY>
13352 <H1>INSERT TEXT FILE</H1>
13354 Use this function to insert a text file. The file name
13355 given can be an absolute file path name for your system
13356 <!--chtml if pinemode="os_windows"-->
13357 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13358 with a relative pathname, or simply a file name without
13359 drive or directory specification.  
13360 <!--chtml else-->
13361 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13362 a file in your home directory, or a file path relative to your 
13363 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13364 your home directory or &quot;~user&quot; to refer to another
13365 account's home directory.
13366 <!--chtml endif-->
13368 No wild card characters may be used.  
13369 The file must reside on the system running Alpine.
13371 If the 
13372 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13373 feature is set, names are relative to your current working directory 
13374 <!--chtml if pinemode="running"-->
13375 (which, at least for your current Alpine &quot;session,&quot; 
13376 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13377 <!--chtml endif-->
13378 rather than your home directory
13379 <!--chtml if pinemode="running"-->
13380 (which, in the present configuration of your system, is
13381  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13382 <!--chtml endif-->
13384 <P><UL>
13385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13386 </UL>
13388 &lt;End of help on this topic&gt;
13389 </BODY>
13390 </HTML>
13391 ====== h_composer_ins_m =====
13392 <HTML>
13393 <HEAD>
13394 <TITLE>INSERT MESSAGE</TITLE>
13395 </HEAD>
13396 <BODY>
13397 <H1>INSERT MESSAGE</H1>
13399 Type in the number of a message in the currently open folder to insert it
13400 into your message.
13401 <P><UL>
13402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13403 </UL>
13405 &lt;End of help on this topic&gt;
13406 </BODY>
13407 </HTML>
13408 ====== h_composer_search =====
13409 <HTML>
13410 <HEAD>
13411 <TITLE>Explanation of Composer Whereis Command </TITLE>
13412 </HEAD>
13413 <BODY>
13414 <H1>Help For Whereis Command</H1>
13416 Whereis is used to search the message for a word or part of a word.
13417 When searching in the composer, only the message part of your mail is
13418 searched, and the cursor is put on the first occurrence appearing
13419 after the location of the cursor.  The search will wrap to the
13420 beginning of the message when it no longer finds matches in the
13421 remainder of the message.
13423 To search for the same string a second time, press 
13424 <!--chtml if pinemode="function_key"-->
13425 &quot;F6&quot;
13426 <!--chtml else-->
13427 &quot;^W&quot;
13428 <!--chtml endif-->
13429 to begin search and then just press RETURN to accept the previous
13430 search string shown in square brackets rather than entering a new
13431 search string.<P>
13433 The &quot;Search&quot; prompt has several sub-command available:
13435 <DL>
13436 <DT>Get Help</DT>
13437 <DD> Takes you to this help page.
13439 <DT>Cancel</DT>
13440 <DD> Cancels the prompt.  No search takes place.
13442 <DT>First Line</DT>
13443 <DD> Takes you back to the composer with the cursor on the first character
13444 of the first line of text.
13446 <DT>Last Line</DT>
13447 <DD> Takes you back to the composer with the cursor on the last character
13448 of the last line of text.
13450 <DT>Replace (Optional)</DT>
13451 <DD> This sub-command is enabled by the 
13452 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13453 feature (which is on by default); see its help screen for details on how replacing works.
13455 </DL>
13457 &lt;End of help on this topic&gt;
13458 </BODY>
13459 </HTML>
13460 ====== h_sigedit_search =====
13461 <HTML>
13462 <HEAD>
13463 <TITLE>Explanation of Whereis Command </TITLE>
13464 </HEAD>
13465 <BODY>
13466 <H1>Help For Whereis Command</H1>
13468 Whereis is used to search for a word or part of a word.
13469 When searching the cursor is put on the first occurrence appearing
13470 after the location of the cursor.  The search will wrap to the
13471 beginning of the signature when it no longer finds matches in the
13472 remainder of the signature.
13474 To search for the same string a second time, press 
13475 <!--chtml if pinemode="function_key"-->
13476 &quot;F6&quot;
13477 <!--chtml else-->
13478 &quot;^W&quot;
13479 <!--chtml endif-->
13480 to begin search and then just press RETURN to accept the previous
13481 search string shown in square brackets rather than entering a new
13482 search string.<P>
13484 The &quot;Search&quot; prompt has several sub-command available:
13486 <DL>
13487 <DT>Get Help</DT>
13488 <DD> Takes you to this help page.
13490 <DT>Cancel</DT>
13491 <DD> Cancels the prompt.  No search takes place.
13493 <DT>First Line</DT>
13494 <DD> Takes you back to the composer with the cursor on the first character
13495 of the first line of text.
13497 <DT>Last Line</DT>
13498 <DD> Takes you back to the composer with the cursor on the last character
13499 of the last line of text.
13501 <DT>Replace (Optional)</DT>
13502 <DD> This sub-command is enabled by the 
13503 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13504 feature (which is on by default); see its help screen for details on how replacing works.
13506 </DL>
13508 &lt;End of help on this topic&gt;
13509 </BODY>
13510 </HTML>
13511 ======= h_composer_to ====
13512 <HTML>
13513 <HEAD>
13514 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13515 </HEAD>
13516 <BODY>
13517 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13519 <H2>The &quot;To:&quot; field</H2>
13520 The address you enter here must be a valid email address that is reachable
13521 from your site. 
13523 <H2>Email Address Format</H2>
13524 You may enter a full name and email address, 
13525 <!--chtml if pinemode="os_windows"-->
13526 <!--chtml else-->
13527 a local (meaning, on the same 
13528 host as the one you are running Alpine on) username that Alpine will
13529 complete for you, 
13530 <!--chtml endif-->
13531 the nickname of someone in a 
13532 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13533 mail alias defined by your system administrator.  When you move the cursor
13534 out of this field, the nicknames will be expanded to the addresses in your
13535 address book, and the local usernames will be expanded to include the 
13536 persons' actual names.  You may enter as many addresses as you wish, but they 
13537 must be separated by commas.  You can move around this and other header fields
13538 with the arrow keys and use many of the usual composer editing keys.
13540 <UL>
13541 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13542 </UL>
13545 <H2>MESSAGE HEADER COMMANDS</H2>
13546 <!--chtml if pinemode="function_key"-->
13547 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13548 ^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>
13549 ^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>
13550 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13551 ^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>
13552 ^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>
13553 ^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>
13554 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>
13555 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>
13556 ^@&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>
13557 ----------------------------------------|<BR>
13558 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13559 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>
13560 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>
13561 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>
13562 <!--chtml else-->
13563 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13564 ^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>
13565 ^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>
13566 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13567 ^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>
13568 ^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>
13569 ^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>
13570 ^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>
13571 ^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>
13572 ^@&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>
13573 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13574 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>
13575 ^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>
13576 ^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>
13577 ^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>
13578 <!--chtml endif-->
13581 NOTE:
13582 <OL>
13583  <LI>For help on a particular command, highlight the bold text associated
13584 with it above and hit Return.
13585  <LI> The availability of certain commands 
13586 is determined by Alpine configuration files and system capabilities.
13587 At some sites, certain commands may not be available due to security or
13588 support concerns.
13589 </OL>
13592 <UL>   
13593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13594 </UL><P>
13595 &lt;End of help on this topic&gt;
13596 </BODY>
13597 </HTML>
13598 ======= h_composer_cc ====
13599 <HTML>
13600 <HEAD>
13601 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13602 </HEAD>
13603 <BODY>
13604 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13605 The Cc: field is just like the To: field, except it is used for addressees
13606 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13607 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13608 them to see the message.  The only difference the recipients see is that their 
13609 name is in the Cc: field, rather than the To: field.
13611 For help with Cc: field editing
13612 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13614 <UL>
13615 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13616 </UL>
13618 <UL>   
13619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13620 </UL><P>
13621 &lt;End of help on this topic&gt;
13622 </BODY>
13623 </HTML>
13624 ======= h_composer_bcc ====
13625 <HTML>
13626 <HEAD>
13627 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13628 </HEAD>
13629 <BODY>
13630 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13631 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13632 a copy of the message to one or more people whose addresses you do not
13633 wish disclosed, either to reduce clutter or for confidentiality.
13635 The format of the Bcc: field is just the same as the To: and Cc: fields in
13636 the way the addresses are entered.  The recipients listed here will
13637 receive a copy of the message, but --assuming your site's mail transport
13638 software is properly configured-- their addresses will not show up in the
13639 headers of the message, as delivered to all of the recipients.  The To:
13640 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13642 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13643 will automatically generate and place in the To: field a pseudo-address of 
13644   &quot;undisclosed-recipients: ;&quot;
13645 or whatever string has been specified in the 
13646 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13647 variable.
13649 The reason for this is to avoid embarrassment caused by some Internet
13650 mail transfer software that interprets a &quot;missing&quot; To: header as 
13651 an error and replaces it with an Apparently-to: header that may contain
13652 the addresses you entered on the Bcc: line.  In addition, it may be
13653 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13655 You can manipulate what text ends up on the (originally) empty To:
13656 field.  Just remember to put a colon and semicolon at the end of the
13657 field, which is a special notation denoting that it is not a real address.
13659 For information on message header editing
13660 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13662 <UL>
13663 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13664 </UL>
13666 <UL>   
13667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13668 </UL><P>
13669 &lt;End of help on this topic&gt;
13670 </BODY>
13671 </HTML>
13672 ======= h_composer_lcc ====
13673 <HTML>
13674 <HEAD>
13675 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13676 </HEAD>
13677 <BODY>
13678 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13679 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13680 you wish to send a message to a list of people but avoid having all
13681 of their addresses visible, in order to reduce clutter when the
13682 message is received.
13684 It is similar to the 
13685 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13686 in that individual
13687 addressees are hidden, but Lcc is designed to work specifically with
13688 distribution lists you have created in your 
13689 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13690 the nickname of the list on the Lcc line will result in the full name of
13691 your Alpine Address Book list being placed on the To: line of the message,
13692 using a special notation that distinguishes it from a real address. You
13693 must leave the To: line blank for your list name to appear there.
13695 For example, if you have this list entered in your Address Book:<PRE>
13697         largo         Key Largo List       DISTRIBUTION LIST:
13698                                            bogie@mgm.com
13699                                            lauren@mgm.com
13700                                            walter@mgm.com</PRE>
13703 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13704 the result is:<PRE>
13706         To      : Key Largo List: ;
13707         Cc      :
13708         Bcc     :
13709         Fcc     : sent-mail
13710         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13711                   lauren@mgm.com,
13712                   walter@mgm.com
13713         Subject :</PRE>
13715 Each recipient listed on the Lcc: line receives a copy of the message
13716 without their address being visible (as though they were listed on the
13717 Bcc: line). The colon-semicolon notation used to put the full-name of the
13718 list on the To: line is a special address format that doesn't specify any
13719 actual addressees, but does give some information to the recipients of the
13720 message.
13722 Note: if after entering an LCC, you delete the list name that is placed
13723 on the To: line, then recipients will see <PRE>
13724        To: undisclosed-recipients: ;</PRE>
13726 (or whatever string is defined in the 
13727 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13728 variable) just as in the BCC case. 
13730 For help with Lcc: field editing
13731 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13733 <UL>
13734 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13735 </UL>
13737 <UL>   
13738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13739 </UL><P>
13740 &lt;End of help on this topic&gt;
13741 </BODY>
13742 </HTML>
13743 ======= h_composer_from =======
13744 <HTML>
13745 <HEAD>
13746 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13747 </HEAD>
13748 <BODY>
13749 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13751 This header carries your return address.  It is the address toward which
13752 replies (and often, future unrelated correspondence) will be directed,
13753 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13754 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13755 sure this address is correct.
13757 For help with message header editing
13758 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13760 <UL>
13761 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13762 </UL>
13764 <UL>   
13765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13766 </UL><P>
13767 &lt;End of help on this topic&gt;
13768 </BODY>
13769 </HTML>
13770 ======= h_composer_reply_to =======
13771 <HTML>
13772 <HEAD>
13773 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13774 </HEAD>
13775 <BODY>
13776 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13778 Most people should not need this header. The Reply-To: header is used in
13779 cases where you would like replies to your messages to be directed to an
13780 address other than your normal &quot;From:&quot; address.  This is atypical, 
13781 but can happen when you use multiple machines and do not have the same account
13782 name on each one, or when you wish to direct certain replies to accounts
13783 or folders designated for specific classes of correspondence.
13785 For help with message header editing
13786 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13788 <UL>
13789 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13790 </UL>
13793 <UL>   
13794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13795 </UL><P>
13796 &lt;End of help on this topic&gt;
13797 </BODY>
13798 </HTML>
13799 ======= h_composer_custom_addr ====
13800 <HTML>
13801 <HEAD>
13802 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13803 </HEAD>
13804 <BODY>
13805 <H1>CUSTOMIZED HEADER FIELD</H1>
13806 This is a customized header, i.e. not one that is part of Alpine's normal
13807 set of Compose headers.
13809 For help with message header editing
13810 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13812 <UL>
13813 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13814 </UL>
13816 <UL>   
13817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13818 </UL><P>
13819 &lt;End of help on this topic&gt;
13820 </BODY>
13821 </HTML>
13822 ======= h_composer_custom_free ====
13823 <HTML>
13824 <HEAD>
13825 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13826 </HEAD>
13827 <BODY>
13828 <H1>CUSTOMIZED HEADER FIELD</H1>
13829 This is a customized header, i.e. not one that is part of Alpine's normal
13830 set of Compose headers.
13832 This field consists of arbitrary text.
13834 For help with message header editing
13835 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13837 <UL>   
13838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13839 </UL><P>
13840 &lt;End of help on this topic&gt;
13841 </BODY>
13842 </HTML>
13843 ====== h_composer_news =====
13844 <HTML>
13845 <HEAD>
13846 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13847 </HEAD>
13848 <BODY>
13849 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13850 Use the newsgroups line to specify any and all USENET newsgroups to which
13851 your message should be posted.  When composing a message from scratch, this
13852 line may be hidden.  If so, just press the rich headers command
13853 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13854 to make it visible.
13856 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13857 people will be reading your message.  Also, you or your system manager
13858 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13859 in order for you to be able to post.
13861 For help with message header editing
13862 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13863 <P><UL>
13864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13865 </UL>
13867 &lt;End of help on this topic&gt;
13868 </BODY>
13869 </HTML>
13870 ======= h_composer_fcc ====
13871 <HTML>
13872 <HEADER>
13873 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13874 </HEADER>
13875 <BODY>
13876 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13877 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13878 each outgoing message.  The default value can be configured with the
13879 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13880 the file carbon copy on any message you send by editing the FCC header.<p>
13882 You may type ^T to get a list of all your folders and select one to use as
13883 the FCC for this message.<P>
13885 For help with message header editing
13886 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13888 <UL>   
13889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13890 </UL><P>
13891 &lt;End of help on this topic&gt;
13892 </BODY>
13893 </HTML>
13894 ======= h_composer_subject ====
13895 <HTML>
13896 <HEADER>
13897 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13898 </HEADER>
13899 <BODY>
13900 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13902 The subject header provides a place to enter a few words that summarize
13903 the topic of the message you are sending.  You may leave this line blank,
13904 but it is considered a courtesy to use a meaningful subject.<p>
13906 For help with message header editing
13907 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13909 <UL>   
13910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13911 </UL><P>
13912 &lt;End of help on this topic&gt;
13913 </BODY>
13914 </HTML>
13915 ======= h_composer_attachment ====
13916 <HTML>
13917 <HEAD>
13918 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13919 </HEAD>
13920 <BODY>
13921 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13923 The &quot;Attchmnt:&quot; field is where you specify what file or
13924 files you'd like attached to
13925 the message you are composing.  Those files must reside on the machine
13926 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13927 account on a Unix machine, you'll have to transfer it before attaching it.
13928 Contact local computer support people for assistance with transferring.
13931 The file name
13932 given can be an absolute file path name for your system
13933 <!--chtml if pinemode="os_windows"-->
13934 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13935 with a relative pathname, or simply a file name without
13936 drive or directory specification.  
13937 <!--chtml else-->
13938 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13939 a file in your home directory, or a file path relative to your 
13940 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13941 your home directory or &quot;~user&quot; to refer to another
13942 account's home directory.
13943 <!--chtml endif--><P>
13944 No wild card characters may be used.
13945 <P>If the 
13946 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13947 feature is set, names are relative to your current working directory 
13948 <!--chtml if pinemode="running"-->
13949 (which, at least for your current Alpine &quot;session,&quot; 
13950 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13951 <!--chtml endif-->
13952 rather than your home directory
13953 <!--chtml if pinemode="running"-->
13954 (which, in the present configuration of your system, is
13955  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13956 <!--chtml endif-->
13959 Alpine uses MIME encoding for attachments, so binaries and files of any
13960 length can safely be delivered to any MIME-capable mail reading program.
13961 If you send an attachment to someone who does not have a MIME-capable mail
13962 reading program yet, then the main message text will be readable, but
13963 attachments (even attachments that are just plain text) are not.
13966 Typing the filename on the Attchmnt: line achieves the same
13967 result as using the 
13968 <!--chtml if pinemode="function_key"-->
13970 <!--chtml else-->
13971 Ctrl-J
13972 <!--chtml endif--> command.
13975 If you Forward a message with attachments, you may delete them from your
13976 Forwarded message by editing the Attchmnt header line.
13979 For help with message header editing
13980 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13982 <UL>   
13983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13984 </UL><P>
13985 &lt;End of help on this topic&gt;
13986 </BODY>
13987 </HTML>
13988 ======= h_composer_ctrl_j ====
13989 <HTML>
13990 <HEAD>
13991 <TITLE>COMPOSER ATTACH</TITLE>
13992 </HEAD>
13993 <BODY>
13994 After the
13995 <!--chtml if pinemode="function_key"-->
13997 <!--chtml else-->
13998 Ctrl-J
13999 <!--chtml endif--> command:
14000 At the &quot;File to attach:&quot; prompt, enter the name of the 
14001 existing file to attach to your message.  
14002 When the feature
14003 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14004 is set
14005 you need only enter the beginning of the filename (enough of it to uniquely 
14006 identify the file) and press TAB to complete it.
14008 Or, press ^T to use the BROWSER screen for 
14009 selecting the file.  <P>
14010 For more information on attaching files, see the help screen for the 
14011 composer's 
14012 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14013 but can be revealed using the 
14014 <!--chtml if pinemode="function_key"-->
14016 <!--chtml else-->
14017 Ctrl-R
14018 <!--chtml endif--> 
14019 command with the cursor positioned above the
14020 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14022 &lt;End of help on this topic&gt;
14023 </BODY>
14024 </HTML>
14025 ======= h_edit_nav_cmds =========
14026 <HTML>
14027 <HEAD>
14028 <TITLE>Composer Editing Commands Explained</TITLE>
14029 </HEAD>
14030 <BODY>
14031 <H1>EDITING and NAVIGATION COMMANDS</H1>
14032 <!--chtml if pinemode="function_key"-->
14033 <PRE>
14034 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14035 ^B (Left Arrow)    Back character       | ^D       Delete current character
14036 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14037 ^P (Up Arrow)      Previous line        |
14038 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14039 ^A                 Beginning of line    |            delete current line
14040 ^E                 End of line          | F10      Undelete line(s)
14041 F7                 Previous page        |
14042 F8                 Next page            |-------------------------------------
14043 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14044 ----------------------------------------|
14045 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14046 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14047 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14048 </PRE>
14049 <!--chtml else-->
14050 <PRE>
14051 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14052 ^B (Left Arrow)    Back character       | ^D       Delete current character
14053 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14054 ^P (Up Arrow)      Previous line        |
14055 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14056 ^A                 Beginning of line    |            delete current line
14057 ^E                 End of line          | ^U       Undelete line(s)
14058 ^Y                 Previous page        |
14059 ^V                 Next page            |-------------------------------------
14060 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14061 ----------------------------------------|
14062 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14063 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14064 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14065 </PRE>
14066 <!--chtml endif-->
14067 &lt;End of help on this topic&gt;
14068 </BODY>
14069 </HTML>
14070 ===== h_composer_sigedit =====
14071 <HTML>
14072 <HEAD>
14073 <TITLE>Signature Editor Commands Explained</TITLE>
14074 </HEAD>
14075 <BODY>
14076 <H1>SIGNATURE EDITOR COMMANDS</H1>
14077 <!--chtml if pinemode="function_key"-->
14078 <PRE>
14079 CURSOR MOTION KEYS                     |EDITING KEYS
14080   ^B (Left Arrow)   Back character     | ^D       Delete current character
14081   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14082   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14083   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14084   ^A                Beginning of line  |           delete current line
14085   ^E                End of line        | F10       Paste text, undelete lines
14086   F7                Previous page      |           cut with ^K, or unjustify
14087   F8                Next page          |-------------------------------------
14088   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14089 ---------------------------------------| F6       Whereis (search for string)
14090 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14091  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14092                  |  ^Z    Suspend      | ^L       Redraw Screen
14093  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14094 </PRE>
14095 <!--chtml else-->
14096 <PRE>
14097 CURSOR MOTION KEYS                     |EDITING KEYS
14098   ^B (Left Arrow)   Back character     | ^D       Delete current character
14099   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14100   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14101   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14102   ^A                Beginning of line  |           delete current line
14103   ^E                End of line        | ^U        Paste text, undelete lines
14104   ^Y                Previous page      |           cut with ^K, or unjustify
14105   ^V                Next page          |-------------------------------------
14106   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14107 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14108 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14109  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14110                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14111  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14112 </PRE>
14113 <!--chtml endif-->
14115 NOTE: The presence or absence of the following commands is determined
14116 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14117 some of these commands may be administratively disabled by your system
14118 manager; if they don't work, please check with your local help desk
14119 before reporting a bug.
14121 <UL>
14122  <LI>Suspend (suspends Alpine and gives a system prompt)
14123  <LI>Alternate editor (allows you to compose with your own editor)
14124 </UL>
14127 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14128 Ctrl-&#92;, ESC
14131 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14132 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14134 &lt;End of help on this topic&gt;
14135 </BODY>
14136 </HTML>
14137 ===== h_composer_commentedit =====
14138 <HTML>
14139 <HEAD>
14140 <TITLE>Comment Editor Commands Explained</TITLE>
14141 </HEAD>
14142 <BODY>
14143 <H1>COMMENT EDITOR COMMANDS</H1>
14144 <!--chtml if pinemode="function_key"-->
14145 <PRE>
14146 CURSOR MOTION KEYS                     |EDITING KEYS
14147   ^B (Left Arrow)   Back character     | ^D       Delete current character
14148   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14149   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14150   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14151   ^A                Beginning of line  |           delete current line
14152   ^E                End of line        | F10       Paste text, undelete lines
14153   F7                Previous page      |           cut with ^K, or unjustify
14154   F8                Next page          |-------------------------------------
14155   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14156 ---------------------------------------| F6       Whereis (search for string)
14157 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14158  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14159                  |  ^Z    Suspend      | ^L       Redraw Screen
14160  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14161 </PRE>
14162 <!--chtml else-->
14163 <PRE>
14164 CURSOR MOTION KEYS                     |EDITING KEYS
14165   ^B (Left Arrow)   Back character     | ^D       Delete current character
14166   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14167   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14168   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14169   ^A                Beginning of line  |           delete current line
14170   ^E                End of line        | ^U        Paste text, undelete lines
14171   ^Y                Previous page      |           cut with ^K, or unjustify
14172   ^V                Next page          |-------------------------------------
14173   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14174 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14175 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14176  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14177                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14178  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14179 </PRE>
14180 <!--chtml endif-->
14182 NOTE: The presence or absence of the following commands is determined
14183 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14184 some of these commands may be administratively disabled by your system
14185 manager; if they don't work, please check with your local help desk
14186 before reporting a bug.
14188 <UL>
14189  <LI>Suspend (suspends Alpine and gives a system prompt)
14190  <LI>Alternate editor (allows you to compose with your own editor)
14191 </UL>
14194 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14195 Ctrl-&#92;, ESC
14198 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14199 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14201 &lt;End of help on this topic&gt;
14202 </BODY>
14203 </HTML>
14204 ======= h_composer_abook_nick =======
14205 <HTML>
14206 <HEAD>
14207 <TITLE>Addressbook Nickname Explained</TITLE>
14208 </HEAD>
14209 <BODY>
14210 This is a short nickname for this address book entry.  If it is used in
14211 place of an address from the composer, the composer will fill in the
14212 address(es) for the entry that matches the nickname. 
14215 Look <A HREF="h_edit_nav_cmds">here</A>
14216 to see the available Editing and Navigation commands.
14218 &lt;End of help on this topic&gt;
14219 </BODY>
14220 </HTML>
14221 ======= h_composer_abook_full =======
14222 <HTML>
14223 <HEAD>
14224 <TITLE>Addressbook Fullname Explained</TITLE>
14225 </HEAD>
14226 <BODY>
14227 This is the full name field for this entry.  If this is going to be a
14228 distribution list (more than one address), it should be a descriptive
14229 phrase describing the list.  It will be included in the mail header if you
14230 put the list in the To: or CC: field, or in the To: line if you put the
14231 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14232 leave any of the other fields blank, too). If this address book entry is
14233 going to be a simple entry with just one address, then this field is the
14234 person's name. When you send mail to this entry, this is the field to the
14235 left of the brackets. That is, it is the most readable part of the 
14236 address. For example, in the sample address:
14237 <PRE>
14238        John Doe &lt;jdoe@some.domain&gt;
14239 </PRE>
14240 "John Doe" is the full name field. If you are sorting your address book
14241 with one of the options that uses full names, then it might be useful to
14242 enter the full name as "Last, First", for example:
14243 <PRE>
14244        Doe, John
14245 </PRE>
14246 so that it will be sorted using Doe instead of John. This will be changed
14247 back into John Doe when you use it.
14249 Look <A HREF="h_edit_nav_cmds">here</A>
14250 to see the available Editing and Navigation commands.
14252 &lt;End of help on this topic&gt;
14253 </BODY>
14254 </HTML>
14255 ======= h_composer_abook_fcc =======
14256 <HTML>
14257 <HEAD>
14258 <TITLE>Addressbook Fcc Explained</TITLE>
14259 </HEAD>
14260 <BODY>
14261 If this entry is the first one in the To: line of an outgoing message,
14262 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14263 you would normally get (which depends on which
14264 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14265 you've chosen). 
14267 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14268 that you don't want any Fcc associated with this entry.
14270 Look <A HREF="h_edit_nav_cmds">here</A>
14271 to see the available Editing and Navigation commands.
14273 &lt;End of help on this topic&gt;
14274 </BODY>
14275 </HTML>
14276 ====== h_config_combined_abook_display =====
14277 <HTML>
14278 <HEAD>
14279 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14280 </HEAD>
14281 <BODY>
14282 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14284 This feature affects the address book display screens.
14285 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14286 will cause the remaining address books and directory servers to disappear
14287 from the screen, leaving only the entries of the expanded address book.
14288 If this feature is set, then the other address books will remain on the screen,
14289 so that all of the address books can be present at once.
14292 The way that commands work won't be changed.
14293 For example, the Select All command will select all of the entries in the
14294 current address book, not all of the entries in all of the address books.
14295 The WhereIs command will change a little.
14296 It will search through all of the text on the screen plus all of the entries
14297 from expanded address books.
14300 When this feature is set, the setting of the feature
14301 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14302 has an effect.
14304 &lt;End of help on this topic&gt;
14305 </BODY>
14306 </HTML>
14307 ====== h_config_titlebar_color_style =====
14308 <HTML>
14309 <HEAD>
14310 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14311 </HEAD>
14312 <BODY>
14313 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14315 This option affects the colors used to display the titlebar (the top
14316 line on the screen) when viewing a message.
14319 The available options include:
14322 <DL>
14323 <DT>default</DT>
14324 <DD>The color of the titlebar will be the color you set for the
14325 <A HREF="h_config_title_color">Title Color</A>.
14326 The Title Color may be set by using the
14327 <A HREF="h_color_setup">Setup Kolor</A> screen.
14328 </DD>
14330 <DT>indexline</DT>
14331 <DD>The color of the titlebar will be the same as the color of the
14332 index line corresponding to the message being viewed.
14333 The rules that determine what color the index line will be may be set
14334 up by going to the Setup/Rules/Indexcolor screen.
14335 If the index line for a message is not colored explicitly by the
14336 Indexcolor rules, then the titlebar will be colored the same as for
14337 the &quot;default&quot; option above (which is not the same color that
14338 the index line itself will have).
14339 </DD>
14341 <DT>reverse-indexline</DT>
14342 <DD>This is similar to the &quot;indexline&quot; option except the
14343 foreground and background colors from the corresponding index line will
14344 be reversed.
14345 For example, if the index line color is red letters on a white background,
14346 then the titlebar will be white letters on a red background.
14347 If the index line for a message is not colored explicitly by the
14348 Indexcolor rules, then the titlebar will be colored the same as for
14349 the &quot;default&quot; option above (which is not the same color that
14350 the index line itself will have).
14351 </DD>
14352 </DL>
14356 <UL>   
14357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14358 </UL><P>
14359 &lt;End of help on this topic&gt;
14360 </BODY>
14361 </HTML>
14362 ====== h_config_index_color_style =====
14363 <HTML>
14364 <HEAD>
14365 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14366 </HEAD>
14367 <BODY>
14368 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14370 This option affects the colors used to display the current line in the
14371 MESSAGE INDEX screen.
14372 If you do not have Index Color Rules defined, then this option will
14373 have no effect in the index.
14374 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14376 If the option
14377 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14378 is turned on and the
14379 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14380 is set to something other than the default, then
14381 this option also affects the color used to display the current folder
14382 in the Incoming FOLDER LIST screen.
14385 The available options include:
14388 <DL>
14389 <DT>flip-colors</DT>
14390 <DD>This is the default.
14391 If an index line is colored because it matches one of your
14392 Index Color Rules, then its colors will be reversed when it is the currently
14393 highlighted line.
14394 For example, if the line is normally red text on a blue background, then
14395 when it is the current line it will be drawn as blue text on a red background.
14397 The rest of the option values all revert to this flip-colors behavior if
14398 there is no Reverse Color defined.
14399 </DD>
14401 <DT>reverse</DT>
14402 <DD>With this option the Reverse color is always used to highlight the
14403 current line.
14404 </DD>
14406 <DT>reverse-fg</DT>
14407 <DD>The foreground part of the Reverse Color is used to highlight
14408 the current line.
14409 If this would cause the text to be unreadable (because the foreground and
14410 background colors are the same) or if it would cause no change in the
14411 color of the index line, then the colors are flipped instead.
14413 Some people think this works particularly well if you use different
14414 background colors to emphasize &quot;interesting&quot; lines,
14415 but always with the same Normal foreground color,
14416 and you use a different foreground color for the Reverse Color.
14417 </DD>
14419 <DT>reverse-fg-no-ambiguity</DT>
14420 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14421 the resulting color will be exactly the same as the regular Reverse
14422 Color.
14423 That can lead to some possible confusion because an
14424 &quot;interesting&quot;
14425 line that is the current line will be displayed exactly the same as a
14426 non-interesting line that is current.
14427 You can't tell whether the line is just a regular current line or if it is
14428 an &quot;interesting&quot; current line by looking at the color.
14429 Setting the option to this value removes that ambiguity.
14430 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14431 interesting current line would look just like a non-interesting current line.
14432 In that case, the interesting line's colors are simply flipped (like in the
14433 default behavior).
14435 As an alternative way to preserve the line's interestingness in this case,
14436 you may find that using both a different foreground and a different
14437 background color for the interesting line will help.
14438 </DD>
14440 <DT>reverse-bg</DT>
14441 <DD>The background part of the Reverse Color is used to highlight
14442 the current line.
14443 If this would cause the text to be unreadable (because the foreground and
14444 background colors are the same) or if it would cause no change in the
14445 color of the index line, then the colors are flipped instead.
14447 Some people think this works particularly well if you use different
14448 foreground colors to emphasize &quot;interesting&quot; lines,
14449 but always with the same Normal background color,
14450 and you use a different background color for the Reverse Color.
14451 </DD>
14453 <DT>reverse-bg-no-ambiguity</DT>
14454 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14455 rule may also result in a color that is exactly the same as the regular
14456 Reverse Color.
14457 Setting the option to this value removes that ambiguity.
14458 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14459 current line has the same color as the Reverse Color.
14460 In that case, the interesting line's colors are simply flipped (like in the
14461 default behavior).
14462 </DD>
14463 </DL>
14467 <UL>   
14468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14469 </UL><P>
14470 &lt;End of help on this topic&gt;
14471 </BODY>
14472 </HTML>
14473 ====== h_config_expanded_addrbooks =====
14474 <HTML>
14475 <HEAD>
14476 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14477 </HEAD>
14478 <BODY>
14479 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14481 If multiple address books (either personal or global) are defined, and you
14482 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14483 screen, then set this feature. This feature will have no effect unless the
14484 feature
14485 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14486 is also set.
14488 &lt;End of help on this topic&gt;
14489 </BODY>
14490 </HTML>
14491 ====== h_config_combined_folder_display =====
14492 <HTML>
14493 <HEAD>
14494 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14495 </HEAD>
14496 <BODY>
14497 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14499 This feature affects the folder list display screens.
14500 Normally, each folder list is viewed within its collection only.  This
14501 command allows folder lists to be viewed within a single screen that
14502 combines the contents of all collections.
14505 The way that commands work won't be changed.
14506 For example, the Select All command will select all of the folders in the
14507 current collection, not all of the entries in all of the collections.
14508 The WhereIs command will change a little.
14509 It will search through all of the folders in the current collection as well
14510 as all the folder in any other expanded collection.
14513 When this feature is set, the setting of the feature
14514 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14515 has an effect.
14517 &lt;End of help on this topic&gt;
14518 </BODY>
14519 </HTML>
14520 ====== h_config_combined_subdir_display =====
14521 <HTML>
14522 <HEAD>
14523 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14524 </HEAD>
14525 <BODY>
14526 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14528 This feature affects the Folder List screen when
14530 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14531 feature is enabled.  Normally, selecting a directory from the Folder
14532 List takes you into a new screen displaying only the contents of
14533 that directory.
14536 Enabling this feature will cause the contents of the selected
14537 directory to be
14538 displayed within the boundaries of the &quot;Collection&quot; it
14539 is a part of.  All previously displayed collections will remain
14540 in the screen.
14543 The way that commands work won't be changed.
14544 For example, the Select All command will select all of the folders in the
14545 directory, as opposed to all of the entries in all of the collections.
14546 The WhereIs command will change a little.
14547 It will search through all of the folders in the current collection as well
14548 as all the folder in any other expanded collection.
14551 &lt;End of help on this topic&gt;
14552 </BODY>
14553 </HTML>
14554 ====== h_config_separate_fold_dir_view =====
14555 <HTML>
14556 <HEAD>
14557 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14558 </HEAD>
14559 <BODY>
14560 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14562 This feature affects folder collections wherein a folder
14563 and directory can have the same name.  By default, Alpine displays them
14564 only once, denoting that it is both a folder and directory by appending
14565 the folder name with the hierarchy character enclosed
14566 in square brackets.
14570 Enabling this feature will cause Alpine to display such names
14571 separately marking the name representing a directory with a trailing
14572 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14575 The feature also alters the command set slightly.  By default, the
14576 right-arrow descends into the directory, while hitting the Return key will
14577 cause the folder by that name to be opened.
14580 With this feature set, the Return key will open the highlighted folder, or
14581 enter the highlighted directory.
14584 &lt;End of help on this topic&gt;
14585 </BODY>
14586 </HTML>
14587 ====== h_config_expanded_folders =====
14588 <HTML>
14589 <HEAD>
14590 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14591 </HEAD>
14592 <BODY>
14593 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14595 If multiple folder collections are defined, and you
14596 wish to have them all expanded implicitly upon entering the FOLDER LIST
14597 screen, then set this feature. This feature will have no effect unless the
14598 feature
14599 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14600 is also set.
14602 &lt;End of help on this topic&gt;
14603 </BODY>
14604 </HTML>
14605 ======= h_config_ldap_server =======
14606 <HTML>
14607 <HEAD>
14608 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14609 </HEAD>
14610 <BODY>
14611 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14612 This is the name of the host where an LDAP server is running.
14613 For redundancy, this may be a space-delimited set of server names, in which
14614 case the first server that answers is used.
14615 Each of the server names may be optionally followed by
14616 a colon and a port number.
14617 If this form is used then the port number configured below in the
14618 <EM>port</EM> field is not used.
14620 To find out whether your organization has its own LDAP server, 
14621 contact its computing support staff.
14622 <P><UL>
14623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14624 </UL>
14626 &lt;End of help on this topic&gt;
14627 </BODY>
14628 </HTML>
14629 ======= h_config_ldap_base =======
14630 <HTML>
14631 <HEAD>
14632 <TITLE>LDAP OPTION: Search-Base</TITLE>
14633 </HEAD>
14634 <BODY>
14635 <H1>LDAP OPTION: Search-Base</H1>
14637 This is the search base to be used on this server.  It functions as a filter 
14638 by restricting your searches in the LDAP server database
14639 to the specified contents of the specified fields.  Without it, searches 
14640 submitted to this directory server may fail.  It might be something
14641 like:
14643 <PRE>
14644       O = &lt;Your Organization Name&gt;, C = US
14645 </PRE>
14646 or it might be blank.  
14647 (Some LDAP servers actually ignore anything specified here.)
14649 If in doubt what parameters you should specify here, 
14650 contact the maintainers of the LDAP server.
14651 <P><UL>
14652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14653 </UL>
14655 &lt;End of help on this topic&gt;
14656 </BODY>
14657 </HTML>
14658 ======= h_config_ldap_port =======
14659 <HTML>
14660 <HEAD>
14661 <TITLE>LDAP OPTION: Port</TITLE>
14662 </HEAD>
14663 <BODY>
14664 <H1>LDAP OPTION: Port</H1>
14666 This is the TCP port number to be used with this LDAP server. If you leave
14667 this blank port 389 will be used.
14669 &lt;End of help on this topic&gt;
14670 </BODY>
14671 </HTML>
14672 ======= h_config_ldap_nick =======
14673 <HTML>
14674 <HEAD>
14675 <TITLE>LDAP OPTION: Nickname</TITLE>
14676 </HEAD>
14677 <BODY>
14678 <H1>LDAP OPTION: Nickname</H1>
14680 This is a nickname to be used in displays. If you don't supply a
14681 nickname the server name
14682 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14683 will be used instead.  This option is strictly for your convenience.
14685 &lt;End of help on this topic&gt;
14686 </BODY>
14687 </HTML>
14688 ======= h_config_ldap_binddn =======
14689 <HTML>
14690 <HEAD>
14691 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14692 </HEAD>
14693 <BODY>
14694 <H1>LDAP OPTION: Bind-DN</H1>
14696 You may need to authenticate to the LDAP server before you are able to use it.
14697 This is the Distinguished Name to bind to when authenticating to this server.
14698 Try leaving this blank until you know you need it.
14700 Alpine only knows about LDAP Simple authentication.
14701 It does not attempt LDAP SASL authentication.
14702 The DN and password will be sent in the clear unless TLS encryption is
14703 being used on this connection.
14704 Because of this, you may want to set the LDAP feature
14705 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14706 or the feature
14707 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14708 if you are going to be providing a password.
14709 <P><UL>
14710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14711 </UL>
14713 &lt;End of help on this topic&gt;
14714 </BODY>
14715 </HTML>
14716 ======= h_config_ldap_opts_impl =======
14717 <HTML>
14718 <HEAD>
14719 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14720 </HEAD>
14721 <BODY>
14722 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14724 Set this to have lookups done to this server implicitly from the composer.
14725 If an address doesn't look like a fully-qualified address, it will be looked
14726 up in your address books, and if it doesn't match a nickname there, then it
14727 will be looked up on the LDAP servers that have this feature set.
14728 The lookups will also be done when using the address completion feature
14729 (TAB command) in the composer if any of the serves have this feature set.
14730 Also see the LDAP feature
14731 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14732 and the Setup/Config feature
14733 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14735 &lt;End of help on this topic&gt;
14736 </BODY>
14737 </HTML>
14738 ======= h_config_ldap_opts_tls =======
14739 <HTML>
14740 <HEAD>
14741 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14742 </HEAD>
14743 <BODY>
14744 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14746 When connecting to this server Alpine will attempt to use TLS encryption
14747 on the connection.
14748 Also see the closely related feature
14749 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14751 &lt;End of help on this topic&gt;
14752 </BODY>
14753 </HTML>
14754 ======= h_config_ldap_opts_tlsmust =======
14755 <HTML>
14756 <HEAD>
14757 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14758 </HEAD>
14759 <BODY>
14760 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14762 When connecting to this server Alpine will attempt to use TLS encryption
14763 on the connection.
14764 If the StartTLS operation fails then the connection will not be used.
14766 &lt;End of help on this topic&gt;
14767 </BODY>
14768 </HTML>
14769 ====== h_config_ldap_opts_rhs =====
14770 <HTML>
14771 <HEAD>
14772 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14773 </HEAD>
14774 <BODY>
14775 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14777 Normally implicit LDAP lookups from the composer are done only for the
14778 strings you type in from the composer screen. In other words, you type in
14779 something in the To or CC field and press return, then the string is looked up.
14780 First that string is looked up in your address books. If a match is found
14781 there, then the results of that match are looked up again. If you place
14782 a string in your address book that you want to have looked up on the LDAP
14783 directory server, you need to turn on this feature. If you set this feature
14784 for a server, you almost always will also want to set the
14785 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14786 feature. An example might serve to best illustrate this feature.
14788 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14789 entry with an
14790 address of pres@whitehouse.gov, then you might put an entry in your address
14791 book that looks like:
14793 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14794 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14796 Now, when you type &quot;bill&quot; into an
14797 address field in the composer Alpine will
14798 find the &quot;bill&quot; entry in your address book.
14799 It will replace &quot;bill&quot; with
14800 &quot;William Clinton&quot;.
14801 It will then search for an entry with that nickname
14802 in your address book and not find one. If this feature
14803 is set, Alpine will then attempt to lookup
14804 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14805 pres@whitehouse.gov.
14807 A better way to accomplish the same thing is probably to use the feature
14808 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14810 &lt;End of help on this topic&gt;
14811 </BODY>
14812 </HTML>
14813 ====== h_config_ldap_opts_ref =====
14814 <HTML>
14815 <HEAD>
14816 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14817 </HEAD>
14818 <BODY>
14819 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14821 Normally when you save the results of an LDAP directory lookup to your
14822 address book the results of the lookup are saved. If this feature is set
14823 and the entry being saved was found on this directory server, then the
14824 search criteria is saved instead of the results of the search. When this
14825 address book entry is used in the future, instead of copying the results
14826 from the address book the directory lookup will be done again. This could
14827 be useful if the copied result might become stale because the data on
14828 the directory server changes (for example, the entry's email address changes).
14829 You probably don't want to set this feature if the server is at all slow or
14830 unreliable.
14832 The way this actually works is that instead of saving the email address
14833 in your address book, Alpine saves enough information to look up the same
14834 directory entry again. In particular, it saves the server name and the
14835 distinguished name of the entry. It's possible that the server administrators
14836 might change the format of distinguished names on the server, or that the
14837 entry might be removed from the server. If Alpine notices this, you will be warned
14838 and a backup copy of the email address will be used. You may want to create
14839 a new entry in this case, since you will get the annoying warning every
14840 time you use the old entry. You may do that by Saving the entry to a new
14841 nickname in the same address book. You will be asked whether or not you
14842 want to use the backup email address.
14844 A related feature in the Setup/Config screen is
14845 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14847 &lt;End of help on this topic&gt;
14848 </BODY>
14849 </HTML>
14850 ======= h_config_ldap_opts_nosub =======
14851 <HTML>
14852 <HEAD>
14853 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14854 </HEAD>
14855 <BODY>
14856 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14858 Spaces in your input are normally handled specially.
14859 Each space character is replaced
14862 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14864 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14865 The reason this is done is so the input string
14867 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14869 (which is converted to &quot;Greg* Donald&quot;) will match
14870 the names &quot;Greg Donald&quot;,
14871 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14872 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14873 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14874 then it would also match the name &quot;Greg Donaldson&quot;.
14876 Turning on this feature will disable this substitution.
14878 &lt;End of help on this topic&gt;
14879 </BODY>
14880 </HTML>
14881 ====== h_config_ldap_searchtypes =======
14882 <HTML>
14883 <HEAD>
14884 <TITLE>LDAP OPTION: Search-Type</TITLE>
14885 </HEAD>
14886 <BODY>
14887 <H1>LDAP OPTION: Search-Type</H1>
14889 This affects the way that LDAP searches are done.
14890 In particular, this tells the server where to look for the string to be matched.
14891 If set to &quot;name&quot; then the string that is being searched for will
14892 be compared with the string in the
14893 &quot;Name&quot; field on the server
14894 (technically, it is the &quot;commonname&quot; field on the server).
14895 &quot;Surname&quot; means we're looking for a
14896 match in the &quot;Surname&quot; field on the
14897 server (actually the &quot;sn&quot; field).
14898 &quot;Givenname&quot; really is &quot;givenname&quot;
14899 and &quot;email&quot; is the electronic mail address (this is actually the field
14900 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14901 The other three types are combinations of
14902 the types listed so far. &quot;Name-or-email&quot;
14903 means the string should appear
14904 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14905 Likewise, &quot;surname-or-givenname&quot;
14906 means &quot;surname&quot; OR &quot;givenname&quot;
14907 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14909 This search TYPE is combined with the
14910 search <A HREF="h_config_ldap_searchrules">RULE</A>
14911 to form the actual search query.
14913 The usual default value for this
14914 option is &quot;sur-or-given-or-name-or-email&quot;.
14915 This type of search may be slow on some servers.
14916 Try &quot;name-or-email&quot;, which is often
14917 faster, or just &quot;name&quot; if the performance seems to be a problem.
14919 Some servers have been configured with different attribute names for
14920 these four fields.
14921 In other words, instead of using the attribute name &quot;mail&quot;
14922 for the email address field, the server might be configured to use something
14923 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14924 Alpine can be configured to use these different attribute names by using
14925 the four configuration options:
14926 <P><UL>
14927 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14928 </UL>
14929 <P><UL>
14930 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14931 </UL>
14932 <P><UL>
14933 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14934 </UL>
14935 <P><UL>
14936 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14937 </UL>
14939 &lt;End of help on this topic&gt;
14940 </BODY>
14941 </HTML>
14942 ====== h_config_ldap_searchrules =======
14943 <HTML>
14944 <HEAD>
14945 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14946 </HEAD>
14947 <BODY>
14948 <H1>LDAP OPTION: Search-Rule</H1>
14950 This affects the way that LDAP searches are done.
14951 If set to &quot;equals&quot; then
14952 only exact matches count.
14953 &quot;Contains&quot; means that the string you type in
14954 is a substring of what you are matching against.
14955 &quot;Begins-with&quot; and &quot;ends-with&quot;
14956 mean that the string starts or ends with the string you type in.
14958 Spaces in your input are normally handled specially, but you can turn that
14959 special handling off with the
14960 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14961 feature.
14963 The usual default value for this option is &quot;begins-with&quot;.
14965 &lt;End of help on this topic&gt;
14966 </BODY>
14967 </HTML>
14968 ======= h_config_ldap_email_attr =======
14969 <HTML>
14970 <HEAD>
14971 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14972 </HEAD>
14973 <BODY>
14974 <H1>LDAP OPTION: EmailAttribute</H1>
14976 This is the name of the attribute that is searched for when looking for
14977 an email address. The default value for this option is &quot;mail&quot; or
14978 &quot;electronicmail&quot;.
14979 If the server you are using uses a different attribute name for the email
14980 address, put that attribute name here.
14982 This will affect the search filter used if your Search-Type is one that
14983 contains a search for &quot;email&quot;.
14984 It will also cause the attribute value matching this attribute name to be used
14985 as the email address when you look up an entry from the composer.
14987 &lt;End of help on this topic&gt;
14988 </BODY>
14989 </HTML>
14990 ======= h_config_ldap_sn_attr =======
14991 <HTML>
14992 <HEAD>
14993 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14994 </HEAD>
14995 <BODY>
14996 <H1>LDAP OPTION: SurnameAttribute</H1>
14998 This is the name of the attribute that is searched for when looking for
14999 the surname of the entry. The default value for this option is &quot;sn&quot;.
15000 If the server you are using uses a different attribute name for the surname,
15001 put that attribute name here.
15002 This will affect the search filter used if your Search-Type is one that
15003 contains a search for &quot;surname&quot;.
15005 &lt;End of help on this topic&gt;
15006 </BODY>
15007 </HTML>
15008 ======= h_config_ldap_gn_attr =======
15009 <HTML>
15010 <HEAD>
15011 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15012 </HEAD>
15013 <BODY>
15014 <H1>LDAP OPTION: GivennameAttribute</H1>
15016 This is the name of the attribute that is searched for when looking for
15017 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15018 If the server you are using uses a different attribute name for the given name,
15019 put that attribute name here.
15020 This will affect the search filter used if your Search-Type is one that
15021 contains a search for &quot;givenname&quot;.
15023 &lt;End of help on this topic&gt;
15024 </BODY>
15025 </HTML>
15026 ======= h_config_ldap_cn_attr =======
15027 <HTML>
15028 <HEAD>
15029 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15030 </HEAD>
15031 <BODY>
15032 <H1>LDAP OPTION: NameAttribute</H1>
15034 This is the name of the attribute that is searched for when looking for
15035 the name of the entry. The default value for this option is &quot;cn&quot;, which
15036 stands for common name.
15037 If the server you are using uses a different attribute name for the name,
15038 put that attribute name here.
15039 This will affect the search filter used if your Search-Type is one that
15040 contains a search for &quot;name&quot;.
15042 &lt;End of help on this topic&gt;
15043 </BODY>
15044 </HTML>
15045 ======= h_config_ldap_time =======
15046 <HTML>
15047 <HEAD>
15048 <TITLE>LDAP OPTION: Timelimit</TITLE>
15049 </HEAD>
15050 <BODY>
15051 <H1>LDAP OPTION: Timelimit</H1>
15053 This places a limit on the number of seconds the LDAP search will continue.
15054 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15055 may place limits of their own on searches.
15057 &lt;End of help on this topic&gt;
15058 </BODY>
15059 </HTML>
15060 ======= h_config_ldap_size =======
15061 <HTML>
15062 <HEAD>
15063 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15064 </HEAD>
15065 <BODY>
15066 <H1>LDAP OPTION: Sizelimit</H1>
15068 This places a limit on the number of entries returned by the LDAP server.
15069 A value of 0 means no limit. The default is 0. Note that some servers
15070 may place limits of their own on searches.
15072 &lt;End of help on this topic&gt;
15073 </BODY>
15074 </HTML>
15075 ======= h_config_ldap_cust =======
15076 <HTML>
15077 <HEAD>
15078 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15079 </HEAD>
15080 <BODY>
15081 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15083 This one is for advanced users only! If you define this, then the
15084 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15085 However, the feature
15086 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15087 is still in effect.
15088 That is, the space substitution will take place even in a custom filter unless
15089 you disable it.
15091 If your LDAP service stops working and you suspect it might be because
15092 of your custom filter, just delete this filter and try using the
15093 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15094 Another option that sometimes causes trouble is the
15095 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15097 This variable may be set to the string representation of an LDAP search
15098 filter (see RFC1960). In the places where you want the address string to be
15099 substituted in, put a '%s' in this filter string. Here are some examples:
15101 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15102 is equivalent to the &quot;Custom-Search-Filter&quot;
15103 <PRE>
15104      (cn=%s*)
15105 </PRE>
15106 When you try to match against the string &quot;string&quot; the program replaces
15107 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15108 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15110 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15111 of &quot;contains&quot; is equivalent to
15112 <PRE>
15113      (|(cn=*%s*)(mail=*%s*))
15114 </PRE>
15116 If your server uses a different attribute <EM>name</EM> than
15117 Alpine uses by default,
15118 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15119 then you may be able to use one or more of the four attribute configuration
15120 options instead of defining a custom filter:
15121 <P><UL>
15122 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15123 </UL>
15124 <P><UL>
15125 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15126 </UL>
15127 <P><UL>
15128 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15129 </UL>
15130 <P><UL>
15131 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15132 </UL>
15134 &lt;End of help on this topic&gt;
15135 </BODY>
15136 </HTML>
15137 ======= h_composer_abook_comment =======
15138 <HTML>
15139 <HEAD>
15140 <TITLE>Addressbook Comment Explained</TITLE>
15141 </HEAD>
15142 <BODY>
15143 This is a comment to help you remember what this entry is. The WhereIs
15144 command searches comments so that it is easier to find an entry with a comment
15145 you know about attached to it. This field is not used in the outgoing message.
15147 Look <A HREF="h_edit_nav_cmds">here</A>
15148 to see the available Editing and Navigation commands.
15150 &lt;End of help on this topic&gt;
15151 </BODY>
15152 </HTML>
15153 ======= h_composer_abook_addrs =======
15154 <HTML>
15155 <HEAD>
15156 <TITLE>Addressbook Lists</TITLE>
15157 </HEAD>
15158 <BODY>
15159 <H1>Addressbook Lists</H1>
15161 This is a list of addresses to send to when sending to this address book
15162 entry.  Each member of the list may be an address or another nickname from
15163 any of your address books.  If it is an address, it is OK to include the
15164 full name field as well as the electronic address portion of that address.
15165 For example, the following are all legitimate entries in this field:
15167 <DL><DT>&nbsp;</DT>
15168 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15169 <DD>jdoe@some.domain
15170 <DD>John Doe &lt;jdoe@some.domain&gt;
15171 </DL>
15173 The addresses should be listed separated by commas, just like you would
15174 enter them from the composer.
15178 The only difference between a distribution list and a simple entry with a
15179 single address, is that a distribution list has more than one address   
15180 listed in the Addresses: field, whereas a simple personal entry has just  
15181 one address.
15185 For individual address book entries, if there is a full name in the
15186 Fullname: field (filling in the Fullname: field is not required), it is
15187 used.  If the full name is specified in the Address: field and not in the
15188 Fullname: field, then the full name from the Address: field is used.
15192 If you type the nickname of a distribution list from one of your address 
15193 books in the Lcc: field, then the full name of that list is used in the  
15194 To: field.  If you put a list in the To: or Cc: fields, that list will be
15195 expanded into all of its addresses.  If the list has a full name, then
15196 that will appear at the beginning of the addresses.
15198 <DL><DT>&nbsp;</DT>
15199 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15200 &lt;sal@here.there&gt;
15201 </DL>
15203 If the first address in the distribution list also has a full name, then
15204 the list full name and that full name are combined into something like the
15205 following:
15207 <DL><DT>&nbsp;</DT>
15208 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15209 </DL>
15212 If you specify a list via Lcc, the full name is used in the To: line.  If
15213 you specify a list in the To: or Cc: fields, then it uses the same method
15214 as for individual entries for filling in the full name.
15218 For help with editing and navigation commands, check the Help for the
15219 Nickname: field.
15222 &lt;End of help on this topic&gt;
15223 </BODY>
15224 </HTML>
15225 ======= h_config_role_nick =======
15226 <HTML>
15227 <HEAD>
15228 <TITLE>Nickname Explained</TITLE>
15229 </HEAD>
15230 <BODY>
15231 <H1>Nickname Explained</H1>
15233 This is a nickname to help you.
15234 You should have a different nickname for each role you define.
15235 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15236 pick a role to edit.
15237 It will also be used when you send a message to let you know you are
15238 sending with a different role than you use by default, and
15239 it will be useful for choosing a role when composing with the Role command
15240 or when composing with one of the Role Uses set to With Confirmation.
15241 This field is not used in the outgoing message.
15243 Look <A HREF="h_edit_nav_cmds">here</A>
15244 to see the available Editing and Navigation commands.
15246 &lt;End of help on this topic&gt;
15247 </BODY>
15248 </HTML>
15249 ======= h_config_role_comment =======
15250 <HTML>
15251 <HEAD>
15252 <TITLE>Comment Explained</TITLE>
15253 </HEAD>
15254 <BODY>
15255 <H1>Comment Explained</H1>
15257 This is a comment to help you.
15258 This comment does not play any functional role, it is simply an optional
15259 comment to help you remember what the rule is for.
15261 Look <A HREF="h_edit_nav_cmds">here</A>
15262 to see the available Editing and Navigation commands.
15264 &lt;End of help on this topic&gt;
15265 </BODY>
15266 </HTML>
15267 ======= h_config_other_nick =======
15268 <HTML>
15269 <HEAD>
15270 <TITLE>Nickname Explained</TITLE>
15271 </HEAD>
15272 <BODY>
15273 <H1>Nickname Explained</H1>
15275 This is a nickname to help you.
15276 You should have a different nickname for each rule you define.
15277 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15278 pick a rule to edit.
15280 Look <A HREF="h_edit_nav_cmds">here</A>
15281 to see the available Editing and Navigation commands.
15283 &lt;End of help on this topic&gt;
15284 </BODY>
15285 </HTML>
15286 ======= h_config_score_nick =======
15287 <HTML>
15288 <HEAD>
15289 <TITLE>Nickname Explained</TITLE>
15290 </HEAD>
15291 <BODY>
15292 <H1>Nickname Explained</H1>
15294 This is a nickname to help you.
15295 You should have a different nickname for each scoring rule you define.
15296 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15297 pick a rule to edit.
15299 Look <A HREF="h_edit_nav_cmds">here</A>
15300 to see the available Editing and Navigation commands.
15302 &lt;End of help on this topic&gt;
15303 </BODY>
15304 </HTML>
15305 ======= h_config_incol_nick =======
15306 <HTML>
15307 <HEAD>
15308 <TITLE>Nickname Explained</TITLE>
15309 </HEAD>
15310 <BODY>
15311 <H1>Nickname Explained</H1>
15313 This is a nickname to help you.
15314 You should have a different nickname for each color rule you define.
15315 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15316 pick a rule to edit.
15318 Look <A HREF="h_edit_nav_cmds">here</A>
15319 to see the available Editing and Navigation commands.
15321 &lt;End of help on this topic&gt;
15322 </BODY>
15323 </HTML>
15324 ======= h_config_filt_nick =======
15325 <HTML>
15326 <HEAD>
15327 <TITLE>Nickname Explained</TITLE>
15328 </HEAD>
15329 <BODY>
15330 <H1>Nickname Explained</H1>
15332 This is a nickname to help you.
15333 You should have a different nickname for each filtering rule you define.
15334 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15335 pick a rule to edit.
15337 Look <A HREF="h_edit_nav_cmds">here</A>
15338 to see the available Editing and Navigation commands.
15340 &lt;End of help on this topic&gt;
15341 </BODY>
15342 </HTML>
15343 ======= h_config_score_topat =======
15344 <HTML>
15345 <HEAD>
15346 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15347 </HEAD>
15348 <BODY>
15349 <H1>&quot;To:&quot; Pattern Explained</H1>
15351 Any text you enter as the &quot;To pattern&quot;
15352 will be compared to the recipients from the To: line of
15353 the message being scored.
15354 When the text you entered matches
15355 all or part of the To: line of a message, then the Score Value
15356 you have specified will be added to the score for the message.
15357 (Any other non-blank parts of the Pattern must match, too.)
15360 You may enter a complete email address, part of an address, or a
15361 list of addresses or partial addresses.
15362 For example:
15365 <PRE>
15366  To pattern = friend@public.com
15368  To pattern = rated.net
15370  To pattern = xxx@adults.com
15371               admin@msn.com
15372               fool@motleyfool.com
15373 </PRE>
15376 Each of those are valid To patterns.
15379 Messages match those patterns if any of the
15380 addresses in the To: line of the message contains the pattern.
15381 If the pattern is a list of patterns
15382 (like the last example above) then it is a match if any of the patterns in
15383 the list match any of the addresses in the To: line.
15384 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15385 present for a match.
15386 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15387 address2 must be present.
15388 That is exactly what using a list does.)
15391 Some messages may be &quot;bounced&quot; to you, and will
15392 have a &quot;Resent-To:&quot; header line.
15393 If the message contains a Resent-To: line
15394 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15395 Alpine will look for
15396 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15397 the original To: line.
15400 When entering a pattern, you may choose an address from your address book
15401 with the &quot;T&quot; command.
15404 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15405 &quot;!&quot; &quot;toggle NOT&quot; command.
15406 This changes the meaning of the To pattern so that it has the opposite meaning.
15407 It will be considered a match if there are no matches between the
15408 addresses in the To: line and the list of To patterns.
15410 Don't make the mistake of putting the &quot;!&quot; in the data field for
15411 the pattern.
15412 For example, if you type the characters &quot;!frizzle&quot; into the To
15413 pattern, the pattern will look like:
15415 <PRE>
15416  To pattern = !frizzle
15417 </PRE>
15419 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15420 In order to match messages that do not have &quot;frizzle&quot; in
15421 their To field, first type the characters &quot;frizzle&quot; followed
15422 by carriage return for the value of the To pattern, then negate it
15423 by typing the &quot;!&quot; command.
15424 It should end up looking like
15426 <PRE>
15427  ! To pattern = frizzle
15428 </PRE>
15430 You are not limited to using the six standard header patterns that are
15431 normally shown (To, From, Sender, Cc, News, and Subject).
15432 You may add any other header to a Pattern by
15433 using the &quot;eXtraHdr&quot; command to specify a different
15434 message header line; and then the Add or Change command to fill in
15435 a pattern for the new header line, just like you would for a standard header.
15437 A technicality: Since comma is the character used to separate multiple
15438 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15439 you want to include a literal comma in the field.
15440 In other words, if you type a backslash followed by a comma it will
15441 be interpreted as a comma by Alpine, instead of as a separator between
15442 pattern values.
15443 All other backslashes are literal backslashes and should not be escaped.
15445 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15446 for more information on Patterns.
15448 Look <A HREF="h_edit_nav_cmds">here</A>
15449 to see the available Editing and Navigation commands.
15451 &lt;End of help on this topic&gt;
15452 </BODY>
15453 </HTML>
15454 ======= h_config_incol_topat =======
15455 <HTML>
15456 <HEAD>
15457 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15458 </HEAD>
15459 <BODY>
15460 <H1>&quot;To:&quot; Pattern Explained</H1>
15462 Any text you enter as the &quot;To pattern&quot;
15463 will be compared to the recipients from the To: lines of
15464 the messages in the index.
15465 When the text you entered matches
15466 all or part of the To: line of a message, then the Index Line Color you have
15467 specified will be used for that line in the index.
15468 (Any other non-blank parts of the Pattern must match, too.)
15471 You may enter a complete email address, part of an address, or a
15472 list of addresses or partial addresses.
15473 For example:
15476 <PRE>
15477  To pattern = friend@public.com
15478  To pattern = rated.net
15479  To pattern = xxx@adults.com
15480               admin@msn.com
15481               fool@motleyfool.com
15482 </PRE>
15485 Each of those are valid To patterns.
15488 Messages match those patterns if any of the
15489 addresses in the To: line of the message contains the pattern.
15490 If the pattern is a list of patterns
15491 (like the last example above) then it is a match if any of the patterns in
15492 the list match any of the addresses in the To: line.
15493 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15494 present for a match.
15495 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15496 address2 must be present.
15497 That is exactly what using a list does.)
15500 Some messages may be &quot;bounced&quot; to you, and will
15501 have a &quot;Resent-To:&quot; header line.
15502 If the message contains a Resent-To: line
15503 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15504 Alpine will look for
15505 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15506 the original To: line.
15509 When entering a pattern, you may choose an address from your address book
15510 with the &quot;T&quot; command.
15513 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15514 &quot;!&quot; &quot;toggle NOT&quot; command.
15515 This changes the meaning of the To pattern so that it has the opposite meaning.
15516 It will be considered a match if there are no matches between the
15517 addresses in the To: line and the list of To patterns.
15519 Don't make the mistake of putting the &quot;!&quot; in the data field for
15520 the pattern.
15521 For example, if you type the characters &quot;!frizzle&quot; into the To
15522 pattern, the pattern will look like:
15524 <PRE>
15525  To pattern = !frizzle
15526 </PRE>
15528 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15529 In order to match messages that do not have &quot;frizzle&quot; in
15530 their To field, first type the characters &quot;frizzle&quot; followed
15531 by carriage return for the value of the To pattern, then negate it
15532 by typing the &quot;!&quot; command.
15533 It should end up looking like
15535 <PRE>
15536  ! To pattern = frizzle
15537 </PRE>
15540 You are not limited to using the six standard header patterns that are
15541 normally shown (To, From, Sender, Cc, News, and Subject).
15542 You may add any other header to a Pattern by
15543 using the &quot;eXtraHdr&quot; command to specify a different
15544 message header line; and then the Add or Change command to fill in
15545 a pattern for the new header line, just like you would for a standard header.
15547 A technicality: Since comma is the character used to separate multiple
15548 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15549 you want to include a literal comma in the field.
15550 In other words, if you type a backslash followed by a comma it will
15551 be interpreted as a comma by Alpine, instead of as a separator between
15552 pattern values.
15553 All other backslashes are literal backslashes and should not be escaped.
15555 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15556 for more information on Patterns.
15558 Look <A HREF="h_edit_nav_cmds">here</A>
15559 to see the available Editing and Navigation commands.
15561 &lt;End of help on this topic&gt;
15562 </BODY>
15563 </HTML>
15564 ======= h_config_other_topat =======
15565 <HTML>
15566 <HEAD>
15567 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15568 </HEAD>
15569 <BODY>
15570 <H1>&quot;To:&quot; Pattern Explained</H1>
15572 For some of the OTHER RULES actions, there is no message that is being
15573 compared against.
15574 If that is the case, then only the Current Folder Type is checked.
15575 In particular, this To pattern is ignored.
15576 Actions that fall into this category include both
15577 Sort Order and Index Format.
15579 A technicality: Since comma is the character used to separate multiple
15580 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15581 you want to include a literal comma in the field.
15582 In other words, if you type a backslash followed by a comma it will
15583 be interpreted as a comma by Alpine, instead of as a separator between
15584 pattern values.
15585 All other backslashes are literal backslashes and should not be escaped.
15587 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15588 for more information on Patterns.
15590 Look <A HREF="h_edit_nav_cmds">here</A>
15591 to see the available Editing and Navigation commands.
15593 &lt;End of help on this topic&gt;
15594 </BODY>
15595 </HTML>
15596 ======= h_config_filt_topat =======
15597 <HTML>
15598 <HEAD>
15599 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15600 </HEAD>
15601 <BODY>
15602 <H1>&quot;To:&quot; Pattern Explained</H1>
15604 Any text you enter as the &quot;To pattern&quot;
15605 will be compared to the recipients from the To: line of
15606 messages when Alpine opens folders.
15607 When the text you entered matches
15608 all or part of the To: line of a message, then the Filter Action you have
15609 specified will be carried out.
15610 (Any other non-blank parts of the Pattern must match, too.)
15613 You may enter a complete email address, part of an address, or a
15614 list of addresses or partial addresses.
15615 For example:
15618 <PRE>
15619  To pattern = friend@public.com
15620  To pattern = rated.net
15621  To pattern = xxx@adults.com
15622               admin@msn.com
15623               fool@motleyfool.com
15624 </PRE>
15627 Each of those are valid To patterns.
15630 Messages match those patterns if any of the
15631 addresses in the To: line of the message contains the pattern.
15632 If the pattern is a list of patterns
15633 (like the last example above) then it is a match if any of the patterns in
15634 the list match any of the addresses in the To: line.
15635 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15636 present for a match.
15637 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15638 address2 must be present.
15639 That is exactly what using a list does.)
15642 Some messages may be &quot;bounced&quot; to you, and will
15643 have a &quot;Resent-To:&quot; header line.
15644 If the message contains a Resent-To: line
15645 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15646 Alpine will look for
15647 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15648 the original To: line.
15651 When entering a pattern, you may choose an address from your address book
15652 with the &quot;T&quot; command.
15655 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15656 &quot;!&quot; &quot;toggle NOT&quot; command.
15657 This changes the meaning of the To pattern so that it has the opposite meaning.
15658 It will be considered a match if there are no matches between the
15659 addresses in the To: line and the list of To patterns.
15661 Don't make the mistake of putting the &quot;!&quot; in the data field for
15662 the pattern.
15663 For example, if you type the characters &quot;!frizzle&quot; into the To
15664 pattern, the pattern will look like:
15666 <PRE>
15667  To pattern = !frizzle
15668 </PRE>
15670 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15671 In order to match messages that do not have &quot;frizzle&quot; in
15672 their To field, first type the characters &quot;frizzle&quot; followed
15673 by carriage return for the value of the To pattern, then negate it
15674 by typing the &quot;!&quot; command.
15675 It should end up looking like
15677 <PRE>
15678  ! To pattern = frizzle
15679 </PRE>
15682 You are not limited to using the six standard header patterns that are
15683 normally shown (To, From, Sender, Cc, News, and Subject).
15684 You may add any other header to a Pattern by
15685 using the &quot;eXtraHdr&quot; command to specify a different
15686 message header line; and then the Add or Change command to fill in
15687 a pattern for the new header line, just like you would for a standard header.
15689 A technicality: Since comma is the character used to separate multiple
15690 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15691 you want to include a literal comma in the field.
15692 In other words, if you type a backslash followed by a comma it will
15693 be interpreted as a comma by Alpine, instead of as a separator between
15694 pattern values.
15695 All other backslashes are literal backslashes and should not be escaped.
15697 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15698 for more information on Patterns.
15700 Look <A HREF="h_edit_nav_cmds">here</A>
15701 to see the available Editing and Navigation commands.
15703 &lt;End of help on this topic&gt;
15704 </BODY>
15705 </HTML>
15706 ======= h_config_role_topat =======
15707 <HTML>
15708 <HEAD>
15709 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15710 </HEAD>
15711 <BODY>
15712 <H1>&quot;To:&quot; Pattern Explained</H1>
15714 Any text you enter as the &quot;To pattern&quot;
15715 will be compared to the recipients from the To: line of
15716 the message being replied to or forwarded.
15717 (Any other non-blank parts of the Pattern must match, too.)
15718 In the case of the Compose command, this pattern and the other header
15719 patterns are ignored.
15722 You may enter a complete email address, part of an address, or a
15723 list of addresses or partial addresses.
15724 For example:
15727 <PRE>
15728  To pattern = friend@public.com
15729  To pattern = rated.net
15730  To pattern = xxx@adults.com
15731               admin@msn.com
15732               fool@motleyfool.com
15733 </PRE>
15736 Each of those are valid To patterns.
15739 Messages match those patterns if any of the
15740 addresses in the To: line of the message contains the pattern.
15741 If the pattern is a list of patterns
15742 (like the last example above) then it is a match if any of the patterns in
15743 the list match any of the addresses in the To: line.
15744 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15745 present for a match.
15746 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15747 address2 must be present.
15748 That is exactly what using a list does.)
15751 Some messages may be &quot;bounced&quot; to you, and will
15752 have a &quot;Resent-To:&quot; header line.
15753 If the message contains a Resent-To: line
15754 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15755 Alpine will look for
15756 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15757 the original To: line.
15760 When entering a pattern, you may choose an address from your address book
15761 with the &quot;T&quot; command.
15764 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15765 &quot;!&quot; &quot;toggle NOT&quot; command.
15766 This changes the meaning of the To pattern so that it has the opposite meaning.
15767 It will be considered a match if there are no matches between the
15768 addresses in the To: line and the list of To patterns.
15770 Don't make the mistake of putting the &quot;!&quot; in the data field for
15771 the pattern.
15772 For example, if you type the characters &quot;!frizzle&quot; into the To
15773 pattern, the pattern will look like:
15775 <PRE>
15776  To pattern = !frizzle
15777 </PRE>
15779 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15780 In order to match messages that do not have &quot;frizzle&quot; in
15781 their To field, first type the characters &quot;frizzle&quot; followed
15782 by carriage return for the value of the To pattern, then negate it
15783 by typing the &quot;!&quot; command.
15784 It should end up looking like
15786 <PRE>
15787  ! To pattern = frizzle
15788 </PRE>
15791 You are not limited to using the six standard header patterns that are
15792 normally shown (To, From, Sender, Cc, News, and Subject).
15793 You may add any other header to a Pattern by
15794 using the &quot;eXtraHdr&quot; command to specify a different
15795 message header line; and then the Add or Change command to fill in
15796 a pattern for the new header line, just like you would for a standard header.
15798 A technicality: Since comma is the character used to separate multiple
15799 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15800 you want to include a literal comma in the field.
15801 In other words, if you type a backslash followed by a comma it will
15802 be interpreted as a comma by Alpine, instead of as a separator between
15803 pattern values.
15804 All other backslashes are literal backslashes and should not be escaped.
15806 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15807 for more information on Patterns.
15809 Look <A HREF="h_edit_nav_cmds">here</A>
15810 to see the available Editing and Navigation commands.
15812 &lt;End of help on this topic&gt;
15813 </BODY>
15814 </HTML>
15815 ======= h_config_role_frompat =======
15816 <HTML>
15817 <HEAD>
15818 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15819 </HEAD>
15820 <BODY>
15821 <H1>&quot;From:&quot; Pattern Explained</H1>
15823 This is just like the &quot;To pattern&quot; except that it is compared with
15824 the address in the From: line of the message
15825 instead of the addresses from the To: line.
15826 See the help for the To pattern for more information on header patterns.
15828 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15829 for more information on Patterns.
15831 Look <A HREF="h_edit_nav_cmds">here</A>
15832 to see the available Editing and Navigation commands.
15834 &lt;End of help on this topic&gt;
15835 </BODY>
15836 </HTML>
15837 ======= h_config_role_senderpat =======
15838 <HTML>
15839 <HEAD>
15840 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15841 </HEAD>
15842 <BODY>
15843 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15845 This is just like the &quot;To pattern&quot; except that it is compared with
15846 the address from the Sender: line of the message
15847 instead of the addresses from the To: line.
15848 See the help for the To pattern for more information on header patterns.
15850 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15851 for more information on Patterns.
15853 Look <A HREF="h_edit_nav_cmds">here</A>
15854 to see the available Editing and Navigation commands.
15856 &lt;End of help on this topic&gt;
15857 </BODY>
15858 </HTML>
15859 ======= h_config_role_ccpat =======
15860 <HTML>
15861 <HEAD>
15862 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15863 </HEAD>
15864 <BODY>
15865 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15867 This is just like the &quot;To pattern&quot; except that it is compared with
15868 the addresses from the Cc: line of the message
15869 instead of the addresses from the To: line.
15870 See the help for the To pattern for more information on header patterns.
15872 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15873 for more information on Patterns.
15875 Look <A HREF="h_edit_nav_cmds">here</A>
15876 to see the available Editing and Navigation commands.
15878 &lt;End of help on this topic&gt;
15879 </BODY>
15880 </HTML>
15881 ======= h_config_role_recippat =======
15882 <HTML>
15883 <HEAD>
15884 <TITLE>Recipient Pattern Explained</TITLE>
15885 </HEAD>
15886 <BODY>
15887 <H1>Recipient Pattern Explained</H1>
15889 This is just like the &quot;To pattern&quot; except that it is compared with
15890 the addresses from both the To: line and the Cc: line of the
15891 message instead of just the addresses from the To: line.
15892 In other words, it is considered a match if the pattern matches
15893 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15894 in the Cc: line.
15895 (Notice that defining the Recipient pattern does not have the same
15896 effect as defining both the To and Cc patterns.
15897 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15898 It is equivalent to having two different rules;
15899 one with a To pattern and the other with the same Cc pattern.)
15901 A technicality: Since comma is the character used to separate multiple
15902 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15903 you want to include a literal comma in the field.
15904 In other words, if you type a backslash followed by a comma it will
15905 be interpreted as a comma by Alpine, instead of as a separator between
15906 pattern values.
15907 All other backslashes are literal backslashes and should not be escaped.
15909 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15910 for more information on Patterns.
15912 Look <A HREF="h_edit_nav_cmds">here</A>
15913 to see the available Editing and Navigation commands.
15915 &lt;End of help on this topic&gt;
15916 </BODY>
15917 </HTML>
15918 ======= h_config_role_particpat =======
15919 <HTML>
15920 <HEAD>
15921 <TITLE>Participant Pattern Explained</TITLE>
15922 </HEAD>
15923 <BODY>
15924 <H1>Participant Pattern Explained</H1>
15926 This is just like the &quot;To pattern&quot; except that it is compared with
15927 the addresses from the From: line, the To: line, and the Cc: line of the
15928 message instead of just the addresses from the To: line.
15929 In other words, it is considered a match if the pattern matches
15930 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15931 in the To: line, <EM>OR</EM> an address in the Cc: line.
15932 (Notice that defining the Participant pattern does not have the same
15933 effect as defining all of the From, To, and Cc patterns.
15934 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15935 From <EM>AND</EM> To <EM>AND</EM> Cc.
15936 It is equivalent to having three different rules;
15937 one with a From pattern, another with the same To pattern, and a third with
15938 the same Cc pattern.)
15940 A technicality: Since comma is the character used to separate multiple
15941 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15942 you want to include a literal comma in the field.
15943 In other words, if you type a backslash followed by a comma it will
15944 be interpreted as a comma by Alpine, instead of as a separator between
15945 pattern values.
15946 All other backslashes are literal backslashes and should not be escaped.
15948 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15949 for more information on Patterns.
15951 Look <A HREF="h_edit_nav_cmds">here</A>
15952 to see the available Editing and Navigation commands.
15954 &lt;End of help on this topic&gt;
15955 </BODY>
15956 </HTML>
15957 ======= h_config_role_newspat =======
15958 <HTML>
15959 <HEAD>
15960 <TITLE>News Pattern Explained</TITLE>
15961 </HEAD>
15962 <BODY>
15963 <H1>News Pattern Explained</H1>
15965 If this pattern is non-blank, then for this rule to be considered a
15966 match, at least one of the newsgroups from
15967 the Newsgroups line of the message must match this pattern.
15968 If this pattern is a list of patterns, then at least one of the
15969 newsgroups must match at least one of the patterns.
15970 (Any other non-blank parts of the Pattern must match, too.)
15972 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15973 &quot;!&quot; &quot;toggle NOT&quot; command.
15974 This changes the meaning of the News pattern so that it has the opposite meaning.
15975 It will be considered a match if there are no matches between the
15976 addresses in the Newsgroups: line and the list of News patterns.
15978 Don't make the mistake of putting the &quot;!&quot; in the data field for
15979 the pattern.
15980 For example, if you type the characters &quot;!frizzle&quot; into the News
15981 pattern, the pattern will look like:
15983 <PRE>
15984  News pattern = !frizzle
15985 </PRE>
15987 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15988 In order to match messages that do not have &quot;frizzle&quot; in
15989 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15990 by carriage return for the value of the News pattern, then negate it
15991 by typing the &quot;!&quot; command.
15992 It should end up looking like
15994 <PRE>
15995  ! News pattern = frizzle
15996 </PRE>
15998 A technicality: Since comma is the character used to separate multiple
15999 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16000 you want to include a literal comma in the field.
16001 In other words, if you type a backslash followed by a comma it will
16002 be interpreted as a comma by Alpine, instead of as a separator between
16003 pattern values.
16004 All other backslashes are literal backslashes and should not be escaped.
16007 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16008 for more information on Patterns.
16010 Look <A HREF="h_edit_nav_cmds">here</A>
16011 to see the available Editing and Navigation commands.
16013 &lt;End of help on this topic&gt;
16014 </BODY>
16015 </HTML>
16016 ======= h_config_role_subjpat =======
16017 <HTML>
16018 <HEAD>
16019 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16020 </HEAD>
16021 <BODY>
16022 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16024 This is similar to the other parts of the Pattern.
16025 It is compared with
16026 the contents from the Subject of the message.
16028 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16029 for more information on Patterns.
16031 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16032 &quot;!&quot; &quot;toggle NOT&quot; command.
16033 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16034 It will be considered a match if there are no matches between the
16035 text in the Subject: line and the list of Subject patterns.
16038 If you wish to have a header pattern that is not one of the six standard
16039 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16041 A technicality: Since comma is the character used to separate multiple
16042 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16043 you want to include a literal comma in the field.
16044 In other words, if you type a backslash followed by a comma it will
16045 be interpreted as a comma by Alpine, instead of as a separator between
16046 pattern values.
16047 All other backslashes are literal backslashes and should not be escaped.
16049 Look <A HREF="h_edit_nav_cmds">here</A>
16050 to see the available Editing and Navigation commands.
16052 &lt;End of help on this topic&gt;
16053 </BODY>
16054 </HTML>
16055 ======= h_config_role_alltextpat =======
16056 <HTML>
16057 <HEAD>
16058 <TITLE>AllText Pattern Explained</TITLE>
16059 </HEAD>
16060 <BODY>
16061 <H1>AllText Pattern Explained</H1>
16063 This is similar to the header patterns.
16064 Instead of comparing with text in a particular header field it 
16065 is compared with all of the text in the message header and body.
16067 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16068 &quot;!&quot; &quot;toggle NOT&quot; command.
16069 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16070 It will be considered a match if there are no matches between the
16071 text of the message and the list of AllText patterns.
16073 Don't make the mistake of putting the &quot;!&quot; in the data field for
16074 the pattern.
16075 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16076 pattern, the pattern will look like:
16078 <PRE>
16079  AllText pattern = !frizzle
16080 </PRE>
16082 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16083 In order to match messages that do not have &quot;frizzle&quot; in
16084 the text of the message, first type the characters &quot;frizzle&quot; followed
16085 by carriage return for the value of the AllText pattern, then negate it
16086 by typing the &quot;!&quot; command.
16087 It should end up looking like
16089 <PRE>
16090  ! AllText pattern = frizzle
16091 </PRE>
16093 It is possible that you may notice degraded performance when using
16094 AllText Patterns.
16096 A technicality: Since comma is the character used to separate multiple
16097 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16098 you want to include a literal comma in the field.
16099 In other words, if you type a backslash followed by a comma it will
16100 be interpreted as a comma by Alpine, instead of as a separator between
16101 pattern values.
16102 All other backslashes are literal backslashes and should not be escaped.
16104 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16105 for more information on Patterns.
16107 Look <A HREF="h_edit_nav_cmds">here</A>
16108 to see the available Editing and Navigation commands.
16110 &lt;End of help on this topic&gt;
16111 </BODY>
16112 </HTML>
16113 ======= h_config_role_bodytextpat =======
16114 <HTML>
16115 <HEAD>
16116 <TITLE>BodyText Pattern Explained</TITLE>
16117 </HEAD>
16118 <BODY>
16119 <H1>BodyText Pattern Explained</H1>
16121 This is similar to the header patterns.
16122 Instead of comparing with text in a particular header field it 
16123 is compared with all of the text in the message body.
16125 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16126 &quot;!&quot; &quot;toggle NOT&quot; command.
16127 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16128 It will be considered a match if there are no matches between the
16129 text of the body of the message and the list of BodyText patterns.
16131 Don't make the mistake of putting the &quot;!&quot; in the data field for
16132 the pattern.
16133 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16134 pattern, the pattern will look like:
16136 <PRE>
16137  BdyText pattern = !frizzle
16138 </PRE>
16140 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16141 In order to match messages that do not have &quot;frizzle&quot; in
16142 their BodyText, first type the characters &quot;frizzle&quot; followed
16143 by carriage return for the value of the BodyText pattern, then negate it
16144 by typing the &quot;!&quot; command.
16145 It should end up looking like
16147 <PRE>
16148  ! BodyText pattern = frizzle
16149 </PRE>
16151 It is possible that you may notice degraded performance when using
16152 BodyText Patterns.
16154 A technicality: Since comma is the character used to separate multiple
16155 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16156 you want to include a literal comma in the field.
16157 In other words, if you type a backslash followed by a comma it will
16158 be interpreted as a comma by Alpine, instead of as a separator between
16159 pattern values.
16160 All other backslashes are literal backslashes and should not be escaped.
16162 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16163 for more information on Patterns.
16165 Look <A HREF="h_edit_nav_cmds">here</A>
16166 to see the available Editing and Navigation commands.
16168 &lt;End of help on this topic&gt;
16169 </BODY>
16170 </HTML>
16171 ======= h_config_role_charsetpat =======
16172 <HTML>
16173 <HEAD>
16174 <TITLE>Character Set Pattern Explained</TITLE>
16175 </HEAD>
16176 <BODY>
16177 <H1>Character Set Pattern Explained</H1>
16179 A message may use one or more character sets.
16180 This part of the Pattern matches messages that make use of
16181 certain specified character sets.
16182 It will be considered a match if a message uses any of the character
16183 sets in the list you give here.
16186 When filling in a value for this field, you may use
16187 the &quot;T&quot; command, which presents you with a large list of
16188 possible character sets to choose from.
16189 You may also just type in the name of a character set, and it need not
16190 be one that Alpine knows about.
16193 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16194 GB2312) you may also use some shorthand names that Alpine provides.
16195 These names are more understandable shorthand names for sets of 
16196 character set names.
16197 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16198 Selecting one of these shorthand names is equivalent to selecting all of
16199 the character sets that make up the set.
16200 You can see all of these shorthand names and the lists of character sets
16201 they stand for by typing the &quot;T&quot; command.
16204 For the purposes of this Pattern,
16205 Alpine will search through a message for all of the text parts and
16206 collect the character sets declared for each part.
16207 It will also look in the Subject line for a character set used there.
16208 Alpine does not actually look at the text of the message or the text
16209 of the Subject to determine if a declared character set is actually
16210 used, it looks only at the declarations themselves in the MIME part headers
16211 and in the Subject.
16214 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16215 &quot;!&quot; &quot;toggle NOT&quot; command.
16216 This changes the meaning of the Character Set pattern so that
16217 it has the opposite meaning.
16218 It will be considered a match if none of the character sets in the
16219 list are used in a message.
16221 Don't make the mistake of putting the &quot;!&quot; in the data field for
16222 the pattern.
16223 For example, if you type the characters &quot;!GB2312&quot; into the
16224 Character Set pattern, the pattern will look like:
16226 <PRE>
16227  Charset pattern = !GB2312
16228 </PRE>
16230 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16231 In order to match messages that do not have the
16232 character set &quot;GB2312&quot;
16233 set, first type the characters &quot;GB2312&quot; followed
16234 by carriage return for the value of the Character Set pattern, then negate it
16235 by typing the &quot;!&quot; command.
16236 It should end up looking like
16238 <PRE>
16239  ! Charset pattern = GB2312
16240 </PRE>
16242 A technicality: Since comma is the character used to separate multiple
16243 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16244 you want to include a literal comma in the field.
16245 In other words, if you type a backslash followed by a comma it will
16246 be interpreted as a comma by Alpine, instead of as a separator between
16247 pattern values.
16248 All other backslashes are literal backslashes and should not be escaped.
16250 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16251 for more information on Patterns.
16253 Look <A HREF="h_edit_nav_cmds">here</A>
16254 to see the available Editing and Navigation commands.
16256 &lt;End of help on this topic&gt;
16257 </BODY>
16258 </HTML>
16259 ======= h_config_role_keywordpat =======
16260 <HTML>
16261 <HEAD>
16262 <TITLE>Keyword Pattern Explained</TITLE>
16263 </HEAD>
16264 <BODY>
16265 <H1>Keyword Pattern Explained</H1>
16267 A folder may have user-defined keywords.
16268 These are similar to the Important flag, which the user may set using the
16269 Flag command.
16270 The difference is that the Important flag is always present for each folder.
16271 User-defined keywords are picked by the user.
16272 You may add new keywords by defining them in the
16273 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16274 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16275 the Flag command may be used to set or clear the keyword on individual messages.
16276 If you have given a keyword a nickname when configuring it,
16277 that nickname may be used instead of the actual keyword.
16280 When filling in a value for this field, it may be easiest to use
16281 the &quot;T&quot; command, which presents you with a list of the keywords
16282 you have defined to choose from.
16285 This part of the Pattern matches messages with certain keywords set.
16286 It will be considered a match if a message has any of the keywords in the
16287 list set.
16288 A keyword that you have not defined using the
16289 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16290 will not be a match.
16293 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16294 &quot;!&quot; &quot;toggle NOT&quot; command.
16295 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16296 It will be considered a match if none of the keywords in the list are set
16297 for a message.
16298 A keyword that you have not defined using the
16299 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16300 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16302 Don't make the mistake of putting the &quot;!&quot; in the data field for
16303 the pattern.
16304 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16305 pattern, the pattern will look like:
16307 <PRE>
16308  Keyword pattern = !frizzle
16309 </PRE>
16311 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16312 In order to match messages that do not have the keyword &quot;frizzle&quot;
16313 set, first type the characters &quot;frizzle&quot; followed
16314 by carriage return for the value of the Keyword pattern, then negate it
16315 by typing the &quot;!&quot; command.
16316 It should end up looking like
16318 <PRE>
16319  ! Keyword pattern = frizzle
16320 </PRE>
16322 A technicality: Since comma is the character used to separate multiple
16323 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16324 you want to include a literal comma in the field.
16325 In other words, if you type a backslash followed by a comma it will
16326 be interpreted as a comma by Alpine, instead of as a separator between
16327 pattern values.
16328 All other backslashes are literal backslashes and should not be escaped.
16330 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16331 for more information on Patterns.
16333 Look <A HREF="h_edit_nav_cmds">here</A>
16334 to see the available Editing and Navigation commands.
16336 &lt;End of help on this topic&gt;
16337 </BODY>
16338 </HTML>
16339 ======= h_config_role_arbpat =======
16340 <HTML>
16341 <HEAD>
16342 <TITLE>Extra Header Patterns Explained</TITLE>
16343 </HEAD>
16344 <BODY>
16345 <H1>Extra Header Patterns Explained</H1>
16347 The header patterns that come after the Participant pattern but before the 
16348 AllText pattern are extra header patterns that you have added to a rule's
16349 Pattern. These are just like the other header patterns except that
16350 the contents of the particular header listed on the left hand side will
16351 be used for comparisons.
16353 The &quot;eXtraHdr&quot; command may be used to add more of these
16354 header patterns to the rule you are editing.
16356 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16357 extra header pattern from the rule you are editing.
16359 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16360 &quot;!&quot; &quot;toggle NOT&quot; command.
16361 This changes the meaning of the pattern so that it has the opposite meaning.
16362 It will be considered a match if there are no matches between the
16363 text in the header line and the list of patterns.
16365 Don't make the mistake of putting the &quot;!&quot; in the data field for
16366 the pattern.
16367 For example, if you type the characters &quot;!frizzle&quot; into the
16368 pattern, the pattern will look like:
16370 <PRE>
16371  Xyz pattern = !frizzle
16372 </PRE>
16374 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16375 In order to match messages that do not have &quot;frizzle&quot; in
16376 their Xyz field, first type the characters &quot;frizzle&quot; followed
16377 by carriage return for the value of the pattern, then negate it
16378 by typing the &quot;!&quot; command.
16379 It should end up looking like
16381 <PRE>
16382  ! Xyz pattern = frizzle
16383 </PRE>
16386 A technicality: Since comma is the character used to separate multiple
16387 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16388 you want to include a literal comma in the field.
16389 In other words, if you type a backslash followed by a comma it will
16390 be interpreted as a comma by Alpine, instead of as a separator between
16391 pattern values.
16392 All other backslashes are literal backslashes and should not be escaped.
16394 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16395 for more information on Patterns.
16397 Look <A HREF="h_edit_nav_cmds">here</A>
16398 to see the available Editing and Navigation commands.
16400 &lt;End of help on this topic&gt;
16401 </BODY>
16402 </HTML>
16403 ======= h_config_role_cat_cmd =======
16404 <HTML>
16405 <HEAD>
16406 <TITLE>Categorizer Command Explained</TITLE>
16407 </HEAD>
16408 <BODY>
16409 <H1>Categorizer Command Explained</H1>
16411 This is a command that is run with its standard input set to the message
16412 being checked and its standard output discarded.
16413 The full directory path should be specified.
16414 The command will be run and then its exit status will be checked against
16415 the Exit Status Interval, which defaults to just the value zero.
16416 If the exit status of the command falls in the interval, it is considered
16417 a match, otherwise it is not a match.
16420 This option may actually be a list of commands.
16421 The first one that exists and is executable is used.
16422 That makes it possible to use the same configuration with Unix Alpine and
16423 PC-Alpine.
16426 If none of the commands in the list exists and is executable then the rule
16427 is <EM>not</EM> a match.
16428 If it is possible that the command may not exist, you should be careful
16429 to structure your rules so that nothing destructive
16430 happens when the command does not exist.
16431 For example, you might have a filter that filters away spam when there is
16432 a match but does nothing when there is not a match.
16433 That would cause no harm if the command didn't exist.
16434 However, if you have a filter that filters away spam when there is not
16435 a match and keeps it when there is a match, that would filter everything
16436 if the categorizer command didn't exist.
16438 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16439 setup for the bogofilter filter.
16442 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16443 for more information on Patterns.
16445 Look <A HREF="h_edit_nav_cmds">here</A>
16446 to see the available Editing and Navigation commands.
16448 &lt;End of help on this topic&gt;
16449 </BODY>
16450 </HTML>
16451 ======= h_config_role_cat_cmd_example =======
16452 <HTML>
16453 <HEAD>
16454 <TITLE>Categorizer Command Example</TITLE>
16455 </HEAD>
16456 <BODY>
16457 <H1>Categorizer Command Example</H1>
16459 Bogofilter
16460 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16461 is a mail filter that attempts to classify mail as spam or
16462 non-spam using statistical analysis of the message content.
16463 When run with no arguments and a message as standard input, it exits with
16464 exit status 0 if it thinks a message is spam and 1 if it thinks
16465 it is not spam.
16466 To use bogofilter as your Categorizer Command you would simply set Command to
16467 the pathname of the bogofilter program.
16468 For example,
16470 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16472 Exit status of zero is what you are interested in, so you'd set the
16473 Exit Status Interval to
16475 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16478 In order to prevent downloading an entire huge message to check for spam, you
16479 might want to set the Character Limit to a few thousand characters (the
16480 assumption being that the spam will reveal itself in those characters)
16482 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16485 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16486 be to move the message to a spam folder.
16487 It would usually be wise to also check the &quot;Message is Recent&quot;
16488 part of the rule so that messages are only checked when they first arrive,
16489 and to restrict the Current Folder Type to just your INBOX.
16490 The reason for checking only Recent messages is to save the time it takes
16491 to run bogofilter on each message.
16492 As an experiment, you might start out by using this in an Indexcolor Rule
16493 instead of a Filter Rule.
16494 In that case, you probably wouldn't check the Recent checkbox.
16496 The use described above assumes that you are somehow maintaining bogofilter's
16497 database of words associated with spam and non-spam messages.
16498 One way to start your database would be to select a bunch of spam messages
16499 in Alpine (you might Save spam messages to a special folder or use Alpine's
16500 Select command to select several) and then Apply
16501 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16502 a pipe command to the spam messages.
16503 For example, you could have a shell script or an alias
16504 called <EM>this_is_spam</EM>, which would simply be the command
16506 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16509 It is probably best to use the pipe command's Raw Text, With Delimiter,
16510 and Free Output options,
16511 which are at the bottom of the screen when you type the pipe command.
16512 That's because bogofilter expects the raw message as input, and uses
16513 the Delimiters to tell when a new message starts.
16514 You would not need to use a separate pipe for each message, because
16515 bogofilter can handle multiple messages at once.
16517 Similarly, you would select a group of non-spam messages
16518 and run them through a <EM>this_is_nonspam</EM> script
16519 that was something like
16521 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16524 For the more adventurous, the next step might be to automate the upkeep of
16525 the bogofilter database.
16526 It might make more sense to have bogofilter be part of the delivery process,
16527 but it is also possible to do it entirely from within Alpine.
16528 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16529 the &quot;-u&quot; argument will cause bogofilter to update the database.
16531 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16533 You'd want a couple more aliases or shell scripts called something like
16534 <EM>change_to_spam</EM>
16536 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16539 <EM>change_to_nonspam</EM>
16541 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16543 When you run across a message in your INBOX that should have been
16544 classified as spam you would pipe it to the change_to_spam script, and
16545 when you run across a message in your spam folder that should have been
16546 left in your INBOX you would pipe it through change_to_nonspam.
16549 There is a technical problem with this approach.
16550 Alpine may check your filters more than once.
16551 In particular, every time you start Alpine the filters will be checked for
16552 each message.
16553 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16554 then Alpine will recheck for matches in messages that have changed state
16555 at the time you close the folder and before expunging.
16556 This is usually ok.
16557 However, in this case it is a problem because the command
16559 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16561 has the side effect of updating the database.
16562 So you run the risk of updating the database multiple times for a single
16563 message instead of updating it just once per message.
16564 There are some ways to work around this problem.
16565 What you need is a way to mark the message after you have run the filter.
16566 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16567 Besides having the filter move the message to a spam folder, also have it
16568 set the Bogo keyword.
16569 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16570 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16571 This rule can only set the Bogo keyword for the messages that it matches.
16572 You will also need to add a second rule right after this one that
16573 matches all the messages that don't have the Bogo keyword set
16574 (put the keyword in the Keyword pattern and toggle
16575 the Not with the ! command)
16576 and takes the action of setting it.
16577 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16578 (and so it won't re-run the bogofilter command) if the keyword is already
16579 set.
16581 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16582 on all messages that don't have the Bogo keyword set.
16583 This will have the side effect of inserting that message in the bogofilter
16584 database, match or not.
16585 If this rule matches (it is spam), the Bogo keyword will be set and
16586 the message will be moved to a spam folder.
16587 If it does not match, the
16588 following rule will mark the message by turning on the keyword.
16589 This second rule should be a non-terminating
16590 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16591 rule so that it doesn't stop the filtering process before the rest of
16592 your rules are consulted.
16595 In summary, the first rule is something like
16596 <PRE>
16597   Nickname          = bogofilter -u rule
16598   Current Folder Type =
16599                (*) Specific
16600                    Folder = INBOX
16602   ! Keyword pattern = Bogo
16604   External Categorizer Commands =
16605        Command              = /usr/local/bin/bogofilter -u
16606        Exit Status Interval = (0,0)
16607        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16609   Filter Action =
16610        (*) Move
16611            Folder = spam
16612   
16613   Set These Keywords   = Bogo
16614 </PRE>
16616 and the following rule is
16617 <PRE>
16618   Nickname          = Set Bogo Keyword
16619   Current Folder Type =
16620                (*) Specific
16621                    Folder = INBOX
16623   ! Keyword pattern = Bogo
16625   Filter Action =
16626        (*) Just Set Message Status
16628   Set These Keywords   = Bogo
16630   Features =
16631       [X]  dont-stop-even-if-rule-matches
16632 </PRE>
16634 If it is possible for you to insert bogofilter in the delivery process instead
16635 of having it called from Alpine you could prevent having to wait
16636 for the bogofilter processing while you read your mail.
16637 You would have bogofilter add a header to the message at the time of delivery
16638 that identified it as spam or nonspam.
16639 With this method, you could avoid using a Categorizer Command while running Alpine,
16640 and just match on the header instead.
16641 You might still want to use the scripts mentioned above to initialize the
16642 database or to re-classify wrongly classified messages.
16645 Finally, it isn't for the faint-hearted,
16646 but it is also possible to run bogofilter from PC-Alpine.
16647 You can install Cygwin from
16648 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16649 then compile bogofilter in the cygwin environment, and run it from
16650 within PC-Alpine.
16651 You would end up with a Categorizer command that looked something like
16653 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16655 Note that the &quot;.exe&quot; extension is explicit,
16656 and that the bogofilter.exe executable should be in the same directory
16657 as cygwin1.dll.
16660 &lt;End of help on this topic&gt;
16661 </BODY>
16662 </HTML>
16663 ======= h_config_role_cat_status =======
16664 <HTML>
16665 <HEAD>
16666 <TITLE>Exit Status Interval Explained</TITLE>
16667 </HEAD>
16668 <BODY>
16669 <H1>Exit Status Interval Explained</H1>
16671 The categorizer command is run and the result is the exit status of
16672 that command.
16673 If that exit status falls in the Exit Status Interval
16674 then it is considered a match, otherwise it is not a match.
16675 Of course for the entire rule to match, it must also be checked against
16676 the other defined parts of the Pattern.
16678 The Exit Status Interval defaults to the single value 0 (zero).
16679 If you define it, it should be set to something like:
16681 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16683 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16684 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16685 positive and negative integers.
16687 Actually, a list of intervals may be used if you wish.
16688 A list would look like
16690 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16692 When there is an Exit Status Interval defined, it is a match if the exit status
16693 of the categorizer command is contained in any of the intervals.
16694 The intervals include both endpoints.
16696 The default interval is
16698 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16700 and it matches only if the command exits with exit status equal to zero.
16703 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16704 for more information on Patterns.
16706 Look <A HREF="h_edit_nav_cmds">here</A>
16707 to see the available Editing and Navigation commands.
16709 &lt;End of help on this topic&gt;
16710 </BODY>
16711 </HTML>
16712 ======= h_config_role_cat_limit =======
16713 <HTML>
16714 <HEAD>
16715 <TITLE>Character Limit Explained</TITLE>
16716 </HEAD>
16717 <BODY>
16718 <H1>Character Limit Explained</H1>
16720 Setting this option makes it possible to limit how much of the message
16721 is made available to the categorizer command as input.
16722 The default value (-1) means that the entire message is fed to the
16723 command.
16724 A value of 0 (zero) means that only the headers of the message are
16725 made available.
16726 A positive integer means that the headers plus that many characters from
16727 the body of the message are passed to the categorizer.
16730 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16731 for more information on Patterns.
16733 Look <A HREF="h_edit_nav_cmds">here</A>
16734 to see the available Editing and Navigation commands.
16736 &lt;End of help on this topic&gt;
16737 </BODY>
16738 </HTML>
16739 ======= h_config_role_age =======
16740 <HTML>
16741 <HEAD>
16742 <TITLE>Age Interval Explained</TITLE>
16743 </HEAD>
16744 <BODY>
16745 <H1>Age Interval Explained</H1>
16747 The Age Interval, if defined, is part of the Pattern.
16748 If you use this, it should be set to something like:
16750 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16752 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16753 The special value &quot;INF&quot; may be used for the max value.
16754 It represents infinity.
16756 In rare cases it may be useful to use the more general form of the value,
16757 which is a comma-separated list of intervals.
16758 It would look something like:
16760 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16762 When there is an Age Interval defined, it is a match if the age, in days, of
16763 the message is contained in the interval.
16764 The interval includes both endpoints.
16765 If the option is set to a list of intervals then it is a match if the
16766 age of the message is contained in any of the intervals.
16768 Even though this option is called Age, it isn't actually
16769 the <EM>age</EM> of the message.
16770 Instead, it is how many days ago the message arrived in one of your folders.
16771 If the current time is a little past midnight, then a message that arrived
16772 just before midnight arrived yesterday, even though the message is only
16773 a few minutes old.
16774 By default, the date being used is not the date in the Date
16775 header of the message.
16776 It is the date that the message arrived in one of your folders.
16777 When you Save a message from one folder to another that arrival date
16778 is preserved.
16779 If you would like to use the date in the Date header that is possible.
16780 Turn on the option
16781 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16782 near the bottom of the rule definition.
16784 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16785 The age interval
16787 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16789 matches all messages that arrived on the day before yesterday.
16790 The interval
16792 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16794 matches all messages that arrived at least 180 days before today.
16795 The interval
16797 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16799 matches all messages that arrived today or yesterday.
16802 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16803 for more information on Patterns.
16805 Look <A HREF="h_edit_nav_cmds">here</A>
16806 to see the available Editing and Navigation commands.
16808 &lt;End of help on this topic&gt;
16809 </BODY>
16810 </HTML>
16811 ======= h_config_role_size =======
16812 <HTML>
16813 <HEAD>
16814 <TITLE>Size Interval Explained</TITLE>
16815 </HEAD>
16816 <BODY>
16817 <H1>Size Interval Explained</H1>
16819 The Size Interval, if defined, is part of the Pattern.
16820 If you use this, it should be set to something like:
16822 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16824 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16825 The special value &quot;INF&quot; may be used for the max value.
16826 It represents infinity.
16828 In rare cases it may be useful to use the more general form of the value,
16829 which is a comma-separated list of intervals.
16830 It would look something like:
16832 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16834 When there is a Size Interval defined, it is a match if the size of
16835 the message is contained in the interval.
16836 The interval includes both endpoints.
16837 If the option is set to a list of intervals then it is a match if the
16838 size of the message is contained in any of the intervals.
16840 The size interval
16842 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16844 matches all messages with sizes greater than or equal to 10000, and less
16845 than or equal to 50000.
16846 The interval
16848 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16850 matches all messages with sizes greater than or equal to 100000.
16853 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16854 for more information on Patterns.
16856 Look <A HREF="h_edit_nav_cmds">here</A>
16857 to see the available Editing and Navigation commands.
16859 &lt;End of help on this topic&gt;
16860 </BODY>
16861 </HTML>
16862 ======= h_config_role_scorei =======
16863 <HTML>
16864 <HEAD>
16865 <TITLE>Score Interval Explained</TITLE>
16866 </HEAD>
16867 <BODY>
16868 <H1>Score Interval Explained</H1>
16870 The Score Interval, if defined, is part of the Pattern.
16871 If you use this, it should be set to something like:
16873 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16875 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16876 -32000 and 32000.
16877 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16878 the min and max values.
16879 These represent negative and positive infinity.
16881 Actually, the value may be a list of intervals rather than just a
16882 single interval if that is useful.
16883 The elements of the list are separated by commas like:
16885 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16887 When there is a Score Interval defined, it is a match if the score for
16888 the message is contained in any of the intervals.
16889 The intervals include both endpoints.
16890 The score for a message is calculated by looking at every scoring rule
16891 defined and adding up the Score Values for the rules that match the message.
16892 Scoring rules are created using the
16893 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16896 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16897 for more information on Patterns.
16899 Look <A HREF="h_edit_nav_cmds">here</A>
16900 to see the available Editing and Navigation commands.
16902 &lt;End of help on this topic&gt;
16903 </BODY>
16904 </HTML>
16905 ======= h_config_role_fldr_type =======
16906 <HTML>
16907 <HEAD>
16908 <TITLE>Current Folder Type Explained</TITLE>
16909 </HEAD>
16910 <BODY>
16911 <H1>Current Folder Type Explained</H1>
16913 The Current Folder Type is part of the role's Pattern.
16914 It refers to the type of the currently open folder, which is the folder
16915 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16916 In order for a role to be considered a match, the current folder must
16917 be of the type you set here.
16918 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16919 all what you might think.
16921 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16922 example, then
16923 that role will only be a match if the current folder is a newsgroup and
16924 the rest of the Pattern matches.
16925 The value &quot;Specific&quot; may be used when you want to limit the match
16926 to a specific folder (not just a specific type of folder), or to a list of
16927 specific folders.
16929 In order to match a specific folder you Select the &quot;Specific&quot;
16930 button <EM>AND</EM> fill in
16931 the name (or list of names) of
16932 the folder in the &quot;Folder List&quot; field.
16933 If the current folder is any of the folders in the list, that is considered
16934 a match.
16935 The name of each folder in the list may be either &quot;INBOX&quot;,
16936 the technical specification
16937 of the folder (like what appears in your configuration file) or, if the
16938 folder is one of your incoming folders, it may be the nickname you've given
16939 the folder.
16940 Here are a couple samples of specific folder names:
16942 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16944 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16946 The easiest way to fill in the &quot;Folder List&quot; field is to use
16947 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16948 highlighted, or to use the &quot;Take&quot; command with the configuration
16949 feature
16950 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16951 turned on.
16952 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16953 Current Folder Type is set to &quot;Specific&quot;, and any value that
16954 &quot;Folder List&quot; has is ignored unless the type
16955 is set to &quot;Specific&quot;.
16957 When reading a newsgroup, there may be a performance penalty
16958 incurred when collecting the information necessary to check a Pattern.
16959 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16961 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16962 for more information on Patterns.
16964 Look <A HREF="h_edit_nav_cmds">here</A>
16965 to see the available Editing and Navigation commands.
16967 &lt;End of help on this topic&gt;
16968 </BODY>
16969 </HTML>
16970 ======= h_config_filt_rule_type =======
16971 <HTML>
16972 <HEAD>
16973 <TITLE>Filter Action Explained</TITLE>
16974 </HEAD>
16975 <BODY>
16976 <H1>Filter Action Explained</H1>
16978 The Filter Action specifies the action to be taken when the Pattern is a
16979 match.
16980 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16981 &quot;Just Set Message Status&quot;.
16983 If it is set to &quot;Delete&quot;, then the message that matches the
16984 Pattern will be deleted from the open folder.
16986 If it is set to &quot;Move&quot;, then the name of the folder to which
16987 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16988 next line of the screen.
16989 A list of folders separated by commas may be given, in which case the
16990 message will be copied to all of the folders in the list before it is
16991 deleted.
16993 If it is set to neither of those two values (it is set to the value
16994 labeled &quot;Just Set Message Status&quot;) then the message status
16995 setting will happen
16996 but the message will not be deleted or moved.
16998 If you are Moving a message you may also set Message Status if you wish.
17000 The easiest way to fill in the &quot;Folder List&quot; field is to use
17001 the T command that is available when the &quot;Folder List&quot; line is
17002 highlighted.
17003 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17004 Filter Action is set to &quot;Move&quot;, and any value that
17005 &quot;Folder List&quot; has is ignored unless the type
17006 is set to &quot;Move&quot;.
17008 There are a few tokens that may be used in the names in the Folder List.
17009 They are all related to the date on which the filtering is taking place.
17010 The tokens are words surrounded by underscores.
17011 For example, if you want your filter to move messages to a folder named
17012 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17013 you could specify the folder as
17014 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17015 which would result in a file named something like
17016 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17018 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17019 which would result in a file named something like
17020 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17021 The available tokens are listed
17022 <A HREF="h_index_tokens">here</A>.
17024 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17025 for more information on Patterns.
17027 Look <A HREF="h_edit_nav_cmds">here</A>
17028 to see the available Editing and Navigation commands.
17030 &lt;End of help on this topic&gt;
17031 </BODY>
17032 </HTML>
17033 ======= h_config_score_fldr_type =======
17034 <HTML>
17035 <HEAD>
17036 <TITLE>Current Folder Type Explained</TITLE>
17037 </HEAD>
17038 <BODY>
17039 <H1>Current Folder Type Explained</H1>
17041 The Current Folder Type is part of the scoring rule's Pattern.
17042 It refers to the type of the folder that
17043 the message being scored is in.
17044 In order for a rule to be considered a match, the current folder must
17045 be of the type you set here.
17046 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17047 all what you might think.
17049 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17050 example, then
17051 that Pattern will only match if the current folder is a newsgroup and
17052 the rest of the Pattern matches.
17053 The value &quot;Specific&quot; may be used when you want to limit the match
17054 to a specific folder (not just a specific type of folder), or to a list of
17055 specific folders.
17057 In order to match a specific folder you Select the &quot;Specific&quot;
17058 button <EM>AND</EM> fill in
17059 the name (or list of names) of
17060 the folder in the &quot;Folder List&quot; field.
17061 If the current folder is any of the folders in the list, that is considered
17062 a match.
17063 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17064 of the folder (like what appears in your configuration file) or, if the
17065 folder is one of your incoming folders, it may be the nickname you've given
17066 the folder.
17067 Here are a couple samples of specific folder names:
17069 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17071 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17073 The easiest way to fill in the &quot;Folder List&quot; field is to use
17074 the T command that is available when the &quot;Folder List&quot; line is
17075 highlighted.
17076 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17077 Current Folder Type is set to &quot;Specific&quot;, and any value that
17078 &quot;Folder List&quot; has is ignored unless the type
17079 is set to &quot;Specific&quot;.
17081 When reading a newsgroup, there may be a performance penalty
17082 incurred when collecting the information necessary to check a Pattern.
17083 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17084 For example, if you have Index Line Coloring rules that have Score Intervals
17085 defined then the scores for all the visible messages will need to be calculated.
17086 If some of your Scoring rules have 
17087 a Current Folder Type of
17088 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17089 screen to draw more slowly when in a newsgroup.
17091 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17092 for more information on Patterns.
17094 Look <A HREF="h_edit_nav_cmds">here</A>
17095 to see the available Editing and Navigation commands.
17097 &lt;End of help on this topic&gt;
17098 </BODY>
17099 </HTML>
17100 ======= h_config_other_fldr_type =======
17101 <HTML>
17102 <HEAD>
17103 <TITLE>Current Folder Type Explained</TITLE>
17104 </HEAD>
17105 <BODY>
17106 <H1>Current Folder Type Explained</H1>
17108 The Current Folder Type is part of the rule's Pattern.
17109 It refers to the type of the folder being viewed.
17110 In order for a rule to be considered a match, the current folder must
17111 be of the type you set here.
17112 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17113 all what you might think.
17115 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17116 example, then
17117 that Pattern will only match if the current folder is a newsgroup.
17118 The value &quot;Specific&quot; may be used when you want to limit the match
17119 to a specific folder (not just a specific type of folder), or to a list of
17120 specific folders.
17122 In order to match a specific folder you Select the &quot;Specific&quot;
17123 button <EM>AND</EM> fill in
17124 the name (or list of names) of
17125 the folder in the &quot;Folder List&quot; field.
17126 If the current folder is any of the folders in the list, that is considered
17127 a match.
17128 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17129 of the folder (like what appears in your configuration file) or, if the
17130 folder is one of your incoming folders, it may be the nickname you've given
17131 the folder.
17132 Here are a couple samples of specific folder names:
17134 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17136 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17138 The easiest way to fill in the &quot;Folder List&quot; field is to use
17139 the T command that is available when the &quot;Folder List&quot; line is
17140 highlighted.
17141 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17142 Current Folder Type is set to &quot;Specific&quot;, and any value that
17143 &quot;Folder List&quot; has is ignored unless the type
17144 is set to &quot;Specific&quot;.
17146 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17147 for more information on Patterns.
17149 Look <A HREF="h_edit_nav_cmds">here</A>
17150 to see the available Editing and Navigation commands.
17152 &lt;End of help on this topic&gt;
17153 </BODY>
17154 </HTML>
17155 ======= h_config_incol_fldr_type =======
17156 <HTML>
17157 <HEAD>
17158 <TITLE>Current Folder Type Explained</TITLE>
17159 </HEAD>
17160 <BODY>
17161 <H1>Current Folder Type Explained</H1>
17163 The Current Folder Type is part of the Line Coloring rule's Pattern.
17164 It refers to the type of the folder for which the MESSAGE INDEX is
17165 being viewed.
17166 In order for a rule to be considered a match, the current folder must
17167 be of the type you set here.
17168 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17169 all what you might think.
17171 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17172 example, then
17173 that Pattern will only match if the current folder is a newsgroup and
17174 the rest of the Pattern matches.
17175 The value &quot;Specific&quot; may be used when you want to limit the match
17176 to a specific folder (not just a specific type of folder), or to a list of
17177 specific folders.
17179 In order to match a specific folder you Select the &quot;Specific&quot;
17180 button <EM>AND</EM> fill in
17181 the name (or list of names) of
17182 the folder in the &quot;Folder List&quot; field.
17183 If the current folder is any of the folders in the list, that is considered
17184 a match.
17185 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17186 of the folder (like what appears in your configuration file) or, if the
17187 folder is one of your incoming folders, it may be the nickname you've given
17188 the folder.
17189 Here are a couple samples of specific folder names:
17191 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17193 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17195 The easiest way to fill in the &quot;Folder List&quot; field is to use
17196 the T command that is available when the &quot;Folder List&quot; line is
17197 highlighted.
17198 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17199 Current Folder Type is set to &quot;Specific&quot;, and any value that
17200 &quot;Folder List&quot; has is ignored unless the type
17201 is set to &quot;Specific&quot;.
17203 When reading a newsgroup, there may be a performance penalty
17204 incurred when collecting the information necessary to check a Pattern.
17205 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17206 For example, a rule with a non-Normal Index Line Color
17207 and a Current Folder Type of
17208 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17209 screen to draw more slowly when in a newsgroup.
17211 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17212 for more information on Patterns.
17214 Look <A HREF="h_edit_nav_cmds">here</A>
17215 to see the available Editing and Navigation commands.
17217 &lt;End of help on this topic&gt;
17218 </BODY>
17219 </HTML>
17220 ======= h_config_filt_fldr_type =======
17221 <HTML>
17222 <HEAD>
17223 <TITLE>Current Folder Type Explained</TITLE>
17224 </HEAD>
17225 <BODY>
17226 <H1>Current Folder Type Explained</H1>
17228 The Current Folder Type is part of the Filtering rule's Pattern.
17229 It refers to the type of the folder for which the filtering is being done.
17230 In order for a rule to be considered a match, the current folder must
17231 be of the type you set here.
17232 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17233 all what you might think.
17235 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17236 example, then
17237 that Pattern will only match if the current folder is a newsgroup and
17238 the rest of the Pattern matches.
17239 The value &quot;Specific&quot; may be used when you want to limit the match
17240 to a specific folder (not just a specific type of folder), or to a list of
17241 specific folders.
17243 In order to match a specific folder you Select the &quot;Specific&quot;
17244 button <EM>AND</EM> fill in
17245 the name (or list of names) of
17246 the folder in the &quot;Folder List&quot; field.
17247 If the current folder is any of the folders in the list, that is considered
17248 a match.
17249 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17250 of the folder (like what appears in your configuration file) or, if the
17251 folder is one of your incoming folders, it may be the nickname you've given
17252 the folder.
17253 Here are a couple samples of specific folder names:
17255 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17257 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17259 The easiest way to fill in the &quot;Folder List&quot; field is to use
17260 the T command that is available when the &quot;Folder List&quot; line is
17261 highlighted.
17262 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17263 Current Folder Type is set to &quot;Specific&quot;, and any value that
17264 &quot;Folder List&quot; has is ignored unless the type
17265 is set to &quot;Specific&quot;.
17267 When reading a newsgroup, there may be a performance penalty
17268 incurred when collecting the information necessary to check a Pattern.
17269 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17270 For example, a rule with a Current Folder Type of either
17271 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17272 more slowly when opening a newsgroup.
17274 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17275 for more information on Patterns.
17277 Look <A HREF="h_edit_nav_cmds">here</A>
17278 to see the available Editing and Navigation commands.
17280 &lt;End of help on this topic&gt;
17281 </BODY>
17282 </HTML>
17283 ======= h_config_role_stat_imp =======
17284 <HTML>
17285 <HEAD>
17286 <TITLE>Message Important Status Explained</TITLE>
17287 </HEAD>
17288 <BODY>
17289 <H1>Message Important Status Explained</H1>
17291 This part of the Pattern may have one of three possible values.
17292 The default value is &quot;Don't care&quot;, which matches any message.
17293 The other two values are &quot;Yes&quot;, which means the message must be
17294 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17295 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17296 to be a match.
17298 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17299 for more information on Patterns.
17301 Look <A HREF="h_edit_nav_cmds">here</A>
17302 to see the available Editing and Navigation commands.
17304 &lt;End of help on this topic&gt;
17305 </BODY>
17306 </HTML>
17307 ======= h_config_role_stat_new =======
17308 <HTML>
17309 <HEAD>
17310 <TITLE>Message New Status Explained</TITLE>
17311 </HEAD>
17312 <BODY>
17313 <H1>Message New Status Explained</H1>
17315 This part of the Pattern may have one of three possible values.
17316 The default value is &quot;Don't care&quot;, which matches any message.
17317 The other two values are &quot;Yes&quot;, which means the message must be
17318 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17319 means the message must <EM>not</EM> be &quot;New&quot; in order
17320 to be a match.
17321 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17322 same as <EM>Seen</EM>.
17324 The nomenclature for New and Recent is a bit confusing:
17326 New means that the message is Unseen.
17327 It could have been in your mailbox for a long time but if you haven't looked
17328 at it, it is still considered New.
17329 That matches the default Alpine index display that shows an N for such a
17330 message.
17332 Recent means that the message was added to this folder since the last time
17333 you opened the folder.
17334 Alpine also shows an N by default for these types of messages.
17335 If you were to run two copies of Alpine that opened a folder one right after
17336 the other, a message would only show up as Recent in (at most) the first
17337 Alpine session.
17339 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17340 for more information on Patterns.
17342 Look <A HREF="h_edit_nav_cmds">here</A>
17343 to see the available Editing and Navigation commands.
17345 &lt;End of help on this topic&gt;
17346 </BODY>
17347 </HTML>
17348 ======= h_config_role_stat_recent =======
17349 <HTML>
17350 <HEAD>
17351 <TITLE>Message Recent Status Explained</TITLE>
17352 </HEAD>
17353 <BODY>
17354 <H1>Message Recent Status Explained</H1>
17356 This part of the Pattern may have one of three possible values.
17357 The default value is &quot;Don't care&quot;, which matches any message.
17358 The other two values are &quot;Yes&quot;, which means the message must be
17359 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17360 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17361 to be a match.
17362 &quot;Recent&quot; means that the message was added to the folder since
17363 the last time the folder was opened.
17364 If more than one mail client has the folder opened, the message will
17365 appear to be &quot;Recent&quot; to only one of the clients.
17367 The nomenclature for New and Recent is a bit confusing:
17369 New means that the message is Unseen.
17370 It could have been in your mailbox for a long time but if you haven't looked
17371 at it, it is still considered New.
17372 That matches the default Alpine index display that shows an N for such a
17373 message.
17375 Recent means that the message was added to this folder since the last time
17376 you opened the folder.
17377 Alpine also shows an N by default for these types of messages.
17378 If you were to run two copies of Alpine that opened a folder one right after
17379 the other, a message would only show up as Recent in (at most) the first
17380 Alpine session.
17382 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17383 for more information on Patterns.
17385 Look <A HREF="h_edit_nav_cmds">here</A>
17386 to see the available Editing and Navigation commands.
17388 &lt;End of help on this topic&gt;
17389 </BODY>
17390 </HTML>
17391 ======= h_config_role_stat_del =======
17392 <HTML>
17393 <HEAD>
17394 <TITLE>Message Deleted Status Explained</TITLE>
17395 </HEAD>
17396 <BODY>
17397 <H1>Message Deleted Status Explained</H1>
17399 This part of the Pattern may have one of three possible values.
17400 The default value is &quot;Don't care&quot;, which matches any message.
17401 The other two values are &quot;Yes&quot;, which means the message must be
17402 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17403 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17404 to be a match.
17406 If you are thinking of using this part of the Pattern as a way to prevent
17407 messages from being filtered more than once in a Filter Pattern,
17408 take a look at the Filter Option
17409 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17410 instead.
17411 It should work better than using this field since it will hide the filtered
17412 messages even if they are already Deleted.
17413 That option is at the bottom of the Filter configuration screen.
17415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17416 for more information on Patterns.
17418 Look <A HREF="h_edit_nav_cmds">here</A>
17419 to see the available Editing and Navigation commands.
17421 &lt;End of help on this topic&gt;
17422 </BODY>
17423 </HTML>
17424 ======= h_config_role_stat_ans =======
17425 <HTML>
17426 <HEAD>
17427 <TITLE>Message Answered Status Explained</TITLE>
17428 </HEAD>
17429 <BODY>
17430 <H1>Message Answered Status Explained</H1>
17432 This part of the Pattern may have one of three possible values.
17433 The default value is &quot;Don't care&quot;, which matches any message.
17434 The other two values are &quot;Yes&quot;, which means the message must be
17435 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17436 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17437 to be a match.
17439 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17440 for more information on Patterns.
17442 Look <A HREF="h_edit_nav_cmds">here</A>
17443 to see the available Editing and Navigation commands.
17445 &lt;End of help on this topic&gt;
17446 </BODY>
17447 </HTML>
17448 ======= h_config_role_abookfrom =======
17449 <HTML>
17450 <HEAD>
17451 <TITLE>Address in Address Book Explained</TITLE>
17452 </HEAD>
17453 <BODY>
17454 <H1>Address in Address Book Explained</H1>
17456 This option gives you a way to match messages that contain an address
17457 that is in one of your address books.
17458 Only the simple entries in your address books are searched.
17459 Address book distribution lists are ignored!
17461 This part of the Pattern may have one of five possible values.
17462 The default value is &quot;Don't care&quot;, which matches any message.
17463 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17464 from the message must be in at least one of your
17465 address books in order to be a match.
17466 The value &quot;No, not in any address book&quot;
17467 means none of the addresses may
17468 be in any of your address books in order to be a match.
17470 The values &quot;Yes, in specific address books&quot; and
17471 &quot;No, not in any of specific address books&quot; are similar but instead
17472 of depending on all address books you are allowed to give a list of address
17473 books to look in.
17474 Usually this would be a single address book but it may be a
17475 list of address books as well.
17476 For each of these &quot;specific&quot; address book options you Select which
17477 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17478 name (or list of names) of the address book in the
17479 &quot;Abook List&quot; field.
17480 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17481 The easiest way to fill in the Abook List field it to use
17482 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17483 line is highlighted.
17484 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17485 option is set to one of the two &quot;Specific&quot;, values.
17487 The addresses from the message that are checked for are determined by the
17488 setting you have for &quot;Types of addresses to check for in address book&quot;.
17489 If you set this to &quot;From&quot; the From address from the message will
17490 be looked up in the address book.
17491 If you set it to &quot;To&quot; instead then the To addresses will be used.
17492 If any of the To addresses are in the address book then it is considered
17493 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17494 You could set it to both From and To, in which case all of the From and To
17495 addresses are used.
17496 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17497 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17498 exists or the From address if there is no Reply-To address.
17499 Same for the Sender address.
17501 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17502 for more information on Patterns.
17504 Look <A HREF="h_edit_nav_cmds">here</A>
17505 to see the available Editing and Navigation commands.
17507 &lt;End of help on this topic&gt;
17508 </BODY>
17509 </HTML>
17510 ======= h_config_inabook_from =======
17511 <HTML>
17512 <HEAD>
17513 <TITLE>From</TITLE>
17514 </HEAD>
17515 <BODY>
17516 <H1>From</H1>
17518 Setting the From line will cause the address from the From header line
17519 of the message to be checked for in the address book.
17521 &lt;End of help on this topic&gt;
17522 </BODY>
17523 </HTML>
17524 ======= h_config_inabook_replyto =======
17525 <HTML>
17526 <HEAD>
17527 <TITLE>Reply-To</TITLE>
17528 </HEAD>
17529 <BODY>
17530 <H1>Reply-To</H1>
17532 Setting the Reply-To line will cause the address from the Reply-To header line
17533 of the message to be checked for in the address book.
17534 However, if there is no Reply-To header line in the message the From header
17535 line will be used instead.
17536 We understand this is dumb but we don't have an easy way around it.
17538 &lt;End of help on this topic&gt;
17539 </BODY>
17540 </HTML>
17541 ======= h_config_inabook_sender =======
17542 <HTML>
17543 <HEAD>
17544 <TITLE>Sender</TITLE>
17545 </HEAD>
17546 <BODY>
17547 <H1>Sender</H1>
17549 Setting the Sender line will cause the address from the Sender header line
17550 of the message to be checked for in the address book.
17551 However, if there is no Sender header line in the message the From header
17552 line will be used instead.
17553 We understand this is dumb but we don't have an easy way around it.
17555 &lt;End of help on this topic&gt;
17556 </BODY>
17557 </HTML>
17558 ======= h_config_inabook_to =======
17559 <HTML>
17560 <HEAD>
17561 <TITLE>To</TITLE>
17562 </HEAD>
17563 <BODY>
17564 <H1>To</H1>
17566 Setting the To line will cause the address from the To header line
17567 of the message to be checked for in the address book.
17569 &lt;End of help on this topic&gt;
17570 </BODY>
17571 </HTML>
17572 ======= h_config_inabook_cc =======
17573 <HTML>
17574 <HEAD>
17575 <TITLE>CC</TITLE>
17576 </HEAD>
17577 <BODY>
17578 <H1>CC</H1>
17580 Setting the CC line will cause the address from the CC header line
17581 of the message to be checked for in the address book.
17583 &lt;End of help on this topic&gt;
17584 </BODY>
17585 </HTML>
17586 ======= h_config_role_stat_8bitsubj =======
17587 <HTML>
17588 <HEAD>
17589 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17590 </HEAD>
17591 <BODY>
17592 <H1>Raw 8-bit in Subject Explained</H1>
17594 It seems that lots of unwanted email contains unencoded 8-bit characters
17595 in the Subject.
17596 Normally, characters with the 8th bit set are not allowed in the Subject
17597 header unless they are MIME-encoded.
17598 This option gives you a way to match messages that have Subjects that
17599 contain unencoded 8-bit characters.
17601 This part of the Pattern may have one of three possible values.
17602 The default value is &quot;Don't care&quot;, which matches any message.
17603 The other two values are &quot;Yes&quot;, which means the Subject of
17604 the message must contain unencoded 8-bit characters (characters with the
17605 most significant bit set)
17606 in order to be a match; or &quot;No&quot;, which
17607 means the Subject must <EM>not</EM>
17608 contain unencoded 8-bit characters in order to be a match.
17610 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17611 for more information on Patterns.
17613 Look <A HREF="h_edit_nav_cmds">here</A>
17614 to see the available Editing and Navigation commands.
17616 &lt;End of help on this topic&gt;
17617 </BODY>
17618 </HTML>
17619 ======= h_config_role_bom =======
17620 <HTML>
17621 <HEAD>
17622 <TITLE>Beginning of Month</TITLE>
17623 </HEAD>
17624 <BODY>
17625 <H1>Beginning of Month</H1>
17627 This option gives you a limited ability to take different actions depending on whether
17628 this is the first time Alpine has been run this month or not.
17629 Though it would be nice to have such an option available, this is not the
17630 same as whether or not this is the first time a paricular folder has been
17631 opened this month.
17632 If you want some action (probably Filtering) to take place in a folder each
17633 month, then you will need to be sure that the folder is opened during the
17634 first Alpine session of the month in order for this option to be helpful.
17636 This part of the Pattern may have one of three possible values.
17637 The default value is &quot;Don't care&quot;, which matches any message.
17638 The other two values are &quot;Yes&quot;, which means this is the first
17639 time Alpine has been run this month;
17640 or &quot;No&quot;, which
17641 means this is not the first time Alpine has been run this month.
17643 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17644 for more information on Patterns.
17646 Here are some technical details.
17647 The way that Alpine decides if it is the beginning of the month or not is
17648 to compare today's date with the date stored in the
17649 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17650 variable in the config file.
17651 If the month of today's date is later than the month stored in the variable,
17652 then this is considered to be the first time you have run Alpine this month, and
17653 that turns the Beginning of the Month option on.
17655 Look <A HREF="h_edit_nav_cmds">here</A>
17656 to see the available Editing and Navigation commands.
17658 &lt;End of help on this topic&gt;
17659 </BODY>
17660 </HTML>
17661 ======= h_config_role_boy =======
17662 <HTML>
17663 <HEAD>
17664 <TITLE>Beginning of Year</TITLE>
17665 </HEAD>
17666 <BODY>
17667 <H1>Beginning of Year</H1>
17669 This option gives you a limited ability to take different actions depending on whether
17670 this is the first time Alpine has been run this year or not.
17671 Though it would be nice to have such an option available, this is not the
17672 same as whether or not this is the first time a paricular folder has been
17673 opened this year.
17674 If you want some action (probably Filtering) to take place in a folder each
17675 year, then you will need to be sure that the folder is opened during the
17676 first Alpine session of the year in order for this option to be helpful.
17678 This part of the Pattern may have one of three possible values.
17679 The default value is &quot;Don't care&quot;, which matches any message.
17680 The other two values are &quot;Yes&quot;, which means this is the first
17681 time Alpine has been run this year;
17682 or &quot;No&quot;, which
17683 means this is not the first time Alpine has been run this year.
17685 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17686 for more information on Patterns.
17688 Here are some technical details.
17689 The way that Alpine decides if it is the beginning of the year or not is
17690 to compare today's date with the date stored in the
17691 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17692 variable in the config file.
17693 If the year of today's date is later than the year stored in the variable,
17694 then this is considered to be the first time you have run Alpine this year, and
17695 that turns the Beginning of the Year option on.
17697 Look <A HREF="h_edit_nav_cmds">here</A>
17698 to see the available Editing and Navigation commands.
17700 &lt;End of help on this topic&gt;
17701 </BODY>
17702 </HTML>
17703 ======= h_config_role_inick =======
17704 <HTML>
17705 <HEAD>
17706 <TITLE>Initialize Values From Role Explained</TITLE>
17707 </HEAD>
17708 <BODY>
17709 <H1>Initialize Values From Role Explained</H1>
17711 This is a power user feature.
17712 You will usually want to leave this field empty.
17713 The value of this field is the nickname of another one of your roles.
17714 The Action values from that other role
17715 are used as the initial values of the Action items for this role.
17716 If you put something in any of the action fields for this role, that will
17717 override whatever was in the corresponding field of the initializer role.
17719 You might use this field if the &quot;Action&quot; part of one of your roles
17720 is something you want to use in more than one role.
17721 Instead of filling in those action values again for each role, you
17722 may give the nickname of the role where the values are filled in.
17723 It's just a shortcut way to define Role Actions.
17725 Here's an example to help explain how this works.
17726 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17727 (among other things)
17729 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17731 set.
17732 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17733 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17734 from role1 by default (and any of the other inheritable action values
17735 that are set).
17736 So if role2 had
17738 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17740 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17741 However, if role2 had
17743 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17745 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17747 If you wish,
17748 you may choose a nickname from your list of roles by using the
17749 &quot;T&quot; command.
17750 If the role you are using to initialize also has a role it initializes from,
17751 then that initialization happens first.
17752 That is, inheritance works as expected with the grandparent and
17753 great-grandparent (and so on) roles having the expected effect.
17755 Look <A HREF="h_edit_nav_cmds">here</A>
17756 to see the available Editing and Navigation commands.
17758 &lt;End of help on this topic&gt;
17759 </BODY>
17760 </HTML>
17761 ======= h_config_role_setfrom =======
17762 <HTML>
17763 <HEAD>
17764 <TITLE>Set From Explained</TITLE>
17765 </HEAD>
17766 <BODY>
17767 <H1>Set From Explained</H1>
17769 This describes part of the action to be taken if the Pattern for this
17770 role is a match.
17771 This field consists of a single address that will be used as the From
17772 address on the message you are sending.
17773 This should be a fully-qualified address like
17775 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17777 or just
17779 <CENTER><SAMP>user@domain</SAMP></CENTER>
17781 If you wish,
17782 you may choose an address from your address book with the
17783 &quot;T&quot; command.
17785 If this is left blank, then your normal From address will be used.
17787 You may also find it useful to add the changed From address to the
17788 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17789 configuration option.
17791 Look <A HREF="h_edit_nav_cmds">here</A>
17792 to see the available Editing and Navigation commands.
17794 &lt;End of help on this topic&gt;
17795 </BODY>
17796 </HTML>
17797 ======= h_config_role_setreplyto =======
17798 <HTML>
17799 <HEAD>
17800 <TITLE>Set Reply-To Explained</TITLE>
17801 </HEAD>
17802 <BODY>
17803 <H1>Set Reply-To Explained</H1>
17805 This describes part of the action to be taken if the Pattern for this
17806 role is a match.
17807 This field consists of a single address that will be used as the Reply-To
17808 address on the message you are sending.
17809 This may be a fully-qualified address like
17811 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17813 or just
17815 <CENTER><SAMP>user@domain</SAMP></CENTER>
17817 If you wish,
17818 you may choose an address from your address book with the
17819 &quot;T&quot; command.
17821 If this is left blank, then there won't be a Reply-To address unless
17822 you have configured one specially with the
17823 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17824 configuration option.
17826 Look <A HREF="h_edit_nav_cmds">here</A>
17827 to see the available Editing and Navigation commands.
17829 &lt;End of help on this topic&gt;
17830 </BODY>
17831 </HTML>
17832 ======= h_config_role_setfcc =======
17833 <HTML>
17834 <HEAD>
17835 <TITLE>Set Fcc Explained</TITLE>
17836 </HEAD>
17837 <BODY>
17838 <H1>Set Fcc Explained</H1>
17840 This describes part of the action to be taken if the Pattern for this
17841 role is a match.
17842 This field consists of a single folder name that will be used in
17843 the Fcc field of the message you are sending.
17844 You may put anything here that you would normally type into the Fcc
17845 field from the composer.
17847 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17848 no Fcc.
17850 A blank field here means that Alpine will use its normal rules for deciding
17851 the default value of the Fcc field.
17852 For many roles, perhaps most, it may make more sense for you to use the
17853 other Alpine facilities for setting the Fcc.
17854 In particular, if you want the Fcc to depend on who you are sending the
17855 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17856 is probably more useful.
17857 In that case, you would want to leave the Fcc field here blank.
17858 However, if you have a role that depends on who the message you are replying
17859 to was From, or what address that message was sent to;
17860 then it might make sense to set the Fcc for that role here.
17862 If you wish,
17863 you may choose a folder from your folder collections by using the
17864 &quot;T&quot; command.
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_usesmtp =======
17873 <HTML>
17874 <HEAD>
17875 <TITLE>Use SMTP Server Explained</TITLE>
17876 </HEAD>
17877 <BODY>
17878 <H1>Use SMTP Server Explained</H1>
17880 This describes part of the action to be taken if the Pattern for this
17881 role is a match.
17882 If this field has a value, then it will be used as the SMTP server
17883 to send mail when this role is being used (unless the SMTP server variable
17884 is set in the system-wide fixed configuration file).
17885 It has the same semantics as the
17886 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17887 variable in the Setup/Config screen.
17889 If you are using this to post from home when you are at home and from
17890 work when you are at work you need to be careful about postponing messages.
17891 When you postpone a composition that was using a role with this variable
17892 set, the SMTP server list will be saved
17893 with the postponed composition.
17894 It cannot be changed later.
17895 Because of this, you may want to make this a list of SMTP servers
17896 with the preferred server at the front of the list and alternate servers
17897 later in the list.
17898 In your &quot;Home&quot; role you would put the home SMTP server first and
17899 the work SMTP server last.
17900 In your &quot;Work&quot; role you would put the work SMTP server first and
17901 the home SMTP server last.
17902 Then if you start a composition as &quot;Work&quot;, postpone
17903 it, and then later resume it from home the work SMTP server will fail but
17904 the home SMTP server later in the list will succeed.
17906 You may be able to simplify things by making the regular
17907 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17908 variable in the Setup/Config screen a list instead of using roles
17909 to set the SMTP server.
17912 Look <A HREF="h_edit_nav_cmds">here</A>
17913 to see the available Editing and Navigation commands.
17915 &lt;End of help on this topic&gt;
17916 </BODY>
17917 </HTML>
17918 ======= h_config_role_usenntp =======
17919 <HTML>
17920 <HEAD>
17921 <TITLE>Use NNTP Server Explained</TITLE>
17922 </HEAD>
17923 <BODY>
17924 <H1>Use NNTP Server Explained</H1>
17926 This describes part of the action to be taken if the Pattern for this
17927 role is a match.
17928 If this field has a value, then it will be used as the NNTP server
17929 to post to newsgroups when this role is being used (unless the NNTP server
17930 variable
17931 is set in the system-wide fixed configuration file).
17932 It has the same semantics as the
17933 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17934 variable in the Setup/Config screen.
17936 This role setting can facilitate posting to the right nntp server for someone
17937 who reads news from various news sources.  The feature
17938 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17939 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17940 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17941 nntp servers for roles may be more desirable for some people.
17943 If you are using this to post from home when you are at home and from
17944 work when you are at work you need to be careful about postponing messages.
17945 When you postpone a composition that was using a role with this variable
17946 set, the NNTP server list will be saved
17947 with the postponed composition.
17948 It cannot be changed later.
17949 Because of this, you may want to make this a list of NNTP servers
17950 with the preferred server at the front of the list and alternate servers
17951 later in the list.
17952 In your &quot;Home&quot; role you would put the home NNTP server first and
17953 the work NNTP server last.
17954 In your &quot;Work&quot; role you would put the work NNTP server first and
17955 the home NNTP server last.
17956 Then if you start a composition as &quot;Work&quot;, postpone
17957 it, and then later resume it from home the work NNTP server will fail but
17958 the home NNTP server later in the list will succeed.
17960 You may be able to simplify things by making the regular
17961 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17962 variable in the Setup/Config screen a list instead of using roles
17963 to set the NNTP server.
17966 Look <A HREF="h_edit_nav_cmds">here</A>
17967 to see the available Editing and Navigation commands.
17969 &lt;End of help on this topic&gt;
17970 </BODY>
17971 </HTML>
17972 ======= h_config_role_setotherhdr =======
17973 <HTML>
17974 <HEAD>
17975 <TITLE>Set Other Headers Explained</TITLE>
17976 </HEAD>
17977 <BODY>
17978 <H1>Set Other Headers Explained</H1>
17980 This describes part of the action to be taken if the Pattern for this
17981 role is a match.
17982 This field gives you a way to set values for headers besides
17983 &quot;From&quot; and &quot;Reply-To&quot;.
17984 If you want to set either of those, use the specific
17985 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17987 This field is similar to the
17988 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17989 Each header you specify here must include the header tag 
17990 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17991 and may optionally include a value for that header.
17992 In order to see these headers when you compose using this role you 
17993 must use the rich header
17994 <!--chtml if pinemode="function_key"-->(F5)
17995 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17996 Here's an example that shows how you might set the To address.
17998 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18000 Headers set in this way are different from headers set with the
18001 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18002 will replace any value that already exists.
18003 For example, if you are Replying to a message there will already be at
18004 least one address in the To header (the address you are Replying to).
18005 However, if you Reply using a role that sets the To header, that role's
18006 To header value will be used instead.
18008 Limitation: Because commas are used to separate the list of
18009 Other Headers, it is not possible to have the value of a
18010 header contain a comma;
18011 nor is there currently an &quot;escape&quot; mechanism provided
18012 to make this work.
18014 Look <A HREF="h_edit_nav_cmds">here</A>
18015 to see the available Editing and Navigation commands.
18017 &lt;End of help on this topic&gt;
18018 </BODY>
18019 </HTML>
18020 ======= h_config_role_setlitsig =======
18021 <HTML>
18022 <HEAD>
18023 <TITLE>Set Literal Signature Explained</TITLE>
18024 </HEAD>
18025 <BODY>
18026 <H1>Set Literal Signature Explained</H1>
18028 This describes part of the action to be taken if the Pattern for this
18029 role is a match.
18030 This field contains the actual text for your signature, as opposed to
18031 the name of a file containing your signature.
18032 If this is defined it takes precedence over any value set in the
18033 &quot;Set Signature&quot; field.
18035 This is simply a different way to store the signature.
18036 The signature is stored inside your Alpine configuration file instead of in
18037 a separate file.
18038 Tokens work the same way they do with
18039 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18040 help text there for more information.
18043 The two character sequence &#92;n (backslash followed by
18044 the character n) will be used to signify a line-break in your signature.
18045 You don't have to enter the &#92;n, but it will be visible in the
18046 CHANGE THIS ROLE RULE window after you are done editing the signature.
18048 Look <A HREF="h_edit_nav_cmds">here</A>
18049 to see the available Editing and Navigation commands.
18051 &lt;End of help on this topic&gt;
18052 </BODY>
18053 </HTML>
18054 ======= h_config_role_setsig =======
18055 <HTML>
18056 <HEAD>
18057 <TITLE>Set Signature Explained</TITLE>
18058 </HEAD>
18059 <BODY>
18060 <H1>Set Signature Explained</H1>
18062 This describes part of the action to be taken if the Pattern for this
18063 role is a match.
18065 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18066 option from Setup/Config
18067 or the &quot;Set LiteralSig&quot; option for this role are defined,
18068 then this option will be ignored.
18069 You can tell that that is the case because the value of this
18070 option will show up as
18072 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18074 You may either use all Literal Signatures (signatures stored in your
18075 configuration file) throughout Alpine, or all signature files.
18076 You can't mix the two.
18078 This field consists of a filename that will be used as the signature
18079 file when using this role.
18081 If the filename is followed by a vertical bar (|) then instead
18082 of reading the contents of the file the file is assumed to be a
18083 program that will produce the text to be used on its standard output.
18084 The program can't have any arguments and doesn't receive any input from Alpine,
18085 but the rest of the processing works as if the contents came from a file.
18087 Instead of storing the data in a local file, the
18088 signature data may be stored remotely in an IMAP folder.
18089 In order to do this, 
18090 you must use a remote name for the signature.
18091 A remote signature name might look like:
18093 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18096 The syntax used here is the same as the syntax used for a remote
18097 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18098 Note that you may not access an existing signature file remotely,
18099 you have to create a new <EM>folder</EM> that contains the signature data.
18100 If the name you use here for the signature data is a remote name, then when
18101 you edit the file using the &quot;F&quot; command the data will
18102 be saved remotely in the folder.
18103 You aren't required to do anything special to create the folder, it
18104 gets created if you use a remote name.
18107 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18108 the name of the file) you have specified.
18109 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18111 Besides containing regular text, a signature file may also
18112 contain (or a signature program may produce) tokens that are replaced with text
18113 that depends on the message you are replying to or forwarding.
18114 The tokens all look like _word_ (a word surrounded by underscores).
18115 For example, if the token
18117 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18119 is included in the text of the signature file, then when you reply to
18120 or forward a message, the token will be replaced with the actual date
18121 the message you are replying to or forwarding was sent.
18123 If you use a role that has a signature file for a plain composition
18124 (that is, not a reply or forward) then there is no original message, so
18125 any tokens that depend on the message will be replaced with nothing.
18126 So if you want a signature file to be useful for new compositions it
18127 shouldn't include any of the tokens that depend on the message being
18128 replied to or forwarded.
18130 The list of available tokens is
18131 <A HREF="h_index_tokens">here</A>.
18133 Actually, for the adventurous, there is a way to conditionally include text based
18134 on whether or not a token would result in specific replacement text.
18135 For example, you could include some text based on whether or not
18136 the _NEWS_ token would result in any newsgroups if it was used.
18137 It's explained in detail
18138 <A HREF="h_reply_token_conditionals">here</A>.
18140 In the very unlikely event that you want to include a literal token in
18141 a signature file, you must precede it with a backslash character.
18142 For example, to include the literal text _DATE_ you must actually use
18143 &#92;_DATE_.
18144 It is not possible to have a literal backslash followed by an expanded token.
18146 A blank field here means that Alpine will use its normal rules for deciding
18147 which file (if any) to use for the signature file.
18149 An alternate method for storing the signature is available in
18150 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18152 Look <A HREF="h_edit_nav_cmds">here</A>
18153 to see the available Editing and Navigation commands.
18155 &lt;End of help on this topic&gt;
18156 </BODY>
18157 </HTML>
18158 ======= h_config_role_settempl =======
18159 <HTML>
18160 <HEAD>
18161 <TITLE>Set Template Explained</TITLE>
18162 </HEAD>
18163 <BODY>
18164 <H1>Set Template Explained</H1>
18166 This describes part of the action to be taken if the Pattern for this
18167 role is a match.
18168 This field consists of a filename that will be used as the template
18169 file when using this role.
18170 The template file is a file that is included at the top of the message you
18171 are composing.
18173 If the filename is followed by a vertical bar (|) then instead
18174 of reading the contents of the file the file is assumed to be a
18175 program that will produce the text to be used on its standard output.
18176 The program can't have any arguments and doesn't receive any input from Alpine,
18177 but the rest of the processing works as if the contents came from a file.
18179 Instead of storing the data in a local file, the
18180 template may be stored remotely in an IMAP folder.
18181 In order to do this, 
18182 you must use a remote name for the template.
18183 A remote template name might look like:
18185 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18188 The syntax used here is the same as the syntax used for a remote
18189 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18190 Note that you may not access an existing template file remotely,
18191 you have to create a new <EM>folder</EM> that contains the template data.
18192 If the name you use here for the template is a remote name, then when
18193 you edit the file using the &quot;F&quot; command the data will
18194 be saved remotely in the folder.
18195 You aren't required to do anything special to create the folder, it
18196 gets created if you use a remote name.
18198 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18199 the name of the file) you have specified.
18200 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18202 Besides containing regular text, the template file may also
18203 contain (or a template file program may produce) tokens that are replaced with text
18204 that depends on the message you are replying to or forwarding.
18205 The tokens all look like _word_ (a word surrounded by underscores).
18206 For example, if the token
18208 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18210 is included in the text of the template file, then when you reply to
18211 or forward a message, the token will be replaced with the actual date
18212 the message you are replying to or forwarding was sent.
18214 If you use a role that has a template file for a plain composition
18215 (that is, not a reply or forward) then there is no original message, so
18216 any tokens that depend on the message will be replaced with nothing.
18217 So if you want a template file to be useful for new compositions it
18218 shouldn't include any of the tokens that depend on the message being
18219 replied to or forwarded.
18221 The list of available tokens is
18222 <A HREF="h_index_tokens">here</A>.
18224 Actually, for the adventurous, there is a way to conditionally include text based
18225 on whether or not a token would result in specific replacement text.
18226 For example, you could include some text based on whether or not
18227 the _NEWS_ token would result in any newsgroups if it was used.
18228 It's explained in detail
18229 <A HREF="h_reply_token_conditionals">here</A>.
18231 In the very unlikely event that you want to include a literal token in
18232 a template file, you must precede it with a backslash character.
18233 For example, to include the literal text _DATE_ you must actually use
18234 &#92;_DATE_.
18235 It is not possible to have a literal backslash followed by an expanded token.
18237 A blank template field means that Alpine will not use a template file when
18238 this role is being used.
18240 Look <A HREF="h_edit_nav_cmds">here</A>
18241 to see the available Editing and Navigation commands.
18243 &lt;End of help on this topic&gt;
18244 </BODY>
18245 </HTML>
18246 ======= h_config_filt_stat_imp =======
18247 <HTML>
18248 <HEAD>
18249 <TITLE>Set Important Status Explained</TITLE>
18250 </HEAD>
18251 <BODY>
18252 <H1>Set Important Status Explained</H1>
18254 This describes part of the action to be taken if the Pattern for this
18255 filter is a match.
18256 If set to &quot;Don't change it&quot; then this does nothing.
18257 If set to &quot;Set this state&quot; then the Important flag is set
18258 for the matching message.
18259 If set to &quot;Clear this state&quot; then the Important flag is cleared
18260 for the matching message.
18261 The important flag usually causes an asterisk to show up in the MESSAGE
18262 INDEX.
18263 It may also be useful when selecting a set of messages
18264 with the Select command.
18266 Look <A HREF="h_edit_nav_cmds">here</A>
18267 to see the available Editing and Navigation commands.
18269 &lt;End of help on this topic&gt;
18270 </BODY>
18271 </HTML>
18272 ======= h_config_filt_stat_new =======
18273 <HTML>
18274 <HEAD>
18275 <TITLE>Set New Status Explained</TITLE>
18276 </HEAD>
18277 <BODY>
18278 <H1>Set New Status Explained</H1>
18280 This describes part of the action to be taken if the Pattern for this
18281 filter is a match.
18282 If set to &quot;Don't change it&quot; then this does nothing.
18283 If set to &quot;Set this state&quot; then the
18284 matching message is marked New.
18285 If set to &quot;Clear this state&quot; then the
18286 matching message is marked Seen.
18288 Look <A HREF="h_edit_nav_cmds">here</A>
18289 to see the available Editing and Navigation commands.
18291 &lt;End of help on this topic&gt;
18292 </BODY>
18293 </HTML>
18294 ======= h_config_filt_stat_ans =======
18295 <HTML>
18296 <HEAD>
18297 <TITLE>Set Answered Status Explained</TITLE>
18298 </HEAD>
18299 <BODY>
18300 <H1>Set Answered Status Explained</H1>
18302 This describes part of the action to be taken if the Pattern for this
18303 filter is a match.
18304 If set to &quot;Don't change it&quot; then this does nothing.
18305 If set to &quot;Set this state&quot; then the Answered flag is set
18306 for the matching message.
18307 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18308 for the matching message.
18310 Look <A HREF="h_edit_nav_cmds">here</A>
18311 to see the available Editing and Navigation commands.
18313 &lt;End of help on this topic&gt;
18314 </BODY>
18315 </HTML>
18316 ======= h_config_filt_stat_del =======
18317 <HTML>
18318 <HEAD>
18319 <TITLE>Set Deleted Status Explained</TITLE>
18320 </HEAD>
18321 <BODY>
18322 <H1>Set Deleted Status Explained</H1>
18324 This describes part of the action to be taken if the Pattern for this
18325 filter is a match.
18326 If set to &quot;Don't change it&quot; then this does nothing.
18327 If set to &quot;Set this state&quot; then the
18328 matching message is marked Deleted.
18329 If set to &quot;Clear this state&quot; then the
18330 matching message is marked UnDeleted.
18332 You should not use this option unless you are prepared to have matching
18333 messages expunged from the folder permanently.
18334 For example, if you type the Expunge command, this filter is applied
18335 before the expunge, so matching messages will be marked Deleted and then
18336 will be permanently expunged from the folder.
18337 However, since the index isn't redrawn in between the time that the message
18338 is marked Deleted and the time that you are asked to expunge, the only
18339 indication that you are expunging the message comes in the number of messages
18340 being expunged.
18341 The same thing may happen when you close a folder.
18342 It is also possible that an expunge not initiated by you will
18343 delete matching messages.
18345 Look <A HREF="h_edit_nav_cmds">here</A>
18346 to see the available Editing and Navigation commands.
18348 &lt;End of help on this topic&gt;
18349 </BODY>
18350 </HTML>
18351 ======= h_config_role_scoreval =======
18352 <HTML>
18353 <HEAD>
18354 <TITLE>Score Value Explained</TITLE>
18355 </HEAD>
18356 <BODY>
18357 <H1>Score Value Explained</H1>
18359 A message's score is the sum of the Score Values from all of the Scoring rules
18360 with Patterns that match the message.
18361 The value you give here is the Score Value associated with this rule.
18362 A Score Value is an integer between -100 and 100, with the default
18363 value of zero.
18365 Alternatively, if the
18366 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18367 field is defined
18368 (on the line right below the &quot;Score Value&quot; field)
18369 then the &quot;Score Value&quot; is ignored and
18370 the &quot;Score From Header&quot; field is used instead.
18372 Look <A HREF="h_edit_nav_cmds">here</A>
18373 to see the available Editing and Navigation commands.
18375 &lt;End of help on this topic&gt;
18376 </BODY>
18377 </HTML>
18378 ======= h_config_role_scorehdrtok =======
18379 <HTML>
18380 <HEAD>
18381 <TITLE>Score Value From Header Explained</TITLE>
18382 </HEAD>
18383 <BODY>
18384 <H1>Score Value From Header Explained</H1>
18386 This option provides a way to use a number that appears in the headers of your
18387 messages as the message's score, or as a component of that score.
18388 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18389 The idea behind this option is that there may be a score embedded in the
18390 headers of messages that has already been calculated outside of Alpine.
18391 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18392 somewhere in that header there is a score.
18394 The value for this option is the name of the header followed by parentheses
18395 with two arguments inside:
18397 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18399 No space is allowed between the comma and the start of the field_separators.
18400 It would be interpreted as the first separator if it was there.
18401 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18402 starts after that and goes to the second separator, and so on.
18403 It's easier to explain with examples.
18405 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18407 In the above example the header that is used is the &quot;X-Spam&quot; header.
18408 The value of that header (the part after the colon and the space) is split
18409 into fields separated by spaces.
18411 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18413 The second field is selected and converted to an integer. It only makes sense
18414 if Field2 really is an integer.
18416 Here's an example of a SpamAssassin header.
18417 The exact look of the header will vary, but if your incoming mail
18418 contains headers that look like the following
18420 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18422 you might want to use the hits value as a score.
18423 Since the score is an integer value you can't make use of the decimal part of
18424 the number, but
18425 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18426 and &quot;.&quot; as your separators.
18428 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18430 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18431 hits.
18432 The second field is &quot;10&quot; so the score value would be 10.
18434 Another example we've seen has headers that look like
18436 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18438 Because there are two equals before the 7% the value
18440 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18442 should capture the probability as the score.
18444 The Score From Header scoring value actually works just like the
18445 regular Score Value in that the rest of the pattern has to match before
18446 it is used and the scores from all the different scoring rules that
18447 match for a particular message are added together.
18448 When using the Score From Header method it may (or may not) make sense to
18449 use only a single scoring rule with a pattern that matches every message.
18451 Look <A HREF="h_edit_nav_cmds">here</A>
18452 to see the available Editing and Navigation commands.
18454 &lt;End of help on this topic&gt;
18455 </BODY>
18456 </HTML>
18457 ======= h_config_role_replyuse =======
18458 <HTML>
18459 <HEAD>
18460 <TITLE>Reply Use Explained</TITLE>
18461 </HEAD>
18462 <BODY>
18463 <H1>Reply Use Explained</H1>
18465 This option determines how this particular role will be used when Replying
18466 to a message.
18467 There are three possible values for this option.
18468 The value &quot;Never&quot;
18469 means that this role will not be a candidate for use when Replying.
18470 The role's Pattern will not be checked for a match, however the role will
18471 be available to be manually switched to if there is a confirmation prompt.
18474 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18475 mean that you do want to consider this role when Replying.
18476 For either of these settings, the role's Pattern will be compared with
18477 the message being replied to.
18478 If there is a match then this role will either be used without confirmation
18479 or will be the default when confirmation is asked for, depending on
18480 which of the two options is selected.
18481 If confirmation is requested, you will also have a chance to
18482 manually change the role to any one of your other roles.
18485 You won't be prompted for confirmation if none of your role Patterns
18486 match the message being replied to.
18487 This is independent of the value of the current option.
18488 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18489 feature may be used to change this behavior.
18491 &lt;End of help on this topic&gt;
18492 </BODY>
18493 </HTML>
18494 ======= h_config_role_forwarduse =======
18495 <HTML>
18496 <HEAD>
18497 <TITLE>Forward Use Explained</TITLE>
18498 </HEAD>
18499 <BODY>
18500 <H1>Forward Use Explained</H1>
18502 This option determines how this particular role will be used when Forwarding
18503 a message.
18504 There are three possible values for this option.
18505 The value &quot;Never&quot;
18506 means that this role will not be a candidate for use when Forwarding.
18507 The role's Pattern will not be checked for a match, however the role will
18508 be available to be manually switched to if there is a confirmation prompt.
18511 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18512 mean that you do want to consider this role when Forwarding.
18513 For either of these settings, the role's Pattern will be compared with
18514 the message being forwarded.
18515 If there is a match then this role will either be used without confirmation
18516 or will be the default when confirmation is asked for, depending on
18517 which of the two options is selected.
18518 If confirmation is requested, you will also have a chance to
18519 manually change the role to any one of your other roles.
18522 You won't be prompted for confirmation if none of your role Patterns
18523 match the message being forwarded.
18524 This is independent of the value of the current option.
18525 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18526 feature may be used to change this behavior.
18528 &lt;End of help on this topic&gt;
18529 </BODY>
18530 </HTML>
18531 ======= h_config_role_composeuse =======
18532 <HTML>
18533 <HEAD>
18534 <TITLE>Compose Use Explained</TITLE>
18535 </HEAD>
18536 <BODY>
18537 <H1>Compose Use Explained</H1>
18539 This option determines how this particular role will be used when Composing
18540 a new message using the &quot;Compose&quot; command.
18541 This does not affect what happens when using the &quot;Role&quot; command
18542 to compose a new message.
18543 The &quot;Role&quot; command allows you to select a role from all of the
18544 roles you have defined, regardless of what Uses you've assigned to those
18545 roles.
18548 There are three possible values for this option.
18549 The value &quot;Never&quot;
18550 means that this role will not be a candidate for use when Composing.
18551 The role's Current Folder Type will not be checked for a match, however the role
18552 will be available to be manually switched to if there is a confirmation prompt.
18555 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18556 mean that you do want to consider this role when Composing.
18557 For either of these settings,
18558 the role's Current Folder Type will be checked (since there is no message
18559 to compare with, the rest of the Pattern is considered a match).
18560 If there is a match then this role will either be used without confirmation
18561 or will be the default when confirmation is asked for, depending on
18562 which of the two options is selected.
18563 If confirmation is requested, you will also have a chance to
18564 manually change the role to any one of your other roles.
18567 When using the Compose command the role checking is a little different
18568 because there is no message being replied to or forwarded.
18569 Because of this the Current Folder Type is checked but the header pattern
18570 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18571 A role is considered to be a match if it is a candidate for Compose Use and
18572 its Current Folder Type matches the currently open folder.
18573 This could be useful if you want to set a role based on the folder you
18574 are reading, or the type of folder you are reading.
18577 You won't be prompted for confirmation if none of your role Patterns
18578 are a match.
18579 This is independent of the value of the current option.
18580 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18581 feature may be used to change this behavior.
18583 &lt;End of help on this topic&gt;
18584 </BODY>
18585 </HTML>
18586 ======= h_config_filter_folder =======
18587 <HTML>
18588 <HEAD>
18589 <TITLE>Filter Folder Explained</TITLE>
18590 </HEAD>
18591 <BODY>
18592 <H1>Filter Folder Explained</H1>
18594 When the Filter Action is set to &quot;Move&quot;,
18595 the folder or folders specified here will be used to store messages matching
18596 the provided pattern.
18599 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18600 here.
18603 If you wish,
18604 you may choose a folder from your folder collections by using the
18605 &quot;T&quot; command.
18607 Besides regular text, the folder name may also contain
18608 tokens that are replaced with text representing the current date
18609 when you run Alpine.
18610 For example, if the folder name you use is
18612 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18614 that is replaced with something like
18616 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18620 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18622 becomes
18624 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18626 The token names must be surrounded by underscores in order to be recognized
18627 as tokens.
18628 The tokens that may be used are those that are derived from the current date.
18629 They're listed near the bottom of the list of tokens give
18630 <A HREF="h_index_tokens">here</A>.
18632 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18633 for more information on Patterns.
18635 Look <A HREF="h_edit_nav_cmds">here</A>
18636 to see the available Editing and Navigation commands.
18638 &lt;End of help on this topic&gt;
18639 </BODY>
18640 </HTML>
18641 ======= h_config_filter_kw_set =======
18642 <HTML>
18643 <HEAD>
18644 <TITLE>Set These Keywords Explained</TITLE>
18645 </HEAD>
18646 <BODY>
18647 <H1>Set These Keywords Explained</H1>
18649 This describes part of the action to be taken if the Pattern for this
18650 filter is a match.
18651 Read a little about keywords in the help text for the
18652 <A HREF="h_common_flag">Flag</A> command.
18653 This option is a list of keywords that will be Set when there is a match.
18654 If you wish, you may choose keywords from the list of keywords you have
18655 defined with the &quot;T&quot; command.
18656 You may add new keywords by defining them in the
18657 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18658 If you have given a keyword a nickname when configuring it,
18659 that nickname may be used instead of the actual keyword.
18662 Look <A HREF="h_edit_nav_cmds">here</A>
18663 to see the available Editing and Navigation commands.
18665 &lt;End of help on this topic&gt;
18666 </BODY>
18667 </HTML>
18668 ======= h_config_filter_kw_clr =======
18669 <HTML>
18670 <HEAD>
18671 <TITLE>Clear These Keywords Explained</TITLE>
18672 </HEAD>
18673 <BODY>
18674 <H1>Clear These Keywords Explained</H1>
18676 This describes part of the action to be taken if the Pattern for this
18677 filter is a match.
18678 Read a little about keywords in the help text for the
18679 <A HREF="h_common_flag">Flag</A> command.
18680 This option is a list of keywords that will be Cleared when there is a match.
18681 If you wish, you may choose keywords from the list of keywords you have
18682 defined with the &quot;T&quot; command.
18683 You may add new keywords by defining them in the
18684 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18685 If you have given a keyword a nickname when configuring it,
18686 that nickname may be used instead of the actual keyword.
18689 Look <A HREF="h_edit_nav_cmds">here</A>
18690 to see the available Editing and Navigation commands.
18692 &lt;End of help on this topic&gt;
18693 </BODY>
18694 </HTML>
18695 ======= h_index_tokens =======
18696 <HTML>
18697 <HEAD>
18698 <TITLE>Tokens for Index and Replying</TITLE>
18699 </HEAD>
18700 <BODY>
18702 This set of special tokens may be used in the
18703 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18704 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18705 in signature files,
18706 in template files used in
18707 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18708 that is the target of a Filter Rule.
18709 Some of them aren't available in all situations.
18711 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18712 option, but they must be surrounded by underscores for the
18713 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18714 and in the target of Filter Rules.
18718 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18720 <DL>
18721 <DT>SUBJECT</DT>
18722 <DD>
18723 This token represents the Subject the sender gave the message.
18724 Alternatives for use in the index screen are
18725 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18726 You may color the subject text in the MESSAGE INDEX screen differently by using the
18727 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18728 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18729 options available from
18730 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18731 </DD>
18733 <DT>FROM</DT>
18734 <DD>
18735 This token represents the personal name (or email address if the name
18736 is unavailable) of the person specified in the message's &quot;From:&quot;
18737 header field.
18738 You may color the from text in the MESSAGE INDEX screen differently by using the
18739 <A HREF="h_config_index_from_color">Index From Color</A>
18740 option available from
18741 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18742 </DD>
18744 <DT>ADDRESS</DT>
18745 <DD>
18746 This is similar to the &quot;FROM&quot; token, only it is always the
18747 email address, never the personal name.
18748 For example, &quot;mailbox@domain&quot;.
18749 </DD>
18751 <DT>MAILBOX</DT>
18752 <DD>
18753 This is the same as the &quot;ADDRESS&quot; except that the 
18754 domain part of the address is left off.
18755 For example, &quot;mailbox&quot;.
18756 </DD>
18758 <DT>SENDER</DT>
18759 <DD>
18760 This token represents the personal name (or email address) of the person
18761 listed in the message's &quot;Sender:&quot; header field.
18762 </DD>
18764 <DT>TO</DT>
18765 <DD>
18766 This token represents the personal names (or email addresses if the names
18767 are unavailable) of the persons specified in the
18768 message's &quot;To:&quot; header field.
18769 </DD>
18771 <DT>NEWSANDTO</DT>
18772 <DD>
18773 This token represents the newsgroups from the
18774 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18775 the personal names (or email addresses if the names
18776 are unavailable) of the persons specified in the
18777 message's &quot;To:&quot; header field.
18778 </DD>
18780 <DT>TOANDNEWS</DT>
18781 <DD>
18782 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18783 </DD>
18785 <DT>NEWS</DT>
18786 <DD>
18787 This token represents the newsgroups from the
18788 message's &quot;Newsgroups:&quot; header field.
18789 </DD>
18791 <DT>CC</DT>
18792 <DD>
18793 This token represents the personal names (or email addresses if the names
18794 are unavailable) of the persons specified in the
18795 message's &quot;Cc:&quot; header field.
18796 </DD>
18798 <DT>RECIPS</DT>
18799 <DD>
18800 This token represents the personal names (or email addresses if the names
18801 are unavailable) of the persons specified in both the
18802 message's &quot;To:&quot; header field and
18803 the message's &quot;Cc:&quot; header field.
18804 </DD>
18806 <DT>NEWSANDRECIPS</DT>
18807 <DD>
18808 This token represents the newsgroups from the
18809 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18810 the personal names (or email addresses if the names
18811 are unavailable) of the persons specified in the
18812 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18813 </DD>
18815 <DT>RECIPSANDNEWS</DT>
18816 <DD>
18817 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18818 </DD>
18820 <DT>INIT</DT>
18821 <DD>
18822 This token represents the initials from the personal name
18823 of the person specified in the message's &quot;From:&quot;
18824 header field.
18825 If there is no personal name, it is blank.
18826 </DD>
18828 <DT>DATE</DT>
18829 <DD>
18830 This token represents the date on which the message was sent, according
18831 to the &quot;Date&quot; header field.
18832 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18833 The feature
18834 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18835 which adjusts for the timezone the message was sent from,
18836 may have an effect on the value of this token as well as the values of
18837 all of the other DATE or TIME tokens.
18838 Some of the DATE and TIME tokens are displayed in a locale-specific
18839 way unless the option
18840 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18841 </DD>
18843 <DT>SMARTDATE</DT>
18844 <DD>
18845 This token represents the date on which the message was sent, according
18846 to the &quot;Date&quot; header field.
18847 It is &quot;Today&quot; if the message was sent today,
18848 &quot;Yesterday&quot; for yesterday,
18849 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18850 message is from last year and is more than six months old it includes the year, as well.
18851 See the SMARTDATE alternatives below, as well.
18852 </DD>
18854 <DT>SMARTTIME</DT>
18855 <DD>
18856 This token represents the most relevant elements of the date on which
18857 the message was sent (according to the &quot;Date&quot; header field),
18858 in a compact form. If the message was sent today, only the time is used
18859 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18860 the past week, the day of the week and the hour are used
18861 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18862 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18863 &quot;9Apr98&quot;).
18864 </DD>
18866 <DT>SMARTDATETIME</DT>
18867 <DD>
18868 This is a combination of SMARTDATE and SMARTTIME.
18869 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18870 case it is SMARTTIME.
18871 See the SMARTDATETIME alternatives below, as well.
18872 </DD>
18874 <DT>DATEISO</DT>
18875 <DD>
18876 This token represents the date on which the message was sent, according
18877 to the &quot;Date&quot; header field.
18878 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18879 </DD>
18881 <DT>SHORTDATEISO</DT>
18882 <DD>
18883 This token represents the date on which the message was sent, according
18884 to the &quot;Date&quot; header field.
18885 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18886 </DD>
18888 <DT>SHORTDATE1</DT>
18889 <DD>
18890 This token represents the date on which the message was sent, according
18891 to the &quot;Date&quot; header field.
18892 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18893 </DD>
18895 <DT>SHORTDATE2</DT>
18896 <DD>
18897 This token represents the date on which the message was sent, according
18898 to the &quot;Date&quot; header field.
18899 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18900 </DD>
18902 <DT>SHORTDATE3</DT>
18903 <DD>
18904 This token represents the date on which the message was sent, according
18905 to the &quot;Date&quot; header field.
18906 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18907 </DD>
18909 <DT>SHORTDATE4</DT>
18910 <DD>
18911 This token represents the date on which the message was sent, according
18912 to the &quot;Date&quot; header field.
18913 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18914 </DD>
18916 <DT>LONGDATE</DT>
18917 <DD>
18918 This token represents the date on which the message was sent, according
18919 to the &quot;Date&quot; header field.
18920 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18921 </DD>
18923 <DT>SMARTDATE alternatives</DT>
18924 <DD>
18925 There are several versions of SMARTDATE that are all the same except
18926 for the way they format dates far in the past.
18927 SMARTDATE formats the date using the information from your locale settings
18928 to format the date string. It may end up formatting dates so that they look
18929 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18930 The feature
18931 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18932 may have an affect on the values of these tokens.
18933 If you want more control you may use one of the following.
18934   <DL>
18935   <DT>SMARTDATE</DT> <DD>If the option
18936 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18937 then this will be locale specific. Control this with the
18938 LC_TIME locale setting on a UNIX system. On Windows
18939 the Regional Options control panel may be used to set the Short date
18940 format. At the programming level, the strftime routine is what Alpine
18941 uses to print the date.
18942 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18943 to SMARTDATES1.</DD>
18944   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18945   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18946   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18947   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18948   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18949   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18950   </DL>
18951 </DD>
18953 <DT>SMARTDATETIME alternatives</DT>
18954 <DD>
18955 There are several versions of SMARTDATETIME that are all very similar.
18956 The ones that end in 24 use a 24-hour clock for Today's messages instead
18957 of a 12-hour clock.
18958 The other variation is
18959 for the way they format dates far in the past.
18960 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18961 to format the date string. It may end up formatting dates so that they look
18962 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18963 The feature
18964 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18965 may have an affect on the values of these tokens.
18966 The possible choices are:
18967   <DL>
18968   <DT>SMARTDATETIME</DT> <DD>If the option
18969 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18970 then this will be locale specific. Control this with the
18971 LC_TIME locale setting on a UNIX system. On Windows
18972 the Regional Options control panel may be used to set the Short date
18973 format. At the programming level, the strftime routine is what Alpine
18974 uses to print the date.
18975 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18976 to SMARTDATETIMES1.</DD>
18977   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18978   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18979   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18980   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18981   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18982   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18983   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18984   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18985   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18986   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18987   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18988   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18989   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18990   </DL>
18991 </DD>
18993 <DT>DAYDATE</DT>
18994 <DD>
18995 This token represents the date on which the message was sent, according
18996 to the &quot;Date&quot; header field.
18997 It looks like &quot;Sat, 23 Oct 1998&quot;.
18998 This token is never converted in any locale-specific way.
18999 </DD>
19001 <DT>PREFDATE</DT>
19002 <DD>
19003 This token represents the date on which the message was sent, according
19004 to the &quot;Date&quot; header field.
19005 It is your operating system's idea of the preferred date representation for the current locale.
19006 Internally it uses the %x version of the date from the strftime routine.
19007 </DD>
19009 <DT>PREFTIME</DT>
19010 <DD>
19011 This token represents the time at which the message was sent, according
19012 to the &quot;Date&quot; header field.
19013 It is the preferred time representation for the current locale.
19014 Internally it uses the %X version of the time from the strftime routine.
19015 </DD>
19017 <DT>PREFDATETIME</DT>
19018 <DD>
19019 This token represents the date and time at which the message was sent, according
19020 to the &quot;Date&quot; header field.
19021 It is the preferred date and time representation for the current locale.
19022 Internally it uses the %c version of the time from the strftime routine.
19023 </DD>
19025 <DT>DAY</DT>
19026 <DD>
19027 This token represents the day of the month on which the message was sent,
19028 according to the &quot;Date&quot; header field.
19029 For example, &quot;23&quot; or &quot;9&quot;.
19030 </DD>
19032 <DT>DAY2DIGIT</DT>
19033 <DD>
19034 This token represents the day of the month on which the message was sent,
19035 according to the &quot;Date&quot; header field.
19036 For example, &quot;23&quot; or &quot;09&quot;.
19037 It is always 2 digits.
19038 </DD>
19040 <DT>DAYORDINAL</DT>
19041 <DD>
19042 This token represents the ordinal number that is the day of
19043 the month on which the message was sent,
19044 according to the &quot;Date&quot; header field.
19045 For example, &quot;23rd&quot; or &quot;9th&quot;.
19046 </DD>
19048 <DT>DAYOFWEEK</DT>
19049 <DD>
19050 This token represents the day of the week on which the message was sent,
19051 according to the &quot;Date&quot; header field.
19052 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19053 </DD>
19055 <DT>DAYOFWEEKABBREV</DT>
19056 <DD>
19057 This token represents the day of the week on which the message was sent,
19058 according to the &quot;Date&quot; header field.
19059 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19060 </DD>
19062 <DT>MONTHABBREV</DT>
19063 <DD>
19064 This token represents the month the message was sent, according
19065 to the &quot;Date&quot; header field.
19066 For example, &quot;Oct&quot;.
19067 </DD>
19069 <DT>MONTHLONG</DT>
19070 <DD>
19071 This token represents the month in which the message was sent, according
19072 to the &quot;Date&quot; header field.
19073 For example, &quot;October&quot;.
19074 </DD>
19076 <DT>MONTH</DT>
19077 <DD>
19078 This token represents the month in which the message was sent, according
19079 to the &quot;Date&quot; header field.
19080 For example, &quot;10&quot; or &quot;9&quot;.
19081 </DD>
19083 <DT>MONTH2DIGIT</DT>
19084 <DD>
19085 This token represents the month in which the message was sent, according
19086 to the &quot;Date&quot; header field.
19087 For example, &quot;10&quot; or &quot;09&quot;.
19088 It is always 2 digits.
19089 </DD>
19091 <DT>YEAR</DT>
19092 <DD>
19093 This token represents the year the message was sent, according
19094 to the &quot;Date&quot; header field.
19095 For example, &quot;1998&quot; or &quot;2001&quot;.
19096 </DD>
19098 <DT>YEAR2DIGIT</DT>
19099 <DD>
19100 This token represents the year the message was sent, according
19101 to the &quot;Date&quot; header field.
19102 For example, &quot;98&quot; or &quot;01&quot;.
19103 It is always 2 digits.
19104 </DD>
19106 <DT>TIME24</DT>
19107 <DD>
19108 This token represents the time at which the message was sent, according
19109 to the &quot;Date&quot; header field.
19110 There is no adjustment made for different time zones, so you'll get
19111 the time the message was sent according to the time zone the sender
19112 was in.
19113 It has the format HH:MM. For example, &quot;17:28&quot;.
19114 </DD>
19116 <DT>TIME12</DT>
19117 <DD>
19118 This token represents the time at which the message was sent, according
19119 to the &quot;Date&quot; header field.
19120 This time is for a 12 hour clock.
19121 It has the format HH:MMpm.
19122 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19123 </DD>
19125 <DT>TIMEZONE</DT>
19126 <DD>
19127 This token represents the numeric timezone from
19128 the &quot;Date&quot; header field.
19129 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19130 </DD>
19132 </DL>
19135 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19137 <DL>
19138 <DT>MSGNO</DT>
19139 <DD>
19140 This token represents the message's current position in the folder that,
19141 of course, may change as the folder is sorted or new mail arrives.
19142 </DD>
19144 <DT>STATUS</DT>
19145 <DD>
19146 This token represents a three character wide field displaying various
19147 aspects of the message's state.
19148 The first character is either blank,
19149 a '*' for message marked Important, or a '+' indicating a message
19150 addressed directly to you (as opposed to your having received it via a
19151 mailing list, for example).
19152 When the feature
19153 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19154 is set, if the first character would have been
19155 blank then it will instead be a '-' if the message is cc'd to you.
19156 The second character is typically blank,
19157 though the arrow cursor may occupy it if either the 
19158 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19159 or the
19160 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19161 is set (or you actually are on a slow link).
19162 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19163 '<A HREF="h_flag_answered">A</A>' (Answered),
19164 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19165 '<A HREF="h_flag_new">N</A>' (New), or blank.
19167 If you are using a threaded view of the index and this message is at the
19168 top of a collapsed portion of a thread,
19169 then this token refers to all of the messages in the collapsed portion of
19170 the thread instead of just the top message.
19171 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19172 are marked Important, else a '+' if any of the messages are addressed
19173 to you, else a '-' if any of the messages are cc'd to you.
19174 The third character will be a 'D' if <EM>all</EM> of the messages
19175 in the collapsed thread are marked deleted,
19176 an 'A' if <EM>all</EM> of the messages
19177 in the collapsed thread are marked answered,
19178 it will be an 'N' if any of
19179 the messages are undeleted and unseen, and it will be blank otherwise.
19180 </DD>
19182 <DT>FULLSTATUS</DT>
19183 <DD>
19184 This token represents a less abbreviated alternative
19185 to the &quot;STATUS&quot; token.
19186 It is six characters wide.
19187 The first character is '+', '-', or blank, the
19188 second blank, the third either '*' or blank, the fourth
19189 '<A HREF="h_flag_new">N</A>' or blank,
19190 the fifth '<A HREF="h_flag_answered">A</A>'
19191 or blank, and the sixth character is
19192 either '<A HREF="h_flag_deleted">D</A>' or
19193 blank.
19195 If you are using a threaded view of the index and this message is at the
19196 top of a collapsed portion of a thread,
19197 then this token refers to all of the messages in the collapsed portion of
19198 the thread instead of just the top message.
19199 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19200 of the messages in the collapsed thread are addressed to you or cc'd to you.
19201 The third character will be '*' if any of the messages are marked
19202 Important.
19203 The fourth character will be 'N' if all of the messages in the thread
19204 are New, else 'n' if some of the messages in the thread are New, else blank.
19205 The fifth character will be 'A' or 'a' or blank, and the sixth character
19206 will be 'D' or 'd' or blank.
19207 </DD>
19209 <DT>IMAPSTATUS</DT>
19210 <DD>
19211 This token represents an even less abbreviated alternative to the
19212 &quot;STATUS&quot; token.
19213 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19214 an 'N' if the message is new to this folder since the last time
19215 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19216 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19217 new to the folder since it was last opened <EM>but</EM> has not been
19218 viewed, or a blank if the message has been in the folder since it was
19219 last opened and has been viewed.
19221 If you are using a threaded view of the index and this message is at the
19222 top of a collapsed portion of a thread,
19223 then the fourth character will be
19224 'N' if all of the messages in the thread are unseen and recent;
19225 else 'n' if some of the messages in the thread are unseen and recent;
19226 else 'U' if all of the messages in the thread are unseen and not recent;
19227 else 'u' if some of the messages in the thread are unseen and not recent;
19228 else 'R' if all of the messages in the thread are seen and recent;
19229 else 'r' if some of the messages in the thread are seen and recent;
19230 else blank.
19231 </DD>
19233 <DT>SHORTIMAPSTATUS</DT>
19234 <DD>
19235 This is the same as the last four of the six characters of IMAPSTATUS,
19236 so the '+' To Me information will be missing.
19237 </DD>
19239 <DT>SIZE</DT>
19240 <DD>
19241 This token represents the total size, in bytes, of the message.
19242 If a &quot;K&quot; (Kilobyte)
19243 follows the number, the size is approximately 1,000
19244 times that many bytes (rounded to the nearest 1,000).
19245 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19246 1,000,000 times that many bytes.
19247 Commas are not used in this field.
19248 This field is seven characters wide, including the enclosing parentheses.
19249 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19250 The progression of sizes used looks like:
19253 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19255 </DD>
19257 <DT>SIZECOMMA</DT>
19258 <DD>
19259 This token represents the total size, in bytes, of the message.
19260 If a &quot;K&quot; (Kilobyte)
19261 follows the number, the size is approximately 1,000
19262 times that many bytes (rounded to the nearest 1,000).
19263 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19264 1,000,000 times that many bytes.
19265 Commas are used if the number shown is 1,000 or greater.
19266 The SIZECOMMA field is one character wider than the SIZE field.
19267 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19268 The progression of sizes used looks like:
19271 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19273 </DD>
19275 <DT>KSIZE</DT>
19276 <DD>
19277 This token represents the total size of the message, expressed in
19278 kilobytes or megabytes, as most appropriate.
19279 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19280 The progression of sizes used looks like:
19283 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19285 </DD>
19287 <DT>SIZENARROW</DT>
19288 <DD>
19289 This token represents the total size, in bytes, of the message.
19290 If a &quot;K&quot; (Kilobyte)
19291 follows the number, the size is approximately 1,000
19292 times that many bytes.
19293 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19294 1,000,000 times that many bytes.
19295 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19296 1,000,000,000 times that many bytes.
19297 This field uses only five characters of screen width, including the enclosing
19298 parentheses.
19299 The progression of sizes used looks like:
19302 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19304 </DD>
19306 <DT>DESCRIPSIZE</DT>
19307 <DD>
19308 This token is intended to represent a more useful description of the
19309 message than just its size, but it isn't very useful at this point.
19310 The plus sign in this view means there are attachments.
19311 Note that including this token in
19312 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19313 display a little while Alpine collects the necessary information.
19314 </DD>
19316 <DT>SUBJKEY</DT>
19317 <DD>
19318 This token is the same as the SUBJECT token unless keywords are set for
19319 the message.
19320 In that case, a list of keywords enclosed in braces will be prepended to
19321 the subject of the message.
19322 Only those keywords that you have defined in your
19323 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19324 in Setup/Config are considered in the list.
19325 In other words, keywords that have been set by some other means, perhaps
19326 by another email program, won't show up unless included in
19327 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19328 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19329 prepended to the subject in the MESSAGE TEXT screen.
19330 If you have given a keyword a nickname
19331 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19332 instead of the actual keyword.
19333 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19334 option may be used to modify this token slightly.
19335 It is also possible to color keywords in the index using the
19336 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19337 </DD>
19339 <DT>SUBJKEYINIT</DT>
19340 <DD>
19341 This token is the same as the SUBJKEY token except that instead of
19342 prepending a list of keywords to the subject, a list of first initials
19343 of keywords will be prepended instead.
19344 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19345 set (or Work and Now are the Alpine nicknames of keywords that are set)
19346 then the SUBJKEY token would cause a result like
19348 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19350 whereas the SUBJKEYINIT token would give
19352 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19354 Only those keywords that you have defined in your
19355 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19356 in Setup/Config are considered in the list.
19357 In other words, keywords that have been set by some other means, perhaps
19358 by another email program, won't show up unless included in
19359 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19360 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19361 option may be used to modify this token slightly.
19362 It is also possible to color keywords in the index using the
19363 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19364 </DD>
19366 <DT>SUBJECTTEXT</DT>
19367 <DD>
19368 Same as SUBJECT but if there is room in the Subject field for more text,
19369 the opening part of the text of the message is displayed after the subject.
19370 The time needed to fetch the text may cause a performance problem
19371 which can, of course, be avoided by using the SUBJECT version of
19372 the Subject instead.
19373 You may color this opening text differently by using the
19374 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19375 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19376 You may adjust the characters that are displayed between the Subject and the
19377 opening text with the option
19378 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19379 </DD>
19381 <DT>SUBJKEYTEXT</DT>
19382 <DD>
19383 Same as SUBJKEY but with the opening message text.
19384 </DD>
19386 <DT>OPENINGTEXT</DT>
19387 <DD>
19388 This is similar to SUBJECTTEXT.
19389 Instead of combining the Subject and the opening text in a single
19390 field in the index screen this token allows you to allocate a
19391 separate column just for the opening text of the message.
19392 The time needed to fetch this text may cause a performance problem.
19393 You may color this opening text differently by using the
19394 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19395 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19396 </DD>
19398 <DT>OPENINGTEXTNQ</DT>
19399 <DD>
19400 This is very similar to OPENINGTEXT.
19401 The NQ stands for No Quotes.
19402 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19403 For some messages this may be confusing.
19404 For example, a message might have a line preceding some quoted
19405 text that reads something like &quot;On May 8th person A said.&quot;
19406 That no longer makes sense after the quoted text is deleted and it
19407 will appear that person A said whatever the text after the quote
19408 is, even though that is really person B talking.
19409 </DD>
19411 <DT>SUBJKEYINITTEXT</DT>
19412 <DD>
19413 Same as SUBJKEYINIT but with the opening message text.
19414 </DD>
19416 <DT>KEY</DT>
19417 <DD>
19418 This is a space-delimited list of keywords that are set for the message.
19419 Only those keywords that you have defined in your
19420 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19421 in Setup/Config are considered in the list.
19422 In other words, keywords that have been set by some other means, perhaps
19423 by another email program, won't show up unless included in
19424 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19425 If you have given a keyword a nickname
19426 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19427 instead of the actual keyword.
19428 It is also possible to color keywords in the index using the
19429 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19430 This token defaults to an arbitrary width of 5.
19431 You should set it to whatever width suits you using something
19432 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19433 </DD>
19435 <DT>KEYINIT</DT>
19436 <DD>
19437 This is a list of keyword initials that are set for the message.
19438 If you have given a keyword a nickname
19439 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19440 is displayed instead of the initial of the actual keyword.
19441 It is also possible to color keyword initials in the index using the
19442 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19443 This token defaults to an arbitrary width of 2.
19444 You should set it to whatever width suits you using something
19445 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19446 </DD>
19448 <DT>PRIORITY</DT>
19449 <DD>
19450 The X-Priority header is a non-standard header that is used in a
19451 somewhat standard way by many mail programs.
19452 Alpine expects the value of this header to be a digit with a value
19453 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19454 Since this priority is something that the sender sets it is only an indication
19455 of the priority that the sender attaches to the mail and it is therefore almost
19456 totally unreliable for use as a filtering criterion.
19457 This token will display the numeric value of the priority if it is between
19458 1 and 5.
19459 It will be suppressed (blank) if the value is 3, which is normal priority.
19460 This token may be colored with the
19461 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19462 </DD>
19464 <DT>PRIORITYALPHA</DT>
19465 <DD>
19466 This is a more verbose interpretation of the X-Priority field.
19467 Once again nothing is displayed unless the value of the field
19468 is 1, 2, 4, or 5.
19469 The values displayed for those values are:
19471 <TABLE>
19472 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19473 <TR> <TD>2</TD> <TD>High</TD> </TR>
19474 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19475 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19476 </TABLE>
19478 This token may be colored with the
19479 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19480 </DD>
19482 <DT>PRIORITY!</DT>
19483 <DD>
19484 This is a one character, non-numeric version of the X-Priority field.
19485 If the value of the X-Priority header is 1 or 2 an exclamation
19486 point is displayed.
19487 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19488 This token may be colored with the
19489 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19490 </DD>
19492 <DT>ATT</DT>
19493 <DD>
19494 This is a one column wide field that represents the number of attachments
19495 a message has. It will be blank if there are no attachments, a single
19496 digit for one to nine attachments, or an asterisk for more than nine.
19497 Note that including this token in
19498 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19499 display a little while Alpine collects the necessary information.
19500 </DD>
19502 <DT>FROMORTO</DT>
19503 <DD>
19504 This token represents <EM>either</EM> the personal name (or email address) of
19505 the person listed in the message's &quot;From:&quot; header
19506 field, <EM>or</EM>, if that address is yours or one of your
19507 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19508 the first person specified in the
19509 message's &quot;To:&quot; header field
19510 with the prefix &quot;To: &quot; prepended.
19511 If the from address is yours and there is also no &quot;To&quot; address,
19512 Alpine will use the address on the &quot;Cc&quot; line.
19513 If there is no address there, either, Alpine will look for a newsgroup name
19514 from the &quot;Newsgroups&quot; header field and put
19515 that after the &quot;To: &quot; prefix.
19516 </DD>
19518 <DT>FROMORTONOTNEWS</DT>
19519 <DD>
19520 This is almost the same as <EM>FROMORTO</EM>.
19521 The difference is that newsgroups aren't considered.
19522 When a message is from you, doesn't have a To or Cc, and does have
19523 a Newsgroups header; this token will be your name instead of the name
19524 of the newsgroup (like it would be with FROMORTO).
19525 </DD>
19527 <DT>TEXT</DT>
19528 <DD>
19529 This is a different sort of token.
19530 It allows you to display a label within each index line.
19531 It will be the same fixed text for each line.
19532 It is different from all the other tokens in that there is no space column
19533 displayed after this token.
19534 Instead, it is butted up against the following field.
19535 It also has a different syntax.
19536 The text to display is given following a colon after the
19537 word &quot;TEXT&quot;.
19538 For example,
19540 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19542 would insert the literal text &quot;abc=&quot; (without the quotes)
19543 into the index display line.
19544 You must quote the text if it includes space characters, like
19546 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19548 </DD>
19550 <DT>HEADER</DT>
19551 <DD>
19552 This allows you to display the text from a particular header line in the
19553 message.
19554 The syntax for this token is substantially different from all the others
19555 in order that you might be able to display a portion of the text following
19556 a particular header.
19557 The header name you are interested in is given following a colon
19558 after the word &quot;HEADER&quot;.
19559 For example,
19561 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19563 would display the text of the X-Spam header, if any.
19564 Like for other index tokens a width field may (and probably should)
19565 follow this.
19567 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19569 displays the first ten characters of the X-Spam header.
19570 Unlike other index tokens, the syntax for HEADER is more flexible.
19571 An optional second argument comes after a comma inside the parentheses.
19572 It specifies the &quot;field&quot; number.
19573 By default, the field separator is a space character.
19574 No extra space characters are allowed in the argument list.
19576 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19578 would display the second field, left-justified, in a 10 character
19579 wide field.
19580 The second field would consist of all the text after the first space
19581 up to the next space or the end of the header.
19582 The default field number is zero, which stands for the entire line.
19583 There is also an optional third argument that is a list of field
19584 separators. It defaults to a space character.
19585 The example
19587 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19589 would cause the field separators to be any of colon, percent,
19590 or space (there is a space character between the percent and the
19591 right parenthesis).
19592 The first field runs from the start of the header value up to the first
19593 colon, percent, or space; the second goes from there to the next; and so on.
19594 In order to use a comma character as a field separator you must escape
19595 it by preceding it with a backslash (&#92;).
19596 The same is true of the backslash character itself.
19597 There is one further optional argument.
19598 It is an R or an L to specify right or left adjustment of the text
19599 within the field.
19600 The default is to left justify, however if you are displaying numbers
19601 you might prefer to right justify.
19603 Here's an example of a SpamAssassin header.
19604 The exact look of the header will vary, but if your incoming mail
19605 contains headers that look like the following
19607 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19609 you might want to display the hits value.
19610 The first field starts with the Y in Yes.
19611 To get what you're interested in you might use &quot;=&quot; and
19612 space as the field separators and display the third field, like
19614 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19616 or maybe you would break at the dot instead
19618 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19620 Another example we've seen has headers that look like
19622 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19624 Because there are two equals and a comma before the 7% and a comma
19625 after it, the token
19627 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19629 should display the probability (for example 7% or 83%) right justified
19630 in a 3-wide field.
19631 </DD>
19633 <DT>ARROW</DT>
19634 <DD>
19635 This gives an alternative way to display the current message in the
19636 MESSAGE INDEX screen.
19637 Usually the current message is indicated by the line being shown in
19638 reverse video.
19639 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19640 the current line will include an &quot;arrow&quot; that
19641 looks like
19643 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19645 in the ARROW token's field.
19646 For all of the non-current messages, the ARROW field will be filled
19647 with blanks.
19648 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19649 may be adjusted.
19650 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19651 For example, if you use ARROW(3) you will get
19653 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19655 and ARROW(1) will give you just
19657 <CENTER><SAMP>&gt;</SAMP></CENTER>
19659 It is also possible to set the color of the ARROW field.
19660 By default (and for non-current messages) the arrow is colored the same
19661 as the index line it is part of.
19662 You may set it to be another color with the 
19663 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19664 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19665 </DD>
19667 <DT>SCORE</DT>
19668 <DD>
19669 This gives the
19670 <a href="h_rules_score">score</a>
19671 of each message.
19672 This will be six columns wide to accomodate the widest possible score.
19673 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19674 to limit the width of the field to the widest score that
19675 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19676 If you have not defined any score rules the scores will all be zero.
19677 If any of your score rules contain AllText or BodyText patterns
19678 then including SCORE in the <!--#echo var="VAR_index-format"-->
19679 may slow down the display of the MESSAGE INDEX screen.
19680 </DD>
19681 </DL>
19684 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19686 <DL>
19687 <DT>CURNEWS</DT>
19688 <DD>
19689 This token represents the current newsgroup if there is one.
19690 For example, &quot;comp.mail.pine&quot;.
19691 </DD>
19693 <DT>MSGID</DT>
19694 <DD>
19695 This token represents the message ID of the message.
19696 This token does not work with Filter Rule folder names.
19697 </DD>
19699 <DT>CURDATE</DT>
19700 <DD>
19701 This token represents the current date.
19702 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19703 </DD>
19705 <DT>CURDATEISO</DT>
19706 <DD>
19707 This token represents the current date.
19708 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19709 </DD>
19711 <DT>CURDATEISOS</DT>
19712 <DD>
19713 This token represents the current date.
19714 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19715 </DD>
19717 <DT>CURPREFDATE</DT>
19718 <DD>
19719 This token represents the current date.
19720 It is your operating system's idea of the preferred date representation for the current locale.
19721 Internally it uses the %x version of the date from the strftime routine.
19722 </DD>
19724 <DT>CURPREFTIME</DT>
19725 <DD>
19726 This token represents the current time.
19727 It is the preferred time representation for the current locale.
19728 Internally it uses the %X version of the time from the strftime routine.
19729 </DD>
19731 <DT>CURPREFDATETIME</DT>
19732 <DD>
19733 This token represents the current date and time.
19734 It is the preferred date and time representation for the current locale.
19735 Internally it uses the %c version of the time from the strftime routine.
19736 </DD>
19738 <DT>CURTIME24</DT>
19739 <DD>
19740 This token represents the current time.
19741 It has the format HH:MM. For example, &quot;17:28&quot;.
19742 </DD>
19744 <DT>CURTIME12</DT>
19745 <DD>
19746 This token represents the current time.
19747 This time is for a 12 hour clock.
19748 It has the format HH:MMpm.
19749 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19750 </DD>
19752 <DT>CURDAY</DT>
19753 <DD>
19754 This token represents the current day of the month.
19755 For example, &quot;23&quot; or &quot;9&quot;.
19756 </DD>
19758 <DT>CURDAY2DIGIT</DT>
19759 <DD>
19760 This token represents the current day of the month.
19761 For example, &quot;23&quot; or &quot;09&quot;.
19762 It is always 2 digits.
19763 </DD>
19765 <DT>CURDAYOFWEEK</DT>
19766 <DD>
19767 This token represents the current day of the week.
19768 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19769 </DD>
19771 <DT>CURDAYOFWEEKABBREV</DT>
19772 <DD>
19773 This token represents the current day of the week.
19774 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19775 </DD>
19777 <DT>CURMONTH</DT>
19778 <DD>
19779 This token represents the current month.
19780 For example, &quot;10&quot; or &quot;9&quot;.
19781 </DD>
19783 <DT>CURMONTH2DIGIT</DT>
19784 <DD>
19785 This token represents the current month.
19786 For example, &quot;10&quot; or &quot;09&quot;.
19787 It is always 2 digits.
19788 </DD>
19790 <DT>CURMONTHLONG</DT>
19791 <DD>
19792 This token represents the current month.
19793 For example, &quot;October&quot;.
19794 </DD>
19796 <DT>CURMONTHABBREV</DT>
19797 <DD>
19798 This token represents the current month.
19799 For example, &quot;Oct&quot;.
19800 </DD>
19802 <DT>CURYEAR</DT>
19803 <DD>
19804 This token represents the current year.
19805 For example, &quot;1998&quot; or &quot;2001&quot;.
19806 </DD>
19808 <DT>CURYEAR2DIGIT</DT>
19809 <DD>
19810 This token represents the current year.
19811 For example, &quot;98&quot; or &quot;01&quot;.
19812 It is always 2 digits.
19813 </DD>
19815 <DT>LASTMONTH</DT>
19816 <DD>
19817 This token represents last month.
19818 For example, if this is November (the 11th month),
19819 it is equal to &quot;10&quot; or if this is October (the 10th month),
19820 it is &quot;9&quot;.
19821 It is possible that this and the other tokens beginning with LASTMONTH
19822 below could be useful when used with a Filtering Rule that
19823 has the &quot;Beginning of Month&quot; option set.
19824 </DD>
19826 <DT>LASTMONTH2DIGIT</DT>
19827 <DD>
19828 This token represents last month.
19829 For example, if this is November (the 11th month),
19830 it is equal to &quot;10&quot; or if this is October (the 10th month),
19831 it is &quot;09&quot;.
19832 It is always 2 digits.
19833 </DD>
19835 <DT>LASTMONTHLONG</DT>
19836 <DD>
19837 This token represents last month.
19838 For example, if this is November the value is &quot;October&quot;.
19839 </DD>
19841 <DT>LASTMONTHABBREV</DT>
19842 <DD>
19843 This token represents last month.
19844 For example, if this is November the value is &quot;Oct&quot;.
19845 </DD>
19847 <DT>LASTMONTHYEAR</DT>
19848 <DD>
19849 This token represents what the year was a month ago.
19850 For example, if this is October, 1998, it is &quot;1998&quot;.
19851 If this is January, 1998, it is &quot;1997&quot;.
19852 </DD>
19854 <DT>LASTMONTHYEAR2DIGIT</DT>
19855 <DD>
19856 This token represents what the year was a month ago.
19857 For example, if this is October, 1998, it is &quot;98&quot;.
19858 If this is January, 1998, it is &quot;97&quot;.
19859 </DD>
19861 <DT>LASTYEAR</DT>
19862 <DD>
19863 This token represents last year.
19864 For example, if this is 1998, it equals &quot;1997&quot;.
19865 It is possible that this
19866 could be useful when used with a Filtering Rule that
19867 has the &quot;Beginning of Year&quot; option set.
19868 </DD>
19870 <DT>LASTYEAR2DIGIT</DT>
19871 <DD>
19872 This token represents last year.
19873 For example, if this is 1998, it equals &quot;97&quot;.
19874 It is always 2 digits.
19875 </DD>
19877 <DT>ROLENICK</DT>
19878 <DD>
19879 This token represents the nickname of the
19880 role currently being used.  If no role is being used,
19881 then no text will be printed for this token.
19882 This token does not work with Filter Rule folder names.
19883 </DD>
19884 </DL>
19887 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19888 See the help for the
19889 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19890 to see why you might want to use this.
19891 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19892 must be surrounded by underscores when used.
19894 <DL>
19895 <DT>NEWLINE</DT>
19896 <DD>
19897 This is an end of line marker.
19898 </DD>
19899 </DL>
19902 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19904 <DL>
19905 <DT>CURSORPOS</DT>
19906 <DD>
19907 This token is different from the others.
19908 When it is replaced it is replaced with nothing, but it sets an Alpine
19909 internal variable that tells the composer to start with the cursor
19910 positioned at the position where this token was.
19911 If both the template file and the signature file contain
19912 a &quot;CURSORPOS&quot; token, then the position in the template file
19913 is used.
19914 If there is a template file and neither it nor the signature file contains
19915 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19916 after the end of the contents of the
19917 template file when the composer starts up.
19918 </DD>
19919 </DL>
19922 &lt;End of help on this topic&gt;
19923 </BODY>
19924 </HTML>
19925 ======= h_reply_token_conditionals =======
19926 <HTML>
19927 <HEAD>
19928 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19929 </HEAD>
19930 <BODY>
19931 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19933 Conditional text inclusion may be used with
19934 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19935 in signature files, and in template files used in
19936 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19937 It may <EM>not</EM> be used with the
19938 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19941 There is a limited if-else capability for including text.
19942 The if-else condition is based
19943 on whether or not a given token would result in replacement text you
19944 specify.
19945 The syntax of this conditional inclusion is
19947 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19949 The left parenthesis must follow the underscore immediately, with no
19950 intervening space.
19951 It means the token is expanded and the results of that expansion are
19952 compared against the &quot;match_this&quot; argument.
19953 If there is an exact match, then the &quot;if_matched&quot; text is used
19954 as the replacement text.
19955 Otherwise, the &quot;if_not_matched&quot; text is used.
19956 One of the most useful values for the &quot;match_this&quot; argument is
19957 the empty string, &quot;&quot;.
19958 In that case the expansion is compared against the empty string.
19960 Here's an example to make it clearer.
19961 This text could be included in one of your template files:
19963 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19965 If that is included in a template file that you are using while replying
19966 to a message (because you chose to use the role it was part of),
19967 and that message has a newsgroup header and a newsgroup in that header,
19968 then the text
19970 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19972 will be included in the message you are about to compose.
19973 On the other hand, if the message you are replying to does not have
19974 a newsgroup, then the text
19976 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19978 would be included instead.
19979 This would also work in signature files and in
19980 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19981 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19982 or &quot;if_not_matched&quot; arguments contain
19983 spaces, parentheses, or commas;
19984 they have to be quoted with double quotation marks (like in the example
19985 above).
19986 If you want to include a literal quote (&quot;) in the text you must escape the
19987 quote by preceding it with a backslash (&#92;) character.
19988 If you want to include a literal backslash character you must escape it
19989 by preceding it with another backslash.
19991 The comma followed by &quot;if_not_matched&quot; is optional.
19992 If there is no &quot;if_not_matched&quot;
19993 present then no text is included if the not_matched case is true.
19994 Here's another example:
19996 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19998 Here you can see that tokens may appear in the arguments.
19999 The same is true for tokens with the conditional parentheses.
20000 They may appear in arguments,
20001 though you do have to be careful to get the quoting and escaping of
20002 nested double quotes correct.
20003 If this was in the signature file being used and you were replying to a message
20004 sent to comp.mail.pine the resulting text would be:
20006 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20008 If you were replying to a message that wasn't sent to any newsgroup the
20009 resulting text would be a single blank line.
20010 The reason you'd get a blank line is because the end of the line is
20011 outside of the conditional, so is always included.
20012 If you wanted to get rid of that blank line you could do so by moving
20013 the end of line inside the conditional.
20014 In other words, it's ok to have multi-line
20015 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20016 template file.
20017 The text just continues until the next double quotation, even if it's not
20018 on the same line.
20020 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20022 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20024 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20025 while reading the newsgroup comp.mail.pine the resulting text would be:
20027 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20029 If you were replying to a message while reading an email folder instead
20030 of a newsgroup the resulting leadin text would be
20032 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20034 Here's one more (contrived) example illustrating a matching argument
20035 that is not the empty string.
20037 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20039 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20040 were replying to
20041 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20042 would be
20044 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20046 But if you were replying to a message sent on Oct. 27 (and that wasn't
20047 today) you would get
20049 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20052 &lt;End of help on this topic&gt;
20053 </BODY>
20054 </HTML>
20055 ======= h_composer_cntxt_nick =======
20056 <HTML>
20057 <HEAD>
20058 <TITLE>Collection Nickname Explained</TITLE>
20059 </HEAD>
20060 <BODY>
20061 <H1>Collection Edit Help -- Nickname Field</H1>
20063 This field is provided so you can add a short nickname to use when
20064 referring to this collection within Alpine.  Spaces are allowed, and
20065 you don't need to use double-quotes.  However, the double-quote
20066 character is not allowed.
20068 Look <A HREF="h_edit_nav_cmds">here</A>
20069 to see the available Editing and Navigation commands.
20071 &lt;End of help on this topic&gt;
20072 </BODY>
20073 </HTML>
20074 ======= h_folder_server_syntax =======
20075 <HTML>
20076 <HEAD>
20077 <TITLE>Server Name Syntax</TITLE>
20078 </HEAD>
20079 <BODY>
20080 <H1>Server Name Syntax</H1>
20082 This help describes the syntax that may be used for server names
20083 that may be associated with remote folders or SMTP servers.
20086 A server name is the hostname of the server.
20087 It's a good idea to use the host's fully-qualified network name.
20090 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20093 However, IP addresses are allowed if surrounded
20094 with square-brackets.
20097 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20100 An optional network port number may be supplied by appending
20101 a colon (:) followed by the port number
20102 to the server name.
20103 By default, the IMAP port number, 143, is used.
20106 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20109 Besides server name and optional port number, various other optional
20110 parameters may be supplied that alter Alpine's interaction with the server.
20111 A parameter is supplied by appending a slash (/) character followed by
20112 the parameter's name and,
20113 depending on the particular parameter, the value assigned to that
20114 name, to the server name (and optional port number).
20115 Parameter names are <EM>not</EM> case sensitive.
20116 Currently supported parameters include:
20118 <DL>
20120 <DT>User</DT>
20121 <DD>This parameter requires an associated value, and is intended to
20122 provide the username identifier with which to establish the server
20123 connection.
20124 If your SMTP server offers SMTP AUTH authentication, adding this 
20125 parameter to the
20126 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20127 option will cause Alpine to attempt to authenticate to the server using the
20128 supplied username.
20129 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20130 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20131 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20132 option (or to the server name for any folder collection using NNTP)
20133 will cause Alpine to attempt
20134 to authenticate to the server using the supplied username.
20135 An example might be:
20138 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20141 </DD>
20143 <DT>TLS</DT>
20144 <DD>
20145 Normally, when a new connection is made an attempt is made to 
20146 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20147 If that fails then a non-encrypted connection will be attempted instead.
20148 This is a unary parameter indicating communication with the server must 
20149 take place over a TLS connection. If the attempt to use TLS fails then
20150 this parameter will cause the connection to fail instead of falling
20151 back to an unsecure connection.
20154 <CENTER><SAMP>/tls</SAMP></CENTER>
20157 </DD>
20159 <DT>SSL</DT>
20160 <DD>
20161 This is a unary parameter indicating communication with the server should 
20162 take place over a Secure Socket Layer connection.  The server must support
20163 this method, and be prepared to accept connections on the appropriate
20164 port (993 by default).
20165 Alpine must be linked with an SSL library for this option to be operational.
20168 <CENTER><SAMP>/ssl</SAMP></CENTER>
20171 </DD>
20173 <DT>TLS1</DT>
20174 <DD>
20175 This parameter indicates that the connection to the server will be made
20176 over the SSL port, but using the TLSv1 protocol, instead of the usual
20177 SSLv3 or SSLv2 protocols.
20178 Alpine must be linked with an SSL library for this option to be operational.
20181 <CENTER><SAMP>/tls1</SAMP></CENTER>
20184 </DD>
20186 <DT>DTLS1</DT>
20187 <DD>
20188 This parameter indicates that the connection to the server will be made
20189 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20190 SSLv3 or SSLv2 protocols.
20191 Alpine must be linked with an SSL library for this option to be operational.
20194 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20197 </DD>
20199 <DT>TLS1_1</DT>
20200 <DD>
20201 This parameter indicates that the connection to the server will be made
20202 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20203 SSLv3 or SSLv2 protocols.
20204 Alpine must be linked with an SSL library for this option to be operational.
20207 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20210 </DD>
20212 <DT>TLS1_2</DT>
20213 <DD>
20214 This parameter indicates that the connection to the server will be made
20215 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20216 SSLv3 or SSLv2 protocols.
20217 Alpine must be linked with an SSL library for this option to be operational.
20220 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20223 </DD>
20226 <DT>NoValidate-Cert</DT>
20227 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20228 This is needed if the server uses self-signed certificates or if Alpine
20229 cannot validate the certificate for some other known reason.
20231 </DD>
20233 <DT>Anonymous</DT>
20234 <DD>This is a unary parameter (that means it does not have a value)
20235 indicating that the connection be logged in as
20236 &quot;anonymous&quot; rather than a specific user.
20237 Not all servers offer anonymous
20238 access; those which do generally only offer read-only access to certain
20239 &quot;public&quot; folders.
20242 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20245 </DD>
20247 <DT>Secure</DT>
20248 <DD>This is a unary parameter indicating that the connection use the
20249 most secure authentication method mutually supported by Alpine and the
20250 server.
20251 Alpine is capable of authenticating connections to 
20252 the server using several methods.
20253 By default, Alpine will attempt each
20254 method until either a connection is established or the
20255 list of methods is exhausted.
20256 This parameter causes Alpine to instead fail 
20257 the connection if the first (generally most &quot;secure&quot;) method fails.
20260 <CENTER><SAMP>/secure</SAMP></CENTER>
20263 </DD>
20265 <DT>Submit</DT>
20266 <DD>This is a unary parameter for use with the
20267 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20268 It indicates that the connection should be made to the Submit server
20269 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20270 (port 587) instead of the SMTP port (25).
20271 At the time this help was written the submit option was equivalent to
20272 specifying port 587.
20275 <CENTER><SAMP>/submit</SAMP></CENTER>
20279 <CENTER><SAMP>host:587</SAMP></CENTER>
20282 </DD>
20284 <DT>Debug</DT>
20285 <DD>This is a unary parameter indicating that the connection be established
20286 in a verbose mode.  Basically, it causes Alpine to log the communication with
20287 the server in Alpine's debug file.
20288 Normally, the pine -d command-line flag would be used instead.
20290 </DD>
20292 <DT>NoRsh</DT>
20293 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20294 the UNIX remote shell program.
20295 Including &quot;NoRsh&quot; will cause connections to this server to skip
20296 the &quot;rsh&quot; attempt.
20297 This might be useful to avoid long timeouts caused by rsh firewalls, for
20298 example.
20300 </DD>
20302 <DT>Loser</DT>
20303 <DD>This option makes sense only for IMAP servers that do not perform
20304 a SEARCH command correctly. If your filtering rules
20305 fail to filter some messages, that should have been filtered, then this
20306 option will make Alpine download all data necessary to perform that search.
20307 There is a performance penalty when using this option. Downloading the
20308 data to perfom the search will take longer than requesting the IMAP
20309 server to perform the filtering, but the filtering will be done correctly.
20311 </DD>
20314 <DT>Service</DT>
20315 <DD>This parameter requires an associated value.  The default value is
20316 &quot;IMAP&quot; which indicates communication with the server based
20317 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20318 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20320 Other service values include:
20321  <DL>
20322  <DT>NNTP</DT>
20323  <DD>This value indicates communication with the server takes place via
20324 the Network News Transfer Protocol.  Use this to define a collection
20325 of newsgroups on a remote news server.  So
20328 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20330 or just
20332 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20335 is the way to specify NNTP access.
20337  </DD>
20339  <DT>POP3</DT>
20340  <DD>This value indicates communication with the server takes place via the
20341 Post Office Protocol 3 protocol.
20344 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20346 or just
20348 <CENTER><SAMP>/POP3</SAMP></CENTER>
20351 Note that there are several important issues
20352 to consider when selecting this option:
20353 <OL>
20354  <LI> POP3 provides access to only your INBOX.  In other words,
20355 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20356  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20357 model and will leave your mail on the server. Refer to the
20358 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20359  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20360 </OL>
20361 </DD>
20362 </DL>
20363 </DL>
20366 Note that it is possible to include more than one parameter in a server
20367 specification by concatenating the parameters. For example:
20370 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20374 &lt;End of help on this topic&gt;
20375 </BODY>
20376 </HTML>
20377 ======= h_composer_cntxt_server =======
20378 <HTML>
20379 <HEAD>
20380 <TITLE>Collection Server: Explained</TITLE>
20381 </HEAD>
20382 <BODY>
20383 <H1>Collection Edit Help -- Server Field</H1>
20385 This collection's &quot;Server:&quot; definition indicates the
20386 hostname of the server providing access to the folders in this
20387 collection.
20388 The syntax of this server name is the same as for other server names used
20389 in remote folder names in
20390 Alpine and is described
20391 <A HREF="h_folder_server_syntax">here</A>.
20394 &lt;End of help on this topic&gt;
20395 </BODY>
20396 </HTML>
20397 ======= h_composer_cntxt_path =======
20398 <HTML>
20399 <HEAD>
20400 <TITLE>Collection Path: Explained</TITLE>
20401 </HEAD>
20402 <BODY>
20403 <H1>Collection Edit Help -- Path Field</H1>
20405 The collection's &quot;Path:&quot; definition indicates the location
20406 of the folders in this collection.  If the path or any of its components
20407 do not exist, Alpine will prompt you for their creation when exiting the
20408 Add/Change screen.
20410 <P> 
20411 By default the path is interpreted as defining a section of your personal
20412 folder area.  This area and how you specify it are defined by the
20413 server, if one is specified in the collection, or, typically, the home
20414 directory if no server is defined.
20417 To define a collection outside the default &quot;area&quot;, prefix
20418 the path with the &quot;namespace&quot; to use when interpreting the
20419 given path.  If a namespace is specified, the Path begins with the
20420 sharp, &quot;#&quot;, character followed by the name of the namespace
20421 and then the namespace's path-element-delimiter.  Aside from the
20422 path's format, namespaces can also imply access rights, content
20423 policy, audience, location, and, occasionally, access methods.
20426 Each server exports its own set (possibly of size one) of 
20427 namespaces.  Hence, it's likely communication with your server's
20428 administrator will be required for specific configurations.  Some of
20429 the more common namespaces, however, include:
20431 <DL>
20432 <DT>#news.</DT>
20433 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20434 names are hierarchically defined with each level delimited by a period.
20435 </DD>
20436 <DT>#public/</DT>
20437 <DD>This specifies a folder area that the server may export to the general
20438 public.
20439 </DD>
20440 <DT>#shared/</DT>
20441 <DD>This specifies a folder area that the folder may export to groups
20442 of users.
20443 </DD>
20444 <DT>#ftp/</DT>
20445 <DD>This specifies a folder area that is the same as that it may have 
20446 exported via the &quot;File Transfer Protocol&quot;.
20447 </DD>
20448 <DT>#mh/</DT>
20449 <DD>This specifies the personal folder area associated with folders
20450 and directories that were created using the MH message handling system.
20451 </DD>
20452 </DL>
20455 In addition, the server may support access to other user's folders,
20456 provided you have suitable permissions.  Common methods use a prefix
20457 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20458 indicate the root of the other user's folder area.
20461 No, nothing's simple.
20464 &lt;End of help on this topic&gt;
20465 </BODY>
20466 </HTML>
20467 ======= h_composer_cntxt_view =======
20468 <HTML>
20469 <HEAD>
20470 <TITLE>Collection View: Explained</TITLE>
20471 </HEAD>
20472 <BODY>
20473 <H1>Collection Edit Help -- View Field</H1>
20475 The collection's &quot;View:&quot; definition provides a way to limit
20476 the displayed list of folders within a collection.  By default, only
20477 folders that contain the specified characters anywhere in their name
20478 are shown in the collection's folder list.
20481 Additionally, you can use a wildcard character to better control
20482 the list of folders selected for display.  The wildcard specifier is
20483 the star, &quot;*&quot;, character.
20486 So, for example, to define a collection of all folders ending with
20487 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20488 quote characters!).  Or, similarly, to define a collection of folders
20489 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20490 specify a view of &quot;a*z&quot;.
20493 &lt;End of help on this topic&gt;
20494 </BODY>
20495 </HTML>
20496 ======= h_composer_abook_add_server =======
20497 <HTML>
20498 <HEAD>
20499 <TITLE>Addressbook Server Name Field Explained</TITLE>
20500 </HEAD>
20501 <BODY>
20502 This field should be left blank if the address book is stored in a regular
20503 file on this system.  If it is a remote address book stored on an IMAP
20504 server then this is the name of that IMAP server.
20506 Look <A HREF="h_edit_nav_cmds">here</A>
20507 to see the available Editing and Navigation commands.
20509 &lt;End of help on this topic&gt;
20510 </BODY>
20511 </HTML>
20512 ======= h_composer_abook_add_folder =======
20513 <HTML>
20514 <HEAD>
20515 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20516 </HEAD>
20517 <BODY>
20518 For a remote address book (one for which the Server Name is filled in)
20519 this is the name of a folder on the remote server. The address book data
20520 will be stored in this folder. This folder should be used only for
20521 storing this single address book, not for other address books or for
20522 other messages.
20524 For a local address book (one for which the Server Name is not filled in)
20525 this is the name of a file in which the address book will be stored.
20526 The file is in the same directory as the Alpine configuration file if the
20527 configuration file is local.
20528 If the configuration file is remote, then this will be in the home directory
20529 for Unix Alpine and in the directory specified by the
20530 &quot;-aux local_directory&quot; command line argument.
20532 Look <A HREF="h_edit_nav_cmds">here</A>
20533 to see the available Editing and Navigation commands.
20535 &lt;End of help on this topic&gt;
20536 </BODY>
20537 </HTML>
20538 ======= h_composer_abook_add_nick =======
20539 <HTML>
20540 <HEAD>
20541 <TITLE>Addressbook NickName Field Explained</TITLE>
20542 </HEAD>
20543 <BODY>
20544 This is just an optional nickname for this address book. If present, it
20545 is used in some of the displays and error messages in the address book
20546 maintenance screens. It is for your convenience only and serves no
20547 other purpose.
20549 Look <A HREF="h_edit_nav_cmds">here</A>
20550 to see the available Editing and Navigation commands.
20552 &lt;End of help on this topic&gt;
20553 </BODY>
20554 </HTML>
20555 ======= h_composer_qserv_cn =======
20556 <HTML>
20557 <HEAD>
20558 <TITLE>Directory Query Form Explained</TITLE>
20559 </HEAD>
20560 <BODY>
20562 Fill in as many of these fields as you wish to narrow down your
20563 search. All the fields you fill in must match in order for an entry
20564 to be returned. You may use the wildcard character &quot;*&quot; in
20565 any of the fields, it matches any zero or more characters at that
20566 point in the string. There are no implicit wildcards, so the match is
20567 exact unless you include wildcards.
20570 Note that if an attribute isn't present at all, then the match will fail.
20571 For example, if a server doesn't support the Locality attribute, then no
20572 matter what you put in the Locality field (other than leaving it empty)
20573 the search will fail.
20576 This field, the Common Name field, is typically a person's full name.
20579 <H1>EDITING and NAVIGATION COMMANDS</H1>
20580 <!--chtml if pinemode="function_key"-->
20581 <PRE>
20582 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20583 ^B (Left Arrow)    Back character       | ^D       Delete current character
20584 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20585 ^P (Up Arrow)      Previous line        |
20586 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20587 ^A                 Beginning of line    |            delete current line
20588 ^E                 End of line          | F10      Undelete line(s)
20589 F7                 Previous page        |
20590 F8                 Next page            |-------------------------------------
20591 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20592 ----------------------------------------|
20593 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20594 F2   Cancel      |   F1    Get help     |
20595 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20596 </PRE>
20597 <!--chtml else-->
20598 <PRE>
20599 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20600 ^B (Left Arrow)    Back character       | ^D       Delete current character
20601 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20602 ^P (Up Arrow)      Previous line        |
20603 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20604 ^A                 Beginning of line    |            delete current line
20605 ^E                 End of line          | ^U       Undelete line(s)
20606 ^Y                 Previous page        |
20607 ^V                 Next page            |-------------------------------------
20608 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20609 ----------------------------------------|
20610 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20611 ^C   Cancel      |   ^G    Get help     |
20612 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20613 </PRE>
20614 <!--chtml endif-->
20615 <P><UL>
20616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20617 </UL><P>
20618 &lt;End of help on this topic&gt;
20619 </BODY>
20620 </HTML>
20621 ======= h_composer_qserv_sn =======
20623 The Surname is usually the family name of a person.
20625 <End of help on this topic>
20626 ======= h_composer_qserv_gn =======
20628 This is the part of a person's name that isn't the surname or initials.
20630 <End of help on this topic>
20631 ======= h_composer_qserv_mail =======
20633 This is the email address of a person.
20635 <End of help on this topic>
20636 ======= h_composer_qserv_org =======
20638 This is the organization a person belongs to.
20640 <End of help on this topic>
20641 ======= h_composer_qserv_unit =======
20643 This is the organizational unit a person belongs to.
20645 <End of help on this topic>
20646 ======= h_composer_qserv_country =======
20648 This is the country a person belongs to.
20650 <End of help on this topic>
20651 ======= h_composer_qserv_state =======
20653 This is the state a person belongs to.
20655 <End of help on this topic>
20656 ======= h_composer_qserv_locality =======
20658 This is the locality a person belongs to.
20660 <End of help on this topic>
20661 ======= h_composer_qserv_custom =======
20663 This one is for advanced users only! If you put something in this field,
20664 then the rest of the fields are ignored.
20666 This field may be set to the string representation of an LDAP search
20667 filter (see RFC1960). Here are some examples:
20669 To search for an entry with a surname equal to "clinton" you could set
20670 the custom filter to:
20672      (sn=clinton)
20673     
20674 This is equivalent to putting "clinton" in the SurName field.
20675 To search for an entry that has a surname that begins with "clint" and
20676 has a givenname equal to "william" you could use:
20678      (&(sn=clint*)(givenname=william))
20679     
20680 This is equivalent to setting the SurName field to "clint*" and the
20681 GivenName field to "william".
20682 To search for an entry where either the common name OR the email address
20683 contains "abcde" you could use:
20685      (|(cn=*abcde*)(mail=*abcde*))
20687 That isn't equivalent to anything you can do by setting the other fields
20688 because of the OR.
20690 <End of help on this topic>
20691 ======= h_composer_qserv_qq =======
20693 This one is a little different from the rest of the categories.  It causes
20694 a search to be formed from the configured search filter that you filled
20695 in when you added the directory server to your configuration. It can also
20696 be combined with the other fields if you'd like.
20698 <End of help on this topic>
20699 ======= h_address_format =======
20700 <HTML>
20701 <HEAD>
20702 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20703 </HEAD>
20704 <BODY>
20705 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20707 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20708 and then a domain, with no spaces.  
20709 For example, jsmith@art.example.com might be the email address
20710 of a person  
20711 with the username &quot;jsmith&quot; who has an account in the domain
20712 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20713 right of the &quot;@&quot; sign can vary - a shorter example would be 
20714 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20715 organization's domain is specified after the &quot;@&quot; sign); a longer 
20716 example would be 
20717  jsingh@shakti.edutech.example.com
20718 (here, the name of the host &quot;shakti&quot; in the domain 
20719 edutech.example.com is also specified).  
20720 <P>  
20721 If you do not know the exact email address of someone you want to write 
20722 to, ask them what it is using other means of communication than email; or 
20723 use the tools for 
20724 finding people's addresses that are available on the Internet.
20726 If you are sending to someone on the same system as you are, you can leave
20727 the &quot;@&quot; sign and all the information to its right off of the 
20728 address, and Alpine will fill it in automatically, 
20729 unless the feature 
20730 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20733 When an email address you send a message to is not reachable -- either because 
20734 it is simply an incorrect address, or because email can temporarily not be 
20735 delivered to it due to a technical problem on the way to or at the recipient's 
20736 end -- you will almost always get an error notification email message back.
20738 If you encounter problems with, or have questions about, email delivery or
20739 email address syntax, contact your local network computing consultants.
20740 <P><UL>
20741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20742 </UL>
20744 &lt;End of help on this topic&gt;
20745 </BODY>
20746 </HTML>
20747 ======= h_flag_user_flag =======
20748 <HTML>
20749 <HEAD>
20750 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20751 </HEAD>
20752 <BODY>
20753 <H1>STATUS FLAG: User Defined Keyword</h1>
20755 This is a keyword that is defined for this folder.
20756 It was most likely defined by the owner of the folder.
20757 Alpine will not set or clear this flag on its own.
20759 <P><UL>
20760 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20761 </UL><P>
20762 &lt;End of help on this topic&gt;
20763 </BODY>
20764 </HTML>
20765 ======= h_flag_important =======
20766 <html>
20767 <title>STATUS FLAG: Important</title>
20768 <body>
20769 <h1>STATUS FLAG: Important</h1>
20772 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20773 MESSAGE&nbsp;INDEX
20774 screen, can only be set by the user, and is intended to be used in
20775 whatever fashion makes sense to you.  You are the only one that can set or
20776 clear it. 
20779 &lt;End of help on this topic&gt;
20780 </BODY>
20781 </HTML>
20782 ======= h_flag_new =======
20783 <html>
20784 <title>STATUS FLAG: New</title>
20785 <body>
20786 <h1>STATUS FLAG: New</h1>
20789 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20790 MESSAGE&nbsp;INDEX screen,
20791 is automatically set when messages are delivered to your Inbox (or other
20792 folder specified outside of Alpine).  Likewise, it is cleared automatically
20793 the first time you read the message it is associated with.
20796 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20797 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20798 you'd like to be reminded of it next time you read mail.  This can be done
20799 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20803 &lt;End of help on this topic&gt;
20804 </BODY>
20805 </HTML>
20806 ======= h_flag_answered =======
20807 <html>
20808 <title>STATUS FLAG: Answered</title>
20809 <body>
20810 <h1>STATUS FLAG: Answered</h1>
20812 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20813 MESSAGE&nbsp;INDEX
20814 screen, is automatically set when you reply to a message.  This flag is not
20815 automatically cleared.
20818 &lt;End of help on this topic&gt;
20819 </BODY>
20820 </HTML>
20821 ======= h_flag_forwarded =======
20822 <html>
20823 <title>STATUS FLAG: Forwarded</title>
20824 <body>
20825 <h1>STATUS FLAG: Forwarded</h1>
20827 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20828 MESSAGE&nbsp;INDEX
20829 screen, is automatically set when you forward a message.  This flag is not
20830 automatically cleared.
20833 &lt;End of help on this topic&gt;
20834 </BODY>
20835 </HTML>
20836 ======= h_flag_deleted =======
20837 <html>
20838 <title>STATUS FLAG: Deleted</title>
20839 <body>
20840 <h1>STATUS FLAG: Deleted</h1>
20842 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20843 MESSAGE&nbsp;INDEX
20844 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20845 It is cleared
20846 when you use the &quot;U&nbsp;Undelete&quot; command.
20849 Messages marked with this flag will be permanently removed from
20850 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20851 command, or
20852 when you indicate acceptance of their removal upon leaving the folder.
20855 Note, there can be other actions implicit in the
20856 &quot;D&nbsp;Delete&quot; command,
20857 such as advancing to the next message, that may be momentarily undesirable.
20858 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20859 flag <A HREF="h_common_flag">explicitly</A>.
20862 &lt;End of help on this topic&gt;
20863 </BODY>
20864 </HTML>
20865 ====== h_config_incoming_timeo ======
20866 <HTML>
20867 <HEAD>
20868 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20869 </HEAD>
20870 <BODY>
20871 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20873 This option has no effect unless the feature
20874 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20875 is set, which in turn has no effect unless
20876 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20877 is set.
20879 Sets the time in seconds that Alpine will
20880 attempt to open a network connection used for monitoring for Unseen
20881 messages in Incoming Folders. The default is 5.
20882 If a connection has not completed within this many seconds Alpine will
20883 give up and consider it a failed connection.
20885 <UL>   
20886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20887 </UL><P>
20888 &lt;End of help on this topic&gt;
20889 </BODY>
20890 </HTML>
20891 ====== h_config_psleep ======
20892 <HTML>
20893 <HEAD>
20894 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20895 </HEAD>
20896 <BODY>
20897 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20900 In the good old days a mailcap viewer was used to examine an 
20901 attachment before saving it, and after viewing the attachment control 
20902 would return to the operating system when the viewer was closed. Therefore, 
20903 when the mailcap viewer returned control to the operating system, it 
20904 could be assumed that the user who opened the attachment was done
20905 examining it, and the copy of the attachment that was used, could be removed.
20908 However, today this assumption is not longer valid. Some viewers return 
20909 control to the operating system before they actually read the attachment
20910 to be examined. This causes Alpine to delete the attachment before it 
20911 is read by the viewer, causing the viewer to fail opening the attachment.
20914 In order to work around this problem, Alpine checks, after the viewer has 
20915 returned control to the operating system, if there is any process that is 
20916 using the attachment. This variable controls the number of seconds that 
20917 must elapse between checks. Once it is found that no process is using the 
20918 attachment, this is removed.
20921 The minimum value for this variable is 60 (checks will be made once per 
20922 minute), and the maximum value is 600 (checks will be made once every 10 
20923 minutes). The default value is 60.
20926 <UL>   
20927 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20928 </UL><P>
20929 &lt;End of help on this topic&gt;
20930 </BODY>
20931 </HTML>
20932 ====== h_config_incoming_interv ======
20933 <HTML>
20934 <HEAD>
20935 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20936 </HEAD>
20937 <BODY>
20938 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20940 This option has no effect unless the feature
20941 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20942 is set, which in turn has no effect unless
20943 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20944 is set.
20946 This option specifies, in seconds, how often Alpine will check
20947 for new mail and state changes in Incoming Folders when Incoming Folders
20948 Checking is turned on.
20949 The default is 3 minutes (180).
20950 This value applies only to folders that are local to the system that
20951 Alpine is running on or that are accessed using the IMAP protocol.
20952 The similar option
20953 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20954 applies to all other monitored folders.
20956 <UL>   
20957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20958 </UL><P>
20959 &lt;End of help on this topic&gt;
20960 </BODY>
20961 </HTML>
20962 ====== h_config_incoming_second_interv ======
20963 <HTML>
20964 <HEAD>
20965 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20966 </HEAD>
20967 <BODY>
20968 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20970 This option has no effect unless the feature
20971 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20972 is set, which in turn has no effect unless
20973 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20974 is set.
20976 This option together with the option
20977 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20978 specifies, in seconds, how often Alpine will check
20979 for new mail and state changes in Incoming Folders when Incoming Folders
20980 Checking is turned on.
20981 The default for this option is 3 minutes (180).
20982 For folders that are local to this system or
20983 that are accessed using the IMAP protocol
20984 the value of the option
20985 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20986 is used.
20987 For all other monitored folders, the value of this option is used.
20989 The reason there are two separate options is because it is usually
20990 less expensive to check local and IMAP folders than it is to check
20991 other types, like POP or NNTP folders.
20992 You may want to set this secondary value to a higher number than
20993 the primary check interval.
20995 <UL>   
20996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20997 </UL><P>
20998 &lt;End of help on this topic&gt;
20999 </BODY>
21000 </HTML>
21001 ====== h_config_incoming_list ======
21002 <HTML>
21003 <HEAD>
21004 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21005 </HEAD>
21006 <BODY>
21007 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21009 This option has no effect unless the feature
21010 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21011 is set, which in turn has no effect unless
21012 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21013 is set.
21015 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21016 normally monitor all Incoming Folders.
21017 You may use this option to restrict the list of monitored folders to a
21018 subset of all Incoming Folders.
21020 <UL>   
21021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21022 </UL><P>
21023 &lt;End of help on this topic&gt;
21024 </BODY>
21025 </HTML>
21026 ====== h_config_pers_name ======
21027 <HTML>
21028 <HEAD>
21029 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21030 </HEAD>
21031 <BODY>
21032 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21034 This value is used to determine the full name part of the "From" address
21035 on messages you send.
21036 <!--chtml if pinemode="os_windows"-->
21037  PC-Alpine requires that this be set in order to properly construct the "From" address.
21038 <!--chtml else-->
21039  If unset, Unix Alpine will obtain your full name from
21040  the system password file. PC-Alpine, on the other hand, requires that this be set.
21041 <!--chtml endif-->
21043 If you want to change the value of what gets included in the From header
21044 in messages you send (other than just the Personal Name)
21045 look <A HREF="h_config_change_your_from">here</A> for a description.
21046 <P><UL>
21047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21048 </UL><P>
21049 &lt;End of help on this topic&gt;
21050 </BODY>
21051 </HTML>
21052 ====== h_config_pruned_folders ======
21053 <html>
21054 <header>
21055 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21056 </header>
21057 <body>
21058 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21060 This variable allows you to define a list of one or more folders that
21061 Alpine will offer to prune for you in the same way it automatically offers
21062 to prune your "sent-mail" folder each month.
21063 Each folder in this list must be a folder in your default folder collection
21064 (the first folder collection if you have more than one), and it is just
21065 the relative name of the folder in the collection, not the fully-qualified name.
21066 It is similar to sent-mail.
21067 Instead of something like
21069 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21071 the correct value to use would be
21073 <CENTER><SAMP>folder</SAMP></CENTER>
21075 There is an assumption here that your first collection is the folders in
21077 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21080 Once a month, for each folder listed, Alpine will offer to move
21081 the contents of the folder to a new folder of the same name but with
21082 the previous month's date appended.  Alpine will then look for any such
21083 date-appended folder names created for a previous month, and offer each
21084 one it finds for deletion.
21087 If you decline the first offer, no mail is moved and no new folder is
21088 created.
21091 The new folders will be created
21092 in your default folder collection.
21095 <UL>   
21096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21097 </UL><P>
21098 &lt;End of help on this topic&gt;
21099 </body>
21100 </html>
21101 ====== h_config_upload_cmd ======
21102 <HTML>
21103 <HEAD>
21104 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21105 </HEAD>
21106 <BODY>
21107 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21109 This option affects the behavior of the Composer's &quot;Read File&quot; 
21110 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21111 commands.  It specifies
21112 a Unix program name, and any necessary command line arguments, that Alpine can
21113 use to transfer files from your personal computer into messages that you are
21114 composing.<P>
21116 <B>Note:</B> this facility is intended for use with serial line transfer 
21117 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21118 to work with TCP/IP file transfer programs such as ftp.<P>
21120 If a program is specified, the commands listed above are modified to offer a
21121 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21122 specified here must match the transfer program or protocol available on the
21123 personal computer.<P>
21125 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21126 the specified upload program finishes, Alpine expects the uploaded data to be
21127 contained in this file.<P>
21129 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21130 generates a
21131 temporary file name that it will pass to the specified Unix program.  Alpine
21132 will read the resulting uploaded text from this file and then delete it when
21133 the upload command is finished.<P>
21135 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21136 prompt
21137 you for the name of the file that is to contain the uploaded information that
21138 it is to attach.  Alpine will attach this file to the composition, but will
21139 <B>not</B> delete this file after the upload command is finished.<P>
21141 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21142 command
21143 line arguments.  Alpine will replace this symbol with the name of the file
21144 being used to exchange the uploaded information.  This token allows you to
21145 position the file name where it is required in the Unix program's command
21146 line arguments.<P>
21148 If the &quot;_FILE_&quot; token is not present in the specified command, the
21149 temporary file's name is automatically appended to the specified Unix
21150 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21151 <B>last</B> command line argument.
21152 <P><UL>
21153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21154 </UL><P>
21155 &lt;End of help on this topic&gt;
21156 </BODY>
21157 </HTML>
21158 ====== h_config_upload_prefix ======
21159 <HTML>
21160 <HEAD>
21161 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21162 </HEAD>
21163 <BODY>
21164 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21166 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21167 It defines text to be written to the terminal emulator (via standard output)
21168 immediately prior to starting upload command.  This is useful for
21169 integrated serial line file transfer agents that permit command passing
21170 (e.g., Kermit's APC method).<P>
21172 The special token &quot;_FILE_&quot; may be included in the string specification.
21173 That symbol will be replaced with the (Alpine-created) name of the temporary
21174 file in which Alpine will expect to find the uploaded file.
21175 <P><UL>
21176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21177 </UL><P>
21178 &lt;End of help on this topic&gt;
21179 </BODY>
21180 </HTML>
21181 ====== h_config_download_cmd ======
21182 <HTML>
21183 <HEAD>
21184 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21185 </HEAD>
21186 <BODY>
21187 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21189 This option affects the behavior of the Export command.  It specifies a Unix
21190 program name, and any necessary command line arguments, that Alpine can use to
21191 transfer the exported message to your personal computer's disk.<P>
21192 Note: this facility is intended for use with serial line transfer 
21193 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21194 to work with TCP/IP file transfer programs such as ftp.<P>
21195 If a program is specified, the Export command is modified to offer a
21196 subcommand (^V) to activate the transfer (in lieu of saving it to
21197  the machine where Alpine is running).  Obviously, the Unix program
21198 specified here must match the transfer program or protocol available on the
21199 personal computer.<P>
21201 When this subcommand is selected and before Alpine invokes the specified Unix
21202 program, Alpine will create a temporary file containing the text of the
21203 exported message.  Alpine uses this file to pass the exported message text to
21204 the specified Unix program.<P>
21206 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21207 line arguments.  Alpine will replace this symbol with the temporary file's name
21208 before executing the Unix program.  This token allows you to position the
21209 file name where it is required in the Unix program's command line arguments.
21211 If the &quot;_FILE_&quot; token is not present in the specified command, the
21212 temporary file's name is automatically appended to the specified Unix
21213 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21214 <B>last</B> command line argument.
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_prefix ======
21222 <HTML>
21223 <HEAD>
21224 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21225 </HEAD>
21226 <BODY>
21227 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21229 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21230 It defines text to be written to the terminal emulator (via standard output)
21231 immediately prior to starting the download command.  This is useful for
21232 integrated serial line file transfer agents that permit command passing
21233 (e.g., Kermit's APC method).
21235 The special token &quot;_FILE_&quot; may be included in the string 
21236 specification.
21237 That symbol will be replaced with the (Alpine-created) name of the temporary
21238 file into which Alpine will place the message to be downloaded.
21239 <P><UL>
21240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21241 </UL><P>
21242 &lt;End of help on this topic&gt;
21243 </BODY>
21244 </HTML>
21245 ====== h_config_mailcap_path ======
21246 <HTML>
21247 <HEAD>
21248 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21249 </HEAD>
21250 <BODY>
21251 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21252 This variable is used to replace Alpine's default mailcap file search path.
21253 It takes one or more file names (full paths must be specified) in which to
21254 look for mail capability data.  The default search path can be found in this
21255 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21256 If there is more than one file name listed, list members should be delimited
21257 by 
21258 <!--chtml if pinemode="os_windows"-->
21259 a semi-colon (;) under Windows; for example:<PRE>
21260         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21261 </PRE>
21262 <!--chtml else-->
21263 a colon (:) under UNIX; for example:<PRE>
21264         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21265 </PRE>
21266 <!--chtml endif-->
21267 <P><UL>
21268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21269 </UL>
21271 &lt;End of help on this topic&gt;
21272 </BODY>
21273 </HTML>
21274 ====== h_config_mimetype_path ======
21275 <HTML>
21276 <HEAD>
21277 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21278 </HEAD>
21279 <BODY>
21280 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21282 This variable is used to replace Alpine's default mime.types file search path.
21283 It takes one or more file names (full paths must be specified) in which to
21284 look for file-name-extension to MIME type mapping data.  The default search
21285 path can be found in this
21286 <A HREF="h_news_config">Alpine Configuration</A> help.
21290 If there is more than one file name listed, list members should be delimited
21291 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21293 &lt;End of help on this topic&gt;
21294 </BODY></HTML>
21295 ====== h_config_set_att_ansi ======
21296 <HTML><HEAD>
21297 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21298 </HEAD>
21299 <BODY>
21300 <H1>OPTION: Set printer to attached ansi printer</H1>
21302 Type "S" to set your printer to "attached-to-ansi".<BR>
21303 It is OK to include "attached-to-ansi" in your personal list below.
21305 &lt;End of help on this topic&gt;
21306 </BODY></HTML>
21307 ====== h_config_set_att_ansi2 ======
21308 <HTML><HEAD>
21309 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21310 </HEAD>
21311 <BODY>
21312 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21314 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21315 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21316 list below.
21320 This is the same as the "attached-to-ansi" option except that a
21321 formfeed character will not be appended to the end of the print job.
21322 If your printer already ejects the paper by itself at the end of the
21323 job, you may prefer the "no-formfeed" form of this printer so that you
21324 don't get an extra blank page between print jobs.
21327 &lt;End of help on this topic&gt;
21328 </BODY></HTML>
21329 ====== h_config_set_att_wyse ======
21330 <HTML><HEAD>
21331 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21332 </HEAD>
21333 <BODY>
21334 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21336 Type "S" to set your printer to "attached-to-wyse".<BR>
21337 It is OK to include "attached-to-wyse" in your personal list below.
21339 This is very similar to "attached-to-ansi".
21340 The only difference is in the control characters sent to turn the printer
21341 on and off.
21342 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21343 to turn on the printer and ESC LEFT_BRACKET 4 i
21344 to turn it off.
21345 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21346 &lt;End of help on this topic&gt;
21347 </BODY></HTML>
21348 ====== h_config_set_att_wyse2 ======
21349 <HTML><HEAD>
21350 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21351 </HEAD>
21352 <BODY>
21353 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21355 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21356 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21357 list below.
21361 This is the same as the "attached-to-wyse" option except that a
21362 formfeed character will not be appended to the end of the print job.
21363 If your printer already ejects the paper by itself at the end of the
21364 job, you may prefer the "no-formfeed" form of this printer so that you
21365 don't get an extra blank page between print jobs.
21368 &lt;End of help on this topic&gt;
21369 </BODY></HTML>
21370 ====== h_config_set_stand_print ======
21371 <HTML>
21372 <HEAD>
21373 <TITLE>OPTION: Set default printer</TITLE>
21374 </HEAD>
21375 <H1>OPTION: Set default printer</H1>
21376 <BODY>
21377 Move to the printer you want and type "S" to set it to be your
21378 default printer.  This list is not modifiable by you and has been
21379 set up by the system administrators.  If there is more than one printer
21380 listed in the Command List, you will be able to cycle through that
21381 whole list at the time you print, starting with your default.
21382 It is OK to include entries from this Standard list in your personal
21383 list below.
21385 &lt;End of help on this topic&gt;
21386 </BODY>
21387 </HTML>
21388 ====== h_config_set_custom_print ======
21389 <HTML>
21390 <HEAD>
21391 <TITLE>OPTION: Set default printer</TITLE>
21392 </HEAD>
21393 <H1>OPTION: Set default printer</H1>
21394 <BODY>
21395 You may add as many print commands as you want to your personal list.
21396 Specify one of them as your default printer by moving to the printer
21397 you want and typing "S".  If there is more than one printer listed
21398 in the Command List, you will be able to cycle through that list at
21399 the time you print, starting with your default.  It is OK to include
21400 entries from the Standard list above or to include the command
21401 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21402 "attached-to-wyse-no-formfeed" as one of the entries here.
21404 &lt;End of help on this topic&gt;
21405 </BODY>
21406 </HTML>
21407 ====== h_config_user_id =====
21408 <HTML>
21409 <HEAD>
21410 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21411 </HEAD>
21412 <BODY>
21413 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21415 This value is used as part of the "From" address on messages you send.
21416 It is also the default login name for remote IMAP server access.  Set this
21417 to the username part you want to appear on outgoing email.
21419 If you want to change the value of what gets included in the From header
21420 in messages you send (other than just the User ID)
21421 look <A HREF="h_config_change_your_from">here</A> for a description.
21423 <P><UL>   
21424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21425 </UL><P>
21426 &lt;End of help on this topic&gt;
21427 </BODY>
21428 </HTML>
21429 ====== h_config_user_dom =====
21430 <HTML>
21431 <HEAD>
21432 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21433 </HEAD>
21434 <BODY>
21435 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21437 This value specifies the domain part (right-hand side) of your return
21438 address on outgoing email and is also used as the default domain for email
21439 composed to a local user.
21440 <!--chtml if pinemode="os_windows"-->
21441  This value is required for PC-Alpine. If you are unsure as to what this should be,
21442  contact your local help desk, system administrator, or Internet Service Provider.
21443 <!--chtml else-->
21444  If unset, Unix Alpine will obtain the domain from
21445  the system.  Often this value will be set for your whole site by the
21446  system administrator.<P>
21447 <!--chtml endif-->
21448 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21449 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21451 If you want to change the value of what gets included in the From header
21452 in messages you send (other than just the User Domain)
21453 look <A HREF="h_config_change_your_from">here</A> for a description.
21454 <P><UL>
21455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21456 </UL><P>
21457 &lt;End of help on this topic&gt;
21458 </BODY>
21459 </HTML>
21460 ====== h_config_smtp_server =====
21461 <HTML>
21462 <HEAD>
21463 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21464 </HEAD>
21465 <BODY>
21466 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21467 This value specifies the name of one or more SMTP 
21468 (Simple Mail Transfer Protocol) servers for sending mail. 
21469 <!--chtml if pinemode="os_windows"-->
21470 You must have an SMTP server for use with PC-Alpine.
21471 SMTP servers are
21472 normally set up by a system administrator for use by all members of a given
21473 campus or department.
21474 Contact your local help desk to ask what SMTP
21475 servers you should use.  
21476 <!--chtml else-->
21477 Unix Alpine users may not need to set an SMTP server.
21478 Alpine will attempt to execute the program (usually sendmail) that is used
21479 to insert mail into the mail system.
21480 If this works for you, you may leave this option blank.
21481 If there is an SMTP server running on the Unix host you may be able to
21482 improve sending performance slightly by setting the SMTP server option
21483 to &quot;localhost&quot; or to the actual name of the Unix host.
21485 If the Unix host doesn't work the way Alpine was expecting you will need to
21486 set the value of this option.
21487 SMTP servers are
21488 normally set up by a system administrator for use by all members of a given
21489 campus or department.
21490 Contact your local help desk to ask what SMTP
21491 servers you should use.  
21492 <!--chtml endif-->
21494 Your SMTP server may offer SMTP AUTH authentication.
21495 It may even require it.
21496 If your SMTP server offers SMTP AUTH authentication you may specify a
21497 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21498 This parameter requires an associated value,
21499 the username identifier with which to establish the server
21500 connection.
21501 An example might be:
21504 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21507 If AUTH authentication is offered by the server, this will cause Alpine to
21508 attempt to use it.
21509 If AUTH authentication is not offered by the server, this will cause Alpine
21510 to fail sending with an error similar to:
21513 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21516 Another type of authentication that is used by some ISPs is called
21517 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21518 which means that you have to authenticate
21519 yourself to the POP or IMAP server by opening a mailbox before you
21520 can send mail.
21521 To do this, you usually only have to open your INBOX.
21524 You may tell Alpine to use the
21525 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21526 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21527 parameter
21528 in this option.
21529 At this time &quot;/submit&quot; is simply equivalent to specifying
21530 port 587, though it may imply more than that at some point in the future.
21531 Some ISPs are blocking port 25 in order to reduce the amount of spam
21532 being sent to their users.
21533 You may find that the submit option allows you to get around such a block.
21536 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21539 To specify any non-standard port number on the SMTP server you may follow
21540 the hostname with a colon followed by the portnumber.
21543 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21546 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21547 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21548 If that fails then a non-encrypted connection will be attempted instead.
21549 You may specify that a TLS connection is required if you wish.
21550 If you append &quot;/tls&quot; to the name then the connection will fail
21551 instead of falling back to a non-secure connection.
21554 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21558 For more details about server name possibilities see
21559 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21562 <UL>
21563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21564 </UL>
21566 &lt;End of help on this topic&gt;
21567 </BODY>
21568 </HTML>
21569 ====== h_config_nntp_server =====
21570 <HTML>
21571 <HEAD>
21572 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21573 <BODY>
21574 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21576 This value specifies the name of one or more NNTP
21577 (Network News Transfer Protocol)
21578 servers for reading and posting USENET news.
21579 NNTP servers are normally
21580 set up by a system administrator for use by all members of a given campus
21581 or department.
21582 Contact your local help desk to ask what NNTP servers you should use.  
21583 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21584 Often Unix Alpine users will find that this variable has been
21585 set for the whole system (and they don't have to worry about it).  
21586 <!--chtml endif-->
21587 When you define an NNTP server here, Alpine implicitly defines a news
21588 collection for you, assuming that server as the news server and assuming
21589 that you will use the NNTP protocol and a local newsrc configuration file
21590 for reading news.
21591 For more about reading news with Alpine, see
21592 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21594 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21595 or &quot;AUTHINFO USER&quot; authentication.
21596 It may even require it.
21597 If your NNTP server does offer such authentication you may specify a user name
21598 parameter to cause Alpine to attempt to authenticate.
21599 The same is true for the server name in a folder collection that uses NNTP.
21600 This parameter requires an associated value,
21601 the username identifier with which to establish the server connection.
21602 An example might be:
21605 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21608 If authentication is offered by the server, this will cause Alpine to
21609 attempt to use it.
21610 If authentication is not offered by the server, this will cause Alpine
21611 to fail with an error similar to:
21614 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21616 For more details about the server name possibilities see
21617 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21618 <P><UL>
21619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21620 </UL><P>
21621 &lt;End of help on this topic&gt;
21622 </BODY>
21623 </HTML>
21624 ====== h_config_inbox_path =====
21625 <HTML>
21626 <HEAD>
21627 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21628 </HEAD>
21629 <BODY>
21630 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21632 This value overrides the default value of your INBOX name/path/location.
21633 <!--chtml if pinemode="os_windows"-->
21634 PC-Alpine users must specify an inbox path and it must be a folder on an
21635 IMAP server.  
21636 <!--chtml else-->
21637 Unix and VMS Alpine users will often find that this variable
21638 has been pre-configured by your system administrator.  
21639 <!--chtml endif-->
21640 You may be able to specify an alternate INBOX that is either a local folder 
21641 or a folder on an IMAP server.
21643 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21644 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21645 mail server.
21647 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21648 details on the syntax of folder definitions.
21650 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21651 mail is disappearing.
21652 <P><UL>
21653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21654 </UL><P>
21655 &lt;End of help on this topic&gt;
21656 </BODY>
21657 </HTML>
21658 ====== h_config_change_your_from =====
21659 <HTML>
21660 <HEAD>
21661 <TITLE>How to Change your From Address</TITLE>
21662 </HEAD>
21663 <BODY>
21664 <H1>How to Change your From Address</H1>
21666 If the From address that Alpine includes in mail that you send is not correct,
21667 you may want to configure a different default value for the From address.
21668 You may follow these directions to change the default:
21671 <UL>
21672   <LI> Go to the Main Alpine Menu
21673   <LI> From there type the Setup Command
21674   <LI> From there type the Config Command
21675 </UL>
21678 You've probably already seen this SETUP CONFIGURATION screen.
21679 If not, there are many options you may want to set here.
21680 To set the value of the From header you may use the
21681 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21682 Find it by scrolling down a few pages or use the WhereIs command to
21683 search for &quot;customized&quot;.
21684 You may want to read the help text associated with the option.
21686 To add a custom From header, type the Add command and enter the
21687 full header line, including the leading &quot;From:&nbsp;&quot;.
21688 For example:
21690 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21692 Now exit the Setup command and try sending mail to yourself to see
21693 what the From line looks like.
21695 When you are in the composer you may edit the custom From line by typing
21696 Ctrl-R while your cursor is in the headers of the message and then moving
21697 to the From line and editing.
21698 If you want to leave the default value the same but add the possibility
21699 of being able to edit the header when you compose, add just the header
21700 name without a value.
21701 For example:
21703 <CENTER><SAMP>From:</SAMP></CENTER>
21705 If you change your From address you may also find it useful to add the
21706 changed From address to the
21707 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21708 configuration option.
21710 <UL>   
21711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21712 </UL><P>
21713 &lt;End of help on this topic&gt;
21714 </BODY>
21715 </HTML>
21716 ====== h_config_default_fcc =====
21717 <HTML>
21718 <HEAD>
21719 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21720 </HEAD>
21721 <BODY>
21722 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21724 This value specifies where a copy of outgoing mail should be saved.  If
21725 this is not a path name, it will be in the default collection for saves.
21726 Any valid folder specification, local or IMAP, is allowed.  This default
21727 folder carbon copy only applies when the 
21728 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21729 is set to use the default folder.  
21730 <!--chtml if pinemode="os_windows"-->
21731 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21732 <!--chtml else-->
21733 Unix Alpine default
21734 is normally &quot;sent-mail&quot; in the default folder collection. 
21735 <!--chtml endif-->
21737 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21738 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21739 IMAP server (remember that in order to later access this remote folder through Alpine, it
21740 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21741 for more information). An example:<p>
21742 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21744 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21746 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21747 details on the syntax of folder definitions.
21749 <UL>   
21750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21751 </UL><P>
21752 &lt;End of help on this topic&gt;
21753 </BODY>
21754 </HTML>
21755 ====== h_config_def_save_folder =====
21756 <HTML>
21757 <HEAD>
21758 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21759 </HEAD>
21760 <BODY>
21761 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21763 This option determines the default folder name for save-message operations 
21764 (&quot;saves&quot;).
21766 If this is not a path name, it will be in the default collection for saves.
21767 Any valid folder specification, local or IMAP, is allowed.  This default
21768 folder only applies when the
21769 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21770 doesn't override it.  
21771 <!--chtml if pinemode="os_windows"-->
21772 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21773 <!--chtml else-->
21774 Unix Alpine default
21775 is normally &quot;saved-messages&quot; in the default folder collection.
21776 <!--chtml endif-->
21777 If you access your email through an IMAP server, especially if you often switch between Unix
21778 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21779 IMAP server (remember that in order to later access this remote folder through Alpine, it
21780 should 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/saved-messages</SAMP></CENTER>
21784 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21785 details on the syntax of folder definitions.
21787 <UL>   
21788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21789 </UL><P>
21790 &lt;End of help on this topic&gt;
21791 </BODY>
21792 </HTML>
21793 ====== h_config_postponed_folder =====
21794 <HTML>
21795 <HEAD>
21796 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21797 </HEAD>
21798 <BODY>
21799 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21801 This value overrides the default name for the folder where postponed
21802 messages are saved.  If this is not a path name, it will be in the default
21803 collection for message Saves.  Any valid folder specification, local or
21804 remote, is allowed. 
21805 PC-Alpine default
21806 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21807 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21808 in the default collection. 
21810 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21811 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21812 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21813 in all Alpine copies you use. 
21814 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21815 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21816 for more information). An
21817 example:<p> 
21818 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21820 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21821 details on the syntax of folder definitions.
21823 <UL>   
21824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21825 </UL><P>
21826 &lt;End of help on this topic&gt;
21827 </BODY>
21828 </HTML>
21829 ====== h_config_read_message_folder =====
21830 <HTML>
21831 <HEAD>
21832 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21833 </HEAD>
21834 <BODY>
21835 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21837 By virtue of specifying a folder name here, Alpine will be configured to
21838 save all messages that you have read during a session into the designated
21839 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21840 between your really new email (in your INBOX) and those that you have
21841 already read.  Depending on how you define the 
21842 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21843 setting, you may or may not be asked when you quit
21844 Alpine if you want read messages to be moved to this folder.  In either
21845 case, moving the messages means they will be deleted from your INBOX.
21847 If this is not a path name, it will be in the default collection for
21848 saves.  Any valid folder specification, local or remote (via IMAP), is
21849 allowed.  There is no default for the name of the read message folder.
21851 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21852 details on the syntax of folder definitions.
21854 <UL>   
21855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21856 </UL><P>
21857 &lt;End of help on this topic&gt;
21858 </BODY>
21859 </HTML>
21860 ====== h_config_form_folder =====
21861 <HTML>
21862 <HEAD>
21863 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21864 </HEAD>
21865 <BODY>
21866 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21868 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21869 contain messages that you have composed and that are intended to be
21870 sent in their original form repeatedly.
21873 Setting this variable will alter Alpine's usual behavior when you
21874 execute the Compose command.  Normally, Alpine offers a chance to
21875 continue a postponed or interrupted message should one or the other
21876 exist.  When this variable is set to a folder name that exists, Alpine
21877 will also offer the chance to select a message from the folder to
21878 insert into the composer (much like when continuing a postponed message).
21879 The difference, however, is that Alpine will not automatically delete
21880 the selected message from the Form Letter Folder.
21882 Setting this variable will also affect Alpine's behavior when you
21883 Postpone a message from the composer.  Normally, Alpine simply stashes
21884 the message away in your
21885 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21886 Regardless of the specified folder's existence, Alpine will ask which
21887 folder you intend the message to be stored in.  Choose the
21888 &quot;F&quot; option to store the message in your Form Letter Folder.
21889 This is the most common way to add a message to the folder.
21892 Another method of adding messages to the folder is via the Alpine
21893 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21894 you expect to send in the same form again, you can enter the Form
21895 Letter Folder's name in this field.  Alpine, as usual, will copy the
21896 message as it's sent.  Note, when you later select this message from 
21897 your Form Letter Folder, it will have the same recipients as the original
21898 message.
21901 To delete a message from the Form Letter Folder, you can either select
21902 the folder from a suitable FOLDER LIST screen, or use the Delete
21903 command in the MESSAGE INDEX offered when selecting from the folder as
21904 part of the Compose command.  You can delete a Form Letter Folder just
21905 as any other folder from a suitable FOLDER LIST screen.
21908 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21909 facility can be used
21910 to replace the Form Letter Folder.
21913 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21914 details on the syntax of folder definitions.
21917 <UL>   
21918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21919 </UL><P>
21920 &lt;End of help on this topic&gt;
21921 </BODY>
21922 </HTML>
21923 ====== h_config_archived_folders =====
21924 <HTML>
21925 <HEAD>
21926 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21927 </HEAD>
21928 <BODY>
21929 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21931 This is like
21932 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21933 only more general.  You may archive
21934 any of the folders in your incoming collection.  This is a list of folder
21935 pairs, with the first separated from the second in the pair by a space.
21936 The first folder in a pair is the folder you want to archive, and the
21937 second folder is the folder that read messages from the first should be
21938 moved to.  Depending on how you define the
21939 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21940 setting, you may or may not be asked when you
21941 leave the first folder if you want read messages to be moved to the
21942 second folder.  In either case, moving the messages means they will be
21943 deleted from the first folder.
21945 The name of the first folder in each pair can be either the technical
21946 specification of the folder (like what appears in your configuration file)
21947 or (much easier) the nickname that you gave the folder when you made it
21948 an incoming folder.
21950 For example:<p>
21951 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21952 <p>or, using nicknames:<p>
21953 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21955 If these are not path names, they will be in the default collection for
21956 saves. Any valid folder specification, local or remote (via IMAP), is
21957 allowed. There is no default.
21959 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21960 details on the syntax of folder definitions.
21962 <UL>   
21963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21964 </UL><P>
21965 &lt;End of help on this topic&gt;
21966 </BODY>
21967 </HTML>
21968 ====== h_config_newsrc_path ======
21969 <HTML>
21970 <HEAD>
21971 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21972 </HEAD>
21973 <BODY>
21974 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21976 This option overrides the default name Alpine uses for your "newsrc" news
21977 status and subscription file.  If set, Alpine will take this value as the
21978 full pathname for the desired newsrc file.<P>
21980 If this option is <B>not</B> set, 
21981 <!--chtml if pinemode="os_windows"-->
21982 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21983 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21984 directory as your pinerc file for NEWSRC.
21985 <!--chtml else-->
21986 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21987 your account's home directory).
21988 <!--chtml endif-->
21989 <P><UL>
21990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21991 </UL>
21993 &lt;End of help on this topic&gt;
21994 </BODY>
21995 </HTML>
21996 ====== h_config_literal_sig =====
21997 <HTML>
21998 <HEAD>
21999 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22000 </HEAD>
22001 <BODY>
22002 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22004 With this option your actual signature, as opposed to
22005 the name of a file containing your signature,
22006 is stored in the Alpine configuration file.
22007 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22010 This is simply a different way to store the signature.
22011 The signature is stored inside your Alpine configuration file instead of in
22012 a separate file.
22013 Tokens work the same way they do with the
22014 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22015 help.
22018 The Setup/Signature command on Alpine's MAIN MENU will edit
22019 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22020 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22021 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22022 instead.
22025 The two character sequence &#92;n (backslash followed by
22026 the character n) will be used to signify a line-break in your signature.
22027 You don't have to enter the &#92;n, but it will be visible in the
22028 SETUP CONFIGURATION window after you are done editing the signature.
22031 <UL>   
22032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22033 </UL><P>
22034 &lt;End of help on this topic&gt;
22035 </BODY>
22036 </HTML>
22037 ====== h_config_signature_file =====
22038 <HTML>
22039 <HEAD>
22040 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22041 </HEAD>
22042 <BODY>
22043 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22045 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22046 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22047 You can tell that that is the case because the value of the
22048 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22050 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22052 You may either use all Literal Signatures (signatures stored in your
22053 configuration file) throughout Alpine, or all signature files.
22054 You can't mix the two.
22056 This is the name of a file that will be automatically inserted into
22057 outgoing messages.
22058 It typically contains information such as your
22059 name, email address and organizational affiliation.
22060 Alpine adds the
22061 signature into the message as soon as you enter the composer so you
22062 can choose to remove it or edit it on a message by message basis.
22063 Signature file placement in message replies is controlled by the
22064 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22065 setting in the feature list.
22068 The default file name is
22069 <!--chtml if pinemode="os_windows"-->
22070 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22071 PINERC file is a local file.
22072 If your PINERC file is remote, then it will be in the directory specified
22073 by the &quot;-aux local_directory&quot; command line option.
22074 <!--chtml else-->
22075 &quot;.signature&quot;.
22076 <!--chtml endif-->
22079 To create or edit your signature file choose Setup from the MAIN MENU
22080 and then select S for Signature (Main/Setup/Signature).  This puts you
22081 into the Signature Editor where you can enter a <EM>few</EM> lines of
22082 text containing your identity and affiliation.
22085 If the filename is followed by a vertical bar (|) then instead
22086 of reading the contents of the file the file is assumed to be a
22087 program that will produce the text to be used on its standard output.
22088 The program can't have any arguments and doesn't receive any input from Alpine,
22089 but the rest of the processing works as if the contents came from a file.
22092 Instead of storing the data in a local file, the
22093 signature data may be stored remotely in an IMAP folder.
22094 In order to do this, 
22095 you must use a remote name for the file.
22096 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22098 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22101 The syntax used here is the same as the syntax used for remote configuration
22102 files from the command line.
22103 Note that you may not access an existing signature file remotely,
22104 you have to create a new <EM>folder</EM> that contains the signature data.
22105 If the name you use here for the signature file is a remote name, then when
22106 you edit the file from the Setup/Signature command the data will be stored
22107 remotely in the folder.
22108 You aren't required to do anything special to create the folder, it
22109 gets created automatically if you use a remote name.
22112 Besides regular text, the signature file may also contain
22113 (or a signature program may produce) tokens that
22114 are replaced with text that usually depends on the message you are replying
22115 to or forwarding.
22116 For example, if the signature file contains the token
22118 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22120 anywhere in the text, then that token is replaced by the date
22121 the message you are replying to or forwarding was sent.
22122 If it contains
22124 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22126 that is replaced with the current date.
22127 The first is an example of a token that depends on the message you
22128 are replying to (or forwarding) and the second is an example which
22129 doesn't depend on anything other than the current date.
22130 You have to be a little careful with this facility since tokens that
22131 depend on the message you are replying to or forwarding will be replaced
22132 by nothing in the case where you are composing a new message from scratch.
22133 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22134 in this respect.
22135 It allows you to use different signature files in different cases.
22138 The list of tokens available for use in the signature file is
22139 <A HREF="h_index_tokens">here</A>.
22142 Instead of, or along with the use of &quot;roles&quot; to give you
22143 different signature files in different situations, there is also
22144 a way to conditionally include text based
22145 on whether or not a token would result in specific replacement text.
22146 For example, you could include some text based on whether or not
22147 the _NEWS_ token would result in any newsgroups if it was used.
22148 This is explained in detail
22149 <A HREF="h_reply_token_conditionals">here</A>.
22150 This isn't for the faint of heart.
22152 In the very unlikely event that you want to include a literal token
22153 in the signature you must precede it with a backslash character.
22154 For example,
22156 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22158 would produce something like
22160 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22162 It is not possible to have a literal backslash followed by an expanded token.
22164 An alternate method for storing the signature data is available by using the
22165 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22166 This variable will be used by default.
22168 <UL>   
22169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22170 </UL><P>
22171 &lt;End of help on this topic&gt;
22172 </BODY>
22173 </HTML>
22174 ====== h_config_init_cmd_list =====
22175 <HTML>
22176 <HEAD>
22177 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22178 </HEAD>
22179 <BODY>
22180 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22182 The initial keystroke--or command--list option lets you start Alpine at
22183 any place you like.
22184 Whatever keystrokes you specify here will be executed
22185 by Alpine upon startup as a macro.
22186 The words SPACE, TAB, DOWN, UP, LEFT, and
22187 RIGHT indicate the pressing of those keys.
22188 CR indicates the pressing of the RETURN key.
22189 F1 through F12 represent the function keys, and ^ followed
22190 by a character indicates that key pressed along with the control key (in
22191 other words, ^P means Ctrl-P).
22192 As a shortcut notation, an element of the list may be several characters
22193 surrounded by double-quotes (").
22194 That will be expanded into the individual keystrokes
22195 (excluding the double-quote characters).
22196 For example, the quoted-string
22198 <P><CENTER>"ABC"</CENTER>
22201 is interpreted the same as the three separate list members
22203 <P><CENTER>A and B and C</CENTER>
22206 which is also the same as
22208 <P><CENTER>A,B,C</CENTER>
22211 An example: To view message 1 on startup,
22212 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22214 <P><CENTER>I,J,1,CR,V</CENTER>
22217 An equivalent version of this is
22219 <P><CENTER>"IJ1",CR,V</CENTER>
22222 Restrictions: You cannot pre-type into the composer with the initial
22223 keystroke list, and you cannot mix function key commands with letter
22224 commands.
22226 <P><UL>   
22227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22228 </UL>
22230 &lt;End of help on this topic&gt;
22231 </BODY>
22232 </HTML>
22233 ====== h_config_comp_hdrs =====
22234 <html>
22235 <header>
22236 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22237 </header>
22238 <body>
22239 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22241 You can control which headers you want visible when composing outgoing
22242 email using this option.
22243 You can specify any of the regular set, any
22244 <A HREF="h_compose_richhdr">Rich Header</A>,
22245 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22246 that you have already defined.
22247 If you use this setting at all, you must specify all the
22248 headers you want to see, you can't just add to the regular header set.
22249 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22251 Note that the "Newsgroups:" header will be abbreviated in the Composer
22252 display, but should be spelled out in full here.<p>
22253 <UL>   
22254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22255 </UL><P>
22256 &lt;End of help on this topic&gt;
22257 </body>
22258 </html>
22259 ====== h_config_custom_hdrs =====
22260 <HTML>
22261 <HEAD>
22262 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22263 </HEAD>
22264 <BODY>
22265 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22267 You may add your own custom headers to outgoing messages.
22268 Each header you specify here must include the header tag 
22269 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22270 and may optionally include a value for that header.
22271 If you want to see these custom headers each time you compose a message,
22272 you must add them to your
22273 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22274 otherwise they become part
22275 of the rich header set that you only see when you press the
22276 <A HREF="h_compose_richhdr">Rich Header</A>
22277 <!--chtml if pinemode="function_key"-->(F5)
22278 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22279 (If you are looking for a way to change which headers are <EM>displayed</EM>
22280 when you view a message, take a look at the
22281 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22282 option instead.)
22283 Here's an example that shows how you might set your From address
22285 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22287 and another showing how you might set a Reply-To address
22289 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22291 You may also set non-standard header values here.
22292 For example, you could add
22294 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22296 or even
22298 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22300 If you include a value after the colon then that header will be included
22301 in your outgoing messages unless you delete it before sending.
22302 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22303 it will not be included in outgoing messages unless you edit a value
22304 in manually.
22305 For example, if
22307 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22309 is in the list, then the Reply-To header will be available for editing
22310 but won't be included unless a value is added while in the composer.
22312 It's actually a little more complicated than that.
22313 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22314 defaults.
22315 If the message you are about to compose already has a value for a header,
22316 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22317 For example, if you are Replying to a message the Subject field
22318 will already be filled in.
22319 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22320 custom subject will <EM>NOT</EM> be used.
22321 The subject derived from the subject of the message you are Replying
22322 to will be used instead.
22324 It is also possible to make header setting even more complicated and more
22325 automatic by using
22326 <A HREF="h_rules_roles">Roles</A>,
22327 but if all you want to do is set a default value for a header, you don't
22328 need to think about Roles.
22330 If you change your From address you may also find it useful to add the
22331 changed From address to the
22332 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22333 configuration option.
22335 Limitation: Because commas are used to separate the list of
22336 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22337 header contain a comma.
22338 Nor is there currently an &quot;escape&quot; mechanism provided
22339 to make this work.
22340 <P><UL>
22341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22342 </UL>
22344 &lt;End of help on this topic&gt;
22345 </BODY>
22346 </HTML>
22347 ====== h_config_viewer_headers =====
22348 <HTML>
22349 <HEAD>
22350 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22351 </HEAD>
22352 <BODY>
22353 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22355 You may change the default list of headers that are viewed by listing
22356 the headers you want to view here.  If the headers in your
22357 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22358 will be shown.  The order of the headers you list will be honored.  If
22359 the special value &quot;all-except&quot; is included as the first
22360 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22361 message except those in the list will be shown.  The values are all
22362 case insensitive.
22365 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22366 then the original default headers are ignored.  So, if you just wanted
22367 to add the header Organization to the list, you would have to list
22368 Organization plus all of the other headers originally in the default
22369 list.  If you just included Organization and nothing else, then you
22370 would see only the Organization header, nothing else.
22373 The default list of headers includes:
22374 <UL>
22375   <LI>From
22376   <LI>Resent-From
22377   <LI>To
22378   <LI>Resent-To
22379   <LI>Cc
22380   <LI>Resent-cc
22381   <LI>Bcc
22382   <LI>Newsgroups
22383   <LI>Followup-To
22384   <LI>Date
22385   <LI>Resent-Date
22386   <LI>Subject
22387   <LI>Resent-Subject
22388   <LI>Reply-To
22389 </UL>
22392 If you are looking for a way to control which headers are included in
22393 outgoing mail and are visible or not in the composer, take a look at the
22394 options
22395 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22396 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22397 this option.
22399 <UL>   
22400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22401 </UL><P>
22402 &lt;End of help on this topic&gt;
22403 </BODY>
22404 </HTML>
22405 ====== h_config_viewer_margin_left =====
22406 <HTML>
22407 <HEAD>
22408 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22409 </HEAD>
22410 <BODY>
22411 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22413 This variable controls the left-hand vertical margin's width in
22414 Alpine's Message Viewing screen.
22415 Its value is the number of space characters preceding each displayed line.
22416 For consistency with
22417 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22418 you may specify the column number to start in
22419 (column numbering begins with number 1)
22420 instead of the width of the margin by appending a lower case letter
22421 &quot;c&quot; to the number.
22422 For example, a value of &quot;2c&quot; means to start the text in column two,
22423 which is entirely equivalent to a value of &quot;1&quot;, which means to
22424 leave a margin of 1 space.
22426 The default is a left margin of 0 (zero).
22427 Misconfigurations (for example, negative values or values with starting
22428 left columns greater than the ending right column)
22429 are silently ignored.
22430 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22431 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22432 instead.
22435 &lt;End of help on this topic&gt;
22436 </BODY>
22437 </HTML>
22438 ====== h_config_viewer_margin_right =====
22439 <HTML>
22440 <HEAD>
22441 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22442 </HEAD>
22443 <BODY>
22444 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22446 This variable controls the right-hand vertical margin's width in
22447 Alpine's Message Viewing screen.
22448 Its value is the number of space characters following each displayed line.
22449 You may specify the column number to end the text in
22450 (column numbering begins with number 1)
22451 instead of the width of the margin by appending a lower case letter
22452 &quot;c&quot; to the number.
22453 For example, a value of &quot;76c&quot; means to end the text in column 76.
22454 If the screen is 80 characters wide, this is equivalent to a value
22455 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22456 However, if you use different size screens at different times, then these
22457 two values are not equivalent.
22459 The default right margin is 4.
22460 Misconfigurations (for example, negative values or values with starting
22461 left columns greater than the ending right column)
22462 are silently ignored.
22463 If the number of columns for text between the
22464 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22465 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22466 instead.
22469 &lt;End of help on this topic&gt;
22470 </BODY>
22471 </HTML>
22472 ====== h_config_quote_suppression =====
22473 <HTML>
22474 <HEAD>
22475 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22476 </HEAD>
22477 <BODY>
22478 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22480 This option should be used with care.
22481 It will cause some of the quoted text to be eliminated from the
22482 display when viewing a message in the MESSAGE TEXT screen.
22483 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22484 value &quot;5&quot;,
22485 this will cause quoted text that is longer than five lines to be truncated.
22486 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22487 Quoted text of more than six lines will have the first five lines displayed
22488 followed by a line that looks something like
22490 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22492 As a special case, if exactly one line of quoted text would be hidden, the
22493 entire quote will be shown instead.
22494 So for the above example, quoted text that is exactly six lines long will
22495 will be shown in its entirety.
22496 (In other words, instead of hiding a single line and adding a line
22497 that announces that one line was hidden, the line is just shown.)
22499 If the sender of a message has carefully chosen the quotes that he or she
22500 includes, hiding those quotes may change the meaning of the message.
22501 For that reason, Alpine requires that when you want to set the value of this
22502 variable to something less than four lines, you actually have to set it
22503 to the negative of that number.
22504 So if you want to set this option to &quot;3&quot;, you actually have to
22505 set it to &quot;-3&quot;.
22506 The only purpose of this is to get you to think about whether or not you
22507 really want to do this!
22508 If you want to delete all quoted text you set the value of this option
22509 to the special value &quot;-10&quot;.
22511 The legal values for this option are
22513 <TABLE>   
22514 <TR>
22515   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22516   <TD> Default, don't hide anything </TD>
22517 </TR>
22518 <TR>
22519   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22520   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22521 </TR>
22522 <TR>
22523   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22524   <TD> Suppress if more than that many lines </TD>
22525 </TR>
22526 <TR>
22527   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22528   <TD> Suppress all quoted lines </TD>
22529 </TR>
22530 </TABLE>
22532 If you set this option to a non-default value you may sometimes wish to
22533 view the quoted text that is not shown.
22534 When this is the case, the
22535 <A HREF="h_common_hdrmode">HdrMode Command</A>
22536 may be used to show the hidden text.
22537 Typing the &quot;H&quot; command once will show the hidden text.
22538 Typing a second &quot;H&quot; will also turn on Full Header mode.
22539 The presence or absence of the HdrMode command is determined by the
22540 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22541 Feature-List option in your Alpine configuration, so you will want to
22542 be sure that is turned on if you use quote suppression.
22544 For the purposes of this option, a quote is a line that begins with the
22545 character &quot;&gt;&quot;.
22547 Quotes are only suppressed when displaying a message on the screen.
22548 The entire quote will be left intact when printing or forwarding or something
22549 similar.
22551 &lt;End of help on this topic&gt;
22552 </BODY>
22553 </HTML>
22554 ====== h_config_saved_msg_name_rule =====
22555 <HTML>
22556 <HEAD>
22557 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22558 </HEAD>
22559 <BODY>
22560 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22562 This option determines the default folder name when saving
22563 a message.
22566 The default option is &quot;default-folder&quot;, which is the folder
22567 called &quot;saved-messages&quot; in Unix Alpine and
22568 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22569 the Alpine option called
22570 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22573 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22574 get the chosen option's value for the message being saved (or for the
22575 first message being saved if using an aggregrate save).
22576 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22577 value of who the message came from (i.e. the from address).
22578 Alpine then attempts to save the message to a folder matching that value.
22579 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22580 &quot;by-sender&quot;.
22581 The opposite is also true.
22582 If &quot;by-recipient&quot; is chosen and the message was posted to a
22583 newsgroup, Alpine will use the newsgroup name.
22584 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22585 &quot;by-from&quot;.
22588 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22589 to use the personal name part of the address instead of the mailbox part.
22590 If any of the &quot;by-nick&quot; options are chosen, the
22591 address is looked up in your address book and if found, the
22592 nickname for that entry is used.
22593 Only simple address book entries are checked, not distribution lists.
22594 Similarly, if any of the
22595 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22596 address book entry is used.
22597 If by-realname, or the by-nick or by-fcc lookups result in no value,
22598 then if the chosen option ends with the &quot;then-from&quot;,
22599 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22600 or &quot;then-recip&quot; suffix, Alpine
22601 reverts to the same behavior as &quot;by-from&quot;,
22602 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22603 depending on which option was specified.
22604 If the chosen option doesn't end with one of
22605 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22606 folder when no match is found in the address book.
22609 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22610 to save to the folder that you saved to the last time you saved a
22611 message.  The first time you save a message in an Alpine session, Alpine
22612 attempts to save the message to the default folder.
22615 Here is an example to make some of the options clearer.
22616 If the message is From
22618 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22620 and this rule is set to &quot;by-from&quot;, then the default folder offered
22621 in the save dialog would be &quot;flint&quot;.
22623 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22624 be &quot;Fred Flintstone&quot;.
22626 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22627 for the address &quot;flint@bedrock.org&quot; in your address book.
22628 If an entry is found and it has a nickname associated with it, that nickname
22629 will be offered as the default folder.
22630 If not, the default saved message folder will be offered as the default.
22632 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22633 for the address &quot;flint@bedrock.org&quot; in your address book.
22634 If an entry is found and it has an Fcc associated with it, that Fcc
22635 will be offered as the default folder.
22636 If not, the default saved message folder will be offered as the default.
22638 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22639 for the address &quot;flint@bedrock.org&quot; in your address book.
22640 If an entry is found and it has a nickname associated with it, that nickname
22641 will be offered as the default folder.
22642 If it is not found (or has no nickname) then the default offered will be
22643 the same as it would be for the &quot;by-from&quot; rule.
22644 That is, it would be &quot;flint&quot;
22646 <UL>   
22647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22648 </UL><P>
22649 &lt;End of help on this topic&gt;
22650 </BODY>
22651 </HTML>
22652 ====== h_config_fcc_rule =====
22653 <HTML>
22654 <HEAD>
22655 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22656 </HEAD>
22657 <BODY>
22658 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22660 This option determines the default name for folder carbon copy. Choose
22661 one:
22663 <DL>
22664 <DT>default-fcc</DT>
22665 <DD>This is the normal default, the value of which is set in the
22666 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22667 configuration.
22668 </DD>
22670 <DT>last-fcc-used</DT>
22671 <DD> Causes Alpine to use the folder that was last
22672 used in the fcc field
22673 </DD>
22675 <DT>by-nickname</DT>
22676 <DD>Means that Alpine will use the nickname
22677 from your address book that matches the first address in the To line.
22678 If there is no match, it will use the value of the
22679 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22680 </DD>
22682 <DT>by-recipient</DT>
22683 <DD>Means Alpine will form a folder name
22684 based on the left hand side of the first address in the To line.
22685 </DD>
22687 <DT>by-nick-then-recip</DT>
22688 <DD>Means that it will use the
22689 matching nickname from your address book if there is one, otherwise it
22690 will extract the recipient name from the address and use that (like
22691 by-recipient).
22692 </DD>
22694 <DT>current-folder</DT>
22695 <DD>Causes a copy to be written to
22696 the currently open folder, unless that is the INBOX.  In the case
22697 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22698 used instead.
22699 </DD>
22700 </DL>
22703 Note: Whatever the fcc specified by the rule here, it will be
22704 over-ridden by any fcc entries you have in your address book.
22707 <UL>   
22708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22709 </UL><P>
22710 &lt;End of help on this topic&gt;
22711 </BODY>
22712 </HTML>
22713 ====== h_config_sort_key =====
22714 <HTML>
22715 <HEAD>
22716 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22717 </HEAD>
22718 <BODY>
22719 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22721 This option determines the order in which messages will be displayed in
22722 the MESSAGE INDEX screen.  Choose from:
22724 <UL>
22725  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22726  <LI> <A HREF="h_index_sort_date">Date</A>
22727  <LI> <A HREF="h_index_sort_subj">Subject</A>
22728  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22729  <LI> <A HREF="h_index_sort_thread">Thread</A>
22730  <LI> <A HREF="h_index_sort_from">From</A>
22731  <LI> <A HREF="h_index_sort_size">Size</A>
22732  <LI> <A HREF="h_index_sort_score">Score</A>
22733  <LI> <A HREF="h_index_sort_to">To</A>
22734  <LI> <A HREF="h_index_sort_cc">Cc</A>
22735 </UL>
22738 Each type of sort may also be reversed.
22739 Normal default is by &quot;Arrival&quot;.
22742 A possible point of confusion arises when you change the configuration
22743 of the <!--#echo var="VAR_sort-key"-->.
22744 The folder will normally be re-sorted when you go back to viewing the
22745 index.
22746 However, if you have manually sorted the folder with the
22747 Sort
22748 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22749 command, then it will not be re-sorted until the next time it is opened.
22752 <UL>   
22753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22754 </UL><P>
22755 &lt;End of help on this topic&gt;
22756 </BODY>
22757 </HTML>
22758 ====== h_config_other_startup =====
22759 <HTML>
22760 <HEAD>
22761 <TITLE>OPTION: Set Startup Rule</TITLE>
22762 </HEAD>
22763 <BODY>
22764 <H1>OPTION: Set Startup Rule</H1>
22766 This option determines which message will be the <EM>current message</EM> when
22767 the folder is first opened.
22768 It works the same way that the option
22769 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22770 works, so look there for help.
22771 It may be used for any folder, not just incoming folders.
22774 <UL>   
22775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22776 </UL><P>
22777 &lt;End of help on this topic&gt;
22778 </BODY>
22779 </HTML>
22780 ====== h_config_perfolder_sort =====
22781 <HTML>
22782 <HEAD>
22783 <TITLE>Set Sort Order</TITLE>
22784 </HEAD>
22785 <BODY>
22786 <H1>Set Sort Order</H1>
22788 This option determines the order in which messages will be displayed in
22789 the MESSAGE INDEX screen when the Current Folder Type set in the
22790 Pattern is a match. Choose from:
22792 <UL>
22793  <LI> <A HREF="h_index_sort_default">Default</A>
22794  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22795  <LI> <A HREF="h_index_sort_date">Date</A>
22796  <LI> <A HREF="h_index_sort_subj">Subject</A>
22797  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22798  <LI> <A HREF="h_index_sort_thread">Thread</A>
22799  <LI> <A HREF="h_index_sort_from">From</A>
22800  <LI> <A HREF="h_index_sort_size">Size</A>
22801  <LI> <A HREF="h_index_sort_score">Score</A>
22802  <LI> <A HREF="h_index_sort_to">To</A>
22803  <LI> <A HREF="h_index_sort_cc">Cc</A>
22804 </UL>
22807 Each type of sort may also be reversed.
22808 Normal default is by &quot;Arrival&quot;.
22811 A possible point of confusion arises when you change the configuration
22812 of the Sort Order for the currently open folder.
22813 The folder will normally be re-sorted when you go back to viewing the
22814 index.
22815 However, if you have manually sorted the folder with the
22816 Sort
22817 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22818 command, then it will not be re-sorted until the next time it is opened.
22821 <UL>   
22822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22823 </UL><P>
22824 &lt;End of help on this topic&gt;
22825 </BODY>
22826 </HTML>
22827 ====== h_config_fld_sort_rule =====
22828 <HTML>
22829 <HEAD>
22830 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22831 </HEAD>
22832 <BODY>
22833 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22835 This option controls the order in which folder list entries will be
22836 presented in the FOLDER LIST screen.  Choose one of the following:
22838 <DL>
22839 <DT>Alphabetical</DT>
22840 <DD>sort by alphabetical name independent of type
22841 </DD>
22843 <DT>Alpha-with-dirs-last</DT>
22844 <DD>sort by alphabetical name grouping directory entries
22845 to the end of the list
22846 </DD>
22848 <DT>Alpha-with-dirs-first</DT>
22849 <DD>sort by alphabetical name grouping directory entries
22850 to the start of the list
22851 </DD>
22852 </DL>
22854 The normal default is &quot;Alphabetical&quot;.
22857 <UL>   
22858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22859 </UL><P>
22860 &lt;End of help on this topic&gt;
22861 </BODY>
22862 </HTML>
22863 ====== h_config_ab_sort_rule =====
22864 <HTML>
22865 <HEAD>
22866 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22867 </HEAD>
22868 <BODY>
22869 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22871 This option controls the order in which address book entries will be
22872 presented.  Choose one of the following:
22874 <DL>
22875 <DT>fullname</DT>
22876 <DD>use fullname field, lists mixed in
22877 </DD>
22879 <DT>fullname-with-lists-last</DT>
22880 <DD>use fullname field, but put lists at end
22881 </DD>
22883 <DT>nickname</DT>
22884 <DD>use nickname field, lists mixed in
22885 </DD>
22887 <DT>nickname-with-lists-last</DT>
22888 <DD>use nickname field, but put lists at end
22889 </DD>
22891 <DT>dont-sort</DT>
22892 <DD>don't change order of file
22893 </DD>
22894 </DL>
22897 The normal default is &quot;fullname-with-lists-last&quot;.
22898 If you use an address book from more than one computer and those
22899 computers sort the address book differently then the sort order
22900 will be the order where the last change to the address book was
22901 made.
22902 There are two reasons the sorting might be different on different
22903 systems.
22904 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22905 places.
22906 Second, the collation rules on the two computers may be different.
22907 For example, one system might ignore special characters while the other
22908 doesn't or one may sort upper and lower case letters together while
22909 the other doesn't.
22910 In any case, the order you see is the order on the system where the
22911 last change was made, for example by an address book edit or a
22912 Take Address command.
22915 <UL>   
22916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22917 </UL><P>
22918 &lt;End of help on this topic&gt;
22919 </BODY>
22920 </HTML>
22921 ====== h_config_post_char_set =====
22922 <HTML>
22923 <HEAD>
22924 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22925 </HEAD>
22926 <BODY>
22927 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22929 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22930 when sending messages.
22934 When sending a message the text typed in the composer is
22935 labeled with the character set specified by this option.
22936 If the composed text is not fully representable in the 
22937 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22938 instead;
22941 Attachments are labeled with your
22942 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22945 Generally, there should be little need to set this option.
22946 If left unset, the
22947 default behavior is to label composed text as specifically as
22948 possible.  That is, if the composed text has no non-ASCII characters,
22949 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22950 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22951 attempt to automatically detect a number of character sets including ISO-8859-15,
22952 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22953 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22954 If the message contains a mix of character sets,
22955 it is labeled as &quot;UTF-8.&quot;
22959 This setting is provided to allow you to force a particular character set that
22960 Alpine does not automatically detect. For example, if a message is representable
22961 in more than one character set then Alpine may choose a different default
22962 than you want.
22963 Lastly, by setting this option explicitly to
22964 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22965 &quot;UTF-8&quot; instead of something more specific.
22968 In the Setup/Config screen you may choose from a list of all the
22969 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22972 The options
22973 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22974 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22975 are closely related.
22976 Setting the feature
22977 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22978 should cause this option to be ignored.
22981 <UL>   
22982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22983 </UL><P>
22984 &lt;End of help on this topic&gt;
22985 </BODY>
22986 </HTML>
22987 ====== h_config_unk_char_set =====
22988 <HTML>
22989 <HEAD>
22990 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22991 </HEAD>
22992 <BODY>
22993 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22995 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22996 when reading or replying to messages.
23000 A text message should either be made up of all US-ASCII characters
23001 or it should contain a charset label which tells the software which
23002 character set encoding to use to interpret the message.
23003 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23004 This message is outside of the standards so any attempt to read it could fail.
23005 When Alpine attempts to read such a message it will try to interpret the
23006 text in the character set you specify here.
23007 For example, if you have correspondents who send you unlabeled messages that
23008 are usually made up of characters from the WINDOWS-1251 character set, setting
23009 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23010 allow you to read those messages.
23011 Of course, if the unlabeled message is actually in some other character set,
23012 then you may see garbage on your screen.
23014 Instead of just unlabeled text, this option also affects text which is labeled
23015 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23016 or &quot;US-ASCII&quot;.
23019 In the Setup/Config screen you may choose from a list of all the
23020 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23023 <UL>   
23024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23025 </UL><P>
23026 &lt;End of help on this topic&gt;
23027 </BODY>
23028 </HTML>
23029 ====== h_config_char_set =====
23030 <HTML>
23031 <HEAD>
23032 <TITLE>OPTION: Display Character Set</TITLE>
23033 </HEAD>
23034 <BODY>
23035 <H1>OPTION: Display Character Set</H1>
23037 The Display Character Set configuration option is used when viewing messages.
23039 Alpine uses Unicode characters internally and 
23040 it is a goal for Alpine to handle email in many different languages.
23041 Alpine will properly display only left-to-right character sets
23042 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23043 font is in use, in the sense that
23044 characters are assumed to take up zero, one, or two character cell
23045 widths from left to right on the screen. This is true even in PC-Alpine.
23048 Alpine recognizes some local character sets that are right-to-left
23049 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23050 (Arabic) and properly converts texts in these character sets to/from
23051 Unicode; however, there are known display bugs with these character
23052 sets.
23055 There are three possible configuration character settings and some
23056 environment variable settings that can affect how Alpine
23057 handles international characters.
23058 The first two of these are only available in UNIX Alpine.
23059 The three configuration options are
23060 Display Character Set,
23061 Keyboard Character Set, and
23062 <!--#echo var="VAR_posting-character-set"-->.
23063 The Keyboard Character Set defaults to being the same value
23064 as the Display Character Set, and that is usually correct, because
23065 the keyboard almost always produces characters in the same character set
23066 as the display displays.
23067 The Display Character Set is the character set that Alpine
23068 will attempt to use when sending characters to the display.
23071 By default, the Display Character Set variable is not set and UNIX Alpine
23072 will attempt to get this information from the environment.
23073 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23074 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23075 An explicit configuration setting for Display Character Set will,
23076 of course, override any default setting.
23078 For PC-Alpine the Display Character Set
23079 and the Keyboard Character Set
23080 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23083 It is probably best to use UNIX Alpine in a terminal emulator
23084 capable of displaying UTF-8 characters, since that will allow you to
23085 view just about any received text that is correctly formatted (note,
23086 however, the above comments about known index display bugs with certain
23087 character sets). You'll need to have an emulator that uses a UTF-8 font
23088 and you'll need to set up your environment to use a UTF-8 charmap. For
23089 example, on a Linux system you might include
23091 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23094 or something similar in your UNIX startup files.
23095 You'd also have to select a UTF-8 font in your terminal emulator.
23098 The types of values that the character set variables may be set to are
23099 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23100 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23101 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23102 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23103 In the Setup/Config screen you may choose from a list of all the
23104 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23105 Here is a list of many of the possible character sets:
23108 <TABLE>
23109 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23110 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23111 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23112 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23113 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23114 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23115 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23116 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23117 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23118 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23119 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23120 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23121 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23122 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23123 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23124 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23125 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23126 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23127 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23128 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23129 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23130 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23131 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23132 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23133 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23134 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23135 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23136 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23137 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23138 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23139 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23140 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23141 </TABLE>
23144 When reading incoming email, Alpine understands many different
23145 character sets and is able to convert the incoming mail into Unicode.
23146 The Unicode will be converted to the Display Character Set
23147 for display on your terminal.
23148 Characters typed at the keyboard will be converted from the
23149 Keyboard Character Set to Unicode for Alpine's internal
23150 use.
23151 You may find that you can read some malformed messages that do not
23152 contain a character set label by setting the option
23153 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23156 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23157 The default behavior obtained by leaving this variable unset is usually
23158 what is wanted. In that default case, Alpine will attempt
23159 to label the message with the most specific character set from the
23160 rather arbitrary set
23162 US-ASCII, ISO-8859-15,
23163 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23164 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23167 For example, if the message is made up of only US-ASCII characters, it
23168 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23169 that will be the label. If that doesn't work the same is tried for the
23170 remaining members of the list.
23173 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23174 explicit value instead.
23175 For example, if you usually send messages in Greek, setting this
23176 option to ISO-8859-7 will result in messages being labeled as
23177 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23178 are only Greek characters, or UTF-8 if there are some characters
23179 that aren't representable in ISO-8859-7.
23180 Another possibility is to set this option explicitly to UTF-8.
23181 In that case
23182 Alpine labels only ascii messages as US-ASCII and all other
23183 messages as UTF-8.
23186 The options
23187 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23188 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23189 are closely related to this option.
23190 Setting the feature
23191 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23192 should cause this option to be ignored.
23195 When displaying a message, Alpine compares this setting to the character
23196 set specified in the message.  If not all of the
23197 characters in the message can be displayed using the Display Character Set
23198 then Alpine places an editorial
23199 comment in the displayed text (enclosed in square-brackets) indicating
23200 that some characters may not be displayed correctly.
23201 This comment may be eliminated by turning on the option
23202 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23205 <UL>   
23206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23207 </UL><P>
23208 &lt;End of help on this topic&gt;
23209 </BODY>
23210 </HTML>
23211 ====== h_config_key_char_set =====
23212 <HTML>
23213 <HEAD>
23214 <TITLE>OPTION: Keyboard Character Set</TITLE>
23215 </HEAD>
23216 <BODY>
23217 <H1>OPTION: Keyboard Character Set</H1>
23219 UNIX Alpine only.
23221 The Keyboard Character Set identifies the character set of the characters
23222 coming from your keyboard.
23223 It defaults to having the same value as your
23224 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23225 which in turn defaults to a value obtained from your environment.
23226 It is unlikely that you will need to use this option, because the keyboard
23227 almost always produces the same kind of characters as the display displays.
23230 This character set is also used when accessing files in your local
23231 file system.
23232 The names of the files are assumed to be in the same character set as
23233 what the keyboard produces, as well as the contents of the files.
23236 In the Setup/Config screen you may choose from a list of all the
23237 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23240 The options
23241 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23242 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23243 are closely related.
23244 Setting the feature
23245 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23246 should cause this option to be ignored.
23249 <UL>   
23250 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23251 </UL><P>
23252 &lt;End of help on this topic&gt;
23253 </BODY>
23254 </HTML>
23255 ====== h_config_editor =====
23256 <HTML>
23257 <HEAD>
23258 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23259 </HEAD>
23260 <BODY>
23261 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23263 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23264 normally an alternative to Alpine's internal composer (Pico).  You could use
23265 this setting to specify an alternate editor to use occasionally or if you
23266 have a favorite editor and want to use it all the time (see the 
23267 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23268 If you specify multiple editors for this option, ^_ will invoke the first one 
23269 of those specified that exists and is executable.  When specifying a program 
23270 for use here, make sure that the format of the text it saves -- which, when 
23271 you exit it, will become the message body in Alpine -- is appropriate 
23272 for the body of an email message; avoid proprietary formats that may result in 
23273 a message body that the recipient of your message will be unable to decipher.
23275 <!--chtml if pinemode="os_windows"-->
23276 <!--chtml else-->
23277 If you are in doubt about what editors are available on your system, or which 
23278 of them may be appropriate for specification here, ask your local computing 
23279 support staff.  
23280 <!--chtml endif-->
23282 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23283 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23284 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23285 use that.
23287 <P><UL>
23288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23289 </UL>
23291 &lt;End of help on this topic&gt;
23292 </BODY>
23293 </HTML>
23294 ====== h_config_speller =====
23295 <HTML>
23296 <HEAD>
23297 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23298 </HEAD>
23299 <BODY>
23300 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23302 UNIX Alpine only.
23304 For PC-Alpine, you must install the aspell library code that you
23305 may get from
23306 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23308 This option affects the behavior of the ^T (spell check) command in the
23309 Composer.  It specifies the program invoked by ^T in the Composer.
23310 By default, Alpine uses
23312 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23314 if it knows where to find &quot;aspell&quot;.
23315 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23316 then the command used is
23318 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23320 Otherwise, the ancient &quot;spell&quot; command is used.
23322 If you specify a value for this command (with full pathname) then that is what
23323 will be used instead of any of the defaults.
23324 When invoking this
23325 spell-checking program, Alpine appends a tempfile name (where the message is
23326 passed) to the command line. Alpine expects the speller to correct the
23327 spelling in that file. When you exit from that program Alpine will read the
23328 tempfile back into the composer.
23330 Don't set this speller option to the standard Unix spell command.
23331 That won't work because spell works in a different way.
23334 <UL>   
23335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23336 </UL><P>
23337 &lt;End of help on this topic&gt;
23338 </BODY>
23339 </HTML>
23340 ====== h_config_display_filters =====
23341 <HTML>
23342 <HEAD>
23343 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23344 </HEAD>
23345 <BODY>
23346 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23348 This option defines a list of text-filtering commands (programs or
23349 scripts) that may be used to filter text portions of received messages
23350 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23351 display screen, exporting to a text file).  
23352 For security reasons, the full path name of the
23353 filter command must be specified.
23356 The command is executed and the message is piped into its standard input. 
23357 The standard output of the command is read back by Alpine.  The
23358 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23360 <P> 
23361 The filter's use is based on the configured &quot;trigger&quot; string.  The
23362 format of a filter definition is:
23364 <P>   
23365 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23368 You can specify as many filters as you wish, separating them with a comma.  
23369 Each filter can have only one trigger and command.  Thus, two trigger 
23370 strings that invoke the same command require separate filter 
23371 specifications. 
23373 <P> 
23374 The &quot;trigger&quot; is simply text that, if found in the message,
23375 will invoke the associated command.  If the trigger contains any space
23376 characters, it must be placed within quotes.  Likewise, should you
23377 wish a filter to be invoked unconditionally, define the trigger as the
23378 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23379 trigger string is found anywhere in the text of the message the filter
23380 is invoked.  Placing the trigger text within the tokens defined below
23381 changes where within the text the trigger must be before considering
23382 it a match.
23384 <P>  
23385 Trigger Modifying Tokens:
23386 <DL>
23387 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23388 <DD>This token tells Alpine to invoke the supplied command
23389 if the text is in a character set matching <VAR>string</VAR>
23390 (e.g., ISO-8859-2 or ISO-2022-JP).
23391 </DD>
23394 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23395 <DD>This token tells Alpine to invoke the supplied command
23396 if the enclosed <VAR>string</VAR> is found to be the first
23397 non-whitespace text.
23398 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23399 the space character.
23400 </DD>
23402 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23403 <DD>This token tells Alpine to invoke the supplied command
23404 if the enclosed <VAR>string</VAR> is found at the beginning
23405 of any line in the text.
23406 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23407 the space character.
23408 </DD>
23409 </DL>
23412 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23413 the command line to be invoked if the trigger string is found.  Below
23414 are tokens that Alpine will recognize and replace with special values
23415 when the command is actually invoked.
23418 Command Modifying Tokens:
23420 <DL>
23421 <DT>_TMPFILE_</DT>
23422 <DD>When the command is executed, this token is 
23423 replaced with the path and name of the temporary 
23424 file containing the text to be filtered.  Alpine 
23425 expects the filter to replace this data with the 
23426 filter's result.
23429 NOTE: Use of this token implies that the text to 
23430 be filtered is not piped into standard input of the 
23431 executed command and its standard output is ignored. 
23432 Alpine restores the tty modes before invoking the
23433 filter in case the filter interacts with the user
23434 via its own standard input and output.  
23435 </DD>
23436                         
23437 <DT>_RESULTFILE_</DT>
23438 <DD>When the command is executed, this token is 
23439 replaced with the path and name of a temporary 
23440 file intended to contain a status message from the 
23441 filter.  Alpine displays this in the message status 
23442 field. 
23443 </DD>
23445 <DT>_DATAFILE_</DT>
23446 <DD>When the command is executed, this token is 
23447 replaced with the path and name of a temporary 
23448 file that Alpine creates once per session and deletes 
23449 upon exit.  The file is intended to be used by the 
23450 filter to store state information between instances 
23451 of the filter.
23452 </DD>
23453    
23454 <DT>_PREPENDKEY_</DT>
23455 <DD>When the command is executed, this token indicates that a random
23456 number will be passed down the input stream before the message text.
23457 This number could be used as a session key.  It is sent in this way to
23458 improve security.  The number is unique to the current Alpine session
23459 and is only generated once per session.
23460 </DD>
23462 <DT>_SILENT_</DT>
23463 <DD>When the filter is executed, this token tells Alpine not to repaint
23464 the screen while the command is being executed. This can be used with 
23465 filters that do not interact with the user, and therefore repainting 
23466 the screen is not necessary. 
23467 </DD>
23468 </DL>
23471 The feature
23472 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23474 Performance caveat/considerations:
23475 <BR>
23476 Testing for the trigger and invoking the filter doesn't come for free.
23477 There is overhead associated with searching for the trigger string, testing
23478 for the filter's existence and actually piping the text through the filter.
23479 The impact can be reduced if the Trigger Modifying Tokens above are 
23480 employed.
23482 &lt;End of help on this topic&gt;
23483 </BODY>
23484 </HTML>
23485 ====== h_config_sending_filter =====
23486 <HTML>
23487 <HEAD>
23488 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23489 </HEAD>
23490 <BODY>
23491 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23492       
23493 This option defines a list of text-filtering commands (programs and
23494 scripts) that may be selectively invoked to process a message just before
23495 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23496 select which filter (or none) to apply to the message before it is sent. 
23497 For security reasons, the full path of the filter program must be
23498 specified.
23501 Command Modifying Tokens:
23503 <DL>
23504 <DT>_RECIPIENTS_</DT>
23505 <DD>When the command is executed, this token is replaced 
23506 with the space delimited list of recipients of the 
23507 message being sent. 
23508 </DD>
23509         
23510 <DT>_TMPFILE_</DT>
23511 <DD>
23512 When the command is executed, this token is 
23513 replaced with the path and name of the temporary 
23514 file containing the text to be filtered.  Alpine 
23515 expects the filter to replace this data with the 
23516 filter's result.
23519 NOTE: Use of this token implies that the text to 
23520 be filtered is not piped into standard input of the 
23521 executed command and its standard output is ignored. 
23522 Alpine restores the tty modes before invoking the
23523 filter in case the filter interacts with the user
23524 via its own standard input and output.  
23525 </DD>
23526                         
23527 <DT>_RESULTFILE_</DT>
23528 <DD>When the command is executed, this token is 
23529 replaced with the path and name of a temporary 
23530 file intended to contain a status message from the 
23531 filter.  Alpine displays this in the message status 
23532 field. 
23533 </DD>
23535 <DT>_DATAFILE_</DT>
23536 <DD>When the command is executed, this token is replaced 
23537 in the command line with the path and name of a 
23538 temporary file that Alpine creates once per session 
23539 and deletes upon exit.  The file is intended to be 
23540 used by the filter to store state information between 
23541 instances of the filter.
23542 </DD>
23543    
23544 <DT>_PREPENDKEY_</DT>
23545 <DD>When the command is executed, this token indicates 
23546 that a random number will be passed down the input 
23547 stream before the message text.  This number could 
23548 be used as a session key.  It is sent in this way 
23549 to improve security.  The number is unique to the 
23550 current Alpine session and is only generated once per 
23551 session. 
23552 </DD>
23554 <DT>_INCLUDEALLHDRS_</DT>
23555 <DD>When the command is executed, this token indicates 
23556 that the headers of the message will be passed down the input stream
23557 before the message text.
23558 </DD>
23560 <DT>_MIMETYPE_</DT>
23561 <DD>When the command is executed, this token is replaced in the
23562 command name with a temporary file name used to accept any new MIME
23563 Content-Type information necessitated by the output of the filter.
23564 Upon the filter's exit, if the file contains new MIME type
23565 information, Alpine verifies its format and replaces the outgoing
23566 message's MIME type information with that contained in the file. This
23567 is basically a cheap way of sending something other than Text/Plain.
23568 </DD>
23569 </DL>
23571 <P>   
23572 NOTE: Only the body text, which is visible in the Composer, is piped
23573 through this filter.  Attachments are not sent to the filter.
23574 <P>   
23575 Sending filters are not used if the feature
23576 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23578 <UL>   
23579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23580 </UL><P>
23581 &lt;End of help on this topic&gt;
23582 </BODY>
23583 </HTML>
23584 ====== h_config_keywords =====
23585 <HTML>
23586 <HEAD>
23587 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23588 </HEAD>
23589 <BODY>
23590 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23592 You may define your own set of keywords and optionally set them on a
23593 message by message basis.
23594 These are similar to the &quot;Important&quot; flag which the user
23595 may set using the Flag command.
23596 The difference is that the Important flag is always present for each folder.
23597 User-defined keywords are chosen by the user.
23598 You may set up the list of possible keywords here, or you may add keywords
23599 from the Flag Details screen that you
23600 can get to after typing the
23601 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23602 command.
23603 After the keywords have been defined,
23604 then you use the <A HREF="h_common_flag">Flag command</A>
23605 to set or clear the keywords in each message.
23606 The behavior of the flag command may be modified by using the
23607 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23608 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23611 Keywords may be used when Selecting messages (Select Keyword).
23612 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23613 Filter Rules may be used to set keywords automatically.
23614 Keywords may be displayed as part of the Subject of a message by using
23615 the SUBJKEY or SUBJKEYINIT tokens in the
23616 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23617 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23618 option may be used to modify the display of keywords using
23619 SUBJKEY and SUBJKEYINIT slightly.
23620 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23621 screen by using the KEY or KEYINIT tokens.
23622 It is also possible to color keywords in the index using the
23623 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23624 Keywords are not supported by all mail servers.
23627 You may give keywords nicknames if you wish.
23628 If the keyword definition you type in contains a SPACE character, then the
23629 actual value of the keyword is everything after the last SPACE and the
23630 nickname for that keyword is everything before the last SPACE.
23631 For example, suppose you are trying to interoperate with another email program
23632 that uses a particular keyword with an unpleasant name.
23633 Maybe it uses a keyword called
23635 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23637 but for you that keyword means that the message is work-related.
23638 You could define a keyword to have the value
23640 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23642 and then you would use the name &quot;Work&quot; when dealing with
23643 that keyword in Alpine.
23644 If you defined it as
23646 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23648 the nickname would be everything before the last SPACE, that is the nickname
23649 would be &quot;My Work&quot;.
23651 Some commonly used keywords begin with dollar signs.
23652 This presents a slight complication, because the dollar sign is normally used
23653 to signify
23654 <A HREF="h_news_config">environment variable expansion</A>
23655 in the Alpine configuration.
23656 In order to specify a keyword that begins with a dollar sign you must
23657 precede the dollar sign with a second dollar sign to escape its special
23658 meaning.
23659 For example, if you want to include the keyword
23661 <CENTER><SAMP>$Label1</SAMP></CENTER>
23663 as one of your possible keywords, you must enter the text
23665 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23668 instead.
23670 There are a couple limitations.
23671 First, not all servers support keywords.
23672 Second, some servers (including the IMAP server included with Alpine)
23673 have a per folder limit on the number of keywords that may be defined.
23674 This count commonly includes every keyword you have ever used in the
23675 folder, even if it is no longer being used.
23676 In other words, you can add keywords but you cannot remove them easily.
23677 If you have changed keywords over the life of a folder and find that
23678 you have reached such a limit, one possible solution might be to copy
23679 all of the messages to a newly created folder (using Alpine) and then
23680 delete the original and rename the new folder.
23681 The reason this might work is that only the keywords currently set in
23682 any of the messages will be used in the new folder, hopefully putting you
23683 under the limit.
23686 <UL>   
23687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23688 </UL><P>
23689 &lt;End of help on this topic&gt;
23690 </BODY>
23691 </HTML>
23692 ====== h_config_alt_addresses =====
23693 <HTML>
23694 <HEAD>
23695 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23696 </HEAD>
23697 <BODY>
23698 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23700 This option provides a place for you to list alternate email addresses
23701 you may have.
23702 Each address in the list should be the actual email address part of an
23703 address, without the full name field or the angle brackets.
23704 For example:
23707 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23710 The matching is case-insensitive, so this would match any of
23711 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23712 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23715 If set, the option affects the behavior of the Reply
23716 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23717 a message has been addressed specifically to you.
23720 In the default INDEX display
23721 the personal name (or email address) of
23722 the person listed in the message's &quot;From:&quot; header
23723 field is usually displayed except when that address is yours or one of your
23724 alternate addresses.
23725 In that case you will usually see the name of
23726 the first person specified in the
23727 message's &quot;To:&quot; header field
23728 with the prefix &quot;To: &quot; prepended.
23731 With respect to Reply, the reply-to-all option will exclude addresses
23732 listed here.
23735 The feature
23736 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23737 is somewhat related to this option.
23740 In addition to a list of actual addresses,
23741 you may use regular expressions (as used with egrep with the ignore case flag)
23742 to describe the addresses you want to match.
23743 Alpine will somewhat arbitrarily interpret your entry as a regular
23744 expression if it contains any of the characters
23745 *, |, +, ?, {, [, ^, $, or &#92;.
23746 Otherwise, it will be treated literally.
23747 The feature
23748 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23749 may be used to turn off regular expression processing regardless of whether or not
23750 special characters appear in the entry.
23753 A description of how regular expressions work is beyond the
23754 scope of this help text, but some examples follow.
23757 The entry
23760 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23763 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23764 address with a domain name of <SAMP>example.com</SAMP> (such as
23765 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23766 one of your alternate addresses.
23767 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23768 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23769 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23770 Complicating things further, the dollar sign
23771 is special in the Alpine configuration (it signifies environment variable expansion)
23772 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23773 Quotes around the whole expression will not escape the dollar sign successfully.
23774 So this example should look like
23777 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23781 The entry
23784 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23787 would match
23788 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23789 as <SAMP>fred@example.com</SAMP>.
23792 You could match all addresses that look like
23793 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23794 entry
23797 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23800 Notice that you have to escape the plus sign with a backslash because plus
23801 is a special character in regular expressions.
23802 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23803 the expression
23806 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23809 would do it, but it would be easier to just add fred@example.com as a
23810 separate entry.
23813 One more example, a match of all first-level subdomains, is given by
23816 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23820 Because the regular expression matching is based on an old library
23821 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23822 but they should be close.
23825 <UL>   
23826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23827 </UL><P>
23828 &lt;End of help on this topic&gt;
23829 </BODY>
23830 </HTML>
23831 ====== h_config_abook_formats =====
23832 <HTML>
23833 <HEAD>
23834 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23835 </HEAD>
23836 <BODY>
23837 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23839 This option specifies the format that address books are displayed in.
23840 Normally, address books are displayed with the nicknames in the first
23841 column, the fullnames in the second column, and addresses in the third
23842 column.  The system figures out reasonable defaults for the widths of
23843 the columns.  An address book may be given a different format by
23844 listing special tokens in the order you want them to display.  The
23845 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23846 So, for example, to get the default behavior you could list
23849 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23852 (You can also use the token DEFAULT to get the default behavior for
23853 an address book format.)
23856 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23857 is a list, so if you have more than one address book you may have a
23858 separate format for each by putting its format at the corresponding
23859 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23863 Listed first are the personal address books, then the global address
23864 books.  So, if you have two personal address books and one global
23865 address book, you may have up to three formats in the
23866 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23867 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23868 are address books, the last element is used repeatedly.
23872 Each of the tokens may also be optionally followed by parentheses with
23873 either a number or a percentage inside the parentheses.  For example,
23874 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23875 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23876 of the available space (the screen width minus the space for
23877 inter-column spaces) to the fullnames column, while plain
23878 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23879 reasonable number of columns.
23882 There are always 2 spaces between every column, so if you use
23883 fixed column widths (like 13) you should remember to take that into
23884 account.
23887 <UL>   
23888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23889 </UL><P>
23890 &lt;End of help on this topic&gt;
23891 </BODY>
23892 </HTML>
23893 ====== h_config_set_index_format =====
23894 <HTML>
23895 <HEAD>
23896 <TITLE>Set Index Format</TITLE>
23897 </HEAD>
23898 <BODY>
23899 <H1>Set Index Format</H1>
23901 This option is used to customize the content of lines in the
23902 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23903 This action works exactly like the regular
23904 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23905 except that you can have a folder-specific value for it if you specify it here.
23906 Consult the help for
23907 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23908 for more information.
23911 <UL>   
23912 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23913 </UL><P>
23914 &lt;End of help on this topic&gt;
23915 </BODY>
23916 </HTML>
23917 ====== h_config_index_format =====
23918 <HTML>
23919 <HEAD>
23920 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23921 </HEAD>
23922 <BODY>
23923 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23925 This option is used to customize the content of lines in the
23926 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23927 to convey some amount of immediately relevant information about each 
23928 message in the current folder.
23931 Alpine provides a pre-defined set of informational fields with
23932 reasonable column widths automatically computed.  You can, however,
23933 replace this default set by listing special tokens in the order you
23934 want them displayed.
23937 The list of available tokens is
23938 <A HREF="h_index_tokens">here</A>.
23941 Spaces are used to separate listed tokens.  Additionally, you can
23942 specify how much of the screen's width the token's associated data
23943 should occupy on the index line by appending to the token a pair of
23944 parentheses enclosing either a number or percentage.  For example,
23945 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23946 column, and &quot;SUBJECT(20%)&quot; means to
23947 allocate 20% of the available space
23948 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23949 attempt to figure out a reasonable amount of space.
23952 There is always one space between every pair of columns, so if you use fixed
23953 column widths (like 13) you should remember to take that into account.
23954 Several of the fields are virtually fixed-width, so it doesn't make
23955 much sense to specify the width for them.  The fields STATUS,
23956 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23957 and DESCRIPSIZE all fall into that category.
23958 You <EM>may</EM> specify widths for those if you wish, but
23959 you're probably better off letting the system pick those widths.  <P>
23962 The default is equivalent to:
23965 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23968 This means that the four fields without percentages will be allocated
23969 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23970 the from and subject fields.  If one of those two fields is specified
23971 as a percentage and the other is left for the system to choose, then
23972 the percentage is taken as an absolute percentage of the screen, not
23973 of the space remaining after allocating the first four columns.  It
23974 doesn't usually make sense to do it that way.  If you leave off all
23975 the widths, then the subject and from fields (if both are present) are
23976 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23977 the default.
23980 What you are most likely to do with this configuration option is to
23981 specify which fields appear at all, which order they appear in, and the
23982 percentage of screen that is used for the from and subject fields if you
23983 don't like the 2 to 1 default.
23986 If you want to retain the default format that Pine 4.64 had, use
23989 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23991 <EM>and</EM> set the feature
23992 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23993 <UL>   
23994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23995 </UL><P>
23996 &lt;End of help on this topic&gt;
23997 </BODY>
23998 </HTML>
23999 ====== h_config_reply_intro =====
24000 <HTML>
24001 <HEAD>
24002 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24003 </HEAD>
24004 <BODY>
24005 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24007 This option is used to customize the content of the introduction line
24008 that is included when replying to a message and including the original
24009 message in the reply.
24010 The normal default (what you will get if you delete this variable) looks
24011 something like:
24013 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24015 where the day of the week is only included if it is available in the
24016 original message.
24017 You can replace this default with text of your own.
24018 The text may contain tokens that are replaced with text
24019 that depends on the message you are replying to.
24020 For example, the default is equivalent to:
24022 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24025 Since this variable includes regular text mixed with special tokens
24026 the tokens have to be surrounded by underscore characters.
24027 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24028 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24029 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24031 The list of available tokens is
24032 <A HREF="h_index_tokens">here</A>.
24035 By default, the text is all on a single line and is followed by a blank line.
24036 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24037 than 80 characters when replying to a particular message, it is shortened.
24038 However, if you use the token
24040 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24043 anywhere in the value, no end of line or blank line is appended, and no
24044 shortening is done.
24045 The _NEWLINE_ token may be used to get rid of the blank line following
24046 the text, to add more blank lines, or to form a multi-line
24047 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24048 To clarify how _NEWLINE_ works recall that the default value is:
24050 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24053 That is equivalent to
24055 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24058 In the former case, two newlines are added automatically because
24059 no _NEWLINE_ token appears in the value of the option (for backwards
24060 compatibility). In the latter case, the newlines are explicit.
24061 If you want to remove the blank line that follows the
24062 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24063 _NEWLINE_ token like
24065 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24068 Because of the backwards compatibility problem, it is not possible to
24069 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24070 and that will cause the automatic adding of two newlines!
24071 If you want, you may embed newlines in the middle of the text, as well,
24072 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24075 By default, no attempt is made to localize the date.
24076 If you prefer a localized form you may find that one of the tokens
24077 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24078 If you want more control one of the many other date tokens, such as _DATEISO_,
24079 might be better.
24082 For the adventurous, there is a way to conditionally include text based
24083 on whether or not a token would result in specific replacement text.
24084 For example, you could include some text based on whether or not
24085 the _NEWS_ token would result in any newsgroups if it was used.
24086 It's explained in detail
24087 <A HREF="h_reply_token_conditionals">here</A>.
24090 In the very unlikely event that you want to include a literal token
24091 in the introduction line you must precede it with a backslash character.
24092 For example,
24094 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24096 would produce something like
24098 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24100 It is not possible to have a literal backslash followed by an expanded token.
24102 <UL>   
24103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24104 </UL><P>
24105 &lt;End of help on this topic&gt;
24106 </BODY>
24107 </HTML>
24108 ====== h_config_remote_abook_history =====
24109 <HTML>
24110 <HEAD>
24111 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24112 </HEAD>
24113 <BODY>
24114 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24116 Sets how many extra copies of
24117 remote address book
24118 data will be kept in each remote address book folder.
24119 The default is three.
24120 These extra copies are simply old versions of the data. Each time a change
24121 is made a new copy of the address book data is appended to the folder. Old
24122 copies are trimmed, if possible, when Alpine exits.
24123 An old copy can be put back into use by
24124 deleting and expunging newer versions of the data from the folder.
24125 Don't delete the first message from the folder. It is a special header
24126 message for the remote address book and it must be there.
24127 This is to prevent regular folders from being used as remote address book
24128 folders and having their data destroyed.
24130 This option is also used to determine how many extra copies of remote
24131 Alpine configuration files are kept.
24133 <UL>   
24134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24135 </UL><P>
24136 &lt;End of help on this topic&gt;
24137 </BODY>
24138 </HTML>
24139 ====== h_config_remote_abook_validity =====
24140 <HTML>
24141 <HEAD>
24142 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24143 </HEAD>
24144 <BODY>
24145 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24147 Sets the minimum number of minutes that a
24148 remote address book will be considered up to date.
24149 Whenever an entry contained in a remote address book is used,
24150 if more than this many minutes have
24151 passed since the last check the remote server will be queried to see if the
24152 address book has changed.
24153 If it has changed, the local copy is updated.
24154 The default value is five minutes.
24155 The special value of -1 means never check.
24156 The special value of zero means only check when the address book is first
24157 opened.
24159 No matter what the value, the validity check is always done when the
24160 address book is about to be changed by the user.
24161 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24162 while in the address book maintenance screen for the remote address book.
24164 <UL>   
24165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24166 </UL><P>
24167 &lt;End of help on this topic&gt;
24168 </BODY>
24169 </HTML>
24170 ====== h_config_user_input_timeo =====
24171 <HTML>
24172 <HEAD>
24173 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24174 </HEAD>
24175 <BODY>
24176 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24178 If this is set to an integer greater than zero, then this is the number
24179 of <EM>hours</EM> to wait for user input before Alpine times out.
24180 If Alpine is
24181 in the midst of composing a message or is waiting for user response to
24182 a question, then it will not timeout.
24183 However, if Alpine is sitting idle waiting for
24184 the user to tell it what to do next and the user does not give any
24185 input for this many hours, Alpine will exit.
24186 No expunging or moving of read
24187 messages will take place.
24188 It will exit similarly to the way it would exit
24189 if it received a hangup signal.
24190 This may be useful for cleaning up unused Alpine sessions that have been
24191 forgotten by their owners.
24192 The Alpine developers envision system administrators
24193 setting this to a value of several hours (24?) so that it won't surprise
24194 a user who didn't want to be disconnected.
24196 <UL>   
24197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24198 </UL><P>
24199 &lt;End of help on this topic&gt;
24200 </BODY>
24201 </HTML>
24202 ====== h_config_ssh_open_timeo =====
24203 <HTML>
24204 <HEAD>
24205 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24206 </HEAD>
24207 <BODY>
24208 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24210 Sets the time in seconds that Alpine will
24211 attempt to open a UNIX secure shell connection.
24212 The default is 15, the minimum non-zero value is 5,
24213 and the maximum is unlimited. If this is set to zero ssh connections
24214 will be completely disabled.
24216 <UL>   
24217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24218 </UL><P>
24219 &lt;End of help on this topic&gt;
24220 </BODY>
24221 </HTML>
24222 ====== h_config_rsh_open_timeo =====
24223 <HTML>
24224 <HEAD>
24225 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24226 </HEAD>
24227 <BODY>
24228 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24230 Sets the time in seconds that Alpine will
24231 attempt to open a UNIX remote shell connection.
24232 The default is 15, the minimum non-zero value is 5,
24233 and the maximum is unlimited. If this is set to zero rsh connections
24234 will be completely disabled.
24235 This might be useful if rsh connections will never work in your environment
24236 but are causing delays due to firewalls or some other reason.
24238 <UL>   
24239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24240 </UL><P>
24241 &lt;End of help on this topic&gt;
24242 </BODY>
24243 </HTML>
24244 ====== h_config_tcp_open_timeo =====
24245 <HTML>
24246 <HEAD>
24247 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24248 </HEAD>
24249 <BODY>
24250 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24252 Sets the time in seconds that Alpine will
24253 attempt to open a network connection. The default is 30, the minimum is 5,
24254 and the maximum is system defined (typically 75). If a connection has not
24255 completed within this many seconds Alpine will give up and consider it a
24256 failed connection.
24258 <UL>   
24259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24260 </UL><P>
24261 &lt;End of help on this topic&gt;
24262 </BODY>
24263 </HTML>
24264 ====== h_config_tcp_readwarn_timeo =====
24265 <HTML>
24266 <HEAD>
24267 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24268 </HEAD>
24269 <BODY>
24270 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24272 Sets the time in seconds that Alpine will
24273 wait for a network read before warning you that things are moving slowly
24274 and possibly giving you the option to break the connection.
24275 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24276 1000 seconds.
24278 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24280 <UL>   
24281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24282 </UL><P>
24283 &lt;End of help on this topic&gt;
24284 </BODY>
24285 </HTML>
24286 ====== h_config_tcp_writewarn_timeo =====
24287 <HTML>
24288 <HEAD>
24289 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24290 </HEAD>
24291 <BODY>
24292 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24294 Sets the time in seconds that Alpine will
24295 wait for a network write before warning you that things are moving slowly
24296 and possibly giving you the option to break the connection.
24297 The default is 0 which means it is unset. If set to a non-zero value, the
24298 minimum is 5 and the maximum is 1000.
24300 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24302 <UL>   
24303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24304 </UL><P>
24305 &lt;End of help on this topic&gt;
24306 </BODY>
24307 </HTML>
24308 ====== h_config_tcp_query_timeo =====
24309 <HTML>
24310 <HEAD>
24311 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24312 </HEAD>
24313 <BODY>
24314 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24316 When Alpine times out a network read or write it will normally just display
24317 a message saying &quot;Still waiting&quot;.
24318 However, if enough time has elapsed since it started waiting it will offer
24319 to let you break the connection.
24320 That amount of time is set by this option, which defaults to 60 seconds,
24321 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24323 <UL>   
24324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24325 </UL><P>
24326 &lt;End of help on this topic&gt;
24327 </BODY>
24328 </HTML>
24329 ====== h_config_incoming_folders =====
24330 <HTML>
24331 <HEAD>
24332 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24333 </HEAD>
24334 <BODY>
24335 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24337 This is a list of one or more folders other than <EM>INBOX</EM> that
24338 may receive new messages.
24339 It is related to the
24340 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24341 feature.
24342 This variable is normally manipulated with the Add, Delete, and Rename
24343 commands in the FOLDER LIST for the Incoming Message Folders collection.
24345 <UL>   
24346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24347 </UL><P>
24348 &lt;End of help on this topic&gt;
24349 </BODY>
24350 </HTML>
24351 ====== h_config_folder_spec =====
24352 <HTML>
24353 <HEAD>
24354 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24355 </HEAD>
24356 <BODY>
24357 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24359 This is a list of one or more collections where saved mail is stored. 
24360 The first collection in this list is the default
24361 collection for <EM>Save</EM>s,
24362 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24364 This variable is normally manipulated using the Setup/collectionList screen.
24366 <UL>   
24367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24368 </UL><P>
24369 &lt;End of help on this topic&gt;
24370 </BODY>
24371 </HTML>
24372 ====== h_config_news_spec =====
24373 <HTML>
24374 <HEAD>
24375 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24376 </HEAD>
24377 <BODY>
24378 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24380 This is a list of collections where news folders are located.
24382 This variable is normally manipulated using the Setup/collectionList screen.
24384 <UL>   
24385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24386 </UL><P>
24387 &lt;End of help on this topic&gt;
24388 </BODY>
24389 </HTML>
24390 ====== h_config_address_book =====
24391 <HTML>
24392 <HEAD>
24393 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24394 </HEAD>
24395 <BODY>
24396 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24398 A list of personal address books.
24399 Each entry in the list is an
24400 optional nickname followed by a pathname or file name relative to the home
24401 directory.
24402 The nickname is separated from the rest of the line with whitespace.
24403 Instead of a local pathname or file name, a remote folder name can be given.
24404 This causes the address book to
24405 be a Remote address book.
24407 Use the Setup/AddressBook screen to modify this variable.
24409 <UL>   
24410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24411 </UL><P>
24412 &lt;End of help on this topic&gt;
24413 </BODY>
24414 </HTML>
24415 ====== h_config_glob_addrbook =====
24416 <HTML>
24417 <HEAD>
24418 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24419 </HEAD>
24420 <BODY>
24421 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24423 A list of shared address books.  Each entry in the list is an
24424 optional nickname followed by a pathname or file name relative to the home
24425 directory.
24426 A SPACE character separates the nickname from the rest of the line.
24427 Instead of a local pathname or file name, a remote folder name can be given.
24428 This causes the address book to
24429 be a Remote address book.
24430 Global address books are
24431 defined to be ReadOnly.
24433 Use the Setup/AddressBook screen to modify this variable.
24435 <UL>   
24436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24437 </UL><P>
24438 &lt;End of help on this topic&gt;
24439 </BODY>
24440 </HTML>
24441 ====== h_config_last_vers =====
24442 <HTML>
24443 <HEAD>
24444 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24445 </HEAD>
24446 <BODY>
24447 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24449 This is set automatically by Alpine. 
24450 It is used to keep track of the last version of Alpine that
24451 was run by the user.
24452 Whenever the version number increases, a new version message is printed out.
24453 This may not be set in the system-wide configuration files.
24455 <UL>   
24456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24457 </UL><P>
24458 &lt;End of help on this topic&gt;
24459 </BODY>
24460 </HTML>
24461 ====== h_config_printer =====
24462 <HTML>
24463 <HEAD>
24464 <TITLE>OPTION: Printer</TITLE>
24465 </HEAD>
24466 <BODY>
24467 <H1>OPTION: Printer</H1>
24469 Your default printer selection.
24471 Use the Setup/Printer screen to modify this variable.
24473 <UL>   
24474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24475 </UL><P>
24476 &lt;End of help on this topic&gt;
24477 </BODY>
24478 </HTML>
24479 ====== h_config_print_cat =====
24480 <HTML>
24481 <HEAD>
24482 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24483 </HEAD>
24484 <BODY>
24485 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24487 This is an internal Alpine variable.
24488 It will be equal to 1, 2, or 3 depending on whether the default printer is
24489 attached, standard, or a personal print command.
24491 Use the Setup/Printer screen to modify this variable.
24493 <UL>   
24494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24495 </UL><P>
24496 &lt;End of help on this topic&gt;
24497 </BODY>
24498 </HTML>
24499 ====== h_config_print_command =====
24500 <HTML>
24501 <HEAD>
24502 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24503 </HEAD>
24504 <BODY>
24505 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24507 List of personal print commands.
24509 Use the Setup/Printer screen to modify this variable.
24511 <UL>   
24512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24513 </UL><P>
24514 &lt;End of help on this topic&gt;
24515 </BODY>
24516 </HTML>
24517 ====== h_config_pat_old =====
24518 <HTML>
24519 <HEAD>
24520 <TITLE>OPTION: Patterns</TITLE>
24521 </HEAD>
24522 <BODY>
24523 <H1>OPTION: Patterns</H1>
24525 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24526 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24527 and Patterns-Other.
24528 Patterns-Scores and Patterns-Filters have been replaced since then by
24529 Patterns-Scores2 and Patterns-Filters2.
24531 Use the Setup/Rules screens to modify these 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_pat_roles =====
24540 <HTML>
24541 <HEAD>
24542 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24543 </HEAD>
24544 <BODY>
24545 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24547 List of rules used for roles.
24548 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24549 other options.
24551 Use the Setup/Rules/Roles screen to modify this variable.
24553 <UL>   
24554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24555 </UL><P>
24556 &lt;End of help on this topic&gt;
24557 </BODY>
24558 </HTML>
24559 ====== h_config_pat_filts =====
24560 <HTML>
24561 <HEAD>
24562 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24563 </HEAD>
24564 <BODY>
24565 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24567 List of rules used for filters.
24569 Use the Setup/Rules/Filters screen to modify this variable.
24571 <UL>   
24572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24573 </UL><P>
24574 &lt;End of help on this topic&gt;
24575 </BODY>
24576 </HTML>
24577 ====== h_config_pat_scores =====
24578 <HTML>
24579 <HEAD>
24580 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24581 </HEAD>
24582 <BODY>
24583 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24585 List of rules used for scoring.
24587 Use the Setup/Rules/SetScores screen to modify this variable.
24589 <UL>   
24590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24591 </UL><P>
24592 &lt;End of help on this topic&gt;
24593 </BODY>
24594 </HTML>
24595 ====== h_config_pat_other =====
24596 <HTML>
24597 <HEAD>
24598 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24599 </HEAD>
24600 <BODY>
24601 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24603 List of rules used for miscellaneous configuration.
24605 Use the Setup/Rules/Other screen to modify this variable.
24607 <UL>   
24608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24609 </UL><P>
24610 &lt;End of help on this topic&gt;
24611 </BODY>
24612 </HTML>
24613 ====== h_config_pat_incols =====
24614 <HTML>
24615 <HEAD>
24616 <TITLE>OPTION: patterns-indexcolors</TITLE>
24617 </HEAD>
24618 <BODY>
24619 <H1>OPTION: patterns-indexcolors</H1>
24621 List of rules used for coloring lines in the index.
24623 Use the Setup/Rules/Indexcolor screen to modify this variable.
24625 <UL>   
24626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24627 </UL><P>
24628 &lt;End of help on this topic&gt;
24629 </BODY>
24630 </HTML>
24631 ====== h_config_pat_srch =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: patterns-search</TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: patterns-search</H1>
24639 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24641 Use the Setup/Rules/searCh screen to modify this variable.
24643 <UL>   
24644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24645 </UL><P>
24646 &lt;End of help on this topic&gt;
24647 </BODY>
24648 </HTML>
24649 ====== h_config_font_name =====
24650 <HTML>
24651 <HEAD>
24652 <TITLE>OPTION: Font Name</TITLE>
24653 </HEAD>
24654 <BODY>
24655 <H1>OPTION: Font Name</H1>
24657 PC-Alpine only.
24659 Name of normal font.
24661 Use the pulldown Config menu to modify this variable.
24663 <UL>   
24664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24665 </UL><P>
24666 &lt;End of help on this topic&gt;
24667 </BODY>
24668 </HTML>
24669 ====== h_config_font_size =====
24670 <HTML>
24671 <HEAD>
24672 <TITLE>OPTION: Font Size</TITLE>
24673 </HEAD>
24674 <BODY>
24675 <H1>OPTION: Font Size</H1>
24677 PC-Alpine only.
24679 Size of normal font.
24681 Use the pulldown Config menu 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_style =====
24690 <HTML>
24691 <HEAD>
24692 <TITLE>OPTION: Font Style</TITLE>
24693 </HEAD>
24694 <BODY>
24695 <H1>OPTION: Font Style</H1>
24697 PC-Alpine only.
24699 Style 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_char_set =====
24710 <HTML>
24711 <HEAD>
24712 <TITLE>OPTION: Font Character Set</TITLE>
24713 </HEAD>
24714 <BODY>
24715 <H1>OPTION: Font Character Set</H1>
24717 PC-Alpine only.
24719 Character set 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_print_font_name =====
24730 <HTML>
24731 <HEAD>
24732 <TITLE>OPTION: Print-Font-Name</TITLE>
24733 </HEAD>
24734 <BODY>
24735 <H1>OPTION: Print-Font-Name</H1>
24737 PC-Alpine only.
24739 Name of printer 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_print_font_size =====
24750 <HTML>
24751 <HEAD>
24752 <TITLE>OPTION: Print-Font-Size</TITLE>
24753 </HEAD>
24754 <BODY>
24755 <H1>OPTION: Print-Font-Size</H1>
24757 PC-Alpine only.
24759 Size of printer 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_style =====
24770 <HTML>
24771 <HEAD>
24772 <TITLE>OPTION: Print-Font-Style</TITLE>
24773 </HEAD>
24774 <BODY>
24775 <H1>OPTION: Print-Font-Style</H1>
24777 PC-Alpine only.
24779 Style 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_char_set =====
24790 <HTML>
24791 <HEAD>
24792 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24793 </HEAD>
24794 <BODY>
24795 <H1>OPTION: Print-Font-Char-Set</H1>
24797 PC-Alpine only.
24799 Character set 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_window_position =====
24810 <HTML>
24811 <HEAD>
24812 <TITLE>OPTION: Window-Position</TITLE>
24813 </HEAD>
24814 <BODY>
24815 <H1>OPTION: Window-Position</H1>
24817 PC-Alpine only.
24819 Position on the screen of the Alpine window.
24821 Alpine normally maintains this variable itself, and it is set automatically. 
24822 This variable is provided to those who wish to use the same window position 
24823 across different machines from the same configuration.
24824 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24825 must also be set for this setting to be used.
24827 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24828 C is the number of columns, R is the number of rows, and X and Y specify the
24829 top left corner of the window.
24831 <UL>   
24832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24833 </UL><P>
24834 &lt;End of help on this topic&gt;
24835 </BODY>
24836 </HTML>
24837 ====== h_config_cursor_style =====
24838 <HTML>
24839 <HEAD>
24840 <TITLE>OPTION: Cursor Style</TITLE>
24841 </HEAD>
24842 <BODY>
24843 <H1>OPTION: Cursor Style</H1>
24845 PC-Alpine only.
24847 Cursor style.
24849 Use the pulldown Config menu to modify this variable.
24851 <UL>   
24852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24853 </UL><P>
24854 &lt;End of help on this topic&gt;
24855 </BODY>
24856 </HTML>
24857 ====== h_config_ldap_servers =====
24858 <HTML>
24859 <HEAD>
24860 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24861 </HEAD>
24862 <BODY>
24863 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24865 List of LDAP servers and associated data.
24867 Use the Setup/Directory screen to modify this variable.
24869 <UL>   
24870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24871 </UL><P>
24872 &lt;End of help on this topic&gt;
24873 </BODY>
24874 </HTML>
24875 ====== h_config_sendmail_path =====
24876 <HTML>
24877 <HEAD>
24878 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24879 </HEAD>
24880 <BODY>
24881 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24883 This names the path to an
24884 alternative program, and any necessary arguments, to be used in posting
24885 mail messages. See the Technical notes for more information.
24887 <UL>   
24888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24889 </UL><P>
24890 &lt;End of help on this topic&gt;
24891 </BODY>
24892 </HTML>
24893 ====== h_config_oper_dir =====
24894 <HTML>
24895 <HEAD>
24896 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24897 </HEAD>
24898 <BODY>
24899 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24901 This names the root of the
24902 tree to which you are restricted when reading and writing folders and
24903 files. It is usually used in the system-wide,
24904 <EM>fixed</EM> configuration file.
24906 <UL>   
24907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24908 </UL><P>
24909 &lt;End of help on this topic&gt;
24910 </BODY>
24911 </HTML>
24912 ====== h_config_rshpath =====
24913 <HTML>
24914 <HEAD>
24915 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24916 </HEAD>
24917 <BODY>
24918 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24920 Sets the name of the command used to open a UNIX remote shell
24921 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24923 <UL>   
24924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24925 </UL><P>
24926 &lt;End of help on this topic&gt;
24927 </BODY>
24928 </HTML>
24929 ====== h_config_rshcmd =====
24930 <HTML>
24931 <HEAD>
24932 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24933 </HEAD>
24934 <BODY>
24935 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24937 Sets the format of the command used to
24938 open a UNIX remote shell connection. The default is
24939 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24940 provided command. The first is for the command's pathname, the second is
24941 for the host to connnect to, the third is for the user to connect as, and
24942 the fourth is for the connection method (typically <CODE>imap</CODE>).
24944 <UL>   
24945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24946 </UL><P>
24947 &lt;End of help on this topic&gt;
24948 </BODY>
24949 </HTML>
24950 ====== h_config_sshpath =====
24951 <HTML>
24952 <HEAD>
24953 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24954 </HEAD>
24955 <BODY>
24956 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24958 Sets the name of the command used to open a UNIX secure shell
24959 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24961 <UL>   
24962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24963 </UL><P>
24964 &lt;End of help on this topic&gt;
24965 </BODY>
24966 </HTML>
24967 ====== h_config_sshcmd =====
24968 <HTML>
24969 <HEAD>
24970 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24971 </HEAD>
24972 <BODY>
24973 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24975 Sets the format of the command used to
24976 open a UNIX secure shell connection. The default is
24977 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24978 provided command. The first is for the command's pathname, the second is
24979 for the host to connnect to, the third is for the user to connect as, and
24980 the fourth is for the connection method (typically <CODE>imap</CODE>).
24982 <UL>   
24983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24984 </UL><P>
24985 &lt;End of help on this topic&gt;
24986 </BODY>
24987 </HTML>
24988 ====== h_config_new_ver_quell =====
24989 <HTML>
24990 <HEAD>
24991 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24992 </HEAD>
24993 <BODY>
24994 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24996 When a new version of Alpine is run for the first time it offers a
24997 special explanatory screen to the user upon startup.  This option
24998 helps control when and if that special screen appears for users that
24999 have previously run Alpine.  It takes as its value an Alpine version
25000 number.  Alpine versions less than the specified value will supress this
25001 special screen while versions equal to or greater than that specified
25002 will behave normally.
25004 <UL>   
25005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25006 </UL><P>
25007 &lt;End of help on this topic&gt;
25008 </BODY>
25009 </HTML>
25010 ====== h_config_disable_drivers =====
25011 <HTML>
25012 <HEAD>
25013 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25014 </HEAD>
25015 <BODY>
25016 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25018 This variable is a list of mail drivers that will be disabled.
25019 The candidates for disabling are listed below.
25020 There may be more in the future if you compile Alpine with
25021 a newer version of the c-client library.
25024 <UL>
25025 <LI> mbox
25026 <LI> mbx
25027 <LI> mh
25028 <LI> mmdf
25029 <LI> mtx
25030 <LI> mx
25031 <LI> news
25032 <LI> phile
25033 <LI> tenex
25034 <LI> unix
25035 </UL>
25038 The <EM>mbox</EM> driver enables the following behavior: if there is a
25039 file called <CODE>mbox</CODE>
25040 in your home directory, and if that file is either empty or in Unix mailbox
25041 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25042 will automatically transfer mail from the system mail spool directory into the
25043 <CODE>mbox</CODE> file and
25044 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25045 this will not happen.
25048 It is not recommended to disable the driver that supports the system default
25049 mailbox format. On most non-SCO systems, that driver is the
25050 <EM>unix</EM> driver.
25051 On most SCO systems, it is the <EM>mmdf</EM> driver.
25052 The system default driver may be
25053 configured to something else on your system; check with your system manager
25054 for additional information.
25057 It is most likely not very useful for you to disable any of the drivers other
25058 than possibly <EM>mbox</EM>.
25059 You could disable some of the others if you know for
25060 certain that you don't need them but the performance gain in doing so
25061 is very modest.
25063 <UL>   
25064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25065 </UL><P>
25066 &lt;End of help on this topic&gt;
25067 </BODY>
25068 </HTML>
25069 ====== h_config_disable_auths =====
25070 <HTML>
25071 <HEAD>
25072 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25073 </HEAD>
25074 <BODY>
25075 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25077 This variable is a list of SASL (Simple Authentication and Security
25078 Layer) authenticators that will be disabled.
25079 SASL is a mechanism for
25080 authenticating to IMAP, POP3, SMTP, and other network servers.
25083 Alpine matches its list of supported authenticators with the server to
25084 determine the most secure authenticator that is supported by both.
25085 If no matching authenticators are found, Alpine will revert to plaintext
25086 login (or, in the case of SMTP, will be unable to authenticate at all).
25088 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25091 Normally, you will not disable any authenticators.
25092 There are two exceptions:
25094 <OL>
25095 <LI> You use a broken server that advertises an authenticator,
25096 but does not actually implement it.
25097 <LI> You have a Kerberos-capable version of Alpine and the server is
25098 also Kerberos-capable, but you can not obtain Kerberos
25099 credentials on the server machine, thus you desire to disable
25100 GSSAPI (which in turn disables Alpine's Kerberos support).
25101 </OL>
25103 It is never necessary to disable authenticators, since Alpine will try
25104 other authenticators before giving up.
25105 However, disabling the relevant authenticator avoids annoying error messages.
25107 <UL>   
25108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25109 </UL><P>
25110 &lt;End of help on this topic&gt;
25111 </BODY>
25112 </HTML>
25113 ====== h_config_abook_metafile =====
25114 <HTML>
25115 <HEAD>
25116 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25117 </HEAD>
25118 <BODY>
25119 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25121 This is usually set by Alpine and is the name of a file
25122 that contains data about
25123 remote address books and remote configuration files.
25125 <UL>   
25126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25127 </UL><P>
25128 &lt;End of help on this topic&gt;
25129 </BODY>
25130 </HTML>
25131 ====== h_config_composer_wrap_column =====
25132 <HTML>
25133 <HEAD>
25134 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25135 </HEAD>
25136 <BODY>
25137 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25140 This option specifies an aspect of Alpine's Composer.  This gives the
25141 maximum width that auto-wrapped lines will have.  It's also the maximum
25142 width of lines justified using the <A HREF="h_compose_justify">^J
25143 Justify</A> command.  The normal default
25144 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25145 in order to
25146 prevent very long lines from being sent in outgoing mail.  When the mail
25147 is actually sent, trailing spaces will be stripped off of each line.
25150 <UL>   
25151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25152 </UL><P>
25153 &lt;End of help on this topic&gt;
25154 </BODY>
25155 </HTML>
25156 ====== h_config_deadlets =====
25157 <HTML>
25158 <HEAD>
25159 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25160 </HEAD>
25161 <BODY>
25162 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25165 This option affects Alpine's behavior when you cancel a message being
25166 composed.  Alpine's usual behavior is to write the canceled message to
25167 a file named 
25168 <!--chtml if pinemode="os_windows"-->
25169 &quot;DEADLETR&quot;,
25170 <!--chtml else-->
25171 &quot;dead.letter&quot; in your home directory,
25172 <!--chtml endif-->
25173 overwriting any previous message.
25175 If you set this option to a value higher than one, then that many copies
25176 of dead letter files will be saved.
25177 For example, if you set this option to &quot;3&quot; then you may have
25178 files named
25179 <!--chtml if pinemode="os_windows"-->
25180 &quot;DEADLETR&quot;,
25181 &quot;DEADLETR2&quot;, and
25182 &quot;DEADLETR3&quot;.
25183 <!--chtml else-->
25184 &quot;dead.letter&quot;,
25185 &quot;dead.letter2&quot;, and
25186 &quot;dead.letter3&quot; in your home directory.
25187 <!--chtml endif-->
25188 In this example, the most recently cancelled message will be in
25189 <!--chtml if pinemode="os_windows"-->
25190 &quot;DEADLETR&quot;,
25191 <!--chtml else-->
25192 &quot;dead.letter&quot;,
25193 <!--chtml endif-->
25194 and the third most recently cancelled message will be in
25195 <!--chtml if pinemode="os_windows"-->
25196 &quot;DEADLETR3&quot;.
25197 <!--chtml else-->
25198 &quot;dead.letter3&quot;.
25199 <!--chtml endif-->
25200 The fourth most recently cancelled message will no longer be saved.
25203 If you set this option to zero, then NO record of canceled messages is
25204 maintained.
25206 If the feature
25207 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25208 is set, that overrides whatever you set for this option.
25209 If this option had existed at the time, then the Quell feature would not
25210 have been added, but it is still there for backwards compatibility.
25211 So, in order for this option to have the desired effect, make sure the
25212 Quell feature is turned off.
25215 <UL>   
25216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25217 </UL><P>
25218 &lt;End of help on this topic&gt;
25219 </BODY>
25220 </HTML>
25221 ====== h_config_maxremstream =====
25222 <HTML>
25223 <HEAD>
25224 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25225 </HEAD>
25226 <BODY>
25227 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25229 This option affects low-level behavior of Alpine.
25230 The default value for this option is <EM>3</EM>.
25231 If your INBOX is accessed using the IMAP protocol
25232 from an IMAP server, that connection is kept open throughout the
25233 duration of your Alpine session, independent of the value of this option.
25234 The same is true of any 
25235 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25236 you have defined.
25237 This option controls Alpine's behavior when connecting to remote IMAP folders
25238 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25239 It specifies the maximum number of remote IMAP connections (other than
25240 those mentioned above) that Alpine will use for accessing the rest of your
25241 folders.
25242 If you set this option to zero, you will turn off most remote connection
25243 re-use.
25244 It's difficult to understand exactly what this option does, and it is usually
25245 fine to leave it set to its default value.
25246 It is probably more likely that you will be interested in setting the
25247 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25248 instead of changing the value of this option.
25249 A slightly longer explanation of what is going on with this option
25250 is given in the next paragraphs.
25253 There are some time costs involved in opening and closing remote IMAP 
25254 folders, the main costs being the time you have to wait for the connection
25255 to the server and the time for the folder to open.
25256 Opening a folder may involve not only the time the server takes to do its
25257 processing but time that Alpine uses to do filtering.
25258 These times can vary widely.
25259 They depend on how loaded the server is, how large
25260 the folder being opened is, and how you set up filtering, among other things.
25261 Once Alpine has opened a connection to a particular folder, it will attempt
25262 to keep that connection open in case you use it again.
25263 In order to do this,
25264 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25265 this option) IMAP connections you have alloted for this purpose.
25267 For example, suppose the value of this option is set to &quot;2&quot;.
25268 If your INBOX is accessed on a remote server using the IMAP protocol, that
25269 doesn't count as one of the remote connections but it is always kept open.
25270 If you then open another IMAP folder, that would be your first
25271 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25272 If you open a third folder the second will be left open, in case you
25273 return to it.
25274 You won't be able to tell it has been left open.
25275 It will appear to be closed when you leave the folder but the connection
25276 will remain in the background.
25277 Now suppose you go back to the second folder (the first folder after the
25278 INBOX).
25279 A connection to that folder is still open so you won't have to wait
25280 for the startup time to open it.
25281 Meanwhile, the connection to the third folder will be left behind.
25282 Now, if you open a fourth folder, you will bump into the
25283 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25284 than INBOX and you have the option set to &quot;2&quot;.
25285 The connection that is being used for
25286 the third folder will be re-used for this new fourth folder.
25287 If you go back to the third folder after this, it is no longer already
25288 connected when you get there.
25289 You'll still save some time since Alpine will re-use the connection to the
25290 fourth folder and you have already logged in on that connection,
25291 but the folder will have to be re-opened from scratch.
25293 If a folder is large and the startup cost is dominated by the time it takes
25294 to open that folder or to run filters on it, then it will pay to make the
25295 value of this option large enough to keep it open.
25296 On the other hand, if you only revisit a handful of folders or if
25297 the folders are small, then it might
25298 make more sense to keep this number small so that the reconnect
25299 time (the time to start up a new connection and authenticate)
25300 is eliminated instead.
25302 You may also need to consider the impact on the server.
25303 On the surface, a larger number here may cause a larger impact on the
25304 server, since you will have more connections open to the server.
25305 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25306 associated with reopening a folder, but the <EM>server</EM> will be
25307 avoiding those costs as well.
25309 When twenty five minutes pass without any active use of an IMAP connection
25310 being saved for possible re-use, that connection will be shut down,
25313 <UL>   
25314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25315 </UL><P>
25316 &lt;End of help on this topic&gt;
25317 </BODY>
25318 </HTML>
25319 ====== h_config_permlocked =====
25320 <HTML>
25321 <HEAD>
25322 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25323 </HEAD>
25324 <BODY>
25325 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25327 This option affects low-level behavior of Alpine.
25328 There is no default value for this option.
25329 It is related to the options
25330 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25331 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25332 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25335 Note: changes made to this list take effect the next time you open a
25336 folder in the list.
25339 This is a list of folders that will be permanently kept open once they
25340 are first opened.
25341 The names in this list may be either the nickname of an Incoming folder
25342 or the full technical specification of a folder.
25343 The folders in this list need not be remote IMAP folders, they could usefully
25344 be local folders, as well.
25345 If a folder in the list is a newsgroup or is not accessed either locally
25346 or via IMAP, then the entry will be ignored.
25347 For example, folders accessed via NNTP or POP3 will not be kept open, since
25348 the way that new mail is found with those protocols involves closing and
25349 reopening the connection.
25351 Once a Stay Open folder has been opened, new-mail checking will continue
25352 to happen on that folder for the rest of the Alpine session.
25353 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25354 need to be added explicitly.
25356 Another difference that you may notice between a Stay Open folder and a
25357 non-Stay Open folder is which message is selected as the current message
25358 when you enter the folder index.
25359 Normally, the starting position for an incoming folder (which most Stay Open
25360 folders will likely be) is controlled by the
25361 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25362 However, if a folder is a Stay Open folder, when you re-enter the folder
25363 after the first time the current message will be the same as it was when
25364 you left the folder.
25365 An exception is made if you use the TAB command to get to the folder.
25366 In that case, the message number will be incremented by one from what it
25367 was when you left the folder.
25369 The above special behavior is thought to be useful.
25370 However, it is special and different from what you might at first expect.
25371 The feature
25372 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25373 may be used to turn off this special treatment.
25375 If the message that was current when you left the folder no longer exists,
25376 then the regular startup rule will be used instead.
25379 <UL>   
25380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25381 </UL><P>
25382 &lt;End of help on this topic&gt;
25383 </BODY>
25384 </HTML>
25385 ====== h_config_viewer_overlap =====
25386 <html>
25387 <header>
25388 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25389 </header>
25390 <body>
25391 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25393 This option specifies an aspect of Alpine's Message Viewing screen.  When
25394 the space bar is used to page forward in a message, the number of lines
25395 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25396 bottom of the screen.  That is, if this was set to two lines, then the
25397 bottom two lines of the screen would be repeated on the top of the next
25398 screen.  The normal default value is "2".<p>
25399 <UL>   
25400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25401 </UL><P>
25402 &lt;End of help on this topic&gt;
25403 </body>
25404 </html>
25405 ====== h_config_scroll_margin =====
25406 <HTML>
25407 <HEAD>
25408 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25409 </HEAD>
25410 <BODY>
25411 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25413 This option controls when Alpine's line-by-line scrolling occurs.
25414 Typically, when a selected item is at the top or bottom screen edge
25415 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25416 displayed items are scrolled down or up by a single line.
25419 This option allows you to tell Alpine the number of lines from the top and
25420 bottom screen edge that line-by-line paging should occcur.  For example,
25421 setting this value to one (1) will cause Alpine to scroll the display
25422 vertically when you move to select an item on the display's top or
25423 bottom edge.
25426 By default, this variable is zero, indicating that scrolling happens
25427 when you move up or down to select an item immediately off the display's
25428 top or bottom edge.
25431 <UL>   
25432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25433 </UL><P>
25434 &lt;End of help on this topic&gt;
25435 </BODY>
25436 </HTML>
25437 ====== h_config_wordseps =====
25438 <HTML>
25439 <HEAD>
25440 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25441 </HEAD>
25442 <BODY>
25443 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25445 This option affects how a &quot;word&quot; is defined in the composer.
25446 The definition of a word is used when using the Forward Word and Backward
25447 Word commands in the composer, as well as when using the spell checker.
25448 Whitespace is always considered a word separator.
25449 Punctuation (like question marks, periods, commas, and so on) is always
25450 a word separator if it comes at the end of a word.
25451 By default, a punctuation character that is in the middle of a word does
25452 not break up that word as long as the character before and the character
25453 after it are both alphanumeric.
25454 If you add a character to this option it will be considered a
25455 word separator even when it occurs in the middle of an alphanumeric word.
25456 For example, if you want to skip through each part of an address instead
25457 of skipping the whole address at once you might want to include &quot;@&quot;
25458 and &quot;.&quot; in this list.
25459 If you want the word-skipper to stop on each part of a UNIX filename you
25460 could add &quot;/&quot; to the list.
25461 The equal sign and dash are other possibilities you might find helpful.
25463 <UL>   
25464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25465 </UL><P>
25466 &lt;End of help on this topic&gt;
25467 </BODY>
25468 </HTML>
25469 ====== h_config_reply_indent_string =====
25470 <HTML>
25471 <HEAD>
25472 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25473 </HEAD>
25474 <BODY>
25475 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25477 This option specifies an aspect of Alpine's Reply command.
25478 When a message is replied to and the text of the message is included, the
25479 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25480 to each line indicating it is quoted text.
25481 (In case you haven't seen this before, &quot;string&quot; is a technical term
25482 that means chunk of text.)
25485 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25486 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25487 use one of the standard values,
25488 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25491 This option specifies a different value for that string.
25492 If you wish to use a string that begins or ends with a space,
25493 enclose the string in double quotes.
25496 Besides simple text, the prepended string can be based
25497 on the message being replied to.
25498 The following tokens are substituted for the message's corresponding value:
25500 <DL>
25501 <DT>_FROM_</DT>
25502 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25503 If the name is longer than six characters, only the first six characters are
25504 used.
25505 </DD>
25507 <DT>_NICK_</DT>
25508 <DD>This token gets replaced with the nickname of the message sender's
25509 address as found in your addressbook.
25510 If no addressbook entry is found,
25511 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25512 If the nickname is longer than six characters, only the first six characters are
25513 used.
25514 </DD>
25516 <DT>_INIT_</DT>
25517 <DD>This token gets replaced with the initials of the sender of the message.
25518 </DD>
25520 </DL>
25522 NOTE: When the
25523 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25524 feature is enabled, you are given the opportunity to edit the string, whether 
25525 it is the default or one automatically generated using the above tokens.
25527 If you change your <!--#echo var="VAR_reply-indent-string"-->
25528 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25529 quoted text will not be flowed
25530 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25531 when you reply.
25532 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25533 set to the default value.
25535 <UL>   
25536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25537 </UL><P>
25538 &lt;End of help on this topic&gt;
25539 </BODY>
25540 </HTML>
25541 ====== h_config_quote_replace_string =====
25542 <HTML>
25543 <HEAD>
25544 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25545 </HEAD>
25546 <BODY>
25547 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25549 This option specifies what string to use as a quote when <b>viewing</b> a
25550 message.  The standard way of quoting messages when replying is the string
25551 &quot;&gt;&nbsp;&quot; (quote space).
25552 With this variable set, viewing a message will
25553 replace occurrences of 
25554 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25555 This setting works best when
25556 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25557 or the equivalent setting in your correspondents' mail programs
25558 is set to the default
25559 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25560 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25562 By default, this setting will only work on messages that are flowed, which is
25563 the default way of sending messages for many mail clients including
25564 Alpine.  Enable the feature
25565 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25566 to also have quote-replacement performed on non-flowed messages.
25569 Setting this option will replace  &quot;&gt;&quot; and 
25570 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25571 spaces. To preserve those spaces enclose the full string in double quotes.
25573 No padding to separate the text of the message from the quote string is
25574 added. This means that if you do not add trailing spaces to the value of
25575 this variable, text will be displayed right next to the quote string,
25576 which may be undesirable. This can be avoided by adding a new string
25577 separated by a space from your selection of quote string replacement. This
25578 last string will be used for padding. For example, setting this variable to 
25579 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25580 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25581 a space from the last quote string to make it more readable.
25583 One possible setting for this variable could be
25584 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25585 would have the effect of indenting each level of quoting four spaces and
25586 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25587 more discernible by setting colors for quoted text.
25589 Replying to or forwarding the viewed message will preserve the original
25590 formatting of the message, so quote-replacement will not be performed on
25591 messages that are being composed.
25593 <UL>   
25594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25595 </UL><P>
25596 &lt;End of help on this topic&gt;
25597 </BODY>
25598 </HTML>
25599 ====== h_config_empty_hdr_msg =====
25600 <HTML>
25601 <HEAD>
25602 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25603 </HEAD>
25604 <BODY>
25605 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25607 When sending, if both the To and Cc fields are empty and you
25608 are sending the message to a Bcc,
25609 Alpine will put a special address in the To line.  The default value is:
25612 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25615 The reason for this is to avoid embarrassment caused by some Internet
25616 mail transfer software that interprets a &quot;missing&quot;
25617 <SAMP>To:</SAMP> header as an error and replaces it with an
25618 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25619 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25620 Bcc.  You may change the part of this message that comes before the
25621 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25622 variable to something else.
25625 The normal default is &quot;undisclosed-recipients&quot;.
25628 <UL>   
25629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25630 </UL><P>
25631 &lt;End of help on this topic&gt;
25632 </BODY>
25633 </HTML>
25634 ====== h_config_status_msg_delay =====
25635 <HTML>
25636 <HEAD>
25637 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25638 </HEAD>
25639 <BODY>
25640 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25642 This option has evolved over time, causing the possible values to be
25643 counter-intuitive.
25644 Read carefully before you set this option.
25645 First we explain what the option does, then there is a longer discussion
25646 following that.
25648 If this is set to zero, the default value, it has <EM>no</EM> effect.
25649 Positive and negative values serve two similar, but different purposes.
25651 If it is set to a positive number, it causes the cursor to move to the
25652 status line whenever a status message is printed and pause there for this
25653 many seconds.
25654 It will probably only be useful if the 
25655 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25656 also turned on.
25657 Setting this option to a positive number can only be used to
25658 <EM>increase</EM> the status message delay.
25659 This may be useful for Braille displays, or other non-traditional displays.
25661 If it is set to a negative number the interpretation is a bit complicated.
25662 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25663 allow you to read important status messages.
25664 Of course, this may cause you to miss some important messages.
25665 If you see a message flash by but miss what it says you can use the
25666 Journal command from the MAIN MENU to read it.
25667 If you set this option to a negative value, the delay will be
25668 no more than one second less than the absolute value
25669 of the value you set.
25670 So if you set it to -1, the delay will be no more than zero seconds, no
25671 delay at all.
25672 If you set it to -2, the delay will be no more than 1 second.
25673 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25674 If the delay that Alpine would have used by default is less than this delay,
25675 then the smaller delay set by Alpine will be used.
25676 Setting this option to a negative value can only reduce the amount of
25677 delay, never increase it.
25679 Here is a more detailed explanation.
25680 Status messages are the messages that show up spontaneously in the
25681 status message line, usually the third line from the bottom of the screen.
25682 By default, Alpine assigns each status message it produces a minimum
25683 display time.
25684 Some status messages have a minimum display time of zero.
25685 You can see an example of such a message by paging up in this help text
25686 until you reach the top of the screen.
25687 If you try to page past the top you will see the message
25689 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25691 in the status line.
25692 If there is another more important use of the status message line this message
25693 might be replaced quickly, or it even might not be shown at all.
25694 However, if there is no reason to get rid of the message, it might stay
25695 there for several seconds while you read the help.
25696 An example where it is replaced immediately happens when you page up in
25697 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25698 command right after paging up.
25699 The message will disappear immediately without causing a delay (unless you
25700 have set this option to a positive value) to allow you to type input for
25701 the &quot;WhereIs&quot; command.
25702 Since it isn't a very important message, Alpine has set its minimum display
25703 time to zero seconds.
25705 Other messages have minimum display times of three or more seconds.
25706 These are usually error messages that Alpine thinks you ought to see.
25707 For example, it might be a message about a failed Save or a failed folder open.
25708 It is often the case that this minimum display time won't delay you in
25709 any way because the status message line is not needed for another reason.
25710 However, there are times when Alpine has to delay what it is doing in
25711 order to display a status message for the minimum display time.
25712 This happens when a message is being displayed and Alpine wants to ask
25713 for input from the keyboard.
25714 For example, when you Save a message you use the status message line.
25715 You get a prompt there asking for the name of the folder to save to.
25716 If there is a status message being displayed that has not
25717 yet displayed for its minimum
25718 time Alpine will display that status message surrounded with the characters
25719 &gt; and &lt; to show you that it is delaying.
25720 That might happen, for example, if you tried to save to a folder that
25721 caused an error, then followed that immediately with another Save command.
25722 You might find yourself waiting for a status message like
25724 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25726 to finish displaying for three seconds.
25727 If that is something you find happening to you frequently, you may use
25728 negative values of this option to decrease or eliminate that delay, at
25729 the risk of missing the message.
25731 <UL>   
25732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25733 </UL><P>
25734 &lt;End of help on this topic&gt;
25735 </BODY>
25736 </HTML>
25737 ====== h_config_active_msg_interval =====
25738 <HTML>
25739 <HEAD>
25740 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25741 </HEAD>
25742 <BODY>
25743 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25745 When Alpine is delayed for some reason it usually shows that
25746 something is happening with a small animated display in the status
25747 message line near the bottom of the screen.
25748 This option sets how frequently the characters (for example, a spinning bar)
25749 in the active status message lines are updated.
25750 At most, it can be set to be udpated 20 times per second. 
25753 Setting this value to zero will prevent display of the animations
25754 altogether.
25757 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25758 can be used to remove the randomness from this animated display.
25761 <UL>   
25762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25763 </UL><P>
25764 &lt;End of help on this topic&gt;
25765 </BODY>
25766 </HTML>
25767 ====== h_config_mailchecknoncurr =====
25768 <HTML>
25769 <HEADER>
25770 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25771 </HEADER>
25772 <BODY>
25773 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25775 This option is closely related to the
25776 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25777 option, as well as the
25778 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25779 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25780 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25781 new-mail checking is disabled and this option will have no effect.
25783 Normally this option is set to zero, which means that the value used will be
25784 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25785 If you set this option to a value different from zero
25786 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25787 then that is the check interval that will be used
25788 for folders that are not the currently open folder or the INBOX.
25789 You may not even have any folders that are noncurrent and not the INBOX.
25790 If you do, it is likely that they are due to
25791 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25792 you have configured.
25793 This option also affects the rate of mail checking done on cached
25794 connections to folders you previously had open but are no longer actively
25795 using.
25796 You aren't expected to understand that last sentence, but if you are interested
25797 take a look at
25798 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25799 and the related options.
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_fifopath =====
25808 <HTML>
25809 <HEADER>
25810 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25811 </HEADER>
25812 <BODY>
25813 <H1>OPTION: NewMail FIFO Path</H1>
25815 This option is only available in UNIX Alpine.
25816 However, there is a very similar feature built in to PC-Alpine.
25817 In PC-Alpine's Config menu at the top of the screen
25818 is an option called &quot;New Mail Window&quot;.
25820 You may have Alpine create a FIFO special file (also called a named pipe) where
25821 it will send a one-line message each time a new message is received in
25822 the current folder, the INBOX, or any open
25823 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25824 To protect against two different Alpines both writing to the same FIFO, Alpine
25825 will only create the FIFO and write to it if it doesn't already exist.
25827 A possible way to use this option would be to have a separate window
25828 on your screen running the command
25830 <CENTER><SAMP>cat filename</SAMP></CENTER>
25832 where &quot;filename&quot; is the name of the file given for this option.
25833 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25834 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25835 You may be tempted to use &quot;tail -f filename&quot; to view the new
25836 mail log.
25837 However, the common implementations of the tail command will not do what you
25838 are hoping.
25840 The width of the messages produced for the FIFO may be altered with the
25841 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25843 On some systems, fifos may only be created in a local filesystem.
25844 In other words, they may not be in NFS filesystems.
25845 This requirement is not universal.
25846 If the system you are using supports it, it should work.
25847 (It is often the case that your home directory is in an NFS filesystem.
25848 If that is the case, you might try using a file in the &quot;/tmp&quot;
25849 filesystem, which is usually a local filesytem.)
25850 Even when it is possible to use an NFS-mounted filesystem as a place to name
25851 the fifo (for example, your home directory), it will still be the case that
25852 the reader (probably the &quot;cat&quot; command) and the
25853 writer (Alpine) of the fifo must be running on the same system.
25855 <UL>   
25856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25857 </UL><P>
25858 &lt;End of help on this topic&gt;
25859 </BODY>
25860 </HTML>
25861 ====== h_config_newmailwidth =====
25862 <HTML>
25863 <HEADER>
25864 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25865 </HEADER>
25866 <BODY>
25867 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25869 For UNIX Alpine, this option is only useful if you have turned on the
25870 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25871 That option causes new mail messages to be sent to a fifo file.
25872 Those messages will be 80 characters wide by default.
25873 You can change the width of those messages by changing this option.
25874 For example, if you are reading those messages in another window you might
25875 want to set this width to the width of that other window.
25877 If you are using PC-Alpine, it has an option in the Config menu to turn
25878 on the &quot;New Mail Window&quot;.
25879 This present option also controls the width of that window.
25881 <UL>   
25882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25883 </UL><P>
25884 &lt;End of help on this topic&gt;
25885 </BODY>
25886 </HTML>
25887 ====== h_config_mailcheck =====
25888 <HTML>
25889 <HEADER>
25890 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25891 </HEADER>
25892 <BODY>
25893 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25895 This option specifies, in seconds,
25896 how often Alpine will check for new mail.
25897 If set to zero, new-mail checking is disabled.
25898 (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
25899 current message is the last message of the folder.)
25900 There is a minimum value for this option, normally 15 seconds.
25901 The default value is normally 150 seconds.
25902 The higher you set this option, the easier it is on the server.
25904 There are some situations where automatic new-mail checking does not work.
25905 See the discussion about new-mail checking in
25906 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25908 The new-mail checking will not happen exactly at the frequency that you specify.
25909 For example, Alpine may elect to defer a non-INBOX mail check if you
25910 are busy typing.
25911 Or, it may check more frequently than you have specified if that is
25912 thought to be necessary to keep the server from closing the connection
25913 to the folder due to inactivity.
25914 If Alpine checks for new mail as a side effect of another command, it will reset
25915 the timer, so that new-mail checking may seem to happen irregularly instead of
25916 every X seconds like clockwork.
25918 If you are anxious to know about new mail as soon as possible, set the check
25919 interval low, and you'll know about the new mail by approximately
25920 that amount of time after it arrives.
25921 If you aren't so worried about knowing right away, set this option to a
25922 higher value.
25923 That will save the server some processing time and may save you some of
25924 the time you spend waiting for new-mail checks to happen if you are
25925 dealing with a slow server or slow network connection.
25927 If you suspect that new-mail checking is causing slow downs for you,
25928 you may want to look into the options
25929 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25930 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25931 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25932 which refine when mail checking is done.
25934 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25935 there is a minimum time
25936 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25937 between new-mail checks.
25938 Because of this minimum you may notice that new mail does not
25939 appear promptly when you expect it.
25940 The reason for this is to protect the server from over-zealous opening and
25941 closing of the Mail Drop folder, since that is a costly operation.
25943 <UL>   
25944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25945 </UL><P>
25946 &lt;End of help on this topic&gt;
25947 </BODY>
25948 </HTML>
25949 ====== h_config_quell_checks_comp =====
25950 <HTML>
25951 <HEAD>
25952 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25953 </HEAD>
25954 <BODY>
25955 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25957 This option is closely related to the
25958 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25959 option, the
25960 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25961 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25963 If this option is set, then the normal new-mail checking that happens
25964 while you are composing will not happen for folders other than your
25965 INBOX (which depends on the setting
25966 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25968 You might want to set this option if you are experiencing delays while
25969 composing that you think might be related to the speed of the new-mail
25970 checks.
25972 Even with this option turned on, an occasional new-mail check may be done
25973 in order to keep the server from killing the connection to the folder.
25974 For example, IMAP servers may remove a connection to a folder if there
25975 has been no activity on the connection for 30 minutes or more.
25976 Instead of letting that happen, Alpine will check for new mail before the
25977 30 minutes is up even though you have turned on this feature to quell
25978 those checks.
25980 Besides new-mail checks, checkpoint operations on the folders
25981 will also be quelled when you set this option.
25982 The purpose of checkpointing is to write the changes to a folder out to
25983 disk periodically in order to avoid losing those changes when system or
25984 software problems occur.
25985 New-mail checking and checkpointing while you are not composing are not
25986 affected by this option.
25989 &lt;End of help on this topic&gt;
25990 </BODY>
25991 </HTML>
25992 ====== h_config_quell_checks_comp_inbox =====
25993 <HTML>
25994 <HEAD>
25995 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25996 </HEAD>
25997 <BODY>
25998 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26000 This option is closely related to the
26001 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26002 option, the
26003 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26004 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26006 If this option is set, then the normal new-mail checking that happens
26007 while you are composing will not happen for your INBOX.
26008 Checking of other folders is controlled in a similar way with the
26009 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26011 You might want to set this option if you are experiencing delays while
26012 composing that you think might be related to the speed of the new-mail
26013 checks.
26015 Even with this option turned on, an occasional new-mail check may be done
26016 in order to keep the server from killing the connection to the folder.
26017 For example, IMAP servers may remove a connection to a folder if there
26018 has been no activity on the connection for 30 minutes or more.
26019 Instead of letting that happen, Alpine will check for new mail before the
26020 30 minutes is up even though you have turned on this feature to quell
26021 those checks.
26023 Besides new-mail checks, checkpoint operations on the INBOX
26024 will also be quelled when you set this option.
26025 The purpose of checkpointing is to write the changes to a folder out to
26026 disk periodically in order to avoid losing those changes when system or
26027 software problems occur.
26028 New-mail checking and checkpointing while you are not composing are not
26029 affected by this option.
26031 &lt;End of help on this topic&gt;
26032 </BODY>
26033 </HTML>
26034 ====== h_config_maildropcheck =====
26035 <HTML>
26036 <HEADER>
26037 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26038 </HEADER>
26039 <BODY>
26040 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26042 New-mail checking for a
26043 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26044 mail checking for a regular folder.
26045 One of the differences is that the connection to the Mail Drop is not
26046 kept open and so the cost of checking
26047 (delay for you and additional load for the server) may be significant.
26048 Because of this additional cost we set a minimum time that
26049 must pass between checks.
26050 This minimum only applies to the automatic checking done by Alpine.
26051 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26052 at the end of a folder index, then the check is done right away.
26054 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26055 new-mail checks.
26056 You may want to set this minimum high in order to avoid experiencing some
26057 of the delays associated with the checks.
26058 Note that the time between checks is still controlled by the regular
26059 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26060 When Alpine is about to do an automatic check for new mail (because
26061 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26062 new-mail check
26063 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26064 the Mail Drop is checked for new mail as well.
26065 Therefore, it is only useful to set this option to a value that is higher
26066 than the <!--#echo var="VAR_mail-check-interval"-->.
26068 If this option is set to zero, automatic Mail Drop new-mail
26069 checking is disabled.
26070 There is a minimum value, normally 60 seconds.
26071 The default value is normally 60 seconds as well.
26072 This applies to the INBOX and to the currently open folder if that is
26073 different from the INBOX.
26076 <UL>   
26077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26078 </UL><P>
26079 &lt;End of help on this topic&gt;
26080 </BODY>
26081 </HTML>
26082 ====== h_config_nntprange =====
26083 <HTML>
26084 <HEADER>
26085 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26086 </HEADER>
26087 <BODY>
26088 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26090 This option applies only to newsgroups accessed using the NNTP protocol.
26091 It does not, for example,
26092 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26095 When you open a connection to a News server using the NNTP protocol, you
26096 normally have access to all of the articles in each newsgroup.
26097 If a server keeps a large backlog of messages it may speed performance
26098 some to restrict attention to only the newer messages in a group.
26099 This option allows you to set how many article numbers should be checked
26100 when opening a newsgroup.
26101 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26102 of messages you ever want to see.
26103 For example, if you only ever wanted to look at the last 500 messages in each
26104 newsgroup you could set this option to 500.
26105 In actuality, it isn't quite that.
26106 Instead, for performance reasons, it specifies the range of article
26107 numbers to be checked, beginning
26108 with the highest numbered article and going backwards from there.
26109 If there are messages that have been canceled or deleted
26110 their article numbers are still counted as part of the range.
26112 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26113 numbers
26114 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26116 to be considered when reading a newsgroup.
26117 The number of messages that show up in your index will be less than or equal
26118 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26121 The purpose of this option is simply to speed up access when reading news.
26122 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26123 numbers, and can avoid downloading any information about the ignored articles.
26124 There is a cost you pay for this speedup.
26125 That cost is that there is no way for you to see those ignored articles.
26126 The articles that come before the range you specify are invisible to you and
26127 to Alpine, as if they did not exist at all.
26128 There is no way to see those messages using, for example, an unexclude command
26129 or something similar.
26130 The only way to see those articles is to set this option high enough (or
26131 set it to zero) and then to reopen the newsgroup.
26134 If this option is set to 0 (which is also the default),
26135 then the range is unlimited.
26136 This option applies globally to all NNTP servers and to all newsgroups
26137 on those servers.
26138 There is no way to set different values for different newsgroups or servers.
26141 <UL>   
26142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26143 </UL><P>
26144 &lt;End of help on this topic&gt;
26145 </BODY>
26146 </HTML>
26147 ====== h_config_news_active =====
26148 <html>
26149 <header>
26150 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26151 </header>
26152 <body>
26153 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26155 This option tells Alpine where to look for the "active file" for newsgroups
26156 when accessing news locally, rather than via NNTP.  The default path is
26157 usually "/usr/lib/news/active".<p>
26158 <UL>   
26159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26160 </UL><P>
26161 &lt;End of help on this topic&gt;
26162 </body>
26163 </html>
26164 ====== h_config_news_spool =====
26165 <html>
26166 <header>
26167 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26168 </header>
26169 <body>
26170 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26172 This option tells Alpine where to look for the "news spool" for newsgroups
26173 when accessing news locally, rather than via NNTP.  The default path is
26174 usually "/var/spool/news".<p>
26175 <UL>   
26176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26177 </UL><P>
26178 &lt;End of help on this topic&gt;
26179 </body>
26180 </html>
26181 ====== h_config_image_viewer =====
26182 <html>
26183 <header>
26184 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26185 </header>
26186 <body>
26187 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26188 <body>
26189 This option specifies the program Alpine should call to view MIME
26190 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26191 no longer needed, but remains for backward compatibility.  The more
26192 general method for associating external printing and viewing programs with
26193 specific MIME data types is to use the system's (or your personal)
26194 "mailcap" configuration file.<p>
26195 <UL>   
26196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26197 </UL><P>
26198 &lt;End of help on this topic&gt;
26199 </body>
26200 </html>
26201 ====== h_config_domain_name =====
26202 <HTML>
26203 <HEAD>
26204 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26205 </HEAD>
26206 <BODY>
26207 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26209 This option is used only if the 
26210 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26211 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26212 strips the hostname from your return (&quot;From&quot;) address and when 
26213 completing unqualified addresses that you enter into the composer.
26215 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26216 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26219 <!--chtml if pinemode="os_windows"-->
26220 <P>This option is not applicable to PC-Alpine.
26221 <!--chtml else-->
26223 <!--chtml endif-->
26224 <UL>
26225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26226 </UL>
26228 &lt;End of help on this topic&gt;
26229 </BODY>
26230 </HTML>
26231 ====== h_config_prune_date =====
26232 <HTML>
26233 <HEAD>
26234 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26235 </HEAD>
26236 <BODY>
26237 <H1>OPTION: Last-Time-Prune Question</H1>
26239 This value records the last time you were asked about deleting old
26240 sent-mail.
26241 It is set automatically by Alpine at the beginning of each month.
26242 In the past, if you wished to suppress the monthly sent-mail
26243 pruning feature, you could set this to a date in the future.
26244 This value is relative to the year 1900, so 
26245 to set this, for example, to October 2005, use 105.10.
26247 You can still do that if you wish, or you can use the
26248 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26249 a little more convenient to use.
26251 <UL>   
26252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26253 </UL><P>
26254 &lt;End of help on this topic&gt;
26255 </BODY>
26256 </HTML>
26257 ====== h_config_goto_default =====
26258 <HTML>
26259 <HEAD>
26260 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26261 </HEAD>
26262 <BODY>
26263 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26265 This value affects Alpine's behavior when you use the Goto command.
26266 Alpine's usual behavior has two parts.  If your current folder is
26267 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26268 default.  If the current folder is other than &quot;Inbox&quot;,
26269 &quot;Inbox&quot; is offered as the default.
26272 The available options include:
26274 <DL>
26276  <DT>folder-in-first-collection</DT>
26278  <DD> Alpine will offer the most recently visited folder in the default
26279 collection found in the &quot;Collection List&quot; screen as the default.
26280 </DD>
26282  <DT> inbox-or-folder-in-first-collection</DT>
26284  <DD> If the current folder is &quot;Inbox&quot;,
26285 Alpine will offer the most recently visited folder in the
26286 default collection found in the &quot;Collection List&quot; screen.
26287 If the current folder is other than &quot;Inbox&quot;,
26288 &quot;Inbox&quot; is offered as the default.
26289 </DD>
26291  <DT> inbox-or-folder-in-recent-collection</DT>
26293  <DD> This is Alpine's default behavior.
26294 If the current folder is &quot;Inbox&quot;,
26295 Alpine will offer the last open
26296 folder as the default.
26297 If the current folder is other than &quot;Inbox&quot;,
26298 &quot;Inbox&quot; is offered as the default.
26299 </DD>
26301  <DT> first-collection-with-inbox-default</DT>
26303  <DD> Instead of offering the most recently visited folder in the default
26304 collection, the default collection is offered but with &quot;Inbox&quot; as
26305 the default folder.
26306 If you type in a folder name it will be in the default collection.
26307 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26308 </DD>
26310  <DT> most-recent-folder</DT>
26312  <DD> The last accepted value simply causes the most recently opened
26313 folder to be offered as the default regardless of the currently opened
26314 folder.
26315 </DD>
26316 </DL>
26319 NOTE: The default while a newsgroup is open remains the same; the last
26320 open newsgroup.
26323 <UL>   
26324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26325 </UL><P>
26326 &lt;End of help on this topic&gt;
26327 </BODY>
26328 </HTML>
26329 ====== h_config_thread_lastreply_char =====
26330 <HTML>
26331 <HEAD>
26332 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26333 </HEAD>
26334 <BODY>
26335 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26337 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26338 INDEX display when using a
26339 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26340 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26341 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26342 The value of this option is a single character.
26343 This character is used instead of the vertical line character when there are
26344 no more replies directly to the parent of the current message.
26345 It can be used to &quot;round-off&quot; the bottom of the vertical line
26346 by setting it to a character such as a backslash (&#92;) or
26347 a backquote (&#96;).
26348 The default value of this option is the backslash character (&#92;).
26349 This option may not be set to the Empty Value.
26350 In that case, the default will be used instead.
26353 <UL>   
26354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26355 </UL><P>
26356 &lt;End of help on this topic&gt;
26357 </BODY>
26358 </HTML>
26359 ====== h_config_thread_indicator_char =====
26360 <HTML>
26361 <HEAD>
26362 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26363 </HEAD>
26364 <BODY>
26365 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26367 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26368 INDEX display when using a
26369 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26370 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26371 The value of this option is a single character.
26372 This character is used to indicate that part of a thread (a conversation) is
26373 hidden beneath a message.
26374 The message could be expanded
26375 if desired with the &quot;/&quot; Collapse/Expand command.
26376 By default, the value of this option is the greater than sign (&gt;).
26378 If this option is set to the Empty Value, then the column (and the following
26379 blank column) will be deleted from the display.
26382 This option is closely related to the
26383 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26384 Another similar option that affects the thread display is the
26385 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26388 <UL>   
26389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26390 </UL><P>
26391 &lt;End of help on this topic&gt;
26392 </BODY>
26393 </HTML>
26394 ====== h_config_thread_exp_char =====
26395 <HTML>
26396 <HEAD>
26397 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26398 </HEAD>
26399 <BODY>
26400 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26402 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26403 INDEX display when using a
26404 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26405 than &quot;none&quot;.
26406 The value of this option is a single character.
26407 This character is used to indicate that part of a thread has been expanded
26408 and could be collapsed if desired with
26409 the &quot;/&quot; Collapse/Expand command.
26410 By default, the value of this option is a dot (.).
26412 If this option is set to the Empty Value, then the column (and the following
26413 blank column) will be deleted from the display.
26416 This option is closely related to the
26417 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26418 Another similar option that affects the thread display is the
26419 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26422 <UL>   
26423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26424 </UL><P>
26425 &lt;End of help on this topic&gt;
26426 </BODY>
26427 </HTML>
26428 ====== h_config_thread_index_style =====
26429 <HTML>
26430 <HEAD>
26431 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26432 </HEAD>
26433 <BODY>
26434 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26436 When a folder is sorted by Threads or OrderedSubject,
26437 this option will affect the INDEX displays.
26440 The possible values for this option are:
26442 <DL>
26443 <DT>regular-index-with-expanded-threads</DT>
26444 <DD>This is the default display.
26445 If the configuration option
26446 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26447 is set to something other than &quot;none&quot;, then this setting
26448 will cause Alpine to start off with a MESSAGE INDEX with all of
26449 the threads expanded.
26450 That is, each message will have a line in the MESSAGE INDEX display.
26451 The Collapse/Expand command (/) may be used to manually collapse or
26452 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26454 This setting affects the display when the folder is first threaded.
26455 The collapsed state may also be re-initialized by re-sorting the folder manually
26456 using the SortIndex command ($).
26457 After re-sorting the threads will once again all be expanded, even if you
26458 have previously collapsed some of them.
26460 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26461 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26462 in a different order.
26463 </DD>
26465 <DT>regular-index-with-collapsed-threads</DT>
26466 <DD>If the configuration option
26467 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26468 is set to something other than &quot;none&quot;, then this setting
26469 will cause Alpine to start out with all of the threads collapsed instead of
26470 starting out with all of the threads expanded.
26471 The Collapse/Expand command (/) may be used to manually collapse or
26472 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26474 This setting affects the display when the folder is first threaded.
26475 The collapsed state may also be re-initialized by re-sorting the folder manually
26476 using the SortIndex command ($).
26477 After re-sorting the threads will once again all be collapsed, even if you
26478 have previously expanded some of them.
26479 </DD>
26481 <DT>separate-index-screen-always</DT>
26482 <DD>With this setting and the next, you will see an index of threads
26483 instead of an
26484 index of messages, provided you have sorted by Threads or OrderedSubject.
26486 The THREAD INDEX contains a '*' in the first column if any message in the thread
26487 is marked Important.
26488 If not, it contains a '+' if any message in the thread is to you.
26489 The second column is blank. The third column contains a 'D' if all of the
26490 messages in the thread are deleted.
26491 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26493 When you view a particular thread from the THREAD INDEX you will be
26494 in the MESSAGE INDEX display
26495 but the index will only contain messages from the thread you are viewing.
26496 </DD>
26498 <DT>separate-index-screen-except-for-single-messages</DT>
26499 <DD>This is very similar to the option above.
26500 When you are in the THREAD INDEX, one of the available commands
26501 is &quot;ViewThd&quot;.
26502 With the setting &quot;separate-index-screen-always&quot; (the option above)
26503 when you view a particular thread you will be in the
26504 MESSAGE INDEX display and the index will only contain messages from
26505 the thread you are viewing.
26506 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26507 will be an index with only one message in it.
26508 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26509 setting instead, then that index that contains a single message
26510 will be skipped and you will go directly from the THREAD INDEX into the
26511 MESSAGE TEXT screen.
26512 </DD>
26514 </DL>
26517 <UL>   
26518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26519 </UL><P>
26520 &lt;End of help on this topic&gt;
26521 </BODY>
26522 </HTML>
26523 ====== h_config_thread_disp_style =====
26524 <HTML>
26525 <HEAD>
26526 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26527 </HEAD>
26528 <BODY>
26529 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26531 When a folder is sorted by Threads or OrderedSubject,
26532 this option will affect the MESSAGE INDEX display.
26533 By default, Alpine will display the MESSAGE INDEX in the
26534 &quot;show-thread-structure&quot; style if a folder is sorted
26535 by Threads or OrderedSubject.
26538 The possible values for this option are:
26540 <DL>
26541 <DT>none</DT>
26542 <DD>Regular index display.
26543 The same index line as would be displayed without threading is used.
26544 The only difference will be in the order of the messages.
26545 </DD>
26547 <DT>show-thread-structure</DT>
26548 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26549 lines will be added to make it easier to see the relationships among
26550 the messages in a thread (a conversation).
26551 </DD>
26553 <DT>mutt-like</DT>
26554 <DD>This is the same as the option above except that the Subject
26555 is suppressed (is blank) if it matches the previous Subject in the thread.
26556 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26557 Here is an example of what a mutt-like index might look like.
26558 In this example, the first column represents the message number, the
26559 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26560 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26561 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26562 is set to a backslash:
26563 <PRE>
26564 &nbsp;&nbsp;&nbsp;1    Some topic
26565 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26566 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26567 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26568 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26569 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26570 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26571 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26572 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26573 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26574 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26575 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26576 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26577 &nbsp;&nbsp;&nbsp;14    Next topic
26578 </PRE>
26579 </DD>
26581 <DT>indent-subject-1</DT>
26582 <DD>Threaded Subjects will be indented one space per level of the conversation.
26583 The bars and lines that show up in the show-thread-structure display will
26584 not be there with this style.
26585 </DD>
26587 <DT>indent-subject-2</DT>
26588 <DD>Same as above but indent two spaces per level instead of one space.
26589 </DD>
26591 <DT>indent-from-1</DT>
26592 <DD>Similar to indent-subject-1, except that instead of indenting the
26593 Subject field one space the From field of a thread will be indented one
26594 space per level of the conversation.
26595 </DD>
26597 <DT>indent-from-2</DT>
26598 <DD>Same as above but indent two spaces per level instead of one space.
26599 </DD>
26601 <DT>show-structure-in-from</DT>
26602 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26603 and horizontal lines just like with the show-thread-structure option, but
26604 the From field is used to show the relationships instead of the Subject field. 
26605 </DD>
26607 </DL>
26610 <UL>   
26611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26612 </UL><P>
26613 &lt;End of help on this topic&gt;
26614 </BODY>
26615 </HTML>
26616 ====== h_config_pruning_rule =====
26617 <HTML>
26618 <HEAD>
26619 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26620 </HEAD>
26621 <BODY>
26622 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26624 By default, Alpine will ask at the beginning of each month whether or not
26625 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26626 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26627 change the format of the folder to sent-mail-yyyy-mm.)
26628 It will also ask whether you would like to delete old sent-mail folders.
26629 If you have defined
26630 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26632 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26633 Alpine will also ask about pruning those folders.
26636 With this option you may provide an automatic answer to these questions.
26637 The default value is to ask you what you'd like to do.
26640 The six possible values for this option are:
26642 <DL>
26643 <DT>ask about rename, ask about deleting</DT>
26644 <DD>This is the default.
26645 Alpine will ask whether you want to rename the folders and whether you
26646 want to delete each of the old folders.
26647 </DD>
26649 <DT>ask about rename, don't delete</DT>
26650 <DD>Alpine will ask whether you want to rename the folders, but won't
26651 ask about or delete old folders.
26652 </DD>
26654 <DT>always rename, ask about deleting</DT>
26655 <DD>This means you want to always answer yes and have Alpine automatically
26656 rename the folder if possible.
26657 You will also be asked about deleting old folders.
26658 </DD>
26660 <DT>always rename, don't delete</DT>
26661 <DD>This means you want to always answer yes and have Alpine automatically
26662 rename the folder if possible.
26663 There will be no deleting of old folders.
26664 </DD>
26666 <DT>don't rename, ask about deleting</DT>
26667 <DD>This means you want to always answer no.
26668 Alpine will not rename the folder.
26669 You will be asked about deleting old folders.
26670 </DD>
26672 <DT>don't rename, don't delete</DT>
26673 <DD>This means you want to always answer no.
26674 Alpine will not rename the folder.
26675 There will be no deleting of old folders, either.
26676 </DD>
26677 </DL>
26680 <UL>   
26681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26682 </UL><P>
26683 &lt;End of help on this topic&gt;
26684 </BODY>
26685 </HTML>
26686 ====== h_config_reopen_rule =====
26687 <HTML>
26688 <HEAD>
26689 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26690 </HEAD>
26691 <BODY>
26692 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26694 Alpine normally checks for new mail in the currently open folder
26695 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26698 There are some situations where automatic new-mail checking does not work.
26699 For example, if a mail folder is opened using the POP protocol or a newsgroup
26700 is being read using the NNTP protocol, then new-mail checking is disabled.
26703 It may be possible to check for new mail in these cases by reopening the
26704 folder.
26705 Alpine does not do this for you automatically, but you may do the commands
26706 manually to cause this to happen.
26707 You reopen by going back to the folder list screen from the message
26708 index screen with the &quot;&lt;&quot; command,
26709 and then going back into the message index screen with
26710 the &quot;&gt;&quot; command.
26711 (Actually, any method you would normally use to open a folder will work the
26712 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26713 For example, the GoTo Folder command will work, or you may use L to go to the
26714 Folder List screen and Carriage Return to reopen the folder.)
26717 There are some cases where Alpine knows that reopening the folder should
26718 be useful as a way to discover new mail.
26719 At the time of this writing, connections made using the POP protocol,
26720 news reading using the NNTP protocol, local news reading, and local
26721 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26722 fall into this category.
26723 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26724 has no way of knowing, so it might also just be an exercise in futility.
26725 All remote, ReadOnly folders other than those listed just above fall into this
26726 category.
26727 The setting of this option together with the type of folder
26728 controls how Alpine will react to the apparent attempt to reopen a folder.
26731 If you don't reopen, then you will just be back in
26732 the message index with no change.
26733 You left the index and came back, but the folder remained &quot;open&quot;
26734 the whole time.
26735 However, if you do reopen the folder, the folder is closed and then reopened.
26736 In this case, the current state of the open folder is lost.
26737 The New status, Important and Answered flags,
26738 selected state, Zoom state, collapsed or expanded state of threads,
26739 current message number,
26740 and any other temporary state is all lost when the reopen happens.
26741 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26744 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26745 several places.
26746 That really implies the case where Alpine knows it is a good way to discover
26747 new mail, which is more than just POP and NNTP, but POP and NNTP are
26748 the cases of most interest.
26749 This option probably has more possible values than it deserves. They are:
26751 <DL>
26752 <DT>Always reopen</DT>
26753 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26754 whenever you type a command that implies a reopen, regardless of the
26755 access method.
26756 In other words, it is assumed you would always answer Yes if asked
26757 about reopening.
26758 </DD>
26760 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26761 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26762 will ask you whether to reopen other remote folders,
26763 with a default answer of Yes.
26764 </DD>
26766 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26767 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26768 will ask you whether to reopen other remote folders,
26769 with a default answer of No.
26770 </DD>
26772 <DT>Yes for POP/NNTP, No for other remote</DT>
26773 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26774 will assume a No answer for all other remote folders.
26775 </DD>
26777 <DT>Always ask [Yes]</DT>
26778 <DD>Alpine will not differentiate based on access method.
26779 It will always ask for all remote folders, with a default answer of Yes.
26780 </DD>
26782 <DT>Always ask [No]</DT>
26783 <DD>Alpine will not differentiate based on access method.
26784 It will always ask for all remote folders, with a default answer of No.
26785 </DD>
26787 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26788 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26789 of Yes.
26790 It will never attempt to reopen other remote folders.
26791 </DD>
26793 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26794 <DD>This is the default.
26795 Alpine will ask if the access method is POP or NNTP, with a default answer
26796 of No.
26797 It will never attempt to reopen other remote folders.
26798 </DD>
26800 <DT>Never reopen</DT>
26801 <DD>Alpine will never attempt to reopen already open folders.
26802 </DD>
26803 </DL>
26806 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26807 any of the other situations where it is likely that reopening is a good way
26808 to discover new mail.
26811 There is an alternative that may be of useful in some situations.
26812 Instead of manually checking for new mail you can set up a
26813 <A HREF="h_maildrop">Mail Drop</A>
26814 and automatically check for new mail.
26817 <UL>   
26818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26819 </UL><P>
26820 &lt;End of help on this topic&gt;
26821 </BODY>
26822 </HTML>
26823 ====== h_config_inc_startup =====
26824 <HTML>
26825 <HEAD>
26826 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26827 </HEAD>
26828 <BODY>
26829 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26831 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26832 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26833 It determines which message will be the <EM>current message</EM> when
26834 the folder is first opened.
26835 The default value is &quot;first-unseen&quot;.
26838 The seven possible values for this option are:
26840 <DL>
26841 <DT>first-unseen</DT>
26842 <DD>The current message is set to the first
26843 unseen message that has not been marked deleted, or the last message if
26844 all of the messages have been seen previously.
26845 Messages which have not been seen or which have been seen but re-marked
26846 as New are considered unseen messages.
26847 See the note at the bottom of this help about newsgroups.
26848 </DD>
26850 <DT>first-recent</DT>
26851 <DD>Similar to the default, but rather than starting on the first
26852 unseen message Alpine starts on the first <EM>recent</EM> message.
26853 A message is recent if it arrived since the last time the folder was
26854 open.  This value causes the current message to be set to the first
26855 recent message if there is one, otherwise to the last
26856 message in the folder.
26857 </DD>
26859 <DT>first-important</DT>
26860 <DD>This will result in the current message being set to the first
26861 message marked Important (but not Deleted).
26862 If no messages are marked Important, then it will be the last message.
26863 Messages are marked Important by <EM>you</EM>, not by the sender, using
26865 <A HREF="h_common_flag">Flag command</A>.
26866 Or they may be marked Important by an Alpine
26867 <A HREF="h_mainhelp_filtering">Filter</A>
26868 that you have set up.
26869 </DD>
26871 <DT>first-important-or-unseen</DT>
26872 <DD>This selects the first of the first unseen and the first important
26873 messages.
26874 </DD>
26876 <DT>first-important-or-recent</DT>
26877 <DD>This selects the first of the first recent and the first important
26878 messages.
26879 </DD>
26881 <DT>first</DT>
26882 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26883 If all messages are deleted you start on the last message.
26884 </DD>
26886 <DT>last</DT>
26887 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26888 If all messages are deleted you start on the last message.
26889 </DD>
26890 </DL>
26893 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26894 &quot;first-recent&quot; are the same and are affected by whether or not the
26895 feature 
26896 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26897 is turned on. 
26898 Also, there is no permanent storage in news for an Important flag.
26899 This means that no messages will be marked Important when a newsgroup is
26900 first opened.
26903 <UL>   
26904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26905 </UL><P>
26906 &lt;End of help on this topic&gt;
26907 </BODY>
26908 </HTML>
26909 ====== h_config_browser =====
26910 <HTML>
26911 <HEAD>
26912 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26913 </HEAD>
26914 <BODY>
26915 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26916 <!--chtml if pinemode="os_windows"-->
26917 PC-Alpine users do not need to enter anything here, unless:<UL>
26918 <LI> they want to override, for use with Alpine, the application defined
26919 in the Windows operating system for handling URLs; or
26920 <LI> they are (planning on) using the same configuration file with 
26921 Unix Alpine.
26922 </UL>
26924 Note that if using a viewer that has a space in its path, you should
26925 use the DOS name for that directory or file. Example:
26926 <PRE>
26927 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26928 </PRE>
26929 <HR><P>
26930 <!--chtml endif-->
26931 This option affects Alpine's handling of URLs that are found in 
26932 messages you read.  Normally, only URLs Alpine can handle directly
26933 are automatically offered for selection in the &quot;Message
26934 Text&quot; screen.  When one or more applications
26935 capable of deciphering URLs on their command line are added here, Alpine
26936 will choose the first available to display URLs it cannot handle directly.
26937 A viewer's availability is based on its being specified with a <B>full
26938 directory path</B> and the evaluation of any optionally supplied
26939 parameters described below.
26942 Additionally, to support various connection methods and applications, each
26943 entry in this list can optionally begin with one or more of
26944 the following special tokens.  The allowed tokens include:
26947 <DL>
26948 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26949 <DD>
26950 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26951 evaluate a viewer's availability.  The command specified by the test
26952 string is run and if its resulting exit status is non-zero, Alpine will
26953 not consider the associated viewer for use.
26954 </DD>
26956 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26957 <DD>
26958 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26959 URL schemes that are to be used with the associated viewer.  This is
26960 the way to configure Alpine to recognize URLs other than the built-in set.
26962 It can also be used to override Alpine's built-in handlers.
26963 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26964 and Alpine would use (provided it passed all other criteria) the associated
26965 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26967 </DD>
26968 </DL>
26971 By default, Alpine will simply append a space character followed by the
26972 selected URL prior to launching the command in your specified SHELL.  You can
26973 optionally specify where in the command the selected URL should appear
26974 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26975 will be replaced with the selected URL before the command is handed
26976 to the shell.  If such replacement occurs, the default appending of the
26977 selected URL does not take place.
26980 NOTE: If the viewer you specify has any command-line arguments,
26981 including the &quot;_URL_&quot; token, you will need to add a
26982 double-quote character before the command path and after the last
26983 argument (see the &quot;lynx&quot; example below).
26986 So, here are some example entries:
26987 <PRE>
26988 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26989               &quot;/usr/local/bin/lynx _URL_&quot;
26990               C:&#92;BIN&#92;NETSCAPE.BAT
26991 </PRE>
26993 This example shows that for the first viewer in the list to be used
26994 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26995 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26996 If neither condition is met,
26997 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26998 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26999 If the path to &quot;lynx&quot; is invalid,
27000 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27001 Note that the last
27002 entry is a DOS/Windows path.  This is one way to support Alpine running
27003 on more than one architecture with the same configuration file.<P>
27005 <!--chtml if pinemode="os_windows"-->
27006 <!--chtml else-->
27007 Note that depending on the type of browser used and the method of 
27008 its invocation (such as whether it will open in a separate window) from
27009 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27010 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27011 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27012 In other words, launching the browser from Alpine may make Alpine 
27013 &quot;disappear&quot; (although it is still &quot;running&quot;)
27014 until you close the browser again.<P>  
27015 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27016 environment: for advanced users and  systems administrators</A>
27017 </UL>
27018 <!--chtml endif-->
27019 <P>If you are unsure what browsers are available on your system or how to 
27020 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27021 local computing support staff.
27022 <P><UL>
27023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27024 </UL>
27026 &lt;End of help on this topic&gt;
27027 </BODY>
27028 </HTML>
27029 ====== h_config_browser_xterm =====
27030 <HTML>
27031 <HEAD>
27032 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27033 </HEAD>
27034 <BODY>
27035 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27036 environment: for advanced users and  systems administrators</H1>
27037 If you are using Alpine with an X-terminal (emulator) and want to define an 
27038 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27039 you may want to do so in a manner that causes any <B>already</B> 
27040 invoked viewer application to be used for viewing URLs you select from Alpine 
27041 messages, and a <B>new</B> URL-viewer process to be 
27042 started <B>only</B> if the same application has <B>not already</B> 
27043 been launched -- for one reason, to avoid file-locking contentions among 
27044 multiple invocations of the same URL-viewer application.  
27045 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27046 option does not do this.)  A method of doing that would be:<OL>
27047 <LI> use 
27048 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27049 check (using commands appropriate for your Unix shell
27050 in place of <VAR>test-string</VAR>) for the presence of a 
27051 lockfile created by the URL-viewer application -- which implies that the 
27052 application is already running, though this is not foolproof. 
27053 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27054 application with its appropriate command line option(s) to 
27055 show the URL selected from the Alpine message in an already open window of 
27056 that application, or perhaps in a new window of that application.  
27058 <LI> In the 
27059 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27060 application without those command line options, but this time using the 
27061 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27062 is defined.
27063 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27064 windows environment (for instance, using VT-100 terminal emulation), you 
27065 may wish to specify a non-X windows URL-viewer application such as Lynx
27066 as the last entry.
27067 </OL><BR>
27068 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27069 the command shell, the URL-viewer application(s), and possibly the specific 
27070 version of the latter, you are using.  
27072 Relevant command 
27073 line options for the Netscape browser for showing URLs (selected from Alpine) 
27074 when Netscape is already running are discussed in the document
27075 &quot;Remote Control of UNIX Netscape&quot; 
27076 found at the URL (as of 12 Aug. 1998):
27079 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27081 <P>(If the URL-viewer application is 
27082 <B>not</B> running on the same host as Alpine, but being launched from an 
27083 applications server, you may not be able to use the command line options for 
27084 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27086 <!--chtml if this-method="shown-to-work"-->
27087 An example using the Korn shell and the Netscape browser (first entry wrapped 
27088 because of its length, but should all appear on one line):
27090 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27092 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27093               &quot;/usr/local/bin/lynx '_URL_'&quot;
27095 <!--chtml endif-->
27097 <UL>   
27098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27099 </UL><P>
27100 &lt;End of help on this topic&gt;
27101 </BODY>
27102 </HTML>
27103 ====== h_config_enable_full_hdr =====
27104 <HTML>
27105 <HEAD>
27106 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27107 </HEAD>
27108 <BODY>
27109 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27111 This feature enables the &quot;H Full Headers&quot; command which toggles between
27112 the display of all headers in the message and the normal edited view of
27113 headers.  The Full Header command also controls which headers are included
27114 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27115 Full Header mode will respect the
27116 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27117 feature setting.)
27119 If Full Header mode is turned on and you Forward a message, you will
27120 be asked if you'd like to forward the message as an attachment, as opposed
27121 to including the text of the message in the body of your new message.
27123 If you have also turned on the
27124 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27125 option then the Full Headers command actually rotates through three states
27126 instead of just two.
27127 The first is the normal view with long quotes suppressed.
27128 The second is the normal view but with the long quotes included.
27129 The last enables the display of all headers in the message.
27130 When using Export, Pipe, Print, Forward, or Reply the quotes are
27131 never suppressed, so the first two states are identical.
27133 Normally, the Header Mode will reset
27134 to the default behavior when moving to a new message.
27135 The mode can be made to persist from message to message by setting the feature
27136 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27138 <UL>   
27139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27140 </UL><P>
27141 &lt;End of help on this topic&gt;
27142 </BODY>
27143 </HTML>
27144 ====== h_config_enable_full_hdr_and_text =====
27145 <HTML>
27146 <HEAD>
27147 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27148 </HEAD>
27149 <BODY>
27150 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27152 This feature affects how the &quot;H Full Headers&quot; command displays
27153 message text.  If set, the raw message text will be displayed.  This
27154 especially affects MIME formatted email, where the entire MIME format
27155 will be displayed.  This feature similarly affects how messages are
27156 included for the Export, Pipe, Print, Forward, and Reply functions.
27158 When viewing a raw message that has attachments with this feature set,
27159 you will not be able to view attachments without first leaving full 
27160 headers mode.  This is because MIME parsing is not done on the raw message.
27162 <UL>   
27163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27164 </UL><P>
27165 &lt;End of help on this topic&gt;
27166 </BODY>
27167 </HTML>
27168 ====== h_config_enable_pipe =====
27169 <HTML>
27170 <HEAD>
27171 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27172 </HEAD>
27173 <BODY>
27174 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27176 This feature enables the "| Pipe" command that sends the current message
27177 to the specified command for external processing.
27180 A short description of how the pipe command works is given
27181 <A HREF="h_pipe_command">here</A>.
27184 <UL>   
27185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27186 </UL><P>
27187 &lt;End of help on this topic&gt;
27188 </BODY>
27189 </HTML>
27190 ====== h_config_quell_full_hdr_reset =====
27191 <HTML>
27192 <HEAD>
27193 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27194 </HEAD>
27195 <BODY>
27196 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27198 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27199 normally resets to the default state when switching to a new message.
27200 For example, if you've used the &quot;H&quot; command to turn on Full
27201 Headers for a message you are viewing, and then you type the Next command
27202 to look at the next message, the full headers will no longer be shown.
27203 Setting this feature disables that reset.
27204 Instead, the Header Mode remains the same from message to message.
27207 The presence or absence of the HdrMode command is determined by the
27208 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27209 Feature-List option.
27211 <UL>   
27212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27213 </UL><P>
27214 &lt;End of help on this topic&gt;
27215 </BODY>
27216 </HTML>
27217 ====== h_config_enable_tab_complete =====
27218 <HTML>
27219 <HEAD>
27220 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27221 </HEAD>
27222 <BODY>
27223 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27225 This feature enables the TAB key when at a prompt for a filename. In this
27226 case, TAB will cause the partial name already entered to be automatically
27227 completed, provided the partial name is unambiguous.
27228 This feature is on by default.
27230 Similarly, this feature also enables TAB completion of address book
27231 nicknames when at a prompt for a nickname,
27232 or when typing in an address field in the composer.
27234 &lt;End of help on this topic&gt;
27235 </BODY>
27236 </HTML>
27237 ====== h_config_quit_wo_confirm =====
27238 <HTML>
27239 <HEAD>
27240 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27241 </HEAD>
27242 <BODY>
27243 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27245 This feature controls whether or not Alpine will ask for confirmation when a
27246 Quit command is received.
27248 &lt;End of help on this topic&gt;
27249 </BODY>
27250 </HTML>
27251 ====== h_config_quote_replace_noflow =====
27252 <HTML>
27253 <HEAD>
27254 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27255 </HEAD>
27256 <BODY>
27257 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27259 This feature, which is only active when
27260 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27261 also set,
27262 enables quote-replacement on non-flowed messages.  It is off
27263 by default because a non-flowed message is more dependent on its format,
27264 and thus quote-replacement may cause less-than-pleasing results.
27265 Setting this feature will cause quote-replacement similar to that of flowed
27266 messages, but with the added possibility of long lines being wrapped
27267 into new lines if the Quote-Replacement-String is longer than the string
27268 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27270 &lt;End of help on this topic&gt;
27271 </BODY>
27272 </HTML>
27273 ====== h_config_enable_jump =====
27274 <HTML>
27275 <HEAD>
27276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27277 </HEAD>
27278 <BODY>
27279 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27281 When this feature is set you may enter a number (followed by RETURN)
27282 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27283 screens.  In other words, it obviates the need for typing the "J" for the
27284 Jump command.
27286 &lt;End of help on this topic&gt;
27287 </BODY>
27288 </HTML>
27289 ====== h_config_enable_alt_ed =====
27290 <HTML>
27291 <HEAD>
27292 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27293 </HEAD>
27294 <BODY>
27295 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27297 If this feature is set (the default), and the 
27298 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27299 <B>is not</B> set, entering
27300 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27301 for the name of the editor you would like to use.
27303 If the environment variable $EDITOR is set, its value will be offered as
27304 a default.
27306 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27307 <B>is</B> set, the ^_ key will activate the specified
27308 editor without prompting, in which case it is not necessary to
27309 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27311 <UL>   
27312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27313 </UL><P>
27314 &lt;End of help on this topic&gt;
27315 </BODY>
27316 </HTML>
27317 ====== h_config_alt_ed_now =====
27318 <HTML>
27319 <HEAD>
27320 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27321 </HEAD>
27322 <BODY>
27323 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27325 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27326 variable are both set, Alpine will
27327 automatically activate the specified editor when the cursor is moved from
27328 the header of the message being composed into the message text.  For
27329 replies, the alternate editor will be activated immediately.  If this
27330 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27331 automatically ask for the name of an alternate editor when the cursor
27332 is moved out of the header being composed, or if a reply is being done.
27334 <P><UL>
27335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27336 </UL>
27338 &lt;End of help on this topic&gt;
27339 </BODY>
27340 </HTML>
27341 ====== h_config_enable_bounce =====
27342 <HTML>
27343 <HEAD>
27344 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27345 </HEAD>
27346 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27347 <BODY>
27349 Setting this feature enables the "B Bounce" command, which will prompt
27350 for an address and *remail* the message to the new recipient.  This command
27351 is used to re-direct messages that you have received in error, or need to
27352 be redirected for some other reason (e.g. list moderation).  The final
27353 recipient will see a header indicating that you have Resent the msg, but
27354 the message's From: header will show the original author of the message,
27355 and replies to it will go back to that author, and not to you.
27357 &lt;End of help on this topic&gt;
27358 </BODY>
27359 </HTML>
27360 ====== h_config_enable_agg_ops =====
27361 <HTML>
27362 <HEAD>
27363 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27364 </HEAD>
27365 <BODY>
27366 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27368 When this feature is set you may use the commands and subcommands that relate to
27369 performing operations on more than one message at a time.  We call these
27370 &quot;aggregate operations&quot;.  In particular, the 
27371 <!--chtml if pinemode="function_key"-->&quot;F5
27372 <!--chtml else-->&quot;;
27373 <!--chtml endif--> Select&quot;, 
27375 <!--chtml if pinemode="function_key"-->
27376 &quot;F6
27377 <!--chtml else-->
27378 &quot;A 
27379 <!--chtml endif-->
27380 Apply&quot;, and 
27381 <!--chtml if pinemode="function_key"-->
27382 &quot;F4
27383 <!--chtml else-->
27384 &quot;Z 
27385 <!--chtml endif-->
27386 Zoom&quot; commands are enabled by this feature.  Select is used to
27387 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27388 then be used to apply any message command to all of the selected/tagged
27389 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27390 view between just those Selected and all messages in the folder.
27392 This feature also enables the 
27393 <!--chtml if pinemode="function_key"-->
27394 &quot;F7&quot; 
27395 <!--chtml else-->
27396 &quot;^X&quot; 
27397 <!--chtml endif-->
27399 subcommand in the MESSAGE INDEX 
27400 WhereIs command that causes all messages matching the WhereIs argument to 
27401 become selected; and the Select, Select Current, and ZoomMode commands in the
27402 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27404 Some related help topics are
27405 <UL>
27406 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27407 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27408 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27409 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27410 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27411 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27412 </UL>
27414 <UL>   
27415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27416 </UL><P>
27417 &lt;End of help on this topic&gt;
27418 </BODY>
27419 </HTML>
27421 ====== h_config_enable_flag =====
27422 <HTML>
27423 <HEAD>
27424 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27425 </HEAD>
27426 <BODY>
27427 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27429 Setting this feature enables the
27430 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27431 command that allows you to
27432 manipulate the status flags associated with a message.  By default, Flag
27433 will set the "Important" flag, which results in an asterisk being
27434 displayed in column one of the MESSAGE INDEX for such messages.
27436 &lt;End of help on this topic&gt;
27437 </BODY>
27438 </HTML>
27439 ====== h_config_flag_screen_default =====
27440 <HTML>
27441 <HEAD>
27442 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27443 </HEAD>
27444 <BODY>
27445 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27447 The feature modifies the behavior of the
27448 <a href="h_common_flag">Flag</a>
27449 command (provided it too is
27450 <A HREF="h_config_enable_flag">enabled</A>).
27451 By default, when the "* Flag" command is selected,
27452 Alpine offers a prompt to set one of several flags and also offers the
27453 option of entering the detailed flag manipulation screen via the "^T"
27454 key. Enabling this feature causes Alpine to immediately enter the detailed
27455 flag screen rather than first offer the simple prompt.
27457 <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.
27459 &lt;End of help on this topic&gt;
27460 </BODY>
27461 </HTML>
27462 ====== h_config_flag_screen_kw_shortcut =====
27463 <HTML>
27464 <HEAD>
27465 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27466 </HEAD>
27467 <BODY>
27468 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27470 This feature modifies the behavior of the
27471 <a href="h_common_flag">Flag</a> command
27472 and the <A HREF="h_index_cmd_select">Select</A> command.
27473 This feature is set by default.
27474 When this feature is not set, when the "* Flag" command is selected,
27475 Alpine offers a prompt to set one of several flags and also offers the
27476 option of entering the detailed flag manipulation screen via the "^T"
27477 key.
27478 If you have
27479 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27480 defined, then enabling this feature adds a shortcut way to set or unset
27481 keywords.
27482 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27483 a keyword if you've given it a nickname) and that will set the keyword.
27485 An example is easier to understand than the explanation.
27486 The flag command can always be used to set the system flags.
27487 For example, to set the Answered flag you would type
27489 <CENTER><SAMP>* A</SAMP></CENTER>
27491 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27492 option in the Config screen.
27493 By default, to set a keyword like &quot;Work&quot; you would usually
27494 have to go to the Flag Details screen using
27495 the &quot;^T To Flag Details&quot; command.
27496 Instead, if you have enabled this feature, you may type
27498 <CENTER><SAMP>* W</SAMP></CENTER>
27500 to set the Work flag, or
27502 <CENTER><SAMP>* ! W</SAMP></CENTER>
27504 to unset it.
27505 Just like for the other flag setting commands, the case of the letter does
27506 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27507 keyword.
27509 Notice that you can only use this trick for one keyword that begins
27510 with &quot;W&quot;.
27511 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27512 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27513 your list of keywords.
27514 Also, there are five letters that are reserved for system
27515 flags and the NOT command.
27516 If you type &quot;* A&quot; it will always set the Answered flag, not
27517 your &quot;Aardvark&quot; keyword.
27518 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27519 the Flag Details screen.
27521 Because enabling the
27522 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27523 option causes Alpine to skip directly to the Flag Details screen when the
27524 Flag command is used, 
27525 setting it will cause this feature to have no effect at all.
27527 Similarly, when Selecting by Keyword, setting this option will allow you
27528 to use Keyword initials instead of full keywords.
27530 &lt;End of help on this topic&gt;
27531 </BODY>
27532 </HTML>
27533 ====== h_config_can_suspend =====
27534 <HTML>
27535 <HEAD>
27536 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27537 </HEAD>
27538 <BODY>
27539 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27541 Setting this feature will allow you to type ^Z (Control Z) to 
27542 <!--chtml if pinemode="os_windows"-->
27543 minimize Alpine into its icon, bringing into focus whatever
27544 application is running behind the PC-Alpine window.
27545 <!--chtml else-->
27546 temporarily suspend Alpine.
27549 This does not exit Alpine, but puts it in the background to watch
27550 for new mail and such.  Normally, you type a command, such
27551 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27554 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27555 adjusts whether Alpine is placed into the background of the shell its 
27556 running in or starts a news shell.
27557 <!--chtml endif-->
27560 <UL>   
27561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27562 </UL><P>
27563 &lt;End of help on this topic&gt;
27564 </BODY>
27565 </HTML>
27566 ====== h_config_take_lastfirst ======
27567 <HTML>
27568 <HEAD>
27569 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27570 </HEAD>
27571 <BODY>
27572 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27574 Normally, when TakeAddr is used to copy an address from a message into
27575 an address book entry, Alpine will attempt to rewrite the full name of the
27576 address in the form
27579 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27581 instead of<P>
27583 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27586 It does this because many people find it useful to sort by Last name
27587 instead of First name.  If this feature is set, then the TakeAddr command
27588 will not attempt to reverse the name in this manner.
27590 &lt;End of help on this topic&gt;
27591 </BODY></HTML>
27592 ====== h_config_disable_regex ======
27593 <HTML>
27594 <HEAD>
27595 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27596 </HEAD>
27597 <BODY>
27598 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27600 Normally, the
27601 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27602 option is interpreted as a regular expression.
27603 One type of address that might cause trouble is an address that
27604 contains a plus sign.
27605 If you want to have an address with a plus as one of your
27606 <!--#echo var="VAR_alt-addresses"-->
27607 and you don't want to use regular expressions, then setting this
27608 feature will cause Alpine to treat the addresses you list literally instead.
27610 &lt;End of help on this topic&gt;
27611 </BODY></HTML>
27612 ====== h_config_take_fullname ======
27613 <HTML>
27614 <HEAD>
27615 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27616 </HEAD>
27617 <BODY>
27618 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27620 Normally, when TakeAddr is used to copy an address or addresses
27621 from a message into an address book entry, Alpine will try to preserve
27622 the full name associated with each address in the list of addresses.
27623 The reason for this is so that if the entry is a list or later becomes a
27624 list, then information about the individual addresses in the list
27625 is preserved.
27626 If you would rather just have the simple addresses in the list of addresses,
27627 set this feature. For example, with the default setting you might
27628 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27630 <PRE>
27631  Nickname  : nick
27632  Fullname  : Bedrock Elders
27633  Fcc       :
27634  Comment   :
27635  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27636              Barney Rubble &lt;rubble@bedrock.org&gt;
27637 </PRE>
27639 but with this feature set it would look like
27641 <PRE>
27642  Nickname  : nick
27643  Fullname  : Bedrock Elders
27644  Fcc       :
27645  Comment   :
27646  Addresses : flint@bedrock.org,
27647              rubble@bedrock.org
27648 </PRE>
27650 instead. Note the difference in the Addresses field.
27652 &lt;End of help on this topic&gt;
27653 </BODY></HTML>
27654 ====== h_config_print_from ======
27655 <HTML>
27656 <HEAD>
27657 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27658 </HEAD>
27659 <BODY>
27660 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27662 If this feature is set, then the Berkeley-mail style From line is included
27663 at the start of each message that is printed.  This line looks something
27664 like the following, with the address replaced by the address from the
27665 From line of the message being printed:
27667 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27668 14:11:06 1998
27670 &lt;End of help on this topic&gt;
27671 </BODY>
27672 </HTML>
27673 ====== h_config_expanded_distlists ======
27674 <HTML>
27675 <HEAD>
27676 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27677 </HEAD>
27678 <BODY>
27679 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27680 If this feature is set, then distribution lists in the address book
27681 screen will always be expanded automatically.
27683 &lt;End of help on this topic&gt;
27684 </BODY>
27685 </HTML>
27686 ====== h_config_compose_news_wo_conf ======
27687 <HTML>
27688 <HEAD>
27689 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27690 </HEAD>
27691 <BODY>
27692 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27693 This feature controls one aspect of Alpine's Composer.  If you enter the
27694 composer while reading a newsgroup, you will normally be prompted to
27695 determine whether you intend the new message to be posted to the current
27696 newsgroup or not.  If this feature is set, Alpine will not prompt you
27697 in this situation, and will assume that you do indeed wish to post
27698 to the newsgroup you are reading.
27700 &lt;End of help on this topic&gt;
27701 </BODY>
27702 </HTML>
27703 ====== h_config_compose_rejects_unqual ======
27704 <HTML>
27705 <HEAD>
27706 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27707 </HEAD>
27708 <BODY>
27709 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27711 This feature controls one aspect of the message composer; in particular,
27712 what happens when an unqualified name is entered into an address header.
27713 If set, unqualified names entered as addresses will be treated as errors
27714 unless they match an addressbook nickname.  Alpine will not attempt to turn
27715 them into complete addresses by adding your local domain.<P>
27717 A complete (fully qualified) address is one containing a username followed
27718 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27719 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27720 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27722 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27726 When you enter a fully qualified address, Alpine does not interpret or
27727 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27728 your system.  Alpine conforms to the Internet standards governing message
27729 headers and will not send an unqualifed name to the MTA.  Therefore, when
27730 you enter an unqualified name, Alpine will normally attempt to turn it into
27731 a fully qualified address, first by checking to see if you have entered a
27732 matching nickname in your addressbook, or failing that, by simply adding
27733 your own domain to the name entered.  So if your address is
27734 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27735 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27736 that into &quot;fred@example.com&quot;.<P>
27738 There are situations where it is not desirable for Alpine to interpret such
27739 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27740 turned out to be a typo (intended to be an addressbook nickname), but
27741 there actually was a &quot;fred&quot; in your local domain, the message might 
27742 be mis-delivered without your realizing it.  In order to reduce the likelihood
27743 of such accidents, setting this feature will cause Alpine to treat such
27744 addresses as errors, and require that you explicitly enter the full local
27745 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27746 matches an address book nickname.<P>
27748 Consider this a safety feature against mis-directed mail.
27750 <UL>   
27751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27752 </UL><P>
27753 &lt;End of help on this topic&gt;
27754 </BODY>
27755 </HTML>
27756 ====== h_config_quell_local_lookup ======
27757 <HTML>
27758 <HEAD>
27759 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27760 </HEAD>
27761 <BODY>
27762 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27764 This feature controls an aspect of Alpine's Composer, and if needed, will
27765 usually be set by your system manager in Alpine's system-wide configuration
27766 file. Specifically, if this feature is set, Alpine will not attempt to look
27767 in the system password file to find a Full Name for the entered address.
27769 Normally, names you enter into address fields (e.g. To: or Cc:) are
27770 checked against your address book(s) to see if they match an address book
27771 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27772 the Unix password file.  If the entered name matches a username in the
27773 system password file, Alpine extracts the corresponding Full Name information
27774 for that individual, and adds that to the address being entered.
27776 However, password file matching can have surprising (incorrect) results if
27777 other users of the system do not receive mail at the domain you are using.
27778 That is, if either the 
27779 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27780 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27781 option
27782 is set such that the administrative domain of other users on the system
27783 isn't accurately reflected, Alpine should be told that a passwd file match
27784 is coincidental, and Full Name info will be incorrect.  For example, a
27785 personal name from the password file could get falsely paired with the
27786 entered name as it is turned into an address in the configured domain.
27788 If you are seeing this behavior, enabling this feature will prevent Unix
27789 Alpine from looking up names in the password file to find the Full Name
27790 for incomplete addresses you enter.<P>
27791 <UL>
27792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27793 </UL>
27795 &lt;End of help on this topic&gt;
27796 </BODY>
27797 </HTML>
27798 ====== h_config_tab_checks_recent ======
27799 <HTML>
27800 <HEAD>
27801 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27802 </HEAD>
27803 <BODY>
27804 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27806 In a FOLDER LIST screen, the TAB key usually just changes which
27807 folder is highlighted.
27808 If this feature is set, then the TAB key will cause the number of
27809 recent messages and the total number of messages in the highlighted folder
27810 to be displayed instead.
27813 &lt;End of help on this topic&gt;
27814 </BODY>
27815 </HTML>
27816 ====== h_config_maildrops_preserve_state ======
27817 <HTML>
27818 <HEAD>
27819 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27820 </HEAD>
27821 <BODY>
27822 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27824 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27825 Normally, when mail is moved from a Mail Drop folder to a destination
27826 folder, it is delivered as new mail.
27827 Any Seen/New, Answered, Important/Flagged state that has changed will be
27828 ignored.
27829 All of the mail will be considered unSeen, unAnswered, and unImportant after
27830 it is moved.
27832 If this feature is set, then the state changes that have been made
27833 to the messages in the Mail Drop folder will be preserved.
27835 In any case, messages that are already marked Deleted when the
27836 mail is to be moved from the Mail Drop will be ignored.
27838 &lt;End of help on this topic&gt;
27839 </BODY>
27840 </HTML>
27841 ====== h_config_preopen_stayopens ======
27842 <HTML>
27843 <HEAD>
27844 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27845 </HEAD>
27846 <BODY>
27847 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27849 This feature is related to the option
27850 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27851 Normally, Stay Open folders are only opened on demand, when the user
27852 asks to open them.
27853 From then on they are kept open for the duration of the session.
27854 However, if this feature is set, then the Stay Open folders will all be
27855 opened at startup, at the same time that the INBOX is opened.
27858 &lt;End of help on this topic&gt;
27859 </BODY>
27860 </HTML>
27861 ====== h_config_expunge_inbox ======
27862 <HTML>
27863 <HEAD>
27864 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27865 </HEAD>
27866 <BODY>
27867 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27869 The INBOX is normally treated differently from regular folders in several
27870 ways.
27871 One of the differences is that the normal &quot;close&quot; sequence of
27872 events is deferred until Alpine is exited, instead of happening when you
27873 leave the INBOX to view another folder.
27874 The &quot;close&quot; sequence normally includes the Expunging
27875 of deleted messages
27876 (either automatically or after a prompt, controlled by the features
27877 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27878 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27879 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27880 handling of the
27881 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27884 If this feature is set the &quot;close&quot; sequence handling will take
27885 place every time you leave the INBOX.
27886 The INBOX will still be kept open, but the offer to Expunge and the archiving
27887 to the <!--#echo var="VAR_read-message-folder"-->
27888 will take place each time you leave the INBOX instead of only once at the
27889 end of the session.
27892 &lt;End of help on this topic&gt;
27893 </BODY>
27894 </HTML>
27895 ====== h_config_expunge_stayopens ======
27896 <HTML>
27897 <HEAD>
27898 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27899 </HEAD>
27900 <BODY>
27901 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27903 This feature is related to the option
27904 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27905 Stay Open folders are treated differently from regular folders in several
27906 ways.
27907 One of the differences is that the normal &quot;close&quot; sequence of
27908 events is deferred until Alpine is exited, instead of happening when you
27909 leave the folder to view another folder.
27910 The &quot;close&quot; sequence normally includes the Expunging
27911 of deleted messages
27912 (either automatically or after a prompt, controlled by the features
27913 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27914 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27915 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27916 handling of
27917 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27920 If this feature is set the &quot;close&quot; sequence handling will take
27921 place when you leave the Stay Open folder.
27922 The folder will still be kept open, but the offer to Expunge and the archiving
27923 will take place each time you leave the folder instead of only once at the
27924 end of the session.
27925 This feature does not affect the INBOX, which will still only be processed
27926 when you exit Alpine.
27927 However, there is a similar feature that affects only the INBOX called
27928 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27931 &lt;End of help on this topic&gt;
27932 </BODY>
27933 </HTML>
27934 ====== h_config_preserve_start_stop ======
27935 <HTML>
27936 <HEAD>
27937 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27938 </HEAD>
27939 <BODY>
27940 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27942 This feature controls how special control key characters, typically
27943 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27944 are known as the "stop" and "start" characters and are sometimes used in
27945 communications paths to control data flow between devices that operate at
27946 different speeds.
27950 By default, Alpine turns the system's handling of these special characters
27951 off except during printing.  However, if you see Alpine reporting input errors
27952 such as:
27954 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27956 and, at the same time, see your display become garbled, then it is likely
27957 that setting this option will solve the problem.  Be aware, though, that
27958 enabling this feature will also cause Alpine to ostensibly "hang" 
27959 whenever the Ctrl-S key combination is entered as the system is now
27960 interpreting such input as a "stop output" command.  To "start
27961 output"  again, simply type Ctrl-Q. 
27963 &lt;End of help on this topic&gt;
27964 </BODY>
27965 </HTML>
27966 ====== h_config_enable_incoming ======
27967 <HTML>
27968 <HEAD>
27969 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27970 </HEAD>
27971 <BODY>
27972 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27974 Alpine's Incoming Message Folders collection
27975 provides a convenient way to access multiple incoming folders.
27976 It is also useful if you have accounts on multiple computers.
27979 If set, this feature defines a pseudo-folder collection called
27980 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27981 in this collection will be your INBOX, which will no longer show up in
27982 your Default folder collection.
27985 You may add more folders to the Incoming Message Folders collection by
27986 using the
27987 <!--chtml if pinemode="function_key"-->
27988 &quot;F10
27989 <!--chtml else-->
27990 &quot;A
27991 <!--chtml endif-->
27992 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27993 the host the folder is stored on (which defaults to the same host used
27994 for your INBOX), a nickname, and the actual folder name.  Once a set
27995 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27996 or MESSAGE TEXT screens) may be used to scan the folders for those
27997 with Recent messages.  If you add more folders to
27998 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27999 no effect.
28001 NOTE: Normally the software that actually delivers mail (the stuff that happens
28002 before Alpine is involved) is in a better position to do delivery filtering
28003 than is Alpine itself.
28004 If possible, you may want to look at programs such as
28005 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28006 filtering programs.
28007 If you'd prefer to have Alpine do the filtering for you, you may set that
28009 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28011 <UL>   
28012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28013 </UL><P>
28014 &lt;End of help on this topic&gt;
28015 </BODY>
28016 </HTML>
28017 ====== h_config_enable_incoming_checking ======
28018 <HTML>
28019 <HEAD>
28020 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28021 </HEAD>
28022 <BODY>
28023 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28025 This feature is only operational if you have enabled the optional
28026 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28027 If you do have Incoming Message Folders and you also set this feature,
28028 then the number of Unseen messages in each folder will be displayed
28029 in the FOLDER LIST screen for the Incoming Message Folders.
28030 The number of Unseen messages in a folder will be displayed in parentheses
28031 to the right of the name of each folder.
28032 If there are no Unseen messages in a folder then only the name
28033 is displayed, not a set of parentheses with zero inside them.
28034 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28035 the Incoming Message Folders to cause an immediate update.
28037 If a check for Unseen messages fails for a particular folder then Alpine
28038 will no longer attempt to check that folder for the duration of the
28039 session and this will be indicated by a question mark inside the
28040 parentheses.
28042 The features
28043 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28044 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28045 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28046 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28047 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28048 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28049 all affect how this feature behaves.
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_incoming_checking_total ======
28058 <HTML>
28059 <HEAD>
28060 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28061 </HEAD>
28062 <BODY>
28063 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28065 This option has no effect unless the feature
28066 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28067 is set, which in turn has no effect unless
28068 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28069 is set.
28071 When incoming folder checking is turned on the default is to display
28072 the number of unseen messages in each folder.
28073 More precisely, it is the number of undeleted unseen messages.
28074 Using this option you may also display the total number of messages
28075 in each folder.
28076 Instead of a single number representing the number of unseen messages
28077 you will get two numbers separated by a slash character.
28078 The first is the number of unseen messages and the second is the
28079 total number of messages.
28081 You may also use the recent message count instead of the unseen message
28082 count by turning on the feature
28083 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28085 <UL>   
28086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28087 </UL><P>
28088 &lt;End of help on this topic&gt;
28089 </BODY>
28090 </HTML>
28091 ====== h_config_incoming_checking_recent ======
28092 <HTML>
28093 <HEAD>
28094 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28095 </HEAD>
28096 <BODY>
28097 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28099 This option has no effect unless the feature
28100 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28101 is set, which in turn has no effect unless
28102 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28103 is set.
28105 When incoming folder checking is turned on the default is to display
28106 the number of unseen messages in each folder.
28107 More precisely, it is the number of undeleted unseen messages.
28108 Using this option you may display the number of recent messages instead
28109 of the number of unseen messages.
28110 A message is only counted as recent if this is the first session to
28111 see it, so the recent count might be less than the unseen count.
28112 The difference between the two would be accounted for by the unseen messages
28113 in the folder which were there previously but have not been looked at yet.
28115 If you simultaneously run more than one email client at a time
28116 (for example, you run more than one Alpine in parallel) then turning
28117 this feature on can cause some confusion.
28118 The confusion stems from the fact that each message is only considered to be
28119 recent in one session.
28120 That means that the counts of new messages may be different in the two
28121 Alpines running side by side, because each incoming message will only be
28122 counted as recent in one of the two sessions.
28124 You may also display the total number of messages
28125 in each folder by using the
28126 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28127 option.
28129 <UL>   
28130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28131 </UL><P>
28132 &lt;End of help on this topic&gt;
28133 </BODY>
28134 </HTML>
28135 ====== h_config_attach_in_reply ======
28136 <HTML>
28137 <HEAD>
28138 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28139 </HEAD>
28140 <BODY>
28141 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28143 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28144 attachments that were part of the original message will automatically be
28145 included in the Reply.
28147 &lt;End of help on this topic&gt;
28148 </BODY>
28149 </HTML>
28150 ====== h_config_include_header =====
28151 <HTML>
28152 <HEAD>
28153 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28154 </HEAD>
28155 <BODY>
28156 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28158 This feature controls an aspect of Alpine's Reply command. If set, and the
28159 original message is being included in the reply, then headers from that
28160 message will also be part of the reply.
28162 &lt;End of help on this topic&gt;
28163 </HEAD>
28164 </HTML>
28165 ====== h_config_sig_at_bottom =====
28166 <HTML>
28167 <HEAD>        
28168 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28169 </HEAD>
28170 <BODY>
28171 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28173 This feature controls an aspect of Alpine's Reply command.  If this feature
28174 is set, and the original message is being included in the reply, then the
28175 contents of your signature file (if any) will be inserted after the included
28176 message.
28178 This feature does not affect the results of a Forward command.
28180 &lt;End of help on this topic&gt;
28181 </BODY>
28182 </HTML>
28183 ====== h_config_sigdashes =====
28184 <HTML>
28185 <HEAD>
28186 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28187 </HEAD>
28188 <BODY>
28189 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28191 This feature enables support for the common USENET news convention 
28192 of preceding a message signature with the special line consisting of 
28193 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28196 When enabled and a
28197 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28198 Alpine will insert the special line before including the file's text (unless
28199 the special line already exists somewhere in the file's text).
28202 In addition, when you Reply or Followup to a message containing one of
28203 these special lines and choose to include its text, Alpine will observe
28204 the convention of not including text beyond the special line in your
28205 reply.
28206 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28207 mode is enabled and turned on, then Alpine <EM>will</EM>
28208 include the text beyond the special line regardless of the setting of
28209 this feature.
28212 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28213 for a related feature.
28216 <UL>   
28217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28218 </UL><P>
28219 &lt;End of help on this topic&gt;
28220 </BODY>
28221 </HTML>
28222 ====== h_config_new_thread_blank_subject =====
28223 <HTML>
28224 <HEAD>
28225 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28226 </HEAD>
28227 <BODY>
28228 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28230 When this feature is enabled (the default) Alpine will create a new thread
28231 every time that the subject line becomes empty at any time during composition.
28234 This behavior is particularly useful in case you are replying to a message.
28235 Replying to a message causes the message to be in the same thread than the
28236 original message that is being replied to. However, many authors want to create
28237 a new message (in a different thread) while replying to a message, and they do
28238 this by changing the full subject, by first deleting the original subject and
28239 typing the new subject of the current message.
28242 Enabling this feature causes that any time that the subject is deleted, the 
28243 message being composed will be considered the first message of a new thread.
28246 <UL>   
28247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28248 </UL><P>
28249 &lt;End of help on this topic&gt;
28250 </BODY>
28251 </HTML>
28252 ====== h_config_strip_sigdashes =====
28253 <HTML>
28254 <HEAD>
28255 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28256 </HEAD>
28257 <BODY>
28258 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28260 This feature doesn't do anything if the feature
28261 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28262 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28263 then turning on this feature enables support for the convention
28264 of not including text beyond the sigdashes line when Replying or Following
28265 up to a message and including the text of that message.
28266 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28267 mode is enabled and turned on, then Alpine <EM>will</EM>
28268 include the text beyond the special line regardless of the setting of
28269 this feature.
28271 In other words, this is a way to turn on the signature stripping behavior
28272 without also turning on the dashes-adding behavior.
28274 <UL>   
28275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28276 </UL><P>
28277 &lt;End of help on this topic&gt;
28278 </BODY>
28279 </HTML>
28280 ====== h_config_forward_as_attachment =====
28281 <HTML>
28282 <HEAD>
28283 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28284 </HEAD>
28285 <BODY>
28286 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28288 This feature affects the way forwarded message text is handled.  When set, rather than 
28289 include the text of the forwarded message below any additional text you provide in the
28290 composer, the forwarded message is attached in its entirety to the message you send.
28292 This is useful in that it keeps the text you provide in the composer distinct from the
28293 text of the forwarded message.  Similarly, it allows the recipient to 
28294 conveniently operate on the forwarded message.  For example, they might reply directly to
28295 the sender of the forwarded message, or process it as part of a spam report.
28296 <UL>   
28297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28298 </UL><P>
28299 &lt;End of help on this topic&gt;
28300 </BODY>
28301 </HTML>
28302 ====== h_config_preserve_field =====
28303 <HTML>
28304 <HEAD>
28305 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28306 </HEAD>
28307 <BODY>
28308 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28310 This feature affects Alpine's behavior when one replies to a message. 
28311 When you receive a message, some or all of the recipients of the message 
28312 have been added to the To: and Cc: fields. If you reply to such message, 
28313 and this feature is disabled, then the original sender of the message is 
28314 added to the To: field, and all other recipients are added to the Cc: 
28315 field, while your address is added to the From: field.
28318 However, if this feature is enabled, then Alpine will preserve the 
28319 original fields as sent in the original message, so the Cc: and To: 
28320 fields will be preserved. The sender's address will be added to the To: 
28321 field, while your address is added to the From: field.
28324 The behavior of this feature is that replies to all messages will behave 
28325 in the way described above. If you only intend this to happen on a per 
28326 message basis, then keep this feature disabled, and when replying to a 
28327 message you will see a new option in the menu for the &quot;Reply to all 
28328 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28329 make Alpine toggle its question so you can preserve the To: and Cc: 
28330 fields for that message only.
28332 <UL>   
28333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28334 </UL><P>
28335 &lt;End of help on this topic&gt;
28336 </BODY>
28337 </HTML>
28338 ====== h_config_sub_lists =====
28339 <HTML>
28340 <HEAD>
28341 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28342 </HEAD>
28343 <BODY>
28344 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28346 This feature affects the subcommands available when Saving, 
28347 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28348 available. This command allows you to type in a substring of the folder
28349 you are looking for and when you type ^X it will display all folders
28350 that contain that substring in their names.
28351 This feature is set by default.
28354 &lt;End of help on this topic&gt;
28355 </BODY>
28356 </HTML>
28357 ====== h_config_scramble_message_id =====
28358 <HTML>
28359 <HEAD>
28360 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28361 </HEAD>
28362 <BODY>
28363 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28365 Normally the Message-ID header that Alpine generates when sending a message
28366 contains the name of the computer from which the message is being sent.
28367 Some believe that this hostname could be used by spammers or could
28368 be used by others for nefarious purposes.
28369 If this feature is set, that name will be transformed with a simple
28370 Rot13 transformation.
28371 The result will still have the correct syntax for a Message-ID but the
28372 part of the MessageID that is often a domain name will not be an actual
28373 domain name because the letters will be scrambled.
28375 In addition, other information such as the name program, version, and
28376 a code for operating system used to build Alpine, will be encoded using
28377 the Rot13 transformation, except for the version number which will be
28378 encoded using a Rot5 transformation.
28380 It is possible (but unlikely?) that some spam detection
28381 software will use that as a reason to reject the mail as spam.
28382 It has also been reported that some spam detection software uses the
28383 fact that there are no dots after the &quot;@&quot; as a reason to reject
28384 messages.
28385 If your PC-Alpine Message-ID is using a name without a dot that is because
28386 that is what Windows thinks is your &quot;Full computer name&quot;.
28387 The method used to set this varies from one type of Windows to another but
28388 check under Settings -> Control Panel -> System and
28389 look for Network Identification or Computer Name or something similar.
28390 How to set it is beyond the scope of Alpine.
28393 &lt;End of help on this topic&gt;
28394 </BODY>
28395 </HTML>
28396 ====== h_downgrade_multipart_to_text =====
28397 <HTML>
28398 <HEAD>
28399 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28400 </HEAD>
28401 <BODY>
28402 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28405 This feature affects Alpine's behavior when sending mail.  Internet
28406 standards require Alpine to translate all non-ASCII characters in
28407 messages that it sends using MIME encoding.  This encoding can be
28408 ostensibly broken for recipients if any agent between Alpine and the
28409 recipient, such as an email list expander, appends text to the
28410 message, such as list information or advertising.  When sending such
28411 messages Alpine attempts to protect such encoding by placing extra
28412 MIME boundaries around the message text.
28414 These extra boundaries are invisible to recipients that 
28415 use MIME-aware email programs (the vast majority).  However, if
28416 you correspond with users of email programs that are not MIME-aware,
28417 or do not handle the extra boundaries gracefully, you can
28418 use this feature to prevent Alpine from including the extra
28419 MIME information.  Of course, it will increase the likelihood
28420 that non-ASCII text you send may appear corrupt to the recipient.
28422 &lt;End of help on this topic&gt;
28423 </BODY>
28424 </HTML>
28425 ====== h_config_show_sort =====
28426 <HTML>
28427 <HEAD>
28428 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28429 </HEAD>
28430 <BODY>
28431 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28433 If this feature is set and there is sufficient space on the screen,
28434 a short indication of the current sort order will be
28435 added in the titlebar (the top line on the screen), before the name
28436 of the folder.
28437 For example, with the default Arrival sort in effect,
28438 the display would have the characters
28440 <P><CENTER>[A]</CENTER><P>
28442 added between the title of the screen and the folder name.
28443 The letters are the same as the letters you may type to manually
28444 sort a folder with the SortIndex command ($).
28445 The letters in the table below are the ones that may show
28446 up in the titlebar line.
28448 <TABLE>   
28449 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28450 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28451 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28452 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28453 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28454 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28455 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28456 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28457 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28458 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28459 </TABLE>
28461 If the sort order is Reversed, the letter above will be preceded by the letter
28462 &quot;R&quot;, for example
28464 <P><CENTER>[RS]</CENTER><P>
28466 means that a Reverse Subject sort is in effect.
28467 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28468 left out, and just an &quot;R&quot; is shown.
28470 <P><CENTER>[R]</CENTER>
28473 &lt;End of help on this topic&gt;
28474 </BODY>
28475 </HTML>
28476 ====== h_config_disable_reset_disp =====
28477 <HTML>
28478 <HEAD>
28479 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28480 </HEAD>
28481 <BODY>
28482 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28484 UNIX Alpine only.
28486 This feature affects Alpine's behavior when using
28487 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28488 Normally, before the display filter is run, the terminal mode is reset
28489 to what it was before you started Alpine.
28490 This may be necessary if the filter requires the use of the terminal.
28491 For example, it may need to interact with you.
28492 If you set this feature, then the terminal mode will not be reset.
28493 One thing that turning on this feature should fix is the coloring of
28494 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28495 breaks because the terminal reset resets the color state of the terminal.
28498 &lt;End of help on this topic&gt;
28499 </BODY>
28500 </HTML>
28501 ====== h_config_disable_sender =====
28502 <HTML>
28503 <HEAD>
28504 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28505 </HEAD>
28506 <BODY>
28507 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28509 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28510 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28511 header fields.
28512 By default, Alpine will generate such a header in situations where the
28513 username or domain are not the same as
28514 the &quot;From:&quot; header on the message.
28515 With this feature set,
28516 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28517 This may be desirable on a system that is virtually hosting many domains,
28518 and the sysadmin has other methods available for tracking a message to
28519 its originator.
28521 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28524 &lt;End of help on this topic&gt;
28525 </BODY>
28526 </HTML>
28527 ====== h_config_use_sender_not_x =====
28528 <HTML>
28529 <HEAD>
28530 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28531 </HEAD>
28532 <BODY>
28533 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28535 Normally Alpine adds a header line
28536 labeled &quot;X-X-Sender&quot;, if the sender is
28537 different from the From: line.
28538 The standard specifies that this header
28539 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28540 Setting this feature causes
28541 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28543 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28546 &lt;End of help on this topic&gt;
28547 </BODY>
28548 </HTML>
28549 ====== h_config_use_fk =====
28550 <HTML>
28551 <HEAD>
28552 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28553 </HEAD>
28554 <BODY>
28555 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28557 This feature specifies that Alpine will respond to function keys instead of
28558 the normal single-letter commands. In this mode, the key menus at the
28559 bottom of each screen will show function key designations instead of the
28560 normal mnemonic key.
28563 &lt;End of help on this topic&gt;
28564 </BODY>
28565 </HTML>
28566 ====== h_config_cancel_confirm =====
28567 <HTML>
28568 <HEAD>
28569 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28570 </HEAD>
28571 <BODY>
28572 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28574 This feature affects what happens when you type ^C to cancel a composition.
28575 By default, if you attempt to cancel a composition by typing ^C, you will be
28576 asked to confirm the cancellation by typing a &quot;C&quot;
28577 for <EM>C</EM>onfirm.
28578 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28579 risky because the &quot;^C Y&quot; needed to cancel a message
28580 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28582 If this feature is set the confirmation asked for
28583 will be a &quot;<EM>Y</EM>es&quot;
28584 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28587 &lt;End of help on this topic&gt;
28588 </BODY>
28589 </HTML>
28590 ====== h_config_compose_maps_del =====
28591 <HTML>
28592 <HEAD>
28593 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28594 </HEAD>
28595 <BODY>
28596 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28598 This feature affects the behavior of the DELETE key.
28599 If set, Delete will be equivalent to ^D, and delete
28600 the current character.  Normally Alpine defines the Delete key
28601 to be equivalent to ^H, which deletes the <EM>previous</EM>
28602 character.
28605 &lt;End of help on this topic&gt;
28606 </BODY>
28607 </HTML>
28608 ====== h_config_compose_bg_post =====
28609 <HTML>
28610 <HEAD>
28611 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28612 </HEAD>
28613 <BODY>
28614 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28616 This feature affects the behavior of Alpine's mail sending.  If set, this
28617 feature enables a subcommand in the composer's "Send?" confirmation
28618 prompt.  The subcommand allows you to tell Alpine to handle the actual
28619 posting in the background.  While this feature usually allows posting
28620 to appear to happen very fast, it has no affect on the actual delivery
28621 time it takes a message to arrive at its destination.
28624 Please Note:
28625 <OL>
28626  <LI>This feature will have no effect if the feature
28627        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28628        is set.
28629  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28630        as well as several Unix ports, do not recognize this feature.
28631  <LI>Error handling is significantly different when this feature is
28632         enabled.  Any message posting failure results in the message
28633         being appended to your &quot;Interrupted&quot; mail folder.  When you
28634         type the <A HREF="h_common_compose">C</A>ompose command,
28635         Alpine will notice this folder and
28636         offer to extract any messages contained.  Upon continuing a 
28637         failed message, Alpine will display the nature of the failure 
28638         in the status message line.
28639  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28640         for message data to
28641         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28642         if you typically run close to any sort of disk-space limits or quotas.
28643 </OL>
28645 &lt;End of help on this topic&gt;
28646 </BODY>
28647 </HTML>
28648 ====== h_config_compose_dsn =====
28649 <HTML>
28650 <HEAD>
28651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28652 </HEAD>
28653 <BODY>
28654 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28656 This feature affects the behavior of Alpine's mail sending.  If set, this
28657 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28658 prompt.  The subcommand allows you to tell Alpine to request the type of
28659 Delivery Status Notification (DSN) that you would like.  Most users will
28660 be happy with the default, and need not enable this feature.
28662 If the feature
28663 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28664 then this feature has no effect and the type of DSN is not selectable.
28667 Turning on this feature and then turning on the DSNOpts from the send
28668 prompt reveals four on-off toggles at the bottom of the screen.
28669 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28670 that no notification be returned to you, even if there is a delivery
28671 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28672 server that you are willing (or not) to receive delay notifications, which
28673 happen when there is an unusual delay at some mail server (in that mail
28674 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28675 Success requests that you be sent a DSN message when the message is
28676 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28677 automatically turn off Delay and Success notification, and will flip the
28678 toggles to show that.  Similarly, turning on Delay and/or Success will
28679 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28680 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28681 the full message be returned in any failed DSN.  RetHdrs requests that
28682 only the headers be returned in any failed DSN.  Notice that this command
28683 applies only to failed delivery status reports.  For delay or success
28684 reports, the full message is never returned, only the headers are returned.
28687 If you don't enable the DSN feature or if you don't turn it on for a
28688 particular message, the default is that you will be notified about failures,
28689 you might be notified about delays, and you won't be notified about
28690 successes.  You will usually receive the full message back when there is
28691 a failure.
28694 If you turn on the DSNOpts the default is to return as much information as
28695 possible to you.  That is, by default, the Success and Delay options are
28696 turned on and the full message will be returned on failure.
28699 The sending prompt will display the current DSN request (if any) in a
28700 shorthand form.  It will be:
28702 <P><CENTER>[Never]</CENTER>
28705 if you have requested NoErrRets.  Otherwise, it will look something like:
28707 <P><CENTER>[FDS-Hdrs]</CENTER>
28710 The &quot;F&quot; will always be there, indicating that you will be notified
28711 of failures.  (Alpine doesn't provide a way to request no failure notification
28712 and at the same time request either success or delay notification.  The only
28713 way to request no failure notifications is to request no notifications at
28714 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28715 requested Delay and/or Success notification.  If one of those is missing,
28716 that means you are requesting no notification of the corresponding type.
28717 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28718 the headers and Full means to return the full message (applies to
28719 failure notifications only).
28722 NOTE: This feature relies on your system's mail transport agent or
28723 configured
28724 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28725 having the negotiation mechanism introduced in
28726 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28727 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28728 are using doesn't support DSN, a short warning will be shown to you on
28729 the message line at the bottom of the screen after you send your message,
28730 but your message will have been sent anyway.
28733 Note that DSNs don't provide a mechanism to request read receipts.  That
28734 is, if you request notification on success you are notified when the
28735 message is delivered to the mailbox, not when the message is read.
28738 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28739 it is possible that this feature might cause problems for some servers. 
28742 &lt;End of help on this topic&gt;
28743 </BODY>
28744 </HTML>
28745 ====== h_config_auto_zoom =====
28746 <HTML>
28747 <HEAD>
28748 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28749 </HEAD>
28750 <BODY>
28751 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28753 This feature affects the behavior of the Select command.
28754 If set, the select command will automatically perform a zoom
28755 after the select is complete.
28756 This feature is set by default.
28758 Some related help topics are
28759 <UL>
28760 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28761 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28762 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28763 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28764 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28765 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28766 </UL>
28769 &lt;End of help on this topic&gt;
28770 </BODY>
28771 </HTML>
28772 ====== h_config_auto_unzoom =====
28773 <HTML>
28774 <HEAD>
28775 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28776 </HEAD>
28777 <BODY>
28778 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28780 This feature affects the behavior of the Apply command.  If set, and if
28781 you are currently looking at a Zoomed Index view of selected messages,
28782 the Apply command will do the operation you specify, but then will
28783 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28784 the normal Index view after the Apply. 
28785 This feature is set by default.
28788 Some related help topics are
28789 <UL>
28790 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28791 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28792 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28793 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28794 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28795 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28796 </UL>
28798 &lt;End of help on this topic&gt;
28799 </BODY>
28800 </HTML>
28801 ====== h_config_auto_unselect =====
28802 <HTML>
28803 <HEAD>
28804 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28805 </HEAD>
28806 <BODY>
28807 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28809 This feature affects the behavior of the Apply command.  If set,
28810 the Apply command will do the operation you specify, but then will
28811 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28812 the normal Index view after the Apply. 
28815 Some related help topics are
28816 <UL>
28817 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28818 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28819 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28820 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28821 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28822 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28823 </UL>
28825 &lt;End of help on this topic&gt;
28826 </BODY>
28827 </HTML>
28828 ====== h_config_fast_recent =====
28829 <HTML>
28830 <HEAD>
28831 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28832 </HEAD>
28833 <BODY>
28834 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28836 This feature controls the behavior of the TAB key when traversing folders
28837 in the optional 
28838 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28839 collection or in optional <!--#echo var="VAR_news-collections"-->.
28842 When the TAB
28843 (<A HREF="h_common_nextnew">NextNew</A>)
28844 key is pressed, the default behavior is to
28845 explicitly examine the status of the folder for the number of recent
28846 messages (messages delivered since the last time it was viewed).
28847 Depending on the size and number of messages in the folder, this test
28848 can be time consuming.
28851 Enabling this feature will cause Alpine to only test for the existence of
28852 any recent messages rather than to obtain the count.  This is much faster
28853 in many cases.  The downside is that you're not given the number of recent
28854 messages when prompted to view the next folder.
28855 If the feature
28856 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28857 is turned on, then the present feature will have no effect.
28860 <UL>   
28861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28862 </UL><P>
28863 &lt;End of help on this topic&gt;
28864 </BODY>
28865 </HTML>
28866 ====== h_config_arrow_nav =====
28867 <HTML>
28868 <HEAD>
28869 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28870 </HEAD>
28871 <BODY>
28872 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28874 This feature controls the behavior of the left and right arrow keys.
28875 If set, the left and right arrow keys will operate like the usual
28876 navigation keys &lt; and &gt;.
28877 This feature is set by default.
28880 If you set this feature, and do not like the changed behavior of the up/down 
28881 arrow 
28882 keys when navigating through the FOLDER LIST screen -- 
28883 <B>first</B> from column to column, if more than one folder is 
28884 displayed per row, 
28885 and <B>then</B> from row to row -- you may either also wish to set the feature 
28886 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28887 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28888 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28889 folders in each column.
28891 <UL>   
28892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28893 </UL><P>
28894 &lt;End of help on this topic&gt;
28895 </BODY>
28896 </HTML>
28897 ====== h_config_relaxed_arrow_nav =====
28898 <HTML>
28899 <HEAD>
28900 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28901 </HEAD>
28902 <BODY>
28903 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28905 This feature controls the behavior of the left, right, up and down
28906 arrow keys in the FOLDER LIST screen when the &quot;<A
28907 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28908 set.
28909 This feature is set by default.
28913 When this feature is set, the left and right
28914 arrow keys in the FOLDER LIST screen
28915 move the highlight bar to the left or right, and the up and
28916 down arrows move it up or down.
28919 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28920 feature is not set;
28921 the left and right arrow keys in the Folder List screen strictly
28922 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28923 and down arrow keys move the highlight bar to the previous and next
28924 folder or directory name.
28927 <UL>   
28928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28929 </UL><P>
28930 &lt;End of help on this topic&gt;
28931 </BODY>
28932 </HTML>
28933 ====== h_config_alt_compose_menu =====
28934 <HTML>
28935 <HEAD>
28936 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28937 </HEAD>
28938 <BODY>
28939 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28941 This feature controls the menu that is displayed when Compose is selected.
28942 If set, a list of options will be presented, with each option representing
28943 the type of composition that could be used. This feature is most useful for
28944 users who want to avoid being prompted with each option separately, or who
28945 want to avoid the checking of remote postponed or form letter folders.
28946 The possible types of composition are:
28949 New, for starting a new composition. Note that if New is selected and roles
28950 are set, roles are checked for matches and applied according to the setting
28951 of the matching role.
28954 Interrupted, for continuing an interrupted composition. This option is only
28955 offered if an interrupted message folder is detected.
28958 Postponed, for continuing postponed compositions. This option is offered
28959 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28960 the postponed folder actually exists. This option is especially handy
28961 for avoiding having to check for the existence of a remote postponed folder.
28964 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28965 is set in the config, and is not checked for existence for reasons similar
28966 to those explained by the postponed option.
28969 setRole, for selecting a role to apply to a composition.
28972 &lt;End of help on this topic&gt;
28973 </BODY>
28974 </HTML>
28975 ====== h_config_alt_role_menu =====
28976 <HTML>
28977 <HEAD>
28978 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28979 </HEAD>
28980 <BODY>
28981 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28983 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28984 a role and compose a new message using that role.
28985 When this feature is set, the role command will first ask whether you want to
28986 Compose a new message, Forward the current message, Reply to the
28987 current message, or Bounce the current message.
28988 If you are not in the MESSAGE INDEX and are not viewing a message,
28989 then there is no current message and the question will be skipped.
28990 After you have chosen to Compose, Forward, Reply, or Bounce you will
28991 then choose the role to be used.
28993 When Bouncing the &quot;Set From&quot; address is used for the
28994 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28995 provided that the option
28996 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28997 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28998 set.
28999 Other actions of the role are ignored when Bouncing.
29002 &lt;End of help on this topic&gt;
29003 </BODY>
29004 </HTML>
29005 ====== h_config_always_spell_check =====
29006 <HTML>
29007 <HEAD>
29008 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29009 </HEAD>
29010 <BODY>
29011 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29013 When this feature is set, every composed message will be spell-checked before
29014 being sent.
29016 &lt;End of help on this topic&gt;
29017 </BODY>
29018 </HTML>
29019 ====== h_config_quell_asterisks =====
29020 <HTML>
29021 <HEAD>
29022 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29023 </HEAD>
29024 <BODY>
29025 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29027 When you are running Alpine you will sometimes be asked for a password
29028 in a prompt on the third line from the bottom of the screen.
29029 Normally each password character you type will cause an asterisk to echo
29030 on the screen. That gives you some feedback to know that your typing is
29031 being recognized.
29032 There is a very slight security risk in doing it this way because someone
29033 watching over your shoulder might be able to see how many characters there
29034 are in your password.
29035 If you'd like to suppress the echoing of the asterisks set this feature.
29037 &lt;End of help on this topic&gt;
29038 </BODY>
29039 </HTML>
29040 ====== h_config_quell_flowed_text =====
29041 <HTML>
29042 <HEAD>
29043 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29044 </HEAD>
29045 <BODY>
29046 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29048 Alpine generates flowed text where possible.
29049 The method for generating flowed text is defined by
29050 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29051 the benefit of doing so is
29052 to send message text that can properly be viewed both on normal width displays
29053 and on displays with smaller or larger than normal screen widths.
29054 With flowed text, a space at the end of a line tells the receiving mail
29055 client that the following line belongs to the same paragraph.
29056 Quoted text will also be affected, with only the innermost
29057 level of &quot;&gt;&quot; quoting being followed by a space.
29058 However, if you have changed the
29059 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29060 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29061 quoted text will not be flowed.
29062 For this reason, we recommend that you leave your
29063 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29065 This feature turns off the generation of flowed text, as it might be
29066 desired to more tightly control how a message is displayed on the receiving end.
29068 If this feature is <EM>not</EM> set, you can control on a message by message
29069 basis whether or not flowed text is generated.
29070 You do this by typing ^V at the Send confirmation prompt that you get
29071 after typing ^X to send a message.
29072 ^V is a toggle that turns flowing off and back on if typed again.
29073 If for some reason flowing cannot be done on a particular message, then the
29074 ^V command will not be available.
29075 This would be the case, for example, if this feature was set, or if your
29076 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29077 If the feature
29078 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29079 then the opportunity to control on a message by message basis
29080 whether or not flowed text is generated is lost.
29082 When this feature is not set and you have typed ^V to turn off flowing,
29083 the Send confirmation prompt will change to look like
29085 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29087 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29088 also turn off the sending of flowed text messages, but it differs in that
29089 it also trims all trailing white space from a message before sending it.
29091 If alternate editors are used extensively, be aware that a message will still
29092 be sent flowed if this feature is unset.  In most cases this will be fine,
29093 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29094 use that.
29096 &lt;End of help on this topic&gt;
29097 </BODY>
29098 </HTML>
29099 ====== h_config_strip_ws_before_send =====
29100 <HTML>
29101 <HEAD>
29102 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29103 </HEAD>
29104 <BODY>
29105 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29107 By default, trailing whitespace is not stripped from
29108 a message before sending.  Trailing whitespace should have no effect on an
29109 email message, and in flowed text can aid in delimiting paragraphs.
29110 However, the old behavior of stripping trailing whitespace was in place
29111 to better deal with older clients that couldn't handle certain types of
29112 text encodings.  This feature restores the old behavior
29114 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29115 generated by default but can be turned off via the
29116 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29117 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29118 of flowed text.
29120 &lt;End of help on this topic&gt;
29121 </BODY>
29122 </HTML>
29123 ====== h_config_del_from_dot =====
29124 <HTML>
29125 <HEAD>
29126 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29127 </HEAD>
29128 <BODY>
29129 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29131 This feature controls the behavior of the Ctrl-K command in the composer.
29132 If set, ^K will cut from the current cursor position to the end of the line,
29133 rather than cutting the entire line.
29136 &lt;End of help on this topic&gt;
29137 </BODY>
29138 </HTML>
29139 ====== h_config_print_index =====
29140 <HTML>
29141 <HEAD>
29142 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29143 </HEAD>
29144 <BODY>
29145 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29147 This feature controls the behavior of the Print command when in the
29148 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29149 asking if you wish to print the message index, or the currently highlighted
29150 message. If not set, the message will be printed.
29153 &lt;End of help on this topic&gt;
29154 </BODY>
29155 </HTML>
29156 ====== h_config_allow_talk =====
29157 <HTML>
29158 <HEAD>
29159 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29160 </HEAD>
29161 <BODY>
29162 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29164 UNIX Alpine only.
29166 By default, permission for others to &quot;talk&quot; to your terminal is turned
29167 off when you are running Alpine.  When this feature is set, permission is
29168 instead turned on.  If enabled, you may see unexpected messages in the
29169 middle of your Alpine screen from someone attempting to contact you via the
29170 &quot;talk&quot; program.
29173 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29174 talk daemon on your system will attempt to print a message on your screen 
29175 when someone else is trying to contact you.  If you wish to see these
29176 messages while you are running Alpine, you should enable this feature.
29179 If you do enable this feature and see a &quot;talk&quot; message, you must 
29180 suspend or quit Alpine before you can respond.
29183 &lt;End of help on this topic&gt;
29184 </BODY>
29185 </HTML>
29186 ====== h_config_send_filter_dflt =====
29187 <HTML>
29188 <HEAD>
29189 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29190 </HEAD>
29191 <BODY>
29192 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29193 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29194 configured, setting this feature will cause
29195 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29196 instead of unfiltered, the usual default.
29198 <UL>   
29199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29200 </UL><P>
29201 &lt;End of help on this topic&gt;
29202 </BODY>
29203 </HTML>
29204 ====== h_config_custom_print =====
29205 <HTML>
29206 <HEAD>
29207 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29208 </HEAD>
29209 <BODY>
29210 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29212 When this feature is set, the print command will have an additional
29213 subcommand called "C CustomPrint".  If selected, you will have
29214 the opportunity to enter any system print command --instead of being 
29215 restricted to using those that have been previously configured in the 
29216 printer setup menu.
29219 &lt;End of help on this topic&gt;
29220 </BODY>
29221 </HTML>
29222 ====== h_config_enable_dot_files =====
29223 <HTML>
29224 <HEAD>
29225 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29226 </HEAD>
29227 <BODY>
29228 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29230 When this feature is set, files beginning with dot (".") will be
29231 visible in the file browser.  For example, you'll be able to select them
29232 when using the browser to add an attachment to a message.
29234 &lt;End of help on this topic&gt;
29235 </BODY>
29236 </HTML>
29237 ====== h_config_enable_dot_folders =====
29238 <HTML>
29239 <HEAD>        
29240 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29241 </HEAD>
29242 <BODY>
29243 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29245 When this feature is set, folders beginning with dot (".") may be added
29246 and viewed.
29248 &lt;End of help on this topic&gt;
29249 </BODY>
29250 </HTML>
29251 ====== h_config_ff_between_msgs =====
29252 <HTML>
29253 <HEAD>
29254 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29255 </HEAD>
29256 <BODY>
29257 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29259 Setting this feature causes a formfeed to be printed between messages when
29260 printing multiple messages (with Apply Print command).
29262 &lt;End of help on this topic&gt;
29263 </BODY>
29264 </HTML>
29265 ====== h_config_blank_keymenu =====
29266 <HTML>
29267 <HEAD>
29268 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29269 </HEAD>
29270 <BODY>
29271 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29273 If this feature is set the command key menu that normally appears on the
29274 bottom two lines of the screen will not usually be there.  Asking for
29275 help with ^G or ? will cause the key menu to appear instead of causing
29276 the help message to come up.  If you want to actually see the help text,
29277 another ^G or ? will show it to you.  After the key menu has popped
29278 up with the help key it will remain there for an O for Other command but
29279 disappear if any other command is typed.
29281 &lt;End of help on this topic&gt;
29282 </BODY>
29283 </HTML>
29284 ====== h_config_enable_mouse =====
29285 <HTML>
29286 <HEAD>
29287 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29288 </HEAD>
29289 <BODY>
29290 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29292 This feature controls whether or not an X terminal mouse can be used with
29293 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29294 being used, the left mouse button on the mouse can be used to select text
29295 or commands.
29296 Clicking on a command at the bottom of the screen will behave as if you had
29297 typed that command.
29298 Clicking on an index line will move the current message highlight to
29299 that line.
29300 Double-clicking on an index line will view the message.
29301 Double-clicking on a link will view the link.
29303 This type of mouse support will also work in some terminal emulators which are
29304 not actually X terminals, but which have extra code to support the xterm
29305 style mouse.
29306 For those emulators you not only need to turn this feature on but you also
29307 have to set the $DISPLAY environment variable even though it isn't needed
29308 for your terminal.
29309 That will cause Alpine to think that it is an xterm and to properly interpret the
29310 escape sequences sent by the mouse.
29312 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29313 also modified.  It is sometimes possible to hold the shift key down while clicking
29314 left or middle mouse buttons for the normal xterm cut/paste operations. 
29315 There is also an Alpine command to toggle this mode on or off.
29316 The command is Ctrl-&#92; (Control-backslash).
29318 &lt;End of help on this topic&gt;
29319 </BODY>
29320 </HTML>
29321 ====== h_config_enable_xterm_newmail =====
29322 <HTML>
29323 <HEAD>        
29324 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29325 </HEAD>
29326 <BODY>
29327 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29329 This feature controls whether or not Alpine will attempt to announce new
29330 mail arrival when it is running in an X terminal window and that window
29331 is iconified.  If set, and the $DISPLAY variable indicates that an X
29332 terminal is being used, Alpine will send appropriate escape sequences to
29333 the X terminal to modify the label on Alpine's icon to indicate that new
29334 mail has arrived. Alpine will also modify the Alpine window's title to
29335 indicate new mail.
29336 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29338 &lt;End of help on this topic&gt;
29339 </BODY></HTML>
29340 ====== h_config_enable_newmail_short_text =====
29341 <HTML>
29342 <HEAD>        
29343 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29344 </HEAD>
29345 <BODY>
29346 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29348 This feature controls the text to be displayed in an icon in the event
29349 of a new message arrival.  Normally, the message will
29350 be the one that is displayed on the screen.  This feature shortens the
29351 message to a count of the number of new messages in brackets.  This may be
29352 more useful for those who use the window's title bar in the task bar as a
29353 new mail indicator.  This feature is only useful if the
29354 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29355 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29356 feature, this feature is only relevant when run in an xterm environment.
29358 &lt;End of help on this topic&gt;
29359 </BODY></HTML>
29360 ====== h_config_copy_to_to_from =====
29361 <HTML>
29362 <HEAD>
29363 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29364 </HEAD>
29365 <BODY>
29366 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29368 This feature affects the From address used when Replying to a message.
29369 It is probably only useful if you have some
29370 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29371 defined.
29372 When enabled, it checks to see if any of the addresses in the To or Cc
29373 fields of the message you are replying to is one of your addresses.
29374 If it is, and there is only one of them, then that address is used as
29375 the From address in the message you are composing.
29376 In other words, you will be using a From address that is the same
29377 as the To address that was used to get the mail to you in the first place.
29380 If a role is being used and it has a From address defined, that From address will
29381 be used rather than the one derived from this feature.
29384 <UL>   
29385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29386 </UL><P>
29387 &lt;End of help on this topic&gt;
29388 </BODY>
29389 </HTML>
29390 ====== h_config_prefix_editing =====
29391 <HTML>
29392 <HEAD>
29393 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29394 </HEAD>
29395 <BODY>
29396 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29398 This feature affects the Reply command's &quot;Include original message
29399 in Reply?&quot; prompt.  When enabled, it causes the
29400 &quot;Edit Indent String&quot; sub-command to appear which allows 
29401 you to edit the string Alpine would otherwise use to denote included 
29402 text from the message being replied to.<P>
29404 Thus, you can change Alpine's default message quote character (usually
29405 an angle bracket) on a per message basis. So you could change your quoted message to
29406 look, for example, like this:<p>
29408 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29410 John: I just wanted to say hello and to congratulate you
29411 John: on a job well done!</pre><p>
29413 The configuration option
29414 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29415 may be used to change what appears as the default string to be edited.
29417 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29418 currently being replied to.
29420 If you change your <!--#echo var="VAR_reply-indent-string"-->
29421 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29422 quoted text will not be flowed
29423 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29424 when you reply.
29425 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29426 set to the default value.
29428 <UL>   
29429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29430 </UL><P>
29431 &lt;End of help on this topic&gt;
29432 </BODY>
29433 </HTML>
29434 ====== h_config_enable_search_and_repl =====
29435 <HTML>
29436 <HEAD>
29437 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29438 </HEAD>
29439 <BODY>
29440 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29442 This feature modifies the behavior of Alpine's composer.  Setting this
29443 feature causes Alpine to offer the "^R Replace" subcommand, which
29444 allows you to search and replace text strings in a message you are composing, 
29445 inside the "^W Where is" command.  
29449 To search and replace text, first enter the text to be replaced at the 
29450 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29451 text, press ^R, which turns the prompt into 
29455 Search (to replace): 
29459 and then press Enter.  The cursor will highlight the first occurrence 
29460 of the text string you entered, and the prompt will show: 
29464 Replace "<your text string>" with : 
29468 where <your text string> is what you entered at the previous prompt;
29469 here, enter the replacement text.  To only replace the highlighted 
29470 occurrence, simply press Enter now; to replace all occurrences in the 
29471 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29472 each replacement.
29476 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29477 ^X toggles between "Replace All" and "Replace One."
29481 If you previously searched for text in a message, it will be offered for 
29482 re-use as part of the prompt, shown in [ ] brackets.
29485 &lt;End of help on this topic&gt;
29486 </BODY>
29487 </HTML>
29488 ====== h_config_enable_view_attach =====
29489 <HTML>
29490 <HEAD>
29491 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29492 </HEAD>
29493 <BODY>
29494 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29496 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29497 Setting this feature causes Alpine to present attachments in boldface.
29498 The first available attachment is displayed in inverse.  This is the
29499 "selected" attachment.  Pressing RETURN will cause Alpine to display
29500 the selected attachment.  Use the arrow keys to change which of the
29501 attachments displayed in boldface is the current selection.
29505 Speaking of arrow keys, the Up and Down Arrows will select the next
29506 and previous attachments if one is available on the screen for selection.
29507 Otherwise, they will simply adjust the viewed text one line up or down.
29511 Similarly, when selectable items are present in a message, the Ctrl-F key
29512 can be used to select the next item in the message independent of which
29513 portion of the viewed message is currently displayed. The Ctrl-B key can
29514 be used to select the previous item in the same way. 
29515 <P> 
29516 &lt;End of help on this topic&gt;
29517 </BODY>
29518 </HTML>
29519 ====== h_config_enable_y_print =====
29520 <HTML>
29521 <HEAD>
29522 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29523 </HEAD>
29524 <BODY>
29525 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29527 This feature modifies the behavior of Alpine's Print command.
29529 By default, Alpine's print command is available by pressing the "%" key.  
29530 (This command is a substantial change from Pine versions before 4.00 -- 
29531 where the print command was "Y" -- based on numerous complaints about 
29532 printing being invoked inadvertently, since Y also means "Yes.")  
29536 This feature is supplied to mitigate any disruption or anxiety users 
29537 might feel as a result of this change.  
29541 Enabling this feature will cause Alpine to recognize both the old
29542 command, "Y" for Prynt, as well the new "%" method for invoking
29543 printing.  Note, key menu labels are not changed as a result of
29544 enabling this feature.
29548 &lt;End of help on this topic&gt;
29549 </BODY>
29550 </HTML>
29551 ====== h_config_enable_lessthan_exit =====
29552 <HTML>
29553 <HEAD>
29554 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29555 </HEAD>
29556 <BODY>
29557 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29559 If this feature is set, then on screens where there is an Exit command
29560 but no < command, the < key will perform the same function as the Exit
29561 command.
29562 This feature is set by default.
29564 &lt;End of help on this topic&gt;
29565 </BODY>
29566 </HTML>
29567 ====== h_config_enable_view_url =====
29568 <HTML>
29569 <HEAD>
29570 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29571 </HEAD>
29572 <BODY>
29573 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29574 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29575 When this feature is set (the default) Alpine will select possible URLs from the
29576 displayed text and display them in boldface for selection.
29578 The first available URL is displayed in inverse.  This is the
29579 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29580 the selected URL via either built-in means as with mailto:, imap:,
29581 news:, and nntp:, or via an external application as defined
29582 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29583 variable.
29585 Use the arrow keys to change which of the URLs displayed in boldface
29586 is the current selection.
29588 Speaking of arrow keys, the Up and Down Arrows will select the next
29589 and previous URL if one is available on the screen for selection (unless 
29590 you have set the feature 
29591 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29592 Otherwise, they will simply adjust the viewed text one line up or down.
29594 Similarly, when selectable items are present in a message, the Ctrl-F
29595 key can be used to select the next item in the message independent
29596 of which portion of the viewed message is currently displayed. The
29597 Ctrl-B key can be used to select the previous item in the same way.
29599 <UL>   
29600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29601 </UL><P>
29602 &lt;End of help on this topic&gt;
29603 </BODY>
29604 </HTML>
29605 ====== h_config_enable_view_web_host =====
29606 <HTML>
29607 <HEAD>
29608 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29609 </HEAD>
29610 <BODY>
29611 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29613 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29614 When this feature is set (the default) Alpine will select possible web hostnames
29615 from the displayed text and display them in boldface for selection.  
29616 This can be useful when you receive messages referencing World Wide Web 
29617 sites without the use of complete URLs; for example, specifying only 
29618 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29619 selectable 
29620 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29621 rather than explicitly
29622 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29624 The first available hostname is displayed in inverse.  This is the
29625 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29626 the selected hostname via an external application as defined
29627 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29628 variable.
29630 Use the arrow keys (unless 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 to change which of the hostnames displayed in
29633 boldface is the current selection.
29635 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29636 key can be used to select the next web hostname in the message independent
29637 of which portion of the viewed message is currently displayed. The
29638 Ctrl-B key can be used to select the previous web hostnames in the same way.
29640 <UL>   
29641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29642 </UL><P>
29643 &lt;End of help on this topic&gt;
29644 </BODY>
29645 </HTML>
29646 ====== h_config_enable_view_addresses =====
29647 <HTML>
29648 <HEAD>
29649 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29650 </HEAD>
29651 <BODY>
29652 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29654 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29655 Setting this feature causes Alpine to select possible email addresses
29656 from the displayed text and display them in boldface for selection.  
29659 The first available email address is displayed in inverse.  This is the
29660 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29661 the message composition screen with the To: field filled in with the
29662 selected address.
29664 Use the arrow keys (unless you have set the feature 
29665 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29666 to change which of the hostnames displayed in
29667 boldface is the current selection.
29669 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29670 key can be used to select the next web hostname in the message independent
29671 of which portion of the viewed message is currently displayed. The
29672 Ctrl-B key can be used to select the previous web hostnames in the same way.
29674 <UL>   
29675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29676 </UL><P>
29677 &lt;End of help on this topic&gt;
29678 </BODY>
29679 </HTML>
29680 ====== h_config_enable_view_arrows =====
29681 <HTML>
29682 <HEAD>
29683 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29684 </HEAD>
29685 <BODY>
29686 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29688 This feature modifies Up and Down arrow key behavior in Alpine's
29689 MESSAGE TEXT screen when selectable Attachments, URL's, or
29690 web-hostnames are presented. Alpine's usual behavior is to move to
29691 the next or previous selectable item if currently displayed or
29692 simply to adjust the screen view by one line.
29696 Setting this feature causes the UP and Down arrow key to behave as
29697 if no selectable items were present in the message.
29701 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29702 item) functionality is unchanged.
29705 &lt;End of help on this topic&gt;
29706 </BODY>
29707 <HTML>
29708 ====== h_config_quell_charset_warning =====
29709 <HTML>
29710 <HEAD>
29711 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29712 </HEAD>
29713 <BODY>
29714 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29716 By default, if the message you are viewing contains characters that are
29717 not representable in your
29718 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29719 then Alpine will
29720 add a warning to the start of the displayed text.
29721 If this option is set, then that editorial message will be suppressed.
29723 Setting this feature also suppresses the comment about the character set
29724 in header lines.
29725 For example, when viewing a message you might see
29727 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29729 in the From header if your Character-Set is something other than ISO-8859-2.
29730 If you set this feature, the comment about the character set will
29731 no longer be there.
29733 &lt;End of help on this topic&gt;
29734 </BODY>
29735 </HTML>
29736 ====== h_config_quell_host_after_url =====
29737 <HTML>
29738 <HEAD>
29739 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29740 </HEAD>
29741 <BODY>
29742 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29744 By default, links in HTML text are displayed with the host the link
29745 references appended, within square brackets, to the link text.  Alpine
29746 does this to help indicate where a link will take you, particularly when
29747 the link text might suggest a different destination.
29750 Setting this feature will prevent the server name from being appended
29751 to the displayed text.
29754 &lt;End of help on this topic&gt;
29755 </BODY>
29756 </HTML>
29757 ====== h_config_prefer_plain_text =====
29758 <HTML>
29759 <HEAD>
29760 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29761 </HEAD>
29762 <BODY>
29763 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29765 A message being viewed may contain alternate versions of the same content.
29766 Those alternate versions are supposed to be ordered by the sending software such that the
29767 first alternative is the least preferred and the last alternative is the
29768 most preferred. Alpine will normally display the most-preferred version that
29769 it knows how to display. This is most often encountered where the two
29770 alternate versions are a plain text version and an HTML version, with the
29771 HTML version listed last as the most preferred.
29773 If this option is set, then any plain text version will be preferred to
29774 all other versions.
29776 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29777 which will temporarily change the sense of this option.
29778 If this option is set you will first see the plain text version of a
29779 message.
29780 If you then type the &quot;A&quot; command, you will see the most preferred version,
29781 most likely HTML, instead.
29782 Typing the &quot;A&quot; command a second time will switch it back.
29783 Alternatively, if the present option is not set you will originally see
29784 the most preferred version of the message and typing &quot;A&quot; will switch to
29785 the plain text version.
29787 &lt;End of help on this topic&gt;
29788 </BODY>
29789 </HTML>
29790 ====== h_config_pass_control =====
29791 <HTML>
29792 <HEAD>
29793 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29794 </HEAD>
29795 <BODY>
29796 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29798 It is probably not useful to set this option.
29799 This is a legacy option left behind &quot;just in case&quot;.
29800 Multi-byte characters that have an octet that has the same
29801 value as a control character are permitted through whether or not
29802 this option is turned on.
29804 This feature controls how certain characters contained in messages are
29805 displayed.
29806 If set, all characters in a message will be sent to the
29807 screen. Normally, control characters are displayed as shown below to
29808 avoid a garbled screen and to 
29809 avoid inadvertently changing terminal setup parameters.
29810 Control characters are usually displayed as two character sequences like
29811 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29812 for Control-C,
29813 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29814 for ESCAPE,
29815 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29816 for DELETE, and
29817 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29818 for the character with value 133 (0x85).
29819 (The DEL character is displayed as ^?, regular control characters are displayed
29820 as the character ^ followed by the character obtained by adding the
29821 five low-order bits of the character to 0x40, and the C1
29822 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29823 character obtained by adding the
29824 five low-order bits of the character to 0x40.)
29825 Sometimes, in cases where changing a single control character into a
29826 two-character sequence would confuse Alpine's display routines,
29827 a question mark is substituted for the control character.
29829 If you wish to filter out regular control characters but pass the
29830 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29831 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.
29833 &lt;End of help on this topic&gt;
29834 </BODY>
29835 </HTML>
29836 ====== h_config_pass_c1_control =====
29837 <HTML>
29838 <HEAD>
29839 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29840 </HEAD>
29841 <BODY>
29842 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29844 It is probably not useful to set this option.
29845 This is a legacy option left behind &quot;just in case&quot;.
29846 Multi-byte characters that have an octet that has the same
29847 value as a control character are permitted through whether or not
29848 this option is turned on.
29850 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29851 is set, then this feature has no effect.
29852 However, if you wish to filter out regular control characters but pass the
29853 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29854 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29855 unset and set this feature.
29857 &lt;End of help on this topic&gt;
29858 </BODY>
29859 </HTML>
29860 ====== h_config_fcc_on_bounce =====
29861 <HTML>
29862 <HEAD>
29863 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29864 </HEAD>
29865 <BODY>
29866 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29868 This feature controls an aspect of Alpine's behavior when bouncing a
29869 message. If set, normal FCC ("File Carbon Copy") processing will be
29870 done, just as if you had composed a message to the address you are
29871 bouncing to.  If not set, no FCC of the message will be saved. 
29873 &lt;End of help on this topic&gt;
29874 </BODY>
29875 </HTML>
29876 ====== h_config_show_cursor =====
29877 <HTML>
29878 <HEAD>
29879 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29880 </HEAD>
29881 <BODY>
29882 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29884 This feature controls an aspect of Alpine's displays.  If set, the system
29885 cursor will move to convenient locations in the displays.  For example,
29886 to the beginning of the status field of the highlighted index line, or
29887 to the highlighted word after a successful WhereIs command.  It is intended
29888 to draw your attention to an "interesting" spot on the screen.
29890 &lt;End of help on this topic&gt;
29891 </BODY>
29892 </HTML>
29893 ====== h_config_sort_fcc_alpha =====
29894 <HTML>
29895 <HEAD>
29896 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29897 </HEAD>
29898 <BODY>
29899 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29901 This feature controls an aspect of Alpine's FOLDER LIST screen.
29902 If set, the default Fcc folder will be sorted alphabetically with the other
29903 folders instead of appearing right after the INBOX.
29905 &lt;End of help on this topic&gt;
29906 </BODY>
29907 </HTML>
29908 ====== h_config_sort_save_alpha =====
29909 <HTML>
29910 <HEAD>
29911 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29912 </HEAD>
29913 <BODY>
29914 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29916 This feature controls an aspect of Alpine's FOLDER LIST screen.
29917 If set, the default save folder will be sorted alphabetically with the other
29918 folders instead of appearing right after the INBOX (and default FCC folder).
29920 &lt;End of help on this topic&gt;
29921 </BODY>
29922 </HTML>
29923 ====== h_config_single_list =====
29924 <HTML>
29925 <HEAD>
29926 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29927 </HEAD>
29928 <BODY>
29929 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29931 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29932 the folders will be listed one per line instead of several per line
29933 in the FOLDER LIST display.
29935 &lt;End of help on this topic&gt;
29936 </BODY>
29937 </HTML>
29938 ====== h_config_vertical_list =====
29939 <HTML>
29940 <HEAD>
29941 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29942 </HEAD>
29943 <BODY>
29944 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29946 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29947 the folders will be listed alphabetically down the columns rather
29948 than across the columns as is the default.
29950 &lt;End of help on this topic&gt;
29951 </BODY>
29952 </HTML>
29953 ====== h_config_verbose_post =====
29954 <HTML>
29955 <HEAD>
29956 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29957 </HEAD>
29958 <BODY>
29959 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29960 This feature controls an aspect of Alpine's message sending.  When enabled,
29961 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29962 intended to cause the SMTP server to provide a more detailed account of
29963 the transaction.  This feature is typically only useful to system
29964 administrators and other support personel as an aid in troublshooting
29965 problems.
29967 Note, this feature relies on a specific capability of the system's mail
29968 transport agent or configured 
29969 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29970 It is possible that this
29971 feature will cause problems for some tranport agents, and may result in
29972 sending failure.  In addition, as the verbose output comes from the mail
29973 transport agent, it is likely to vary from one system to another. 
29974 <P><UL>
29975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29976 </UL><P>
29977 &lt;End of help on this topic&gt;
29978 </BODY>
29979 </HTML>
29980 ====== h_config_auto_reply_to =====
29981 <HTML>
29982 <HEAD>
29983 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29984 </HEAD>
29985 <BODY>
29986 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29988 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29989 will not prompt when a message being replied to contains a "Reply-To:"
29990 header value, but will simply use its value (as opposed to using the
29991 "From:" field's value).
29995 Note: Using the "Reply-To:" address is usually the preferred behavior,
29996 however, some mailing list managers choose to place the list's address in
29997 the "Reply-To:" field of any message sent out to the list.  In such
29998 cases, this feature makes it all too easy for personal replies to be
29999 inadvertently sent to the entire mail list, so be careful! 
30001 &lt;End of help on this topic&gt;
30002 </BODY>
30003 </HTML>
30004 ====== h_config_del_skips_del =====
30005 <HTML>
30006 <HEAD>
30007 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30008 </HEAD>
30009 <BODY>
30010 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30012 This feature controls an aspect of Alpine's Delete command.  If set, this
30013 feature will cause the Delete command to advance past following messages that
30014 are marked deleted.  In other words, pressing "D" will both mark the
30015 current message deleted and advance to the next message that is not marked
30016 deleted.
30017 This feature is set by default.
30019 &lt;End of help on this topic&gt;
30020 </BODY></HTML>
30021 ====== h_config_expunge_manually =====
30022 <HTML>
30023 <HEAD>
30024 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30025 </HEAD>
30026 <BODY>
30027 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30029 Normally, when you close a folder that contains deleted messages you are
30030 asked if you want to expunge those messages from the folder permanently.
30031 If this feature is set, you won't be asked and the deleted messages will
30032 remain in the folder.
30033 If you choose to set this feature you will have to expunge the
30034 messages manually using the eXpunge command, which you can use while
30035 in the MESSAGE INDEX screen.
30036 If you do not expunge deleted messages the size of your
30037 folder will continue to increase until you are out of disk space.
30039 <UL>   
30040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30041 </UL><P>
30042 &lt;End of help on this topic&gt;
30043 </BODY>
30044 </HTML>
30045 ====== h_config_auto_expunge =====
30046 <HTML>
30047 <HEAD>
30048 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30049 </HEAD>
30050 <BODY>
30051 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30053 This features controls an aspect of Alpine's eXpunge command.  If set, you
30054 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30055 place.
30056 Actually, this is only true for the INBOX folder and for folders in the
30057 Incoming Folders collection. See the feature
30058 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30060 <UL>   
30061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30062 </UL><P>
30063 &lt;End of help on this topic&gt;
30064 </BODY>
30065 </HTML>
30066 ====== h_config_full_auto_expunge =====
30067 <HTML>
30068 <HEAD>
30069 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30070 </HEAD>
30071 <BODY>
30072 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30074 This features controls an aspect of Alpine's eXpunge command.  If set, you
30075 will <B>not</B> be prompted to confirm your intent before the expunge 
30076 takes place.  This feature sets this behavior for all folders, unlike the
30077 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30078 feature that works only for incoming folders.
30080 <UL>   
30081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30082 </UL><P>
30083 &lt;End of help on this topic&gt;
30084 </BODY>
30085 </HTML>
30086 ====== h_config_auto_read_msgs =====
30087 <HTML>
30088 <HEAD>
30089 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30090 </HEAD>
30091 <BODY>
30092 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30093 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30094 and the 
30095 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30096 option is also set, then Alpine will
30097 automatically transfer all read messages to the designated folder and mark
30098 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30099 &quot;N&quot; (meaning New, or unseen) are not affected.
30101 <UL>   
30102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30103 </UL><P>
30104 &lt;End of help on this topic&gt;
30105 </BODY>
30106 </HTML>
30107 ====== h_config_auto_fcc_only =====
30108 <HTML>
30109 <HEAD>
30110 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30111 </HEAD>
30112 <BODY>
30113 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30114 This features controls an aspect of Alpine's composer.
30115 The only time this feature will be used is if you attempt to send mail
30116 that has no recipients but does have an Fcc.
30117 Normally, Alpine will ask if you really mean to copy the message only to
30118 the Fcc.
30119 That is, it asks if you really meant to have no recipients.
30120 If this feature is set, you
30121 will <B>not</B> be prompted to confirm your intent to make only a copy
30122 of a message with no recipients.
30124 This feature is closely related to
30125 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30126 The difference between this feature and that feature is that this feature
30127 considers a Bcc to be a recipient while that feature will ask for confirmation
30128 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30129 The default values also differ. This feature defaults to asking the question
30130 and you have to turn it off.
30131 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30132 unless you turn it on.
30135 <UL>   
30136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30137 </UL><P>
30138 &lt;End of help on this topic&gt;
30139 </BODY>
30140 </HTML>
30141 ====== h_config_mark_fcc_seen =====
30142 <HTML>
30143 <HEAD>
30144 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30145 </HEAD>
30146 <BODY>
30147 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30149 This features controls the way Fccs (File carbon copies) are
30150 made of the messages you send.
30153 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30154 copy will be marked as Unseen.
30155 When you look at the folder it was saved in the message will appear to
30156 be a New message until you read it.
30157 When this feature is enabled, the message will be marked as having
30158 been Seen.
30161 <UL>   
30162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30163 </UL><P>
30164 &lt;End of help on this topic&gt;
30165 </BODY>
30166 </HTML>
30167 ====== h_config_no_fcc_attach =====
30168 <HTML>
30169 <HEAD>
30170 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30171 </HEAD>
30172 <BODY>
30173 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30175 This features controls the way Fcc's (File carbon copies) are
30176 made of the messages you send.
30179 Normally, Alpine saves an exact copy of your message as it was sent.
30180 When this feature is enabled, the &quot;body&quot; of the message
30181 you send (the text you type in the composer) is preserved in the 
30182 copy as before, however all attachments are replaced with text
30183 explaining what had been sent rather than the attachments themselves.
30186 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30187 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30188 allows you to interactively set whether or not attachments are saved
30189 to the Fcc'd copy.
30192 <UL>   
30193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30194 </UL><P>
30195 &lt;End of help on this topic&gt;
30196 </BODY>
30197 </HTML>
30198 ====== h_config_read_in_newsrc_order =====
30199 <HTML>
30200 <HEAD>
30201 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30202 </HEAD>
30203 <BODY>
30204 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30206 This feature controls the order in which newsgroups will be presented.  If
30207 set, they will be presented in the same order as they occur in your 
30208 <!--chtml if pinemode="os_windows"-->
30209 &quot;NEWSRC&quot;
30210 <!--chtml else-->
30211 &quot;.newsrc&quot;
30212 <!--chtml endif-->
30213 file (the default location of which can be changed with the 
30214 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30216 If not set, the newsgroups will be presented in alphabetical order.
30218 <UL>   
30219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30220 </UL><P>
30221 &lt;End of help on this topic&gt;
30222 </BODY>
30223 </HTML>
30224 ====== h_config_quell_tz_comment =====
30225 <HTML>
30226 <HEAD>
30227 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30228 </HEAD>
30229 <BODY>
30230 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30232 Normally, when Alpine generates a Date header for outgoing mail,
30233 it will try to include the symbolic timezone at the end of the
30234 header inside parentheses.
30235 The symbolic timezone is often three characters long, but on
30236 some operating systems, it may be longer.
30237 Apparently there are some SMTP servers in the world that will reject an
30238 incoming message if it has a Date header longer than about 80 characters.
30239 If this feature is set, the symbolic timezone normally generated by
30240 Alpine will not be included.
30241 You probably don't need to worry about this feature unless you run into
30242 the problem described above.
30245 &lt;End of help on this topic&gt;
30246 </BODY>
30247 </HTML>
30248 ====== h_config_post_wo_validation =====
30249 <HTML>
30250 <HEAD>
30251 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30252 </HEAD>
30253 <BODY>
30254 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30256 This feature controls whether the NNTP server is queried as newsgroups
30257 are entered for posting.  Validation over slow links (e.g. dialup using
30258 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30260 &lt;End of help on this topic&gt;
30261 </BODY>
30262 </HTML>
30263 ====== h_config_send_wo_confirm =====
30264 <HTML>
30265 <HEAD>
30266 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30267 </HEAD>
30268 <BODY>
30269 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30271 By default, when you send or post a message you will be asked to confirm
30272 with a question that looks something like:
30275 <CENTER><SAMP>Send message?</SAMP></CENTER>
30278 If this feature is set, you
30279 will <B>not</B> be prompted to confirm your intent to send
30280 and your message will be sent.
30282 If this feature is set it disables some possibilities and renders some
30283 other features meaningless.
30284 You will not be able to use
30285 <A HREF="h_config_sending_filter">Sending Filters</A>,
30286 Verbose sending mode,
30287 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30288 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30289 or ^V to turn off the generation of flowed text for this message.
30290 These options are normally available as suboptions in the Send prompt, but
30291 with no Send prompt the options are gone.
30294 A somewhat related feature is
30295 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30296 which may be used to eliminate the extra confirmation
30297 question when posting to a newsgroup.
30299 <UL>   
30300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30301 </UL><P>
30302 &lt;End of help on this topic&gt;
30303 </BODY>
30304 </HTML>
30305 ====== h_config_quell_filtering_done_message =====
30306 <HTML>
30307 <HEAD>
30308 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30309 </HEAD>
30310 <BODY>
30311 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30313 If you use Filter Rules that move messages or set status of messages
30314 you sometimes see a message from Alpine that looks like
30317 <CENTER><SAMP>filtering done</SAMP></CENTER>
30320 If this feature is set, this message will be suppressed.
30321 If the feature
30322 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30323 is set then this message will be suppressed regardless.
30326 <UL>   
30327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30328 </UL><P>
30329 &lt;End of help on this topic&gt;
30330 </BODY>
30331 </HTML>
30332 ====== h_config_quell_filtering_messages =====
30333 <HTML>
30334 <HEAD>
30335 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30336 </HEAD>
30337 <BODY>
30338 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30340 If you use Filter Rules that move messages or set status of messages
30341 you sometimes see messages from Alpine that look like
30344 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30350 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30356 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30359 If this feature is set, these messages will be suppressed.
30360 The feature
30361 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30362 is related.
30365 <UL>   
30366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30367 </UL><P>
30368 &lt;End of help on this topic&gt;
30369 </BODY>
30370 </HTML>
30371 ====== h_config_quell_post_prompt =====
30372 <HTML>
30373 <HEAD>
30374 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30375 </HEAD>
30376 <BODY>
30377 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30379 By default, when you post a message to a newsgroup you are asked to confirm
30380 that you want to post with the question
30383 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30386 If this feature is set, you
30387 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30388 and your message will be posted.
30391 <UL>   
30392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30393 </UL><P>
30394 &lt;End of help on this topic&gt;
30395 </BODY>
30396 </HTML>
30397 ====== h_config_check_mail_onquit =====
30398 <HTML>
30399 <HEAD>
30400 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30401 </HEAD>
30402 <BODY>
30403 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30405 If this feature is set, Alpine will check for new mail after you give the
30406 Quit command.
30407 If new mail has arrived since the previous check, you will be notified
30408 and given the choice of quitting or not quitting.
30410 <UL>   
30411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30412 </UL><P>
30413 &lt;End of help on this topic&gt;
30414 </BODY>
30415 </HTML>
30416 ====== h_config_inbox_no_confirm =====
30417 <HTML>
30418 <HEAD>
30419 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30420 </HEAD>
30421 <BODY>
30422 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30424 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30425 command and there are no more folders or newsgroups to visit, you are asked
30426 if you want to return to the INBOX.
30427 If this feature is set you will not be asked.
30428 It will be assumed that you do want to return to the INBOX.
30430 <UL>   
30431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30432 </UL><P>
30433 &lt;End of help on this topic&gt;
30434 </BODY>
30435 </HTML>
30436 ====== h_config_dates_to_local =====
30437 <HTML>
30438 <HEAD>
30439 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30440 </HEAD>
30441 <BODY>
30442 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30444 Normally, the message dates that you see in the
30445 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30446 For example, if a message was sent to you from a few timezones to the east
30447 it might appear that it was sent from the future;
30448 or if it was sent from somewhere to the west it might appear
30449 as if it is from yesterday even though it was sent only a few minutes ago.
30450 If this feature is set an attempt will be made to convert the dates
30451 to your local timezone to be displayed.
30453 Note that this does not affect the results of Select by Date or of
30454 anything else other than these displayed dates.
30455 When viewing the message you may look at the original unconverted value of the Date
30456 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30458 <UL>   
30459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30460 </UL><P>
30461 &lt;End of help on this topic&gt;
30462 </BODY>
30463 </HTML>
30464 ====== h_config_tab_no_prompt =====
30465 <HTML>
30466 <HEAD>
30467 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30468 </HEAD>
30469 <BODY>
30470 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30472 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30473 command and there is a problem checking a folder, you are asked
30474 whether you want to continue with the search in the following folder or not.
30475 This question gives you a chance to stop the NextNew processing.
30476 (The checking problem might be caused by the fact that the folder does not
30477 exist, or by an authentication problem, or by a server problem
30478 of some sort.)
30481 If this feature is set you will not be asked.
30482 It will be assumed that you do want to continue.
30484 <UL>   
30485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30486 </UL><P>
30487 &lt;End of help on this topic&gt;
30488 </BODY>
30489 </HTML>
30490 ====== h_config_input_history =====
30491 <HTML>
30492 <HEAD>
30493 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30494 </HEAD>
30495 <BODY>
30496 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30498 Many of the prompts that ask for input in the status line near the
30499 bottom of the screen will respond to Up Arrow and Down Arrow
30500 with the history of previous entries.
30501 For example, in the MESSAGE INDEX screen when you use the WhereIs
30502 command the text you entered will be remembered and can be recalled
30503 by using the Up Arrow key.
30504 Another example, when saving a message the folders saved to will
30505 be remembered and can be recalled using the arrow keys.
30507 In the Save prompt, some users prefer that the Up and Down arrow keys
30508 be used for the Previous Collection and Next Collection commands
30509 instead of for a history of previous saves.
30510 If this option is set the Up and Down arrow keys will become synonyms for the
30511 Previous Collection and Next Collection (^P and ^N) commands in the
30512 prompt for the name of a folder to Save to or in the prompt for the
30513 name of a folder to GoTo.
30514 When this feature is not set (the default), ^P and ^N will change the
30515 collection and the arrow keys will show the history.
30517 <UL>   
30518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30519 </UL><P>
30520 &lt;End of help on this topic&gt;
30521 </BODY>
30522 </HTML>
30523 ====== h_config_confirm_role =====
30524 <HTML>
30525 <HEAD>
30526 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30527 </HEAD>
30528 <BODY>
30529 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30531 If you have roles, when you Reply to or Forward a message, or Compose
30532 a new message, Alpine
30533 will search through your roles for one that matches.
30534 Normally, if no matches are found you will be placed into the composer
30535 with no opportunity to select a role.
30536 If this feature is set, then you will be asked to confirm that you don't
30537 want a role.
30538 This will give you the opportunity to select a role (with the ^T command).
30539 If you confirm no role with a Return, you will be placed in
30540 the composer with no role.
30541 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30542 These behave the same as if you pressed the Return.
30543 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30544 match what you might type if there was a role match.)
30546 If you are using the alternate form of the Compose command called
30547 &quot;Role&quot;, then all of your roles will be available to you,
30548 independent of the value of this feauture and of the values set for all of
30549 Reply Use, Forward Use, and Compose Use.
30551 <UL>   
30552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30553 </UL><P>
30554 &lt;End of help on this topic&gt;
30555 </BODY>
30556 </HTML>
30557 ====== h_config_news_cross_deletes =====
30558 <HTML>
30559 <HEAD>
30560 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30561 </HEAD>
30562 <BODY>
30563 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30565 This feature controls what Alpine does when you delete a message in a
30566 newsgroup that appears in more than one newsgroup.  Such a message
30567 is sometimes termed a &quot;crossposting&quot; in that it was posted
30568 across several newsgroups.
30571 Alpine's default behavior when you delete such a message is to remove
30572 only the copy in the current newsgroup from view when you use the
30573 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30576 Enabling this feature causes Alpine to remove every occurrence of the
30577 message from all newsgroups it appears in and to which you are
30578 subscribed.
30581 NOTE: As currently implemented, enabling this feature may increase the
30582 time it takes the Expunge command and newsgroup closing to complete.
30585 <UL>   
30586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30587 </UL><P>
30588 &lt;End of help on this topic&gt;
30589 </BODY>
30590 </HTML>
30591 ====== h_config_news_catchup =====
30592 <HTML>
30593 <HEAD>
30594 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30595 </HEAD>
30596 <BODY>
30597 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30599 This feature controls what Alpine does as it closes a newsgroup.
30600 When set, Alpine will offer to delete all messages from the newsgroup
30601 as you are quitting Alpine or opening a new folder.
30604 This feature is useful if you typically read all the interesting messages
30605 in a newsgroup each time you open it.  This feature saves you from
30606 having to delete each message in a newsgroup as you read it or from
30607 selecting all the messages and doing an
30608 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30609 move on to the next folder or newsgroup.
30612 <UL>   
30613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30614 </UL><P>
30615 &lt;End of help on this topic&gt;
30616 </BODY>
30617 </HTML>
30618 ====== h_config_next_thrd_wo_confirm =====
30619 <HTML>
30620 <HEAD>
30621 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30622 </HEAD>
30623 <BODY>
30624 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30626 This feature controls an aspect of Alpine's Next and Prev commands in
30627 the case where you are using one of the
30628 &quot;separate-index-screen&quot; styles for the configuration option
30629 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30630 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30631 When you are Viewing a particular thread you have a
30632 MESSAGE INDEX of only the messages in that thread.
30633 If you press the Next command with the last message in the thread highlighted
30634 you will normally be asked if you want to &quot;View next thread?&quot;,
30635 assuming there is a next thread to view.
30636 If this feature is set it will be assumed that you always want to view the
30637 next thread and you won't be asked to confirm that.
30638 Similarly, if the first message of the thread is highlighted and you
30639 press the Prev command, this feature will prevent the question
30640 &quot;View previous thread&quot;.
30642 This feature only has an effect in the MESSAGE INDEX screen.
30643 If you then view a particular message from that screen and press the
30644 Next command, you will be sent to the next thread without being asked,
30645 independent of the setting of this feature.
30647 The feature
30648 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30650 &lt;End of help on this topic&gt;
30651 </BODY>
30652 </HTML>
30653 ====== h_config_kw_braces =====
30654 <HTML>
30655 <HEAD>
30656 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30657 </HEAD>
30658 <BODY>
30659 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30661 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30662 TEXT screens.
30663 If you have modified the
30664 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30665 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30666 are used to display keywords or their initials along with the Subject; then
30667 this option may be used to modify the resulting display slightly.
30668 By default, the keywords or initials displayed for these tokens will be
30669 surrounded with curly braces ({ and }) and a trailing space.
30670 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30671 a message, the &quot;SUBJKEY&quot; token will normally look like
30673 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30675 and the SUBJKEYINIT token would look like
30677 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30679 The default character before the keywords is the left brace ({) and the
30680 default after the keywords is the right brace followed by a space (} ).
30682 This option allows you to change that.
30683 You should set it to two values separated by a space.
30684 The values may be quoted if they include space characters.
30685 So, for example, the default value could be specified explicitly by setting this
30686 option to
30688 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30690 The first part wouldn't need to be quoted (but it doesn't hurt).
30691 The second part does need the quotes because it includes a space character.
30692 If you wanted to change the braces to brackets you could use
30694 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30696 Inside the quotes you can use backslash quote to mean quote, so
30698 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30700 would produce
30702 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30704 It is also possible to color keywords in the index using the
30705 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30707 It is not possible to change the fact that a space character is used to
30708 separate the keywords if more than one keyword is set for a message.
30709 It is also not possible to change the fact that there are no separators
30710 between the keyword initials if more than one keyword is set.
30712 &lt;End of help on this topic&gt;
30713 </BODY>
30714 </HTML>
30715 ====== h_config_opening_sep =====
30716 <HTML>
30717 <HEAD>
30718 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30719 </HEAD>
30720 <BODY>
30721 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30723 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30724 With some setups the text of the subject is followed
30725 by the opening text of the message if there is any room available in the index line.
30726 If you have configured your
30727 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30728 to include one of the Subject tokens that causes this behavior
30729 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30730 to modify what is displayed slightly.
30731 By default, the Subject is separated from the opening text of the message by
30732 the three characters space dash space;
30734 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30736 Use this option to set it to something different.
30737 The value must be quoted if it includes any space characters.
30738 For example, the default value could be specified explicitly by setting this
30739 option to
30741 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30743 &lt;End of help on this topic&gt;
30744 </BODY>
30745 </HTML>
30746 ====== h_config_select_wo_confirm =====
30747 <HTML>
30748 <HEAD>
30749 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30750 </HEAD>
30751 <BODY>
30752 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30754 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30755 These commands all take text input to specify the name of the folder or
30756 file to be used, but allow you to press ^T for a list of possible names.
30757 If set, the selected name will be used immediately, without further
30758 opportunity to confirm or edit the name.
30760 Some related help topics are
30761 <UL>
30762 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30763 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30764 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30765 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30766 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30767 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30768 </UL>
30770 &lt;End of help on this topic&gt;
30771 </BODY>
30772 </HTML>
30773 ====== h_config_save_part_wo_confirm =====
30774 <HTML>
30775 <HEAD>
30776 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30777 </HEAD>
30778 <BODY>
30779 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30781 This feature controls an aspect of Alpine's Save command.
30782 By default, when you Save a message that has some deleted parts, you will
30783 be asked to confirm that you want to Save with a prompt that looks like:
30785 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30787 If this feature is set, you will not be asked.
30789 &lt;End of help on this topic&gt;
30790 </BODY>
30791 </HTML>
30792 ====== h_config_use_resentto =====
30793 <HTML>
30794 <HEAD>
30795 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30796 </HEAD>
30797 <BODY>
30798 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30800 This feature is turned off by default because turning it on causes problems
30801 with some deficient IMAP servers.
30802 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30803 <A HREF="h_rule_patterns">Pattern</A>
30804 contains a To header pattern and this feature is turned on,
30805 then a check is made in the message to see
30806 if a Resent-To header is present, and that is used instead of the To header.
30807 If this feature is not turned on, then the regular To header will always
30808 be used.
30811 &lt;End of help on this topic&gt;
30812 </BODY>
30813 </HTML>
30814 ====== h_config_use_reg_start_for_stayopen =====
30815 <HTML>
30816 <HEAD>
30817 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30818 </HEAD>
30819 <BODY>
30820 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30822 This feature affects which message is selected as the current message
30823 when you enter a
30824 <A HREF="h_config_permlocked">Stay Open</A> folder.
30826 Normally, the starting position for an incoming folder (which most Stay Open
30827 folders will likely be) is controlled by the
30828 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30829 However, if a folder is a Stay Open folder, when you re-enter the folder
30830 after the first time the current message will be the same as it was when
30831 you left the folder.
30832 An exception is made if you use the TAB command to get to the folder.
30833 In that case, the message number will be incremented by one from what it
30834 was when you left the folder.
30836 The above special behavior is thought to be useful.
30837 However, it is special and different from what you might at first expect.
30838 If this feature is set, then Stay Open folders will not be treated specially
30839 as far as the startup rule is concerned.
30842 &lt;End of help on this topic&gt;
30843 </BODY>
30844 </HTML>
30845 ====== h_config_use_current_dir =====
30846 <HTML>
30847 <HEAD>
30848 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30849 </HEAD>
30850 <BODY>
30851 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30853 This feature controls an aspect of several commands. 
30854 If set, your &quot;current working directory&quot; 
30855 <!--chtml if pinemode="running"-->
30856 (which, at least for your current Alpine &quot;session,&quot; 
30857 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30858 <!--chtml endif-->
30859 will be used instead of your home directory 
30860 <!--chtml if pinemode="running"-->
30861 (which, in the present configuration of your system, is
30862  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30863 <!--chtml endif-->
30864 for all of the following operations:<UL>
30865     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30866     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30867     <LI> <!--chtml if pinemode="function_key"-->F4
30868          <!--chtml else-->Ctrl-R
30869          <!--chtml endif--> file inclusion in the COMPOSER
30870     <LI> <!--chtml if pinemode="function_key"-->F5
30871          <!--chtml else-->Ctrl-J
30872          <!--chtml endif--> file attachment in the COMPOSER
30873 </UL>
30874 <!--chtml if pinemode="os_windows"-->
30876 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30877 you can set the &quot;current drive&quot; 
30878 by specifying it in the &quot;Start in:&quot; 
30879 box found in the Shortcut tab of the Properties.  
30880 <!--chtml endif-->
30882 <UL>   
30883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30884 </UL>
30887 &lt;End of help on this topic&gt;
30888 </BODY>
30889 </HTML>
30890 ====== h_config_save_wont_delete =====
30891 <HTML>
30892 <HEAD>
30893 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30894 </HEAD>
30895 <BODY>
30896 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30898 This feature controls one aspect of the Save command.  If set, Save will
30899 not mark the message &quot;deleted&quot; (its default behavior) after
30900 it has been copied to the designated folder.
30903 &lt;End of help on this topic&gt;
30904 </BODY>
30905 </HTML>
30906 ====== h_config_use_boring_spinner =====
30907 <HTML>
30908 <HEAD>
30909 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30910 </HEAD>
30911 <BODY>
30912 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30914 When Alpine is delayed for some reason it usually shows that
30915 something is happening with a small animated display in the status
30916 message line near the bottom of the screen.
30917 Setting this feature will cause that animation to be the same
30918 each time instead of having Alpine choose a random animation.
30919 You may turn the animation off altogether by setting the
30920 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30921 option to zero.
30924 &lt;End of help on this topic&gt;
30925 </BODY>
30926 </HTML>
30927 ====== h_config_unsel_wont_advance =====
30928 <HTML>
30929 <HEAD>
30930 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30931 </HEAD>
30932 <BODY>
30933 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30935 This feature controls one aspect of the Unselect Current message command.
30936 Normally, when the Unselect current message command (:) is typed when the
30937 current message is selected, the message will be unselected and the next
30938 message will become the current message.
30939 If this feature is set, the cursor will not advance to the next message.
30940 Instead, the current message will remain the current message after
30941 unselecting.
30944 &lt;End of help on this topic&gt;
30945 </BODY>
30946 </HTML>
30947 ====== h_config_prune_uses_iso =====
30948 <HTML>
30949 <HEAD>
30950 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30951 </HEAD>
30952 <BODY>
30953 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30955 By default, Alpine asks monthly whether or not you would like to rename
30956 some folders to a new name containing the date.
30957 It also asks whether or not you would like to delete some old folders.
30958 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30959 explanation.
30962 By default, the name used when renaming a folder looks like
30964 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30966 For example, the first time you run Alpine in May of 2004,
30967 the folder &quot;sent-mail&quot; might be renamed to
30969 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30971 If this feature is set, the name used will be of the form
30973 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30975 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30976 month (01, 02, ..., 12).
30977 For the April, 2004 example above, it would instead be
30979 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30981 because April is the 4th month of the year.
30982 A reason you might want to set this feature is so that the folders
30983 will sort in chronological order.
30986 &lt;End of help on this topic&gt;
30987 </BODY>
30988 </HTML>
30989 ====== h_config_save_advances =====
30990 <HTML>
30991 <HEAD>
30992 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30993 </HEAD>
30994 <BODY>
30995 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30997 This feature controls one aspect of the Save command.  If set, Save will
30998 (in addition to copying the current message to the designated folder) also
30999 advance to the next message.
31002 &lt;End of help on this topic&gt;
31003 </BODY>
31004 </HTML>
31005 ====== h_config_force_arrow =====
31006 <HTML>
31007 <HEAD>
31008 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31009 </HEAD>
31010 <BODY>
31011 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31013 This feature affects Alpine's MESSAGE INDEX display routine.
31014 If set, the normal inverse-video cursor will be
31015 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31016 second column of the index display.
31018 This is the same index cursor you get if you turn on
31019 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31020 line coloring will still be present if this feature is turned on and
31021 <!--#echo var="FEAT_assume-slow-link"--> is off.
31023 An alternative version of the Arrow cursor is available by including the
31024 <A HREF="h_config_index_arrow_color">ARROW</A>
31025 token in the
31026 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31028 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31029 but that is not implemented.
31032 &lt;End of help on this topic&gt;
31033 </BODY>
31034 </HTML>
31035 ====== h_config_force_low_speed =====
31036 <HTML>
31037 <HEAD>
31038 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31039 </HEAD>
31040 <BODY>
31041 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31043 UNIX Alpine only.
31045 This feature affects Alpine's display routines.  If set, the normal
31046 inverse-video cursor (used to highlight the current item in a list) will be
31047 replaced by an &quot;arrow&quot; cursor and other
31048 screen update optimizations for
31049 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31050 One of the optimizations is that colored index lines (set up with Indexcolor
31051 Rules) will not be colored.
31052 If you are just turning this feature on because you like using
31053 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31054 coloring by turning this feature off and the
31055 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31058 &lt;End of help on this topic&gt;
31059 </BODY>
31060 </HTML>
31061 ====== h_config_show_delay_cue =====
31062 <HTML>
31063 <HEAD>
31064 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31065 </HEAD>
31066 <BODY>
31067 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31069 If set, this feature will cause an asterisk to appear in the upper
31070 left-hand corner of the screen whenever Alpine checks for new mail.
31071 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31072 mailbox to disk.
31074 <!--chtml if pinemode="os_windows"-->
31076 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31077 it is trying to open a network connection (e.g, to open your INBOX
31078 on an IMAP
31079 server) or read from the network connection.  A greater-than symbol,
31080 will be displayed when PC-Alpine is trying to write to the network
31081 connection (e.g, sending a command to your IMAP server).
31082 <!--chtml endif-->
31085 &lt;End of help on this topic&gt;
31086 </BODY>
31087 </HTML>
31088 ====== h_config_color_style =====
31089 <HTML>
31090 <HEAD>
31091 <TITLE>OPTION: Color Style</TITLE>
31092 </HEAD>
31093 <BODY>
31094 <H1>OPTION: Color Style</H1>
31096 UNIX Alpine only.
31098 If the terminal or terminal emulator you are using is capable of displaying
31099 colors, this option controls whether or not color will be used in Alpine.
31100 If you turn color on and things are set up correctly,
31101 you should see color appear on the screen immmediately.
31102 Modern terminal emulators are usually capable of displaying colors.
31104 The available options include:
31107 <DL>
31108 <DT>no-color</DT>
31109 <DD>Don't use color.
31110 </DD>
31112 <DT>use-termdef</DT>
31113 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31114 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31115 how Alpine was compiled.
31116 This is a good option to choose if you switch between a color and a non-color
31117 terminal with the same Alpine configuration.
31118 Alpine will know to use color on the color terminal because it is described
31119 in the termcap entry, and Alpine will know to use black and white on the
31120 non-color terminal.
31121 The Alpine Technical Notes
31122 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31123 have more information on configuring a TERMCAP or TERMINFO
31124 entry for color Alpine.
31125 This is usually something a system administrator does.
31126 </DD>
31128 <DT>force-ansi-8color</DT>
31129 <DD>This is probably the setting that most people should use.
31130 Because setting up a termcap entry is confusing and because the
31131 terminal capabilities database is often not correctly configured for color,
31132 this choice and the next may be easier for you to use.
31133 If your terminal emulator responds to ANSI color escape sequences, which
31134 many do, this option will cause Alpine to believe your terminal will respond
31135 to the escape sequences that produce eight different foreground and background
31136 colors.
31137 The escape sequences used to set the foreground colors are
31139   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31141 where the color_number is an ASCII digit between 0 and 7.
31142 The numbers 0 through 7 should correspond to the colors black, red, green,
31143 yellow, blue, magenta, cyan, and white.
31144 Some terminal emulators use a pre-ANSI scheme that swaps
31145 the colors blue and red and the colors yellow and cyan.
31146 This will cause the default colors to be different, but other than that
31147 things should work fine.
31148 There is also a 9th color available, the last one shown, which is the default
31149 color from the terminal emulator.
31150 When used as a background color some people refer to this color as
31151 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31152 shown in the color swatch of the SETUP COLOR screen.
31153 The foreground transparent color is shown as
31154 the color of the &quot;TRAN&quot; text.
31155 (The transparent color will not work correctly in a PC-Alpine configuration.)
31156 The escape sequences used to set the background colors are the same
31157 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31158 The escape sequences for foreground and background default colors (transparent)
31159 are 39m and 49m.
31161 Note: With the Tera Term terminal emulator this setting works well.
31162 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31163 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31164 menu, in the &quot;Window&quot; submenu.
31165 </DD>
31167 <DT>force-ansi-16color</DT>
31168 <DD>Many terminal emulators know about the same eight colors above
31169 plus eight more.
31170 This option attempts to use all 16 colors.
31171 The same escape sequences as for the eight-color terminal are used
31172 for the first eight colors.
31173 The escape sequences used to set foreground colors 8-15 are the same as
31174 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31175 The background color sequences for colors 8-15 are the same as for 0-7
31176 except the &quot;4&quot; is replaced with &quot;10&quot;.
31177 You can tell if the 16 colors are working by turning on this option
31178 and then going into one of the color configuration screens, for example,
31179 the configuration screen for Normal Color.
31180 If you see 16 different colors to select from (plus a 17th for
31181 the transparent color), it's working.
31182 </DD>
31184 <DT>force-xterm-256color</DT>
31185 <DD>Some versions of xterm (and some other terminal emulators)
31186 have support for 256 colors.
31187 The escape sequences used to set the foreground colors are
31189   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31191 where the color_number is an ASCII digit between 0 and 255.
31192 Background colors are the same with the 38 replaced with a 48.
31193 The numbers 0 through 15 are probably similar to the 16 color version
31194 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31195 The terminal default (transparent) color is the 257th color at the bottom.
31196 Some terminal emulators will misinterpret these escape sequences causing
31197 the terminal to blink or overstrike characters or to do something else
31198 undesirable.
31200 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31201 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31202 this 256-color setting.
31204 </DD>
31205 </DL>
31208 The normal default is &quot;no-color&quot;.
31211 Once you've turned on color you may set the
31212 colors of many objects on the screen individually.
31213 For example, you may add colors to the status letters on the MESSAGE
31214 INDEX page.
31215 Most categories of color that Alpine supports are configurable here.
31216 For example, &quot;Normal Color&quot;
31217 is the color used to display most of the text in Alpine, and
31218 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31219 current message in the MESSAGE INDEX.
31221 Lines in the MESSAGE INDEX may also be colored.
31222 Use Setup Rules to get to the Indexcolor configuration screen.
31225 <UL>   
31226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31227 </UL><P>
31228 &lt;End of help on this topic&gt;
31229 </BODY>
31230 </HTML>
31231 ====== h_config_disable_index_locale_dates =====
31232 <HTML>
31233 <HEAD>
31234 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31235 </HEAD>
31236 <BODY>
31237 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31239 This feature affects the display of dates in the MESSAGE INDEX.
31240 Normally an attempt is made to localize the dates
31241 used in the MESSAGE INDEX display to your locale.
31242 This is controlled with the
31243 LC_TIME locale setting on a UNIX system.
31244 On Windows the Regional Options control panel may be used to set the date format.
31245 At the programming level, Alpine is using the strftime routine
31246 to print the parts of a date.
31248 If this feature is set, dates are displayed in English and
31249 with the conventions of the United States.
31252 <UL>   
31253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31254 </UL><P>
31255 &lt;End of help on this topic&gt;
31256 </BODY>
31257 </HTML>
31258 ====== h_config_auto_open_unread =====
31259 <HTML>
31260 <HEAD>
31261 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31262 </HEAD>
31263 <BODY>
31264 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31266 This feature controls the behavior of the TAB key when traversing folders
31267 in the optional 
31268 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31269 collection or in optional <!--#echo var="VAR_news-collections"-->.
31271 When the TAB
31272 (<A HREF="h_common_nextnew">NextNew</A>)
31273 key is pressed, and there
31274 are no more unseen messages in the current (incoming message or news)
31275 folder, Alpine will search the list of folders in the current collection for
31276 one containing New or Recent (new since the last time the folder was
31277 opened) messages.
31278 This behavior may be modified slightly with the
31279 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31280 feature that causes Alpine to look for Unseen messages instead of Recent
31281 messages.
31282 Normally, when such a folder is found, Alpine will ask
31283 whether you wish to open the folder.  If this feature is set, Alpine will
31284 automatically open the folder without prompting.
31286 This feature also affects some other similar situations.
31287 If you have a
31288 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31289 that is equal to one of the &quot;separate-&quot; values, and you are
31290 viewing a thread; then when you type the NextNew command and are at the
31291 end of the current thread you will automatically go to the next thread
31292 if this feature is set.
31293 By default, you would be asked if you want to view the next thread.
31294 You will also be asked at times whether or not you want to view the next
31295 thread after you delete the last message in the thread.
31296 Setting this feature will also cause that question to be skipped.
31299 <UL>   
31300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31301 </UL><P>
31302 &lt;End of help on this topic&gt;
31303 </BODY>
31304 </HTML>
31305 ====== h_config_auto_include_reply =====
31306 <HTML>
31307 <HEAD>
31308 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31309 </HEAD>
31310 <BODY>
31311 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31313 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31314 will ask whether you wish to include the original message in your reply.
31315 If this feature is set and the feature
31316 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31317 is <EM>not</EM> set, then the original message will be included in the reply
31318 automatically, without prompting.
31320 &lt;End of help on this topic&gt;
31321 </BODY>
31322 </HTML>
31323 ====== h_config_select_in_bold =====
31324 <HTML>
31325 <HEAD>
31326 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31327 </HEAD>
31328 <BODY>
31329 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31331 This feature controls an aspect of Alpine's 
31332 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31333 commands; in
31334 particular, the Select and WhereIs commands. Select and WhereIs (with the
31335 ^X subcommand) will search the current folder for messages meeting a
31336 specified criteria, and &quot;tag&quot; the resulting messages with an 
31337 &quot;X&quot; in the
31338 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31339 is set, instead of using the &quot;X&quot; to denote a selected message, 
31340 Alpine will
31341 attempt to display those index lines in boldface. Whether this is
31342 preferable to the &quot;X&quot; will depend on personal taste and the type of
31343 terminal being used.
31345 <UL>   
31346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31347 </UL><P>
31348 &lt;End of help on this topic&gt;
31349 </BODY>
31350 </HTML>
31351 ====== h_config_alt_auth =====
31352 <HTML>
31353 <HEAD>
31354 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31355 </HEAD>
31356 <BODY>
31357 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31359 This feature affects how Alpine connects to IMAP servers.
31360 It's utility has largely been overtaken by events,
31361 but it may still be useful in some circumstances.
31362 If you only connect to modern IMAP servers that support
31363 &quot;TLS&quot; you can ignore this feature.
31366 Details:
31369 By default, Alpine will attempt to connect to an IMAP server on the
31370 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31371 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31372 then a secure (encrypted) session will be negotiated.
31375 With this feature enabled, before connecting on the normal IMAP port, Alpine
31376 will first attempt to connect to an alternate IMAP service port (993) used
31377 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31378 (SSL) method.
31379 If the SSL attempt fails, Alpine will then try the default
31380 behavior described in the previous paragraph.
31383 TLS negotiation on the normal port is preferred, and supersedes the use of
31384 SSL on port 993, but older servers may not provide TLS support.
31385 This feature may be convenient when accessing IMAP servers that do not support
31386 TLS, but do support SSL connections on port 993.
31387 However, it is important to understand that with this feature enabled,
31388 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31389 but it will proceed to make an insecure connection if that is the only
31390 option offered by the server, or if the Alpine in question has been built
31391 without encryption capability.
31394 Note that this feature specifies a per-user (or system-wide) default
31395 behavior, but host/folder specification flags may be used to control the
31396 behavior of any specific connection.
31397 This feature interacts with some of
31398 the possible host/folder path specification flags as follows:
31401 The <SAMP>/tls</SAMP> host flag, for example,
31404 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31406 will over-ride this feature for the specified host by bypassing the
31407 SSL connection attempt.
31408 Moreover, with <SAMP>/tls</SAMP> specified,
31409 the connection attempt will fail if the
31410 service on port 143 does not offer TLS support.
31413 The <SAMP>/ssl</SAMP> host flag, for example,
31416 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31418 will insist on an SSL connection for the specified host,
31419 and will fail if the SSL service on port 993 is not available.
31420 Alpine will not subsequently retry a connection
31421 on port 143 if <SAMP>/ssl</SAMP> is specified.
31424 <UL>   
31425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31426 </UL><P>
31427 &lt;End of help on this topic&gt;
31428 </BODY>
31429 </HTML>
31430 ====== h_config_file_dir ======
31431 <HTML>
31432 <HEAD>
31433 <TITLE>OPTION: File Directory</TITLE>
31434 </HEAD>
31435 <BODY>
31436 <H1>OPTION: File Directory</H1>
31438 PC-Alpine only.
31440 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31441 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31442 Message Index's &quot;E&nbsp;Export&quot; command.
31445 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31446 component, Alpine assumes the file exists in the user's home directory.
31447 Under Windows operating systems, this definition isn't always clear.  This 
31448 feature allows you to explictly set where Alpine should look for files
31449 without a leading path.
31452 NOTE: this feature's value is ignored if either 
31453 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31454 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31457 <UL>   
31458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31459 </UL><P>
31460 &lt;End of help on this topic&gt;
31461 </BODY>
31462 </HTML>
31463 ====== h_config_quote_all_froms =====
31464 <HTML>
31465 <HEAD>
31466 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31467 </HEAD>
31468 <BODY>
31469 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31471 This feature controls an aspect of the Save command (and also the way
31472 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31473 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31474 when they are saved to another folder, including lines syntactically
31475 distinguishable from the type of message separator line commonly used on
31476 Unix systems.
31479 The default behavior is that a &quot;>&quot; will be prepended only to lines
31480 beginning with &quot;From &quot; that might otherwise be confused with a message
31481 separator line on Unix systems.  If pine is the only mail program you use,
31482 this default is reasonable.  If another program you use has trouble
31483 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31484 enable this feature.  This feature only applies to the common Unix mailbox
31485 format that uses message separator lines beginning with &quot;From &quot;.  If
31486 Alpine has been configured to use a different mailbox format (possibly
31487 incompatible with other mail programs), then this issue does not arise,
31488 and the feature is irrelevant.
31491 &lt;End of help on this topic&gt;
31492 </BODY>
31493 </HTML>
31494 ====== h_config_normal_color =====
31495 <HTML>
31496 <HEAD>
31497 <TITLE>OPTION: Normal Color</TITLE>
31498 </HEAD>
31499 <BODY>
31500 <H1>OPTION: Normal Color</H1>
31502 Sets the color Alpine normally uses.
31503 The foreground color is the color of the actual character and the
31504 background color is the color of the area behind the character.
31505 By default this color is black characters on a white background.
31507 <A HREF="h_color_setup">Descriptions of the available commands</A>
31509 Look <A HREF="h_edit_nav_cmds">here</A>
31510 to see the available Editing and Navigation commands.
31512 &lt;End of help on this topic&gt;
31513 </BODY>
31514 </HTML>
31515 ====== h_config_reverse_color =====
31516 <HTML>
31517 <HEAD>
31518 <TITLE>OPTION: Reverse Color</TITLE>
31519 </HEAD>
31520 <BODY>
31521 <H1>OPTION: Reverse Color</H1>
31523 Sets the color Alpine uses for reverse video characters.
31524 The foreground color is the color of the actual character and the
31525 background color is the color of the area behind the character.
31527 <A HREF="h_color_setup">Descriptions of the available commands</A>
31529 Look <A HREF="h_edit_nav_cmds">here</A>
31530 to see the available Editing and Navigation commands.
31532 &lt;End of help on this topic&gt;
31533 </BODY>
31534 </HTML>
31535 ====== h_config_title_color =====
31536 <HTML>
31537 <HEAD>
31538 <TITLE>OPTION: Title Color</TITLE>
31539 </HEAD>
31540 <BODY>
31541 <H1>OPTION: Title Color</H1>
31543 Sets the color Alpine uses for the titlebar (the top line on the screen).
31544 The foreground color is the color of the actual character and the
31545 background color is the color of the area behind the character.
31546 By default, the Title Color is black characters on a yellow background.
31548 The actual titlebar color may be different from the Title Color if
31549 the option
31550 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31551 is set to some value other than the default.
31552 It may also be different if the current folder is closed and the
31553 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31554 color is set to something different from the Title Color.
31556 <A HREF="h_color_setup">Descriptions of the available commands</A>
31558 Look <A HREF="h_edit_nav_cmds">here</A>
31559 to see the available Editing and Navigation commands.
31561 &lt;End of help on this topic&gt;
31562 </BODY>
31563 </HTML>
31564 ====== h_config_titleclosed_color =====
31565 <HTML>
31566 <HEAD>
31567 <TITLE>OPTION: Title Closed Color</TITLE>
31568 </HEAD>
31569 <BODY>
31570 <H1>OPTION: Title Closed Color</H1>
31572 Sets the color Alpine uses for the titlebar (the top line on the screen)
31573 when the current folder is closed.
31574 The foreground color is the color of the actual character and the
31575 background color is the color of the area behind the character.
31576 By default, the Title Color Closed Color is white characters on a red background.
31578 By setting this color to something noticeable you will be alerted to the
31579 fact that the current folder is closed, perhaps unexpectedly.
31581 &lt;End of help on this topic&gt;
31582 </BODY>
31583 </HTML>
31584 ====== h_config_status_color =====
31585 <HTML>
31586 <HEAD>
31587 <TITLE>OPTION: Status Color</TITLE>
31588 </HEAD>
31589 <BODY>
31590 <H1>OPTION: Status Color</H1>
31592 Sets the color Alpine uses for status messages written to the message
31593 line near the bottom of the screen.
31594 The foreground color is the color of the actual character and the
31595 background color is the color of the area behind the character.
31596 By default, the Status Color is the same as the Reverse Color.
31598 <A HREF="h_color_setup">Descriptions of the available commands</A>
31600 Look <A HREF="h_edit_nav_cmds">here</A>
31601 to see the available Editing and Navigation commands.
31603 &lt;End of help on this topic&gt;
31604 </BODY>
31605 </HTML>
31606 ====== h_config_index_opening_color =====
31607 <HTML>
31608 <HEAD>
31609 <TITLE>OPTION: Index Opening Color</TITLE>
31610 </HEAD>
31611 <BODY>
31612 <H1>OPTION: Index Opening Color</H1>
31614 With some setups the text of the subject is followed
31615 by the opening text of the message if there is any room available in the index line.
31616 If you have configured your
31617 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31618 to include one of the Subject tokens that causes this behavior
31619 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31620 this opening text with this option.
31621 This coloring takes place for all but the current index line, and the Opening
31622 Color appears to be in front of any color from an Index Color Rule.
31624 By default the Index Opening Color is gray characters on a white background.
31627 <A HREF="h_color_setup">Descriptions of the available commands</A>
31629 Look <A HREF="h_edit_nav_cmds">here</A>
31630 to see the available Editing and Navigation commands.
31632 &lt;End of help on this topic&gt;
31633 </BODY>
31634 </HTML>
31635 ====== h_config_index_pri_color =====
31636 <HTML>
31637 <HEAD>
31638 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31639 </HEAD>
31640 <BODY>
31641 <H1>OPTION: Index Priority Symbol Colors</H1>
31643 The X-Priority header is a non-standard header that is used in a
31644 somewhat standard way by many mail programs.
31645 Alpine expects the value of this header to be a digit with a value
31646 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31647 Alpine can be made to display an indication of this priority in
31648 messages by use of one of the tokens
31649 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31650 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31651 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31654 You may set the color used to draw these tokens by use of the colors
31655 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31656 This coloring takes place for all but the current index line, and the Priority
31657 Color appears to be in front of any color from an Index Color Rule.
31658 If the priority has a value of 1 or 2 the High Priority color will be
31659 used,
31660 and if the value is 4 or 5 the Low Priority color will be used.
31662 If you don't set these colors the index line will be colored in the same color as
31663 the bulk of the index line.
31666 <A HREF="h_color_setup">Descriptions of the available commands</A>
31668 Look <A HREF="h_edit_nav_cmds">here</A>
31669 to see the available Editing and Navigation commands.
31671 &lt;End of help on this topic&gt;
31672 </BODY>
31673 </HTML>
31674 ====== h_config_index_subject_color =====
31675 <HTML>
31676 <HEAD>
31677 <TITLE>OPTION: Index Subject Color</TITLE>
31678 </HEAD>
31679 <BODY>
31680 <H1>OPTION: Index Subject Color</H1>
31682 You may set the color used to draw the Subject part of the index line.
31683 This coloring takes place for all but the current index line, and the Subject
31684 Color appears to be in front of any color from an Index Color Rule.
31686 If you don't set this color it will be colored in the same color as
31687 the bulk of the index line.
31690 <A HREF="h_color_setup">Descriptions of the available commands</A>
31692 Look <A HREF="h_edit_nav_cmds">here</A>
31693 to see the available Editing and Navigation commands.
31695 &lt;End of help on this topic&gt;
31696 </BODY>
31697 </HTML>
31698 ====== h_config_index_from_color =====
31699 <HTML>
31700 <HEAD>
31701 <TITLE>OPTION: Index From Color</TITLE>
31702 </HEAD>
31703 <BODY>
31704 <H1>OPTION: Index From Color</H1>
31706 You may set the color used to draw the From part of the index line.
31707 This coloring takes place for all but the current index line, and the From
31708 Color appears to be in front of any color from an Index Color Rule.
31710 If you don't set this color it will be colored in the same color as
31711 the bulk of the index line.
31714 <A HREF="h_color_setup">Descriptions of the available commands</A>
31716 Look <A HREF="h_edit_nav_cmds">here</A>
31717 to see the available Editing and Navigation commands.
31719 &lt;End of help on this topic&gt;
31720 </BODY>
31721 </HTML>
31722 ====== h_config_index_arrow_color =====
31723 <HTML>
31724 <HEAD>
31725 <TITLE>OPTION: Index Arrow Color</TITLE>
31726 </HEAD>
31727 <BODY>
31728 <H1>OPTION: Index Arrow Color</H1>
31730 If you have configured your
31731 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31732 to include the &quot;ARROW&quot; token, you may set the color of
31733 the arrow displayed with this option.
31734 If you don't set the color it will be colored in the same color as
31735 the bulk of the index line.
31738 <A HREF="h_color_setup">Descriptions of the available commands</A>
31740 Look <A HREF="h_edit_nav_cmds">here</A>
31741 to see the available Editing and Navigation commands.
31743 &lt;End of help on this topic&gt;
31744 </BODY>
31745 </HTML>
31746 ====== h_config_index_color =====
31747 <HTML>
31748 <HEAD>
31749 <TITLE>OPTION: Index Colors</TITLE>
31750 </HEAD>
31751 <BODY>
31752 <H1>OPTION: Index Colors</H1>
31754 You may add color to the single character symbols that give the status
31755 of each message in the MESSAGE INDEX.
31756 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31757 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31758 screen depending on whether the message is addressed to you, and whether
31759 the message is marked Important, is Deleted, is Answered, or is New.
31760 The color for each of those characters may be specified by setting the
31761 &quot;Index-to-me&quot; Symbol Color,
31762 the &quot;Index-important&quot; Symbol Color,
31763 the &quot;Index-deleted&quot; Symbol Color,
31764 the &quot;Index-answered&quot; Symbol Color,
31765 and the &quot;Index-new&quot; Symbol Color.
31766 There are also two other symbol colors called &quot;Index-recent&quot;
31767 and &quot;Index-unseen&quot;.
31768 These two colors will only be used if you have configured your
31769 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31770 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31772 The default colors for these symbols are:
31773 <TABLE>
31774 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31775 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31776 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31777 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31778 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31779 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31780 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31781 </TABLE>
31783 Besides coloring the message status symbols, you may also color the
31784 entire index line.
31785 This is done by using the
31786 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31787 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31788 When the entire line is colored that color will be &quot;behind&quot; the
31789 status symbol colors talked about in the paragraph above.
31791 You may also color
31792 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31793 in the index using the
31794 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31795 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31796 the Subject using
31797 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31798 the From field using
31799 <A HREF="h_config_index_from_color">Index From Color</A>;
31800 and the
31801 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31803 <A HREF="h_color_setup">Descriptions of the available commands</A>
31805 Look <A HREF="h_edit_nav_cmds">here</A>
31806 to see the available Editing and Navigation commands.
31808 &lt;End of help on this topic&gt;
31809 </BODY>
31810 </HTML>
31811 ====== h_config_metamsg_color =====
31812 <HTML>
31813 <HEAD>
31814 <TITLE>OPTION: Meta-Message Color</TITLE>
31815 </HEAD>
31816 <BODY>
31817 <H1>OPTION: Meta-Message Color</H1>
31819 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31820 that aren't part of the message itself.
31821 For example, an attachment that isn't shown might produce a meta
31822 message something like:
31824 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31826 If you set the
31827 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31828 option you might see
31830 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31832 Warnings about suspicious looking URLs in HTML will also be colored
31833 with this color.
31835 The foreground color is the color of the actual character and the
31836 background color is the color of the area behind the character.
31837 By default, the Meta-Message Color is black characters on a yellow background.
31839 <A HREF="h_color_setup">Descriptions of the available commands</A>
31841 Look <A HREF="h_edit_nav_cmds">here</A>
31842 to see the available Editing and Navigation commands.
31844 &lt;End of help on this topic&gt;
31845 </BODY>
31846 </HTML>
31847 ====== h_config_keylabel_color =====
31848 <HTML>
31849 <HEAD>
31850 <TITLE>OPTION: KeyLabel Color</TITLE>
31851 </HEAD>
31852 <BODY>
31853 <H1>OPTION: KeyLabel Color</H1>
31855 Sets the color Alpine uses for the labels of the keys in the two-line
31856 menu at the bottom of the screen.
31857 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31858 This option sets the color used when displaying &quot;PrevMsg&quot;.
31859 The foreground color is the color of the actual character and the
31860 background color is the color of the area behind the character.
31861 By default, the KeyLabel Color is the same as the Normal Color.
31863 WARNING: Some terminal emulators have the property that the screen will scroll
31864 down one line whenever a character is written to the character cell in the
31865 lower right corner of the screen.
31866 Alpine can usually avoid writing a character in that corner of the screen.
31867 However, if you have defined a KeyLabel Color then Alpine does have to write
31868 a character in that cell in order to color the cell correctly.
31869 If you find that your display sometimes scrolls up a line this could be
31870 the problem.
31871 The most obvious symptom is probably that the titlebar at the top of the
31872 screen scrolls off the screen.
31873 Try setting KeyLabel Color to Default to see if that fixes the problem.
31875 <A HREF="h_color_setup">Descriptions of the available commands</A>
31877 Look <A HREF="h_edit_nav_cmds">here</A>
31878 to see the available Editing and Navigation commands.
31880 &lt;End of help on this topic&gt;
31881 </BODY>
31882 </HTML>
31883 ====== h_config_keyname_color =====
31884 <HTML>
31885 <HEAD>
31886 <TITLE>OPTION: KeyName Color</TITLE>
31887 </HEAD>
31888 <BODY>
31889 <H1>OPTION: KeyName Color</H1>
31891 Sets the color Alpine uses for the names of the keys in the two-line
31892 menu at the bottom of the screen.
31893 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31894 This option sets the color used when displaying the &quot;P&quot;.
31895 The foreground color is the color of the actual character and the
31896 background color is the color of the area behind the character.
31897 By default, the KeyName Color is the same as the Reverse Color.
31899 <A HREF="h_color_setup">Descriptions of the available commands</A>
31901 Look <A HREF="h_edit_nav_cmds">here</A>
31902 to see the available Editing and Navigation commands.
31904 &lt;End of help on this topic&gt;
31905 </BODY>
31906 </HTML>
31907 ====== h_config_slctbl_color =====
31908 <HTML>
31909 <HEAD>
31910 <TITLE>OPTION: Selectable Item Color</TITLE>
31911 </HEAD>
31912 <BODY>
31913 <H1>OPTION: Selectable Item Color</H1>
31915 Sets the color Alpine uses for selectable items, such as URLs.
31916 The foreground color is the color of the actual character and the
31917 background color is the color of the area behind the character.
31918 By default, the Selectable Item Color is the same as the Normal Color,
31919 except that it is bold.
31921 <A HREF="h_color_setup">Descriptions of the available commands</A>
31923 Look <A HREF="h_edit_nav_cmds">here</A>
31924 to see the available Editing and Navigation commands.
31926 &lt;End of help on this topic&gt;
31927 </BODY>
31928 </HTML>
31929 ====== h_config_quote_color =====
31930 <HTML>
31931 <HEAD>
31932 <TITLE>OPTION: Quote Colors</TITLE>
31933 </HEAD>
31934 <BODY>
31935 <H1>OPTION: Quote Colors</H1>
31937 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31938 screen.
31939 If a line begins with a &gt; character (or space followed by &gt;)
31940 it is considered a quote.
31941 That line will be given the Quote1 Color (first level quote).
31942 If there is a second level of quoting then the Quote2 Color will be used.
31943 Alpine considers there to be a second level of quoting if that first &gt; is
31944 followed by another &gt; (or space followed by &gt;).
31945 If there are characters other than whitespace and &gt; signs, then it isn't
31946 considered another level of quoting.
31947 Similarly, if there is a third level of quoting the Quote3 Color will be
31948 used.
31949 If there are more levels after that the Quote Colors are re-used.
31950 If you define all three colors then it would repeat like Color1, Color2, Color3,
31951 Color1, Color2, Color3, ...
31952 If you only define the first two it would be
31953 Color1, Color2, Color1, Color2, ...
31954 If you define only the Quote1 Color, then the entire quote would be that
31955 color regardless of the quoting levels.
31956 By default, the Quote1 Color is black characters on a greenish-blue background;
31957 the Quote2 Color is black characters on a dull yellow background; and
31958 the Quote3 Color is black characters on a green background.
31960 <A HREF="h_color_setup">Descriptions of the available commands</A>
31962 Look <A HREF="h_edit_nav_cmds">here</A>
31963 to see the available Editing and Navigation commands.
31965 &lt;End of help on this topic&gt;
31966 </BODY>
31967 </HTML>
31968 ====== h_config_folder_color =====
31969 <HTML>
31970 <HEAD>
31971 <TITLE>OPTION: Folder Color</TITLE>
31972 </HEAD>
31973 <BODY>
31974 <H1>OPTION: Folder Color</H1>
31976 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31977 screen. By default, the Folder Color is the normal text color.
31980 If you set a color for this feature, other than the normal color
31981 (the default), or a color for
31982 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31983 will be colored according to the color specified in the
31984 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31985 case, the color will be the only indication that the colored name
31986 refers to a directory. The normal behavior is that Alpine
31987 indicates that a name refers to a directory by appending a
31988 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31989 the folder.
31992 If a folder is a directory, then the folder name will be painted
31993 according to the color defined by this variable, and a separator
31994 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31995 to the name. That
31996 indicator will be painted according to the color defined in the
31997 <A HREF="h_config_directory_color">Directory Color</A> option.
32000 &lt;End of help on this topic&gt;
32001 </BODY>
32002 </HTML>
32003 ====== h_config_directory_color =====
32004 <HTML>
32005 <HEAD>
32006 <TITLE>OPTION: Directory Color</TITLE>
32007 </HEAD>
32008 <BODY>
32009 <H1>OPTION: Directory Color</H1>
32011 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32012 screen. By default, the Folder Color is the normal text color.
32014 If you set a color for this feature, other than the normal color
32015 (the default), or a color for
32016 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32017 will be colored according to the color specified in the
32018 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32019 case, the color will be the only indication that the colored name
32020 refers to a directory. The normal behavior is that Alpine
32021 indicates that a name refers to a directory by appending a
32022 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32023 the folder.
32025 If a folder is a directory, then the folder name will be painted
32026 according to the color defined by the option
32027 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32028 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32029 after the name. That
32030 indicator will be painted according to the color defined in this
32031 option.
32033 &lt;End of help on this topic&gt;
32034 </BODY>
32035 </HTML>
32036 ====== h_config_folder_list_color =====
32037 <HTML>
32038 <HEAD>
32039 <TITLE>OPTION: Folder-List Color</TITLE>
32040 </HEAD>
32041 <BODY>
32042 <H1>OPTION: Folder-List Color</H1>
32044 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32045 screen. By default, the Folder-List Color is the normal text color.
32047 This text refers to the informative text that Alpine displays so you
32048 can recognize each collection. The color of the content of each collection
32049 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32050 and <A HREF="h_config_directory_color">Directory Color</A>.
32052 Unlike the options
32053 <A HREF="h_config_folder_color">Folder Color</A>
32054 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32055 this option does not affect the way that Alpine reports folders,
32056 directories and folders that are directories.
32058 &lt;End of help on this topic&gt;
32059 </BODY>
32060 </HTML>
32061 ====== h_config_incunseen_color =====
32062 <HTML>
32063 <HEAD>
32064 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32065 </HEAD>
32066 <BODY>
32067 <H1>OPTION: Incoming Unseen Color</H1>
32069 If the option
32070 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32071 is turned on it is possible to highlight the folders that contain
32072 unseen messages by coloring them with this color.
32073 By default, this is the same as the Normal Color and no highlighting is done.
32075 Usually the &quot;current&quot; folder (the folder the cursor is on)
32076 is highlighted using reverse video.
32077 If the current folder is colored because it contains unseen messages then
32078 the color used to show that it is also the current folder is controlled
32079 by the
32080 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32081 feature at the top of the SETUP COLOR screen.
32083 <A HREF="h_color_setup">Descriptions of the available commands</A>
32085 Look <A HREF="h_edit_nav_cmds">here</A>
32086 to see the available Editing and Navigation commands.
32088 &lt;End of help on this topic&gt;
32089 </BODY>
32090 </HTML>
32091 ====== h_config_signature_color =====
32092 <HTML>
32093 <HEAD>
32094 <TITLE>OPTION: Signature Color</TITLE>
32095 </HEAD>
32096 <BODY>
32097 <H1>OPTION: Signature Color</H1>
32099 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32100 screen. According to USENET conventions, the signature is defined as the
32101 paragraph following the &quot;sigdashes&quot;, that is, the special line
32102 consisting of the three characters
32103 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32104 empty line right after the sigdashes to be considered as part of the
32105 signature.
32106 By default, the Signature Color is blue characters on a white background.
32108 <A HREF="h_color_setup">Descriptions of the available commands</A>
32110 Look <A HREF="h_edit_nav_cmds">here</A>
32111 to see the available Editing and Navigation commands.
32113 &lt;End of help on this topic&gt;
32114 </BODY>
32115 </HTML>
32116 ====== h_config_prompt_color =====
32117 <HTML>
32118 <HEAD>
32119 <TITLE>OPTION: Prompt Color</TITLE>
32120 </HEAD>
32121 <BODY>
32122 <H1>OPTION: Prompt Color</H1>
32124 Sets the color Alpine uses for confirmation prompts and questions that
32125 appear in the status line near the bottom of the screen.
32126 The foreground color is the color of the actual character and the
32127 background color is the color of the area behind the character.
32128 By default, the Prompt Color is the same as the Reverse Color.
32130 <A HREF="h_color_setup">Descriptions of the available commands</A>
32132 Look <A HREF="h_edit_nav_cmds">here</A>
32133 to see the available Editing and Navigation commands.
32135 &lt;End of help on this topic&gt;
32136 </BODY>
32137 </HTML>
32138 ====== h_config_header_general_color =====
32139 <HTML>
32140 <HEAD>
32141 <TITLE>OPTION: Header General Color</TITLE>
32142 </HEAD>
32143 <BODY>
32144 <H1>OPTION: Header General Color</H1>
32146 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32147 screen.
32148 The foreground color is the color of the actual character and the
32149 background color is the color of the area behind the character.
32150 By default, this is the same as the Normal Color.
32152 It is also possible to set the colors for specific header fields, for
32153 example the Subject, using
32154 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32155 If both a Header General Color and a specific Viewer Header Color are set
32156 the specific color will override the general color, as you would expect.
32158 <A HREF="h_color_setup">Descriptions of the available commands</A>
32160 Look <A HREF="h_edit_nav_cmds">here</A>
32161 to see the available Editing and Navigation commands.
32163 &lt;End of help on this topic&gt;
32164 </BODY>
32165 </HTML>
32166 ====== h_config_incol =====
32167 <HTML>
32168 <HEAD>
32169 <TITLE>Index Line Color</TITLE>
32170 </HEAD>
32171 <BODY>
32172 <H1>Index Line Color</H1>
32174 This option is used to set the color of a line in the index when the
32175 message for that line matches the Pattern.
32176 This colors the whole index line, except possibly the status letters,
32177 which may be colored separately using the
32178 <A HREF="h_color_setup">Setup Kolor</A> screen.
32179 The foreground color is the color of the actual characters and the
32180 background color is the color of the area behind the characters.
32182 <A HREF="h_color_setup">Descriptions of the available commands</A>
32184 Look <A HREF="h_edit_nav_cmds">here</A>
32185 to see the available Editing and Navigation commands.
32187 &lt;End of help on this topic&gt;
32188 </BODY>
32189 </HTML>
32190 ====== h_config_usetransparent_color =====
32191 <HTML>
32192 <HEAD>
32193 <TITLE>OPTION: Use Transparent Color</TITLE>
32194 </HEAD>
32195 <BODY>
32196 <H1>OPTION: Use Transparent Color</H1>
32198 This is a special color supported by some terminal emulators.
32199 It is intended to result in the default foreground or background color
32200 from the terminal emulator.
32201 This is the color the terminal was displaying characters in before you started Alpine.
32202 The reason it is called Transparent is because you could set the foreground color
32203 to some specific color, like Red, and then set the background color to the
32204 Transparent Color. If it works as expected, the background color from the terminal
32205 window in which Alpine is running will show through but with the Red characters
32206 in the foreground.
32208 <A HREF="h_color_setup">Descriptions of the available commands</A>
32210 Look <A HREF="h_edit_nav_cmds">here</A>
32211 to see the available Editing and Navigation commands.
32213 &lt;End of help on this topic&gt;
32214 </BODY>
32215 </HTML>
32216 ====== h_config_usenormal_color =====
32217 <HTML>
32218 <HEAD>
32219 <TITLE>OPTION: Use Normal Color</TITLE>
32220 </HEAD>
32221 <BODY>
32222 <H1>OPTION: Use Normal Color</H1>
32224 When you use this color value, the actual color used will be the same
32225 as the corresponding Normal Color.
32226 For example if your Normal Color is black on white and you set both
32227 the foreground and background colors here to use the Normal Color, you'll
32228 get black on white. If you later change the Normal Color to red on blue
32229 this color will also change to red on blue.
32231 <A HREF="h_color_setup">Descriptions of the available commands</A>
32233 Look <A HREF="h_edit_nav_cmds">here</A>
32234 to see the available Editing and Navigation commands.
32236 &lt;End of help on this topic&gt;
32237 </BODY>
32238 </HTML>
32239 ====== h_config_usenone_color =====
32240 <HTML>
32241 <HEAD>
32242 <TITLE>OPTION: Use None Color</TITLE>
32243 </HEAD>
32244 <BODY>
32245 <H1>OPTION: Use None Color</H1>
32247 This is a special color that simply means to leave the color alone.
32248 It is useful for Index symbols and for Keyword Colors used in the Subject
32249 field of an index line.
32250 The most likely use is to set an explicit foreground color and then set
32251 the background color to the None Color.
32252 That will cause the symbol or keyword to be drawn in the foreground color
32253 with a background equal to whatever color the rest of the index line is already
32254 drawn in.
32255 You will see no visible effect unless you have assigned Indexcolor Rules to
32256 color index lines or you have set an actual color for the Reverse Color.
32258 <A HREF="h_color_setup">Descriptions of the available commands</A>
32260 Look <A HREF="h_edit_nav_cmds">here</A>
32261 to see the available Editing and Navigation commands.
32263 &lt;End of help on this topic&gt;
32264 </BODY>
32265 </HTML>
32266 ====== h_config_dflt_color =====
32267 <HTML>
32268 <HEAD>
32269 <TITLE>OPTION: Default Color</TITLE>
32270 </HEAD>
32271 <BODY>
32272 <H1>OPTION: Default Color</H1>
32274 Setting default will cause the color to be the default color.
32275 Unsetting default is normally done by choosing a color, but in some cases
32276 you may want to declare the current default color to be your non-default
32277 choice.
32278 For example, the default Keyname Color is the same as the Reverse Color.
32279 Whenever the Reverse Color changes the Keyname Color will also change, unless
32280 you've changed it or unset the default box.
32282 <A HREF="h_color_setup">Descriptions of the available commands</A>
32284 Look <A HREF="h_edit_nav_cmds">here</A>
32285 to see the available Editing and Navigation commands.
32287 &lt;End of help on this topic&gt;
32288 </BODY>
32289 </HTML>
32290 ====== h_config_bold_slctbl =====
32291 <HTML>
32292 <HEAD>
32293 <TITLE>OPTION: Bold</TITLE>
32294 </HEAD>
32295 <BODY>
32296 <H1>OPTION: Bold</H1>
32298 The color for this particular section may have the Bold attribute turned
32299 on or off.
32300 Setting bold will cause the characters to be bold.
32302 <A HREF="h_color_setup">Descriptions of the available commands</A>
32304 Look <A HREF="h_edit_nav_cmds">here</A>
32305 to see the available Editing and Navigation commands.
32307 &lt;End of help on this topic&gt;
32308 </BODY>
32309 </HTML>
32310 ====== h_config_kw_color =====
32311 <HTML>
32312 <HEAD>
32313 <TITLE>OPTION: Keyword Colors</TITLE>
32314 </HEAD>
32315 <BODY>
32316 <H1>OPTION: Keyword Colors</H1>
32318 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32319 Keywords are displayed as part of the Subject by default.
32320 They are also displayed as part of the Subject if the tokens
32321 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32322 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32323 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32324 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32326 For example, you might have set up a Keyword
32327 &quot;Work&quot; using the
32328 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32329 You could cause that Keyword to show up as a special color
32330 by setting up the Keyword Color using this option, and then including it
32331 in the MESSAGE INDEX screen using one of the tokens listed above in the
32332 <!--#echo var="VAR_index-format"-->.
32334 <A HREF="h_color_setup">Descriptions of the available commands</A>
32336 Look <A HREF="h_edit_nav_cmds">here</A>
32337 to see the available Editing and Navigation commands.
32339 &lt;End of help on this topic&gt;
32340 </BODY>
32341 </HTML>
32342 ====== h_config_customhdr_color =====
32343 <HTML>
32344 <HEAD>
32345 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32346 </HEAD>
32347 <BODY>
32348 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32350 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32351 For example, you may set the color of the Subject header or the From header.
32352 The foreground color is the color of the actual character and the
32353 background color is the color of the area behind the character.
32355 In addition to setting the colors for particular headers (like the Subject)
32356 you may also set a color to be used for all headers unless overridden by a
32357 more specific Viewer Header Color.
32358 To do this use the
32359 <A HREF="h_config_header_general_color">Header General Color</A>.
32361 For Header Colors,
32362 there is an additional line on the
32363 screen labeled &quot;Pattern to match&quot;.
32364 If you leave that blank, then the whole field for that header will
32365 be colored.
32366 However, if you give a pattern to match, the coloring will only take place
32367 if there is a match for that pattern in the value of the field.
32368 For example, if you are working on a color for the Subject header and
32369 you fill in a pattern of &quot;important&quot;, then only Subjects that
32370 contain the word &quot;important&quot; will be colored.
32372 If the pattern you enter is a comma-separated list of patterns, then coloring
32373 happens if any of those patterns matches.
32375 <A HREF="h_color_setup">Descriptions of the available commands</A>
32377 Look <A HREF="h_edit_nav_cmds">here</A>
32378 to see the available Editing and Navigation commands.
32380 &lt;End of help on this topic&gt;
32381 </BODY>
32382 </HTML>
32383 ====== h_config_indextoken_color =====
32384 <HTML>
32385 <HEAD>
32386 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32387 </HEAD>
32388 <BODY>
32389 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32391 This option allows you to set up the color in which any token, not specified by the
32392 previous options, will be colored in the MESSAGE INDEX screen. 
32394 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32395 a token that can be used in the index format. 
32396 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32398 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32399 enter a new one. Once you have entered a valid token, a line will be added to the
32400 configuration screen that you can use to set up the colors in which that token will
32401 be painted. This is done in the same way that you configure colors for other
32402 variables.
32404 <A HREF="h_color_setup">Descriptions of the available commands</A>
32406 Look <A HREF="h_edit_nav_cmds">here</A>
32407 to see the available Editing and Navigation commands.
32409 &lt;End of help on this topic&gt;
32410 </BODY>
32411 </HTML>
32412 ====== h_config_customhdr_pattern =====
32413 <HTML>
32414 <HEAD>
32415 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32416 </HEAD>
32417 <BODY>
32418 <H1>OPTION: Viewer Header Color Pattern</H1>
32420 If you leave this blank, then the whole field for the header will
32421 be colored.
32422 If you give a pattern to match, the coloring will only take place
32423 if there is a match for that pattern in the value of the field.
32424 For example, if you are working on a color for the Subject header and
32425 you fill in a pattern of &quot;important&quot;, then only Subjects that
32426 contain the word &quot;important&quot; will be colored.
32428 For address headers (like From and To) and for the Newsgroups header,
32429 a pattern match will cause only the matched addresses or newsgroups to be
32430 colored.
32431 If there is no pattern to match, then all of the addresses or newsgroups
32432 in the relevant header will be colored.
32434 The matching pattern may be a comma-separated list of patterns to match
32435 instead of a single pattern.
32436 For example, you could use the pattern &quot;important,urgent&quot; which would
32437 cause a match if either the word &quot;important&quot; or the word
32438 &quot;urgent&quot; appeared in the value of the header.
32439 You could list several comma-separated email addresses in the Header
32440 From Color pattern so that those addresses will be colored when any of
32441 them appear in the From header.
32443 To add a new matching pattern or change the existing pattern use the 
32444 <!--chtml if pinemode="function_key"-->
32445 &quot;F4&quot;
32446 <!--chtml else-->
32447 &quot;C&quot;
32448 <!--chtml endif-->
32449 &quot;Change&quot; command that is available when the &quot;Pattern to
32450 match&quot; line is highlighted.
32452 <!--chtml if pinemode="function_key"-->
32453 &quot;F10&quot;
32454 <!--chtml else-->
32455 &quot;D&quot;
32456 <!--chtml endif-->
32457 &quot;Delete&quot; command may be used to quickly remove all patterns
32458 for a particular header.
32460 &lt;End of help on this topic&gt;
32461 </BODY>
32462 </HTML>
32463 ====== h_color_setup =====
32464 <HTML>
32465 <HEAD>
32466 <TITLE>SETUP COLOR COMMANDS</TITLE>
32467 </HEAD>
32468 <BODY>
32469 <H1>SETUP COLOR COMMANDS</H1>
32470 <!--chtml if pinemode="function_key"-->
32471 <PRE>
32472 Available Commands -- Group 1
32473 -------------------------------
32474 F1  Display this help text
32475 F2  Show other available commands
32476 F3  Exit to MAIN MENU
32477 F4  Select the highlighted foreground or background color
32478 F5  Move to previous line
32479 F6  Move to next line
32480 F7  Previous page
32481 F8  Next page
32482 F9  Add a config section for a header field
32483 F10 Restore all default colors (for all sections)
32484 F11 Print color configuration screen
32485 F12 Whereis (search for word)
32487 Available Commands -- Group 2
32488 -------------------------------
32489 F1  Display this help text
32490 F2  Show other available commands
32491 F5  Delete config section for highlighted header field
32492 F6  Shuffle the order of Header Color sections
32493 </PRE>
32494 <!--chtml else-->
32495 <PRE>
32496 General commands
32497 -------------------------------------------------
32498  ?  Display this help text     E  Exit back to MAIN MENU
32499  P  Previous Line              N  Next Line
32500  -  Previous page             Spc (space bar) Next page
32501  W  WhereIs (search for word)  %  Print color configuration screen
32503 Color Setup Commands
32504 ------------------------------------------------
32505  *  Select the highlighted foreground or background color
32506  A  Add a config section for a header field
32507  D  Delete config section for highlighted header field
32508  R  Restore all default colors (for all sections)
32509  $  Shuffle the order of Header Color sections
32510 </PRE>
32511 <!--chtml endif-->
32513 <H2>Description of the Setup Color Screen</H2>
32515 From this screen you may turn on color and set the colors of
32516 various parts of the Alpine display.
32517 For help on turning on color move your cursor into the Color Style section
32518 at the top of the Setup Color screen and ask for help.
32521 There are several sections in the Setup Color Screen.
32522 At the top are some settings that handle the style of color used
32523 with your terminal emulator (UNIX only), and some settings that
32524 control how the current indexline and the titlebar are colored.
32525 After that comes a long section called GENERAL COLORS that allows
32526 you to set the color of many elements in the Alpine screens.
32527 For example, the color of the titlebar, status messages,
32528 selectable links, quotes and signatures in messages, and so on.
32529 After that is a section called INDEX COLORS that allows you to
32530 set the colors of various pieces of the displayed index lines in
32531 the MESSAGE INDEX screen.
32532 The next section is HEADER COLORS. This is for coloring headers of
32533 messages in the MESSAGE TEXT screen in just about any way you would like.
32534 Finally, the KEYWORD COLORS section allows you to highlight
32535 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32536 in the MESSAGE INDEX screen.
32539 To change a color, highlight the color you want to change (for example,
32540 the Status Color) by moving
32541 the cursor into it.
32542 You may want to read the help text for the color to see a brief desription
32543 of what you are coloring.
32544 Then press &quot;C&quot; for Change to set the color to something new.
32545 That will put you into a screen with two columns of colors, one for
32546 the foreground color and one for the background color.
32547 The foreground color is just the color you want the actual characters
32548 to be and the background color is the color of the rest of the rectangle
32549 behind the characters.
32550 Select the foreground and background colors desired by using the Next and
32551 Prev keys to highlight the color, and the * command to select it.
32553 To set a color to its default value, set the X in the Default line at
32554 the bottom of the list of colors.
32557 The HEADER COLORS section is a little bit different from the others.
32558 Besides coloring the specific fields that Alpine knows about, you may also
32559 color specific header fields when viewing a message in the MESSAGE TEXT
32560 screen.
32561 For example, you may color the Subject header a particular color.
32562 There are a few commands for use with headers.
32563 The &quot;AddHeader&quot; command adds a section to the color
32564 configuration screen that allows you to set the color for that header.
32565 You'll be asked for the name of the header field you want to color.
32566 If you wanted to color the Subject, you would answer
32567 with the word &quot;subject&quot;.
32568 Once you've added a header field, the color setting works just like the
32569 other color fields, except that there is an additional line on the
32570 configuration screen labeled &quot;Pattern to match&quot;.
32571 If you leave that blank, then the whole field for that header will always
32572 be colored.
32573 However, if you give a pattern to match, the coloring will only take place
32574 if there is a match for that pattern in the value of the field.
32575 For example, if you are working on a color for the Subject header and
32576 you fill in a pattern of &quot;important&quot;, then only Subjects that
32577 contain the word &quot;important&quot; will be colored.
32579 The &quot;DeleteHdr&quot; command removes a header section from the
32580 configuration altogether.
32581 The &quot;Shuffle&quot; command changes the order of header sections.
32582 This is only necessary if you use header sections with pattern fields.
32583 For example, if you have two Subject sections, one with one pattern and
32584 another with another pattern, and the subject for a particular message
32585 happens to match both, then the color from the first match is used.
32588 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32589 Each section will change to the default value used for that section when
32590 color is first enabled.
32591 When you restore all default colors the color settings for the Header Colors
32592 will be unset (since that's the default), but the header fields you've
32593 added will remain so that you may easily reset them.
32594 In order to get rid of them completely you'd have to use
32595 the &quot;DeleteHdr&quot; command.
32598 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32599 may be set with matching rules and that is configured separately from
32600 the rest of the color settings described here.
32601 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32602 instead of in the Setup/Kolor section.
32604 <P><UL>
32605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32606 </UL><P>
32607 &lt;End of help on this topic&gt;
32608 </BODY>
32609 </HTML>
32610 ====== h_config_news_uses_recent ======
32611 <HTML>
32612 <HEAD>
32613 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32614 </HEAD>
32615 <BODY>
32616 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32618 This feature causes certain messages to be marked as "New" in the
32619 MESSAGE INDEX of newsgroups.
32620 This feature is set by default.
32624 When opening a newsgroup, Alpine will consult your "newsrc" file and
32625 determine the last message you have previously disposed of via the "D"
32626 key.  If this feature is set, any subsequent messages will be shown in the
32627 Index with an "N", and the first of these messages will be highlighted.
32628 Although this is only an approximation of true "New" or "Unseen"
32629 status, it provides a useful cue to distinguish more-or-less recent
32630 messages from those you have seen previously, but are not yet ready to
32631 mark deleted.
32635 Background: your "newsrc" file (used to store message status information
32636 for newsgroups) is only capable of storing a single flag, and Alpine uses
32637 this to record whether or not you are "done with" a message, as
32638 indicated by marking the message as "Deleted".  Unfortunately, this
32639 means that Alpine has no way to record exactly which messages you have
32640 previously seen, so it normally does not show the "N" status flag for
32641 any messages in a newsgroup. This feature enables a starting
32642 *approximation* of seen/unseen status that may be useful.
32644 &lt;End of help on this topic&gt;
32645 </BODY>
32646 </HTML>
32647 ====== h_config_expose_hidden_config =====
32648 <HTML>
32649 <HEAD>
32650 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32651 </HEAD>
32652 <BODY>
32653 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32655 If set, this causes configuration options and features that are normally
32656 hidden from view to be editable in the Setup/Config screen.
32659 The purpose of this feature is to allow you to change configuration
32660 features and variables that are normally hidden.
32661 This is particularly useful if you are using a remote configuration,
32662 where it is difficult to edit the contents manually, but it may also be used
32663 on a local pinerc configuration file.
32665 If set, several configuration variables and features that are normally
32666 hidden from view will show up in the Setup/Configuration screen.
32667 They will be at the bottom of the configuration screen.
32668 You can find them by searching for the words &quot;hidden configuration&quot;.
32671 Note that this is an advanced feature that should be used with care.
32672 The reason that this part of the configuration is normally hidden is because
32673 there is a significant potential for causing problems if you change these
32674 variables.
32675 If something breaks after a change try changing it back to see if that is
32676 what is causing the problem.
32677 There are also some variables that are normally hidden because they are
32678 manipulated through Alpine in other ways.
32679 For example, colors are normally set using the Setup/Kolors screen and
32680 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32681 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32682 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32683 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32684 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32685 internally by Alpine and not set directly by the user.
32687 <UL>   
32688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32689 </UL><P>
32690 &lt;End of help on this topic&gt;
32691 </BODY>
32692 </HTML>
32693 ====== h_config_disable_signature_edit =====
32694 <HTML>
32695 <HEAD>
32696 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32697 </HEAD>
32698 <BODY>
32699 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32701 If set, this disables the editing of signature files from within
32702 the Setup/Config screen.
32704 <UL>   
32705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32706 </UL><P>
32707 &lt;End of help on this topic&gt;
32708 </BODY>
32709 </HTML>
32710 ====== h_config_disable_roles_templateedit =====
32711 <HTML>
32712 <HEAD>
32713 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32714 </HEAD>
32715 <BODY>
32716 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32718 If set, this disables the editing of template files within the
32719 Role setup screen.
32721 <UL>   
32722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32723 </UL><P>
32724 &lt;End of help on this topic&gt;
32725 </BODY>
32726 </HTML>
32727 ====== h_config_disable_roles_sigedit =====
32728 <HTML>
32729 <HEAD>
32730 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32731 </HEAD>
32732 <BODY>
32733 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32735 If set, this disables the editing of signature files within the
32736 Role setup screen.
32738 <UL>   
32739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32740 </UL><P>
32741 &lt;End of help on this topic&gt;
32742 </BODY>
32743 </HTML>
32744 ====== h_config_disable_roles_setup =====
32745 <HTML>
32746 <HEAD>
32747 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32748 </HEAD>
32749 <BODY>
32750 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32752 If set, this disables the Setup/Rules/Roles command.
32754 <UL>   
32755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32756 </UL><P>
32757 &lt;End of help on this topic&gt;
32758 </BODY>
32759 </HTML>
32760 ====== h_config_disable_pipes_in_templates =====
32761 <HTML>
32762 <HEAD>
32763 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32764 </HEAD>
32765 <BODY>
32766 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32768 By default, if a template file name is followed by a vertical bar (|) then
32769 that causes the file to be executed to produce the text for the template.
32770 If this feature is set, then this is not allowed.
32772 <UL>   
32773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32774 </UL><P>
32775 &lt;End of help on this topic&gt;
32776 </BODY>
32777 </HTML>
32778 ====== h_config_disable_pipes_in_sigs =====
32779 <HTML>
32780 <HEAD>
32781 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32782 </HEAD>
32783 <BODY>
32784 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32786 By default, if a signature file name is followed by a vertical bar (|) then
32787 that causes the file to be executed to produce the text for the signature.
32788 If this feature is set, then this is not allowed.
32790 <UL>   
32791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32792 </UL><P>
32793 &lt;End of help on this topic&gt;
32794 </BODY>
32795 </HTML>
32796 ====== h_config_disable_password_cmd =====
32797 <HTML>
32798 <HEAD>
32799 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32800 </HEAD>
32801 <BODY>
32802 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32804 If set, then the Setup/Newpassword command is disabled.
32806 <UL>   
32807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32808 </UL><P>
32809 &lt;End of help on this topic&gt;
32810 </BODY>
32811 </HTML>
32812 ====== h_config_disable_password_caching =====
32813 <HTML>
32814 <HEAD>
32815 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32816 </HEAD>
32817 <BODY>
32818 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32820 Normally, loginname/password combinations are cached in Alpine so that
32821 you do not have to enter the same password more than once in a session.
32822 A disadvantage to this approach is that the password must be stored in
32823 the memory image of the running Alpine in order that it can be re-used.
32824 In the event that Alpine crashes and produces a core dump, and that core
32825 dump is readable by others, the loginname and password could be read
32826 from the core dump.
32828 If this feature is set, then the passwords will not be cached and you
32829 will have to retype the password whenever Alpine needs it.
32830 Even with this feature set there is still some chance that the core
32831 file will contain a password, so care should be taken to make the
32832 core files unreadable.
32834 NOTE: If PASSFILE caching is enabled, this does not disable it.
32835 That is a separate and independent feature.
32836 <UL>   
32837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32838 </UL><P>
32839 &lt;End of help on this topic&gt;
32840 </BODY>
32841 </HTML>
32842 ====== h_config_disable_password_file_saving =====
32843 <HTML>
32844 <HEAD>
32845 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32846 </HEAD>
32847 <BODY>
32848 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32850 This feature changes the behavior of Alpine when a login name and password combination
32851 for a specific server is not found in the password file. The default behavior is that
32852 Alpine will ask the user if they wish to save this information in the password file for future
32853 use. It is assumed that if a user created a password file it is because they intend
32854 to use it, but in some instances a user might want to save some passwords and not others.
32855 In this case, enabling this feature will make Alpine not add any more passwords to the
32856 password file and will only use the passwords that it already saved. If you wish to allow
32857 Alpine to save more passwords in the password file, disable this feature.
32859 <UL>   
32860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32861 </UL><P>
32862 &lt;End of help on this topic&gt;
32863 </BODY>
32864 </HTML>
32865 ====== h_config_disable_kb_lock =====
32866 <HTML>
32867 <HEAD>
32868 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32869 </HEAD>
32870 <BODY>
32871 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32873 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32875 <UL>   
32876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32877 </UL><P>
32878 &lt;End of help on this topic&gt;
32879 </BODY>
32880 </HTML>
32881 ====== h_config_disable_config_cmd =====
32882 <HTML>
32883 <HEAD>
32884 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32885 </HEAD>
32886 <BODY>
32887 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32889 If set, then the Setup/Config screen is disabled.
32891 <UL>   
32892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32893 </UL><P>
32894 &lt;End of help on this topic&gt;
32895 </BODY>
32896 </HTML>
32897 ====== h_config_allow_chg_from =====
32898 <HTML>
32899 <HEAD>
32900 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32901 </HEAD>
32902 <BODY>
32903 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32905 This feature affects Alpine's handling of the &quot;From:&quot; header field
32906 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32907 option.
32909 If this feature is set then the From line can be changed just like
32910 all the other header fields that can be changed.
32911 This feature defaults to <EM>ON</EM>.
32913 Even with this feature turned ON (the default) you will not be able 
32914 to change the From header unless you add it to your list of
32915 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32916 You may also want to change the
32917 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32918 if you want the From header to always show up in the composer without
32919 having to type the Rich Headers command first.
32921 Note that many sites restrict the use of this feature in order to
32922 reduce the chance of falsified addresses and misdirected mail.
32923 If you want to change the value of what gets included in the From header
32924 in messages you send
32925 look <A HREF="h_config_change_your_from">here</A> for a description.
32927 <UL>   
32928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32929 </UL><P>
32930 &lt;End of help on this topic&gt;
32931 </BODY>
32932 </HTML>
32933 ====== h_config_disable_collate =====
32934 <HTML>
32935 <HEAD>
32936 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32937 </HEAD>
32938 <BODY>
32939 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32941 This is a hard to understand feature that should only be used in rare cases.
32942 Normally, the C function call
32944 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32946 is used by Alpine.
32947 If you want to try turning it off,
32948 setting this feature will turn it off.
32949 This part of the locale has to do with the sort order
32950 of characters in your locale.
32952 <UL>   
32953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32954 </UL><P>
32955 &lt;End of help on this topic&gt;
32956 </BODY>
32957 </HTML>
32958 ====== h_config_quell_attach_extra_prompt =====
32959 <HTML>
32960 <HEAD>
32961 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32962 </HEAD>
32963 <BODY>
32964 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32966 By default, when you attempt to view an attachment externally
32967 from the &quot;Attachment View&quot; screen, you are asked if you
32968 really want to view the selected attachment.
32971 If this feature is set, you will <B>not</B> be prompted to confirm
32972 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32973 prompt. This feature was added for those wanting to preserve that
32974 behavior (along with 
32975 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32978 <UL>   
32979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32980 </UL><P>
32981 &lt;End of help on this topic&gt;
32982 </BODY>
32983 </HTML>
32984 ====== h_config_quell_attach_ext_warn =====
32985 <HTML>
32986 <HEAD>
32987 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32988 </HEAD>
32989 <BODY>
32990 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32993 This feature suppresses the extra warning you can get when trying
32994 to view an attachment for which there is no mime-type match.  Turning
32995 on this feature will just run the program according to extension
32996 instead of first warning the user that it will run according to the
32997 file's extension.
32999 This feature can be used along side 
33000 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33001 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33003 <UL>   
33004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33005 </UL><P>
33006 &lt;End of help on this topic&gt;
33007 </BODY>
33008 </HTML>
33009 ====== h_config_mailcap_params =====
33010 <HTML>
33011 <HEAD>
33012 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33013 </HEAD>
33014 <BODY>
33015 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33017 If set, this will allow mailcap named parameter substitution to occur
33018 in mailcap entries.
33019 By default, this is turned off to prevent security problems that may occur
33020 with some incorrect mailcap configurations.
33021 For more information, see RFC1524 and look for "named parameters" in the
33022 text of the RFC.
33024 <UL>   
33025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33026 </UL><P>
33027 &lt;End of help on this topic&gt;
33028 </BODY>
33029 </HTML>
33030 ====== h_config_disable_shared =====
33031 <HTML>
33032 <HEAD>
33033 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33034 </HEAD>
33035 <BODY>
33036 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33038 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33039 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33040 will be disabled.
33041 The reason this feature exists is because there are some implementations
33042 of system password lookup routines that are very slow when presented with
33043 a long loginname that does not exist.
33044 This feature could be set to prevent the delay at startup time when the
33045 names above are searched for in the password file.
33047 <UL>   
33048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33049 </UL><P>
33050 &lt;End of help on this topic&gt;
33051 </BODY>
33052 </HTML>
33053 ====== h_config_hide_nntp_path =====
33054 <HTML>
33055 <HEAD>
33056 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33057 </HEAD>
33058 <BODY>
33059 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33061 Normally the Path header that Alpine generates when posting to a newsgroup
33062 contains the name of the computer from which the message is being sent and
33063 the user name.
33064 Some believe that this information is used by spammers.
33065 If this feature is set, that information will be replaced with the text
33067 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33069 instead.
33071 It should be noted that many servers being connected to will still reveal
33072 the information that this feature attempts to protect.
33074 <UL>   
33075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33076 </UL><P>
33077 &lt;End of help on this topic&gt;
33078 </BODY>
33079 </HTML>
33080 ====== h_config_no_bezerk_zone =====
33081 <HTML>
33082 <HEAD>
33083 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33084 </HEAD>
33085 <BODY>
33086 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33088 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33089 (the line that begins with From <SPACE>).
33090 Some versions of Berkeley mail have trouble with this, and don't recognize
33091 the line as a message delimiter.
33092 If this feature is set, the timezone will be left off the delimiter line.
33094 <UL>   
33095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33096 </UL><P>
33097 &lt;End of help on this topic&gt;
33098 </BODY>
33099 </HTML>
33100 ====== h_config_quell_domain_warn =====
33101 <HTML>
33102 <HEAD>
33103 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33104 </HEAD>
33105 <BODY>
33106 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33108 When your configuration is set up so that your domain name contains no dots,
33109 it is usually a configuration error.
33110 By default, Alpine will warn you about this when you start it up.
33111 You will see a warning message that looks like
33114 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33117 If this feature is set, the warning is turned off.
33119 <UL>   
33120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33121 </UL><P>
33122 &lt;End of help on this topic&gt;
33123 </BODY>
33124 </HTML>
33125 ====== h_config_quell_imap_env =====
33126 <HTML>
33127 <HEAD>
33128 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33129 </HEAD>
33130 <BODY>
33131 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33133 In the MESSAGE INDEX screen, if the open folder is being accessed
33134 using IMAP, Alpine normally tries to paint the index lines on the screen
33135 as soon as the information arrives from the IMAP server.
33136 This means that the index information makes it onto the screen more quickly
33137 than it otherwise would.
33138 This sometimes results in behavior that bothers some users.
33139 For example, when paging to a new page of the index, it may be possible for
33140 the lines to be painted on the screen in a random order, rather than from
33141 top to bottom.
33144 Setting this feature causes Alpine to wait for all of the information
33145 to be gathered before it paints the index screen.
33146 Once it collects all of the information, the screen will be painted quickly
33147 from top to bottom.
33149 <UL>   
33150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33151 </UL><P>
33152 &lt;End of help on this topic&gt;
33153 </BODY>
33154 </HTML>
33155 ====== h_config_quell_news_env =====
33156 <HTML>
33157 <HEAD>
33158 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33159 </HEAD>
33160 <BODY>
33161 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33163 In the MESSAGE INDEX screen, if the open folder is being accessed
33164 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33165 as soon as the information arrives from the NNTP server.
33166 This means that the index information makes it onto the screen more quickly
33167 than it otherwise would.
33168 This sometimes results in behavior that bothers some users.
33169 For example, when paging to a new page of the index, it may be possible for
33170 the lines to be painted on the screen in a random order, rather than from
33171 top to bottom.
33174 Setting this feature causes Alpine to wait for all of the information
33175 to be gathered before it paints the index screen.
33176 Once it collects all of the information, the screen will be painted quickly
33177 from top to bottom.
33179 <UL>   
33180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33181 </UL><P>
33182 &lt;End of help on this topic&gt;
33183 </BODY>
33184 </HTML>
33185 ====== h_config_quell_content_id =====
33186 <HTML>
33187 <HEAD>
33188 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33189 </HEAD>
33190 <BODY>
33191 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33193 This feature changes the behavior of Alpine when sending messages.
33194 It is intended to work around a bug in Microsoft's Outlook XP mail user
33195 agent.
33196 As of this writing, Microsoft has acknowledged the bug but
33197 has not added it to the Knowledge Base.
33198 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33199 This particular bug has bug fix number OfficeQFE:4781.
33200 The nature of the bug is that messages with attachments that
33201 contain a Content-ID header (which standard Alpine attachments do)
33202 do not show the attachment indicator (a paperclip) when viewed with
33203 Outlook XP.
33204 So the user has no indication that the message contains an attachment.
33207 If this feature is set then Alpine will remove most Content-ID headers
33208 before sending a message.
33209 If an attachment is of type MESSAGE, then the existing Content-ID headers
33210 inside the message will be left intact.
33211 This would only happen with Alpine if a message was forwarded as an attachment
33212 or if a message with a message attached was forwarded.
33213 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33214 the Content-ID headers of the alternative parts will not be removed.
33217 Because the Content-ID header is a standard part of MIME it is possible
33218 that setting this feature will break something.
33219 For example, if an attachment has a Content-ID header that is necessary
33220 for the correct functioning of that attachment, it is possible that Alpine
33221 may remove that header when the attachment is forwarded.
33222 However, it seems fairly safe at this time.
33225 <UL>   
33226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33227 </UL><P>
33228 &lt;End of help on this topic&gt;
33229 </BODY>
33230 </HTML>
33231 ====== h_config_winpos_in_config =====
33232 <HTML>
33233 <HEAD>
33234 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33235 </HEAD>
33236 <BODY>
33237 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33239 PC-Alpine only.
33242 Normally, PC-Alpine will store its window size and position in the
33243 Windows Registry.
33244 This is convenient if you want to use the same remote
33245 configuration from more than one PC.
33246 If you use multiple configuration files to start PC-Alpine, you may want
33247 to store the window size and position in the configuration file instead
33248 of in the Registry.
33249 Setting this feature causes the value to be stored in 
33250 <A HREF="h_config_window_position">Window-Position</A>.
33253 <UL>   
33254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33255 </UL><P>
33256 &lt;End of help on this topic&gt;
33257 </BODY>
33258 </HTML>
33259 ====== h_config_quell_ssl_largeblocks =====
33260 <HTML>
33261 <HEAD>
33262 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33263 </HEAD>
33264 <BODY>
33265 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33267 PC-Alpine only.
33269 This feature changes the behavior of fetching messages
33270 and attachments so that the message data is fetched in chunks no larger
33271 than 12K bytes.
33272 This works around a bug in Microsoft's SSL/TLS support.
33273 Some versions of Microsoft SSL are not able to read full-sized (16K)
33274 SSL/TLS packets.
33275 Some servers will send such packets and this will
33276 cause PC-Alpine to crash with the error
33279 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33282 Microsoft is aware of the problem and has developed a hotfix for it, it is
33283 discussed in article 300562 in the Microsoft Knowledge Base.
33285 <UL>   
33286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33287 </UL><P>
33288 &lt;End of help on this topic&gt;
33289 </BODY>
33290 </HTML>
33291 ====== h_config_quell_partial =====
33292 <HTML>
33293 <HEAD>
33294 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33295 </HEAD>
33296 <BODY>
33297 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33299 Partial fetching is a feature of the IMAP protocol.
33300 By default, Alpine
33301 will use partial fetching when copying the contents of a message or attachment
33302 from the IMAP server to Alpine.
33303 This means that the fetch will be done in many
33304 small chunks instead of one big chunk. The main benefit of this approach is
33305 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33306 to stop the fetch early. In some cases partial fetching may cause a performance
33307 problem so that the fetching of data takes significantly longer when partial
33308 fetching is used. Turning on this feature will turn off partial fetching.
33310 <UL>   
33311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33312 </UL><P>
33313 &lt;End of help on this topic&gt;
33314 </BODY>
33315 </HTML>
33316 ====== h_config_quell_personal_name_prompt =====
33317 <HTML>
33318 <HEAD>
33319 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33320 </HEAD>
33321 <BODY>
33322 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33324 PC-Alpine only.  This feature quells the prompting for a 
33325 <A HREF="h_config_pers_name">personal name</A>.  This
33326 prompt normally happens before composing a message, and only happens when
33327 there is no personal name already set.
33329 <UL>   
33330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33331 </UL><P>
33332 &lt;End of help on this topic&gt;
33333 </BODY>
33334 </HTML>
33335 ====== h_config_quell_user_id_prompt =====
33336 <HTML>
33337 <HEAD>
33338 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33339 </HEAD>
33340 <BODY>
33341 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33343 PC-Alpine only.  This feature quells the prompting for a 
33344 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33345 if the information can be obtained from the login name used
33346 to open the INBOX.  Normally, this prompt happens before composing
33347 a message, and only happens when there is no user-id already set
33348 in the configuration.
33350 With this feature set, composing a message is only possible after
33351 establishing a connection to the INBOX.
33353 <UL>   
33354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33355 </UL><P>
33356 &lt;End of help on this topic&gt;
33357 </BODY>
33358 </HTML>
33359 ====== h_config_save_aggregates =====
33360 <HTML>
33361 <HEAD>
33362 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33363 </HEAD>
33364 <BODY>
33365 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33367 This feature will optimize an aggregate copy operation, if
33368 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33369 list of the messages to be copied.
33370 This feature is set by default.
33371 This may reduce network traffic and elapsed time for the Save.
33372 <EM>However, many IMAP servers (including the UW IMAP server) do
33373 not preserve the order of messages when this optimization is applied.</EM>
33374 If this feature is not set, 
33375 Alpine will copy each message individually and the order of the messages
33376 will be preserved.
33378 <UL>   
33379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33380 </UL><P>
33381 &lt;End of help on this topic&gt;
33382 </BODY>
33383 </HTML>
33384 ====== h_config_use_system_translation =====
33385 <HTML>
33386 <HEAD>
33387 <TITLE>FEATURE: Use System Translation</TITLE>
33388 </HEAD>
33389 <BODY>
33390 <H1>FEATURE: Use System Translation</H1>
33392 UNIX Alpine only.
33394 Alpine normally uses its own internal software to convert between the multi-byte
33395 representation of characters and the Unicode representation of those
33396 same characters.
33397 It converts from the multi-byte characters your keyboard produces to Unicode,
33398 and from Unicode to the multi-byte characters your display expects.
33399 Alpine also uses its own internal software to decide how much space on
33400 the screen a particular Unicode character will occupy.
33403 Setting this feature tells Alpine to use the system-supplied routines to
33404 perform these tasks instead.
33405 In particular there are three tasks and three system routines that will
33406 be used for these tasks.
33409 To convert from multi-byte to Unicode the routine
33412 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33415 is used.
33416 To convert from Unicode to multi-byte the routine
33419 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33422 is used.
33423 And to find the screen width a particular Unicode character will
33424 occupy the routine used is
33427 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33430 This feature has been only lightly tested.
33431 The internal routines should normally be used unless you run into
33432 a problem that you think may be solved by using the system routines.
33433 Note that your environment needs to be set up for these
33434 routines to work correctly.
33435 In particular, the LANG or LC_CTYPE variable in your environment will
33436 need to be set.
33439 <UL>   
33440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33441 </UL><P>
33442 &lt;End of help on this topic&gt;
33443 </BODY>
33444 </HTML>
33445 ====== h_config_suspend_spawns =====
33446 <HTML>
33447 <HEAD>
33448 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33449 </HEAD>
33450 <BODY>
33451 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33453 This feature affects Alpine's behavior when process suspension is enabled
33454 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33455 temporarily interact with the operating system command &quot;shell&quot; 
33456 without
33457 quitting Alpine, and then subsequently resume the still-active Alpine session.
33460 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33461 is set and subsequently the Ctrl-Z key
33462 is pressed, Alpine will normally suspend itself and return temporary control
33463 to Alpine's parent shell process.  However, if this feature is set, Alpine
33464 will instead create an inferior subshell process.  This is useful when the
33465 parent process is not intended to be used interactively.  Examples include
33466 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33467 or via a menu system.<P>
33469 Note that one typically resumes a suspended Alpine by entering the Unix
33470 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33471 enter the &quot;exit&quot; command instead.
33473 <UL>   
33474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33475 </UL><P>
33476 &lt;End of help on this topic&gt;
33477 </BODY>
33478 </HTML>
33479 ====== h_config_8bit_smtp =====
33480 <HTML>
33481 <HEAD>
33482 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33483 </HEAD>
33484 <BODY>
33485 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33487 This feature affects Alpine's behavior when sending mail.
33488 By default, this feature is set.
33489 Internet standards
33490 require that all electronic mail messages traversing the global Internet
33491 consist of 7bit ASCII characters unless a pair of cooperating mail 
33492 transfer agents explicitly agree to allow 8bit messages.  In general, 
33493 then, exchanging messages in non-ASCII characters requires MIME encoding.
33495 However, there are now Internet standards that allow for unencoded 8bit
33496 exchange of messages between cooperating systems.  When this feature is set
33497 Alpine will try to negotiate unencoded 8bit transmission during the
33498 sending process.  Should the negotiation fail, Alpine will fall back to its
33499 ordinary encoding rules. 
33501 Note, this feature relies on your system's mail transport agent or
33502 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33503 having the negotiation mechanism introduced in
33504 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33505 &quot;8BITMIME&quot;. 
33507 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33508 it is possible that this feature might cause problems for some servers. 
33509 <P><UL>
33510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33511 </UL>
33512 <P>&lt;End of help on this topic&gt;
33513 </BODY>
33514 </HTML>
33515 ====== h_config_8bit_nntp =====
33516 <HTML>
33517 <HEAD>
33518 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33519 </HEAD>
33520 <BODY>
33521 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33523 This feature affects Alpine's behavior when posting news.  
33527 The Internet standard for exchanging USENET news messages (RFC-1036)
33528 specifies that USENET messages should conform to Internet mail standards
33529 and contain only 7bit characters, but much of the news transport software
33530 in use today is capable of successfully sending messages containing 8bit
33531 characters.  Hence, many people believe that it is appropriate to send 8bit
33532 news messages without any MIME encoding.
33536 Moreover, there is no Internet standard for explicitly negotiating 8bit
33537 transfer, as there is for Internet email.  Therefore, Alpine provides the
33538 option of posting unencoded 8bit news messages, though not as the default.
33539 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33540 postings that contain 8bit characters. 
33544 Note, articles may cross a path or pass through news transport software
33545 that is unsafe or even hostile to 8bit characters.  At best this will only
33546 cause the posting to become garbled.  The safest way to transmit 8bit
33547 characters is to leave Alpine's MIME encoding turned on, but recipients
33548 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33549 messages.
33551 &lt;End of help on this topic&gt;
33552 </BODY>
33553 </HTML>
33554 ====== h_config_mark_for_cc =====
33555 <HTML>
33556 <HEAD>
33557 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33558 </HEAD>
33559 <BODY>
33560 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33562 This feature affects Alpine's MESSAGE INDEX display.
33563 By default, a '+' is displayed in the first column if the
33564 message is addressed directly to you.
33565 When this feature is set and the message is not addressed to you, then a
33566 '-' character is displayed if the message is instead Cc'd directly
33567 to you.
33570 <UL>   
33571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33572 </UL><P>
33573 &lt;End of help on this topic&gt;
33574 </BODY>
33575 </HTML>
33576 ====== h_config_tab_uses_unseen =====
33577 <HTML>
33578 <HEAD>
33579 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33580 </HEAD>
33581 <BODY>
33582 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33584 This feature affects Alpine's behavior when using the TAB
33585 <A HREF="h_common_nextnew">NextNew Command</A>
33586 to move from one folder to the next.
33587 Alpine's usual behavior is to search for folders
33588 with <EM>Recent</EM> messages in them.
33589 Recent messages are messages that have arrived since the last time the
33590 folder was opened.
33593 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33594 messages instead of Recent messages.
33595 Unseen messages remain Unseen until you view them (or flag then as Seen with
33596 the <A HREF="h_common_flag">Flag Command</A>).
33597 Setting this feature allows you to locate messages you have not read
33598 instead of only recently received messages.
33599 When this feature is set, the feature
33600 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33601 will have no effect, so the checking may be slower.
33604 Another reason why you might want to use this feature is that Alpine sometimes
33605 opens folders implicitly behind the scenes, and this clears the
33606 Recent status of all messages in the folder.
33607 One example where this happens is when Saving or filtering a
33608 message to another folder.
33609 If that message has some <A HREF="h_config_keywords">keywords</A>
33610 set, then because of some shortcomings
33611 in the IMAP specification, the best way to ensure that those keywords are
33612 still set in the saved copy of the message is to open the folder and
33613 set the keywords explicitly.
33614 Because this clears the Recent status of all messages in that folder the
33615 folder will not be found by the NextNew command unless this feature is set.
33618 &lt;End of help on this topic&gt;
33619 </BODY>
33620 </HTML>
33621 ====== h_config_tab_new_only =====
33622 <HTML>
33623 <HEAD>
33624 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33625 </HEAD>
33626 <BODY>
33627 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33629 This feature affects Alpine's behavior when using the TAB key to move from
33630 one message to the next.  Alpine's usual behavior is to select the next
33631 unread message or message flagged as "Important".
33635 Setting this feature causes Alpine to skip the messages flagged as important,
33636 and select unread messages exclusively.  Tab behavior when there are no
33637 new messages left to select remains unchanged.
33639 &lt;End of help on this topic&gt;
33640 </BODY>
33641 </HTML>
33642 ====== h_config_warn_if_subj_blank =====
33643 <HTML>
33644 <HEAD>
33645 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33646 </HEAD>
33647 <BODY>
33648 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33650 This feature affects Alpine's behavior when you send a message being
33651 composed.
33652 If this option is set, Alpine will check to see if the message about to be sent
33653 has a subject or not.
33654 If not, you will be asked if you want to send the message anyway.
33657 <UL>   
33658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33659 </UL><P>
33660 &lt;End of help on this topic&gt;
33661 </BODY>
33662 </HTML>
33663 ====== h_config_warn_if_fcc_blank =====
33664 <HTML>
33665 <HEAD>
33666 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33667 </HEAD>
33668 <BODY>
33669 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33671 This feature affects Alpine's behavior when you send a message being
33672 composed.
33673 If this option is set, Alpine will check to see if the message about to be sent
33674 has an Fcc or not.
33675 If not, you will be asked if you want to send the message anyway.
33678 <UL>   
33679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33680 </UL><P>
33681 &lt;End of help on this topic&gt;
33682 </BODY>
33683 </HTML>
33684 ====== h_config_warn_if_no_to_or_cc =====
33685 <HTML>
33686 <HEAD>
33687 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33688 </HEAD>
33689 <BODY>
33690 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33692 This feature affects Alpine's behavior when you send a message being
33693 composed.
33694 If this option is set, Alpine will check to see if the message about to be sent
33695 has either a To address, a Cc address, or a Newsgroup.
33696 If none of these is set,
33697 you will be asked if you want to send the message anyway.
33700 This feature is closely related to
33701 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33702 Alpine will normally ask if you want to copy a message only to the Fcc.
33703 This feature also applies to cases where there is a Bcc but still no To, Cc,
33704 or Newsgroup.
33705 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33706 message with only an Fcc, then you won't be asked about sending with
33707 a blank To and Cc and Newsgroups header even if this feature is set.
33708 Similarly, if you have already been asked if you want to send to the Fcc
33709 only and you have answered Yes, then you won't be asked again about sending with
33710 blank To, Cc, and Newsgroups headers even if this feature is set.
33713 <UL>   
33714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33715 </UL><P>
33716 &lt;End of help on this topic&gt;
33717 </BODY>
33718 </HTML>
33719 ====== h_config_quell_dead_letter =====
33720 <HTML>
33721 <HEAD>
33722 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33723 </HEAD>
33724 <BODY>
33725 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33727 This feature affects Alpine's behavior when you cancel a message being
33728 composed.  Alpine's usual behavior is to write the canceled message to
33729 a file named 
33730 <!--chtml if pinemode="os_windows"-->
33731 &quot;DEADLETR&quot;,
33732 <!--chtml else-->
33733 &quot;dead.letter&quot; in your home directory,
33734 <!--chtml endif-->
33735 overwriting any previous message. Under
33736 some conditions (some routine), this can introduce a noticeable delay.
33737 Setting this feature will cause Alpine NOT to write canceled compositions
33738 into the file.
33740 NOTE: Enabling this feature means NO record of canceled messages is
33741 maintained.
33743 This feature affects the newer option
33744 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33745 number of dead letter files to keep around.
33746 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33748 <UL>   
33749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33750 </UL><P>
33751 &lt;End of help on this topic&gt;
33752 </BODY>
33753 </HTML>
33754 ====== h_config_quell_beeps =====
33755 <HTML>
33756 <HEAD>
33757 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33758 </HEAD>
33759 <BODY>
33760 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33762 This feature affects Alpine's behavior when it displays status message
33763 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33764 will not affect the display of such messages, but will cause those that
33765 emit a beep to become silent.
33768 <UL>   
33769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33770 </UL><P>
33771 &lt;End of help on this topic&gt;
33772 </BODY>
33773 </HTML>
33774 ====== h_config_suppress_user_agent =====
33775 <HTML>
33776 <HEAD>
33777 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33778 </HEAD>
33779 <BODY>
33780 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33782 If this feature is set then Alpine will not generate a
33783 <CODE>User-Agent</CODE> header in outgoing messages.
33785 <UL>   
33786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33787 </UL><P>
33788 &lt;End of help on this topic&gt;
33789 </BODY>
33790 </HTML>
33791 ====== h_config_quell_lock_failure_warnings =====
33792 <HTML>
33793 <HEAD>
33794 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33795 </HEAD>
33796 <BODY>
33797 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33799 This feature affects Alpine's behavior when it encounters a problem
33800 acquiring a mail folder lock.  Typically, a secondary file associated
33801 with the mail folder being opened is created as part of the locking
33802 process.  On some systems, such file creation has been administratively
33803 precluded by the system configuration.
33805 Alpine issues a warning when such failures occur, which can become bothersome
33806 if the system is configured to disallow such actions.  Setting this
33807 feature causes Alpine to remain silent when this part of lock creation fails.
33809 WARNING: systems that have been configured in a way that precludes locking
33810 introduce some risk of mail folder corruption when more than one program
33811 attempts to modify the mail folder.  This is most likely to occur to one's
33812 INBOX or other incoming message folder. 
33814 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33816 <UL>   
33817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33818 </UL><P>
33819 &lt;End of help on this topic&gt;
33820 </BODY>
33821 </HTML>
33822 ====== h_config_enable_role_take ======
33823 <HTML>
33824 <HEAD>
33825 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33826 </HEAD>
33827 <BODY>
33828 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33830 Normally, the Take command takes addresses from a message and helps you
33831 put them into your Address Book.
33832 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33833 you may find it useful
33834 to be able to Take information from a message's headers and put it into
33835 a new Rule.
33836 When this feature is set, you will be given an extra prompt that gives
33837 you the choice to Take into the Address Book or Take into a rule.
33838 <P><UL>
33839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33840 </UL>
33842 &lt;End of help on this topic&gt;
33843 </BODY>
33844 </HTML>
33845 ====== h_config_enable_take_export ======
33846 <HTML>
33847 <HEAD>
33848 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33849 </HEAD>
33850 <BODY>
33851 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33853 Normally, the Take command takes addresses from a message and helps you
33854 put them into your Address Book.
33855 When this feature is set, you will be given an extra prompt that gives you
33856 the choice to Take addresses into a file instead of your Address
33857 Book.
33858 Only the user@domain_name part of the address is put in the file.
33859 <P><UL>
33860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33861 </UL>
33863 &lt;End of help on this topic&gt;
33864 </BODY>
33865 </HTML>
33866 ====== h_config_quell_folder_internal_msg ======
33867 <HTML>
33868 <HEAD>
33869 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33870 </HEAD>
33871 <BODY>
33872 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33874 This feature determines whether or not Alpine will create 
33875 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33876 MMDF format. <P> 
33878 Alpine will normally create these pseudo messages when they are not already
33879 present in a standard Unix or MMDF folder.  Their purpose is to record
33880 certain mailbox state data needed for correct IMAP and POP server
33881 operation, and also for Alpine to be able to mark messages as Answered when
33882 the Reply has been postponed.<P>
33884 Sites that do not use IMAP/POP for remote mail access, and that need to
33885 support mail tools that are adversely affected by the presence of the
33886 pseudo-messages (e.g. some mail notification tools) may enable this
33887 feature to tell Alpine not to create them.  Note that Alpine's 
33888 &quot;Answered&quot; flag
33889 capability will be adversely affected if this is done.<P>
33891 Note too that, even if this feature is enabled, Alpine will not remove
33892 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33893 or ipopd servers.) This feature has no effect on folders that are not in
33894 standard Unix or MMDF format, as pseudo-messages are not needed in the
33895 other formats to record mailbox state information.
33896 <P><UL>
33897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33898 </UL>
33900 &lt;End of help on this topic&gt;
33901 </BODY>
33902 </HTML>
33903 ====== h_config_mulnews_as_typed ======
33904 <HTML>
33905 <HEAD>
33906 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33907 </HEAD>
33908 <BODY>
33909 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33911 This feature will be of little use to most users.
33912 It has no effect unless the feature
33913 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33914 is set.
33916 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33917 then the setting of this feature may have an effect on the names of the
33918 newsrc files used.
33919 Normally, the name of the news server will be canonicalized before it is
33920 used in the newsrc file name.
33921 For example, if you type the news server name
33924 <CENTER><SAMP>servername</SAMP></CENTER>
33927 it is likely that the canonical name will be something like
33930 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33933 Or it may be the case that
33936 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33939 is really an alias (a DNS CNAME) for
33942 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33945 If this feature is not set, then the canonicalized names will be used.
33946 If this feature is set, then the name you typed in (or put in your
33947 configuration) will be used.
33949 <P><UL>
33950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33951 </UL>
33953 &lt;End of help on this topic&gt;
33954 </BODY>
33955 </HTML>
33956 ====== h_config_quell_empty_dirs ======
33957 <HTML>
33958 <HEAD>
33959 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33960 </HEAD>
33961 <BODY>
33962 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33964 This feature causes Alpine to remove from the display any directories
33965 that do not contain at least one file or directory.  This can be useful
33966 to prevent overly cluttered folder lists when a collection is stored on
33967 a server that treats all names as both a folder and a directory.
33970 Note, enabling this feature can cause surprising behavior!  For example,
33971 you can still use Add to create a directory, but unless you immediately
33972 enter that directory and create a folder, that newly created directory
33973 may not be displayed next time you enter the folder list.
33976 The description above is not quite correct.
33977 Only directories which potentially may hold messages are hidden if empty.
33978 That is, a directory which is really just a directory and is not selectable
33979 as a folder will not be hidden.
33980 Such directories can occur on servers that treat most names as both a folder
33981 and a directory.
33982 These directories are typically created implicitly when a folder is created
33983 inside a directory that does not yet exist.
33986 <UL>   
33987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33988 </UL><P>
33989 &lt;End of help on this topic&gt;
33990 </BODY>
33991 </HTML>
33992 ====== h_config_termcap_wins =====
33993 <HTML>
33994 <HEAD>
33995 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33996 </HEAD>
33997 <BODY>
33998 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34000 This feature may affect Alpine's low-level input routines.  Termcap (or
34001 terminfo, depending on how your copy of Alpine was compiled and linked)
34002 is the name of the database that describes terminal capabilities.  In
34003 particular, it describes the sequences of characters that various keys
34004 will emit.
34007 An example would be the Up Arrow key on the keyboard.  Up
34008 Arrow is not a distinct character on most Unix systems.  When you press
34009 the Up Arrow key a short sequence of characters are produced.  This
34010 sequence is supposed to be described in the termcap database by the
34011 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34012 are using terminfo instead of termcap).
34015 By default, Alpine defines some terminal
34016 escape sequences that are commonly used.  For example, the sequence
34017 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34018 &quot;ESC&nbsp;[&nbsp;A&quot;
34019 is also recognized as an Up Arrow key.  These are chosen because common
34020 terminals like VT100's or ANSI standard terminals produce these
34021 sequences when you press the Up Arrow key.
34024 If your system's termcap
34025 (terminfo) database assigns some other function to the sequence
34026 &quot;ESC&nbsp;O&nbsp;A&quot;
34027 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34028 database assigns a sequence that doesn't begin with an escape
34029 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34030 This usually works fine
34031 because most terminals emit the escape sequences that Alpine has defined
34032 by default.  We have also found that it is usually better to have these
34033 defaults take precedence over the definitions contained in the database
34034 because the defaults are more likely to be correct than the database.
34037 There are some terminals where this breaks down.  If you want Alpine to
34038 believe the definitions given in your termcap (terminfo) database in
34039 preference to the defaults the Alpine itself sets up, then you may turn
34040 this feature on.  Then, sequences of characters that are defined in
34041 both termcap (terminfo) and in Alpine's set of defaults will be
34042 interpreted the way that termcap (terminfo) says they should be
34043 interpreted.  Also, if your terminal capabilities database assigns a
34044 sequence that doesn't begin with escape, it will not be ignored.
34047 <UL>   
34048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34049 </UL><P>
34050 &lt;End of help on this topic&gt;
34051 </BODY>
34052 </HTML>
34053 ====== h_config_cruise_mode =====
34054 <HTML>
34055 <HEAD>
34056 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34057 </HEAD>
34058 <BODY>
34059 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34061 This feature affects Alpine's behavior when you hit the
34062 &quot;Space&nbsp;Bar&quot; at
34063 the end of a displayed message.  Typically, Alpine complains that the end
34064 of the text has already been reached.  Setting this feature causes such
34065 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34066 taking you to the next &quot;interesting&quot; message,
34067 or scanning ahead to the 
34068 next incoming folder with &quot;interesting&quot; messages.
34071 <UL>   
34072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34073 </UL><P>
34074 &lt;End of help on this topic&gt;
34075 </BODY>
34076 </HTML>
34077 ====== h_config_cruise_mode_delete =====
34078 <HTML>
34079 <HEAD>
34080 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34081 </HEAD>
34082 <BODY>
34083 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34085 This feature modifies the behavior of Alpine's 
34086 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34087 Setting this feature causes Alpine to implicitly delete read
34088 messages when it moves on to display the next &quot;interesting&quot; message.
34090 NOTE: Beware when enabling this feature AND the 
34091 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34092 feature.
34094 <UL>   
34095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34096 </UL><P>
34097 &lt;End of help on this topic&gt;
34098 </BODY>
34099 </HTML>
34100 ====== h_config_slash_coll_entire =====
34101 <HTML>
34102 <HEAD>
34103 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34104 </HEAD>
34105 <BODY>
34106 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34108 The slash (/) command is available from the MESSAGE INDEX screen when
34109 the folder is sorted by either Threads or OrderedSubject, and the
34110 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34111 is set to something other than &quot;none&quot;.
34112 Normally, the slash command Collapses or Expands the subthread that
34113 starts at the currently highlighted message, if any.
34114 If this option is set, then the slash command Collapses or Expands the
34115 <EM>entire</EM> current thread instead of just the subthread.
34116 The current thread is simply the top-level thread that contains the
34117 current message.
34120 <UL>   
34121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34122 </UL><P>
34123 &lt;End of help on this topic&gt;
34124 </BODY>
34125 </HTML>
34126 ====== h_config_color_thrd_import =====
34127 <HTML>
34128 <HEAD>
34129 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34130 </HEAD>
34131 <BODY>
34132 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34134 This option affects only the THREAD INDEX screen.
34135 Whether or not you ever see a THREAD INDEX screen depends on the setting
34136 of the configuration option
34137 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34138 and on the sort order of the index.
34141 If a message within a thread is flagged as Important
34142 and this option is set, then
34143 the entire line in the THREAD INDEX will be colored the color of the
34144 Index-important Symbol, which can be set using the
34145 <A HREF="h_color_setup">Setup Kolor</A> screen.
34148 <UL>   
34149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34150 </UL><P>
34151 &lt;End of help on this topic&gt;
34152 </BODY>
34153 </HTML>
34154 ====== h_config_allow_goto =====
34155 <HTML>
34156 <HEAD>        
34157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34158 </HEAD>
34159 <BODY>
34160 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34162 This feature modifies the behavior of Alpine's file browser.  Setting this
34163 feature causes Alpine to offer the "G Goto" command in the file browser.
34164 That is the default.
34168 The Goto command allows you to explicitly type in the desired directory.
34170 &lt;End of help on this topic&gt;
34171 </BODY></HTML>
34172 ====== h_config_add_ldap =====
34173 <HTML>
34174 <HEAD>
34175 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34176 </HEAD>
34177 <BODY>
34178 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34180 If both the Directory option
34181 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34182 and this feature are set,
34183 then when an implicit directory lookup is done from the
34184 composer you will automatically be prompted to add the result of the
34185 directory lookup to your address book.
34187 <UL>   
34188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34189 </UL><P>
34190 &lt;End of help on this topic&gt;
34191 </BODY>
34192 </HTML>
34193 ===== h_patterns_compat_behavior =====
34194 <HTML>
34195 <HEAD>
34196 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34197 </HEAD>
34198 <BODY>
34199 <H1>Rules Behavior Changes in Pine 4.50</H1>
34201 In Alpine, Rules that contain unrecognized elements
34202 are ignored.
34203 In most cases, the unrecognized elements will be something that was
34204 added as a new Rules feature in a later version of Alpine.
34205 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34206 ignore rules that contained unrecognized elements.
34207 For example, a new element of Rules that was added in Pine 4.50 is
34208 Age interval.
34209 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34210 all messages older than a week red.
34211 Now, if you run Pine 4.44 using that same configuration file, it will not
34212 recognize the Age interval and so will just ignore it.
34213 That means that all messages will match that rule so all messages will
34214 be colored red when using Pine version 4.44.
34217 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34218 However, since the behavior still exists in versions prior to Pine 4.50 and
34219 since Filtering is a potentially destructive operation, another measure
34220 was taken to attempt to avoid unintentional Filtering of messages.
34221 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34222 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34223 will be copied to a new Filters configuration variable
34224 with a different name (&quot;Patterns-Filters2&quot;).
34225 From then on, Alpine will continue to use the new
34226 variable.
34227 Of course, Pine version 4.44 or lower will continue to use the old
34228 variable.
34229 That means that if you are using Alpine
34230 and also using a version of Pine that is older than 4.50, they will not
34231 share the configuration information about Filters.
34232 If you make a change in one version you won't see it in the other version.
34235 Since Scoring can be used to trigger Filtering, the same thing has been
34236 done for Score rules.
34237 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34238 and the new name is (&quot;Patterns-Scores2&quot;).
34239 The same is not true of Role, Indexcolor, and Other rules that are
34240 thought to be less harmful when a mistake is made.
34243 &lt;End of help on this topic&gt;
34244 </BODY>
34245 </HTML>
34246 ======= h_config_filt_opts_sentdate =======
34247 <HTML>
34248 <HEAD>
34249 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34250 </HEAD>
34251 <BODY>
34252 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34254 By default, the Age interval of a Pattern uses a message's time of
34255 arrival to compute the age of the message.
34256 If this feature is set, the date in the message's Date header will
34257 be used instead.
34259 &lt;End of help on this topic&gt;
34260 </BODY>
34261 </HTML>
34262 ======= h_config_filt_opts_notdel =======
34263 <HTML>
34264 <HEAD>
34265 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34266 </HEAD>
34267 <BODY>
34268 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34270 If this option is set then a message will be moved into the
34271 specified folder only if it is not marked for deletion.
34272 This is useful if you have multiple Alpine sessions running
34273 simultaneously and you don't want messages to be filtered into a
34274 folder more than once.
34275 It is also useful if you want to filter
34276 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34277 This method is not foolproof.
34278 There may be cases where a message
34279 gets marked deleted and so it is never filtered into the folder.
34280 For example, if you deleted it in another Alpine session or another mail
34281 program that didn't use the filtering rule.
34283 This option has no effect if the Filter Action is not set to Move.
34285 &lt;End of help on this topic&gt;
34286 </BODY>
34287 </HTML>
34288 ======= h_config_filt_opts_nonterm =======
34289 <HTML>
34290 <HEAD>
34291 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34292 </HEAD>
34293 <BODY>
34294 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34296 If this option is set then this is a non-terminating rule.
34297 Usually, for each message, Alpine searches through the Filter Rules until
34298 a match is found and then it performs the action associated with that rule.
34299 Rules following the match are not considered.
34300 If this option is set then the search for matches will continue at the next
34301 rule.
34303 If a non-terminating rule matches then the actions associated with
34304 that rule, except for any implied deletion of the message, are performed
34305 before the match for the next rule is checked.
34306 For example, if the non-terminating rule sets the Important status, then that
34307 status will be set when the next rule is considered.
34308 However, if the non-terminating rule Moves the message, the message will
34309 actually be copied instead of copied and deleted so that it is still there
34310 for the next rule.
34311 A moved message is deleted after all the relevant rules have been checked.
34312 The name of the &quot;Move&quot; action is confusing in this case because
34313 a single message can be moved to more than one folder.
34314 It turns the Move into a Copy instead, but it is still followed by a deletion
34315 at the end.
34317 This option may be useful if you want to have a single message filtered to
34318 two different folders because it matches two different Patterns.
34319 For example, suppose you normally filter messages to a particular mailing
34320 list into one folder, and messages addressed directly to you into a second
34321 folder.
34322 If a message is sent to both you and the list (and you can tell that by
34323 looking at the headers of the message) this option may give you a convenient
34324 way to capture a copy to each folder.
34325 (It may also cause you to capture two copies to each folder,
34326 depending on whether your mail system delivers one or two copies of the
34327 message to you and on how the list works.)
34329 &lt;End of help on this topic&gt;
34330 </BODY>
34331 </HTML>
34332 ===== h_mainhelp_smime ======
34333 <HTML>
34334 <HEAD>
34335 <TITLE>S/MIME Overview</TITLE>
34336 </HEAD>
34337 <BODY>
34338 <H1>S/MIME Overview</H1>
34340 S/MIME is a standard for the public key encryption and signing of email.
34341 UNIX Alpine contains a basic implementation of S/MIME based on
34342 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34343 To check if this version of Alpine supports S/MIME look at
34344 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34345 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34347 Some limitations:
34348 <UL>
34349    <LI> There is no PC-Alpine implementation.
34350    <LI> There is no provision for checking for CRLs
34351         (Certificate Revocation Lists) in Alpine.
34352    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34353    <LI> There is no mechanism available for feeding either an entire incoming
34354         or an entire outgoing message to an external
34355         filter and using that external filter to do S/MIME or PGP processing.
34356    <LI> Because the implementation currently uses OpenSSL, there is only a very
34357         limited integration with the Mac OS Keychain (the storing and access of
34358         public certificates).
34359 </UL>
34361 The S/MIME configuration screen is reached by going to the Main Menu and typing
34362 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34365 <H2>S/MIME BASICS</H2>
34367 In order to digitally sign messages you send you must have a public/private key-pair.
34368 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34369 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34370 users or a company which provides certificates for its workers.
34371 These certificates are bound to an email address, so the identity being verified is the
34372 email address not a person's name.
34374 Mail is signed by using the sender's private key, which only the owner of the private key
34375 has access to.
34376 The signature is verified using the signer's public key, which anyone can
34377 have access to.
34378 With Alpine, the first time you receive a signed message the public key of the
34379 sender will be stored for future use.
34382 Mail is encrypted using the recipient's public key and decrypted by
34383 the recipient with their private key.
34386 You need a key of your own in order to sign outgoing messages and to have others
34387 encrypt messages sent to you.
34388 You do not need a key of your own to verify signed messages sent by others or to
34389 encrypt messages sent to others.
34391 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34393 By default UNIX Alpine stores the certificates it uses in a directory in your
34394 home directory.
34395 The directory name is
34397 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34399 Within that directory are three subdirectories.
34400 Each of the three subdirectories contains files with PEM-encoded contents,
34401 the default format for OpenSSL.
34402 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34403 The files within that directory have names that are email addresses with the
34404 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34405 An example filename is
34407 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34409 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34410 your private key.
34411 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34412 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34413 Authorities that you want to trust but that aren't contained in the set of system CAs.
34414 Those files may have arbitrary names as long as they end with the
34415 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34417 <H2>HOW TO SIGN AND ENCRYPT</H2>
34419 If you have a certificate you may sign outgoing messages.
34420 After typing the Ctrl-X command to send a message you will see the prompt
34422 <CENTER><SAMP>Send message?</SAMP></CENTER>
34424 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34425 Typing the &quot;G&quot; command will change the prompt to
34427 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34429 Typing the &quot;E&quot; command will change the prompt to
34431 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34433 You may even type both to get
34435 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34438 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34440 The reading of a signed message should not require any special action on
34441 your part.
34442 There should be an editorial addition at the start of the message which
34443 says either
34445 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34449 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34451 If an encrypted message is sent to you the encrypted text will not
34452 be shown.
34453 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34454 you are viewing the message) and supply your passphrase when asked.
34456 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34457 which gives you some information about the certificate used to sign or encrypt the message.
34459 <H2>MISCELLANEOUS</H2>
34461 If you have access to a private certificate in the PKCS12 format, which 
34462 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34463 use the following commands to generate private keys, public and certificate
34464 authorities certificates. In the examples below, we assume that the 
34465 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34466 that your email address is &quot;your@address.com&quot;.
34469 In order to create a private key use the command
34471 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34473 In order to create a public certificate use the command
34475 <CENTER><SAMP>
34476 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34477 </SAMP></CENTER>
34479 In order to create a certificate authority certificate use the command
34481 <CENTER><SAMP>
34482 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34483 </SAMP></CENTER>
34485 <P> If the previous command produces an empty file, it means that the 
34486 certificate authority was not included in the .p12 file, so you will have 
34487 to get it from some other sources. You will need these certificates, so 
34488 that you can validate correctly signatures.
34491 After you have exported these certificates and keys, you can  use the import 
34492 command in Alpine, from the S/MIME configuration screen,
34493 to import these certificates into Alpine. They will be available for use
34494 as soon as you import them.
34496 &lt;End of help on this topic&gt;
34497 </BODY>
34498 </HTML>
34499 ====== h_config_smime_pubcertdir =====
34500 <HTML>
34501 <HEAD>
34502 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34503 </HEAD>
34504 <BODY>
34505 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34507 UNIX Alpine only.
34509 If the option
34510 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34511 is set then this option will have no effect.
34513 Normally, Public Certificates for use with S/MIME will be stored in the directory
34514 which is the value of this option.
34515 Those certificates will be stored in PEM format, one certificate per file.
34516 The name of the file for the certificate corresponding to
34518 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34520 should be
34522 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34524 For example, a file for user@example.com would be in the file
34526 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34528 in this directory.
34530 Use the Setup/SMIME screen to modify this variable.
34532 Typically, the public certificates that you have will come from S/MIME signed
34533 messages that are sent to you.
34534 Alpine will extract the public certificate from the signed message and store
34535 it in the certificates directory.
34536 These PEM format public certificates look something like:
34537 <PRE>
34538 -----BEGIN CERTIFICATE-----
34539 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34540 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34541 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34543 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34544 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34545 -----END CERTIFICATE-----
34546 </PRE>
34548 <UL>   
34549 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34550 </UL><P>
34552 <UL>   
34553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34554 </UL><P>
34555 &lt;End of help on this topic&gt;
34556 </BODY>
34557 </HTML>
34558 ====== h_config_smime_pubcertcon =====
34559 <HTML>
34560 <HEAD>
34561 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34562 </HEAD>
34563 <BODY>
34564 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34566 UNIX Alpine only.
34568 If this option is set it will be used instead of
34569 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34571 This option gives you a way to store certificates remotely on an IMAP server
34572 instead of storing the certificates one per file locally.
34573 In order to do that you just give this option a remote folder name for a folder
34574 which does not yet exist.
34575 The name is similar to the name you might use for a remote configuration file.
34576 A remote folder name might look something like:
34578 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34581 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34582 about the syntax of folder names.
34584 Use the Setup/SMIME screen to modify this variable.
34586 <UL>   
34587 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34588 </UL><P>
34590 <UL>   
34591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34592 </UL><P>
34593 &lt;End of help on this topic&gt;
34594 </BODY>
34595 </HTML>
34596 ====== h_config_smime_privkeydir =====
34597 <HTML>
34598 <HEAD>
34599 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34600 </HEAD>
34601 <BODY>
34602 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34604 UNIX Alpine only.
34606 In order to sign outgoing S/MIME messages you will need a
34607 personal digital ID certificate.
34608 You will usually get such a certificate from a certificate authority such as
34609 Thawte or CAcert.
34610 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34611 need the public certificate of the recipient instead.)
34612 If the option
34613 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34614 is set then this option will have no effect.
34616 Normally, Private Keys for use with S/MIME will be stored in the directory
34617 which is the value of this option.
34618 Those certificates will be stored in PEM format, one certificate per file.
34619 The name of the file for the certificate corresponding to your
34621 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34623 should be
34625 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34627 For example, if your address is user@example.com the name of the file would be
34629 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34631 in this directory.
34633 Use the Setup/SMIME screen to modify this variable.
34635 Typically, the private key that you have will come from a Certificate
34636 Authority.
34637 The private key should be stored in a PEM format file that
34638 looks something like:
34639 <PRE>
34640 -----BEGIN RSA PRIVATE KEY-----
34641 Proc-Type: 4,ENCRYPTED
34642 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34644 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34645 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34646 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34648 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34649 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34650 -----END RSA PRIVATE KEY-----
34651 </PRE>
34653 <UL>   
34654 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34655 </UL><P>
34657 <UL>   
34658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34659 </UL><P>
34660 &lt;End of help on this topic&gt;
34661 </BODY>
34662 </HTML>
34663 ====== h_config_smime_privkeycon =====
34664 <HTML>
34665 <HEAD>
34666 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34667 </HEAD>
34668 <BODY>
34669 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34671 UNIX Alpine only.
34673 If this option is set it will be used instead of
34674 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34676 This option gives you a way to store keys remotely on an IMAP server
34677 instead of storing the keys one per file locally.
34678 In order to do that you just give this option a remote folder name for a folder
34679 which does not yet exist.
34680 The name is similar to the name you might use for a remote configuration file.
34681 A remote folder name might look something like:
34683 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34686 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34687 about the syntax of folder names.
34689 Use the Setup/SMIME screen to modify this variable.
34691 <UL>   
34692 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34693 </UL><P>
34695 <UL>   
34696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34697 </UL><P>
34698 &lt;End of help on this topic&gt;
34699 </BODY>
34700 </HTML>
34701 ====== h_config_smime_cacertdir =====
34702 <HTML>
34703 <HEAD>
34704 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34705 </HEAD>
34706 <BODY>
34707 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34709 UNIX Alpine only.
34711 If the option
34712 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34713 is set then this option will have no effect.
34715 CACert is a shorthand name for certification authority certificate.
34716 Normally Alpine will use the CACerts that are located in the standard system
34717 location for CACerts.
34718 It may be the case that one of your correspondents has a Digital ID which has
34719 been signed by a certificate authority that is not in the regular set of system certificate
34720 authorities.
34721 You may supplement the system list by adding further certificates of your own.
34722 These should  be stored in the directory
34723 which is the value of this option.
34724 The certificates will be stored in PEM format, one certificate per file.
34725 The names of the files can be anything ending in &quot;.crt&quot;.
34727 Use the Setup/SMIME screen to modify this variable.
34729 These PEM format CA certificates look very similar to your public
34730 certificates for particular email addresses
34731 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34733 <UL>   
34734 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34735 </UL><P>
34737 <UL>   
34738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34739 </UL><P>
34740 &lt;End of help on this topic&gt;
34741 </BODY>
34742 </HTML>
34743 ====== h_config_smime_cacertcon =====
34744 <HTML>
34745 <HEAD>
34746 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34747 </HEAD>
34748 <BODY>
34749 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34751 UNIX Alpine only.
34753 If this option is set it will be used instead of
34754 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34756 This option gives you a way to store certificates remotely on an IMAP server
34757 instead of storing the certificates one per file locally.
34758 In order to do that you just give this option a remote folder name for a folder
34759 which does not yet exist.
34760 The name is similar to the name you might use for a remote configuration file.
34761 A remote folder name might look something like:
34763 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34766 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34767 about the syntax of folder names.
34769 Use the Setup/SMIME screen to modify this variable.
34771 <UL>   
34772 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34773 </UL><P>
34775 <UL>   
34776 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34777 </UL><P>
34778 &lt;End of help on this topic&gt;
34779 </BODY>
34780 </HTML>
34781 ========== h_config_smime_sign_by_default ==========
34782 <HTML>
34783 <HEAD>
34784 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34785 </HEAD>
34786 <BODY>
34787 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34789 UNIX Alpine only.
34791 This feature only has an effect if your version of Alpine includes
34792 support for S/MIME.
34793 It affects Alpine's behavior when you send a message.
34794 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34796 Only the default value is affected.
34797 In any case, you may still toggle the Signing option on or off before sending
34798 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34799 certificate).
34801 <UL>   
34802 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34803 </UL><P>
34806 <UL>   
34807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34808 </UL><P>
34809 &lt;End of help on this topic&gt;
34810 </BODY>
34811 </HTML>
34812 ========== h_config_smime_use_cert_store ==========
34813 <HTML>
34814 <HEAD>
34815 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34816 </HEAD>
34817 <BODY>
34818 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34820 UNIX Alpine only.
34822 This feature only has an effect if your version of Alpine includes
34823 support for S/MIME.
34824 It affects Alpine's behavior when you validate a message, and should
34825 not be disabled, unless you are performing a test.
34827 There are two important aspects of validation: validation of the message
34828 (that is, the message was not modified after it was sent) 
34829 as well as validation of the identity of the sender. This option has to 
34830 do with the latter. 
34832 In order to validate that the message came from the sender in the message
34833 and not an impersonator, Alpine can 
34834 either use the certificates that come in the message, or the ones that 
34835 you have personally stored. If this feature is enabled (the default) then 
34836 Alpine will use certificates that you have already saved in your store 
34837 and not those that come in the message to validate the sender of the 
34838 message. This behavior helps you prevent against impersonation, because 
34839 it is assumed that you trust the certificates that you have saved, and 
34840 might not trust those that came with the message that you are validating.
34842 <UL>   
34843 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34844 </UL><P>
34847 <UL>   
34848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34849 </UL><P>
34850 &lt;End of help on this topic&gt;
34851 </BODY>
34852 </HTML>
34853 ========== h_config_smime_pubcerts_in_keychain ==========
34854 <HTML>
34855 <HEAD>
34856 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34857 </HEAD>
34858 <BODY>
34859 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34861 UNIX Alpine only.
34863 If this feature is set the Mac OS X default keychain will be used as the place
34864 to store public certificates instead of a
34865 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34866 or a
34867 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34869 <UL>   
34870 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34871 </UL><P>
34873 <UL>   
34874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34875 </UL><P>
34876 &lt;End of help on this topic&gt;
34877 </BODY>
34878 </HTML>
34879 ========== h_config_smime_dont_do_smime ==========
34880 <HTML>
34881 <HEAD>
34882 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34883 </HEAD>
34884 <BODY>
34885 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34887 UNIX Alpine only.
34889 Setting this feature turns off all of Alpine's S/MIME support.
34890 You might want to set this if you are having trouble due to the S/MIME support.
34892 <UL>   
34893 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34894 </UL><P>
34897 <UL>   
34898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34899 </UL><P>
34900 &lt;End of help on this topic&gt;
34901 </BODY>
34902 </HTML>
34903 ========== h_config_smime_encrypt_by_default ==========
34904 <HTML>
34905 <HEAD>
34906 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34907 </HEAD>
34908 <BODY>
34909 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34911 UNIX Alpine only.
34913 This feature only has an effect if your version of Alpine includes
34914 support for S/MIME.
34915 It affects Alpine's behavior when you send a message.
34916 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34918 Only the default value is affected.
34919 In any case, you may still toggle the Encrypt option on or off before sending
34920 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34921 for the recipient).
34923 <UL>   
34924 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34925 </UL><P>
34928 <UL>   
34929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34930 </UL><P>
34931 &lt;End of help on this topic&gt;
34932 </BODY>
34933 </HTML>
34934 ========== h_config_smime_remember_passphrase ==========
34935 <HTML>
34936 <HEAD>
34937 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34938 </HEAD>
34939 <BODY>
34940 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34942 UNIX Alpine only.
34944 This feature only has an effect if your version of Alpine includes
34945 support for S/MIME.
34946 If this option is set, you will only have to enter your passphrase for your private key
34947 once during an Alpine session.
34949 <UL>   
34950 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34951 </UL><P>
34954 <UL>   
34955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34956 </UL><P>
34957 &lt;End of help on this topic&gt;
34958 </BODY>
34959 </HTML>
34960 ====== h_config_smime_transfer_pub_to_con =====
34961 <HTML>
34962 <HEAD>
34963 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34964 </HEAD>
34965 <BODY>
34966 <H1>S/MIME: Transfer Public Certs to Container</H1>
34968 UNIX Alpine only.
34970 The Transfer command will copy the public certificates in your configured
34971 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34972 to the container in your configured
34973 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34974 This might be useful if you decide to switch from using a cert directory to a cert
34975 container.
34977 Warning: Any previous contents in the container will be lost.
34979 <UL>   
34980 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34981 </UL><P>
34983 <UL>   
34984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34985 </UL><P>
34986 &lt;End of help on this topic&gt;
34987 </BODY>
34988 </HTML>
34989 ====== h_config_smime_transfer_pub_to_dir =====
34990 <HTML>
34991 <HEAD>
34992 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34993 </HEAD>
34994 <BODY>
34995 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34997 UNIX Alpine only.
34999 The Transfer command will copy the public certificates in your configured
35000 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35001 to the directory in your configured
35002 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35003 This might be useful if you decide to switch from using a cert container to a cert
35004 directory.
35006 <UL>   
35007 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35008 </UL><P>
35010 <UL>   
35011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35012 </UL><P>
35013 &lt;End of help on this topic&gt;
35014 </BODY>
35015 </HTML>
35016 ====== h_config_smime_transfer_priv_to_con =====
35017 <HTML>
35018 <HEAD>
35019 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35020 </HEAD>
35021 <BODY>
35022 <H1>S/MIME: Transfer Private Keys to Container</H1>
35024 UNIX Alpine only.
35026 The Transfer command will copy the private keys in your configured
35027 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35028 to the container in your configured
35029 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35030 This might be useful if you decide to switch from using a key directory to a key
35031 container.
35033 Warning: Any previous contents in the container will be lost.
35035 <UL>   
35036 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35037 </UL><P>
35039 <UL>   
35040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35041 </UL><P>
35042 &lt;End of help on this topic&gt;
35043 </BODY>
35044 </HTML>
35045 ====== h_config_smime_transfer_priv_to_dir =====
35046 <HTML>
35047 <HEAD>
35048 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35049 </HEAD>
35050 <BODY>
35051 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35053 UNIX Alpine only.
35055 The Transfer command will copy the private keys in your configured
35056 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35057 to the directory in your configured
35058 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35059 This might be useful if you decide to switch from using a key container to a key
35060 directory.
35062 <UL>   
35063 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35064 </UL><P>
35066 <UL>   
35067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35068 </UL><P>
35069 &lt;End of help on this topic&gt;
35070 </BODY>
35071 </HTML>
35072 ====== h_config_smime_transfer_cacert_to_con =====
35073 <HTML>
35074 <HEAD>
35075 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35076 </HEAD>
35077 <BODY>
35078 <H1>S/MIME: Transfer CA Certs to Container</H1>
35080 UNIX Alpine only.
35082 The Transfer command will copy the CA certificates in your configured
35083 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35084 to the container in your configured
35085 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35086 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35087 container.
35089 Warning: Any previous contents in the container will be lost.
35091 <UL>   
35092 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35093 </UL><P>
35095 <UL>   
35096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35097 </UL><P>
35098 &lt;End of help on this topic&gt;
35099 </BODY>
35100 </HTML>
35101 ====== h_config_smime_transfer_cacert_to_dir =====
35102 <HTML>
35103 <HEAD>
35104 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35105 </HEAD>
35106 <BODY>
35107 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35109 UNIX Alpine only.
35111 The Transfer command will copy the CA certificates in your configured
35112 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35113 to the directory in your configured
35114 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35115 This might be useful if you decide to switch from using a CA cert container to a CA cert
35116 directory.
35118 <UL>   
35119 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35120 </UL><P>
35122 <UL>   
35123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35124 </UL><P>
35125 &lt;End of help on this topic&gt;
35126 </BODY>
35127 </HTML>
35128 ====== h_config_smime_transfer_pubcon_to_key =====
35129 <HTML>
35130 <HEAD>
35131 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35132 </HEAD>
35133 <BODY>
35134 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35136 Mac OS X Alpine only.
35138 The Transfer command will copy the public certificates in your configured
35139 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35140 to your default Mac OS X Keychain.
35141 This might be useful if you decide to switch from using a cert container to using
35142 the Keychain to store your public certs, which you may do by using the
35143 feature
35144 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35146 <UL>   
35147 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35148 </UL><P>
35150 <UL>   
35151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35152 </UL><P>
35153 &lt;End of help on this topic&gt;
35154 </BODY>
35155 </HTML>
35156 ====== h_config_smime_transfer_pubkey_to_con =====
35157 <HTML>
35158 <HEAD>
35159 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35160 </HEAD>
35161 <BODY>
35162 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35164 UNIX Alpine only.
35166 The Transfer command will copy the public certificates in your configured
35167 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35168 to your default Mac OS X Keychain.
35169 This might be useful if you decide to switch from using a cert container to using
35170 the Keychain to store your public certs.
35172 <UL>   
35173 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35174 </UL><P>
35176 <UL>   
35177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35178 </UL><P>
35179 &lt;End of help on this topic&gt;
35180 </BODY>
35181 </HTML>
35182 ====== h_config_smime_public_certificates =====
35183 <HTML>
35184 <HEAD>
35185 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35186 </HEAD>
35187 <BODY>
35188 <H1>S/MIME: Manage Public Certificates</H1>
35190 UNIX Alpine only.
35192 This menu item allows you to manage your public certificates, this
35193 may include your own public certificate, but it normally includes
35194 certificates of people you correspond with. These certificates are
35195 saved by Alpine automatically when they are found in signed messages
35196 that you receive. This interface allows you to manage them, by
35197 giving you the option to delete them, or trust them (in the case
35198 of self-signed certificates).
35201 Please note that Alpine will not validate a message that was sent to you
35202 using a self-signed certificate, unless you decide to trust that certificate.
35203 Internally, a certificate is trusted by copying it to the
35204 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35205 collection. If you decide that you want to stop trusting a self-signed
35206 certificate, you must delete such certificate from such collection.
35208 The <B>I</B> Import command available in this screen allows you to 
35209 import a command to this collection.
35211 <UL>   
35212 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35213 </UL><P>
35215 <UL>   
35216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35217 </UL><P>
35218 &lt;End of help on this topic&gt;
35219 </BODY>
35220 </HTML>
35221 ====== h_config_smime_private_keys =====
35222 <HTML>
35223 <HEAD>
35224 <TITLE>S/MIME: Manage Private Keys</TITLE>
35225 </HEAD>
35226 <BODY>
35227 <H1>S/MIME: Manage Private Keys</H1>
35229 UNIX Alpine only.
35231 This option allows you to manage your private key. Normally a person has only
35232 one key, in the same way that a person only has one valid passport, or ID card,
35233 at any given time. This option allows you to manage private keys. You can
35234 delete them or import them. Additionally, you can view information
35235 about your public certificate, such as the issuer and the dates of validity
35236 of such certificate, among others.
35239 If you have more than one e-mail address for which you want to use the 
35240 same private key, you must add all those addresses to the private key at 
35241 the moment that the key is generated. When you receive a signed message using 
35242 a key generated for several e-mail addresses, Alpine will save a 
35243 certificate for each e-mail address included in such certificate.
35245 The <B>I</B> Import command available in this screen allows you to 
35246 import a command to this collection.
35248 <UL>   
35249 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35250 </UL><P>
35252 <UL>   
35253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35254 </UL><P>
35255 &lt;End of help on this topic&gt;
35256 </BODY>
35257 </HTML>
35258 ====== h_config_smime_certificate_authorities =====
35259 <HTML>
35260 <HEAD>
35261 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35262 </HEAD>
35263 <BODY>
35264 <H1>S/MIME: Manage Certificate Authorities</H1>
35266 UNIX Alpine only.
35268 This collection contains certificates that are needed to validate the 
35269 certificate of another person, and therefore contains certificates that 
35270 you trust. Typically a certificate is signed by another entity, called a 
35271 certificate authority. This option allows you to manage which certificates 
35272 you trust, allowing you to import them and to delete them or view information
35273 about each certificate, such as the issuer and the dates of validity
35274 of such certificate.
35276 The <B>I</B> Import command available in this screen allows you to 
35277 import a command to this collection.
35279 <UL>   
35280 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35281 </UL><P>
35283 <UL>   
35284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35285 </UL><P>
35286 &lt;End of help on this topic&gt;
35287 </BODY>
35288 </HTML>
35289 ====== h_certificate_information =====
35290 <HTML>
35291 <HEAD>
35292 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35293 </HEAD>
35294 <BODY>
35295 <H1>S/MIME: Certificate Information Screen</H1>
35297 UNIX Alpine only.
35299 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35300 such as its owner, e-mail address, issuer, and interval of validity, 
35301 among others.
35303 In the case of public certificates, this screen shows you if there was a
35304 failure when attempting to validate such message. If the certificate is
35305 self-signed, then the <B>T</B> Trust command will be available, which
35306 you can use to trust such certificate and make Alpine not fail validating 
35307 signatures signed with such certificate.
35309 You can also mark a certificate deleted, with the <B>D</B> command, or 
35310 remove the deleted mark with the <B>U</B> undelete command.
35312 In the case of your private key, Alpine shows you the information
35313 from your public key. Additionally, Alpine allows you to see public
35314 and private information about your key, with the <B>B</B> and
35315 <B>R</B> commands respectively.
35316 <UL>   
35317 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35318 </UL><P>
35320 <UL>   
35321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35322 </UL><P>
35323 &lt;End of help on this topic&gt;
35324 </BODY>
35325 </HTML>
35326 ====== h_config_smime_manage_public_menu =====
35327 <HTML>
35328 <HEAD>
35329 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35330 </HEAD>
35331 <BODY>
35332 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35334 UNIX Alpine only.
35336 This screen allows you to manage your public certificates. 
35338 The format of this screen is as follows. There are five fields: The 
35339 leftmost field is normally empty, but it could contain the letter 
35340 &quot;D&quot; to indicate that that certificate has been marked for 
35341 deletion. The next field is the e-mail address of the owner of the 
35342 certificate, shown in its entirety. The third and fourth field are the 
35343 first and last day validity for that certificate, respectively. The date
35344 is displayed in the user's locale unless the option 
35345 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35346 is set. In this case, the month, day and year are represented by two
35347 digits, and the format used is mm/dd/yy. Finally, the fifth 
35348 field is what can be displayed of the MD5 hash of the certificate. You can 
35349 use any of the last three fields to distinguish between two certificates 
35350 for the same owner.
35352 Available commands in this screen and a short description of what they 
35353 do follows.
35354 <UL>
35355 <LI> <B>I</B> Imports a public certificate to this collection.
35356 <LI> <B>V</B> View information about a certificate such as the name of the person the
35357 certificate was issued to, its dates of validity, and validity status.
35358 <LI> <B>D</B> Marks a certificate deleted.
35359 <LI> <B>U</B> Removes the deletion mark on a certificate.
35360 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35361 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35362 trust a certificate by copying it to the collection of trusted certificates.
35363 </UL>
35365 All commands provide feedback to let you know about their success or failure.
35367 <UL>   
35368 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35369 </UL><P>
35371 <UL>   
35372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35373 </UL><P>
35374 &lt;End of help on this topic&gt;
35375 </BODY>
35376 </HTML>
35377 ====== h_config_smime_manage_private_menu =====
35378 <HTML>
35379 <HEAD>
35380 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35381 </HEAD>
35382 <BODY>
35383 <H1>S/MIME: Commands that Manage Private Keys</H1>
35385 UNIX Alpine only.
35387 This screen allows you to manage your private key.
35389 The format of this screen is as follows. There are five fields: The 
35390 leftmost field is normally empty, but it could contain the letter 
35391 &quot;D&quot; to indicate that that certificate has been marked for 
35392 deletion. The next field is the e-mail address of the owner of the 
35393 certificate, shown in its entirety. The third field is the first day of 
35394 validity for that certificate; the fourth field in the last day that that 
35395 certificate is valid, and the fifth field is what can be displayed of the 
35396 MD5 hash of the public certificate corresponding to this private key. You 
35397 can use any of the last three fields to distinguish between two 
35398 certificates for the same owner.
35400 Available commands and a short description of what they do follows.
35401 <UL>
35402 <LI> <B>I</B> Imports a new public key to this collection.
35403 <LI> <B>V</B> View information about the public certificate corresponding to this
35404 key.
35405 <LI> <B>D</B> Marks a key to be deleted.
35406 <LI> <B>U</B> Removes the deletion mark on a key.
35407 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35408 Note that expunging a private key does not remove the public key, which must
35409 be removed separately.
35410 </UL>
35412 All commands provide feedback to let you know about their success or failure.
35414 <UL>   
35415 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35416 </UL><P>
35418 <UL>   
35419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35420 </UL><P>
35421 &lt;End of help on this topic&gt;
35422 </BODY>
35423 </HTML>
35424 ====== h_config_smime_manage_cacerts_menu =====
35425 <HTML>
35426 <HEAD>
35427 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35428 </HEAD>
35429 <BODY>
35430 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35432 UNIX Alpine only.
35434 This screen allows you to manage your collection of certificates that you
35435 trust. 
35437 The format of this screen is as follows. There are five fields: The 
35438 leftmost field is normally empty, but it could contain the letter 
35439 &quot;D&quot; to indicate that that certificate has been marked for 
35440 deletion. The next field is the e-mail address of the owner of the 
35441 certificate, shown in its entirety. The third field is the first day of 
35442 validity for that certificate; the fourth field in the last day that that 
35443 certificate is valid, and the fifth field is what can be displayed of the 
35444 MD5 hash of the certificate. You can use any of the last three fields to 
35445 distinguish between two certificates for the same owner.
35447 Available commands and a short description of what they do follows.
35448 <UL>
35449 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35450 done by reading the certificate and validating it. Once a certificate
35451 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35452 to the certificate, if necessary.
35453 <LI> <B>V</B> View information about this certificate, such as its issuer 
35454 and validity dates.
35455 <LI> <B>D</B> Marks a certificate to be deleted.
35456 <LI> <B>U</B> Removes the deletion mark on a certificate.
35457 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35458 </UL>
35460 All commands provide feedback to let you know about their success or failure.
35462 <UL>
35463 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35464 </UL><P>
35466 <UL>   
35467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35468 </UL><P>
35469 &lt;End of help on this topic&gt;
35470 </BODY>
35471 </HTML>
35472 ====== h_config_lame_list_mode =====
35473 <HTML>
35474 <HEAD>
35475 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35476 </HEAD>
35477 <BODY>
35478 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35480 This feature modifies the method Alpine uses to ask your IMAP
35481 server for folder names to display in the FOLDER LIST screen.
35482 It is intended to compensate for a small set of IMAP servers that
35483 are programmed to ignore a part of the request, and thus respond
35484 to Alpine's query with nonsensical results.
35487 If you find that Alpine is erroneously displaying blank folder lists,
35488 try enabling this feature.
35491 NOTE: Enabling this feature has consequences for the Goto and Save
35492 commands.  Many servers allow access to folders outside the area
35493 reserved for your personal folders via some reserved character,
35494 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35495 allows, at the Goto and Save prompts, quick access to folders
35496 outside your personal folder collection without requiring a specific
35497 collection definition.  This behavior will generally not be available
35498 when this feature is enabled.
35501 <UL>   
35502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35503 </UL><P>
35504 &lt;End of help on this topic&gt;
35505 </BODY>
35506 </HTML>
35507 ====== h_config_enable_mulnewsrcs =====
35508 <HTML>
35509 <HEAD>
35510 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35511 </HEAD>
35512 <BODY>
35513 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35515 This feature makes it so Alpine can use multiple newsrcs based on
35516 the news server being connected to, which allows for separate lists
35517 of subscribed-to newsgroups. When this feature is not set, there is only
35518 one list of newsgroups.
35520 Under this feature, the name of a newsrc is based on the news server.
35521 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35522 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35523 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35524 Setting this feature for the first time will allow for the option of using
35525 your old newsrc the next time you read news.
35527 If this feature is set, then the feature
35528 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35529 also may affect the name of the newsrc file that is used.
35531 <UL>   
35532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35533 </UL><P>
35534 &lt;End of help on this topic&gt;
35535 </BODY>
35536 </HTML>
35537 ======= h_ab_export_vcard =======
35538 <HTML>
35539 <HEAD>
35540 <TITLE>Address Book Export Format</TITLE>
35541 </HEAD>
35542 <BODY>
35543 <H1>Address Book Export Format</H1>
35545 You are exporting address book data from Alpine to a file outside of Alpine.
35546 You are being asked to choose the format of the export.
35547 Here are the choices:
35549 <DL>
35550 <DT><EM>A</EM>ddress List</DT>
35551 <DD>
35552 The addresses from the address book entries you are saving
35553 from will be saved one address per line.
35554 Address book lists (those with more than one address) will have
35555 all of their addresses saved separately.
35556 </DD>
35558 <DT><EM>V</EM>Card</DT>
35559 <DD>
35560 The entries will be saved in
35561 <A HREF="h_whatis_vcard">vCard</A> format.
35562 </DD>
35564 <DT><EM>T</EM>ab Separated</DT>
35565 <DD>
35566 The entries will be saved in tab-separated columns.
35567 There will be just 4 columns of data that correspond to Alpine's
35568 Nickname field, Full Name field, Address field, and Comment field.
35569 It might prove useful to Select only the Simple, non-List address book
35570 entries before Saving.
35571 </DD>
35573 <DT><EM>^C</EM> Cancel</DT>
35574 <DD>
35575 Cancel out of the Save.
35576 </DD>
35578 </DL>
35582 &lt;End of help on this topic&gt;
35583 </BODY>
35584 </HTML>
35585 ====== h_config_predict_nntp_server =====
35586 <HTML>
35587 <HEAD>
35588 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35589 </HEAD>
35590 <BODY>
35591 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35593 This feature allows Alpine to assume that the open NNTP server at the
35594 time of composition is the NNTP server to which the message should be
35595 posted.  This is especially recommended when there are multiple News
35596 collections.  If this feature is not set, Alpine will try to post to the first server in
35597 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35598 this feature also negates the need to add News collection servers to
35599 the <!--#echo var="VAR_nntp-server"--> variable.
35601 This feature can be especially handy when used in conjunction with
35602 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35604 <UL>   
35605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35606 </UL><P>
35607 &lt;End of help on this topic&gt;
35608 </BODY>
35609 </HTML>
35610 ====== h_config_nntp_search_uses_overview =====
35611 <HTML>
35612 <HEAD>
35613 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35614 </HEAD>
35615 <BODY>
35616 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35618 This feature should probably be turned on unless it causes trouble.
35619 The results of the NNTP overview command (XOVER) may be used to help
35620 with some searches in news groups.
35621 It should result in quicker response time.
35622 Turning this feature on apparently causes search results which are
35623 different from what you would get with the feature turned off on some
35624 servers.
35626 <UL>   
35627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35628 </UL><P>
35629 &lt;End of help on this topic&gt;
35630 </BODY>
35631 </HTML>
35632 ====== h_config_thread_sorts_by_arrival =====
35633 <HTML>
35634 <HEAD>
35635 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35636 </HEAD>
35637 <BODY>
35638 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35640 This feature affects how a threading sort arranges threads.  The default way
35641 to arrange threads is by the date of the earliest message in the thread.
35642 This feature arranges threads by the last message to arrive in a thread.
35644 This feature causes old threads that get recent messages to sort to the bottom,
35645 where previously a message arrival to a thread would not rearrange the order of
35646 that thread.
35648 <UL>   
35649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35650 </UL><P>
35651 &lt;End of help on this topic&gt;
35652 </BODY>
35653 </HTML>
35654 ====== h_config_textplain_int =====
35655 <HTML>
35656 <HEAD>
35657 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35658 </HEAD>
35659 <BODY>
35660 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35662 This feature modifies the method Alpine uses to display Text/Plain
35663 MIME attachments from the Attachment Index screen.  Normally, the
35664 &quot;View&quot; command searches for any externally defined (usually
35665 via the
35666 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35667 and displays the selected text within that viewer.
35670 Enabling this feature causes Alpine to ignore any external viewer
35671 settings and always display text with Alpine's internal viewer.
35674 <UL>   
35675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35676 </UL><P>
35677 &lt;End of help on this topic&gt;
35678 </BODY>
35679 </HTML>
35680 ====== h_config_wp_columns =====
35681 <HTML>
35682 <HEAD>
35683 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35684 </HEAD>
35685 <BODY>
35686 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35688 Web Alpine only.
35690 This configuration setting specifies the number of horizontal characters
35691 used to format various WebAlpine pages.  Smaller values will tend to reduce
35692 the amount of horizontal scrolling required to view pages within narrow
35693 browsers, such as those found on PDAs, and larger values will tend to 
35694 spread more information across the page.
35697 The Message List page uses the width to determine how many characters
35698 to assign each field.  Note, a smaller value may result in a disproportionate
35699 amount of blank space between fields on each line.  Similarly, a large
35700 value may result in cramped fields or horizontal scrolling.
35703 The Message View page uses this value to determine when to wrap lines
35704 in displayed message text.  Note, a smaller value may result in jagged
35705 right margins or confusing quoting.  A larger value may cause lines of text to
35706 run beyond the browser's right edge, requiring horizontal scrolling.
35709 <UL>   
35710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35711 </UL><P>
35712 &lt;End of help on this topic&gt;
35713 </BODY>
35714 </HTML>
35715 ====== h_config_wp_state =====
35716 <HTML>
35717 <HEAD>
35718 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35719 </HEAD>
35720 <BODY>
35721 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35723 Web Alpine only.
35725 Various aspects of cross-session state.
35728 <UL>   
35729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35730 </UL><P>
35731 &lt;End of help on this topic&gt;
35732 </BODY>
35733 </HTML>
35734 ====== h_config_wp_aggstate =====
35735 <HTML>
35736 <HEAD>
35737 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35738 </HEAD>
35739 <BODY>
35740 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35742 Web Alpine only.
35744 Aggregate operations tab state.
35747 <UL>   
35748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35749 </UL><P>
35750 &lt;End of help on this topic&gt;
35751 </BODY>
35752 </HTML>
35753 ====== h_config_wp_indexlines =====
35754 <HTML>
35755 <HEAD>
35756 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35757 </HEAD>
35758 <BODY>
35759 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35761 Web Alpine only.
35763 Number of index lines in table.
35766 <UL>   
35767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35768 </UL><P>
35769 &lt;End of help on this topic&gt;
35770 </BODY>
35771 </HTML>
35772 ====== h_config_wp_indexheight =====
35773 <HTML>
35774 <HEAD>
35775 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35776 </HEAD>
35777 <BODY>
35778 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35780 Web Alpine only.
35782 Index table row height.
35785 <UL>   
35786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35787 </UL><P>
35788 &lt;End of help on this topic&gt;
35789 </BODY>
35790 </HTML>
35791 ====== h_config_rss_news =====
35792 <HTML>
35793 <HEAD>
35794 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35795 </HEAD>
35796 <BODY>
35797 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35799 Web Alpine only.
35801 RSS News feed.
35804 <UL>   
35805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35806 </UL><P>
35807 &lt;End of help on this topic&gt;
35808 </BODY>
35809 </HTML>
35810 ====== h_config_rss_weather =====
35811 <HTML>
35812 <HEAD>
35813 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35814 </HEAD>
35815 <BODY>
35816 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35818 Web Alpine only.
35820 RSS Weather feed.
35823 <UL>   
35824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35825 </UL><P>
35826 &lt;End of help on this topic&gt;
35827 </BODY>
35828 </HTML>
35829 ====== h_config_send_confirms_only_expanded =====
35830 <HTML>
35831 <HEAD>
35832 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35833 </HEAD>
35834 <BODY>
35835 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35837 This Web Alpine option specifies whether or not a Send confirmations
35838 happens when a composed message is readied for sending or not.  The
35839 default behavior is to not confirm that the nicknames were expanded to
35840 the intended addresses.
35843 <UL>   
35844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35845 </UL><P>
35846 &lt;End of help on this topic&gt;
35847 </BODY>
35848 </HTML>
35849 ====== h_config_enable_jump_command =====
35850 <HTML>
35851 <HEAD>
35852 <TITLE>FEATURE: enable-jump-command</TITLE>
35853 </HEAD>
35854 <BODY>
35855 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35857 This Web Alpine option specifies whether or not a Jump command is
35858 offered in the Message List and Message View pages.  The command is
35859 implemented as an input field in the left column of the List and View
35860 screens. 
35863 When enabled and a number is entered in the input field while the
35864 Message List is displayed, the Message List is reframed with the
35865 specified message.  While viewing a message, the message associated
35866 with the specified message number is displayed.
35869 <UL>   
35870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35871 </UL><P>
35872 &lt;End of help on this topic&gt;
35873 </BODY>
35874 </HTML>
35875 ====== h_config_enable_newmail_sound =====
35876 <HTML>
35877 <HEAD>
35878 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35879 </HEAD>
35880 <BODY>
35881 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35883 This Web Alpine option specifies whether or not a sound file is sent
35884 to the web browser along with the newmail notification message.
35888 <UL>   
35889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35890 </UL><P>
35891 &lt;End of help on this topic&gt;
35892 </BODY>
35893 </HTML>
35894 ====== h_config_render_html_internally =====
35895 <HTML>
35896 <HEAD>
35897 <TITLE>FEATURE: render-html-internally</TITLE>
35898 </HEAD>
35899 <BODY>
35900 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35902 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35903 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35904 the HTML text into plain text in the same way Unix and PC-Alpine do.
35908 <UL>   
35909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35910 </UL><P>
35911 &lt;End of help on this topic&gt;
35912 </BODY>
35913 </HTML>
35914 ====== h_config_role_undo =====
35915 Yes, remember changes and exit back to list of roles; No, discard changes
35916 made in this screen; ^C, cancel exit and stay in this config screen.
35917 ====== h_exit_editor =====
35918 S, save changes and exit from the editor; D, do not save changes but
35919 do exit from the editor; or ^C, cancel exit and stay in the editor.
35920 ====== h_config_undo =====
35921 Yes, save changes and exit; No, exit without saving any changes made since
35922 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35923 ====== h_os_index_whereis =====
35924 Enter ^V or ^Y to go immediately to the last or first message in the index.
35925 Or, enter the match string followed by RETURN.
35926 ====== h_os_index_whereis_agg =====
35927 Enter ^V or ^Y to go immediately to the last or first message in the index,
35928 Or, enter the match string followed by RETURN (or ^X to select all matches).
35929 =========== h_oe_add_full ==================
35930 Type the full name of the person being added and press the RETURN key.
35931 Press ^C to cancel addition.
35932 =========== h_oe_add_nick ==================
35933 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35934 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35935 ========== h_oe_add_addr ================
35936 Type the e-mail address and press RETURN.
35937 Press ^C to cancel addition.
35938 ========== h_oe_crlst_full ==============
35939 Type a long name or description for the list that you are creating and
35940 press RETURN.  Press ^C to cancel creation of list.
35941 =========== h_oe_crlst_nick =============
35942 Type a nickname (short, easy-to-remember name or single word) for the list
35943 you are creating and press RETURN.  Press ^C to cancel.
35944 ========== h_oe_crlst_addr ==============
35945 Type an e-mail address, or a nickname already in the address book that you
35946 want to be part of this list and press RETURN.
35947 ========== h_oe_adlst_addr =============
35948 Type an e-mail address or a nickname already in the address book that you
35949 want to add to this list and press RETURN.
35950 ========== h_oe_editab_nick ============
35951 Change the nickname using the arrow keys and delete key.  Press RETURN
35952 when done.  Press ^C to cancel editing and leave the nickname as it was.
35953 ========== h_oe_editab_full ============
35954 Change the full name using the arrow keys and delete key.  Press RETURN
35955 when done.  Press ^C to cancel editing and leave the full name as it was.
35956 ========== h_oe_editab_addr ============
35957 Change the address using the arrow keys and delete key.  Press RETURN
35958 when done.  Press ^C to cancel editing and leave the address as it was.
35959 ========== h_oe_editab_fcc ============
35960 Change the fcc using the arrow keys and delete key.  Press RETURN when
35961 done.  Press ^C to cancel editing and leave the fcc as it was.
35962 ========== h_oe_editab_comment ============
35963 Change the comment field using the arrow keys and delete key.  Press RETURN
35964 when done.  Press ^C to cancel editing and leave the comment as it was.
35965 ====== h_ab_forward =====
35966 Yes, expand nicknames and qualify local names with your current domain name;
35967 No, leave nicknames and local names as is;  ^C, cancel.
35968 ========== h_ab_export ==========
35969 Type the name of a file to write the addresses into and
35970 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35971 ========== h_ab_edit_a_field ==========
35972 Edit any of the fields of the currently selected entry by typing one of the
35973 letters at the bottom of the screen.  Press ^C to cancel edit.
35974 ====== h_ab_del_data_revert =====
35975 Press B to completely delete addrbook and revert to default, C to delete config
35976 and revert while leaving data, or D to only delete data (make it empty).
35977 ====== h_ab_del_data_modify =====
35978 Press B to completely delete addrbook, C to delete configuration while leaving
35979 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35980 ====== h_ab_del_config_modify =====
35981 Yes, remove this address book from my configuration.
35982 No, make no changes now.
35983 ====== h_ab_del_config_revert =====
35984 Yes, remove this address book from my config and revert to default.
35985 No, make no changes now.
35986 ====== h_ab_del_default =====
35987 Yes, remove this default address book from my configuration.
35988 No, make no changes now.
35989 ====== h_ab_really_delete =====
35990 Yes, delete the actual contents of the address book, not just the 
35991 configuration.  No, don't delete the data after all, cancel and start over.
35992 ====== h_ab_del_ignore =====
35993 Press I to ignore all the default address books for this category.  Press R to
35994 remove this one address book and add the others to your personal list.
35995 ====== h_ab_del_dir_ignore =====
35996 Press I to ignore all the default directory servers for this category.
35997 Press R to remove this one server and add the others to your personal list.
35998 ====== h_ab_copy_dups =====
35999 Yes, overwrite the existing entry.
36000 No, skip duplicates but save the rest. Press ^C to cancel.
36001 ====== h_confirm_cancel =====
36002 Type C to Confirm that you want to abandon the message you are composing.
36003 Type N or ^C to cancel out of the cancel and keep composing.
36004 ====== h_ab_text_or_vcard =====
36005 Text, start composer with displayed text already included.
36006 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36007 ====== h_ab_backup_or_ldap =====
36008 Backup, copy email address from entry and allow editing of it.
36009 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36010 ====== h_ldap_text_or_vcard =====
36011 Text: export displayed text for selected entry. Address: export only the
36012 email address. VCard: export entry in vCard format. ^C cancels.
36013 ====== h_ab_save_exp =====
36014 Save, save entry or entries to an address book.
36015 Export, save to file outside of pine. ^C cancels save.
36016 ====== h_ab_add =====
36017 A, add a brand new entry to this address book.
36018 E, edit the entry that is currently highlighted. ^C to cancel.
36019 ====== h_ab_shuf =====
36020 U, swap order of highlighted address book and the one above it.
36021 D, swap order of highlighted address book and the one below it. ^C to cancel.
36022 ====== h_ab_shuf_up =====
36023 U, swap order of highlighted address book and the one above it.
36024 Press ^C to cancel.
36025 ====== h_ab_shuf_down =====
36026 D, swap order of highlighted address book and the one below it.
36027 Press ^C to cancel.
36028 ====== h_folder_prop =====
36029 Count is # of messages in the folder, Unseen means messages that have not
36030 been read, New means messages that were Recently added to the folder.
36031 ====== h_role_shuf =====
36032 U, swap order of highlighted rule and the one above it.
36033 D, swap order of highlighted rule and the one below it. ^C to cancel.
36034 ====== h_role_shuf_up =====
36035 U, swap order of highlighted rule and the one above it.
36036 Press ^C to cancel.
36037 ====== h_role_shuf_down =====
36038 D, swap order of highlighted rule and the one below it.
36039 Press ^C to cancel.
36040 ====== h_incoming_shuf =====
36041 B, swap order of highlighted directory and the one before it.
36042 F, swap order of highlighted directory and the one after it. ^C to cancel.
36043 ====== h_incoming_shuf_up =====
36044 B, swap order of highlighted directory and the one before it.
36045 Press ^C to cancel.
36046 ====== h_incoming_shuf_down =====
36047 F, swap order of highlighted directory and the one after it.
36048 Press ^C to cancel.
36049 ====== h_dir_shuf =====
36050 U, swap order of highlighted directory and the one above it.
36051 D, swap order of highlighted directory and the one below it. ^C to cancel.
36052 ====== h_dir_shuf_up =====
36053 U, swap order of highlighted directory and the one above it.
36054 Press ^C to cancel.
36055 ====== h_dir_shuf_down =====
36056 D, swap order of highlighted directory and the one below it.
36057 Press ^C to cancel.
36058 ====== h_hdrcolor_shuf =====
36059 U, swap order of highlighted Header Color and the one above it.
36060 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36061 ====== h_hdrcolor_shuf_up =====
36062 U, swap order of highlighted Header Color and the one above it.
36063 Press ^C to cancel.
36064 ====== h_hdrcolor_shuf_down =====
36065 D, swap order of highlighted Header Color and the one below it.
36066 Press ^C to cancel.
36067 ========== h_oe_editab_al ============
36068 Change the address using the arrow keys and delete key.  Press RETURN
36069 when done.  Press ^C to cancel editing and leave the address as it was.
36070 ========== h_dir_comp_search ===============
36071 Type a string to look for just like you would in the composer. Your configured
36072 rules for the servers with the implicit flag set will be used.
36073 ========== h_oe_searchab ===============
36074 Type the word or name you want to search for and press RETURN.  If you press
36075 RETURN without entering anything the word in [] will be searched for.
36076 ========== h_oe_chooseabook ==========
36077 Choose the address book you want to save the new entry in.
36078 Use ^N or ^P to change address books.  ^C to cancel.
36079 ========== h_oe_takeaddr ==========
36080 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36081 when done.  Press ^C to cancel adding this entry to the address book.
36082 ========== h_oe_take_replace ==========
36083 Press R to replace the old entry with this new data.  You will still have
36084 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36085 ========== h_oe_take_replace_or_add ==========
36086 Press R to replace the old entry.  Press A to add the selected addresses to
36087 the old existing list.  N to enter another nickname. ^C to cancel now.
36088 ========== h_oe_takename ==========
36089 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36090 when done.  Press ^C to cancel adding this entry to the address book.
36091 ========== h_oe_takenick ==========
36092 Type a nickname (short easy-to-remember name, initials or single word) for this
36093 entry in the address book and press RETURN.  Press ^C to cancel addition.
36094 ========== h_oe_jump ==========
36095 Type the message number you want to jump to and press RETURN.  The word "end"
36096 represents the last message. Press ^C to cancel jumping to another message.
36097 ========== h_oe_jump_thd ==========
36098 Type the thread number you want to jump to and press RETURN.  The word "end"
36099 represents the last thread. Press ^C to cancel jumping to another thread.
36100 ========== h_oe_debuglevel ==========
36101 Higher number shows more debugging details.
36102 Press ^C if you want to cancel the change.
36103 ========== h_oe_broach ==========
36104 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36105 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36106 ========== h_oe_foldsearch ==========
36107 Type the text you want to search for in foldernames and press RETURN.  If you
36108 press RETURN without entering anything, any text in [] will be searched for.
36109 ========== h_oe_foldrename ==========
36110 Change the old name of the folder to the new name using the arrow and
36111 delete keys and press RETURN.  Press ^C to cancel rename.
36112 ========== h_oe_login ==========
36113 Enter your login name for the host you are opening the mailbox on.  Just press
36114 RETURN to use your login from this host as is, or edit it with delete key.
36115 ========== h_oe_passwd ==========
36116 Type your password for the host and login shown as part of the prompt.
36117 Press ^C to cancel opening folder.
36118 ========== h_oe_choosep ==========
36119 Enter the number associated with the printer you want to select.  Press ^C to
36120 cancel the printer selection.  The current selection is highlighted.
36121 ========== h_oe_customp ==========
36122 Type the name of the Unix print command and press RETURN.  Press ^C to
36123 cancel the printer selection.
36124 ========== h_oe_searchview ==========
36125 Type the word or name you want to search for and press RETURN.  If you press
36126 RETURN without entering anything the word in [] will be searched for.
36127 ========== h_oe_keylock ==========
36128 The keyboard is in use and locked by another user.  Only that user can
36129 unlock this keyboard by typing the password.
36130 ========== h_wt_expire ==========
36131 At the beginning of each month Alpine offers to rename your current sent-mail
36132 folder to one named for the month so you have a sent-mail folder for each month
36133 ========== h_wt_delete_old ==========
36134 It is the beginning of the month, and we need to conserve disk
36135 space.  Please delete any sent-mail that you do not need.
36136 ========== h_select_sort ==========
36137 Select the order for sorting the index by typing the capitalized letter.
36138 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36139 ========== h_no_F_arg ============
36140 Enter name of file to be opened.
36142 ========== h_sticky_personal_name ==========
36143 Type in your name as you want it to appear on outgoing email.  This entry
36144 will be saved into your Alpine configuration file.
36145 ========== h_sticky_inbox ============
36146 INBOX syntax is usually {complete.machine.name}INBOX
36147 This entry will be saved in your Alpine configuration file.
36148 ========== h_sticky_smtp ============
36149 The name of the computer on your campus that relays your outgoing email
36150 to the Internet.  This entry will be saved in your Alpine configuration file.
36151 ========== h_sticky_user_id ==========
36152 The username or login-id part of your email address.  This entry will be
36153 saved in your Alpine configuration file.
36154 ========== h_sticky_domain ==========
36155 The domain part of your email address, NOT the name of your PC.  This
36156 entry will be saved in your Alpine configuration file.
36157 ========== h_bounce =========
36158 Enter the address or nickname of the intended recipient.  Alpine will resend
36159 the message, which will retain the original author's From: address.
36160 ========== h_incoming_add_folder_nickname =========
36161 Enter an (optional) nickname that will be used in lieu of the actual
36162 host and folder names in the FOLDER LIST display.
36163 ========== h_anon_forward ==========
36164 Enter the address of your intended recipient, or ^C to cancel.
36165 Example: jsmith@somewhere.edu
36166 ========== h_news_subscribe ==========
36167 Enter the name of the newsgroup to which you wish to subscribe,
36168 or ^C to cancel.  Example: comp.mail.pine
36169 ========== h_pipe_msg ==========
36170 Enter the name of the Unix command to which you wish to send this
36171 message, or ^C to cancel.
36172 ========== h_pipe_attach ==========
36173 Enter the name of the Unix command to which you wish to send this
36174 attachment, or ^C to cancel.
36175 ========== h_select_by_num ==========
36176 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36177 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36178 ========== h_select_by_thrdnum ==========
36179 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36180 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36181 ========== h_select_txt_from ==========
36182 Messages with From: headers containing the entered string will be selected.
36183 ^C to cancel. ^G again to see original options.
36184 ========== h_select_txt_not_from ==========
36185 Messages without From: headers containing the entered string will be selected.
36186 ^C to cancel. ^G again to see original options.
36187 ========== h_select_txt_to ==========
36188 Messages with To: headers containing the entered string will be selected.
36189 ^C to cancel. ^G again to see original options.
36190 ========== h_select_txt_not_to ==========
36191 Messages without To: headers containing the entered string will be selected.
36192 ^C to cancel. ^G again to see original options.
36193 ========== h_select_txt_cc ==========
36194 Messages with Cc: headers containing the entered string will be selected.
36195 ^C to cancel. ^G again to see original options.
36196 ========== h_select_txt_not_cc ==========
36197 Messages without Cc: headers containing the entered string will be selected.
36198 ^C to cancel. ^G again to see original options.
36199 ========== h_select_txt_subj ==========
36200 Messages with Subject: headers containing the entered string will be selected.
36201 ^C to cancel.  ^X enters Subject: line of current message.
36202 ========== h_select_txt_not_subj ==========
36203 Messages without Subject headers containing the entered string will be selected.
36204 ^C to cancel.  ^X enters Subject: line of current message.
36205 ========== h_select_txt_all ==========
36206 All messages containing the entered string will be selected.  Headers and body,
36207 but not encoded attachments, will be compared.  Enter ^C to cancel.
36208 ========== h_select_txt_not_all ==========
36209 All messages that don't contain the entered string will be selected.  Headers
36210 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36211 ========== h_select_txt_body ==========
36212 All messages containing the entered string will be selected. Body text, but
36213 not headers or encoded attachments, will be compared. ^C to cancel.
36214 ========== h_select_txt_not_body ==========
36215 All messages that don't contain the entered string will be selected. Body
36216 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36217 ========== h_select_txt_recip ==========
36218 Messages with Cc: or To: headers containing the entered string will be selected.
36219 ^C to cancel. ^G again to see original options.
36220 ========== h_select_txt_not_recip ==========
36221 Messages without Cc: or To: headers containing the string will be selected.
36222 ^C to cancel. ^G again to see original options.
36223 ========== h_select_txt_partic ==========
36224 Messages with Cc, To, or From headers containing the string will be selected.
36225 ^C to cancel. ^G again to see original options.
36226 ========== h_select_txt_not_partic ==========
36227 Messages without Cc, To, or From headers containing the string will be selected.
36228 ^C to cancel. ^G again to see original options.
36229 ========== h_select_date ==========
36230 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36231 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36232 ========== h_attach_index_whereis ==========
36233 Enter some text that appears in the Attachment Index entry for the desired
36234 attachment.  The first attachment containing that text will be highlighted.
36235 ========== h_kb_lock ==========
36236 Keystrokes entered here (up to a RETURN) comprise a password that must
36237 be entered again later in order to unlock the keyboard.
36238 ========== h_compose_default ==========
36239 N, compose a new message. R, set a role.
36240 ^C to cancel.
36241 ========== h_untranslatable ==========
36242 Send using UTF-8 character set; Send but replace untranslatable characters
36243 with question marks; return to the composer; or cancel message altogether.
36244 ========== h_compose_intrptd ==========
36245 N, compose a new msg. I, continue interrupted msg. R, set a role.
36246 ^C to cancel.
36247 ========== h_compose_postponed ==========
36248 N, compose a new message. P, continue postponed msg. R, set a role.
36249 ^C to cancel.
36250 ========== h_compose_intrptd_postponed ==========
36251 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36252 R, set a role. ^C to cancel.
36253 ========== h_compose_form ==========
36254 N, compose a new message. F, use form letter. R, set a role.
36255 ^C to cancel.
36256 ========== h_compose_intrptd_form ==========
36257 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36258 R, set a role. ^C to cancel.
36259 ========== h_compose_postponed_form ==========
36260 N, compose a new message. P, continue postponed msg. F, use form letter.
36261 R, set a role. ^C to cancel.
36262 ========== h_compose_intrptd_postponed_form ==========
36263 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36264 F, use form letter. R, set a role. ^C to cancel.
36265 ========== h_config_context_del_except ==========
36266 If you delete the last exceptional collection you can only add it back by
36267 manually editing the exceptions config file.
36268 ========== h_config_whereis ==========
36269 To move quickly to a particular line, enter a search string or
36270 ^C to cancel.
36271 ========== h_config_edit_scorei ==========
36272 Enter interval in the form (min,max). -INF and INF may be used to represent
36273 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36274 ========== h_config_add ==========
36275 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36276 pressing RETURN sets the Empty Value (this turns off any global default).
36277 ========== h_config_add_custom_color ==========
36278 Enter a header fieldname. For example, "subject" or "from".
36280 ========== h_config_add_pat_hdr ==========
36281 Enter a header fieldname. For example, "reply-to" or "organization" or
36282 any fieldname you want that isn't included already.
36283 ========== h_config_print_opt_choice ==========
36284 You may edit either the initialization string (characters printed before
36285 printing starts) or the trailer string.  Choose one or ^C to cancel.
36286 ========== h_config_print_init ==========
36287 Enter a C-style string for this.  You may use common backslash escapes like
36288 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36289 ========== h_config_change ==========
36290 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36291 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36292 ========== h_config_replace_add ==========
36293 Replace ignores the current default, Add places the current default in your
36294 editing buffer as if you had typed it in.
36295 ========== h_config_insert_after ==========
36296 Enter a nickname for this print command.  (InsertBefore puts the new item
36297 before the current line, InsertAfter puts it after the current line.)
36298 ========== h_config_print_cmd ==========
36299 Enter command to be executed for the printer.  Use normal editing keys
36300 to modify, ^C to cancel, carriage return to accept current value.
36301 ========== h_config_role_del ==========
36302 Answering Yes will remove this rule completely from your rules list.
36303 ========== h_config_role_addfile ==========
36304 Type the name of a file to add to your configuration. You don't need to
36305 use a file, you may add rules directly (with Add) without using a file.
36306 ========== h_config_role_delfile ==========
36307 Answering Yes will remove this rule file completely from your rules list.
36308 The rules data file itself will not be removed.
36309 ========== h_config_print_del ==========
36310 Answering Yes will remove this printer completely from your printer list.
36311 ========== h_config_print_name_cmd ==========
36312 You may edit the Nickname of this printer, the Command to be executed when
36313 printing, or change the Options associated with this printer.
36314 ========== h_send_check_fcc ==========
36315 Yes, send message without an Fcc.
36316 No, return to composer.
36317 ========== h_send_check_subj ==========
36318 Yes, send message without a Subject.
36319 No, return to composer.
36320 ========== h_send_check_to_cc ==========
36321 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36322 No, return to composer.
36323 ========== h_send_fcc_only ==========
36324 Yes, copy message to Fcc only and send to NO recipients.
36325 No, return to composer.
36326 ========== h_send_prompt ==========
36327 Yes, send the message.
36328 No or ^C, return to composer.
36329 ========== h_send_prompt_flowed ==========
36330 Yes, send the message.  No or ^C, return to composer.
36331 What's Flowed? See Do Not Send Flowed Text in config screen.
36332 ========== h_send_prompt_dsn ==========
36333 Yes, send the message.  No or ^C, return to composer.
36334 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36335 ========== h_send_prompt_dsn_flowed ==========
36336 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36337 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36338 ========== h_role_confirm ==========
36339 Yes, use displayed role. No, compose without a role.
36340 ^C, cancel the message. ^T, select a role from your other eligible roles.
36341 ========== h_norole_confirm ==========
36342 Return, compose without a role.
36343 ^C, cancel the message. ^T, select a role from your eligible roles.
36344 ========== h_custom_print ==========
36345 Enter a Unix command that accepts its data on standard input.
36346 Alpine will display any information the command sends to standard output.
36347 ========== h_convert_abooks_and_sigs ==========
36348 You will be given the opportunity to convert address books and signature files
36349 to remote configurations.
36350 ========== h_convert_abooks ==========
36351 You will be given the opportunity to convert address books to remote
36352 configurations.
36353 ========== h_flag_keyword ==========
36354 Enter the name of the keyword you want to add for this folder.
36355 No spaces, parentheses, braces, percents or asterisks are allowed.
36356 ========== h_select_keyword ==========
36357 Enter the keyword you want to match, or use ^T to select a keyword from a list
36358 of possible keywords for this folder. Use ! to look for non-matches instead.
36359 ========== h_type_keyword ==========
36360 Enter the keyword you want to add. You may add a nickname in the next step.
36361 No spaces, parentheses, braces, percents or asterisks are allowed.
36362 ========== h_type_keyword_nickname ==========
36363 Enter an optional nickname for the keyword you want to add.
36364 Type Carriage return to use the keyword name instead of a nickname.
36365 ========== h_convert_sigs ==========
36366 You will be given the opportunity to convert signature files to remote
36367 configurations.
36368 ========== h_convert_abook ==========
36369 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36370 of the current address book. The current abook won't be removed automatically.
36371 ========== h_convert_sig ==========
36372 Answering Yes copies the contents of the signature file into your Alpine
36373 configuration file. After that, the contents of the file will not be used.
36374 ========== h_save_addman ==========
36375 Enter the simple name of the folder you want to add. Carriage return to
36376 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36377 ========== h_reopen_folder ==========
36378 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36379 No leaves the folder index as it was without discovering new mail.
36380 ========== h_convert_pinerc_server ==========
36381 This is the name of the host (computer) where the remote Alpine configuration
36382 will be stored. This should be an IMAP server that you have permission to use.
36383 ========== h_convert_pinerc_folder ==========
36384 Enter the correct remote folder name. This folder is special and should
36385 contain only configuration data. It shouldn't contain other mail messages.
36386 ========== h_role_compose ==========
36387 Compose a New message, Reply to current message, Forward current message, or
36388 Bounce message. Then you will be asked to choose one of your Roles to be used.
36389 ========== h_save_size_changed ==========
36390 The reported size of a message is not the same as the actual size. Answer Yes
36391 to continue and hope for the best or No to Cancel the entire Save.
36392 ========== h_select_by_larger_size ==========
36393 Enter a number or ^C to cancel. All messages greater than this many characters
36394 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36395 ========== h_select_by_smaller_size ==========
36396 Enter a number or ^C to cancel. All messages less than this many characters
36397 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36398 ========== h_preserve_field ==========
36399 Use 'p' to toggle between preserving or not preserving the original To:
36400 and Cc: fields of the message. Enter ^C to cancel message.