* new version 2.20.4
[alpine.git] / pith / pine.hlp
blob630c301d2de580347e8eedf7516d8d414ba39e71
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 71 2015-03-25 20:26:58
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> Pico: Add the ability to search for strings in the beginning or end
200        of a line. In the search menu, pressing Ctrl-^ toggles the prompt 
201        to search for a string at the beginning of a line. Another press of 
202        Ctrl-^ toggles the prompt to search for a string at the end of a 
203        line, and pressing Ctrl-^ one more time searches for the string 
204        anywhere in the text.
206   <LI> If the charset of a message can not be determined, use the value set
207        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
209   <LI> Resizing setup screen will redraw screen.
211   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
212        in the width ambiguous zone, it will use other means to determine
213        the width, such as call wcwidth.
214 </UL>
217 Bugs that have been addressed include:
218 <UL>
219   <LI> SMIME: Crash when checking the signature of a message that contains
220        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
221        Krellner.
223   <LI> Fix vulnerability in regex library. This only affects those who use
224        this library, such as the windows version of Alpine. See 
225        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
226        for more details.
228   <LI> Alpine would not set include and lib paths for OpenSSL if this was
229        installed in /usr/local/ssl.
231   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
232        contents when saving its configuration.
234   <LI> The _INIT_ token does not skip over non-alpha numeric characters in
235        the name. Reported by Andreas Fehr.
237   <LI> Mismatch in size of UCS and CELL caused a corruption in the
238        content of a pointer, which made the speller in PC-Alpine get the 
239        content of a word incorrectly.
241   <LI> Skip testing openssl compatibility version when cross-compilation
242        is detected. Fix contributed by Antti Sepp&auml;l&auml;
244   <LI> Alpine fails to remove temporary files used during a display or sending
245        filter. Fix contributed by Phil Brooke.
247 </UL>
251 Version 2.20 addresses bugs found in previous releases and has several 
252 additions as well.
255 Additions include:
258 <UL>
259   <LI> Upgrade UW-IMAP to Panda IMAP from 
260        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
261   <LI> S/MIME: Add screen to manage certificates.
262   <LI> S/MIME: Signatures are validated using the user's certificates instead
263        of the ones included in the message. Behavior can be disabled by
264        disabling the option <A href="h_config_smime_use_cert_store">
265         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
266        by default.
267   <LI> S/MIME: sign messages using intermediate certificates when needed 
268        and possible.
269   <LI> S/MIME: validation of certificates for servers that modify signed 
270        content.
271   <LI> S/MIME: signed and encrypted messages will be signed first and 
272        encrypted second, so that they can be decoded by other clients.
273   <LI> S/MIME: add the sender certificate to the list of certificates in
274        encrypted messages to make it possible for the sender to decrypt
275        the message they sent.
276   <LI> S/MIME: When transferring certificates to a local container, create 
277        container with default names PublicContainer, PrivateContainer and 
278        CAContainer, as appropriate for these files, unless the user has 
279        provided some other names.
280   <LI> S/MIME: Forwarding a message will include the signed part as part
281        of the text and not as a multipart message, just as the reply
282        command does.
283   <LI> HTML: Style tag in body of html message causes Alpine to not write
284        its content until a new &lt;/style&gt;
285   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
286        the same inline tag; the same is valid for the &lt;HR&gt; tag.
287   <LI> Add support to selective expunge through a subcommand of the 
288        select-apply commands. Read more in the <A 
289        HREF="h_index_cmd_expunge">help</A> for the expunge command.
290   <LI> Pico: New subcommand of the search command, allows to reverse the
291        direction of search.
292   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
293        the key and certificate used to encrypt the password file are saved 
294        in the ~/.alpine-smime/.pwd directory, or in the directory specified
295        by the -pwdcertdir command line option. 
296        <A HREF="h_password_file_support">Learn more</A>.
297   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
298        server to use different ways to connect using ssl, for 
299        example {server.com/tls1} will attempt to connect to 
300        server.com at the ssl imap port (port 993) and establish a 
301        connection using TLSv1. These flags can be used in 
302        conjunction with the /ssl flag, the ssl flag is redundant. 
303        Conversely, however, the /ssl flag does not imply any of 
304        these flags; the /ssl flag means SSLv3 or, if not available, 
305        SSLv2 in the SSL port.
306   <LI> Alpine does not attempt to automatically reopen a collection 
307        that was not opened due to cancellation by the user. 
308        Instead, the user must try to open it explicitly.
309   <LI> Alpine searches for a certificate that matches an email address in
310        all addresses in a certificate (instead of just the first 
311        one) but when it tries to unlock the certificate, it asks 
312        for the password for the first email address in that 
313        certificate.
314   <LI> Style tag in body of html message causes Alpine to not write its content
315        until a new &lt;/style&gt;
316   <LI> Experimental: Write the content-type of a message in 
317        lowercase, as some non-compliant servers do not understand 
318        uppercase content-type, such as those of GMX.de.
319   <LI> Experimental: Do not send the RSET command before attempting
320        to send a message, as this causes a delay in some evily managed
321        servers.
322   <LI> Opening a folder updates recent count in maildrops (this 
323        already works for other types of folders)
324   <LI> Automatically redraw screen after opening an attachment 
325        instead of simply clearing it.
326   <LI> Pico: Justification works without need of a predefined quote 
327        string. This allows justification of blocks of text that are 
328        indented with spaces.
329   <LI> Decode the name of attachment names, so they can be written as part   
330        of the description of the part. 
331   <LI> Check bounds and tie strings off to improve security. Contributed 
332        by James Jerkins.
333   <LI> Replace tabs by spaces in From and Subject fields to control for
334        size in screen of these fields. Change only in index screen display.
335   <LI> Aggregate operations allows bouncing a list of messages using a role.
336        Suggested by Ulf-Dietrich Braumann.
337   <LI> Disable saving new passwords to the password file. Implemented
338        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
339   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
340      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
341      Charles M. Register.
342 </UL>
346 Bugs that have been addressed include:
347 <UL>
348   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
349        in personal names. Reported by Lev Gorenstein.
350   <LI> When writing the .pinerc file, lines were truncated if they were longer
351        than 10,000 characters. This could cause data corruption, so now lines
352        are allowed to be of any length.
353   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
354        remove attachments before they were open by a mailcap viewer. It 
355        requires that the user has an equivalent to a command such as "ps 
356        auxww" to list the list of processes, and check if there is any 
357        program using the attachment. The default is "/bin/ps auxww", but 
358        it can be changed at compile time with the option --with-ps-cmd. 
359        See the help of the variable 
360        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
361        for more information.
362   <LI> S/MIME: signed messages that contained an attachment would not validate.
363   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
364        validate. Thanks to Andreas Schamanek for testing, debugging and 
365        advising during the process of fixing this problem.
366   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
367        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
368        and Stefan Mueller.
369   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
370        home directory.
371   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
372        SMIME making it not possible to sign or encrypt messages.
373   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
374        information that is not part of the body, and hence making the body
375        of the message seem wrong.
376   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
377        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
378        enabled, the message contains 8bit characters and the smtp server 
379        supports 8bit sending.
380   <LI> When replying to several messages, subject will be decoded first,
381        and then stripped from re/fwd before they are compared to determine
382        the subject of the replied message.
383   <LI> Crash when tcp connection to NNTP server was lost after connection
384        had been established, but lost immediately afterwards.
385   <LI> Crash with message &quot;lock when already locked&quot;, when painting
386        an index was based on scores that needed information from a remote
387        addressbook in the same server as the folder opened. Reported by
388        Peter Koellner.
389   <LI> Crash in message/rfc822 attachments encoded in base64.
390   <LI> Postponed messages whose content-type is text/html, text/enriched and
391        text/richtext are sent with that content-type, even though, after
392        resuming composition, Alpine had changed its type to text/plain.
393   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
394        character set, which might lead to a crash or a corruption in the 
395        screen. Work was done to contain the bug. A more complete fix will 
396        be done in a future release. Reported by Professor Robert Funnell.
397   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
398   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
399   <LI> Save command did not warn of existence of a message with a deleted 
400        attachment in an aggregate save, unless cursor was positioned on a message 
401        with a deleted attachment. Reported by Florian Herzig.
402   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
403        in an IMAP server.
404   <LI> DATE tokens were not internally transformed to UTF-8, which made their
405        values not appear complete in the screen. Reported by Werner Scheinast.
406   <LI> Fixes to configure script so that it will not require PAM for every system.
407   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
408        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
409        during the build. Fix by Ulf-Dietrich Braumann.
410   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
411        needs to use tcl_getstringresult() instead. Reported by 
412        Ulf-Dietrich Braumann.
413   <LI> Quoted string in URL Viewers configuration variable were not 
414        unquoted before passing to viewer.
415   <LI> Fix in configure script to detect location of tcl library; add
416        /usr/local in FreeBSD and fix a bug in configure script that used 
417        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
418        by Werner Scheinast.
419   <LI> Move SSL configurations from UW-IMAP to configure script, and
420        update OpenSSL configuration for Mac OS X.
421   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
422   <LI> When the download of an attachment is interrumpted, Alpine stills
423      caches what was downloaded, making the download incomplete for 
424      subsequent calls of Alpine attempting to open the attachment. In the 
425      future, Alpine will not cache any downloaded part of the attachment 
426      when it is interrupted.
427 </UL>
432 Version 2.11 addresses bugs found in previous releases and has a few 
433 additions as well.
436 Additions include:
439 <UL>
440    <LI> Alpine requires version 1.0.0c of Openssl to build.
441    <LI> Increase encryption of S/MIME encrypted messages.
442    <LI> Pico: Improvements in justification of paragraphs: lines that begin
443 with a quote string, followed by a space were considered individual paragraphs,
444 now they are considered part of a paragraph. Based on earlier joint work
445 with Jeff Franklin.
446    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
447    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
448 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
449    <LI> Added recognition of ws and wss URIs.
450    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
451  <A HREF="h_config_directory_color">directory names</A>,
452  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
453    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
454 used in the display of the INDEX SCREEN.
455    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
456 that adds the ability to preserve To: and Cc: fields when replying to a 
457 message, as specified by original sender.
458    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
459  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
460    <LI> Quota command includes subcommands for printing, forwarding, etc.
461 </UL>
464 Bugs that have been addressed include:
466 <UL>
467   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
468   <LI> Crash when resizing the screen in a configuration screen.
469   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
470   <LI> Do not use a shell to open a browser.
471   <LI> Configure script did not test for crypto or pam libraries.
472   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
473   <LI> Change Cygwin directory separator to &quot;/&quot;.
474   <LI> Alpine could set List- headers, contrary to RFC 2369.
475 </UL>
478 Version 2.10 addresses bugs found in previous releases and has a few 
479 additions as well.
482 Additions include:
485 <UL>
486    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
487    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
488    <LI> Foreign characters are decoded correctly in IMAP folder names.
489    <LI> Question about breaking connection to slow servers includes their name.
490    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
491    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
492    <LI> Cygwin: Alpine builds without need of patch.
493    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
494    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
495    <LI> Add support for strong encryption of password file when S/MIME is built in.
496 </UL>
499 Bugs that have been addressed include:
502 <UL>
503    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
504    <LI> Double allocation of memory in Pico.
505    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
506    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
507    <LI> Not recognition of environment variables in some options.
508    <LI> Not display of login prompt during initial keystrokes.
509    <LI> justification of long urls breaks them.
510    <LI> Incorrect New Mail message when envelope is not available.
511    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
512    <LI> Crash when resizing the screen after display of LDAP search.
513    <LI> Crash when redrawing screen while opening a remote folder collection.
514    <LI> Infinite loop in scrolltool function during notification of new mail.
515    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
516    <LI> No display of signed and encrypted S/MIME messages.
517    <LI> Alpine will not build with OpenSSL.
518    <LI> Crash for double locking in calls to c-client.
519    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
520    <LI> Ignore the references header when threading messages
521    <LI> No update of colors in index screen after update to addressbook.
522 </UL>
525 Version 2.01 addresses bugs found in previous releases and has a few 
526 additions as well.
529 Additions include:
532 <UL>
533    <LI> Fixed non-ASCII web alpine handling
534    <LI> Added web alpine help.
535    <LI> Allow web alpine inbox on second IMAP server.
536    <LI> Allow web alpine config reset after bad inbox-path gets set.
537    <LI> Added web alpine ability to create group contact from contact list members.
538    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
539    <LI> Tidied up web alpine script layout.
540    <LI> Fixed web alpine status message ordering
541    <LI> Added web alpine Fcc setting via Contacts in Compose
542    <LI> Fixed web alpine autodraft attachment issues
543    <LI> Fixed web alpine problems with recent count maintenance
544    <LI> Fixed web alpine newmail arrival display in message list
545    <LI> Added web alpine confirmation to folder create for Move/Copy
546    <LI> Added web alpine user-domain support
547    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
548 </UL>
551 Bugs that have been addressed include:
554 <UL>
555    <LI> In web alpine fixed delete all selected within a search result to reorient
556         correctly to whole-mailbox message list.
557    <LI> Fixed web alpine delete in view page to be sensitive to sort
558    <LI> Fixed web alpine open of folder within directory from folder manager page.
559    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
560    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
561    <LI> Fixed web alpine adding contacts from message list and view
562    <LI> Fixed web alpine create of non-existent fcc
563    <LI> Remove mistakenly left debugger statement in web alpine javascript.
564    <LI> Some UNIX alpine build problems fixed
565    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
566         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
567         by locale charmap call on some Solaris 8 systems.
568    <LI> MacOS Keychain logins were not working correctly with generic host names, like
569         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
570         new password requests when not needed
571    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
572         last folder in the list
573    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
574         looked for along with the email address
575    <LI> Changes to configure to get spellcheck options with work with arguments.
576    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
577         returned by gethostname (iPhone can do this)
578    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
579         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
580    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
581         Jake Scott of marganstanley.com.
582    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
583         is not used in alpine.
584    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
585         Apparently this causes RIM Blackberry BIS service problems. This is not
586         used in alpine.
587    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
588    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
589         Fix from Ludwig Nussel of SUSE and from Crispin.
590    <LI> Include whole filename in export filename history
591    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
592 </UL>
595 Version 2.00
596 addressed bugs found in previous releases and had a few additions as well.
598 Additions included:
601 <UL>
602    <LI> Redesigned Web Alpine interface
603    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
604         in UNIX versions of Alpine
605    <LI> Attempt to include the attachment filename as part of the name of the
606         temporary file used when viewing an attachment with an external program.
607         Add some randomness to that filename to make it hard to predict the filename.
608         Add a filename extension, usually derived from the type/subtype, to the
609         temporary filename. This was previously done only on Windows and MacOS X.
610    <LI> Enhance address completion in the composer (TAB command) so that it looks
611         through nicknames, fullnames, and addresses from the address book; addresses
612         from the message being viewed, if any; and the results from
613         <A HREF="h_direct_config">LDAP Directory Server</A>
614         lookups for all of the defined directory servers that have the
615         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
616         feature set.
617    <LI> Make the default character set setting more liberal in what it will accept
618         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
619    <LI> Remove the Alpine revision number from the titlebar in released versions
620         while leaving it there in snapshot versions
621    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
622         display of asterisks when you type a password for Alpine
623    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
624    <LI> When the
625         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
626         feature is turned on convert not only the dates in the index screen but also
627         the dates in the MESSAGE VIEW
628 </UL>
631 Bugs addressed in the 2.00 release included:
634 <UL>
635    <LI> Crash when using tab-completion for selecting a Save filename
636    <LI> Make Web Alpine help text images relative for more portability
637    <LI> Fixed attach save of html parts in Web Alpine
638    <LI> Viewing, printing, exporting, replying, and bouncing of message
639         digests was broken. Replying and bouncing should not have been
640         allowed at all for digests. It would be nice to have a more standard
641         index-like view of a message digest but that has not been addressed
642         with this minor bug fix.
643    <LI> Adjust wrapping of HTML messages so that the margins specified by
644         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
645         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
646         are observed correctly
647    <LI> Interrupt of WhereIs command in index was broken
648    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
649         option did not work correctly interpreting unknown characters in message headers
650    <LI> Long address lines could cause blank continuation lines
651    <LI> Save to a local default INBOX failed if the primary collection was also local,
652         which it is by default. The save went to  ~/mail/inbox instead.
653    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
654         inbox, not the inbox in the primary collection
655    <LI> Address book entries with lots of addresses would be truncated when
656         entered in the composer with a screen size wider than 270 or so charcters
657    <LI> Some fields in the index screen were truncated when the screen width was
658         wider than 256 characters
659    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
660         folder, and there is a more than 10 minute pause between typing the TAB
661         and typing the Yes
662 </UL>
665 Version 1.10(962)
666 addressed bugs found in previous releases and had a few additions as well.
668 Additions included:
671 <UL>
672    <LI> Add the possibility of setting a default role
673         (see <A HREF="h_role_select">Roles Screen</A>)
674         which may be convenient if your work flow involves acting in one
675         role for a while then switching to another role and staying in the
676         new role for another period of time
677    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
678         is encountered, ask the user if he or she wants to continue with the
679         risky Save anyway instead of aborting. This may be helpful if your
680         IMAP server is broken in this way but be aware that it is possible there
681         was a real error instead of just a broken server implementation.
682    <LI> Some configure adjustments for Kerberos detection and
683         for SCO OpenServer 5 support
684    <LI> Hide INBOX in a collection if it also appears as an
685         <A HREF="h_config_enable_incoming">Incoming Folder</A>
686    <LI> Show asterisks for feedback when the user is typing a password
687    <LI> Performance improvement for threading of large folders
688    <LI> Previously, the search used to find
689         Pattern matches containing To patterns searched for both To
690         and Resent-To headers. The relatively complicated search this
691         produces causes problems when using some deficient IMAP servers.
692         Now the default is to look only for To headers and ignore the
693         presence of Resent-To. The previous behavior may be restored
694         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
695    <LI> Add an
696         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
697         to help with reading malformed unlabeled messages
698    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
699    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
700    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
701 </UL>
704 Bugs addressed in the 1.10(962) release included:
707 <UL>
708    <LI> Crash when encountering certain errors from an SMTP server
709    <LI> Crash in composer caused by overflow in replace_pat()
710    <LI> Hang when authenticating to an SMTP server that fails with a
711         &quot;connection disconnected&quot; error
712    <LI> Bug in handling of trailing tab character in flowed text
713    <LI> Security enhancement for mailcap parameter substitution
714    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
715         did not work if the message being replied to was not flowed text
716         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
717         was not turned on
718    <LI> Don't allow printer to be changed through hidden config screen
719         if system administrator didn't want it to be allowed
720    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
721         should know that it won't work, causing error messages to appear
722    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
723         of double-quote double-quote didn't work right
724    <LI> Quoting wasn't being done to protect special characters from the
725         MacOS X shell when
726         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
727         was not defined
728    <LI> On MacOS X message attachments should be shown internally instead of
729         being shown using the Mail application
730    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
731         sometimes set the outgoing charset to X-UNKNOWN, making the result
732         unreadable
733    <LI> When the sending of a message failed lines with leading spaces had one
734         additional space inserted in each of those lines when the user
735         was returned to the composer
736    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
737         that contained non-ascii characters because it was truncating the
738         line being searched so that it was shorter than what was visible on
739         the screen
740    <LI> When composing, an attachment with a long name that causes wrapping in
741         just the wrong place would generate an error and cause the send
742         of the attachment to fail
743    <LI> After calling the file browser to attach a file in the composer, a resize
744         of the window when back in the composer would redraw the last screen that
745         had been shown in the browser instead of the current composer screen
746    <LI> Possible crash in index screen when encountering unparseable addresses
747         or when using one of the PRIORITY tokens or the HEADER token in the
748         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
749    <LI> Problems with Header Color editing if the configuration option
750         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
751         was inadvertently changed to the Empty Value in the hidden config screen
752    <LI> When resuming the final postponed message from an Exchange server the user
753         could get a certificate validation failure because alpine was trying
754         to validate the canonical name of the folder instead of the name the
755         user used
756    <LI> Windows line endings in a mimetypes file on a Unix system cause a
757         failure to find a match
758    <LI> Make matching of extension names case independent in mimetypes files
759    <LI> Windows dialog boxes for entering text were not working correctly
760    <LI> Replying to or Forwarding multipart/alternative messages which had a
761         single text/html part did not work well
762    <LI> Printing the print confirmation page caused a crash
763    <LI> A To line with a long, quoted personal name could display incorrectly
764         if it was close to the same width as the screen
765    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
766         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
767         are turned on hide (0/0) when the folder is empty
768    <LI> Folder completion while Saving didn't work if the collection being
769         saved to was the local home directory
770 </UL>
773 Version 1.00
774 was an evolutionary release based on
775 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
776 developed at the University of Washington.
777 It is upwards-compatible for existing Pine users.
780 Changes included:
782 <UL>
783    <LI> Ground-up reorganization of source code around addition
784         of "pith/" core routine library.
785    <LI> Fundamental improvement in Alpine's internal text handling, which
786         is now based exclusively on Unicode. This allows displaying incoming
787         messages and producing outgoing messages in many different languages.
788    <LI> Ground-up reorganization of build and install procedures
789         based on GNU Build System's autotools. NOTE, the included IMAP library
790         build is not based on autotools, so some features will not work. However,
791         it should get built automatically during the Alpine build process.
792    <LI> Web-based version included built on TCL designed to run under
793         a suitable CGI-supporting web server such as Apache.
794 </UL>
798 Details on changes in previous (prerelease) versions of Alpine
799 may be found at the following URL:
801 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
804 <HR WIDTH="75%"><P>
806 <H2>Getting Help</H2>
807 <DL>
808 <DT>Online Help</DT>
809 <DD>
810 Every Alpine screen and command has associated help text
811 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
812 </DD>
814 <DT>Web Help</DT>
815 <DD>
816 The most current source of information about Alpine,
817 including new version availability, is the web page at
819 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
820 </DD>
821 </DL>
823 Frequently Asked Questions (and answers) may be found at the following
824 URL:
826 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
829 <HR WIDTH="75%"><P>
831 <H2>Additional Information</H2>
833 General Alpine configuration information can be found
834 <A HREF="h_news_config">here</A>.
836 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
837 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
838 access is provided by the IMAP Toolkit Environment (c-client library)
839 version <!--#echo var="C_CLIENT_VERSION"-->.
840 <P> 
841 Alpine was developed until 2009 by the Office of Computing 
842 &amp; Communications at the University of Washington in Seattle.  
843 Since then, the effort of developing Alpine has been continued by
844 a community of volunteers who make good software even better!
847 Alpine Copyright 2013-2015 Eduardo Chappa, 
848 <BR> Copyright 2006-2008 University of Washington.
851 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
852 or instead you can find the Apache License, version 2.0 at the web URL:
855 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
858 &lt;End of Release Notes&gt;
859 </BODY>
860 </HTML>
861 ====== h_password_file_support ======
862 <HTML>
863 <HEAD>
864 <TITLE>Encryption for Password File Support Explained</TITLE>
865 </HEAD>
866 <BODY>
867 <H1>Encryption for Password File Support Explained</H1>
869 Index<BR>
870 <OL>
871 <LI><A HREF="#content">Explanation</A>
872 <LI><A HREF="#example">Example</A>
873 </OL>
875 <P><A NAME="content">Unix Alpine Only.</A>
877 <P> If your version of Alpine has been built with password file support
878 then you can use a special file to save your passwords, and avoid typing
879 them every time you open a connection to a remote server.
881 <P> If your version of Alpine was built with SMIME support, and you have a
882 public certificate/private key pair, then Alpine will use such pair to
883 encrypt your password file. If you have more than one key/certificate
884 pair, Alpine will pick the first pair that it finds that works. You can also
885 select a pair, and the way to do this is explained below.
887 <P> Once a pair has been chosen, it will be copied to the directory 
888 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
889 that directory. The first time this process is done, this directory will 
890 be created, a key/certificate pair will be copied to it, and this pair 
891 will be used in the future to encrypt and decrypt your password file. You 
892 can create this directory and copy any key/certificate pair there. You
893 can add a self-signed certificate there, if you like, and you can let
894 this certificate expire. This will not affect the encryption and decryption
895 of the password file.
897 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
898 your key/certificate pair, you can specify a different one with the 
899 -pwdcertdir command line option in Alpine. If the directory specified by 
900 this option is not found or there is no valid key/certificate pair there, 
901 Alpine will fail to encrypt and decrypt your password file. In other words,
902 Alpine will not initialize this directory for you.
904 <P> Alpine does not care about the names of the key and certificates in 
905 this directory, but the private key must have &quot;.key&quot; extension 
906 and your public certificate must have the &quot;.crt&quot; extension. The
907 name of the private key will be used in the prompt when you are asked
908 to unlock your key to decrypt your password.
910 <P><A NAME="example">An example follows</A>
912 <P>Assume you have a private key called peter@address.com.key in your, 
913 ~/.alpine-smime/private directory, and a public certificate called 
914 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
915 are your only key/certificate pair.
917 <P> When Alpine starts for the first time, without command line options, 
918 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
919 it will create it. Then it will go through your keys and certificates and 
920 find a pair that it can use, and copy the files peter@address.com.key,
921 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
922 you can do the same by copying these files by yourself. This can be done
923 with the sequence of commands
925 <PRE>
926 mkdir ~/.alpine-smime/.pwd
927 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
928 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
929 </PRE>
931 <P> When Alpine starts, you will be asked the password to unlock your
932 private key with the prompt.
934 <PRE>
935 Enter password of key &lt;peter@address.com&gt; to unlock password file:
936 </PRE>
938 <P> If you prefer to use different names for your private and public keys 
939 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
940 preserve the extension of the files. For example, you can use the names 
941 private_key.key and public_cert.crt instead. In this case, the prompt you 
942 will see when you are asked to unlock your private key will read
944 <PRE>
945 Enter password of key &lt;private_key&gt; to unlock password file:
946 </PRE>
948 <P>Observe that you do not need to use an existing key/certificate pair, 
949 and that you can create a new private key/public certificate pair to 
950 encrypt and decrypt your password. However, once one is used, Alpine does 
951 not provide a mechanism to switch the encryption and decryption files to 
952 another key/certificate pair. This will be implemented in a future 
953 release of Alpine.
956 &lt;End of help&gt;
957 </BODY>
958 </HTML>
959 ====== h_tls_failure_details ======
960 <HTML>
961 <HEAD>
962 <TITLE>Certificate Validation Details</TITLE>
963 </HEAD>
964 <BODY>
965 <H1>Certificate Validation Details</H1>
967 This screen gives details as to why the certificate validation failed: the
968 name of the desired server system; the reason for failure; and the name on
969 the certificate.  This is primarily of interest to experts.
972 &lt;End of help&gt;
973 </BODY>
974 </HTML>
975 ====== h_tls_failure ======
976 <HTML>
977 <HEAD>
978 <TITLE>TLS or SSL Failure</TITLE>
979 </HEAD>
980 <BODY>
981 <H1>TLS or SSL Failure</H1>
983 An attempt was made to establish a secure, encrypted connection to the
984 server system using either Transport Layer Security (TLS) or the older
985 Secure Sockets Layer (SSL).  This attempt failed.
988 You should contact your server system management for more assistance.
989 The problem is probably at the server system and not in Alpine or your local
990 system.  The text in this screen may be helpful for the server system
991 management in debugging the problem,
994 &lt;End of help&gt;
995 </BODY>
996 </HTML>
997 ====== h_tls_validation_failure ======
998 <HTML>
999 <HEAD>
1000 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1001 </HEAD>
1002 <BODY>
1003 <H1>TLS and SSL Certificate Validation Failures</H1>
1005 An attempt was made to establish a secure, encrypted connection to the
1006 server system using either Transport Layer Security (TLS) or the older
1007 Secure Sockets Layer (SSL).
1010 An important part of this procedure is server certificate validation.  A
1011 server certificate is an &quot;electronic identification card&quot; for the server
1012 system that is signed by a well-known certificate authority (CA).  Alpine
1013 compares the server system identity in the server certificate with the
1014 name of the server system to which it is trying to connect.  Alpine also
1015 verifies that the CA signature is authentic.
1018 Some common failure conditions are:
1021 <UL>
1022   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1023 signed its own certificate.  This does not necessarily indicate anything
1024 bad; the server operators may simply have elected to not purchase a
1025 signed certificate from a certificate authority.
1027   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1028 the signature on the server system is from an unknown certificate authority.
1029 It can also mean that no certificate authority certificates have been
1030 installed on the local UNIX system.
1032   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1033 the same as either of the above two conditions in UNIX Alpine.  Note that
1034 Windows systems typically have a full set of certificate authority
1035 certificates installed, so it is more likely to be a self-signed
1036 certificate than an unknown certificate authority.
1038   <LI> Server name does not match certificate.  This means that the server
1039 presented a proper signed certificate for a name other than the desired
1040 name.
1041 </UL>
1044 Any of these conditions can indicate that you are being attacked and have
1045 been directed to an imposter server that will record your password and
1046 your private mail messages.  It can also mean something innocuous.
1049 If you are certain that the problem is innocuous, you can append the
1050 option
1053 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1056 to the server system name where it appears in your configuration (e.g. the
1057 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1058 a folder-collection, or a news or SMTP server).  This will
1059 disable certificate validation.  On the other hand, if you are attacked,
1060 you will get no warning if you do this.
1063 &lt;End of Cert Validation Failures help&gt;
1064 </BODY>
1065 </HTML>
1066 ====== h_release_tlscerts ======
1067 <HTML>
1068 <HEAD>
1069 <TITLE>TLS and SSL usage note</TITLE>
1070 </HEAD>
1071 <BODY>
1072 <H1>TLS and SSL usage note</H1>
1075 When using Alpine from Unix or Windows 2000,
1076 server certificates must be signed by a trusted certificate authority.
1077 You may relax this requirement (at the cost of some security) by using
1079 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1080 modifier in the mailbox name.
1083 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1086 The fully-qualified host name of the server should be used
1087 so that it matches the host name in the server certificate.
1089 Here is an example of a host specification that directs Alpine to use
1090 the SSL port (993) and an encrypted data stream.
1092 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1094 &lt;End of TLS usage help&gt;
1095 </BODY>
1096 </HTML>
1097 ====== h_news_config ======
1098 <HTML>
1099 <HEAD>
1100 <TITLE>Alpine Configuration</TITLE>
1101 </HEAD>
1102 <BODY>
1103 <H1>Alpine Configuration</H1>
1105 <H2>Using Environment Variables</H2>
1107 The values of Alpine configuration options may include environment variables
1108 that are replaced by the value of the variable at the time Alpine is run
1109 (and also at the time the config option is changed).
1110 The syntax to use environment variables is a subset of the common Unix
1111 shell dollar-syntax.
1112 For example, if
1114 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1116 appears in the value of an Alpine configuration option it is looked up in the
1117 environent (using getenv(&quot;VAR&quot;)) and its
1118 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1119 To include a literal dollar sign you may precede the dollar sign with another
1120 dollar sign.
1121 In other words, if the text
1123 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1125 is the value of a configuration option, it will be expanded to
1127 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1129 and no environment lookup will be done.
1130 For Unix Alpine it will also work to use a backslash character to
1131 escape the special meaning of the dollar sign, but $$ is preferable since
1132 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1133 to be in a shared configuration file.
1136 This all sounds more complicated than it actually is.
1137 An example may make it clearer.
1138 Unfortunately, the way in which environment variables are set is OS-dependent 
1139 and command shell-dependent.
1140 In some Unix command shells you may use
1142 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1143    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1145 Now, if you use Alpine's Setup/Config screen to set
1147 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1149 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1150 so that this would be equivalent to
1152 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1154 Note, environment variable substitution happens after configuration
1155 options that are lists are split into the separate elements of the list,
1156 so a single environment variable can't contain a list of values.
1159 The environment variable doesn't have to be the only thing
1160 after the equal sign.
1161 However, if the name of the variable is not at the end of the line or
1162 followed by a space (so that you can tell where the variable name ends),
1163 it must be enclosed in curly braces like
1165 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1167 It is always ok to use the braces even if you don't need to.
1169 It is also possible to set a default value for an environment variable.
1170 This default value will be used if the environment variable is not
1171 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1172 The syntax used to set a default value is
1174 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1176 If the config file contains
1178 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1180 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1181 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1182 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1183 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1184 the default value.
1185 (Note that the variable is called &quot;personal-name&quot; in the config
1186 file but is displayed in the config screen as
1187 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1188 In general, the value that goes into a config file is never exactly the
1189 same as the value you see on the screen.)
1192 An example where an environment variable might be useful is the
1193 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1194 Suppose most users used the server
1196 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1198 but that there were some exceptions who used
1200 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1202 In this case, the system manager might include the following line in
1203 the systemwide default Alpine configuration file
1205 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1207 For the exceptional users adding
1209 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1211 to their environment should work.
1213 Another example might be the case where a user has to use a different
1214 SMTP server from work and from home.
1215 The setup might be something as simple as
1217 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1219 or perhaps a default value could be given.
1220 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1221 a list of SMTP servers.
1224 <H2>Configuration precedence</H2>
1226 There are several levels of Alpine configuration.  Configuration values at
1227 a given level override corresponding values at lower levels.  In order of
1228 increasing precedence:
1230 <UL>
1231  <LI> built-in defaults
1232  <LI> system-wide
1233 <!--chtml if pinemode="os_windows"-->
1234       config file from command line or provided
1235       by "PINECONF" environment variable
1236 <!--chtml else-->
1237       pine.conf file
1238 <!--chtml endif-->
1239  <LI> personal configuration file
1240  <LI> personal exceptions configuration file
1241  <LI> command-line options
1242  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1243  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1244 </UL>
1246 The values in both the personal configuration file and the
1247 <A HREF="h_config_exceptions">exceptions</A>
1248 configuration file may be set using the Setup command.
1249 Setup/Config is the command to change most of the personal configuration
1250 options.
1251 The other Setup subcommands are also used to change the configuration,
1252 for example, Setup/AddressBook, Setup/Rules, and so on.
1253 Changing the personal exceptions configuration is very similar.
1254 To change a value in the Config screen you would use the command
1255 Setup/eXceptions/Config.
1256 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1258 There are a couple exceptions to the rule that configuration values are replaced
1259 by the value of the same option in a higher-precedence file.
1260 The Feature-List variable has values that are additive, but can be
1261 negated by prepending &quot;no-&quot; in front of an individual feature name.
1262 So for features, each individual feature's value is replaced by the value
1263 of the same feature in a higher-precedence file.
1264 Note that this is done automatically for you when you change these values via
1265 the Setup/Config command.
1266 The other exception to the <EM>replace</EM> semantics happens when you
1267 use <A HREF="h_config_inheritance">configuration inheritance</A>
1268 for option lists.
1271 <H2>File name defaults</H2>
1273 Notes:<P>
1275 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1276 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1277 <BR> # = default file name is overridable in pinerc.
1278 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1279 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1280 <BR> + between the mailcap paths implies that the two files are combined.
1281 <BR> ; between other default paths implies that the first one found is used.
1282 </P>
1283 Alpine looks for most support files in the same directory it finds its
1284 personal configuration file (pinerc).  The -p command-line flag may be
1285 used to specify a particular path name for the pinerc file.  If a
1286 pinerc file does not exist, it will be created (if directory permissions
1287 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1288 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1289 file does not exist in either one, it will create one in the first of those
1290 two directories that is writable.  In detail:
1291 <PRE>
1293 PC-Alpine:
1295  executable     &lt;DOS search path&gt;&#92;pine.exe
1296  help index     &lt;exe dir&gt;&#92;pine.ndx
1297  help text      &lt;exe dir&gt;&#92;pine.hlp
1299  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1300  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1301  global cfg     $PINECONF
1303  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1304  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1305  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1306  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1307  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1308  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1309  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1310  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1311  postponed#     $HOME&#92;mail&#92;postpond.mtx
1312  interrupted    $HOME&#92;mail&#92;intruptd
1314 Unix Alpine:
1316  executable     &lt;Unix search path&gt;/pine
1317  persnl cfg     ~/.pinerc
1318  except cfg     ~/.pinercex
1319  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1320  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1321  local help     <!--#echo var="PINE_INFO_PATH"-->
1323  interrupted    ~/.pine-interrupted-mail
1324  debug          ~/.pine-debugN
1325  crash          ~/.pine-crash
1326  newsrc#        ~/.newsrc
1327  signature#     &lt;pinerc dir&gt;/.signature
1328  addressbook#   &lt;pinerc dir&gt;/.addressbook
1329  postponed#     ~/mail/postponed-msgs
1330  sentmail#      ~/mail/sent-mail
1331  mailcap#       ~/.mailcap + /etc/mailcap
1332                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1333  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1335  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1336  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1337  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1338  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1339  password       /etc/passwd
1341 Unix Alpine and PC-Alpine:
1343  .ab*           remote addressbook support files
1344  a[1-9]*        temporary (while Alpine is running) addressbook files
1346 </PRE>
1349 <H2>Mailcap files</H2>
1351 Alpine honors the mailcap configuration system for specifying external
1352 programs for handling attachments.  The mailcap file maps MIME attachment
1353 types to the external programs loaded on your system that can display
1354 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1355 distribution.  It includes comments that explain the syntax you need to
1356 use for mailcap.  With the mailcap file, any program (mail readers,
1357 newsreaders, WWW clients) can use the same configuration for handling
1358 MIME-encoded data.
1361 <H2>MIME-Types files</H2>
1363 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1364 what Content-Type to use for labeling an attached file, based on
1365 the file extension.  That is, this file provides a mapping between
1366 filename extensions and MIME content-types.
1369 <H2>Environment variables</H2>
1371 PC-Alpine uses the following environment variables:
1372 <DL>
1373 <DT>PINERC</DT>
1374 <DD>Optional path to pinerc file.</DD>
1375 <DT>PINERCEX</DT>
1376 <DD>Optional path to personal exceptions configuration file.</DD>
1377 <DT>PINECONF</DT>
1378 <DD>Optional path to global pine config file.</DD>
1379 <DT>HOME</DT>
1380 <DT>TMPDIR, TMP, or TEMP</DT>
1381 <DT>COMSPEC</DT>
1382 <DT>MAILCAPS</DT>
1383 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1384 <DT>USER_DICTIONARY</DT>
1385 <DD>Used to specify the file to contain the user's spell check
1386 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1387 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1388 </DL>
1390 Unix Alpine uses the following environment variables:
1391 <DL>
1392 <DT>TERM</DT>
1393 <DD>Tells Alpine what kind of terminal is being used.</DD>
1394 <DT>DISPLAY</DT>
1395 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1396 <DT>SHELL</DT>
1397 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1398 <DT>TMPDIR, TMP, or TEMP</DT>
1399 <DT>MAILCAPS</DT>
1400 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1401 </DL>
1402 <!--chtml if pinemode="os_windows"-->
1404 <H2>Common PC-Alpine Configuration Problems</H2>
1406 <H3>Configuration settings aren't being saved</H3>
1408 <P>This problem can happen if you run pine from one directory and
1409 then decide to move your pine directory to another location.  PC-Alpine
1410 stores certain variables, including the configuration location, in the
1411 Windows Registry (which you shouldn't ever need to manually edit).  There
1412 are a couple of ways to go about removing or resetting the values in the
1413 registry.
1416 1) Run PC-Alpine's registry value deletion command.  This can be done by
1417 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1418 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1419 value to the above command.
1422 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1423 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1424 option, you can tell PC-Alpine the location of your pinerc.  An example of
1425 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;.
1426 Again, you can use the DOS prompt or the shortcut method explained in (1).
1429 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1430 set registry values to the current setting, and is therefore useful with
1431 the &quot;-p&nbsp;PINERC&quot; option.
1433 <!--chtml endif-->
1435 &lt;End of Configuration Notes&gt;
1436 </BODY>
1437 </HTML>
1438 ====== h_news_legal ======
1439 <html>
1440 <head>
1441 <TITLE>Alpine Legal Notices</TITLE>
1442 </head>
1443 <body>
1445 <H1>Alpine Legal Notices</H1>
1447 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1451 &lt;End of Alpine Legal Notices&gt;
1452 </BODY>
1453 </HTML>
1454 ===== h_info_on_mbox =====
1455 <HTML>
1456 <HEAD>
1457 <TITLE>Information on mbox driver</TITLE>
1458 </HEAD>
1459 <BODY>
1460 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1462 Beginning with Pine 4.00 (Pine came before Alpine)
1463 a new INBOX access method is
1464 available as part of the standard configuration.  It is called the
1465 &quot;mbox&quot; driver and it works like this:<P>
1468 <BLOCKQUOTE>
1469 If the file &quot;mbox&quot; exists in the user's home directory, and
1470 is in Unix mailbox format, then when INBOX is opened this file will be
1471 selected as INBOX instead of the mail spool file.  Messages will be
1472 automatically transferred from the mail spool file into the mbox
1473 file.
1474 </BLOCKQUOTE>
1477 The advantage of this method is that, after new mail has been copied
1478 from the system mail spool, all subsequent access is confined to the
1479 user's home directory, which is desirable on some systems.  However, a
1480 possible disadvantage is that mail tools other than those from the
1481 University of Washington will not know to look for mail in the user's
1482 mbox file.  For example, POP or IMAP servers other than those from the
1483 University of Washington, and many &quot;new mail notification&quot;
1484 programs may not work as expected with this driver enabled.<P>
1486 To disable this behavior, either remove/rename the &quot;mbox&quot;
1487 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1488 option in Setup/Config
1489 and add &quot;mbox&quot; to it:
1491 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1493 &lt;End of help on this topic&gt;
1494 </BODY>
1495 </HTML>
1496 ===== h_info_on_locking =====
1497 <HTML>
1498 <HEAD>
1499 <TITLE>FAQs on Alpine Locking</TITLE>
1500 </HEAD>
1501 <BODY>
1502 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1504 There is an extensive section on locking in the Alpine technical notes;
1505 this information is intended to provide answers to some common questions:<P>
1506 <OL>
1507 <LI> Why did locking change in Pine 4.00?<BR>
1508 The actual locking mechanisms did not change in 4.00.
1509 What changed is that when one particular locking mechanism used by Alpine 
1510 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1511 failure would occur, but no warning was issued.<P>
1513 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1514 Yes.  It means that Alpine was unable to create a lockfile in the
1515 spool directory, generally because of overly restrictive protections on the
1516 spool directory.  The correct permissions on the spool directory for
1517 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1518 with the sticky-bit set, so only owners of a file can delete them.<P>
1520 <LI> Why does Alpine require that the mail spool directory have 1777
1521    protections?<BR>
1522 Alpine was designed to run without special privileges.  This means that in
1523 order to create a lockfile in the spool directory, it is necessary to have
1524 the spool directory permissions be world-writable.<P>
1526 <LI> Can't you create the lockfile somewhere else?<BR>
1527 No.  The lockfile in question must be in the mail spool directory, because
1528 that's where the mail delivery program expects to find it, and the purpose
1529 of the file is to coordinate access between the mail client (Alpine) and the
1530 mail delivery program.<P>
1532 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1533 No.  Remember that the individual mail files in the spool directory are
1534 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1535 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1536 -- means that only the owner of the file (or root) can delete files in the 
1537 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1538 anyone could
1539 create a random file in the spool directory.  If the spool directory is
1540 under quota control along with home directories, there is little incentive
1541 for anyone to do this, and even without quotas a periodic scan for
1542 non-mail files usually takes care of the problem.  <P>
1544 <LI> Why not run Alpine as setgid mail?<BR>
1545 Alpine was never designed to run with privileges, and to do so introduces a
1546 significant security vulnerability.  For example, if a user suspends Alpine,
1547 the resulting shell will have group privileges.  This is one example of
1548 why we strongly recommend against running Alpine as a privileged program.
1549 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1550 users
1551 could not test Alpine versions or other mailers that had not been installed
1552 by the system administrators.<P>
1555 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1556 There are, but they all have different sets of tradeoffs, and not all will
1557 work on all systems.  Some examples:<UL>
1558  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1559    spool is local.   Doesn't work reliably if NFS is used.
1560    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1561    use the same calls.
1562  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1563    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1564 mail tools that always look in the spool directory for the mail.
1565 </UL><P>
1567 <LI> Are these spool directory lock files the only kinds of locks used by
1568    Alpine?<BR>
1569 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1570 mailbox format folders, these are used to coordinate access between
1571 multiple Alpine sessions.  <P>
1573 <LI> What about the 
1574 <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>
1575 This is for people who are content to live dangerously, or who have
1576 specific knowledge that the spool directory lockfiles are superfluous on
1577 their system (because both Alpine and the mail delivery program are using 
1578 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1580 <LI> Where can I find more details on how Alpine locking works?<BR>
1581 See the Alpine Technical Notes.<P>
1583 </OL>
1585 &lt;End of help on this topic&gt;
1586 </BODY>
1587 </HTML>
1588 ===== h_finding_help ====
1589 <HTML>
1590 <HEAD>
1591 <TITLE>Finding more information and requesting help</TITLE>
1592 </HEAD>
1593 <BODY>
1594 <H1>Places to Look for More Answers</H1>
1595 If you have questions about or problems with Alpine that you cannot resolve 
1596 after consulting the program's internal, context-sensitive help screens, here 
1597 are additional information resources that you may find helpful:
1599 <UL>
1600   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1602   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1604   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1605 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1606   since the last version, which may be useful for you to be aware of, 
1607 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1608 a change in the way an aspect of Alpine works.  There, you will also find notes 
1609 on Alpine configuration.<P>
1611   <LI> The main site for Alpine contains information on configuring and solving problems
1612        with Alpine, it can be found at
1614 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1616   <LI> The Alpine Information Center (maintained by the University of
1617            Washington) World Wide Web site contains, among other things
1618            <UL>
1619            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1620            <LI>an overview of the basics for beginning Alpine users
1621            <LI>Technical Notes for systems administrators
1622            <LI>archives (including a searchable index) of the alpine-info 
1623 mailing list, on which matters of interest to systems/email administrators,
1624 developers, trainers, user support personnel, and others involved with Alpine 
1625 messaging on a &quot;technical&quot; level are discussed.
1626 </UL>
1627         The Alpine Information Center can be accessed with a WWW browser at:<P>
1628             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1629 </UL>
1630 <P><HR WIDTH="75%">
1631 <H1>Requesting help</H1>
1632 If the internal help, the Release Notes, the Alpine Information Center, and your 
1633 local online and print resources do not help you resolve a problem, please
1634 start by contacting your local computer support staff and asking for help.
1636 This is especially true if:
1637 <ul>
1638   <li>You suddenly have trouble sending or receiving mail.
1639   <li>You receive a "disk quota exceeded" message.
1640   <li>You have forgotten your password.
1641   <li>You think your account may have been compromised.
1642   <li>You need help viewing an attachment.
1643   <li>You need to know how to configure your:
1644       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1645       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1646       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1647       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1648   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1649   <li>You want to block email from a particular person.
1650   <li>You're going on vacation and need to autorespond to incoming mail.
1651   <li>You want to automatically file or filter incoming messages.
1652 </ul>
1654 In all of these cases,
1655 you should contact <B>your</B> support staff, because <B>only they</B> 
1656 will be able to assist you effectively. Your support staff may be, depending on who 
1657 provides you with the email account you use Alpine with, for example:<UL>
1658 <LI> the computing help desk of (a department of) your university, school, 
1659 employer, ... ; or
1660 <LI> the customer service center of your Internet Service Provider; or
1661 <LI> the friendly volunteer helpers of your Freenet; or
1662 <LI> the person who setup your computer and internet connection.
1663 </UL>
1665 Due to the large number of Alpine installations worldwide, and because we
1666 receive no funding for it, the University of Washington <B>cannot provide 
1667 individual support services outside the University of Washington</B>.
1669 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1670 newsgroup can be a valuable source of information and assistance for Alpine 
1671 user issues.
1673 For systems/email administrators, developers, trainers, user support
1674 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1675 level, the mailing list alpine-info is available; for information on
1676 subscribing and posting to it, see
1678 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1681 Regardless of whom you are asking for help with Alpine, remember 
1682 to provide as much detail as you can about the
1683 nature of any problem you are encountering, such as
1684 <UL>
1685 <LI>when it first occurred;
1686 <LI>what, if anything, happened that might have brought it about;
1687 <LI>whether it still persists;
1688 <LI>whether it is reproducible, and if so, how;
1689 <LI>what, if anything, you already tried to solve it.
1690 </UL> 
1691 It may also be helpful if you specify what version of Alpine you are using 
1692 <!--chtml if pinemode="running"-->
1693 -- this is <!--#echo var="ALPINE_VERSION"--> --
1694 <!--chtml endif-->
1695 and on what system, and when the copy of Alpine you are using was created
1696 <!--chtml if pinemode="running"-->
1697 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1698 <!--chtml endif-->
1700 <!--chtml if pinemode="running"-->
1701 <P>   
1702 When the Alpine program you are currently using was installed, a support
1703 contact email address may have been set up; in that case, you can simply select
1704 this link now to send a message to it:<BR>
1705 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1706 <!--chtml endif-->
1707 <!--chtml if [ -r PINE_INFO_PATH ]-->
1708 <HR WIDTH="75%">Local Support Contacts:<P>
1709 <!--#include file="PINE_INFO_PATH"-->
1710 <HR WIDTH="75%">
1711 <!--chtml endif-->
1712 <P> 
1713 &lt;End of help on this topic&gt;
1714 </BODY>
1715 </HTML>
1716 ===== new_user_greeting ======
1717 <HTML>
1718 <HEAD>
1719 <TITLE>NEW USER GREETING</TITLE>
1720 </HEAD>
1721 <BODY>
1722 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1723 <BR>
1724 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1725 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1726 select Setup/Config to see many of the options available to you. Also note
1727 that all screens have context-sensitive help text available.<P>
1728 <!--chtml if pinemode="phone_home"-->
1729 SPECIAL REQUEST:
1730 This software was originally created and maintained as a public
1731 service by the University of Washington until 2009; updates are made 
1732 available as a public service of the Alpine community. It is always 
1733 helpful to have an idea of how many users are using Alpine. Are you 
1734 willing to be counted as an Alpine user? Pressing 
1735 <A HREF="X-Alpine-Phone-Home:">Return</A>
1736 will send an anonymous (meaning, your real email address will not be revealed) 
1737 message to the Alpine developers for purposes of tallying.
1739 <!--To Exit this screen and continue your Alpine session press "E".-->
1740 <!--chtml else-->
1741 To Exit this screen and continue your Alpine session press "Return".
1742 <!--chtml endif-->
1743 </BODY>
1744 </HTML>
1745 ===== new_alpine_user_greeting ======
1746 <HTML>
1747 <HEAD>
1748 <TITLE>NEW ALPINE USER GREETING</TITLE>
1749 </HEAD>
1750 <BODY>
1751 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1752 <BR>
1753 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1754 Your Alpine configuration file indicates that you may have used Pine before
1755 but not Alpine.
1756 If you are familiar with the way Pine works, you should be comfortable
1757 using Alpine.
1758 Your Pine configuration file is automatically used for Alpine.
1759 The Release Notes may be viewed by pressing 
1760 &quot;R&quot; now or while in the MAIN MENU.
1762 <!--chtml if pinemode="phone_home"-->
1763 SPECIAL REQUEST:
1764 This software was originally created and maintained as a public
1765 service by the University of Washington until 2009; updates are made 
1766 available as a public service of the Alpine community. It is always 
1767 helpful to have an idea of how many users are using Alpine. Are you 
1768 willing to be counted as an Alpine user? Pressing 
1769 <A HREF="X-Alpine-Phone-Home:">Return</A>
1770 will send an anonymous (meaning, your real email address will not be revealed) 
1771 message to the Alpine developers for purposes of tallying.
1773 <!--To Exit this screen and continue your Alpine session press "E".-->
1774 <!--chtml else-->
1775 To Exit this screen and continue your Alpine session press "Return".
1776 <!--chtml endif-->
1777 </BODY>
1778 </HTML>
1779 ===== new_version_greeting ======
1780 <HTML>
1781 <HEAD>
1782 <TITLE>NEW VERSION GREETING</TITLE>
1783 </HEAD>
1784 <BODY>
1785 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1786 <BR>
1787 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1788 Your Alpine configuration file indicates that you may not have used 
1789 this version of Alpine before.  This version's significant changes are
1790 documented in the Release Notes, which may be viewed by pressing 
1791 &quot;R&quot; now or while in the MAIN MENU.
1793 <!--chtml if pinemode="phone_home"-->
1794 SPECIAL REQUEST:
1795 This software was originally created and maintained as a public
1796 service by the University of Washington until 2009; updates are made 
1797 available as a public service of the Alpine community. It is always 
1798 helpful to have an idea of how many users are using Alpine. Are you 
1799 willing to be counted as an Alpine user? Pressing 
1800 <A HREF="X-Alpine-Phone-Home:">Return</A>
1801 will send an anonymous (meaning, your real email address will not be revealed) 
1802 message to the Alpine developers for purposes of tallying.
1804 <!--To Exit this screen and continue your Alpine session press "E".-->
1805 <!--chtml else-->
1806 To Exit this screen and continue your Alpine session press "Return".
1807 <!--chtml endif-->
1808 </BODY>
1809 </HTML>
1811 ===== main_menu_tx ======
1812 <HTML>
1813 <HEAD>
1814 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1815 </HEAD>
1816 <BODY>
1817 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1818 <DIV ALIGN=CENTER>
1819 Version <!--#echo var="ALPINE_VERSION"-->
1820 <!--chtml if pinemode="running"-->
1821 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1822 <!--chtml endif-->
1823 </DIV>
1824 <CENTER>Copyright 2013-2015 Eduardo Chappa,
1825 <BR>Copyright 2006-2008 University of Washington.
1826 </CENTER>
1829 When you are viewing a help screen, there may be links to
1830 other topics highlighted (in Reverse video) in the text.
1831 Here is an example.
1832 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1833 highlighted.
1834 If you type carriage return (or V for View Link, see the commands at the
1835 bottom of the screen) you will be taken to a new help screen to view the
1836 Introduction.
1837 The commands at the bottom of the screen should then include
1838 &quot;P Prev Help&quot;.
1839 If you type &quot;P&quot; you will end up back here.
1840 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1841 to the place you were in Alpine when you entered Help.
1842 In this case, you would go back to the MAIN MENU.
1843 There are also other links that are highlighted in bold (or the color used
1844 by your terminal to display bold).
1845 The items after the Introduction in the TABLE OF CONTENTS are all examples
1846 of such links.
1847 In order to view those links, you first have to make the link you want
1848 to view the current link.
1849 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1850 (see bottom of screen) can do that for you.
1853 <H2>TABLE OF CONTENTS</H2>
1854 <OL>
1855   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1856   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1857 <!--chtml if [ -r PINE_INFO_PATH ]-->
1858   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1859 <!--chtml endif-->
1860   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1861   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1862   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1863   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1864   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1865   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1866   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1867   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1868   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1869   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1870   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1871   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1872   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1873   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1874   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1875   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1876   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1877   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1878   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1879   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1880   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1881   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1882   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1883   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1884   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1885 </OL>
1888 &lt;End of help on this topic&gt;
1889 </BODY>
1890 </HTML>
1891 ===== h_mainhelp_intro ======
1892 <HTML>
1893 <HEAD>
1894 <TITLE>Introduction</TITLE>
1895 </HEAD>
1896 <BODY>
1897 <H1>Introduction</H1>
1899 Alpine is an &quot;Alternatively Licensed Program for Internet
1900 News and Email&quot; produced until 2009 by the University of Washington.
1901 It is intended to be an easy-to-use program for
1902 sending, receiving, and filing Internet electronic mail messages and
1903 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1904 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1905 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1906 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1907 Directory Access Protocol).<p>
1909 Although originally designed for inexperienced email users, Alpine has
1910 evolved to support many advanced features.  There are an ever-growing
1911 number of configuration and personal-preference options, though which of
1912 them are available to you is determined by your local system managers. 
1914 <H2>WHAT ALPINE DOES...</H2>
1916 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1917 allows you to
1918 compose and read messages using Internet mail standards.  (Whether you
1919 can correspond with others on the Internet depends on whether or not your
1920 computer is connected to the Internet.)  Alpine also allows reading and
1921 posting messages on the Internet &quot;net news&quot; system, provided
1922 that your site operates a suitable news server.
1924 <H2>WHAT ALPINE DOES NOT DO...</H2>
1926 A &quot;mail user agent&quot; such as Alpine is just one part of a
1927 messaging system. Here are some things that are <B>not</B> done by Alpine,
1928 but require other programs:<P>
1929 <UL>
1930  <LI> Actual relaying of email... which is done by &quot;message transfer 
1931 agents&quot;.
1932  <LI> Vacation messages... automatically responding to incoming messages
1933  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1934 email.
1935  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1936  <LI> List processing... resending one message to a list of recipients.
1937 </UL>
1940 &lt;End of help on this topic&gt;
1941 </BODY>
1942 </HTML>
1944 ===== h_mainhelp_pinehelp ======
1945 <HTML>
1946 <HEAD>
1947 <TITLE>Alpine Help</TITLE>
1948 </HEAD>
1949 <BODY>
1950 <H1>Alpine Help</H1>
1952 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1953 use will have its own help text, explaining the choices available for that
1954 screen. This general help section, on the other hand, attempts to give an 
1955 overall picture of what Alpine is capable of doing, as well as pointers to 
1956 additional help sections about specific topics.<p>
1958 Much of the help text contains links to further help topics, similar to
1959 how the World Wide Web works.
1960 You may choose a link to view using the &quot;NextLink&quot; and
1961 &quot;PrevLink&quot; commands to change the link that is highlighted.
1962 The &quot;View Link&quot; command will then show you the highlighted link.
1963 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1964 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1965 will return you to the location in Alpine before you asked for help.
1966 For example, if you are reading this text in Alpine you may return to the
1967 help table of contents with the &quot;Prev Help&quot; command or you may view the
1968 Release notes link in the next paragraph and then return here with
1969 &quot;Prev Help&quot;.
1972 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1973 on the current Alpine version are also available from the MAIN MENU: Press
1974 <!--chtml if pinemode="function_key"-->
1975 &quot;F9&quot;
1976 <!--chtml else-->
1977 &quot;R&quot;
1978 <!--chtml endif-->
1979 to browse the release notes.  These include changes since the last release,
1980 configuration information, the history of the Alpine
1981 project, credits, and legal notices.
1983 Alpine releases are available via the world wide web at
1985 <CENTER><SAMP><A 
1986 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
1987 ></CENTER>
1990 If you would like to print <EM>all</EM> of Alpine's internal help text
1991 (not recommended) for a little light bedtime reading, then press
1992 <!--chtml if pinemode="function_key"-->
1993 &quot;F12&quot;
1994 <!--chtml else-->
1995 &quot;Z&quot;
1996 <!--chtml endif-->
1997 now.  (This assumes that the
1998 copy of Alpine you are using has been properly configured for printing
1999 at your site.)
2001 &lt;End of help on this topic&gt;
2002 </BODY>
2003 </HTML>
2004 ===== h_mainhelp_localsupport ======
2005 <HTML>
2006 <HEAD>
2007 <TITLE>Local Support Contacts</TITLE>
2008 </HEAD>
2009 <BODY>
2010 <H1>Local Support Contacts</H1>
2012 <!--chtml if [ -r PINE_INFO_PATH ]-->
2013 <!--#include file="PINE_INFO_PATH"-->
2014 <!--chtml else-->
2015 No Local Support Contacts configured.
2016 <!--chtml endif-->
2019 &lt;End of help on this topic&gt;
2020 </BODY>
2021 </HTML>
2023 ===== h_mainhelp_cmds ======
2024 <HTML>
2025 <HEAD>
2026 <TITLE>Giving Commands in Alpine</TITLE>
2027 </HEAD>
2028 <BODY>
2029 <H1>Giving Commands in Alpine</H1>
2031 Unless configured otherwise
2032 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2033 the bottom two lines of the screen are always used to list the
2034 commands you can give.  You press the keys that are highlighted to give
2035 the command.  The commands for getting help and going back to the main
2036 menu are always present (except when viewing help as you are now).
2037 <!--chtml if pinemode="function_key"-->
2038 <!--chtml else-->
2040 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2041 you see at the bottom of any screen. In some cases there are 3 or
2042 even 4 different
2043 sets of keys that can be seen by using the O key. <EM>All commands are 
2044 active</EM>, even if they are not currently showing at the bottom of your 
2045 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2046 remind yourself of the proper key to press to perform an operation.
2048 <H2>Control Key Commands</H2>
2049 When composing mail, and in a few other places, in Alpine you
2050 have to use Control keys. This means pressing the Control key (usually labeled 
2051 &quot;Ctrl&quot;) and the
2052 letter indicated at the same time.  Usually, this is shown with a
2053 &quot;^&quot; in front of the letter.  On some systems, certain control
2054 characters are intercepted before they get to Alpine.  As a work-around,
2055 you can press the ESCAPE key twice followed by the desired key.  For
2056 example, if Ctrl-O (^O) does not work on your system, try typing
2057 &quot;ESC ESC O&quot;.
2058 <!--chtml endif-->
2059 <H2>Paging Up and Down</H2>
2060 The &quot;+&quot; and &quot;-&quot; keys are used for
2061 moving to the next or previous page.  The space bar is a synonym for
2062 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2063 up as you do in the message composer.  On screens with a WhereIs (search)
2064 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2065 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2066 of the message or list.
2068 <H2>Return Key</H2>
2069 The return key is usually a synonym for a frequently used
2070 command.  When viewing a message, there is currently not a default
2071 command, so RETURN does nothing; when in the index, it is synonymous with
2072 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2073 enclosed in square brackets [] is the same as the return key.
2075 <H2>Control Keys Not Used By Alpine</H2>
2076 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2077 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2078 at prompts for file/folder names, control keys must be used for editing and 
2079 navigation functions.
2082 Alpine has used nearly all the control keys available.  There are, however,
2083 certain control keys that are reserved by other programs or for technical
2084 reasons.  Alpine does not use any of these keys:
2085 <DL>
2086  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2087  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2088  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2089 </DL>
2091 Note: Ctrl-S and Ctrl-Q can be subject to 
2092 <A HREF="h_special_xon_xoff">special handling</A>.
2094 In addition, while the ESC key alone is not used for command input,
2095 Alpine will recognize two consecutive ESC key presses followed by a letter 
2096 key as a substitute for control key input.  For example, the control key
2097 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2098 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2099 This is useful if the communication program you are using
2100 (e.g. Telnet) has its own, conflicting, idea of what certain control
2101 characters mean.
2104 <H2>Repainting the Screen</H2>
2105 Sometimes what is displayed on the screen will be
2106 incorrect due to noise on the phone line or other causes and you will want
2107 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2108 command to do this.  It never hurts to do it when in doubt.
2111 &lt;End of help on this topic&gt;
2112 </BODY>
2113 </HTML>
2114 ===== h_mainhelp_status ======
2115 <HTML>
2116 <HEAD>
2117 <TITLE>Titlebar Line</TITLE>
2118 </HEAD>
2119 <BODY>
2120 <H1>Titlebar Line</H1>
2122 The top line of the screen is Alpine's titlebar line.  It will always display
2123 the current version of Alpine and will also convey information about the
2124 status of the program.  This is where you look to find out what
2125 collection, folder and message number is active and where you are in Alpine.
2128 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2129 (typically your INBOX) is &quot;locked&quot; by another mail session --
2130 most likely a more recent session of Alpine has taken the INBOX lock.
2133 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2134 access a
2135 folder on a remote mail server, and for some reason, communication with
2136 the mail server has either been lost, or never successfully established.
2137 This can be a result of trying to open a non-existent folder, or one
2138 stored on an invalid or non-operational server, or it can mean that Alpine
2139 has been suspended for more that 30 minutes while accessing a remote mail
2140 server.
2143 &lt;End of help on this topic&gt;
2144 </BODY>
2145 </HTML>
2146 ===== h_mainhelp_mainmenu ======
2147 <HTML>
2148 <HEAD>
2149 <TITLE>Main Menu</TITLE>
2150 </HEAD>
2151 <BODY>
2152 <H1>Main Menu</H1>
2154 The Main Menu lists Alpine's main options.
2155 The key or keys you must type to enter your
2156 choice are to the left of each option or command name.
2157 You can type either uppercase or lowercase letters,
2158 and you should not press &lt;Return&gt; after typing the
2159 letter (unless you are specifically asking for the default,
2160 highlighted command).
2163 From the Main Menu you can choose to read online help, write (compose) and 
2164 send a message, look at an index of your mail messages, open or maintain
2165 your mail folders, update your address book, configure Alpine, and quit Alpine.
2166 There are additional options listed at
2167 the bottom of the screen as well.
2170 The Help command usually returns context-sensitive help information.
2171 However, in the Main Menu you get the most general help, which includes
2172 a Table of Contents.
2173 The last entry in the Table of Contents is an Index of help topics,
2174 so this is a good place to go if you are having trouble finding how
2175 to do something.
2177 <H2>Main Menu Commands</H2>
2178 The Alpine main menu lists the most common Alpine functions. A <a
2179 href="h_main_menu_commands">full list of these
2180 commands</a> and what they do is available.
2182 &lt;End of help on this topic&gt;
2183 </BODY>
2184 </HTML>
2185 ===== h_mainhelp_abooks ======
2186 <HTML>
2187 <HEAD>
2188 <TITLE>Address Books</TITLE>
2189 </HEAD>
2190 <BODY>
2191 <H1>Address Books</H1>
2194 As you use email, you can build a list of your regular email correspondents 
2195 in your Alpine
2196 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2197 screen. Your
2198 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2199 You can use the address book to store email addresses for individuals or
2200 groups, to create easily
2201 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2202 address when you are composing a message.
2204 There are two ways to add addresses to your address book: you can add them 
2205 manually or take them from messages (by pressing T to access the Take command). 
2206 With either method, you specify nicknames for your correspondents. A single 
2207 address book entry (or nickname) can point to just one email address, or, it can
2208 point to more than one. When it points to more than one, it is called a 
2209 distribution list. Each distribution list has a nickname, a full name, and a 
2210 list of addresses. These
2211 addresses may be actual addresses, other nicknames in your address book, or 
2212 other
2213 distribution lists.
2216 Additional information is available in Alpine's online help:
2217 <ul>
2218   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2219 </ul>
2221 &lt;End of help on this topic&gt;
2222 </BODY>
2223 </HTML>
2224 ===== h_mainhelp_ldap ======
2225 <HTML>
2226 <HEAD>
2227 <TITLE>LDAP</TITLE>
2228 </HEAD>
2229 <BODY>
2230 <H1>LDAP</H1>
2232 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2233 an organization's shared
2234 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2235 large address
2236 books, rather like the White Pages provided by the phone company. As an Alpine 
2237 user, it is not
2238 necessary to know much about how this works, only how to use it and how to 
2239 configure
2242 More information on configuring LDAP is available in Alpine's online help:
2243 <ul>
2244   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2245 </ul>
2247 Additional help on using LDAP in Alpine is also available:
2248 <ul>
2249   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2250 </ul>
2252 &lt;End of help on this topic&gt;
2253 </BODY>
2254 </HTML>
2255 ===== h_mainhelp_index ======
2256 <HTML>
2257 <HEAD>
2258 <TITLE>Index of Messages</TITLE>
2259 </HEAD>
2260 <BODY>
2261 <H1>Index of Messages</H1>
2263 In Alpine's message index, the selected message is highlighted. The first 
2264 column on the left is blank, shows a &quot;+&quot; if the message was
2265 sent directly to you (i.e., it is not a
2266 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2268 The second column may be blank, or it may contain:
2269 <ul>
2270   <li>"N" if the message is new (unread), </li>
2271   <li>"A" if you have answered the message (using the Reply command), </li>
2272   <li>"D" if you have marked the message for deletion.</li>
2273 </ul>
2276 Note: If you answer a message as well as mark it deleted (in either order), 
2277 you will only see the &quot;D&quot;.
2280 The rest of the columns in the message line show you the message
2281 number, date sent, sender, size, and subject. For details, press ? (Help).  
2282 The behavior and appearance of the Index screen is highly configurable.
2283 In the Setup/Config screen search (with the WhereIs command) for options
2284 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2285 many of the configuration possibilities.
2286 In particular, the
2287 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2288 option may be used to configure the look of the standard MESSAGE INDEX lines
2289 in many different ways.
2290 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2291 read the help text there for more information.
2293 Most of the commands you need to handle your messages are visible at the
2294 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2295 commands that are available.
2296 You do not need to see these &quot;other commands&quot;
2297 on the screen to use them. That is, you never need to press O as a prefix
2298 for any other command.
2301 Additional information is available in Alpine's online help:
2302 <ul>
2303   <li><a href="h_mail_index">Message Index Commands</a></li>
2304 </ul>
2306 &lt;End of help on this topic&gt;
2307 </BODY>
2308 </HTML>
2309 ===== h_mainhelp_reading ======
2310 <HTML>
2311 <HEAD>
2312 <TITLE>Reading Messages</TITLE>
2313 </HEAD>
2314 <BODY>
2315 <H1>Reading Messages</H1>
2317 The message text screen shows you the text of the message along with
2318 its header. If a message has attachments, those will be listed (but not
2319 displayed) also.  The titlebar line displays information about the currently
2320 open message, folder and collection.  You see the name of the collection
2321 (if there is one) in angle brackets, then the name of the folder, then the
2322 message number and finally the position within the current message (in
2323 percent). If the message is marked for deletion
2324 &quot;DEL&quot; will appear in the
2325 upper right as well.
2328 As with every Alpine screen, the bottom two lines show you the commands 
2329 available.
2331 <P>Additional information is available in Alpine's online help:
2332 <ul>
2333   <li><a href="h_mail_view">Message Text Screen</a></li>
2334   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2335   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2336 </ul>
2338 &lt;End of help on this topic&gt;
2339 </BODY>
2340 </HTML>
2341 ===== h_mainhelp_composing ======
2342 <HTML>
2343 <HEAD>
2344 <TITLE>Composing Messages</TITLE>
2345 </HEAD>
2346 <BODY>
2347 <H1>Composing Messages</H1>
2349 To write a message, press C (Compose). You see the Compose Message
2350 screen, which is divided into two parts: the header area and the message
2351 text area. The header area is where information on the recipient (the To:
2352 field) and the subject line go, while the message text area contains the
2353 actual text of the email message. Different commands are available to you
2354 when your cursor is in different areas on this screen. To see additional
2355 help on commands in either the message text or header area, type
2356 <Control>G (Get help).
2359 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2360 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2362 <P>The following information from Alpine's online help may prove useful:
2363 <ul>
2364   <li><a href="h_composer_to">Message Header Commands</a></li>
2365   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2366   <li><a href="h_composer">Composer Commands</a></li>
2367   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2368   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2369   <li><a href="h_compose_send">Send Command</a></li>
2370   <li><a href="h_compose_spell">Spell Check Command</a></li>
2371 </ul>
2373 &lt;End of help on this topic&gt;
2374 </BODY>
2375 </HTML>
2376 ===== h_mainhelp_collections ======
2377 <HTML>
2378 <HEAD>
2379 <TITLE>Collection Lists</TITLE>
2380 </HEAD>
2381 <BODY>
2382 <H1>Collection Lists</H1>
2384 Collection lists are Alpine's way of organizing groups of folders. Each
2385 "collection" can reside on a different server, for example, and contain a
2386 different group of mail folders.
2389 For more information on this, see:
2390 <ul>
2391   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2392 </ul>
2394 Additional information relating to collection lists is also available in 
2395 Alpine's online
2396 help:
2397 <ul>
2398   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2399   <li><a href="h_collection_screen">Collection List Screen</a></li>
2400 </ul>
2402 &lt;End of help on this topic&gt;
2403 </BODY>
2404 </HTML>
2405 ===== h_mainhelp_folders ======
2406 <HTML>
2407 <HEAD>
2408 <TITLE>Folders</TITLE>
2409 </HEAD>
2410 <BODY>
2411 <H1>Folders</H1>
2413 Messages can quickly accumulate in your INBOX folder. If you use email
2414 often, you soon could have hundreds. You need to delete messages you do
2415 not want, and you can use folders to organize messages you wish to save. A
2416 folder is a collection of one or more messages that are stored (just like
2417 the messages in your INBOX) so you can access and manage them.
2420 You can organize your email messages into different folders by topic,
2421 correspondent, date, or any other category that is meaningful to you. You
2422 can create your own folders, and Alpine automatically provides three:
2423 <ul>
2424   <li>The INBOX folder: messages sent to you are listed in this folder.
2425       When you first start Alpine and go to the Message Index screen, you are
2426 looking at the list of messages in your INBOX folder. Every incoming
2427 message remains in your INBOX until you delete it or save it in another
2428 folder. </li>
2429   <li>The sent-mail folder: copies of messages you send are stored in this 
2430 folder. This is
2431 convenient if you cannot remember whether you actually sent a message and want 
2432 to check, or
2433 if you want to send a message again.</li>
2434   <li>The saved-messages folder: copies of messages you save are stored in this 
2435 folder
2436 unless you choose to save them to other folders you create yourself.</li>
2437 </ul>
2440 More information about folders is available in Alpine's online help:
2441 <ul>
2442   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2443   <li><a href="h_folder_maint">Help for Folder List</a></li>
2444   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2445   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2446 Explained</a></li>
2447   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2448 </ul>
2450 &lt;End of help on this topic&gt;
2451 </BODY>
2452 </HTML>
2453 ===== h_mainhelp_color ======
2454 <HTML>
2455 <HEAD>
2456 <TITLE>Color</TITLE>
2457 </HEAD>
2458 <BODY>
2459 <H1>Color</H1>
2461 If the terminal emulator you are using is capable of displaying color or if
2462 you are using PC-Alpine, then it is possible to set up Alpine so that various
2463 parts of the display will be shown in colors you configure. This is done
2464 using the Setup Color screen, available from the MAIN MENU by selecting
2465 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2466 stands for Config in this context).
2469 For example, you may color things like the titlebar, the current item,
2470 the keymenu, and the status messages.
2471 You may also color lines in the index, and headers and quoted text in the
2472 MESSAGE TEXT screen.
2473 You use the Color Setup screen for configuring most of this, but you must
2474 use the IndexColor setup for coloring whole index lines.
2475 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2478 The following entries in Alpine's online help provide additional information 
2479 about how to use color:
2480 <UL>
2481   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2482   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2483   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2484   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2485 </UL>
2487 &lt;End of help on this topic&gt;
2488 </BODY>
2489 </HTML>
2490 ===== h_mainhelp_mouse ======
2491 <HTML>
2492 <HEAD>
2493 <TITLE>Using a Mouse</TITLE>
2494 </HEAD>
2495 <BODY>
2496 <H1>Using a Mouse</H1>
2498 If you are using PC-Alpine mouse support is turned on automatically.
2499 If you are using UNIX Alpine within an X terminal window or within
2500 a terminal emulator that supports an xterm-style mouse, then you may
2501 turn on support for the mouse with the feature
2502 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2503 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2505 PC-Alpine offers considerable mouse support.  You can view what is
2506 &quot;clickable&quot; by dragging your mouse over any screen; when the
2507 arrow cursor changes into a hand, you found something. Mouse-click
2508 possibilities include navigating between screens and folders and
2509 double-clicking on hyperlinks to open your Web browser.
2510 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2511 screen.  Examples of right-click options include &quot;copy&quot; after
2512 selecting text to copy and &quot;View in New Window&quot; when you click
2513 on a particular message in the Message Index. The menu choices available
2514 to you will vary based upon what screen is open, where on the screen your
2515 cursor is located, and even what action you have already taken.
2516 Within a folder, you may set the &quot;Important&quot; flag on any
2517 message.
2519 X terminal mouse support is more limited but still quite powerful.
2520 As with PC-Alpine, clicking on any of the commands in the keymenu at
2521 the bottom of the screen will execute that command as if you typed it.
2522 Double-clicking on a link, for example the link to the
2523 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2524 will take you to that link.
2525 Double-clicking on an index line will view the message, and so on.
2527 &lt;End of help on this topic&gt;
2528 </BODY>
2529 </HTML>
2530 ===== h_mainhelp_keywords ======
2531 <HTML>
2532 <HEAD>
2533 <TITLE>Keywords</TITLE>
2534 </HEAD>
2535 <BODY>
2536 <H1>Keywords</H1>
2538 Within a folder, you may set the &quot;Important&quot; flag on any
2539 message.
2540 This doesn't have any system-defined meaning and is only called
2541 the Important flag because many users use it to signify that a message
2542 is important to them in some way.
2544 You may also define your own set of keywords.
2545 You might know these as user defined flags or as labels.
2546 These are similar to the Important flag but you choose the names for yourself.
2548 Alpine will only display keywords that
2549 have been added by you in the Flag Details screen or
2550 that have been configured by you using the Setup/Config option
2551 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2552 Keywords set by other means (for example, by another email client) will not
2553 show up in Alpine unless you configure Alpine to know about them.
2554 They will show up in the Flag Details screen, but will not show up, for example,
2555 in the index line.
2558 The following entries in Alpine's online help provide additional information 
2559 about how to use keywords:
2560 <ul>
2561   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2562   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2563 </ul>
2565 &lt;End of help on this topic&gt;
2566 </BODY>
2567 </HTML>
2568 ===== h_mainhelp_roles ======
2569 <HTML>
2570 <HEAD>
2571 <TITLE>Roles</TITLE>
2572 </HEAD>
2573 <BODY>
2574 <H1>Roles</H1>
2576 You may play different roles depending on who you are replying to. For
2577 example, if you are replying to a message addressed to help-desk you may
2578 be acting as a Help Desk Worker. That role may require that you use a
2579 different return address and/or a different signature.
2582 To configure roles, go to the MAIN MENU and use the Setup command
2583 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2584 The following entries in Alpine's online help provide additional information 
2585 about how to
2586 use roles:
2587 <ul>
2588   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2589   <li><a href="h_role_select">Roles Screen</a></li>
2590 </ul>
2592 &lt;End of help on this topic&gt;
2593 </BODY>
2594 </HTML>
2595 ===== h_mainhelp_filtering ======
2596 <HTML>
2597 <HEAD>
2598 <TITLE>Filtering</TITLE>
2599 </HEAD>
2600 <BODY>
2601 <H1>Filtering</H1>
2603 The software that actually delivers mail (the stuff that happens
2604 before Alpine is involved) for you is in a better position to do mail filtering
2605 than Alpine itself.
2606 If possible, you may want to look into using that sort of mail filtering to
2607 deliver mail to different folders, delete it, or forward it.
2608 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2611 Filtering is a way to automatically move certain messages from one folder
2612 to another or to automatically delete messages.
2613 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2614 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2615 Alpine doesn't have the ability to forward mail to another address or
2616 to deliver vacation messages.
2619 To configure filtering, go to the MAIN MENU and use the Setup command
2620 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2621 The following entries in Alpine's online help provide additional information 
2622 about how to use filtering:
2623 <UL>
2624   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2625 </UL>
2627 &lt;End of help on this topic&gt;
2628 </BODY>
2629 </HTML>
2630 ===== h_mainhelp_patterns ======
2631 <HTML>
2632 <HEAD>
2633 <TITLE>Patterns</TITLE>
2634 </HEAD>
2635 <BODY>
2636 <H1>Patterns</H1>
2638 Patterns are used with Roles, Filtering, Index Coloring,
2639 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2640 The following entries in Alpine's online help provide information 
2641 about using Patterns:
2642 <UL>
2643   <LI> <A HREF="h_rule_patterns">Patterns</A>
2644 </UL>
2646 &lt;End of help on this topic&gt;
2647 </BODY>
2648 </HTML>
2649 ===== h_mainhelp_cmdlineopts ======
2650 <HTML>
2651 <HEAD>
2652 <TITLE>Command Line Options</TITLE>
2653 </HEAD>
2654 <BODY>
2655 <H1>Command Line Options</H1>
2657 Alpine accepts a number of command line arguments, allowing you, for
2658 example, to start Alpine and immediately access a particular folder.
2659 Many of these arguments overlap with options in the Alpine configuration file.
2660 If there is a difference, then an option set on the command line takes
2661 precedence.
2662 Alpine expects command line arguments (other than addresses) to be
2663 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2664 A <a href="h_command_line_options">full list</a> of command line
2665 possibilities is available.
2667 &lt;End of help on this topic&gt;
2668 </BODY>
2669 </HTML>
2670 ===== h_mainhelp_config ======
2671 <HTML>
2672 <HEAD>
2673 <TITLE>Alpine Configuration</TITLE>
2674 </HEAD>
2675 <BODY>
2676 <H1>Alpine Configuration</H1>
2678 Unless it has been administratively disabled, the Setup command on the
2679 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2680 The possible subcommands are for general Configuration settings,
2681 Printer settings, Changing your Password, Signature setup,
2682 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2683 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2684 and Color configuration.
2685 In particular, the &quot;Config&quot; subcommand has many features you may
2686 set or unset and many other configuration variables that may be set to change
2687 the way Alpine works.
2688 Every one of the hundreds of options available in that configuration settings
2689 screen has help text associated with it.
2690 You may read that text by moving the cursor to highlight the option and then
2691 typing the Help command.
2693 These settings are stored in your personal
2694 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2695 <A HREF="h_config_remote_config">remotely</A>),
2696 but on shared systems these settings
2697 may be over-ridden by a system-wide control file (due to local site
2698 security or support policies).  A global pine configuration file can also
2699 be used to set default values for all Alpine users on a particular system.
2700 Power users may be interested in splitting their personal configuration
2701 data into two pieces, a generic piece and
2702 <A HREF="h_config_exceptions">exceptions</A> which apply to
2703 a particular platform.
2704 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2705 General Alpine configuration information can be found
2706 <A HREF="h_news_config">here</A>.
2708 &lt;End of help on this topic&gt;
2709 </BODY>
2710 </HTML>
2711 ===== h_mainhelp_aggops ======
2712 <HTML>
2713 <HEAD>
2714 <TITLE>Aggregate Operations</TITLE>
2715 </HEAD>
2716 <BODY>
2717 <H1>Aggregate Operations</H1>
2719 When you are in the MESSAGE INDEX, the available commands
2720 (for example, Delete, Undelete, Save, Reply, and so on)
2721 normally act on a single message.
2722 So, for example, if you press the Delete command, the currently highlighted
2723 message is marked Deleted.
2724 These commands that normally act on a single message may be applied to
2725 several messages at once instead.
2727 By default this feature is turned on, but it could be administratively turned
2728 off to reduce complexity.
2729 The feature
2730 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2731 in the Setup/Config screen is used to turn it off or on.
2732 When this feature is turned on, the four commands &quot;Select&quot;,
2733 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2734 are available.
2735 The two selection commands allow you to mark a set of
2736 messages as being &quot;selected&quot;.
2737 The &quot;ZoomMode&quot; command will toggle between
2738 displaying only the selected messages and displaying all the messages.
2739 The &quot;Apply&quot; command allows you to
2740 apply one of the regular MESSAGE INDEX commands to all of the selected
2741 messages instead of to only the highlighted message.
2743 An example aggregate operation would be to catch up when reading
2744 a news group.
2745 That is, get rid of all the messages in the news group so that you can
2746 start fresh.
2747 The easiest way to do this in Alpine is to use aggregate operations.
2748 You want to Delete all of the messages in the group.
2749 You could start at the top and type &quot;D&quot; once for every message.
2750 A much faster method is to first Select all of the messages in the group,
2751 and then Delete all of them.
2752 This would take four keystrokes:
2754 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2755 <BR>
2756 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2758 Another use of Select is to use it for searching for a particular message
2759 or set of messages in a large folder.
2760 You may know that the message was From a certain user.
2761 You could select all messages from that user to start, and use Zoom to
2762 look at only those messages.
2763 If there were still too many messages to look at you could Narrow the
2764 set of messages further by selecting from all of those messages only
2765 the ones that were after a certain date, or contained a particular phrase
2766 in the Subject, or were too a particular address, and so on.
2767 That may be the end of what you are doing, or you may want to use Apply to
2768 Save or Forward or Print all of the selected messages.
2770 Some related help topics are
2771 <UL>
2772 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2773 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2774 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2775 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2776 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2777 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2778 </UL>
2780 &lt;End of help on this topic&gt;
2781 </BODY>
2782 </HTML>
2783 ===== h_mainhelp_readingnews ======
2784 <HTML>
2785 <HEAD>
2786 <TITLE>Reading News</TITLE>
2787 </HEAD>
2788 <BODY>
2789 <H1>Reading News</H1>
2791 <H2>Background</H2>
2792 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2793 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2794 Usenet newsgroups allow groups of people with common interests to discuss 
2795 particular topics. You might find newsgroups related to your career, or you 
2796 might wish to check out the online discussion among the fans of your favorite 
2797 television show. 
2799 <H2>Configuring Alpine for Reading News</H2>
2800 Alpine often arrives
2801 pre-configured by your system administrator to automatically access the
2802 newsgroups offered by your organization, Internet Service Provider, or
2803 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2804 need additional details on <a href="h_configuring_news">how to
2805 configure Alpine to read news</a>.
2807 <H2>Accessing Newsgroups</H2>
2808 The first step in reading news is to access the newsgroups collections
2809 screen from Alpine. If everything is configured properly, you should be able
2810 to do this by first typing L (folder List), then selecting the folder
2811 collection listed as "News." The actual name of this collection may differ
2812 from system to system.
2814 <H2>Subscribing to Newsgroups</H2>
2816 Once you have accessed the news collection, you need to subscribe to a
2817 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2818 will keep a record of the newsgroups in which you are interested and which
2819 articles in those newsgroups have been read.
2821 <H2>Using Newsgroups</H2> 
2822 Alpine uses the similar commands to read news as to read mail. For example,
2823 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2824 and the R command Replies to a news posting. Basically, Alpine allows you to
2825 read news as if it were mail, so you don't need to change the way you
2826 interact with Alpine.
2828 There is also additional Alpine help available on 
2829 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2831 &lt;End of help on this topic&gt;
2832 </BODY>
2833 </HTML>
2834 ===== h_mainhelp_securing ======
2835 <HTML>
2836 <HEAD>
2837 <TITLE>Securing your Alpine Session</TITLE>
2838 </HEAD>
2839 <BODY>
2840 <H1>Securing your Alpine Session</H1>
2842 By default, Alpine will attempt to connect to an IMAP server on the normal
2843 IMAP service port (143).
2844 If the Alpine you are using has been built to
2845 support &quot;Transport Layer Security&quot; (TLS)
2846 and &quot;Secure Sockets Layer&quot; (SSL) 
2847 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2848 and the server offers the STARTTLS capability, then a secure (encrypted)
2849 session will be established.
2851 When you are connected to a remote folder the titlebar will contain a plus sign
2852 in the far right column if the connection is encrypted using TLS or SSL.
2853 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2854 if the connection is encrypted.
2856 <H2>More Information on Alpine with SSL and TLS</H2>
2857 <UL>
2858 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2859 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2860 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2861 <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>
2862 </UL>
2863 <H2>Here are some other security-related features and options</H2>
2865 <UL>
2866 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2867 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
2868 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2869 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2870 </UL>
2872 &lt;End of help on this topic&gt;
2873 </BODY>
2874 </HTML>
2875 ===== h_mainhelp_problems ======
2876 <HTML>
2877 <HEAD>
2878 <TITLE>Reporting Problems</TITLE>
2879 </HEAD>
2880 <BODY>
2881 <H1>Reporting Problems</H1>
2883 We ask that you first read the relevant help screens and then seek
2884 assistance from your own local support staff.  Once you are sure that your
2885 difficulty is not a local configuration problem, you might look at the
2886 help section explaining where to look for
2887 <A HREF="h_finding_help">more information</A> and where to 
2888 get assistance.
2891 <ADDRESS>
2892    Eduardo Chappa &lt;chappa@gmx.com&gt;
2893 </ADDRESS>
2896 &lt;End of help on this topic&gt;
2897 </BODY>
2898 </HTML>
2899 ===== h_main_menu_commands ======
2900 <HTML>
2901 <HEAD>
2902 <TITLE>MAIN MENU COMMANDS</TITLE>
2903 </HEAD>
2904 <BODY>
2905 <H1>MAIN MENU COMMANDS</H1>
2907 <!--chtml if pinemode="function_key"-->
2908 &nbsp;Available&nbsp;Commands&nbsp;--
2909 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2910 &nbsp;------------------------------
2911 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2912 ----------<BR>
2913 &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>
2914 &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>
2915 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2916 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2917 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2918 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2919 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2920 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2921 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2922 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2923 &nbsp;F7&nbsp;&nbsp;<A 
2924 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2925 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2926 &nbsp;F8&nbsp;&nbsp;<A 
2927 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2928 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2929 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 
2930 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2931 &nbsp;F10&nbsp;<A 
2932 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 
2933 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2934 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2935 &nbsp;F11&nbsp;<A 
2936 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2937 <!--chtml else-->
2938 &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>
2939 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2940 &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>
2941 &nbsp;C&nbsp;&nbsp;<A 
2942 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>
2943 &nbsp;I&nbsp;&nbsp;<A 
2944 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>
2945 &nbsp;L&nbsp;&nbsp;<A 
2946 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>
2947 &nbsp;A&nbsp;&nbsp;<A 
2948 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2949 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2950 &nbsp;S&nbsp;&nbsp;<A 
2951 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 
2952 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2953 &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>
2954 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2955 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2956 <!--chtml endif-->
2959 NOTE:
2960 <OL>
2961  <LI>For help on a particular command, highlight the bold text associated
2962 with it above and hit Return.
2963  <LI> The availability of certain commands (e.g. some of the options under
2964 SETUP) is determined by Alpine configuration files and system capabilities.
2965 At some sites, certain commands may not be available due to security or
2966 support concerns.
2967 </OL>
2969 &lt;End of help on this topic&gt;
2970 </BODY>
2971 </HTML>
2973 ===== h_command_line_options ======
2974 <HTML>
2975 <HEAD>
2976 <TITLE>COMMAND LINE OPTIONS</TITLE>
2977 </HEAD>
2978 <BODY>
2979 <H1>COMMAND LINE OPTIONS</H1>
2980 Possible starting arguments for Alpine:
2982 <DL COMPACT>
2984 <DT> <EM>[addresses]</EM>
2986 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2987 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2988 <EM>Alpine</EM> will startup in
2989 the composer with a message started to the addresses specified.
2990 Once the message is sent, the <EM>Alpine</EM> session closes.
2991 Standard input redirection is allowed.
2992 Separate multiple addresses with a space between them.
2993 Addresses are placed in the &quot;To&quot; field only.
2996 <DT> &lt; <EM>file</EM>
2998 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2999 into the body of the message.
3000 Once the message is sent, the <EM>Alpine</EM> session closes. 
3003 <DT> -attach <EM>file</EM>
3005 <DD> Go directly into composer with given file attached.
3008 <DT> -attachlist <EM>file-list</EM>
3010 <DD> Go directly into composer with given files attached.
3011 This must be the last option on the command line.
3014 <DT> -attach_and_delete <EM>file</EM>
3016 <DD> Go directly into composer with given file attached, delete when finished.
3019 <DT> -aux <EM>local_directory</EM>
3021 <DD> <EM>PC-Alpine</EM> only.
3022 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3023 files, like debug files, address books, and signature files.  The pinerc may 
3024 be local or remote.
3027 <DT> -bail
3029 <DD> If the personal configuration file doesn't already exist, exit.
3030 This might be useful if the configuration file is accessed using some
3031 remote filesystem protocol. If the remote mount is missing this will cause
3032 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3035 <DT> -c <EM>n</EM>
3037 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3038 This is used when there are multiple folder collections (contexts) and you 
3039 want to open a folder not in the primary collection.
3042 <DT> -conf
3044 <DD> Configuration: Prints a sample system configuration file to the
3045 screen or standard output. To generate an initial system configuration 
3046 file, execute
3048 <PRE><CODE>
3049                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3050 </CODE></PRE>
3053 To generate a system configuration file using settings from an old
3054 system configuration file, execute
3056 <PRE><CODE>
3057                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3058 </CODE></PRE>
3060 A system configuration file is not required.
3063 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3065 <DD> Copy an address book file to a remote address book folder.
3066 If the remote folder doesn't exist, it will be created.
3067 If it exists but the first message in the folder isn't a remote address
3068 book header message, the copy will be aborted.
3069 This flag will not usually be used by a user.
3070 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3071 and copy entries from the local address book by using aggregate Save in
3072 the address book screen.
3075 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3077 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3078 If the remote folder doesn't exist, it will be created.
3079 If it exists but the first message in the folder isn't a remote pinerc
3080 header message, the copy will be aborted.
3081 This flag may be useful to users who already have a local pinerc file and
3082 would like to convert it to a remote pinerc folder and use that instead.
3083 This gives a way to bootstrap that conversion without having to manually
3084 reset all of the variables in the remote pinerc folder.
3087 <DT> -d <EM>debug-level</EM>
3089 <DD> Debug Level:  Sets the level of debugging information written by
3090 <EM>Alpine</EM>.
3091 <EM>debug-level</EM> can be set to any integer 0-9.
3092 A debug level of 0 turns off debugging for the session.
3093 (Actually there are some levels higher than 9, but you probably don't
3094 want to see them.)
3097 <DT> -d <EM>keywords</EM>
3099 <DD> You may use a more detailed version of the debugging flag to set
3100 the debug level in separate parts of <EM>Alpine</EM>.
3101 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3102 verbose=0..9.
3103 <EM>Flush</EM> causes debugging information to be flushed immediately to
3104 the debug file as it is written.
3105 <EM>Verbose</EM> is the general debugging verbosity level.
3106 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3107 is useful when you are trying to figure out what is responsible for delays.
3108 <EM>Numfiles</EM> sets the number of debug files saved.
3109 <EM>Imap</EM> sets the debug level for the debugging statements related
3110 to the conversation with the IMAP server, and more generally, for the
3111 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3112 <EM>Tcp</EM> turns on some TCP/IP debugging.
3115 <DT> -f <EM>folder</EM>
3117 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3118 of the standard INBOX.
3121 <DT> -F <EM>file</EM>
3123 <DD> Open named text file for viewing and forwarding.
3126 <DT> -h
3128 <DD> Help:  Prints the list of available command-line arguments to the
3129 screen.
3132 <DT> -i
3134 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3135 screen instead of the MAIN MENU.
3138 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3141 <DT> -I <EM>a,b,c,...</EM>
3143 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3144 sequence of commands upon startup.
3145 This allows users to get <EM>Alpine</EM> to start in any
3146 of its menus/screens.
3147 You cannot include any input to the composer in the initial keystrokes.
3148 The key &lt;Return&gt; is represented by a ``CR'' in
3149 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3150 Control keys are two character sequences beginning with ``^'', such as
3151 ``^I''.
3152 A tab character is ``TAB''.
3153 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3154 ``DOWN'', ``LEFT'', and ``RIGHT''.
3155 A restriction is that you can't mix function keys and character keys in this
3156 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3157 A user can always use only <EM>character</EM> keys in the startup list even
3158 if he or she is using <EM>function</EM> keys normally, or vice versa.
3159 If an element in this list is a string of characters surrounded by double
3160 quotes (&quot;) then it will be expanded into the individual characters in
3161 the string, excluding the double quotes.
3164 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3167 <DT> -install
3169 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3170 some basic information to help with getting properly set up.
3173 <DT> -k
3175 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3176 the input of commands to be function-keys.
3177 Otherwise, commands are linked to the regular character keys.
3180 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3181 <EM>Feature-List</EM>.
3184 <DT> -n <EM>n</EM>
3186 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3187 FOLDER INDEX screen with the current message being the specified
3188 message number.
3191 <DT> -nosplash
3193 <DD> <EM>PC-Alpine</EM> only.
3194 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3195 This may be helpful for certain troubleshooting or terminal server scenarios.
3198 <DT> -o <EM>folder</EM>
3200 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3203 <DT> -p <EM>pinerc</EM>
3205 <DD> Uses the named file as the personal configuration file instead of
3206 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3207 Alpinerc may be either a local file or a remote configuration folder.
3210 <DT> -P <EM>pinerc</EM>
3212 <DD> Uses the named file as the system wide configuration file instead of
3213 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3214 Alpinerc may be either a local file or a remote configuration folder.
3217 <DT> -passfile <EM>passfile</EM>
3219 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3220 This should be a fully-qualified filename.
3223 <DT> -pinerc <EM>file</EM>
3225 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3226 settings of variables that the user has made.
3227 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3230 <DT> -r
3232 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3233 <EM>Alpine</EM> in restricted mode can only send email to itself.
3234 Save and export are limited.
3237 <DT> -registry <EM>cmd</EM>
3239 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3240 <EM>Alpine</EM>'s registry entries.
3241 Possible values for <EM>cmd</EM> are set, clear, and dump.
3242 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3243 entries according to its current settings.
3244 <EM>Clear</EM> will clear the registry values.
3245 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3246 <EM>Dump</EM> will display the values of current registry settings.
3247 Note that the dump command is currently disabled.
3248 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3249 the registry only if there currently aren't any values set.
3252 <DT> -sort <EM>key</EM>
3254 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3255 FOLDER INDEX screen.
3256 <EM>Key</EM> can have the following values: 
3257 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3258 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3259 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3260 The default value is &quot;arrival&quot;.
3261 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3264 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3267 <DT> -uninstall
3269 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3270 in Windows settings.  The registry settings are removed and
3271 the password cache is cleared.
3274 <DT> -url <EM>url</EM>
3276 <DD> Open the given URL.
3279 <DT> -v
3281 <DD> Version:  Print version information to the screen.
3284 <DT> -x <EM>exceptions_config</EM>
3286 <DD> Configuration settings in the exceptions configuration override your normal
3287 default settings.
3288 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3291 <DT> -z
3293 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3294 will suspend the <EM>Alpine</EM> session.
3297 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3298 <EM>Feature-List</EM>.
3301 <DT> -<EM>option</EM>=<EM>value</EM>
3303 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3304 For example, <EM>-signature-file=sig1</EM> or
3305 <EM>-Feature-List=signature-at-bottom</EM>.
3306 Note:  Feature-List values are
3307 additive and features may be preceded with no- to turn them off.
3308 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3309 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3310 <EM>-Feature-List=signature-at-bottom</EM>.
3313 </DL>
3315 &lt;End of help on this topic&gt;
3316 </BODY>
3317 </HTML>
3318 ===== h_configuring_news ======
3319 <HTML>
3320 <HEAD>
3321 <TITLE>CONFIGURING NEWS</TITLE>
3322 </HEAD>
3323 <BODY>
3324 <H1>CONFIGURING NEWS</H1>
3325 Alpine can access news folders in any one of three different ways:
3326 <DL>
3327 <DT>REMOTE NNTP</DT>
3328 <DD>Using the Network News Transport Protocol (NNTP) to
3329 access news on a remote news server.  In this case the newsrc file is
3330 stored on the machine where Alpine is running.
3333 To specify a remote news-collection accessed via NNTP use the
3334 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3335 Server: value to the NNTP server's hostname appended with the
3336 communication method &quot;/service=NNTP&quot;, and set the Path:
3337 value to the &quot;#news.&quot; namespace (without the quotes).  See
3338 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3339 help text for a more complete explanation of access method, and the
3340 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3341 text for a more complete explanation of &quot;namespace&quot;.
3343 Instead of specifying a news-collection, you may simply set the
3344 <A HREF="h_config_nntp_server">NNTP Server</A>
3345 option, which will cause Alpine to create a default news-collection for you.
3346 Another NNTP option that may be of interest is
3347 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3349 <DT>REMOTE IMAP</DT>
3350 <DD>Using the Internet Message Access Protocol (IMAP) to
3351 access news on a remote news server.  In this case, your newsrc file is
3352 stored on the news server, in your home directory, so you must have an
3353 account on the news server, but you would be running Alpine on a different
3354 machine.  The news server must be running an IMAPd server process. 
3357 To specify a remote news-collection accessed via IMAP use the
3358 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3359 Server: value to the IMAP server's hostname, and set the Path: value
3360 to the &quot;#news.&quot; namespace (without the quotes).  See the
3361 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3362 text for a more complete explanation of &quot;namespace&quot;.
3364 </DD>
3366 <DT>LOCAL</DT>
3367 <DD>Using local file access to the news database.  In this
3368 case, your newsrc file is stored on the news server, in your home
3369 directory, so you must have an account on the news server, and you would
3370 be running Alpine on the same machine.
3373 To specify a local news-collection use the SETUP/collectionList
3374 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3375 set the Path: value to the &quot;#news.&quot; namespace (without the
3376 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3377 field's help text for a more complete explanation of &quot;namespace&quot;.
3379 </DD>
3380 </DL>
3384 NOTE: Should no news-collection be defined as above, Alpine will
3385 automatically create one using the Setup/Config screen's
3386 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3387 will be created as a &quot;Remote NNTP&quot; as described above.
3391 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3392 possible.  If you don't have an account on the news server, or if the news
3393 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3394 sure, ask your service provider, university, or company for help.)  In
3395 this case, your Unix .newsrc file can be transferred to your PC.  A good
3396 place to put it would be in the same directory as your PINERC file, under
3397 the name NEWSRC, but you can 
3398 <A HREF="h_config_newsrc_path">specify a different location</A>
3399 via Alpine's Setup/Config screen.
3402 Other configuration features related to news are
3403 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3404 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3405 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3406 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3407 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3408 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3409 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3410 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3413 &lt;End of help on this topic&gt;
3414 </BODY>
3415 </HTML>
3416 ===== h_reading_news ======
3417 <HTML>
3418 <HEAD>
3419 <TITLE>READING NEWS</TITLE>
3420 </HEAD>
3421 <BODY>
3422 <H1>READING NEWS</H1>
3424 Alpine uses almost the same commands for manipulating news folders as for
3425 mail folders.  This means, for example, that when you are done with a
3426 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3427 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3428 most newsreaders, wherein a message is implicitly dismissed after you have
3429 looked at it once. We strongly believe that Alpine should offer as much
3430 consistency as possible between mail and news, so the mail paradigm --
3431 wherein a message does not magically disappear without explicit action by
3432 the user -- is used for news as well. <P>
3434 If you answer a message in a news folder, the index view will show the
3435 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3436 keep track of what news as been read has no way of storing this flag, so
3437 it will not be preserved across sessions.  The Deleted flag is the only
3438 one that is preserved when you leave and then return to a newsgroup.  As an
3439 additional note on replies, when you Reply to a newsgroup message and say
3440 you want to reply to all recipients, Alpine will ask if you want to post the
3441 message to all the newsgroups listed in the original message. <P>
3443 If you would like Alpine to mark more-or-less recent news messages as
3444 &quot;New&quot;, then set the
3445 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3446 feature (which is set by default).  This will cause messages after the last one you have marked as
3447 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3448 &quot;N&quot; status often makes it easier to distinguish later news
3449 articles from those you've previously seen, but not yet disposed of via
3450 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3451 record of which messages you have not seen.
3454 A frequent operation in news-reading is &quot;catching up&quot; -- that
3455 is, getting rid of all the messages in the newsgroup so that you can
3456 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3457 Select command.  You would enter the following four keystrokes:
3458 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3459 dismiss) command to all of them.
3462 There are also additional details on 
3463 <A HREF="h_configuring_news">configuring news</a>.
3466 &lt;End of help on this topic&gt;
3467 </BODY>
3468 </HTML>
3469 ====== h_help_index ======
3470 <HTML>
3471 <HEAD>
3472 <TITLE>Help Index</TITLE>
3473 </HEAD>
3474 <BODY>
3475 <H1>Help Index</H1>
3476 <ul>
3477 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3478 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3479 <li><a href="h_main_addrbook">Address Book Command</a>
3480 <li><a href="h_abook_view">Address Book View Explained</a>
3481 <li><a href="h_compose_addrcomplete">Address Completion</a>
3482 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3483 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3484 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3485 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3486 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3487 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3488 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3489 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3490 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3491 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3492 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3493 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3494 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3495 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3496 <li><a href="h_news_legal">Alpine Legal Notices</a>
3497 <li><a href="h_compose_alted">Alt Editor Command</a>
3498 <li><a href="h_index_cmd_apply">Apply Command</a>
3499 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3500 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3501 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3502 <li><a href="h_composer_browse">BROWSER</a>
3503 <li><a href="h_common_bounce">Bounce Command</a>
3504 <li><a href="h_compose_cancel">Cancel Command</a>
3505 <li><a href="h_config_change_your_from">Changing your From Address</a>
3506 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3507 <li><a href="h_mainhelp_color">Color</a>
3508 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3509 <li><a href="h_composer">COMPOSER COMMANDS</a>
3510 <li><a href="h_mainhelp_composing">Composing Messages</a>
3511 <li><a href="h_mainhelp_collections">Collection Lists</a>
3512 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3513 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3514 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3515 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3516 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3517 <li><a href="h_common_compose">Compose Command</a>
3518 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3519 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3520 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3521 <li><a href="h_mainhelp_config">Configuration</a>
3522 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3523 <li><a href="h_config_dflt_color">Default Color</a>
3524 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3525 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3526 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3527 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3528 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3529 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3530 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3531 <li><a href="h_ge_export">Export File Selection</a>
3532 <li><a href="h_ge_allparts">Export Message File Selection</a>
3533 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3534 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3535 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3536 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3537 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3538 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3539 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3540 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3541 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3542 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3543 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3544 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3545 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3546 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3547 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3548 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3549 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3550 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3551 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3552 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3553 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3554 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3555 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3556 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3557 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3558 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3559 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3560 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3561 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3562 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3563 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3564 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3565 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3566 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3567 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3568 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3569 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3570 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3571 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3572 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3573 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3574 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3575 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3576 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3577 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3578 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3579 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3580 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3581 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3582 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3583 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3584 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3585 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3586 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3587 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3588 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3589 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3590 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3591 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3592 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3593 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3594 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3595 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3596 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3597 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3598 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3599 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3600 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3601 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3602 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3603 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3604 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3605 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3606 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3607 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3608 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3609 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3610 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3611 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3612 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3613 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3614 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3615 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3616 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3617 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3618 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3619 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3620 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3621 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3622 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3623 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3624 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3625 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3626 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3627 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3628 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3629 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3630 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3631 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3632 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3633 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3634 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3635 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3636 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3637 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3638 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3639 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3640 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3641 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3642 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3643 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3644 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3645 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3646 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3647 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3648 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3649 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3650 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3651 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3652 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3653 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3654 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3655 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3656 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3657 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3658 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3659 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3660 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3661 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3662 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3663 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3664 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3665 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3666 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3667 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3668 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3669 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3670 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3671 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3672 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3673 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3674 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3675 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3676 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3677 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3678 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3679 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3680 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3681 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3682 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3683 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3684 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3685 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3686 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3687 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3688 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3689 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3690 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3691 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3692 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3693 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3694 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3695 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3696 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3697 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3698 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3699 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3700 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3701 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3702 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3703 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3704 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3705 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3706 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3707 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3708 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3709 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3710 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3711 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3712 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3713 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3714 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3715 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3716 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3717 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3718 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3719 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3720 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3721 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3722 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3723 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3724 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3725 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3726 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3727 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3728 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3729 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3730 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3731 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3732 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3733 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3734 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3735 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3736 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3737 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3738 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3739 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3740 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3741 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3742 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3743 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3744 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3745 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3746 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3747 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3748 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3749 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3750 <li><a href="h_mainhelp_filtering">Filtering</a>
3751 <li><a href="h_finding_help">Finding more information and requesting help</a>
3752 <li><a href="h_common_flag">Flag Command</a>
3753 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3754 <li><a href="h_mainhelp_folders">Folders</a>
3755 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3756 <li><a href="h_common_folders">Folder List Command</a>
3757 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3758 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3759 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3760 <li><a href="h_config_change_your_from">From Address, Changing</a>
3761 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3762 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3763 <li><a href="h_common_goto">Goto Command</a>
3764 <li><a href="h_common_hdrmode">HdrMode Command</a>
3765 <li><a href="h_mainhelp_pinehelp">Help</a>
3766 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3767 <li><a href="h_folder_maint">Help for Folder List</a>
3768 <li><a href="h_valid_folder_names">IMAP</a>
3769 <li><a href="h_ge_import">Import File Selection</a>
3770 <li><a href="h_mainhelp_index">Index of Messages</a>
3771 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3772 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3773 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3774 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3775 <li><a href="h_mainhelp_intro">Introduction</a>
3776 <li><a href="h_main_journal">Journal Command</a>
3777 <li><a href="h_common_jump">Jump Command</a>
3778 <li><a href="h_compose_justify">Justify Command</a>
3779 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3780 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3781 <li><a href="h_mainhelp_ldap">LDAP</a>
3782 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3783 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3784 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3785 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3786 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3787 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3788 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3789 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3790 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3791 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3792 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3793 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3794 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3795 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3796 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3797 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3798 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3799 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3800 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3801 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3802 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3803 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3804 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3805 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3806 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3807 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3808 <li><a href="h_common_index">Message Index Command</a>
3809 <li><a href="h_mainhelp_mouse">Mouse</a>
3810 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3811 <li><a href="new_user_greeting">NEW USER GREETING</a>
3812 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3813 <li><a href="h_mainhelp_readingnews">News Reading</a>
3814 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3815 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3816 <li><a href="h_common_nextnew">NextNew Command</a>
3817 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3818 <li><a href="h_mainhelp_readingnews">NNTP</a>
3819 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3820 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3821 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3822 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3823 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3824 <li><a href="h_config_color_style">OPTION: Color Style</a>
3825 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3826 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3827 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3828 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3829 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3830 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3831 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3832 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3833 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3834 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3835 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3836 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3837 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3838 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3839 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3840 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3841 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3842 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3843 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3844 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3845 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3846 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3847 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3848 <li><a href="h_config_font_name">OPTION: Font Name</a>
3849 <li><a href="h_config_font_size">OPTION: Font Size</a>
3850 <li><a href="h_config_font_style">OPTION: Font Style</a>
3851 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3852 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3853 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3854 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3855 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3856 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3857 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3858 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3859 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3860 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3861 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3862 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3863 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3864 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3865 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3866 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3867 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3868 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3869 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3870 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3871 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3872 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3873 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3874 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3875 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3876 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3877 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3878 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3879 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3880 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3881 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3882 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3883 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3884 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3885 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3886 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3887 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3888 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3889 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3890 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3891 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3892 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3893 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3894 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3895 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3896 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3897 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3898 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3899 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3900 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3901 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3902 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3903 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3904 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3905 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3906 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3907 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3908 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3909 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3910 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3911 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3912 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3913 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3914 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3915 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3916 <li><a href="h_config_printer">OPTION: Printer</a>
3917 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3918 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3919 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3920 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3921 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3922 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3923 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3924 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3925 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3926 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3927 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3928 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3929 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3930 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3931 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3932 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3933 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3934 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3935 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3936 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3937 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3938 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3939 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3940 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3941 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3942 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3943 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3944 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3945 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3946 <li><a href="h_config_status_color">OPTION: Status Color</a>
3947 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3948 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3949 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3950 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3951 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3952 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3953 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3954 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3955 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3956 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3957 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3958 <li><a href="h_config_title_color">OPTION: Title Color</a>
3959 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3960 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3961 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3962 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3963 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3964 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3965 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3966 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3967 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3968 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3969 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3970 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3971 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3972 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3973 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3974 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3975 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3976 <li><a href="h_mainhelp_patterns">Patterns</a>
3977 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3978 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3979 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3980 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3981 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3982 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3983 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3984 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3985 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3986 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3987 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3988 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3989 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3990 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3991 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3992 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3993 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3994 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3995 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3996 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3997 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3998 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3999 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4000 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4001 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4002 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4003 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4004 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4005 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4006 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4007 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4008 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4009 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4010 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4011 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4012 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4013 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4014 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4015 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4016 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4017 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4018 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4019 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4020 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4021 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4022 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4023 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4024 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4025 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4026 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4027 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4028 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4029 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4030 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4031 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4032 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4033 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4034 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4035 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4036 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4037 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4038 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4039 <li><a href="h_common_pipe">Pipe Command</a>
4040 <li><a href="h_valid_folder_names">POP</a>
4041 <li><a href="h_common_postpone">Postpone Command</a>
4042 <li><a href="h_common_print">Print Command</a>
4043 <li><a href="h_mainhelp_readingnews">Reading News</a>
4044 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4045 <li><a href="h_mainhelp_roles">Roles</a>
4046 <li><a href="h_role_select">ROLES SCREEN</a>
4047 <li><a href="h_compose_readfile">Read File Command</a>
4048 <li><a href="h_mainhelp_reading">Reading Messages</a>
4049 <li><a href="h_main_release_notes">Release Notes Command</a>
4050 <li><a href="h_common_reply">Reply and Forward Commands</a>
4051 <li><a href="h_compose_richhdr">Rich Header Command</a>
4052 <li><a href="h_common_role">Role Command</a>
4053 <li><a href="h_mainhelp_smime">S/MIME</a>
4054 <li><a href="h_index_cmd_select">Searching for Messages</a>
4055 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4056 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4057 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4058 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4059 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4060 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4061 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4062 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4063 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4064 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4065 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4066 <li><a href="h_common_save">Save and Export Commands</a>
4067 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4068 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4069 <li><a href="h_compose_send">Send Command</a>
4070 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4071 <li><a href="h_main_setup">Setup Command</a>
4072 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4073 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4074 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4075 <li><a href="h_mainhelp_smime">S/MIME</a>
4076 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4077 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4078 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4079 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4080 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4081 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4082 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4083 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4084 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4085 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4086 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4087 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4088 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4089 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4090 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4091 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4092 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4093 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4094 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4095 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4096 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4097 <li><a href="h_index_cmd_sort">Sort Command</a>
4098 <li><a href="h_compose_spell">Spell Check Command</a>
4099 <li><a href="h_common_suspend">Suspend Command</a>
4100 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4101 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4102 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4103 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4104 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4105 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4106 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4107 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4108 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4109 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4110 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4111 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4112 <li><a href="h_common_take">TakeAddr Command</a>
4113 <li><a href="h_mainhelp_status">Titlebar Line</a>
4114 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4115 <li><a href="h_config_usenone_color">Use None Color</a>
4116 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4117 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4118 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4119 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4120 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4121 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4122 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4123 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4124 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4125 </UL>
4128 &lt;End of Help Index&gt;
4129 </BODY>
4130 </HTML>
4133 ============== h_config_remote_config =============
4134 <HTML>
4135 <HEAD>
4136 <TITLE>Remote Configuration</TITLE>
4137 </HEAD>
4138 <BODY>
4139 <H1>Remote Configuration</H1>
4141 You may use the command line argument &quot;-p pinerc&quot; to tell
4142 Alpine to use a non-default configuration file.
4143 There are two types of storage for configuration information.
4144 <EM>Local</EM> configuration files are used by default.
4145 These are just regular files on the UNIX system or on the PC.
4146 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4147 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4148 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4149 The advantage of using a remote configuration is that the same information
4150 may be accessed from multiple platforms.
4151 For example, if you use one computer at work and another at home, the same
4152 configuration could be used from both places.
4153 A configuration change from one place would be seen in both places.
4154 To use a remote configuration you simply give a
4155 <A HREF="h_valid_folder_names">remote folder name</A>
4156 as the argument to the &quot;-p&quot; command line option.
4157 The command line might look something like:
4159 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4161 If there are special characters in the command shell you use, you may need to
4162 quote the last argument (to protect the curly braces from the shell).
4163 The command might look like:
4165 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4167 You should choose a folder name for a folder that does not yet exist.
4168 It will be created containing an empty configuration.
4169 Do not use a folder that you wish to store regular mail messages in.
4171 The Setup/RemoteConfigSetup command will help you convert from a local
4172 configuration to a remote configuration.
4173 It will create a remote configuration for you and copy your current local
4174 configuration to it.
4175 It will also help you convert local address books into remote address books
4176 and local signature files into literal signatures contained in the
4177 remote configuration file.
4179 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4180 may copy a local pinerc file to a remote configuration folder by hand
4181 by using the command line option &quot;-copy_pinerc&quot;.
4183 Another command line option, which is somewhat related to remote
4184 configuration, is the option &quot;-x exceptions_config&quot;.
4185 The configuration settings in the exceptions configuration override
4186 your default settings.
4187 It may be useful to store the default configuration (the -p argument) remotely
4188 and to have the exceptions configuration stored in a local file.
4189 You might put generic configuration information in the remote configuration
4190 and platform-specific configuration on each platform in the exceptions
4191 configuration.
4192 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4193 can be either remote folders or local files.
4195 There is another command line argument that works only with PC-Alpine and
4196 which may prove useful when using a remote configuration.
4197 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4198 to store your local auxiliary files.
4199 This only has an effect if your configuration file is remote.
4200 Some examples of auxiliary files are debug files, address book files, and
4201 signature files.
4203 &lt;End of help on this topic&gt;
4204 </BODY>
4205 </HTML>
4206 ============== h_config_exceptions =============
4207 <HTML>
4208 <HEAD>
4209 <TITLE>Generic and Exceptional Configuration</TITLE>
4210 </HEAD>
4211 <BODY>
4212 <H1>Generic and Exceptional Configuration</H1>
4214 If you use Alpine from more than one platform it may be convenient
4215 to split your configuration information into two pieces, a generic piece
4216 and exceptions that apply to a particular platform.
4217 For example, suppose you use Alpine from home and from work.
4218 Most of your configuration settings are probably the
4219 same in both locations, so those settings belong in the generic settings
4220 configuration.
4221 However, you may use a different SMTP server and INBOX
4222 from home than you do from work.
4224 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4226 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4227 options could be
4228 part of your exceptional configuration so that they could be different in the
4229 two places.
4231 The command line option &quot;-x exceptions_config&quot;
4232 may be used to split your configuration into generic and exceptional pieces.
4233 &quot;Exceptions_config&quot; may be either local or remote.
4234 The regular Alpine configuration file will contain the generic data, and
4235 &quot;exceptions_config&quot; will contain the exceptional data.
4237 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4238 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4239 in the same local directory that the regular config file is located in (usually
4240 the Unix home directory).
4241 If the regular config file is remote (because the command line option
4242 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4243 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4244 If the file does not already exist then no exceptions will be used.
4245 You can force exceptions to be used by using the &quot;-x&quot; option or
4246 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4248 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4249 PC-Alpine will use the value of the
4250 environment variable <CODE>$PINERCEX</CODE>.
4251 If that is not set, PC-Alpine will look for
4252 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4253 in the same local directory that the regular config file is located in.
4254 If the regular config file is remote (because the command line option
4255 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4256 local directory specified by the &quot;-aux local_directory&quot; command
4257 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4258 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4260 When you have an exception configuration there is a new command
4261 in the Alpine Setup screen, Setup/eXceptions.
4262 It toggles between exceptions and the regular configuration.
4263 This is the usual way to make changes in your exceptional configuration data.
4264 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4265 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4266 for Config or &quot;K&quot; for Kolor.
4268 For most people, splitting the configuration information into two pieces is
4269 going to be most useful if the generic information is accessed
4270 <A HREF="h_config_remote_config">remotely</A>).
4271 That data will be the same no matter where you access it from and if you
4272 change it that change will show up everywhere.
4273 The exceptional data will most commonly be in a local file, so that the
4274 contents may easily be different on each computing platform used.
4276 If you already have a local configuration file with settings you like
4277 you may find that the command Setup/RemoteConfigSetup is useful
4278 in helping you convert to a remote configuration.
4279 The command line flag &quot;-copy_pinerc&quot;
4280 may also be useful.
4282 &lt;End of help on this topic&gt;
4283 </BODY>
4284 </HTML>
4285 ============== h_config_inheritance =============
4286 <HTML>
4287 <HEAD>
4288 <TITLE>Configuration Inheritance</TITLE>
4289 </HEAD>
4290 <BODY>
4291 <H1>Configuration Inheritance</H1>
4293 Configuration inheritance is a power user feature.
4294 It is confusing and not completely supported by the configuration
4295 user interface.
4296 We start with an explanation of how configuration works in hopes of making
4297 it easier to describe how inheritance works.
4299 Alpine uses a hierarchy of configuration values from different locations.
4300 There are five ways in which each configuration option (configuration
4301 variable) can be set.
4302 In increasing order of precedence they are:
4304 <OL>
4305 <LI> the system-wide configuration file.
4307 <LI> the personal configuration file
4309 <LI> the personal exceptions file
4311 <LI> a command line argument
4313 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4314 </OL>
4316 The fixed configuration file is normally
4317 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4319 The system-wide configuration file is normally
4320 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4321 set for PC-Alpine.
4322 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4323 is used for the system-wide configuration.
4324 This location can be set or changed on the command line with the -P flag.
4325 The system-wide configuration file can be either a local file or a
4326 remote configuration folder.
4328 For Unix Alpine, the personal configuration file is normally the file
4329 <CODE>.pinerc</CODE> in the user's home directory.
4330 This can be changed with the -p command line flag.
4331 For PC-Alpine, the personal configuration file is in
4332 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4333 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4334 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4335 This can be changed with the -p command line flag.
4336 If -p is used, the configuration data may be in a local file or a remote config
4337 folder.
4339 For Unix Alpine, the personal exceptions configuration file is named
4340 <CODE>.pinercex</CODE> and is in the same directory as the personal
4341 configuration file, if that configuration file is not remote, and is in
4342 the home directory if the personal configuration file is remote.
4343 If the file exists, then exceptions are turned on.
4344 If it doesn't, then you are not using exceptions.
4345 Alternatively, you may change the location of the exceptions configuration
4346 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4347 Like the personal configuration data, exceptions_config may be
4348 either local or remote.
4350 For PC-Alpine, the personal exceptions configuration file is named
4351 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4352 configuration file unless the personal configuration file is remote.
4353 In that case, it is in the local directory specfied by the
4354 &quot;-aux local_directory&quot; command line argument.
4355 (In the case that the personal configuration is remote and there is no
4356 &quot;-aux&quot; command line argument, Alpine searches for
4357 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4358 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4359 If the file exists, then exceptions are turned on.
4360 If it doesn't, then you are not using exceptions.
4361 You may change the location of the exceptions configuration
4362 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4363 or with the
4364 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4365 option).
4367 To reiterate, the value of a configuration option is taken from the
4368 last location in the list above in which it is set.
4369 Or, thinking about it slightly differently, a default value for an option
4370 is established in the system-wide configuration file (or internally by Alpine
4371 if there is no value in the system-wide file).
4372 That default remains in effect until and unless it is overridden by a value in a
4373 location further down the list, in which case a new &quot;default&quot;
4374 value is established.
4375 As we continue down the list of locations we either retain the
4376 value at each step or establish a new value.
4377 The value that is still set after going through the whole list of
4378 configuration locations is the one that is used.
4380 So, for example, if an option is set in the system-wide configuration
4381 file and in the personal configuration file, but is not set in the
4382 exceptions, on the command line, or in the fixed file; then the value
4383 from the personal configuration file is the one that is used.
4384 Or, if it is set in the system-wide config, in the personal config, not
4385 in the exceptions, but is set on the command line; then the value
4386 on the command line is used.
4388 Finally we get to inheritance.
4389 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4390 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4391 the inheritance mechanism makes it possible to <EM>combine</EM>
4392 the values from different locations instead of <EM>replacing</EM> the value.
4393 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4394 for which you may already set whatever you want at
4395 any configuration location (by using the &quot;no-&quot; prefix if
4396 necessary).
4398 To use inheritance, set the first item in a configuration list to the
4399 token &quot;INHERIT&quot;, without the quotes.
4400 If the first item is &quot;INHERIT&quot;,
4401 then instead of replacing the default value established so far, the rest of
4402 the list is appended to the default value established so far and that is
4403 the new value.
4405 Here is an example which may make it clearer. Suppose we have:
4407 <PRE>
4408  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4409  Personal config    :   smtp-server = INHERIT, mysmtp.home
4410  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4411  Command line       :   smtp-server = &lt;No Value Set&gt;
4412  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4413 </PRE>
4416 This would result in an effective smtp-server option of
4418 <PRE>
4419  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4420 </PRE>
4422 The &quot;INHERIT&quot; token can be used in any of the configuration files
4423 and the effect cascades.
4424 For example, if we change the above example to:
4426 <PRE>
4427  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4428  Personal config    :   smtp-server = INHERIT, mysmtp.home
4429  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4430  Command line       :   smtp-server = &lt;No Value Set&gt;
4431  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4432 </PRE>
4435 This would result in:
4437 <PRE>
4438  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4439 </PRE>
4441 Unset variables are skipped over (the default value is carried forward) so
4442 that, for example:
4444 <PRE>
4445  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4446  Personal config    :   smtp-server = &lt;No Value Set&gt;
4447  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4448  Command line       :   smtp-server = &lt;No Value Set&gt;
4449  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4450 </PRE>
4453 produces:
4455 <PRE>
4456  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4457 </PRE>
4460 If any later configuration location has a value set (for a particular list
4461 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4462 then that value replaces whatever value has been defined up to that point.
4463 In other words, that cancels out any previous inheritance.
4465 <PRE>
4466  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4467  Personal config    :   smtp-server = INHERIT, mysmtp.org
4468  Exceptions config  :   smtp-server = yoursmtp.org
4469  Command line       :   smtp-server = &lt;No Value Set&gt;
4470  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4471 </PRE>
4474 results in:
4476 <PRE>
4477  smtp-server = yoursmtp.org
4478 </PRE>
4481 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4482 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4483 difficult to insert the value &quot;INHERIT&quot; into the list of values
4484 for the option using the normal Setup tools.
4485 In other words, the color setting screen (for example) does not
4486 provide a way to input the text &quot;INHERIT&quot; as the first
4487 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4488 The way to do this is to either edit the pinerc file directly and manually
4489 insert it, or turn
4490 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4491 feature and insert it using the Setup/Config screen.
4493 &lt;End of help on this topic&gt;
4494 </BODY>
4495 </HTML>
4496 ============== h_special_xon_xoff =============
4497 <HTML>
4498 <HEAD>
4499 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4500 </HEAD>
4501 <BODY>
4502 <H1>XOFF/XON Handling within Alpine</H1>
4504 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4505 and XON) as normal characters, even though Alpine does not use them.
4506 However, the printer, modem, or communication software you are using may
4507 be configured for &quot;software flow control,&quot; which means that
4508 XON/XOFF must be treated as special characters by the operating system.
4509 If you see messages such as &quot;^S not defined for this screen&quot;,
4510 then your system is probably using software flow control. In this case
4511 you will need to set the
4512 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4513 feature.
4515 If you <EM>do</EM> set this
4516 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4517 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4518 and see if that puts things right.  Printing via the
4519 &quot;attached-to-ansi&quot; or 
4520 &quot;attached-to-wyse&quot;
4521 option will automatically enable software
4522 flow-control handling for the duration of the printing.
4524 &lt;End of help on this topic&gt;
4525 </BODY>
4526 </HTML>
4527 ============= h_special_help_nav =============
4528 <HTML>
4529 <HEAD>
4530 <TITLE>Help Text Navigation Explained</TITLE>
4531 </HEAD>
4532 <BODY>
4533 <H1>Help Text Navigation Explained</H1>
4535 Alpine contains extensive context-sensitive help text.   At any point, 
4536 pressing the &quot;?&quot; key will bring up a page of help text
4537 explaining the options available to you.  You can leave the help
4538 text screen and return to normal Alpine operation by pressing
4540 <!--chtml if pinemode="function_key"-->
4541 F3 function
4542 <!--chtml else-->
4543 &quot;E&quot;
4544 <!--chtml endif-->
4545 key to Exit Help at any time.
4548 Within the help screen you might find a word or phrase displayed in 
4549 inverse text and others displayed in bold typeface.  Such words and
4550 phrases are used to tell you Alpine has more information available on
4551 the topic they describe.
4552 The inverted text is the &quot;selected&quot; topic.  
4553 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4554 displayed in bold type
4555 is &quot;selected&quot;.
4556 Hit the Return key to display the information Alpine has available on that
4557 topic.  While viewing such additional information, the 
4558 <!--chtml if pinemode="function_key"-->
4559 F3 function
4560 <!--chtml else-->
4561 &quot;P&quot;
4562 <!--chtml endif-->
4563 key will return you to the previous help screen, and the
4564 <!--chtml if pinemode="function_key"-->
4565 F2 function
4566 <!--chtml else-->
4567 &quot;E&quot;
4568 <!--chtml endif-->
4569 key will Exit the Help system altogether.
4572 The "N" command will tell you the internal name of the help text you are 
4573 reading each time, so that you can send this name in the text of a message 
4574 and create a direct link to that internal help using the x-pine-help URL 
4575 scheme. For example, the direct link to this item is 
4576 x-pine-help:h_special_help_nav. If you add this text to a message, then
4577 a person using Pine to read such message would have a direct link to this
4578 help text.
4581 When you are finished reading this help text, you can press the
4582 <!--chtml if pinemode="function_key"-->
4583 F3 function
4584 <!--chtml else-->
4585 &quot;P&quot;
4586 <!--chtml endif-->
4587 key to return to the previously displayed help text.
4590 &lt;End of help on this topic&gt;
4591 </BODY>
4592 </HTML>
4593 ============= h_special_list_commands =============
4594 <HTML>
4595 <HEAD>
4596 <TITLE>Email List Commands Explained</TITLE>
4597 </HEAD>
4598 <BODY>
4599 <H1>Email List Commands Explained</H1>
4601 Electonic mail lists provide a way for like-minded users to join in
4602 discussions on topics of interest.  The email list itself is 
4603 represented by a
4604 single address that participants send messages to when they have
4605 something of interest to share with other members of the list.  The
4606 receiving computer then, either automatically or after review by the
4607 list's owner (or moderator), sends a copy of that message to each
4608 member of the list.
4611 Usually, subscribing and unsubscribing is done by sending requests in
4612 an email message to a special address setup to handle managing list
4613 membership.  Often this is the name of the list followed by
4614 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4615 the address used to send messages to the list.
4618 Unfortunately, email list participation commands are more a matter
4619 of convention than standard, and thus may vary from list to list.
4620 Increasingly, list management software is adding information to
4621 the copy of the postings as they're copied to the list members that
4622 explains how to do the various list management functions.
4625 Alpine will recognize this information and offer the management commands
4626 they represent in a simple display. One or more of the following
4627 operations will be made available:
4629 <DL>
4630 <DT>Help</DT>
4631 <DD>
4632 A method to get help on subscribing, unsubscribing, 
4633 an explanation of what the list is about, or special instructions
4634 for participation.  This may be in the form of a reply in response
4635 to an email message, or instructions on how to connect to a Web site.
4636 </DD>
4638 <DT>Unsubscribe</DT>
4639 <DD>
4640 A method to get your email addressed removed from the list of
4641 recipients of the email list.
4642 </DD>
4644 <DT>Subscribe</DT>
4645 <DD>
4646 A method to get your email address added to the list of recipients
4647 of the email list.  It may be in the form of a message sent to 
4648 a special address or you may be connected to a web site.
4649 <DD>
4650 </DD>
4652 <DT>Post</DT>
4653 <DD>
4654 A method used to post to the email list.  However, it might also 
4655 indicate that no posting is allowed directly to the list.
4656 </DD>
4658 <DT>Owner</DT>
4659 <DD>
4660 A method to contact the list owner for special questions you might
4661 have regarding the list.
4662 </DD>
4664 <DT>Archive</DT>
4665 <DD>
4666 A method to view an archive of previous messages posted to the list.
4667 This may be in the form of a mail folder on a remote computer, an
4668 IMAP mailbox or even a Web site.
4669 </DD>
4670 </DL>
4673 &lt;End of help on this topic&gt;
4674 </BODY>
4675 </HTML>
4676 ============= h_quota_command =============
4677 <HTML>
4678 <HEAD>
4679 <TITLE>Quota Screen Explained</TITLE>
4680 </HEAD>
4681 <BODY>
4682 <H1>Quota Screen Explained</H1>
4684 <P> This screen summarizes the quota report for this mailbox in the
4685 IMAP server. For each resource that you have a quota, this reports summarizes
4686 its use and limit.
4688 <P> Your IMAP server administrator may have set a quota based either on 
4689 the total size of your mailbox (STORAGE), or the number of messages in 
4690 your mailbox (MESSAGES), or some other criteria. This will be reported
4691 to you indicating the type of quota, its total use and its limit.
4693 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4694 1024 bytes. Each of the characters that you see in this help text is one 
4695 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4696 by Alpine are normally less than 4 kibibytes in size (which includes 
4697 headers and text). Other email programs may send messages with bigger 
4698 sizes when they send messages, since they send plain text and an 
4699 alternative part in HTML.
4701 <P> A convenient way to save space for the STORAGE type of quota is by 
4702 deleting attachments. This is done on each individual message by pressing 
4703 the &quot;V&quot; command while reading the message text, then moving the cursor 
4704 to the position of the attachment that is to be deleted, then pressing
4705 &quot;D&quot; to delete such attachment, going back to reading the 
4706 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4707 save the message in the same folder you are reading from. The saved 
4708 message will not have the attachment that was marked deleted. Now you
4709 can delete and expunge the message with the unwanted attachment.
4712 &lt;End of help on this topic&gt;
4713 </BODY>
4714 </HTML>
4715 ============= h_mail_thread_index =============
4716 <HTML>
4717 <HEAD>
4718 <TITLE>THREAD INDEX COMMANDS</TITLE>
4719 </HEAD>
4720 <BODY>                 
4721 <H1>THREAD INDEX COMMANDS</H1>
4722 <!--chtml if pinemode="function_key"-->
4723 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>
4724 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4725 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>
4726 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>
4727 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>
4728 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>
4729 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>
4730 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>
4731 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>
4732 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>
4733 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>
4734 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>
4735 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>
4736 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>
4737 <BR>
4738 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4739 -----------------------------<BR>
4740 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>
4741 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>
4742 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>
4743 <BR>
4744 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4745 -----------------------------<BR>
4746 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
4747 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4748 <BR>
4749 <!--chtml else-->
4750 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>
4751 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4752 &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>
4753 &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>
4754 &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>
4755 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>
4756 &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>
4757 &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>
4758 &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>
4759 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>
4760 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4761 <BR>
4762 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4763 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4764 &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>
4765 &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>
4766 &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>
4767 &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>
4768 &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>
4769 &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>
4770 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4771 <!--chtml endif-->
4774 NOTE:
4775 <OL>
4776  <LI>For help on a particular command, highlight the bold text associated
4777 with it above and hit Return.
4778  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4779 </OL>
4781 <H2>Description of the THREAD INDEX Screen</H2>
4783 The THREAD INDEX displays summary information from each
4784 thread (conversation) in the current folder.
4785 This is useful if you want to quickly
4786 scan new threads, or find a particular thread without having to go
4787 through the text of each message, or to quickly get rid of junk
4788 threads, etc.
4789 The current thread is always highlighted.
4790 Each line of the THREAD INDEX contains the following columns: <P>
4791 <DL>
4792  <DT>STATUS:</DT>
4793  <DD> The markings on the left side of the thread tell you about its
4794 status.  You may see one or more of the following codes on any given
4795 thread:
4796 <UL>
4797   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4798   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4799   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4800   <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.
4801   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4802         message in the thread was sent to you as a cc:. This symbol will only show up if
4803         the feature
4804         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4805   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4806         &quot;select&quot; command.  (Some systems may optionally allow selected
4807         messages to be denoted by the index line being displayed in bold
4808         type instead.)
4809   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4810       to mark at least one message in this thread as &quot;important&quot;.
4811 </UL></DD><P>
4813  <DT>THREAD NUMBER:</DT>
4814  <DD>Threads in a folder are numbered, from one through the number
4815 of threads in the folder, to help you know where you are in the folder.
4816 </DD><P>
4818  <DT>DATE STARTED:</DT>
4819  <DD>The date the thread was started. This is actually from the Date header
4820 of the first message in the thread. It doesn't take different time zones
4821 into account.</DD><P>
4823  <DT>WHO STARTED THE THREAD:</DT>
4824  <DD>This is usually the name of the sender of the first message in the thread, taken from
4825 the From header of the message.
4826 If there is no personal name given in that
4827 address, then the email address is used instead.
4828 If the message is from you (or from one of your
4829 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4830 then the recipient's name is shown here instead, with the characters
4831 &quot;To: &quot; inserted before the name.
4832 (The idea of this is that if you started the thread you would rather see who
4833 the mail was sent to instead of that the mail was from you.)
4834 In Newsgroups, if you are
4835 the sender and there are no email recipients, the newsgroup name will be
4836 listed after the &quot;To: &quot;.
4837 </DD><P>
4839  <DT>SIZE:</DT>
4840  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4842  <DT>SUBJECT:</DT>
4843  <DD>As much of the thread's subject line as will fit on the screen.
4844 This is the subject of the first message in the thread.</DD>
4845 </DL>
4847 <P><UL>
4848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4849 </UL>
4851 &lt;End of help on this topic&gt;
4852 </BODY>
4853 </HTML>
4854 ============= h_mail_index =============
4855 <HTML>
4856 <HEAD>
4857 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4858 </HEAD>
4859 <BODY>                 
4860 <H1>MESSAGE INDEX COMMANDS</H1>
4861 <!--chtml if pinemode="function_key"-->
4862 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>
4863 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4864 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>
4865 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>
4866 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>
4867 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>
4868 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>
4869 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>
4870 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>
4871 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>
4872 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>
4873 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>
4874 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>
4875 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>
4876 <BR>
4877 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4878 -----------------------------<BR>
4879 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>
4880 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>
4881 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>
4882 <BR>
4883 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4884 -----------------------------<BR>
4885 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
4886 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>
4887 <BR>
4888 <!--chtml else-->
4889 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>
4890 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4891 &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>
4892 &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>
4893 &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>
4894 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>
4895 &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>
4896 &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>
4897 &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>
4898 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>
4899 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4900 Miscellaneous&nbsp;Operations<BR>
4901 ------------------------<BR>
4902 &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>
4903 &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>
4904 &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>
4905 &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>
4906 &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>
4907 &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>
4908 &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>
4909 &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>
4910 <!--chtml endif-->
4913 NOTE:
4914 <OL>
4915  <LI>For help on a particular command, highlight the bold text associated
4916 with it above and hit Return.
4917  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4918 </OL>
4920 <H2>Description of the MESSAGE INDEX Screen</H2>
4922 The MESSAGE INDEX displays summary information from each
4923 message in the current folder.
4924 This is useful if you want to quickly
4925 scan new messages, or find a particular message without having to go
4926 through the text of each message, or to quickly get rid of junk
4927 messages, etc.
4929 The current message is always highlighted
4930 and many commands operate on the current message.
4931 For example, the Delete command will delete the current message.
4932 If the folder is sorted by either Threads or OrderedSubject, then, depending
4933 on some of your configuration settings, a single line in the index may
4934 refer to an entire thread or to a subthread.
4935 If that is the case, then the commands that normally operate on the current
4936 message will operate on the thread or subthread instead.
4937 For example, the Delete command will delete the whole collapsed thread
4938 instead of just a single message.
4940 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4941 you can change this with the 
4942 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4943 in the SETUP CONFIGURATION screen): <P>
4944 <DL>
4945  <DT>STATUS:</DT>
4946  <DD> The markings on the left side of the message tell you about its
4947 status.  You may see one or more of the following codes on any given
4948 message:
4949 <UL>
4950   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4951          yet eXpunged the folder.
4952   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4953   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4954          to be answered.
4955   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4956          forward a message.
4957   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4958         directly to your account, your copy is not part of a cc: or a
4959         mailing list.
4960   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4961         message was sent to you as a cc:. This symbol will only show up if
4962         the feature
4963         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4964   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4965         &quot;select&quot; command.  (Some systems may optionally allow selected
4966         messages to be denoted by the index line being displayed in bold
4967         type.)
4968   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4969       to mark this message as &quot;important&quot;.
4970 </UL></DD><P>
4972  <DT>MESSAGE NUMBER:</DT>
4973  <DD>Messages in a folder are numbered, from one through the number
4974 of messages in the folder, to help you know where you are in the folder.
4975 These numbers are always in increasing order, even if you sort the folder
4976 in a different way.</DD><P>
4978  <DT>DATE SENT:</DT>
4979  <DD>The date the message was sent.  By default, messages are
4980 ordered by arrival time, not by date sent.  Most of the time, arrival time
4981 and date sent (effectively departure time) are similar.  Sometimes,
4982 however, the index will appear to be out of order because a message took a
4983 long time in delivery or because the sender is in a different time
4984 zone than you are. This date is just the date from the Date header
4985 field in the message.</DD><P>
4987  <DT>WHO SENT THE MESSAGE:</DT>
4988  <DD>This is usually the name of the sender of the message, taken from
4989 the From header of the message.
4990 If there is no personal name given in that
4991 address, then the email address is used instead.
4992 If the message is from you (or from one of your
4993 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4994 then the recipient's name is shown here instead, with the characters
4995 &quot;To: &quot; inserted before the name.
4996 (The idea of this is that if you sent the mail you would rather see who
4997 the mail was sent to instead of that the mail was from you.
4998 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4999 above.
5000 In particular, use the FROM token or the FROMORTONOTNEWS token
5001 in place of the FROMORTO token.)
5002 In Newsgroups, if you are
5003 the sender and there are no email recipients, the newsgroup name will be
5004 listed after the &quot;To: &quot;. </DD><P>
5006  <DT>SIZE:</DT>
5007  <DD>The number in parentheses is the number of characters in the message.
5008 It may have a suffix of K, M, or G which means the number should be
5009 multiplied by one thousand, one million, or one billion to get the
5010 size of the message.</DD><P>
5012  <DT>SUBJECT:</DT>
5013  <DD>As much of the message's subject line as will fit on the screen.</DD>
5014 </DL>
5016 <P><UL>
5017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5018 </UL>
5020 &lt;End of help on this topic&gt;
5021 </BODY>
5022 </HTML>
5023 ============= h_mail_view ========================
5024 <HTML>
5025 <HEAD>
5026 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5027 </HEAD>
5028 <BODY>
5029 <H1>MESSAGE TEXT SCREEN</H1>
5030 <!--chtml if pinemode="function_key"-->
5031 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>
5032 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5033 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>
5034 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>
5035 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>
5036 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>
5037 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>
5038 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>
5039 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>
5040 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>
5041 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>
5042 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>
5043 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>
5044 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>
5045 <BR>
5046 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5047 ------------------------------<BR>
5048 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5049 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5050 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5051 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5052 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5053 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5054 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5055 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5056 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5057 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5058 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5059 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5060 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5061 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5062 <!--chtml else-->
5063 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5064 ---------------------------------<BR>
5065 <BR>
5066 &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>
5067 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>
5068 &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>
5069 &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>
5070 &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>
5071 &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>
5072 &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>
5073 &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>
5074 &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>
5075 <BR>
5076 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5077 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5078 &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>
5079 &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>
5080 &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>
5081 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>
5082 <BR>
5083 General&nbsp;Alpine&nbsp;Commands<BR>
5084 ---------------------<BR>
5085 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5086 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5087 &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>
5088 &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>
5089 &nbsp;&nbsp;&nbsp;&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>
5090 <!--chtml endif-->
5093 NOTE:
5094 <OL>
5095  <LI>For help on a particular command, highlight the bold text associated
5096 with it above and hit Return.
5097  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5098 </OL>
5100 <H2>Description of the MESSAGE TEXT Screen</H2>
5102 The top line of the view message screen displays status
5103 information about the currently open collection and folder and about the
5104 current message.  It shows the name of the collection in angle brackets
5105 and then the name of the folder.  The line also displays the number
5106 of messages in the folder, the number of the current message and the
5107 percentage of the current message that has been displayed on the screen.
5108 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5109 right corner.
5110 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5111 in the corner.
5114 NOTE: to rapidly move to the end of a message, hit the
5115 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5116 (or Ctrl-W) key followed
5117 by Ctrl-V.  Similarly,
5118 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5119 followed by Ctrl-Y will take you to the beginning of
5120 a message.
5122 <H2>Explanation of Alternate Character Sets</H2>
5124 Alpine attempts to stay out of the way so that it won't prevent you from
5125 viewing mail in any character set.  It will simply send the message to
5126 your display device.  If the device is capable of displaying the
5127 message as it was written it will do so.  If not, the display may be
5128 partially or totally incorrect.
5129 If the message contains characters that are not representable in your 
5130 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5131 variable in your configuration, then a warning message will be printed
5132 to your screen at the beginning of the message display.
5133 It is probably best to use UNIX Alpine in a terminal emulator
5134 capable of displaying UTF-8 characters.
5135 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5136 more information about character set settings.
5138 <P><UL>
5139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5140 </UL>
5142 &lt;End of help on this topic&gt;
5143 </BODY>
5144 </HTML>
5145 ======= h_index_cmd_select =======
5146 <HTML>
5147 <HEAD>
5148 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5149 </HEAD>
5150 <BODY>
5151 <H1>Selecting: Select and WhereIs/Select</H1>
5153 Aggregate operations give you the ability to process a group of messages
5154 at once.  Acting on multiple messages requires two steps: (1) selecting a
5155 set of messages and then; (2) applying a command to that set. The first
5156 part is handled by the select command.  Select allows you to
5157 select messages based on their status (read, answered, etc.), contents,
5158 date, size, or keywords.
5159 You may also select based on one of your Rules or based on threads,
5160 and there are quick options to select a specific message or range of messages,
5161 to select the current message, or to select all messages.
5164 We describe the various selection criteria briefly:
5167 <DL>
5168 <DT>select All</DT>
5169 <DD> Marks all the messages in the folder as selected.
5170 </DD>
5172 <DT>select Cur</DT>
5173 <DD> Selects the currently highlighted message or currently highlighted
5174 set of messages if in a threaded view.
5175 </DD>
5177 <DT>select by Number</DT>
5178 <DD> Select by message number. This may be a comma-separated list instead or
5179 a single entry.
5180 Each element in the list may be either a single message number or a range
5181 of numbers with a dash between the lowest and highest member of the range.
5182 Some examples are 7 to select only message number 7; 2-5 to select messages
5183 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5184 The word &quot;end&quot; may be used as a substitute for the highest numbered
5185 message in the folder.
5186 If in a separate thread index where the numbers refer to threads instead of
5187 to messages, then you will be selecting all of the messages in the
5188 referenced threads instead of selecting by message number.
5189 </DD>
5191 <DT>select by Date</DT>
5192 <DD> Select by either the date stored in the Date headers of each message,
5193 or by the date when the messages arrived.
5194 This does not adjust for different time zones, but just checks to see what
5195 day the message was sent on.
5196 You may type in a date. If you do, the date should be in the form
5197 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5198 For example,
5199 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5201 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5202 If the date you want is close to the current date, it is probably
5203 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5204 is displayed, instead of typing in the date yourself.
5205 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5206 the date of the currently highlighted message. 
5208 There are six possible settings that are selected using the
5209 &quot;^W&nbsp;Toggle When&quot; command.
5210 Three of them select messages based on the Date headers.
5211 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5212 and &quot;SENT ON&quot;.
5213 SINCE is all messages with the selected date or later.
5214 BEFORE is all messages earlier than the selected date (not including the day
5215 itself).
5216 ON is all messages sent on the selected date.
5217 The other three select messages in the same way but they use the arrival
5218 times of the messages instead of the Date headers included in the messages.
5219 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5220 and &quot;ARRIVED ON&quot;.
5221 When you save a message from one folder to another the arrival time is
5222 preserved.
5223 </DD>
5225 <DT>select by Text</DT>
5226 <DD> Selects messages based on the message contents.
5227 This allows you to select a set of messages based on whether or not the
5228 message headers or message body contain specified text.
5229 You may look for text in the Subject, the From header,
5230 the To header, or the Cc header.
5231 You may also choose Recipient, which searches for the text in
5232 either the To or the Cc header;
5233 or Participant, which means To or Cc or From.
5234 Besides those specific header searches, you may also search the entire
5235 header and text of the message with &quot;All Text&quot;, or just the
5236 body of the message.
5238 To search for the absence of text, first type the &quot;! Not&quot; command
5239 before typing the specific type of text search.
5240 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5241 search for all messages that do not contain a particular word in their
5242 Subjects.
5244 If you choose a Subject search, you may use the subject from the current
5245 message by typing the &quot;^X Cur Subject&quot; command.
5246 You may then edit it further if you wish.
5247 For example, you might select the subject of a reply and edit the
5248 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5249 the original message being replied to.
5250 All of the other header searches allow you to use addresses from the
5251 headers of the current message if you want to.
5252 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5253 &quot;^W Cur Cc&quot;.
5254 In each case, if there is more than one address, only the first is offered.
5255 </DD>
5257 <DT>select by Status</DT>
5258 <DD> Selects messages based on their status.
5259 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5260 messages.
5261 Or, if you first type the &quot;! Not&quot; command, you get not New,
5262 or not Important, and so on.
5263 If you select Deleted messages, you will get all messages with their
5264 Deleted flag set.
5265 Likewise for Important messages, all messages that you have flagged as
5266 being Important with the
5267 <A HREF="h_common_flag">Flag</A> command.
5268 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5269 because they try to match what you see on the screen by default.
5270 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5271 and Unanswered.
5272 If you have looked at the message, or deleted it, or answered it; then it
5273 is not considered &quot;New &quot;.
5274 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5276 &quot;Answered&quot; is another one that is a little different.
5277 It means that the message has been Answered <EM>and</EM> is not deleted.
5278 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5279 the opposite of &quot;Answered&quot;!
5280 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5281 both Unanswered <EM>and</EM> not deleted.
5283 The other two types were added later because the special nature of the
5284 New flag was not what was wanted by all users.
5285 New does match what you see in the index by default, but if you use
5286 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5287 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5288 be exactly what you want.
5289 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5290 they are deleted or answered, and
5291 &quot;Recent&quot; selects all of the messages that have been added to
5292 the folder since you started this Alpine session.
5293 (That's not technically quite true. If there are multiple mail clients
5294 reading an IMAP mailbox, each message will be marked as Recent in only
5295 one of the client's sessions.)
5296 </DD>
5298 <DT>select by siZe</DT>
5299 <DD> Selects messages based on their size being smaller than or larger
5300 than the size you specify.
5301 The size is the number of bytes.
5302 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5303 the number.
5304 For example, 7K is the same as 7000.
5305 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5306 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5307 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5308 and Larger.
5309 </DD>
5311 <DT>select by Keyword</DT>
5312 <DD> Selects messages that either have or do not have
5313 (using the &quot;!&nbsp;Not&quot; command)
5314 a particular <A HREF="h_config_keywords">Keyword</A> set.
5315 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5316 command to select one from your list of keywords.
5318 <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.
5319 </DD>
5321 <DT>select by Rule</DT>
5322 <DD> Selects messages that either match or don't match
5323 (using the &quot;!&nbsp;Not&quot; command)
5324 one of the Rules you have defined.
5325 The most likely method of filling in the Rule is to use the
5326 &quot;^T&nbsp;To&nbsp;List&quot;
5327 command to select one of your Rules.
5328 All of the Rules you have defined will be in the list, including
5329 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5330 They may not all make sense for this purpose, but they are all there for
5331 flexibility.
5332 You might find it useful to define some rules solely for the purpose
5333 of being used by the Select command.
5334 There is a special category for such Rules. They are called Search Rules.
5336 Unfortunately, Alpine does not allow all possible Rules to be defined.
5337 For example, there is no logical OR operation.
5338 OR is accomplished in the Filter Rules or the other types of Rules by
5339 simply defining two rules, one that matches the first part of the OR
5340 and another that matches the second part.
5341 But you can't do that here, since you only have a single Rule to work with.
5342 Likewise, the order of Rules is usually important.
5343 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5344 a message, then that stops the search for a further match.
5345 This means that you may be confused if you try to use Select by Rule to
5346 check your Filter rules because the order is important when filtering but
5347 is not considered here.
5348 </DD>
5350 <DT>select by tHread</DT>
5351 <DD> Selects all of the messages in the current thread.
5352 </DD>
5353 </DL>
5355 After you have an initial selection, the next and subsequent selection
5356 commands modify the selection.
5357 The select command changes. It first gives
5358 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5359 &quot;unselect Current&quot;,
5360 &quot;Broaden selection&quot; (implements a logical OR), and
5361 &quot;Narrow selection&quot; (implements a logical AND).
5362 After you choose either Broaden or Narrow, you then choose one of the
5363 selection criteria listed above (by Text or Number or ...).
5364 You may use select as many times as you wish to get the selected set right.
5367 The WhereIs command has a feature (Ctrl-X) to
5368 select all the messages that match the WhereIs search. WhereIs searches
5369 through just the text that appears on the MESSAGE INDEX screen.
5370 This method is often slower than using the select command itself, unless the
5371 line you are looking for is not too far away in the index.
5374 The availability of the aggregate operations commands is determined by the
5375 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5376 Feature-List option in your Alpine
5377 configuration, which defaults to set.
5378 The features
5379 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5381 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5382 affect the behavior of the Select command.
5385 &lt;End of help on this topic&gt;
5386 </BODY>
5387 </HTML>
5388 ======= h_select_rule =======
5389 <HTML>
5390 <HEAD>
5391 <TITLE>Select: Rule</TITLE>
5392 </HEAD>
5393 <BODY>
5394 <H1>Select: Rule</H1>
5396 You are selecting messages that either match or don't match
5397 one of the Rules you have defined.
5398 You may either type the nickname of the Rule at the prompt, or use the
5399 &quot;^T&nbsp;To&nbsp;List&quot;
5400 command to select one of your Rules.
5401 All of the Rules you have defined will be in the list, including
5402 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5403 They may not all make sense for this purpose, but they are all there for
5404 flexibility.
5405 Rules may be added by using the Setup/Rules screen off of the main Alpine
5406 menu.
5408 Unfortunately, Alpine does not allow all possible Rules to be defined.
5409 For example, there is no logical OR operation.
5410 OR is accomplished in the Filter Rules or the other types of Rules by
5411 simply defining two rules, one that matches the first part of the OR
5412 and another that matches the second part.
5413 But you can't do that here, since you only have a single Rule to work with.
5414 Likewise, the order of Rules is usually important.
5415 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5416 a message, then that stops the search for a further match.
5417 This means that you may be confused if you try to use Select by Rule to
5418 check your Filter rules because the order is important when filtering but
5419 is not considered here.
5422 &lt;End of help on this topic&gt;
5423 </BODY>
5424 </HTML>
5425 ======= h_select_text =======
5426 <HTML>
5427 <HEAD>
5428 <TITLE>Select: Text</TITLE>
5429 </HEAD>
5430 <BODY>
5431 <H1>Select: Text</H1>
5433 You are selecting messages based on the contents of the message.
5434 This allows you to select a set of messages based on whether or not the
5435 message headers or message body contain specified text.
5436 You may look for text in the Subject, the From header,
5437 the To header, or the Cc header.
5438 You may also choose Recipient, which searches for the text in
5439 either the To or the Cc header;
5440 or Participant, which means either the To header, or the Cc header,
5441 or the From header.
5442 Besides those specific header searches, you may also search the entire
5443 header and text of the message with &quot;All Text&quot;, or just the
5444 body of the message with &quot;Body&quot;.
5446 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5447 before typing the specific type of text search.
5448 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5449 search for all messages that do not contain a particular word in their
5450 Subjects.
5452 If you choose a Subject search, you may use the subject from the current
5453 message by typing the &quot;^X Cur Subject&quot; command.
5454 You may then edit it further if you wish.
5455 For example, you might select the subject of a reply and edit the
5456 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5457 the original message being replied to.
5458 All of the other header searches allow you to use addresses from the
5459 headers of the current message if you want to.
5460 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5461 &quot;^W Cur Cc&quot;.
5462 In each case, if there is more than one address, only the first is offered.
5465 &lt;End of help on this topic&gt;
5466 </BODY>
5467 </HTML>
5468 ======= h_select_status =======
5469 <HTML>
5470 <HEAD>
5471 <TITLE>Select: Status</TITLE>
5472 </HEAD>
5473 <BODY>
5474 <H1>Select: Status</H1>
5476 You are selecting messages based on the status of the message.
5477 For example, whether or not the message has been marked Deleted or Important,
5478 or whether or not it has been Answered or is New.
5479 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5480 opposite: not Deleted, not Important, and so on.
5482 If you select Deleted messages, you will get all messages with their
5483 Deleted flag set.
5484 Likewise for Important messages, all messages that you have flagged as
5485 being Important with the
5486 <A HREF="h_common_flag">Flag</A> command.
5487 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5488 because they try to match what you see on the screen by default.
5489 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5490 and Unanswered.
5491 If you have looked at the message, or deleted it, or answered it; then it
5492 is not considered &quot;New &quot;.
5493 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5495 &quot;Answered&quot; is another one that is a little different.
5496 It means that the message has been Answered <EM>and</EM> is not deleted.
5497 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5498 the opposite of &quot;Answered&quot;!
5499 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5500 both Unanswered <EM>and</EM> not deleted.
5502 (The New and Answered options may seem counter-intuitive.
5503 The reason it is done this way is
5504 because, by default, a Deleted message will show up with the &quot;D&quot;
5505 symbol in the MAIL INDEX screen even if it is New or Answered.
5506 The Delete symbol overrides the New and Answered symbols, because you
5507 usually don't care about the message anymore once you've deleted it.
5508 Similarly, you usually only care about whether a message is Answered or
5509 not if it is not Deleted.
5510 Once it is Deleted you've put it out of your mind.)
5512 The other two options were added later because the special nature of the
5513 New flag was not what was wanted by all users.
5514 New does match what you see in the index by default, but if you use
5515 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5516 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5517 be exactly what you expect.
5518 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5519 they are deleted or answered, and
5520 &quot;Recent&quot; selects all of the messages that have been added to
5521 the folder since you started this Alpine session.
5522 (That's not technically quite true. If there are multiple mail clients
5523 reading an IMAP mailbox, each message will be marked as Recent in only
5524 one of the client's sessions.
5525 That behavior can be convenienent for some purposes, like filtering, but
5526 it isn't usually what you expect when selecting.)
5529 &lt;End of help on this topic&gt;
5530 </BODY>
5531 </HTML>
5532 ======= h_index_cmd_apply =======
5533 <HTML>
5534 <HEAD>
5535 <TITLE>Apply Command</TITLE>
5536 </HEAD>
5537 <BODY>
5538 <H1>Apply Command</H1>
5540 Apply
5541 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5542 is the second step of most aggregate operations.  Apply
5543 becomes active any time there is a defined set of selected messages.  The
5544 following commands can be applied to a selected message set: delete,
5545 undelete, reply, forward,
5546 <!--chtml if pinemode="os_windows"-->
5547 <!--chtml else--> 
5548 pipe,
5549 <!--chtml endif-->
5550 print, take address, save, export, bounce, and flag.
5553 The behavior of some of these commands in an aggregate sense is not easy to
5554 explain.  Try them out to see what they do.
5555 The feature
5556 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5557 affects the behavior of the Apply command, as does the feature
5558 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5561 &lt;End of help on this topic&gt;
5562 </BODY>
5563 </HTML>
5564 ======= h_index_cmd_zoom =======
5565 <HTML>
5566 <HEAD>
5567 <TITLE>ZoomMode Command</TITLE>
5568 </HEAD>
5569 <BODY>
5570 <H1>ZoomMode Command</H1>
5572 Another action you might want to take on a set of selected messages is to
5573 zoom in on them.  Like apply, zoom only becomes active when messages have
5574 been selected.
5575 ZoomMode
5576 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5577 is a toggle command that allows you to
5578 zoom-in (and only see the selected messages) and zoom-out (to see all
5579 messages in the folder).  Neither apply nor zoom removes the markings that
5580 define the selected set; you need to use a select command in order
5581 to do that.
5584 &lt;End of help on this topic&gt;
5585 </BODY>
5586 </HTML>
5587 ======= h_index_collapse_expand =======
5588 <HTML>
5589 <HEAD>
5590 <TITLE>Collapse/Expand Command</TITLE>
5591 </HEAD>
5592 <BODY>
5593 <H1>Collapse/Expand Command</H1>
5595 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5596 the folder is sorted by either Threads or OrderedSubject, and the
5597 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5598 is set to something other than &quot;none&quot;.
5599 By default, this command collapses or expands the subthread that starts at
5600 the currently highlighted message, if any.
5601 If the subthread is already collapsed, then this command expands it.
5602 If the subthread is expanded, then this command collapses it.
5603 If there are no more messages below the current message in the
5604 thread tree (that is, there are no replies to the current message) then
5605 this command does nothing.
5608 The behavior of this command is affected by the option
5609 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5610 Normally, this command Collapses or Expands the subthread that
5611 starts at the currently highlighted message.
5612 If the above option is set, then this command Collapses or Expands the
5613 entire current thread instead of just the subthread.
5614 The current thread is simply the top-level thread that contains the
5615 current message.
5618 &lt;End of help on this topic&gt;
5619 </BODY>
5620 </HTML>
5621 ======= h_index_cmd_sort =======
5622 <HTML>
5623 <HEAD>
5624 <TITLE>Sort Command</TITLE>
5625 </HEAD>
5626 <BODY>
5627 <H1>Sort Command</H1>
5629 In Alpine's generic configuration, messages are presented in the order in
5630 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5631 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5632 You can also re-sort the folder on demand with the sort
5633 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5634 command.
5635 Your sorting options are:
5637 <UL>
5638  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5639  <LI> <A HREF="h_index_sort_date">D</A>ate
5640  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5641  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5642  <LI> t<A HREF="h_index_sort_thread">H</A>read
5643  <LI> <A HREF="h_index_sort_from">F</A>rom
5644  <LI> si<A HREF="h_index_sort_size">Z</A>e
5645  <LI> scor<A HREF="h_index_sort_score">E</A>,
5646  <LI> <A HREF="h_index_sort_to">T</A>o
5647  <LI> <A HREF="h_index_sort_cc">C</A>c
5648 </UL>
5651 The Reverse option will toggle the order the index is currently
5652 sorted by, but will not change the relative sort order.
5655 Sorting a folder does not actually rearrange the way the folder is saved,
5656 it just re-arranges how the messages are presented to you.  This means
5657 that Alpine has to do the work of sorting every time you change sort order.
5658 Sometimes, especially with PC-Alpine or with large folders, this could take
5659 a while.
5662 &lt;End of help on this topic&gt;
5663 </BODY>
5664 </HTML>
5665 ======= h_index_sort_default =======
5666 <HTML>
5667 <HEAD>
5668 <TITLE>SORT OPTION: Default</TITLE>
5669 </HEAD>
5670 <BODY>
5671 <H1>SORT OPTION: Default</H1>
5673 The <EM>Default</EM> sort option just means to use the default sort order
5674 set in the
5675 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5676 option in Setup/Config.
5679 &lt;End of help on this topic&gt;
5680 </BODY>
5681 </HTML>
5682 ======= h_index_sort_arrival =======
5683 <HTML>
5684 <HEAD>
5685 <TITLE>SORT OPTION: Arrival</TITLE>
5686 </HEAD>
5687 <BODY>
5688 <H1>SORT OPTION: Arrival</H1>
5690 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5691 in the order that they exist in the folder.  This is usually the same as the
5692 order in which they arrived.  This option is comparable to not sorting
5693 the messages at all.
5696 &lt;End of help on this topic&gt;
5697 </BODY>
5698 </HTML>
5699 ======= h_index_sort_date =======
5700 <HTML>
5701 <HEAD>
5702 <TITLE>SORT OPTION: Date</TITLE>
5703 </HEAD>
5704 <BODY>
5705 <H1>SORT OPTION: Date</H1>
5707 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5708 according to the date and time they were
5709 sent.
5712 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5713 identical to sorting by &quot;Arrival&quot;.
5716 &lt;End of help on this topic&gt;
5717 </BODY>
5718 </HTML>
5719 ======= h_index_sort_subj =======
5720 <HTML>
5721 <HEAD>
5722 <TITLE>SORT OPTION: Subject</TITLE>
5723 </HEAD>
5724 <BODY>
5725 <H1>SORT OPTION: Subject</H1>
5727 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5728 by subject. 
5731 Messages with the same subject are
5732 first grouped together, and then the groups of like-subject messages
5733 are arranged alphabetically.
5736 Alpine ignores leading &quot;Re:&quot; and
5737 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5738 likeness and alphabetical order of subject lines.
5741 &lt;End of help on this topic&gt;
5742 </BODY>
5743 </HTML>
5744 ======= h_index_sort_ordsubj =======
5745 <HTML>
5746 <HEAD>
5747 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5748 </HEAD>
5749 <BODY>
5750 <H1>SORT OPTION: OrderedSubject</H1>
5752 The <EM>OrderedSubject</EM> sort option arranges messages in the
5753 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5754 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5757 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5758 messages by the date of the oldest message in the group.
5761 This sort method provides for pseudo threading of conversations within
5762 a folder.
5763 You may want to try sorting by Thread instead.
5766 &lt;End of help on this topic&gt;
5767 </BODY>
5768 </HTML>
5769 ======= h_index_sort_thread =======
5770 <HTML>
5771 <HEAD>
5772 <TITLE>SORT OPTION: Thread</TITLE>
5773 </HEAD>
5774 <BODY>
5775 <H1>SORT OPTION: Thread</H1>
5777 The <EM>Thread</EM> sort option arranges messages in the
5778 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5779 they are part of a conversation (discussion thread) taking
5780 place within a mailbox or newsgroup.  This indication is
5781 based on information in the message's header -- specifically
5782 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5785 &lt;End of help on this topic&gt;
5786 </BODY>
5787 </HTML>
5788 ======= h_index_sort_from =======
5789 <HTML>
5790 <HEAD>
5791 <TITLE>SORT OPTION: From</TITLE>
5792 </HEAD>
5793 <BODY>
5794 <H1>SORT OPTION: From</H1>
5796 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5797 by the name of the author of the message.
5800 Messages with the same author are grouped together. Groups of
5801 messages are then put into alphabetical order according to message
5802 author.
5805 &lt;End of help on this topic&gt;
5806 </BODY>
5807 </HTML>
5808 ======= h_index_sort_size =======
5809 <HTML>
5810 <HEAD>
5811 <TITLE>SORT OPTION: Size</TITLE>
5812 </HEAD>
5813 <BODY>
5814 <H1>SORT OPTION: Size</H1>
5816 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5817 by their relative sizes.
5820 &lt;End of help on this topic&gt;
5821 </BODY>
5822 </HTML>
5823 ======= h_index_sort_score =======
5824 <HTML>
5825 <HEAD>
5826 <TITLE>SORT OPTION: Score</TITLE>
5827 </HEAD>
5828 <BODY>
5829 <H1>SORT OPTION: Score</H1>
5831 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5832 by their scores.
5835 Messages with the same score are sorted in arrival order.
5836 Scores are something you create using the
5837 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5840 &lt;End of help on this topic&gt;
5841 </BODY>
5842 </HTML>
5843 ======= h_index_sort_to =======
5844 <HTML>
5845 <HEAD>
5846 <TITLE>SORT OPTION: To</TITLE>
5847 </HEAD>
5848 <BODY>
5849 <H1>SORT OPTION: To</H1>
5851 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5852 by the names of the recipients of the message.
5855 Messages with the same recipients are grouped together. Groups of
5856 messages are then put into alphabetical order according to message
5857 recipients.
5860 &lt;End of help on this topic&gt;
5861 </BODY>
5862 </HTML>
5863 ======= h_index_sort_cc =======
5864 <HTML>
5865 <HEAD>
5866 <TITLE>SORT OPTION: Cc</TITLE>
5867 </HEAD>
5868 <BODY>
5869 <H1>SORT OPTION: Cc</H1>
5871 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5872 the names of the carbon copy addresses of the message.
5875 &lt;End of help on this topic&gt;
5876 </BODY>
5877 </HTML>
5878 ======= h_index_cmd_whereis =======
5879 <HTML>
5880 <HEAD>
5881 <TITLE>WhereIs Command</TITLE>
5882 </HEAD>
5883 <BODY>
5884 <H1>WhereIs Command</H1>
5886 The WhereIs
5887 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5888 command lets you search the MESSAGE INDEX for a word.
5889 It scans through whatever you see, usually the name of the author
5890 and the Subject line.
5891 WhereIs has special subcommands to let you find the beginning of the
5892 index (Ctrl-Y -- first message)
5893 or the end of the index (Ctrl-V -- last message).
5895 Note that WhereIs only searches through the visible text on the screen.
5896 For example, if only part of the Subject of a message is shown because it
5897 is long, then only the visible portion of the Subject is searched.
5898 Also note that WhereIs does not &quot;see&quot; the 
5899 &quot;X&quot; in column one of Index entries for selected messages
5900 so it can't be used to search for
5901 selected messages (use &quot;Zoom&quot; instead).
5903 If the feature
5904 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5905 is turned on,
5906 WhereIs can also be used as a quick way to select messages that match the
5907 string being searched for.
5908 Instead of typing carriage return to search for the next match, type
5909 Ctrl-X to select all matches.
5910 Once again, this only selects matches that are (or would be if the right
5911 index line was on the screen) visible.
5912 Truncated From lines or Subjects will cause matches to be missed.
5913 Although WhereIs is sometimes convenient for quick matching, the Select
5914 command is usually more powerful and usually faster.
5917 &lt;End of help on this topic&gt;
5918 </BODY>
5919 </HTML>
5920 ======= h_view_cmd_whereis =======
5921 <HTML>
5922 <HEAD>
5923 <TITLE>WhereIs Command</TITLE>
5924 </HEAD>
5925 <BODY>
5926 <H1>WhereIs Command</H1>
5928 The WhereIs
5929 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5930 command does a &quot;find in current message&quot; operation.  You
5931 type in text and Alpine will try to find it in the message you are
5932 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5933 or end (Ctrl-V) of the message.
5934 That is, to rapidly move to the end of a message, hit the 
5935 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5936 (or Ctrl-W) key followed
5937 by Ctrl-V.  Similarly,
5938 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5939 followed by Ctrl-Y will take you to the beginning of a message.
5942 &lt;End of help on this topic&gt;
5943 </BODY>
5944 </HTML>
5945 ======= h_view_cmd_hilite =======
5946 <HTML>
5947 <HEAD>
5948 <TITLE>View Hilite and Next item/Previous item</TITLE>
5949 </HEAD>
5950 <BODY>
5951 <H1>View Hilite and Next item/Previous item</H1>
5953 Sometimes messages may be in the form of formatted HTML text
5954 or they may contain URLs or Web server hostnames.
5955 When any of the features
5956 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5957 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5958 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5960 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5961 are enabled, Alpine will represent such selectable items in the text
5962 in bold typeface.  One of the selectable items will be displayed in
5963 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5964 Press the Return key to view the currently selected item.
5967 The Up and Down Arrows keys can be used to change the selected item
5968 (also see the feature
5969 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5970 If there are no selectable items in the direction of the arrow you
5971 pressed, Alpine will scroll the display in that direction until one
5972 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5973 items in the message text, use the Previous and Next item commands,
5974 <!--chtml if pinemode="function_key"-->F5 and F6
5975 <!--chtml else-->^B and ^F<!--chtml endif-->.
5978 &lt;End of help on this topic&gt;
5979 </BODY>
5980 </HTML>
5981 ======= h_view_cmd_viewattch =======
5982 <HTML>
5983 <HEAD>
5984 <TITLE>ViewAttch Command</TITLE>
5985 </HEAD>
5986 <BODY>
5987 <H1>ViewAttch Command</H1>
5990 The View/Save Attachment
5991 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5992 command allows you to handle MIME attachments to a message you have
5993 received.  Alpine shows you a list of the message attachments -- you just
5994 choose the attachment you want.  You may either view or save the
5995 selected attachment.
5998 Because many attachments require external programs for display, there
5999 is some system configuration that has to happen before you can
6000 actually display attachments.  Hopefully much of that will have been
6001 done already by your system administrator.  MIME configuration is
6002 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6003 on configuration in the
6004 <A HREF="h_news">release notes</A> for more information.)
6007 &lt;End of help on this topic&gt;
6008 </BODY>
6009 </HTML>
6010 ======= h_index_cmd_expunge =======
6011 <HTML>
6012 <HEAD>
6013 <TITLE>Expunge/Exclude Command</TITLE>
6014 </HEAD>
6015 <BODY>
6016 <H1>Expunge/Exclude Command</H1>
6018 Expunge/Exclude
6019 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6020 is the command Alpine uses to actually remove all messages
6021 marked for deletion.  With regular email files, expunge literally deletes
6022 the text from the current folder.  With newsgroups or shared mailboxes,
6023 you don't have permission to actually remove the message, so it is an
6024 exclude -- Alpine removes the message from your view of the folder even
6025 though it is not technically gone.
6027 <P> A selective expunge command is available in IMAP folders that support 
6028 the UID EXPUNGE extension in <A 
6029 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6030 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6031 as a subcommand of the apply command. If some selected messages are marked 
6032 deleted, then the apply command will offer the eXpunge command, which when 
6033 executed will only expunge those messages that are selected and deleted.
6035 <P> 
6036 Observe that the expunge command (when not used from the apply command) 
6037 will expunge/exclude all deleted messages from the folder, and so all 
6038 messages marked deleted will be expunged, regardless of if they are 
6039 selected or not. In other words, there is no protection against 
6040 potentially expunging more messages than only those that have been 
6041 selected and deleted.
6044 The configuration features
6045 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6047 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6048 affect the behavior of the Expunge command.
6051 &lt;End of help on this topic&gt;
6052 </BODY>
6053 </HTML>
6054 ======= h_common_compose =======
6055 <HTML>
6056 <HEAD>
6057 <TITLE>Compose Command</TITLE>
6058 </HEAD>
6059 <BODY>
6060 <H1>Compose Command</H1>
6062 The Compose command takes you into the Alpine message composer where you
6063 can start a new message for sending.  This is where you type in the
6064 message's text and specify its recipient list (the &quot;To:&quot;
6065 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6066 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6067 be attached to the message.
6070 When you type this command, Alpine will also automatically check for any
6071 interrupted (i.e., a message that was being composed when your modem
6072 or network connection was broken) or previously postponed messages and
6073 offer you a chance to continue working on those.
6076 <UL>   
6077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6078 </UL><P>
6079 &lt;End of help on this topic&gt;
6080 </BODY>
6081 </HTML>
6082 ======= h_common_index =======
6083 <HTML>
6084 <HEAD>
6085 <TITLE>Message Index Command</TITLE>
6086 </HEAD>
6087 <BODY>
6088 <H1>Message Index Command</H1>
6090 The Index command takes you to the MESSAGE INDEX screen that displays a
6091 summary caption for each message in the currently-open folder. One
6092 message will be highlighted; this is the &quot;Current&quot; message.
6093 The message commands available from this screen (e.g. View, Reply,
6094 Forward, Delete, Print, Save, etc) apply to the current message.
6097 &lt;End of help on this topic&gt;
6098 </BODY>
6099 </HTML>
6100 ======= h_common_folders =======
6101 <HTML>
6102 <HEAD>
6103 <TITLE>Folder List Command</TITLE>
6104 </HEAD>
6105 <BODY>
6106 <H1>Folder List Command</H1>
6108 This Folder List command takes you to the FOLDER LIST screen that displays
6109 the names of all your message folders and allows you to view, rename,
6110 delete, and add folders.  You can open (view) a different folder than the
6111 one currently open by highlighting the desired one (using the arrow keys
6112 or their control-key equivalents) and pressing RETURN.
6115 If you have multiple folder collections defined (see the Help text for
6116 the FOLDER LIST screen to learn more about Collections), you may need
6117 to press Return to expand the collection and display all of the
6118 folders in it.
6121 &lt;End of help on this topic&gt;
6122 </BODY>
6123 </HTML>
6124 ======= h_main_addrbook =======
6125 <HTML>
6126 <HEAD>
6127 <TITLE>Address Book Command</TITLE>
6128 </HEAD>
6129 <BODY>
6130 <H1>Address Book Command</H1>
6132 This command, available only from the MAIN MENU, takes you
6133 to the ADDRESS BOOK management screen.  From here, your personal address
6134 book(s) may be updated.
6137 &lt;End of help on this topic&gt;
6138 </BODY>
6139 </HTML>
6140 ======= h_main_setup =======
6141 <HTML>
6142 <HEAD>
6143 <TITLE>Setup Command</TITLE>
6144 </HEAD>
6145 <BODY>
6146 <H1>Setup Command</H1>
6148 The Setup command, available only from the MAIN MENU, prompts you for
6149 one of several configuration screens, including the SETUP CONFIGURATION 
6150 screen, by which you may activate optional Alpine features.
6153 &lt;End of help on this topic&gt;
6154 </BODY>
6155 </HTML>
6156 ======= h_main_release_notes =======
6157 <HTML>
6158 <HEAD>
6159 <TITLE>Release Notes Command</TITLE>
6160 </HEAD>
6161 <BODY>
6162 <H1>Release Notes Command</H1>
6164 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6165 as well as pointers to further information such as history and legal notes.
6168 &lt;End of help on this topic&gt;
6169 </BODY>
6170 </HTML>
6171 ======= h_main_kblock =======
6172 <HTML>
6173 <HEAD>
6174 <TITLE>Keyboard Lock Command</TITLE>
6175 </HEAD>
6176 <BODY>
6177 <H1>Keyboard Lock Command</H1>
6179 This command allows your Alpine session to be protected
6180 during a temporary absence from your terminal.
6183 &lt;End of help on this topic&gt;
6184 </BODY>
6185 </HTML>
6186 ======= h_main_journal =======
6187 <HTML>
6188 <HEAD>
6189 <TITLE>Journal Command</TITLE>
6190 </HEAD>
6191 <BODY>
6192 <H1>Journal Command</H1>
6194 This command displays a list of all the status messages Alpine has
6195 displayed (on the third line from the bottom of the screen). This may
6196 be useful if a message disappeared before you had a chance to read it.
6199 &lt;End of help on this topic&gt;
6200 </BODY>
6201 </HTML>
6202 ======= h_common_role =======
6203 <HTML>
6204 <HEAD>
6205 <TITLE>Role Command</TITLE>
6206 </HEAD>
6207 <BODY>
6208 <H1>Role Command</H1>
6210 The Role command is similar to the Compose command except that it starts
6211 off by letting you select a <A HREF="h_rules_roles">role</A>
6212 to be used for the composition.
6213 You may set up alternate roles by using Setup/Rules/Roles.
6216 &lt;End of help on this topic&gt;
6217 </BODY>
6218 </HTML>
6219 ======= h_common_conditional_cmds =======
6220 <HTML>
6221 <HEAD>
6222 <TITLE>Conditional Commands</TITLE>
6223 </HEAD>
6224 <BODY>
6225 <H1>Conditional Commands</H1>
6227 The presence or absence of certain commands, particularly in the
6228 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6229 whether or not specific features are set in your Alpine configuration.  
6230 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6231 Alpine's MAIN MENU.)  To see if a desired command's availability is
6232 conditioned on a feature setting, see the command's help text (highlight
6233 the phrase associated with the command and hit Return).
6236 Also note that some
6237 commands may be administratively disabled by your system manager;
6238 if they don't work, please check with your local help desk.
6241 <UL>   
6242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6243 </UL><P>
6244 &lt;End of help on this topic&gt;
6245 </BODY>
6246 </HTML>
6247 ======= h_common_pipe =======
6248 <HTML>
6249 <HEAD>
6250 <TITLE>Pipe Command</TITLE>
6251 </HEAD>
6252 <BODY>
6253 <H1>Pipe Command</H1>
6255 Pipe
6256 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6257 allows you to send a message to a specified Unix command for external
6258 processing.
6259 This command's availability is controlled by the
6260 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6261 feature.
6262 By default, the processed text of the message is sent to the command
6263 you specify and the output is captured by Alpine and shown to you.
6264 When you run the pipe command, there are some sub-commands which may be
6265 used to alter this behavior.
6266 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6269 &lt;End of help on this topic&gt;
6270 </BODY>
6271 </HTML>
6272 ======= h_common_goto =======
6273 <HTML>
6274 <HEAD>
6275 <TITLE>Goto Command</TITLE>
6276 </HEAD>
6277 <BODY>
6278 <H1>Goto Command</H1>
6280 Goto
6281 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6282 is the command that lets you bypass Alpine's folder selection screens
6283 and jump directly to a new folder.  You can select any folder in the
6284 world: one in your current collection, one in a different collection or
6285 one in a collection you've never even used before.
6288 Alpine will help you as much as possible to narrow in on the folder you want.
6289 However, if the folder is outside of your defined collections, you are
6290 going to have to enter the exact folder location using the correct
6291 <A HREF="h_valid_folder_names">syntax</A>
6292 for a remote folder and/or fully-qualified path name.
6295 &lt;End of help on this topic&gt;
6296 </BODY>
6297 </HTML>
6298 ======= h_common_nextnew =======
6299 <HTML>
6300 <HEAD>
6301 <TITLE>NextNew Command</TITLE>
6302 </HEAD>
6303 <BODY>
6304 <H1>NextNew Command</H1>
6306 When you press the TAB key, Alpine advances to the next
6307 &quot;interesting&quot; message.
6308 This will be the next message you have not seen before, or the next message
6309 you have flagged Important, whichever comes first.
6310 Unread messages that have been deleted are not considered interesting.
6311 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6312 articles after you have read them if you want to remove them from future
6313 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6314 more information.)
6317 The NextNew command is affected by the feature
6318 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6319 which causes Alpine to only consider Unread messages interesting, not messages
6320 flagged Important.
6323 This command behaves a little differently when it finds there are no more
6324 interesting messages left in the current folder.
6325 If the current folder is one of your Incoming Message Folders
6326 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6327 or it is a newsgroup, then Alpine will try to find the next folder or
6328 newsgroup that contains <EM>Recent</EM> messages and will ask you
6329 if you want to open that folder.
6330 This behavior may be modified by using the
6331 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6332 feature that causes Alpine to look for Unseen messages instead of Recent
6333 messages.
6334 The NextNew command's behavior is also affected by the configuration features
6335 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6337 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6340 &lt;End of help on this topic&gt;
6341 </BODY>
6342 </HTML>
6343 ======= h_common_jump =======
6344 <HTML>
6345 <HEAD>
6346 <TITLE>Jump Command</TITLE>
6347 </HEAD>
6348 <BODY>
6349 <H1>Jump Command</H1>
6351 This is Alpine's way of allowing you to go straight to a specific message.
6352 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6353 configured such that typing in any number automatically jumps you to that
6354 message 
6355 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6356 in the SETUP CONFIGURATION).
6359 &lt;End of help on this topic&gt;
6360 </BODY>
6361 </HTML>
6362 ======= h_common_flag =======
6363 <HTML>
6364 <HEAD>
6365 <TITLE>Flag Command</TITLE>
6366 </HEAD>
6367 <BODY>
6368 <H1>Flag Command</H1>
6370 Flag
6371 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6372 is the command that allows users to manipulate the status flags that
6373 appear on the left side of the MESSAGE INDEX screen.  The most common
6374 use of this is to mark a message as important. This is something of a
6375 note to yourself to get back to that message.  You may also use the
6376 flag command to set (or unset) the flags that indicate that a message
6377 is new, answered, deleted, or forwarded.<P>
6379 Provided the mail server supports it,
6380 you may also manipulate user-defined keywords
6381 for a message using the flag command.
6382 These keywords will be available if you use the Flag Details screen that you
6383 can get to after typing the
6384 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6385 command.
6386 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6387 which are always present.
6388 You may add new keywords by using the Add KW command from the Flag Details screen
6389 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6391 The availability of the flag command is determined by the
6392 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6393 feature in your Alpine configuration. Also, it is possible that Flag could be
6394 administratively disabled by your system manager; if it doesn't work,
6395 please check with your local help desk before reporting a bug.
6396 The behavior of the flag command may be modified by the
6397 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6398 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6401 &lt;End of help on this topic&gt;
6402 </BODY>
6403 </HTML>
6404 ======= h_common_hdrmode =======
6405 <HTML>
6406 <HEAD>
6407 <TITLE>HdrMode Command</TITLE>
6408 </HEAD>
6409 <BODY>
6410 <H1>HdrMode Command</H1>
6412 Every email message comes with some header lines that you normally
6413 don't see (and don't want to see).
6414 These include anywhere from 3-20 lines (or more) added by the
6415 Internet mail transport system to record the route your message took,
6416 for diagnostic purposes.
6417 These are normally of no import and simply
6418 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6419 This also includes other non-standard headers the message may contain.
6420 If you want to see these headers, there is a way to reveal them.
6423 The Header Mode
6424 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6425 command is a toggle that controls Alpine's handling of these header
6426 lines.  Normally, full headers is &quot;off&quot; and you only see a
6427 few lines about who a message is to and who it is from.  When you
6428 press
6429 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6430 to turn full headers on, Alpine will show you
6431 the normal header lines as well as delivery headers, comment headers,
6432 MIME headers, and any other headers present.
6435 Several different Alpine commands honor the header mode -- it affects how
6436 messages are displayed, how they appear in forward and reply email, how
6437 they are printed, how they are saved, and how they are exported.
6438 <!--chtml if pinemode="os_windows"-->
6439 <!--chtml else--> 
6440 The pipe command is also affected.
6441 <!--chtml endif-->
6444 The presence or absence of the Header Mode command is determined by the
6445 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6446 Feature-List option in your Alpine configuration.
6449 If you have also turned on the
6450 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6451 option then the HdrMode command actually rotates through three states
6452 instead of just two.
6453 The first is the normal view with long quotes suppressed.
6454 The second is the normal view but with the long quotes included.
6455 The last enables the display of all headers in the message.
6456 When using Export, Pipe, Print, Forward, or Reply the quotes are
6457 never suppressed, so the first two states are identical.
6460 The behavior of the Header Mode command may be altered slightly by
6461 turning on the
6462 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6463 Feature-List option in your Alpine configuration.
6464 In particular, it will cause the Header Mode to be persistent when moving
6465 from message to message instead of resetting to the default for each message.
6468 <UL>   
6469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6470 </UL><P>
6471 &lt;End of help on this topic&gt;
6472 </BODY>
6473 </HTML>
6474 ======= h_common_print =======
6475 <HTML>
6476 <HEAD>
6477 <TITLE>Print Command</TITLE>
6478 </HEAD>
6479 <BODY>
6480 <H1>Print Command</H1>
6482 The Print
6483 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6484 command allows you to print a copy of a message.
6485 There are many SETUP CONFIGURATION features that affect the
6486 Print command, including
6487 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6488 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6489 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6490 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6491 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6492 You set up for printing by using the Printer option of the Setup command
6493 on the MAIN MENU.
6497 &lt;End of help on this topic&gt;
6498 </BODY>
6499 </HTML>
6500 ======= h_common_take =======
6501 <HTML>
6502 <HEAD>
6503 <TITLE>TakeAddr Command</TITLE>
6504 </HEAD>
6505 <BODY>
6506 <H1>TakeAddr Command</H1>
6509 With the Take Address
6510 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6511 command, you can extract email addresses from an
6512 incoming message and save them in an address book.  This is an easy way
6513 to add to your address book and avoid having to remember the email
6514 addresses of the people who write to you.
6517 If the message is just to you individually, then you will only need to
6518 provide a nickname.  If the message contains more than one email address,
6519 then you will see an address
6520 selection screen that lets you choose the address you want to save into
6521 your address book, or lets you choose several of them add to a
6522 personal distribution list.
6525 Once you've added an entry to your address book, you can use it from the
6526 message composer by typing the nickname of the entry into one of the
6527 header fields (for example, into the To: field), or you can use ^T from
6528 the header field to select the entry from your address book.
6531 If the configuration feature
6532 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6533 is set, the behavior of the Take command is altered slightly.
6536 &lt;End of help on this topic&gt;
6537 </BODY>
6538 </HTML>
6539 ======= h_ge_import =======
6540 <HTML>
6541 <HEAD>
6542 <TITLE>Import File Selection</TITLE>
6543 </HEAD>
6544 <BODY>
6545 <H1>Import File Selection</H1>
6547 You are importing a file that you previously
6548 exported from Alpine.
6549 You are now being asked for the name of that file.
6550 The easiest way to select a file is probably with the &quot;^T&quot;
6551 &quot;To Files&quot; command.
6552 Alternatively, you may type in a file name.
6553 It may be an absolute pathname.
6554 Otherwise, it is a file located in your home directory
6555 or current working directory
6556 <!--chtml if pinemode="running"-->
6557 (which, at least for your current Alpine &quot;session,&quot; 
6558 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6559 <!--chtml endif-->, depending on the
6560 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6561 In any case, you finish by typing a carriage return to accept the
6562 file name that is displayed.
6563 When the feature
6564 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6565 is turned on you may use TAB to complete partially typed in names.
6567 You may cancel the import operation by typing &quot;^C&quot; after exiting
6568 this help.
6570 &lt;End of help on this topic&gt;
6571 </BODY>
6572 </HTML>
6573 ======= h_ge_allparts =======
6574 <HTML>
6575 <HEAD>
6576 <TITLE>Export Message File Selection</TITLE>
6577 </HEAD>
6578 <BODY>
6579 <H1>Export Message File Selection</H1>
6581 You are Exporting a message from an Alpine mail folder
6582 to a plain text file.
6583 You also have the option of exporting all of the attachments associated
6584 with the message.
6585 You are now being asked for the name of the file to export <EM>to</EM>.
6586 The easiest way to select a file is probably with the &quot;^T&quot;
6587 &quot;To Files&quot; subcommand.
6588 After returning from that subcommand you will still be allowed to
6589 edit the name you have selected.
6590 Alternatively, you may type in a file name.
6591 It may be an absolute pathname.
6592 Otherwise, it is a file located in your home directory
6593 or current working directory
6594 <!--chtml if pinemode="running"-->
6595 (which, at least for your current Alpine &quot;session,&quot; 
6596 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6597 <!--chtml endif-->, depending on the
6598 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6599 In any case, you finish by typing a carriage return to accept the
6600 file name that is displayed.
6601 When the feature
6602 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6603 is turned on you may use TAB to complete partially typed in names.
6605 The message you are exporting appears to have some attachments.
6606 If you wish to save <EM>all</EM> of the attachments at once,
6607 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6608 saving of the attachments.
6609 You may turn it back off by typing &quot;^P&quot; again, which will now
6610 be labeled &quot;NoAllParts&quot; instead.
6611 If you want to save the parts the command displayed should be
6612 &quot;NoAllParts&quot;!
6613 When you choose to save attachments like this, the attachments will be saved
6614 in a newly created directory.
6615 That directory will have the same name as the file name you choose here,
6616 with the letters &quot;.d&quot; appended.
6617 If that directory already exists, then the letters &quot;.d_1&quot; will
6618 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6619 is found.
6620 For example, if you select the file name
6622 <CENTER><SAMP>filename</SAMP></CENTER>
6624 to export the message to, then the directory used for the attachments will be
6626 <CENTER><SAMP>filename.d</SAMP></CENTER>
6628 or perhaps
6630 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6632 The attachments will then be put into files inside that directory.
6633 The names for the attachment files will be derived from the attachments
6634 if possible.
6635 This is done in the same way as the default values are derived if you
6636 save them one at a time.
6637 (The &quot;filename&quot; parameter from the Content-Disposition header
6638 is the first choice. If that doesn't exist, the &quot;name&quot;
6639 parameter from the Content-Type header is used.)
6640 If a name for a particular attachment is not available, then the
6641 part number of the attachment is used, with the characters &quot;part_&quot;
6642 prepended.
6643 An example of that would be
6645 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6647 If you want to save only some of the attachments or if you want more control
6648 over the directory and filename where an attachment is saved you may
6649 cancel out of this command and View the attachment list.
6650 From there you can save each attachment individually.
6652 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6653 this help.
6655 &lt;End of help on this topic&gt;
6656 </BODY>
6657 </HTML>
6658 ======= h_ge_export =======
6659 <HTML>
6660 <HEAD>
6661 <TITLE>Export File Selection</TITLE>
6662 </HEAD>
6663 <BODY>
6664 <H1>Export File Selection</H1>
6666 You are Exporting or Saving something from within the Alpine world
6667 (a message, an attachment, etc.)
6668 to a plain text file.
6669 You are now being asked for the name of the file to export <EM>to</EM>.
6670 The easiest way to select a file is probably with the &quot;^T&quot;
6671 &quot;To Files&quot; subcommand.
6672 After returning from that subcommand you will still be allowed to
6673 edit the name you have selected.
6674 Alternatively, you may type in a file name.
6675 It may be an absolute pathname.
6676 Otherwise, it is a file located in your home directory
6677 or current working directory
6678 <!--chtml if pinemode="running"-->
6679 (which, at least for your current Alpine &quot;session,&quot; 
6680 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6681 <!--chtml endif-->, depending on the
6682 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6683 In any case, you finish by typing a carriage return to accept the
6684 file name that is displayed.
6685 When the feature
6686 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6687 is turned on you may use TAB to complete partially typed in names.
6689 If the object you are exporting is a message with some attachments,
6690 you may wish to save all of the attachments by typing the &quot;^P&quot;
6691 &quot;AllParts&quot; command to turn on saving of the attachments.
6692 This subcommand will only be visible if the message actually has attachments.
6693 You may also View the attachment list and save individual attachments from
6694 there.
6696 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6697 this help.
6699 &lt;End of help on this topic&gt;
6700 </BODY>
6701 </HTML>
6702 ======= h_common_save =======
6703 <HTML>
6704 <HEAD>
6705 <TITLE>Save and Export Commands</TITLE>
6706 </HEAD>
6707 <BODY>
6708 <H1>Save and Export Commands</H1>
6710 Save
6711 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6712 and Export
6713 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6714 are the two alternatives Alpine gives you to keep a copy of the message
6715 you are reading. If you want to keep the message within Alpine's email
6716 world, use &quot;Save&quot;; if you want to use the message in another
6717 program, use &quot;Export&quot;.
6720 When you Save a message, it is put into an existing folder or into a new
6721 folder in one of your existing folder collections.  The message stays in
6722 email format and can be read by Alpine again.  Alpine may use a special format
6723 for its mail folders -- never edit an Alpine folder by hand or with any
6724 program other than Alpine.  The exact behavior of the Save command can be
6725 configured with the
6726 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6727 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6728 and 
6729 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6730 feature list settings.
6731 The name of the folder offered as a default is controlled by the option
6732 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6735 When you use Export, the message is placed in a plain text file in your
6736 home directory 
6737 <!--chtml if pinemode="running"-->
6738 (which, in the present configuration of your system, is
6739  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6740 <!--chtml endif-->
6741 or current working directory
6742 <!--chtml if pinemode="running"-->
6743 (which, at least for your current Alpine &quot;session,&quot; 
6744 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6745 <!--chtml endif-->, depending on the
6746 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6747 configuration setting.  In the normal case, only minimal
6748 headers are exported with the message; however, if the full header mode 
6749 (whose availability may be disabled  by setting the feature 
6750 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6751 in SETUP CONFIGURATION) is
6752 toggled on, then complete headers are exported along with the message
6753 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6754 defined, they may affect the contents of the exported file.)
6757 &lt;End of help on this topic&gt;
6758 </BODY>
6759 </HTML>
6760 ======= h_common_bounce =======
6761 <HTML>
6762 <HEAD>
6763 <TITLE>Bounce Command</TITLE>
6764 </HEAD>
6765 <BODY>
6766 <H1>Bounce Command</H1>
6768 The Bounce 
6769 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6770 command allows you to re-send, or &quot;remail&quot;, a
6771 message, as if you were never in the loop.  It is analogous to crossing
6772 out your address on a postal letter, writing a different address on the
6773 envelope, and putting it into the mailbox. Bounce is used primarily to
6774 redirect email that was sent to you in error.
6775 Also, some owners of email
6776 lists need the bounce command to handle list traffic.
6777 Bounce is not anonymous.
6778 A ReSent-From header is added to the message so that the recipient may
6779 tell that you Bounced it to them.
6782 The presence or absence of the Bounce command is determined by the
6783 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6784 feature in your Alpine configuration.
6785 The feature
6786 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6787 affects the behavior of the Bounce command.
6788 Also, it is possible that Bounce could be
6789 administratively disabled by your system manager; if it doesn't work,
6790 please check with your local help desk before reporting a bug.
6793 &lt;End of help on this topic&gt;
6794 </BODY>
6795 </HTML>
6796 ======= h_common_reply =======
6797 <HTML>
6798 <HEAD>
6799 <TITLE>Reply and Forward Commands</TITLE>
6800 </HEAD>
6801 <BODY>
6803 <H1>Reply and Forward Commands</H1>
6805 Replying 
6806 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6807 and Forwarding 
6808 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6809 are your two alternatives for following up on the
6810 message you are reading.  You would use reply if you want to get email
6811 back to the author of the message and/or the other people who have
6812 already seen it.  You use forward if you want somebody new to see the
6813 message.
6816 In the normal case, the only thing that you must supply when forwarding a
6817 message is the name/email address of the new recipient.
6818 Alpine will include the text of the forwarded message.
6819 Alpine will also include any attachments to the message.
6820 There is space above the forwarded text for you to include additional comments.
6823 When replying, you usually have to answer some questions.
6824 If the message is to multiple people and/or specified with a Reply-To: header,
6825 then you will have to decide who should get the reply.
6826 You also need to decide whether or not to include the previous
6827 message in your reply.
6828 Some of this is configurable.
6829 Specifically, see the
6830 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6831 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6832 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6834 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6835 configuration features.
6838 Both the Reply and Forward commands react to the full header mode toggle.
6839 If the full header mode is on, then all the header and delivery lines are
6840 included with the text of the message in your reply/forward.
6843 Other configuration features that affect the Reply command are
6844 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6845 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6846 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6849 &lt;End of help on this topic&gt;
6850 </BODY>
6851 </HTML>
6852 ======= h_common_delete =======
6853 <HTML>
6854 <HEAD>
6855 <TITLE>Delete and Undelete Commands</TITLE>
6856 </HEAD>
6857 <BODY>
6858 <H1>Delete and Undelete Commands</H1>
6860 Delete 
6861 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6862 and Undelete 
6863 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6864 allow you to change the Deleted flag for the current message.
6865 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6866 removes the mark.
6867 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6868 at the left hand edge of the index line.
6869 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6870 in the upper right hand corner of the screen.
6871 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6872 get rid of the message.
6873 The eXpunge command (available from the MESSAGE INDEX screen) actually
6874 removes all of the deleted messages in a folder.
6875 Once a message is eXpunged, it can't be retrieved.
6878 The Delete command is affected by the setting of the configuration feature
6879 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6882 &lt;End of help on this topic&gt;
6883 </BODY>
6884 </HTML>
6885 ======= h_common_postpone =======
6886 <HTML>
6887 <HEAD>
6888 <TITLE>Postpone Command</TITLE>
6889 </HEAD>
6890 <BODY>
6891 <H1>Postpone Command</H1>
6893 The postpone
6894 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6895 command allows you to temporarily stop working on the current
6896 message so you may read
6897 other messages or compose another message.  When you want to resume a
6898 message later, start to compose and answer &quot;yes&quot; to the
6899 &quot;Continue postponed composition?&quot; question.  You may
6900 postpone as many messages as you like.
6903 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6904 in the Setup/Config screen, then the Postpone command will prompt you for
6905 the folder in which to store your outgoing message.
6908 &lt;End of help on this topic&gt;
6909 </BODY>
6910 </HTML>
6911 ======= h_compose_cancel =======
6912 <HTML>
6913 <HEAD>
6914 <TITLE>Cancel Command</TITLE>
6915 </HEAD>
6916 <BODY>
6917 <H1>Cancel Command</H1>
6919 Cancel
6920 <!--chtml if pinemode="function_key"-->
6921 (F2)
6922 <!--chtml else-->
6923 (^C) 
6924 <!--chtml endif-->
6926 The Cancel command returns you to Alpine's normal mail processing and
6927 causes the message currently under composition to be thrown out.
6928 The message text <EM>will be lost</EM>.
6931 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
6932 will be preserved in the file named
6933 <!--chtml if pinemode="os_windows"-->
6934 &quot;DEADLETR&quot;.
6935 <!--chtml else-->
6936 &quot;dead.letter&quot; in your home directory.
6937 <!--chtml endif-->
6938 If you unintentionally cancel a message, look there for its text.
6941 &lt;End of help on this topic&gt;
6942 </BODY>
6943 </HTML>
6944 ======= h_compose_addrcomplete =======
6945 <HTML>
6946 <HEAD>
6947 <TITLE>Address Completion</TITLE>
6948 </HEAD>
6949 <BODY>
6950 <H1>Address Completion</H1>
6952 When entering addresses in the address fields of the composer (To, Cc, etc.)
6953 the TAB key may be used to help complete the address.
6954 Type a partial nickname and tap the TAB key to complete the typing.
6955 The unambiguous part of the name will be filled in automatically.
6956 Typing TAB twice in succession will bring up a selection list of possibilities,
6957 making it easy to find and choose the correct address.
6960 The matching algorithm is rather ad hoc.
6961 The search starts with a search of your address book.
6962 It counts as a match if the nickname, address, or fullname field of an
6963 entry begins with the text typed in so far. It is also a match if
6964 a later word in the fullname (for example, the middle name or last name)
6965 begins with the entered text.
6967 Next comes an LDAP search.
6968 The search will happen for any servers that have the
6969 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6970 feature set. You can set or unset the feature for each server independently
6971 in the Setup/Directory screen.
6973 Finally, if you are replying to or forwarding a message, that message is
6974 searched for likely candidate addresses that match the typed-in text.
6977 &lt;End of help on this topic&gt;
6978 </BODY>
6979 </HTML>
6980 ======= h_compose_richhdr =======
6981 <HTML>
6982 <HEAD>
6983 <TITLE>Rich Header Command</TITLE>
6984 </HEAD>
6985 <BODY>
6986 <H1>Rich Header Command</H1>
6988 The Rich Header command allows you to toggle between the list of 
6989 all message headers available for editing and those that are most
6990 common.
6993 Use this toggle to expose headers that are not normally visible by
6994 default.
6995 This set usually includes the
6996 &quot;Bcc:&quot;,
6997 &quot;Fcc:&quot;,
6998 &quot;Lcc:&quot;,
6999 and &quot;Newsgroups&quot;
7000 headers.
7001 If you are posting to a newsgroup the set of defaults is a little different.
7002 Obviously, in that case, the Newsgroups header is of interest so is not
7003 hidden.
7004 For news posting the hidden set includes the
7005 &quot;To:&quot;,
7006 &quot;Cc:&quot;,
7007 &quot;Bcc:&quot;,
7008 &quot;Fcc:&quot;,
7009 and &quot;Lcc:&quot;
7010 headers.
7011 You won't normally want to edit these, which is why they are hidden,
7012 but it is sometimes useful to be able to set them manually.
7015 The default sets of headers listed above can be altered.
7016 Any header that you have added to the
7017 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7018 option, but not to the
7019 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7020 option will appear when you use the Rich Headers command to
7021 make the Rich Headers visible.
7022 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7023 even without toggling the Rich Headers command.)
7026 &lt;End of help on this topic&gt;
7027 </BODY>
7028 </HTML>
7029 ======= h_compose_send =======
7030 <HTML>
7031 <HEAD>
7032 <TITLE>Send Command</TITLE>
7033 </HEAD>
7034 <BODY>
7035 <H1>Send Command</H1>
7037 The Send command
7038 <!--chtml if pinemode="function_key"-->
7039 (F3)
7040 <!--chtml else-->
7041 (^X) 
7042 <!--chtml endif-->
7043 tells Alpine you are finished composing.
7044 Before actually sending it, though, Alpine will ask you to confirm 
7045 your intention, and, at the same time, redisplayed the message text
7046 with the recipients at the top of the screen to give you the opportunity
7047 to review and verify that the message is addressed to the people
7048 you intended.
7050 If the feature
7051 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7052 then this confirmation prompt and any options it allows are skipped.
7055 This confirmation prompt may also offer, depending
7056 on your particular Setup/Config, options allowing you to set
7057 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7058 include attachments in the &quot;Fcc&quot; (if you had previously
7059 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7060 observe details of the
7061 <A HREF="h_config_verbose_post">message submission process</A>,
7062 choose the filter through which the
7063 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7064 or turn of flowed text generation.
7067 &lt;End of help on this topic&gt;
7068 </BODY>
7069 </HTML>
7070 ======= h_compose_markcutpaste =======
7071 <HTML>
7072 <HEAD>
7073 <TITLE>Mark, Cut and Paste Commands</TITLE>
7074 </HEAD>
7075 <BODY>
7076 <H1>Mark, Cut and Paste Commands</H1>
7078 You can define a &quot;block&quot; of text, which can subsequently
7079  be deleted or
7080 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7081 then moving the cursor to the end of the desired text block.  You can then
7082 &quot;cut&quot; the block out 
7083 <!--chtml if pinemode="function_key"-->
7084 &quot;F9&quot;,
7085 <!--chtml else-->
7086 &quot;Ctrl-K&quot;,
7087 <!--chtml endif-->
7088 move the cursor, and &quot;paste&quot; it
7089 <!--chtml if pinemode="function_key"-->
7090 &quot;F10&quot;,
7091 <!--chtml else-->
7092 &quot;Ctrl-U&quot;,
7093 <!--chtml endif-->
7094 in the new location.  Also, you can paste more than once, allowing you
7095 to use this feature to copy a block of text.<P>
7097 If you press 
7098 <!--chtml if pinemode="function_key"-->
7099 &quot;F9&quot;
7100 <!--chtml else-->
7101 &quot;^K&quot;
7102 <!--chtml endif-->
7103 without having marked anything, Alpine will delete
7104 a single line.  If you delete a group of lines together, Alpine keeps them
7105 in the same buffer, so 
7106 <!--chtml if pinemode="function_key"-->
7108 <!--chtml else-->
7110 <!--chtml endif-->
7111 will restore them as a block.  About
7112 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7113 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7114 &quot;type the character ^&quot;.
7117 &lt;End of help on this topic&gt;
7118 </BODY>
7119 </HTML>
7120 ======= h_compose_justify =======
7121 <HTML>
7122 <HEAD>
7123 <TITLE>Justify Command</TITLE>
7124 </HEAD>
7125 <BODY>
7126 <H1>Justify Command</H1>
7128 The Justify
7129 <!--chtml if pinemode="function_key"-->
7130 (F4)
7131 <!--chtml else-->
7132 (^J) 
7133 <!--chtml endif-->
7134 command reformats the text in the paragraph the cursor is in.
7135 Paragraphs are separated by one blank line or a line beginning with a space.
7136 This is useful when you have been editing a paragraph and the lines become
7137 uneven.  The text is left aligned or justified and the right is ragged.  If
7138 the text is already justified as typed with auto-wrap, no justification will
7139 be done.
7142 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7143 block of text, the Justify command is modified.
7144 Instead of automatically justifying the current paragraph you will be
7145 asked if you want to justify the paragraph, justify the selected region,
7146 or adjust the quote level of the selected region.
7147 Adjusting the quote level only works if you are using standard
7148 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7149 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7152 When composing a reply containing included text, the justify command
7153 will reformat text to the right of the 
7154 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7155 adding or removing indented lines as needed.  Paragraphs are separated
7156 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7157 line containing the indent string and one or more blank spaces.
7158 Included text that was previously indented (or &quot;quoted&quot;) is
7159 not preserved.
7162 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7163 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7164 use the standard
7165 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7168 &lt;End of help on this topic&gt;
7169 </BODY>
7170 </HTML>
7171 ======= h_compose_spell =======
7172 <HTML>
7173 <HEAD>
7174 <TITLE>Spell Check Command</TITLE>
7175 </HEAD>
7176 <BODY>
7177 <H1>Spell Check Command</H1>
7179 The &quot;To Spell&quot;
7180 <!--chtml if pinemode="function_key"-->
7181 (F12)
7182 <!--chtml else-->
7183 (^T) 
7184 <!--chtml endif-->
7185 command calls an external spell checking program to look over the
7186 message you are composing.  By default, Alpine uses
7188 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7190 if it knows where to find &quot;aspell&quot;.
7191 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7192 then the command used is
7194 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7196 Otherwise, the ancient &quot;spell&quot; command is used.
7198 For PC-Alpine, you must install the aspell library code that you
7199 may get from
7200 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7203 &lt;End of help on this topic&gt;
7204 </BODY>
7205 </HTML>
7206 ======= h_compose_alted =======
7207 <HTML>
7208 <HEAD>
7209 <TITLE>Alt Editor Command</TITLE>
7210 </HEAD>
7211 <BODY>
7212 <H1>Alt Editor Command</H1>
7214 The &quot;Alt Editor&quot; command's availability depends on the
7215 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7218 When the variable specifies a valid editor on your system, this
7219 command will launch it with the current text of your message
7220 already filled in.
7223 &lt;End of help on this topic&gt;
7224 </BODY>
7225 </HTML>
7226 ======= h_compose_readfile =======
7227 <HTML>
7228 <HEAD>
7229 <TITLE>Read File Command</TITLE>
7230 </HEAD>
7231 <BODY>
7232 <H1>Read File Command</H1>
7234 The &quot;Read File&quot;
7235 <!--chtml if pinemode="function_key"-->
7236 (F5)
7237 <!--chtml else-->
7238 (^R) 
7239 <!--chtml endif-->
7240 command allows you to copy in text from an existing file. You will be
7241 prompted for the name of a file to be inserted into the message.  The file
7242 name is relative to your home directory 
7243 <!--chtml if pinemode="running"-->
7244 (which, in the present configuration of your system, is
7245  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7246 <!--chtml endif-->
7247 or current working directory
7248 <!--chtml if pinemode="running"-->
7249 (which, at least for your current Alpine &quot;session,&quot; 
7250 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7251 <!--chtml endif-->, depending on the
7252 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7253 configuration setting; or, the file name must be specified as a full path name 
7254 <!--chtml if pinemode="os_windows"-->
7255 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7256 <!--chtml else-->
7257 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7258 <!--chtml endif-->
7259 (without the quotation marks).
7262 The file will be inserted where the cursor is located.  <B>The
7263 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7264 Unix machine but have files on a PC or Mac, the files must be transferred
7265 to the system Alpine is running on before they can be read.  Please ask your
7266 local computer support people about the correct way to transfer a file to 
7267 your Alpine system.
7270 &lt;End of help on this topic&gt;
7271 </BODY>
7272 </HTML>
7273 ======= h_config_tray_icon =======
7274 <HTML>
7275 <HEAD>
7276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7277 </HEAD>
7278 <BODY>
7279 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7281 PC-Alpine only.
7283 This option restores a behavior of previous versions of PC-Alpine.
7284 These
7285 versions, when started, installed a PC-Alpine icon in the notification 
7286 tray of Window's Taskbar.  The primary use of this icon was to indicate
7287 new mail arrival by turning red (while the Taskbar icon remained green).
7288 Additionally, the icon now changes to yellow to signify that a mail folder
7289 has been closed unexpectedly.
7292 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7293 color its Taskbar entry's icon red (as well as the icon in the Window
7294 Title).  This feature is only provided for backwards compatibility.
7297 &lt;End of help on this topic&gt;
7298 </BODY>
7299 </HTML>
7300 ======= h_common_suspend =======
7301 <HTML>
7302 <HEAD>
7303 <TITLE>Suspend Command</TITLE>
7304 </HEAD>
7305 <BODY>
7306 <H1>Suspend Command</H1>
7308 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7309 enabled, you can, at almost any time, temporarily halt your Alpine session,
7310 <!--chtml if pinemode="os_windows"-->
7311 minimizing it into an icon.
7312 <!--chtml else-->
7313 and return to your system prompt.
7314 <!--chtml endif-->
7317 &lt;End of help on this topic&gt;
7318 </BODY>
7319 </HTML>
7320 ======= h_pipe_command =======
7321 <HTML>
7322 <HEAD>
7323 <TITLE>Pipe Command SubOptions</TITLE>
7324 </HEAD>
7325 <BODY>
7326 <H1>Pipe Command SubOptions</H1>
7328 By default, when you use the Pipe command, the processed text of the
7329 message is sent to the Unix command
7330 you specify and the output is captured by Alpine and shown to you.
7331 (This command is available in PC-Alpine, as well, but there aren't many
7332 Windows commands that work well with piping.)
7333 There are some sub-commands that may be used to alter this behavior.
7334 These are toggles that switch the behavior between two possibilities.
7335 They can be combined in any way you wish.
7337 By default, the prompt at the bottom of the screen looks like
7339 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7343 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7345 if you are piping more than one message.
7347 The sub-command options are:
7348 <DL>
7349    <DT>Shown Text or Raw Text</DT>
7350    <DD>This option toggles between sending the shown (processed) text
7351 of the message to the Unix command, and sending the
7352 raw (unprocessed) text of the message to the Unix command.
7353 The default is to send the shown text.
7354 The raw version of the message will contain all of the headers and any
7355 MIME encoding that the message contains.
7356 If you've selected the Raw Text then the prompt will have the additional word
7357 &quot;RAW&quot; in it, like
7359 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7361 You can experiment with this option by piping to something simple like the
7362 Unix &quot;cat&quot; command.
7363    </DD>
7364    <DT>Captured Output or Free Output</DT>
7365    <DD>This option toggles between having Alpine capture the output of
7366 the Unix pipe command for display, and not capturing it.
7367 If the command you are piping to is a filter that will produce output
7368 you want to view, then you want to capture that output
7369 for display (the default).
7370 If the Unix command doesn't produce output or handles the display itself,
7371 then you want free output.
7372 When you've selected the Free Output option the prompt will change to
7374 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7376    </DD>
7377    <DT>No Delimiter or With Delimiter</DT>
7378    <DD>This option controls whether or not a Unix mailbox style delimiter
7379 will come before the text of the message.
7380 This is the delimiter used in the common Unix mailbox format.
7381 It's the single line that begins with the five characters
7382 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7383 You'll usually only want to include this if the Unix command requires
7384 input in the format of a traditional Unix mailbox file.
7385 When you've selected the With Delimiter option the prompt will change to
7387 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7389    </DD>
7390    <DT>To Same Pipe or To Individual Pipes</DT>
7391    <DD>This option only shows up if you are running an aggregate
7392 pipe command.
7393 That is, the command was Apply Pipe, not just Pipe.
7394 You have the option of piping all of the selected messages through a
7395 single pipe to a single instance of the Unix command,
7396 or piping each individual message through a separate pipe to separate
7397 instances of the Unix command.
7398 The default is that all of the output will go through a single pipe
7399 to a single instance of the command.
7400 You can try this option with a command like &quot;less&quot;, with Free
7401 Output enabled.
7402 When you've selected the Individual Pipes option the prompt will change to
7404 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7406    </DD>
7407 </DL>
7410 As mentioned earlier, the options can be combined in any way you wish.
7411 You may leave them all off, turn them all on, or turn some of them on
7412 and some of them off.
7413 If you use the pipe command a second time in the same session the default
7414 options will be what you used the last time.
7417 &lt;End of help on this topic&gt;
7418 </BODY>
7419 </HTML>
7420 ========== h_emptydir_subfolder_name =========
7421 <HTML>
7422 <HEAD>
7423 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7424 </HEAD>
7425 <BODY>
7426 <H1>Enter Subfolder Name</H1>
7428 <P> 
7429 This is the name of a new subfolder in the directory you are creating.
7430 Because empty directories are hidden and therefore not useful, you must also
7431 create a subfolder in the directory you are creating in order that the
7432 directory remains visible.
7434 Alternatively, you may turn off the configuration feature
7435 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7436 so that empty directories remain visible.
7437 If you do that, you will not be required to create the subfolder when you
7438 create a directory.
7441 &lt;End of help on this topic&gt;
7442 </BODY>
7443 </HTML>
7444 ========== h_incoming_add_folder_name =========
7445 <HTML>
7446 <HEAD>
7447 <TITLE>ENTER FOLDER NAME</TITLE>
7448 </HEAD>
7449 <BODY>
7450 <H1>Enter Folder Name</H1>
7452 <P> 
7453 This is the name of the folder on the previously specified server.
7454 By default the folder name is interpreted as defining a section of your personal
7455 folder area.  This area and how you specify it are defined by the
7456 server, if one is specified.
7459 To define a folder outside the default area, prefix
7460 the path with the namespace to use when interpreting the
7461 given path.  If a namespace is specified, the folder name begins with the
7462 sharp (#) character followed by the name of the namespace
7463 and then the namespace's path-element-delimiter.  Aside from the
7464 name's format, namespaces can also imply access rights, content
7465 policy, audience, location, and, occasionally, access methods.
7468 Each server exports its own set (possibly of size one) of 
7469 namespaces.
7470 For a more detailed explanation read about
7471 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7474 To specify the default for INBOX on the server you can usually just enter
7475 &quot;INBOX&quot;, and the server will understand the special meaning of
7476 that word.
7479 &lt;End of help on this topic&gt;
7480 </BODY>
7481 </HTML>
7482 ========== h_incoming_add_folder_host =========
7483 <HTML>
7484 <HEAD>
7485 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7486 </HEAD>
7487 <BODY>
7488 <H1>Enter Incoming Folder Server</H1>
7490 You are being asked for the name of the server for use with this incoming
7491 folder.
7492 If the folder is on the machine where Alpine is running, then just enter
7493 RETURN without typing a server name.
7496 If the folder is on an IMAP server then type the server's name followed
7497 by RETURN.
7498 You may use the ^X command if the server is the same as the server that
7499 the INBOX is on.
7502 You may have to add optional extra information to the server name.
7503 For example, if the IMAP server is using a non-standard port number you
7504 would specify that by appending a colon (:) followed by the port number
7505 to the server name
7508 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7511 or you may need to specify a different protocol if the server is not an
7512 IMAP server. For example:
7515 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7518 for a POP server or
7521 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7524 for an NNTP news server.
7525 For an explanation of all of the possibilities, see
7526 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7527 for folders.
7530 There is a special command (^W) if you want to set up a folder that gets its
7531 mail from a
7532 <A HREF="h_maildrop">Mail Drop</A>.
7533 If you type that command, you will be prompted for the information for
7534 both the Mail Drop folder and the destination folder.
7537 &lt;End of help on this topic&gt;
7538 </BODY>
7539 </HTML>
7540 ========== h_incoming_add_inbox =========
7541 <HTML>
7542 <HEAD>
7543 <TITLE>ENTER INBOX SERVER</TITLE>
7544 </HEAD>
7545 <BODY>
7546 <H1>Enter INBOX Server</H1>
7548 You are being asked for the name of the server for use with
7549 the INBOX folder.
7550 Type the server's name followed by RETURN.
7553 You may have to add optional extra information to the server name.
7554 For example, if the server is using a non-standard port number you
7555 would specify that by appending a colon (:) followed by the port number
7556 to the server name
7559 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7562 or you may need to specify a different protocol if the server is not an
7563 IMAP server. For example:
7566 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7569 for a POP server.
7572 For an explanation of all of the possibilities, see
7573 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7574 for folders.
7577 If the INBOX folder is on the machine where Alpine is running, then just enter
7578 RETURN without typing a server name.
7581 There is a special command (^W) if you want to set up a folder that gets its
7582 mail from a
7583 <A HREF="h_maildrop">Mail Drop</A>.
7584 If you type that command, you will be prompted for the information for
7585 both the Mail Drop folder and the destination folder, which will be used
7586 as your INBOX folder.
7589 &lt;End of help on this topic&gt;
7590 </BODY>
7591 </HTML>
7592 ========== h_incoming_add_maildrop_destn =========
7593 <HTML>
7594 <HEAD>
7595 <TITLE>ENTER DESTINATION SERVER</TITLE>
7596 </HEAD>
7597 <BODY>
7598 <H1>Enter Destination Server</H1>
7600 You are being asked for the name of the server where the destination
7601 folder is for use with this Mail Drop incoming folder.
7602 That is, you are using a Mail Drop for this incoming folder and
7603 you've already entered
7604 the server and folder name for the Mail Drop.
7605 Now you need to enter the server for the destination folder
7606 where the mail should be copied to.
7607 Mail will come from the Mail Drop and be copied to the destination folder.
7610 Type the server's name followed by RETURN.
7611 If the folder is local to this computer, just type RETURN without entering
7612 a server name.
7615 You may have to add optional extra information to the server name.
7616 For example, if the server is using a non-standard port number you
7617 would specify that by appending a colon (:) followed by the port number
7618 to the server name
7621 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7624 For an explanation of all of the possibilities, see
7625 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7626 for folders.
7629 &lt;End of help on this topic&gt;
7630 </BODY>
7631 </HTML>
7632 ========== h_inbox_add_maildrop_destn =========
7633 <HTML>
7634 <HEAD>
7635 <TITLE>ENTER DESTINATION SERVER</TITLE>
7636 </HEAD>
7637 <BODY>
7638 <H1>Enter Destination Server</H1>
7640 You are being asked for the name of the server where the destination
7641 folder is for use with your Mail Drop INBOX.
7642 That is, you are using a Mail Drop for your INBOX and you've already entered
7643 the server and folder name for the Mail Drop.
7644 Now you need to enter the server for the destination folder
7645 where the mail should be copied to.
7646 Mail will come from the Mail Drop and be copied to the destination folder.
7649 Type the server's name followed by RETURN.
7650 If the folder is local to this computer, just type RETURN without entering
7651 a server name.
7654 You may have to add optional extra information to the server name.
7655 For example, if the server is using a non-standard port number you
7656 would specify that by appending a colon (:) followed by the port number
7657 to the server name
7660 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7663 For an explanation of all of the possibilities, see
7664 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7665 for folders.
7668 &lt;End of help on this topic&gt;
7669 </BODY>
7670 </HTML>
7671 ========== h_inbox_add_maildrop =========
7672 <HTML>
7673 <HEAD>
7674 <TITLE>ENTER MAILDROP SERVER</TITLE>
7675 </HEAD>
7676 <BODY>
7677 <H1>Enter Mail Drop Server</H1>
7679 You are being asked for the name of the Mail Drop server for use with
7680 your INBOX.
7683 Type the server's name followed by RETURN.
7686 You may have to add optional extra information to the server name.
7687 For example, if the server is using a non-standard port number you
7688 would specify that by appending a colon (:) followed by the port number
7689 to the server name
7692 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7695 or you may need to specify a different protocol if the server is not an
7696 IMAP server. For example:
7699 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7702 for a POP server or
7705 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7708 for an NNTP news server.
7709 For an explanation of all of the possibilities, see
7710 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7711 for folders.
7714 &lt;End of help on this topic&gt;
7715 </BODY>
7716 </HTML>
7717 ========== h_incoming_add_maildrop =========
7718 <HTML>
7719 <HEAD>
7720 <TITLE>ENTER MAILDROP SERVER</TITLE>
7721 </HEAD>
7722 <BODY>
7723 <H1>Enter Mail Drop Server</H1>
7725 You are being asked for the name of the Mail Drop server for use with
7726 this incoming folder.
7729 Type the server's name followed by RETURN.
7730 You may use the ^X command if the server is the same as the server that
7731 the INBOX is on.
7734 You may have to add optional extra information to the server name.
7735 For example, if the server is using a non-standard port number you
7736 would specify that by appending a colon (:) followed by the port number
7737 to the server name
7740 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7743 or you may need to specify a different protocol if the server is not an
7744 IMAP server. For example:
7747 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7750 for a POP server or
7753 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7756 for an NNTP news server.
7757 For an explanation of all of the possibilities, see
7758 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7759 for folders.
7762 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7763 RETURN without typing a server name.
7766 &lt;End of help on this topic&gt;
7767 </BODY>
7768 </HTML>
7769 ========== h_maildrop =========
7770 <HTML>
7771 <HEAD>
7772 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7773 </HEAD>
7774 <BODY>
7775 <H1>What is a Mail Drop?</H1>
7777 In some situaions it may make sense to have your mail delivered to one
7778 folder (the Mail Drop) and then when you want to read mail that has been
7779 delivered to the Mail Drop folder Alpine will move it to another
7780 destination folder.
7781 Often the Mail Drop will be a remote folder and messages will be moved from
7782 there to a local destination folder.
7785 One example where this might make sense is if the Mail Drop folder is accessible
7786 only with the POP protocol.
7787 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7788 mail from there to a local (on the same machine Alpine is running on)
7789 destination folder, where you'll read it.
7792 A Mail Drop may only be used as your Inbox or as an
7793 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7796 There is no attempt to synchronize the contents of the destination folder
7797 with the contents of the Mail Drop folder.
7798 All that happens is that all of the messages in the Mail Drop folder are
7799 copied to the destination folder and then they are deleted and expunged (if possible)
7800 from the Mail Drop folder.
7801 The next time a check for new mail is made, any messages in the Mail 
7802 Drop folder are once again copied to the destination folder and deleted
7803 and expunged from the Mail Drop folder.
7804 (If the Mail Drop folder is a news group, then the messages can't be
7805 expunged from the newsgroup. Instead, only Recent messages are copied from
7806 the newsgroup to the destination folder.)
7809 Configuration of a Mail Drop is a little different from configuration of
7810 a folder that does not use a Mail Drop because you have to specify two
7811 folder names instead of one.
7812 The two folders may be any types of folders that Alpine can normally use.
7813 They don't have to be a remote folder and a local folder, that is
7814 simply the most common usage.
7815 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7816 Drop to check for new mail.
7817 The new-mail checks will happen at the frequency set with the
7818 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7819 but with a minimum time
7820 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7821 between checks.
7822 Because of this minimum you may notice that new mail does not
7823 appear promptly when you expect it.
7824 The reason for this is to protect the server from over-zealous opening and
7825 closing of the Mail Drop folder.
7826 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7827 the end of the folder index, then the check will happen, regardless of how
7828 long it has been since the previous check.
7830 If there is new mail, that mail will be copied to the destination folder
7831 and then will be deleted from the Mail Drop.
7832 Note that using a Mail Drop with a local destination folder does not make
7833 sense if you read mail from more than one machine, because the mail is
7834 downloaded to the destination folder (which is accessible from only one
7835 machine) and deleted from the Mail Drop.
7837 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7840 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7843 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7845 The brackets are not literal.
7847 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7849 is a single character that does not appear in the MailDropFolder name.
7850 If the name doesn't contain spaces then it can be a space character.
7851 The two folder names are full technical
7852 <A HREF="h_valid_folder_names">folder names</A>
7853 as used by Alpine.
7854 Here are a couple examples to give you an idea what is being talked about:
7857 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7859 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7862 A #move folder may only be used as an
7863 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7864 an Inbox.
7865 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7866 on the
7867 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7868 option)
7869 the Add command has a subcommand &quot;Use Mail Drop&quot;
7870 which may be helpful for defining the folder in your Alpine configuration.
7871 The same is true when you edit the
7872 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7873 option in Setup/Config.
7874 Each of these configuration methods will also create the DestinationFolder
7875 if it doesn't already exist.
7876 If you are having problems, make sure the DestinationFolder exists.
7879 &lt;End of help on this topic&gt;
7880 </BODY>
7881 </HTML>
7882 ========== h_save =========
7883 <HTML>
7884 <HEAD>
7885 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7886 </HEAD>
7887 <BODY>
7888 <H1>Choose a Folder to Save Into</H1>
7890 After Exiting from this help text,
7891 type the name of the folder you want to save into and press RETURN.
7893 Press ^T to get a list of your folders to choose from.
7894 Press ^C to cancel the Save.
7896 If you have Folder Collections defined you may use
7897 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7898 the collection being saved to.
7900 If Tab Completion is enabled (it is enabled by default)
7901 you may type a Tab character to have Alpine complete the folder name for you.
7903 If Partial Match Lists is enabled (it is enabled by default) you may type
7904 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7906 If the Ctrl-R subcommand is present that means you can decide to Delete or
7907 not Delete the message you are saving after you save it.
7908 The label on that key gives the action to switch to.
7909 If it says Delete and you type Ctrl-R the label displayed will change to
7910 No Delete and the source message will be deleted after the save. If it
7911 says No Delete and you type Ctrl-R the label displayed will change to
7912 Delete and the message will not be deleted.
7913 You can control the default for the Delete parameter with the
7914 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7916 Similarly, if the Ctrl-W subcommand is present that means you can decide
7917 to Preserve the order of the messages being saved or not.
7918 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7919 will be in the same order as you see them in the source folder now.
7920 The opposite action (which is usually the default) is that you don't care
7921 about the order.
7922 The Saved messages may or may not be in the same order in the destination folder.
7923 There may be a performance penalty for choosing to save the messages in order.
7924 You can control the default for the Preserve Order parameter with the
7925 configuration feature
7926 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7929 If you haven't disabled the Save Input History and you've already done a
7930 Save earlier in this session then you may use the Up and Down arrows to retrieve
7931 a folder name used in a previous Save.
7934 &lt;End of help on this topic&gt;
7935 </BODY>
7936 </HTML>
7937 ============= h_simple_index ========================
7938 <HTML>
7939 <HEAD>
7940 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7941 </HEAD>
7942 <BODY>
7943 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7944 <!--chtml if pinemode="function_key"-->
7945 <PRE>
7946 Navigating the List of Messages               General Alpine Commands
7947 -------------------------------               -----------------------
7948  F5   Move to previous message                 F1   Show this help text
7949  F6   Move to next message
7950  F7   Show previous screen of messages
7951  F8   Show next screen of messages
7953 Message Selection Commands
7954 --------------------------
7955  F3   Exit the Message Select menu (canceling Send command)
7956  F4   Select the currently highlighted message
7957  F9   Mark the currently highlighted message as deleted
7958  F10  Undelete (remove deletion mark from) the highlighted message
7959 </PRE>
7960 <!--chtml else-->
7961 <PRE>
7962 Navigating the List of Messages               General Alpine Commands
7963 -------------------------------               -----------------------
7964   P  Move to previous message                  ?  Show this help text
7965   N  Move to next message
7966   -  Show previous screen of messages
7967  Spc (space bar) Show next screen of messages
7969 Message Selection Commands
7970 --------------------------
7971   E  Exit the Message Select menu (canceling Send command)
7972   S  Select the currently highlighted message
7973   D  Mark the currently highlighted message as deleted
7974   U  Undelete (remove deletion mark from) the highlighted message
7975 </PRE>
7976 <!--chtml endif-->
7978 <H2>Description of the Select Postponed Message Screen</H2>
7980 This screen allows you to select one of several previously postponed
7981 messages in order to continue composition.  Your options are very limited
7982 -- the screen is not meant to let you manipulate these messages.  However,
7983 you may now delete messages from this list.  Once you choose a message,
7984 Alpine reads it in and puts you into the regular message composer.
7987 Messages do not stay in this postponed state automatically.  If you select
7988 a message and then want to postpone it again, use the normal postpone
7989 (Ctrl-O) command in the composer.
7992 If you exit this screen without selecting a message, the Compose command
7993 that got you here is canceled.  Other than messages explicitly marked
7994 &quot;Deleted&quot;, no messages will be removed.
7997 &lt;End of help on this topic&gt;
7998 </BODY>
7999 </HTML>
8000 ============= h_collection_screen ========================
8001 <HTML>
8002 <HEAD>
8003 <TITLE>COLLECTION LIST screen</TITLE>
8004 </HEAD>
8005 <BODY>
8006 <H1>COLLECTION LIST screen</H1>
8008 The COLLECTION LIST screen is used to select one of your  
8009 collection definitions to display the folders they contain.  See
8010 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8011 detailed explanation of collections.<P>
8013 To manage your collection definitions (Add, Change, Delete, etc.), use
8014 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8015 MAIN MENU.
8018 &lt;End of help on this topic&gt;
8019 </BODY>
8020 </HTML>
8021 ============= h_collection_maint ========================
8022 <HTML>
8023 <HEAD>
8024 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8025 </HEAD>
8026 <BODY>
8027 <H1>SETUP COLLECTION LIST screen</H1>
8029 The SETUP COLLECTION LIST screen lets you manage your collection
8030 definitions.  See 
8031 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8032 for detailed explanation of collections.<P>
8034 Maintenance commands include:
8035 <DL>
8036 <DT>Change
8037 <!--chtml if pinemode="function_key"-->
8038 (F4)
8039 <!--chtml else-->
8041 <!--chtml endif-->
8042 </DT>
8044 <DD>Modify attributes of the selected collection definition.
8046 <DT>Add Cltn
8047 <!--chtml if pinemode="function_key"-->
8048 (F9)
8049 <!--chtml else-->
8051 <!--chtml endif-->
8052 </DT>
8054 <DD>Create a new collection definition.
8055 </DD>
8057 <DT>Del Cltn
8058 <!--chtml if pinemode="function_key"-->
8059 (F10)
8060 <!--chtml else-->
8062 <!--chtml endif-->
8063 </DT>
8065 <DD>Delete the selected collection definition.<BR>
8066 NOTE: The folders and directories referred to by the
8067 collection definition are <EM>NOT</EM> deleted.  Folders must
8068 be deleted, if that's what you wish to do, from the 
8069 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8070 individual folders in a collection.
8071 </DD>
8073 <DT>Shuffle
8074 <!--chtml if pinemode="function_key"-->
8075 (F11)
8076 <!--chtml else-->
8078 <!--chtml endif-->
8079 </DT>
8081 <DD>Change the order of the displayed collections.  Alpine will offer
8082 to move the currently selected collection one position UP
8083 or DOWN.
8084 </DD>
8085 </DL>
8088 &lt;End of help on this topic&gt;
8089 </BODY>
8090 </HTML>
8091 ============ h_what_are_collections ==========
8092 <HTML>
8093 <HEAD>
8094 <TITLE>Folder Collections Explained</TITLE>
8095 </HEAD>
8096 <BODY>
8097 <H1>Folder Collections Explained</H1>
8100 Those of you with simple mail configurations will just see a list of all the
8101 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8102 The special folders for INBOX, sent mail and saved messages
8103 will appear at the top of the list.  All others are in alphabetical order.
8105 If you
8106 or your system administrator have defined more than one collection or if
8107 you have a collection (for newsgroups or email folders) defined on your 
8108 system, then you will see the COLLECTION LIST screen first when choosing 
8109 FOLDER LIST from Alpine's MAIN MENU.
8111 <H2>Why have multiple folder collections?</H2>
8113 For Alpine users who only maintain email folders (and not too many) on one host, 
8114 a single folder collection is probably sufficient.<P>
8116 However, people who have more than one email account - for example, one 
8117 at their university, and one with their personal Internet Service Provider - 
8118 will have different sets of folders on different hosts, and they may want to
8119 access them all from the same installation of Alpine, rather than use different 
8120 software and/or log into other hosts to manipulate messages in different 
8121 accounts.  (If in doubt whether one of your email accounts can be accessed 
8122 with Alpine, contact the technical support people for that account.)  Even people
8123 who have only one email account on one host, but have dozens or
8124 hundreds of email folders, may want to arrange these folders together in a 
8125 meaningful way.<BR>
8126 That is where multiple collections come in.
8128 <H2>Types of Collections</H2>
8129 <DL>
8130 <DT>INCOMING FOLDERS</DT>
8131 <DD>&quot;Incoming Message Folders&quot; 
8132 is a special collection typically used to supplement your single INBOX.  
8133 All the folders here are meant to be ones that receive incoming messages, 
8134 which you intend to check more or less frequently.  
8135 You may have multiple folders like this because you or your systems 
8136 administrator have set up an external program or you may have set up
8137 Alpine to filter incoming 
8138 messages into different folders, based on certain criteria such as 
8139 sender, recipient, or subject; or because you have multiple accounts and 
8140 wish to check their INBOXes easily.  This collection is established by 
8141 setting the 
8142 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8143 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8144 MAIN MENU.
8145 </DD>
8147 <DT>NEWS</DT>
8148 <DD>You can also define a collection specifically for
8149 newsgroups.  Alpine does this for you implicitly when you 
8150 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8151 in your Alpine configuration.  The news collection appears last in the 
8152 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8153 and Alpine knows not to save messages there.
8154 </DD>
8156 <DT>DEFAULT COLLECTION</DT>
8157 <DD>This is the default collection for your saved and sent messages folders.
8158 </DD>
8159 </DL>
8163 <H2>Defining Collections</H2>
8165 In the absence of any folder-collection definitions, Alpine will assume a
8166 single default folder collection.
8167 <!--chtml if pinemode="os_windows"-->
8168 <!--chtml else-->
8169 If necessary, Alpine will create the directory
8170 &quot;mail&quot; in your Unix home directory 
8171 to hold your folders.
8172 <!--chtml endif-->
8174 You can use the 
8175 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8176 the MAIN MENU, to manage your collection list.  
8178 &lt;End of help on this topic&gt;
8179 </BODY>
8180 </HTML>
8181 ===== h_select_address_screen =====
8182 <HTML>
8183 <HEAD>
8184 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8185 </HEAD>
8186 <BODY>
8187 <H1>SELECT AN ADDRESS SCREEN</H1>
8188 <H2>COMMANDS</H2>
8189 <!--chtml if pinemode="function_key"-->
8190 <PRE>
8191 Available  Commands                        
8192 -------------------------------            
8193 F1  Show Help Text
8194 F3  Exit without selecting anything
8195 F4  Select the highlighted address
8196 F5  Move highlight to previous address
8197 F6  Move highlight to next address
8198 F7  Previous page of addresses
8199 F8  Next page of addresses
8200 F11 Print
8201 F12 WhereIs
8202 </PRE>
8203 <!--chtml else-->
8204 <PRE>
8205 Navigation                     General Alpine Commands
8206 -------------------------      -----------------------
8207  P  Prev Address                ?  Display this help text
8208  N  Next Address                E  Exit without selecting anything
8209  -  Previous page               %  Print
8210 Spc (space bar) Next page
8211  W  WhereIs
8213 Select Command
8214 ------------------------------------------------
8215  S  Select the highlighted address
8216 </PRE>
8217 <!--chtml endif-->
8219 <H2>Description of the Select Address Screen</H2>
8221 This screen gives you an easy way to select an address from all of
8222 the address book entries that match the prefix typed so far.
8224 <P><UL>
8225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8226 </UL>
8228 &lt;End of help on this topic&gt;
8229 </BODY>
8230 </HTML>
8231 ===== h_select_rule_screen =====
8232 <HTML>
8233 <HEAD>
8234 <TITLE>SELECT A RULE SCREEN</TITLE>
8235 </HEAD>
8236 <BODY>
8237 <H1>SELECT A RULE SCREEN</H1>
8238 <H2>COMMANDS</H2>
8239 <!--chtml if pinemode="function_key"-->
8240 <PRE>
8241 Available  Commands                        
8242 -------------------------------            
8243 F1  Show Help Text
8244 F3  Exit without selecting anything
8245 F4  Select the highlighted rule
8246 F5  Move highlight to previous rule
8247 F6  Move highlight to next rule
8248 F7  Previous page of rules
8249 F8  Next page of rules
8250 F11 Print
8251 F12 WhereIs
8252 </PRE>
8253 <!--chtml else-->
8254 <PRE>
8255 Navigation                     General Alpine Commands
8256 -------------------------      -----------------------
8257  P  Prev Rule                   ?  Display this help text
8258  N  Next Rule                   E  Exit without selecting anything
8259  -  Previous page               %  Print
8260 Spc (space bar) Next page
8261  W  WhereIs
8263 Select Command
8264 ------------------------------------------------
8265  S  Select the highlighted rule
8266 </PRE>
8267 <!--chtml endif-->
8269 <H2>Description of the Select Rule Screen</H2>
8271 This screen just gives you an easy way to select a rule from all of your
8272 defined rules.
8273 The list of rules presented is the list of nicknames of all of the rules
8274 defined using Setup/Rules.
8275 For selecting messages, it is likely that the Indexcolor rules and possibly
8276 the Roles rules will be most useful.
8277 The others are there also, in case you find a use for them.
8279 In order for this to be useful for selecting messages, the nicknames of
8280 the rules have to be different.
8281 Alpine actually just gets the nickname of the rule that you select and then
8282 looks up that rule using the nickname.
8283 So if there are duplicate nicknames, the first rule that has that
8284 nickname will be used.
8286 <P><UL>
8287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8288 </UL>
8290 &lt;End of help on this topic&gt;
8291 </BODY>
8292 </HTML>
8293 ===== h_select_priority_screen =====
8294 <HTML>
8295 <HEAD>
8296 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8297 </HEAD>
8298 <BODY>
8299 <H1>SELECT A PRIORITY SCREEN</H1>
8300 <H2>COMMANDS</H2>
8301 <!--chtml if pinemode="function_key"-->
8302 <PRE>
8303 Available  Commands                        
8304 -------------------------------            
8305 F1  Show Help Text
8306 F3  Exit without selecting anything
8307 F4  Select the highlighted priority
8308 F5  Move highlight to previous priority
8309 F6  Move highlight to next priority
8310 F7  Previous page of priorities
8311 F8  Next page of priorities
8312 F11 Print
8313 F12 WhereIs
8314 </PRE>
8315 <!--chtml else-->
8316 <PRE>
8317 Navigation                     General Alpine Commands
8318 -------------------------      -----------------------
8319  P  Prev Priority               ?  Display this help text
8320  N  Next Priority               E  Exit without selecting anything
8321  -  Previous page               %  Print
8322 Spc (space bar) Next page
8323  W  WhereIs
8325 Select Command
8326 ------------------------------------------------
8327  S  Select the highlighted priority
8328 </PRE>
8329 <!--chtml endif-->
8331 <H2>Description of the Select Priority Screen</H2>
8333 This screen gives you a way to select a priority for the message you are sending.
8334 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8335 Some mail programs will display an indication of the priority level to
8336 the recipient of the message, some will ignore it.
8337 Even in cases where the mail programs of both the sender and the recipient
8338 agree on the meaning of this header, keep in mind that it is
8339 something that the sender sets so it is only an indication
8340 of the priority that the sender attaches to the mail.
8341 Alpine can be made to display an indication of this priority in incoming
8342 messages by use of one of the tokens
8343 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8344 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8345 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8347 <P><UL>
8348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8349 </UL>
8351 &lt;End of help on this topic&gt;
8352 </BODY>
8353 </HTML>
8354 ===== h_select_keyword_screen =====
8355 <HTML>
8356 <HEAD>
8357 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8358 </HEAD>
8359 <BODY>
8360 <H1>SELECT A KEYWORD SCREEN</H1>
8361 <H2>COMMANDS</H2>
8362 <!--chtml if pinemode="function_key"-->
8363 <PRE>
8364 Available  Commands                        
8365 -------------------------------            
8366 F1  Show Help Text
8367 F3  Exit without selecting anything
8368 F4  Select the highlighted keyword
8369 F5  Move highlight to previous keyword
8370 F6  Move highlight to next keyword
8371 F7  Previous page of keywords
8372 F8  Next page of keywords
8373 F11 Print
8374 F12 WhereIs
8375 </PRE>
8376 <!--chtml else-->
8377 <PRE>
8378 Navigation                     General Alpine Commands
8379 -------------------------      -----------------------
8380  P  Prev Keyword                ?  Display this help text
8381  N  Next Keyword                E  Exit without selecting anything
8382  -  Previous page               %  Print
8383 Spc (space bar) Next page
8384  W  WhereIs
8386 Select Command
8387 ------------------------------------------------
8388  S  Select the highlighted keyword
8389 </PRE>
8390 <!--chtml endif-->
8392 <H2>Description of the Select Keyword Screen</H2>
8394 This screen just gives you an easy way to select a keyword.
8395 The list of keywords presented is the list of all keywords defined in your 
8396 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8397 If you have given a keyword a nickname, that nickname is displayed
8398 instead of the actual keyword.
8400 <P><UL>
8401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8402 </UL>
8404 &lt;End of help on this topic&gt;
8405 </BODY>
8406 </HTML>
8407 ===== h_select_charset_screen =====
8408 <HTML>
8409 <HEAD>
8410 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8411 </HEAD>
8412 <BODY>
8413 <H1>SELECT A CHARACTER SET SCREEN</H1>
8414 <H2>COMMANDS</H2>
8415 <!--chtml if pinemode="function_key"-->
8416 <PRE>
8417 Available  Commands                        
8418 -------------------------------            
8419 F1  Show Help Text
8420 F3  Exit without selecting anything
8421 F4  Select the highlighted character set
8422 F5  Move highlight to previous character set
8423 F6  Move highlight to next character set
8424 F7  Previous page of character sets
8425 F8  Next page of character sets
8426 F11 Print
8427 F12 WhereIs
8428 </PRE>
8429 <!--chtml else-->
8430 <PRE>
8431 Navigation                     General Alpine Commands
8432 -------------------------      -----------------------
8433  P  Prev Character Set          ?  Display this help text
8434  N  Next Character Set          E  Exit without selecting anything
8435  -  Previous page               %  Print
8436 Spc (space bar) Next page
8437  W  WhereIs
8439 Select Command
8440 ------------------------------------------------
8441  S  Select the highlighted character set
8442 </PRE>
8443 <!--chtml endif-->
8445 <H2>Description of the Select A Character Set Screen</H2>
8447 This screen just gives you an easy way to select a character set from the
8448 set of character sets Alpine knows about.
8449 The list presented will vary slightly depending on what option you are
8450 selecting the character set for.
8452 <P><UL>
8453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8454 </UL>
8456 &lt;End of help on this topic&gt;
8457 </BODY>
8458 </HTML>
8459 ===== h_select_multcharsets_screen =====
8460 <HTML>
8461 <HEAD>
8462 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8463 </HEAD>
8464 <BODY>
8465 <H1>SELECT CHARACTER SETS SCREEN</H1>
8466 <H2>COMMANDS</H2>
8467 <!--chtml if pinemode="function_key"-->
8468 <PRE>
8469 Available  Commands
8470 -------------------------------            
8471 F1  Show Help Text
8472 F3  Exit without selecting anything
8473 F4  Select the highlighted charset (or chosen charsets in ListMode)
8474 F5  Move highlight to previous charset
8475 F6  Move highlight to next charset
8476 F7  Previous page of charsets
8477 F8  Next page of charsets
8478 F9  Toggle choices when using ListMode
8479 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8480 F11 Print
8481 F12 WhereIs
8482 </PRE>
8483 <!--chtml else-->
8484 <PRE>
8485 Navigation                     General Alpine Commands
8486 -------------------------      -----------------------
8487  P  Prev Charset                ?  Display this help text
8488  N  Next Charset                E  Exit without selecting anything
8489  -  Previous page               %  Print
8490 Spc (space bar) Next page
8491  W  WhereIs
8493 Select Command
8494 ------------------------------------------------
8495  S  Select the highlighted charset (or chosen charsets in ListMode)
8496  L  Turn on ListMode (makes it easy to choose multiple charsets)
8497  1  Turn off ListMode
8498  X  Toggle choices when using ListMode
8499 </PRE>
8500 <!--chtml endif-->
8502 <H2>Description of the Select Character Set Screen</H2>
8504 This screen just gives you an easy way to select a character set or a list of
8505 character sets.
8506 The list of character sets presented is the list of all character sets known to
8507 Alpine.
8508 You may select other character sets by typing them in directly.
8510 <P><UL>
8511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8512 </UL>
8514 &lt;End of help on this topic&gt;
8515 </BODY>
8516 </HTML>
8517 ===== h_select_multkeyword_screen =====
8518 <HTML>
8519 <HEAD>
8520 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8521 </HEAD>
8522 <BODY>
8523 <H1>SELECT KEYWORDS SCREEN</H1>
8524 <H2>COMMANDS</H2>
8525 <!--chtml if pinemode="function_key"-->
8526 <PRE>
8527 Available  Commands
8528 -------------------------------            
8529 F1  Show Help Text
8530 F3  Exit without selecting anything
8531 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8532 F5  Move highlight to previous keyword
8533 F6  Move highlight to next keyword
8534 F7  Previous page of keywords
8535 F8  Next page of keywords
8536 F9  Toggle choices when using ListMode
8537 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8538 F11 Print
8539 F12 WhereIs
8540 </PRE>
8541 <!--chtml else-->
8542 <PRE>
8543 Navigation                     General Alpine Commands
8544 -------------------------      -----------------------
8545  P  Prev Keyword                ?  Display this help text
8546  N  Next Keyword                E  Exit without selecting anything
8547  -  Previous page               %  Print
8548 Spc (space bar) Next page
8549  W  WhereIs
8551 Select Command
8552 ------------------------------------------------
8553  S  Select the highlighted keyword (or chosen keywords in ListMode)
8554  L  Turn on ListMode (makes it easy to choose multiple keywords)
8555  1  Turn off ListMode
8556  X  Toggle choices when using ListMode
8557 </PRE>
8558 <!--chtml endif-->
8560 <H2>Description of the Select Keyword Screen</H2>
8562 This screen just gives you an easy way to select a keyword or a list of
8563 keywords.
8564 The list of keywords presented is the list of all keywords defined in your 
8565 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8566 If you have given a keyword a nickname, that nickname is displayed
8567 instead of the actual keyword.
8569 <P><UL>
8570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8571 </UL>
8573 &lt;End of help on this topic&gt;
8574 </BODY>
8575 </HTML>
8576 ===== h_select_incoming_to_monitor =====
8577 <HTML>
8578 <HEAD>
8579 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8580 </HEAD>
8581 <BODY>
8582 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8583 <H2>COMMANDS</H2>
8584 <!--chtml if pinemode="function_key"-->
8585 <PRE>
8586 Available  Commands
8587 -------------------------------            
8588 F1  Show Help Text
8589 F3  Exit without selecting anything
8590 F4  Select the marked folders
8591 F5  Move highlight to previous folder
8592 F6  Move highlight to next folder
8593 F7  Previous page of folders
8594 F8  Next page of folders
8595 F9  Toggle choices on or off
8596 F11 Print
8597 F12 WhereIs
8598 </PRE>
8599 <!--chtml else-->
8600 <PRE>
8601 Navigation                     General Alpine Commands
8602 -------------------------      -----------------------
8603  P  Prev Folder                 ?  Display this help text
8604  N  Next Folder                ^C  exit without changing anything
8605  -  Previous page               %  Print
8606 Spc (space bar) Next page
8607  W  WhereIs
8609 Select Command
8610 ------------------------------------------------
8611  S  Select the marked folders
8612  X  Toggle choices on or off
8613 </PRE>
8614 <!--chtml endif-->
8616 <H2>Description of the Select Folders to Check Screen</H2>
8618 This screen is only useful if the feature
8619 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8620 is set.
8621 By default, when you set that feature all of your incoming folders
8622 will be checked periodically for Unseen messages.
8623 By using this screen, you may restrict the set of monitored folders to
8624 a subset of all of the incoming folders.
8626 Mark the folders you want to monitor for Unseen messages with
8627 an &quot;X&quot;.
8628 When you've finished marking all your selections use the Select
8629 command to register your choices.
8630 To return to the default of checking all incoming folders
8631 delete all folders or unmark all folders.
8633 <P><UL>
8634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8635 </UL>
8637 &lt;End of help on this topic&gt;
8638 </BODY>
8639 </HTML>
8640 ===== h_role_select =====
8641 <HTML>
8642 <HEAD>
8643 <TITLE>ROLES SCREEN</TITLE>
8644 </HEAD>
8645 <BODY>
8646 <H1>ROLES SCREEN</H1>
8647 <H2>ROLES COMMANDS</H2>
8648 <!--chtml if pinemode="function_key"-->
8649 <PRE>
8650 Available  Commands                        
8651 -------------------------------            
8652 F1  Show Help Text
8653 F3  Exit without a selection
8654 F4  Select a role to use in composition
8655 F5  Move to previous role
8656 F6  Move to next role
8657 F7  Previous page of roles
8658 F8  Next page of roles
8659 F11 Change Default Role
8660 F12 Whereis (search role nicknames)
8661 </PRE>
8662 <!--chtml else-->
8663 <PRE>
8664 Navigation                     General Alpine Commands
8665 -------------------------      -----------------------
8666  P  Prev Role                     ?  Display this help text
8667  N  Next Role                     E  Exit without a selection
8668  -  Previous page
8669 Spc (space bar) Next page
8670  W  WhereIs (search for word in role nicknames)
8672 Select Role Commands
8673 ------------------------------------------------
8674  [Return]  Select highlighted role
8675  D         Change Default Role
8676 </PRE>
8677 <!--chtml endif-->
8679 <H2>Description of the Roles Screen</H2>
8681 With this screen you select a role to be used in the composition of a
8682 message.
8683 Use the Previous and Next commands to highlight the role you wish to
8684 use.
8685 When you type carriage return you will be placed in the composer using the highlighted role.
8687 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8688 available unless you set them up.
8689 You may do so by using the Setup/Rules command on the MAIN MENU.
8691 By using the D command, you may set a default role that will persist until
8692 you change it or until you exit Alpine.
8693 The D command toggles through three states: set the default role, unset the
8694 default role, and leave the default role as it is.
8695 <P><UL>
8696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8697 </UL>
8699 &lt;End of help on this topic&gt;
8700 </BODY>
8701 </HTML>
8702 ===== h_role_abook_select =====
8703 <HTML>
8704 <HEAD>
8705 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8706 </HEAD>
8707 <BODY>
8708 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8709 <H2>COMMANDS</H2>
8710 <!--chtml if pinemode="function_key"-->
8711 <PRE>
8712 Available  Commands                        
8713 -------------------------------            
8714 F1  Show Help Text
8715 F3  Exit screen without selecting anything
8716 F4  Select highlighted address book
8717 F5  Move to previous address book
8718 F6  Move to next address book
8719 F7  Previous page of address books
8720 F8  Next page of address books
8721 F12 Whereis
8722 </PRE>
8723 <!--chtml else-->
8724 <PRE>
8725 Navigation                     General Alpine Commands
8726 -------------------------      -----------------------
8727  P  Previous addrbook          ?  Display this help text
8728  N  Next addrbook
8729  -  Previous page
8730 Spc (space bar) Next page
8731  W  WhereIs
8733 Select Role Commands
8734 ------------------------------------------------
8735  S  Select highlighted address book
8736  E  Exit screen without selecting anything
8737 </PRE>
8738 <!--chtml endif-->
8740 <H2>Description of the Select Address Book Screen</H2>
8742 This screen helps you select one of your address books.
8743 Use the Previous and Next commands to highlight the address book you wish to
8744 select.
8745 <P><UL>
8746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8747 </UL>
8749 &lt;End of help on this topic&gt;
8750 </BODY>
8751 </HTML>
8752 ======== h_rule_patterns =============
8753 <HTML>
8754 <HEAD>
8755 <TITLE>PATTERNS</TITLE>
8756 </HEAD>
8757 <BODY>
8758 <H1>PATTERNS</H1>
8759 Patterns are used with Roles, Filtering, Index Coloring,
8760 Scoring, Other Rules, and Search Rules.
8761 Patterns are compared with a message to see if there is a match.
8762 For Filtering, the messages being checked are all the messages in the
8763 folder, one at a time.
8764 For Index Line Coloring, each message that is visible on the screen is
8765 checked for matches with the Index Coloring Patterns.
8766 Roles are used with the Reply, Forward, and Compose commands.
8767 For Reply, the message used to compare the Pattern with is the message
8768 being replied to;
8769 for Forward, the message used to compare the Pattern with is the message
8770 being forwarded;
8771 and for Compose, there is no message, so the parts of the Pattern that depend
8772 on a message (everything other than Current Folder Type and the
8773 Beginning of Month and Year)
8774 are not used.
8775 Only the Current Folder Type matters for Compose (plus the Beginning of
8776 Month or Year, which you wouldn't usually use for a Role).
8777 For Scoring, the message being scored is compared with all of the Score
8778 Patterns, and the Score Values from the ones that match are added together to 
8779 get the message's score.
8780 For Other Rules, there is no message. Only the Current Folder Type is checked
8781 for Other Rules.
8783 Each Pattern has several possible parts, all of which are optional.
8784 In order for there to be a match, <EM>ALL</EM> of the
8785 <EM>defined</EM> parts of the Pattern must match the message.
8786 If a part is not defined it is considered a match, but note that a filtering
8787 Pattern must have at least one defined part or it will be ignored.
8788 For example, if the To pattern is not defined it will be
8789 displayed as
8791 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8793 That is considered a match because it is not defined.
8794 This means that the Pattern with nothing defined is a match if the
8795 Current Folder Type matches, but there is an exception that was mentioned
8796 in the previous paragraph.
8797 Because filtering is a potentially destructive action, filtering Patterns
8798 with nothing other than Current Folder Type defined are ignored.
8799 If you really want a filtering Pattern to match all messages (subject to
8800 Current Folder Type) the best way to do it is to define a Score interval
8801 that includes all possible scores.
8802 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8803 This can be used even if you haven't defined any rules to Set Scores.
8805 There are six predefined header patterns called the To, From, Sender, Cc, News,
8806 and Subject patterns.
8807 Besides those six predefined header patterns, you may add
8808 additional header patterns with header fieldnames of your choosing.
8809 You add an extra header pattern by placing the cursor on one of the
8810 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8811 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8812 and the Partic pattern is a header pattern that stands for
8813 Participant (From OR To OR Cc).
8814 (Defining the Recip pattern does not have the same effect as defining both
8815 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8816 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8817 Instead of comparing this pattern's text against only the contents of
8818 a particular header field, the text for the AllText pattern is compared
8819 with text anywhere in the message's header or body, and the text for the
8820 BodyText pattern is compared with text anywhere in the message's body.
8822 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8823 &quot;!&quot; &quot;toggle NOT&quot; command.
8824 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8825 &quot;!&quot; at the beginning of the pattern line.
8826 When the &quot;!&quot; is present, it reverses the meaning of the match.
8827 That is, if the pattern matches then it is considered to NOT be a match, and
8828 if it does not match it is considered to be a match.
8830 Don't make the mistake of putting the &quot;!&quot; in the data field for
8831 a pattern.
8832 For example, if you type the characters &quot;!urgent&quot; into the Subject
8833 pattern, the pattern will look like:
8835 <PRE>
8836  Subject pattern = !urgent
8837 </PRE>
8839 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8840 In order to match messages that do not have &quot;urgent&quot; in
8841 their Subject field, first type the characters &quot;urgent&quot; followed
8842 by carriage return for the value of the Subject pattern, then negate it
8843 by typing the &quot;!&quot; command.
8844 It should look like
8846 <PRE>
8847  ! Subject pattern = urgent
8848 </PRE>
8850 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8851 be a complete email address, part of an address, or a random set of
8852 characters to match against.
8853 It may also be a list of such patterns, which means you
8854 are looking for a match against the first pattern in the list <EM>OR</EM>
8855 the second pattern <EM>OR</EM> the third and so on.
8856 For example, a Subject pattern equal to
8858 <PRE>
8859  Subject pattern = urgent
8860                    emergency
8861                    alert
8862 </PRE>
8864 would match all messages with a subject that contained at least one
8865 of those words.
8866 It would also match subjects containing the words &quot;alerts&quot; or
8867 &quot;Urgently&quot;.
8869 The same example with &quot;NOT&quot; turned on would be
8871 <PRE>
8872  ! Subject pattern = urgent
8873                      emergency
8874                      alert
8875 </PRE>
8877 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8878 those words.
8879 You can use the &quot;Add Value&quot; command to add new words to the list,
8880 or you can enter them as a comma-separated list.
8882 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8883 present for a match.
8884 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8885 pattern2 must be present,
8886 and that is exactly what using a list does.)
8888 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8889 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8890 when checking for matches for Scoring.
8891 There are five similar settings that relate to the status of the message.
8892 These settings rely on the message being New or not, Deleted or not,
8893 Answered or not, Important or not, and Recent or not.
8894 There are also some other miscellaneous settings.
8895 The first is the Age of the message in days.
8896 Another is the Size of the message, in bytes.
8897 The third is a setting that detects whether or not the Subject of a
8898 message contains raw 8-bit characters (unencoded characters with the most
8899 significant bit set).
8900 There is a setting that detects whether or not this is the first time
8901 Alpine has been run this month (doesn't depend on individual messages),
8902 and another that detects whether or not this is the first time Alpine has
8903 been run this year.
8904 Other parts of the Pattern detect whether or not the From address of a
8905 message appears in your address book, whether or not certain keywords
8906 are set for a message, and whether or not certain character sets are
8907 used in a message.
8909 <H2>Parts of a Pattern</H2>
8911 <H3>Header patterns</H3>
8913 A header pattern is simply text that is searched for in the corresponding
8914 header field.
8915 For example, if a Pattern has a From header pattern with the value
8916 &quot;@company.com&quot;, then only messages that have a From header
8917 that contains the text &quot;@company.com&quot; will be possible
8918 matches.
8919 Matches don't have to be exact.
8920 For example, if the relevant field of a message contains the text
8921 &quot;mailbox@domain&quot; somewhere
8922 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8923 &quot;mailbox@domain&quot; are all matches.
8925 All parts of the Pattern must match so, for example,
8926 if a message matches a defined
8927 From pattern, it still must be checked against the other parts of the
8928 Pattern that have been defined.
8929 The To header pattern is a slightly special case.
8930 If the message being checked has a Resent-To header
8931 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8932 there are used in place of the addresses in the To header.
8933 This is only true for the To header.
8934 Resent-cc and Resent-From headers are never used unless you add them
8935 with the eXtraHdrs command.
8937 The meaning of a header pattern may be negated with the
8938 &quot;!&quot; &quot;toggle NOT&quot; command.
8939 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8940 &quot;!&quot; at the beginning of the pattern line.
8941 It would look something like
8943 <PRE>
8944  ! From pattern = susan@example.com
8945 </PRE>
8947 When the &quot;!&quot; is present, it reverses the meaning of the match.
8949 If you want to check for the presence of a header field but don't care
8950 about its value, then
8951 the empty pattern that you get by entering a pair of
8952 double quotes (&quot;&quot;) should match any message that
8953 has the corresponding header field.
8955 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8957 AllText patterns are just like header patterns except that the text is
8958 searched for anywhere in the message's headers or body, not just in the
8959 contents of a particular header field.
8962 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8964 BodyText patterns are just like header patterns except that the text is
8965 searched for anywhere in the message's body, not just in the
8966 contents of a particular header field.
8969 If there is more than one header pattern or AllText pattern or BodyText pattern
8970 for which you want to take the
8971 same action there is a shorthand notation that may be used.
8972 Any of these patterns may be a list of patterns instead of
8973 just a single pattern.
8974 If any one of the patterns in the list matches the message
8975 then it is considered a match.
8976 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8977 you to use the same role when replying to messages, you might have
8978 a To pattern that looks like
8980 <PRE>
8981  To pattern = company1.com
8982               company2.com
8983 </PRE>
8985 This means that if the mail you are replying to was addressed to
8986 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8987 then this Pattern is a match and the same actions will be taken.
8989 The meaning of an AllText or BodyText pattern may be negated with the
8990 &quot;!&quot; &quot;toggle NOT&quot; command.
8991 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8992 &quot;!&quot; at the beginning of the pattern line.
8993 When the &quot;!&quot; is present, it reverses the meaning of the match.
8995 A technicality: Since comma is the character used to separate multiple values
8996 in any of the fields that may have multiple values (such as header patterns,
8997 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8998 you must escape comma with a
8999 backslash (&#92;) if you want to include a literal comma in one of those fields.
9000 In other words, if you type a backslash followed by a comma it will
9001 be interpreted as a comma by Alpine, instead of as a separator between
9002 pattern values.
9003 All other backslashes (those not followed by a comma) are literal
9004 backslashes and should not be escaped.
9005 It's unlikely you'll ever need to enter a literal comma or backslash in
9006 any of the patterns.
9008 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9010 The &quot;Current Folder Type&quot; may be set to one of four different
9011 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9012 &quot;Specific&quot;.
9013 If the value is set to &quot;News&quot;, then the
9014 Pattern will only match if the currently open folder is a newsgroup.
9015 The value &quot;Email&quot; only matches if the current folder is not news and
9016 the value &quot;Any&quot; causes any folder to match.
9017 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9018 then you must fill in a value for &quot;Folder&quot;, which is on the line
9019 below the &quot;Specific&quot; line.
9020 In this case you will only get a match if the currently open folder is
9021 the specific folder you list.
9022 You may give a list of folders instead of just a single
9023 folder name, in which case the Pattern will match if the open folder is
9024 any one of the folders in the list.
9025 The name of each folder in the list may be either &quot;INBOX&quot;,
9026 the technical specification
9027 of the folder (like what appears in your configuration file) or, if the
9028 folder is one of your incoming folders, it may be the nickname you've given
9029 the folder.
9030 Here are some samples of specific folder names:
9032 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9034 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9036 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9038 The easiest way to fill in the &quot;Folder&quot; field is to use
9039 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9040 highlighted, or to use the &quot;Take&quot; command with the configuration
9041 feature
9042 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9043 turned on.
9045 When reading a newsgroup, there may be a performance penalty
9046 incurred when collecting the information necessary to check whether
9047 or not a Pattern matches a message.
9048 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9049 If you have Patterns with a Current Folder Type of either
9050 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9051 Index Line Coloring or Scoring, you may experience
9052 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9054 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9056 The &quot;Age Interval&quot; may be set to an interval of message
9057 ages that should be considered a match.
9058 Like the other parts of the Pattern, if it is unset it will be ignored.
9059 The Age Interval looks like
9061 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9063 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9064 than or equal to zero.
9065 The special value &quot;INF&quot; may be used for
9066 the max value. It represents infinity.
9068 Actually, this option may be defined as a list of intervals instead
9069 of just a single interval.
9070 The list is separated by commas.
9071 It can look like
9073 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9075 When there is an Age Interval defined, it is a match if the age, in days, of
9076 the message is contained in any of the intervals.
9077 The intervals include both endpoints.
9079 Even though this option is called Age, it isn't actually
9080 the <EM>age</EM> of the message.
9081 Instead, it is how many days ago the message arrived in one of your folders.
9082 If the current time is a little past midnight, then a message that arrived
9083 just before midnight arrived yesterday, even though the message is only
9084 a few minutes old.
9085 By default, the date being used is not the date in the Date
9086 header of the message.
9087 It is the date that the message arrived in one of your folders.
9088 When you Save a message from one folder to another that arrival date
9089 is preserved.
9090 If you would like to use the date in the Date header that is possible.
9091 Turn on the option
9092 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9093 near the bottom of the rule definition.
9094 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9096 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9098 The &quot;Size Interval&quot; may be set to an interval of message
9099 sizes that should be considered a match.
9100 Like the other parts of the Pattern, if it is unset it will be ignored.
9101 The Size Interval looks like
9103 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9105 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9106 than or equal to zero.
9107 The special value &quot;INF&quot; may be used for
9108 the max value. It represents infinity.
9110 Actually, this option may be defined as a list of intervals instead
9111 of just a single interval.
9112 The list is separated by commas.
9113 It can look like
9115 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9117 When there is a Size Interval defined, it is a match if the size, in bytes, of
9118 the message is contained in any of the intervals.
9119 The intervals include both endpoints.
9121 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9123 The &quot;Score Interval&quot; may be set to an interval of message
9124 scores that should be considered a match.
9125 Like the other parts of the Pattern, if it is unset it will be ignored.
9126 The Score Interval looks like
9128 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9130 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9131 negative integers, with min_score less than or equal to max_score.
9132 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9133 the min and max values to represent negative and positive infinity.
9135 Actually, a list of intervals may be used if you wish.
9136 A list would look like
9138 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9140 When there is a Score Interval defined, it is a match if the score for
9141 the message is contained in any of the intervals in the list.
9142 The intervals include the endpoints.
9143 The score for a message is calculated by looking at every Score rule defined and
9144 adding up the Score Values for the ones that match the message.
9145 When deciding whether or not a Pattern matches a message for purposes of
9146 calculating the score, the Score Interval is ignored.
9148 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9150 There are five separate message status settings.
9151 By default, all five are set to the value &quot;Don't care&quot;, which
9152 will match any message.
9153 The value &quot;Yes&quot; means that the particular status must be true
9154 for a match, and the value &quot;No&quot; means that the particular
9155 status must not be true for a match.
9156 For example, one of the five Message Status settings is whether a message
9157 is marked Important or not.
9158 A &quot;Yes&quot; means that the message must be Important to be
9159 considered a match and &quot;No&quot; means that the message must not be
9160 Important to be considered a match.
9161 The same is true of the other four message status settings that depend
9162 on whether or not the message is New; whether the message has 
9163 been Answered or not; whether the message has been Deleted or not, and
9164 whether the message is Recent or not. 
9166 The nomenclature for New and Recent is a bit confusing:
9168 New means that the message is Unseen.
9169 It could have been in your mailbox for a long time but if you haven't looked
9170 at it, it is still considered New.
9171 That matches the default Alpine index display that shows an N for such a
9172 message.
9174 Recent means that the message was added to this folder since the last time
9175 you opened the folder.
9176 Alpine also shows an N by default for these types of messages.
9177 If you were to run two copies of Alpine that opened a folder one right after
9178 the other, a message would only show up as Recent in (at most) the first
9179 Alpine session.
9181 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9183 Keywords are similar to Message Status, but they are chosen by the user.
9184 Provided the mail server allows for it, you may add a set of possible keywords
9185 to a folder and then you may set those keywords or not for each message
9186 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9187 The syntax of this part of the Pattern is similar to the header patterns.
9188 It is a list of keywords.
9189 The Keyword part of the Pattern is a match if the message has any of
9190 the keywords in the list set.
9191 Like other parts of the Pattern, if this is unset it will be ignored.
9193 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9195 A message may use one or more character sets.
9196 This part of the Pattern matches messages that make use of one or more of
9197 the character sets specified in the pattern.
9198 It will be considered a match if a message uses any of the character
9199 sets in the list you give here.
9202 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9203 GB2312) you may also use some shorthand names that Alpine provides.
9204 These names are more understandable shorthand names for sets of 
9205 character set names.
9206 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9207 Selecting one of these shorthand names is equivalent to selecting all of
9208 the character sets that make up the set.
9209 You can see all of these shorthand names and the lists of character sets
9210 they stand for by typing the &quot;T&quot; command with the Character
9211 Set pattern highlighted.
9212 The syntax of this part of the Pattern is similar to the header patterns
9213 and the Message Keywords pattern.
9214 It is a list of character sets (or shorthand names).
9215 The Character Set part of the Pattern is a match if the message uses any
9216 of the character sets in the list.
9217 Like other parts of the Pattern, if this is unset it will be ignored.
9219 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9221 It seems that lots of unwanted email contains unencoded 8-bit characters
9222 in the Subject.
9223 Normally, characters with the 8th bit set are not allowed in the Subject
9224 header unless they are MIME-encoded.
9225 This option gives you a way to match messages that have Subjects that
9226 contain unencoded 8-bit characters.
9227 By default, the value of this option is &quot;Don't care&quot;, which
9228 will match any message.
9229 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9230 the Subject of the message in order for there to be a match,
9231 and the value &quot;No&quot; is the opposite.
9232 Setting this option will affect performance in large folders because the
9233 subject of each message in the folder has to be checked.
9235 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9237 This option gives you a way to take some action once per month.
9238 By default, the value of this option is &quot;Don't care&quot;, which
9239 will always match.
9240 The value &quot;Yes&quot; means that this must be the first time Alpine has
9241 been run this month in order to count as a match,
9242 and the value &quot;No&quot; is the opposite.
9244 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9246 This option gives you a way to take some action once per year.
9247 By default, the value of this option is &quot;Don't care&quot;, which
9248 will always match.
9249 The value &quot;Yes&quot; means that this must be the first time Alpine has
9250 been run this year in order to count as a match,
9251 and the value &quot;No&quot; is the opposite.
9253 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9255 This option gives you a way to match messages that have an address
9256 that is in one of your address books.
9257 Only the simple entries in your address books are searched.
9258 Address book distribution lists are ignored!
9259 By default, the value of this option is &quot;Don't care&quot;, which
9260 will match any message.
9261 The value &quot;Yes, in any address book&quot; means the address
9262 from the message must be in at least one of your
9263 address books in order to be a match.
9264 The value &quot;No, not in any address book&quot;
9265 means none of the addresses may
9266 be in any of your address books in order to be a match.
9267 The values &quot;Yes, in specific address books&quot; and
9268 &quot;No, not in any of specific address books&quot; are similar but instead
9269 of depending on all address books you are allowed to give a list of address
9270 books to look in.
9271 The addresses from the message that are checked for are determined by the
9272 setting you have for &quot;Types of addresses to check for in address book&quot;.
9273 If you set this to &quot;From&quot; the From address from the message will
9274 be looked up in the address book.
9275 If you set it to only &quot;To&quot; then the To addresses will be used.
9276 If any of the To addresses are in the address book then it is considered
9277 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9278 You could set it to both From and To, in which case all of the From and To
9279 addresses are used.
9280 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9281 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9282 exists or the From address if there is no Reply-To address.
9283 Same for the Sender address.
9284 Setting this option may affect performance in large folders because the
9285 From and Reply-To of each message in the folder have to be checked.
9287 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9289 This is a command that is run with its standard input set to the message
9290 being checked and its standard output discarded.
9291 The full directory path should be specified.
9292 The command will be run and then its exit status will be checked against
9293 the Exit Status Interval, which defaults to just the value zero.
9294 If the exit status of the command falls in the interval, it is considered
9295 a match, otherwise it is not a match.
9298 This option may actually be a list of commands.
9299 The first one that exists and is executable is used.
9300 That makes it possible to use the same configuration with Unix Alpine and
9301 PC-Alpine.
9304 If none of the commands in the list exists and is executable then the rule
9305 is <EM>not</EM> a match.
9306 If it is possible that the command may not exist, you should be careful
9307 to structure your rules so that nothing destructive
9308 happens when the command does not exist.
9309 For example, you might have a filter that filters away spam when there is
9310 a match but does nothing when there is not a match.
9311 That would continue to work correctly if the command didn't exist.
9312 However, if you have a filter that filters away spam when there is not
9313 a match and keeps it when there is a match, that would filter everything
9314 if the categorizer command didn't exist.
9316 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9317 setup for the bogofilter filter.
9320 &lt;End of help on this topic&gt;
9321 </BODY>
9322 </HTML>
9323 ===== h_rules_roles =====
9324 <HTML>
9325 <HEAD>
9326 <TITLE>SETUP ROLES SCREEN</TITLE>
9327 </HEAD>
9328 <BODY>
9329 <H1>SETUP ROLES SCREEN</H1>
9330 <H2>SETUP ROLES COMMANDS</H2>
9331 <!--chtml if pinemode="function_key"-->
9332 <PRE>
9333 Available  Commands -- Group 1         Available Commands -- Group 2   
9334 -------------------------------        ------------------------------  
9335 F1  Show Help Text                      F1  Show Help Text             
9336 F2  See commands in next group          F2  See commands in next group
9337 F3  Back to MAIN Alpine menu
9338 F4  Change configuration for role
9339 F5  Move to previous role               F5  Include file in role config
9340 F6  Move to next role                   F6  Exclude file from config
9341 F7  Previous page of roles
9342 F8  Next page of roles
9343 F9  Add new role                        F9  Replicate existing role
9344 F10 Delete existing role
9345 F11 Shuffle the order of roles
9346 F12 Whereis (search role nicknames)
9347 </PRE>
9348 <!--chtml else-->
9349 <PRE>
9350 Navigation                     General Alpine Commands
9351 -------------------------      -----------------------
9352  P  Prev Role                     ?  Display this help text
9353  N  Next Role                     E  Back to MAIN Alpine menu
9354  -  Previous page
9355 Spc (space bar) Next page
9356  W  WhereIs (search for word in role nicknames)
9358 Setup Roles Commands
9359 ------------------------------------------------
9360  A  Add new role                  $  Shuffle the order of roles
9361  D  Delete existing role          C  Change configuration for highlighted role
9362  R  Replicate existing role
9363  I  Include file in role config   X  Exclude file from role config
9364 </PRE>
9365 <!--chtml endif-->
9367 <H2>Description of the Setup Roles Screen</H2>
9369 This screen lets you add, delete, modify, or change the order of the rules
9370 that determine the role you are playing when composing a message.
9372 You may play different roles depending on who you are replying to.
9373 For example, if you are replying to a message addressed to help-desk you
9374 may be acting as a Help Desk Worker.
9375 That role may require that you use a different return address and/or
9376 a different signature.
9378 Roles are optional.
9379 If you set up roles they work like this:  Each role has a set of
9380 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9381 considered for a particular use; a &quot;Pattern&quot;,
9382 which is used to decide which of the eligible roles is used; and a set
9383 of &quot;Actions&quot;, which are taken when that role is used.
9384 When you reply to a message, the message you are replying to is compared
9385 with the Patterns of the roles marked as eligible for use when replying.
9386 The comparisons start with the first eligible role and keep going until there
9387 is a match.
9388 If a match is found, the matching role's Actions are taken.
9390 It is also possible to set a default role and to change that role during
9391 your Alpine session.
9392 When you start Alpine no default role will be set.
9393 You may set or change the current default role by using the &quot;D&quot;
9394 command in the role selection screen.
9395 You'll see that screen while composing a message and being asked to select
9396 a role.
9397 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9398 compose a message.
9399 You may find a default role useful if you normally perform the duties of one
9400 of your roles for a while, then you switch to another role and stay in the
9401 new role for another period of time.
9402 It may be easier than using the Role Command to select the role each time you
9403 compose a message.
9405 <H2>Role Uses</H2>
9407 There are three types of use to be configured;
9408 one for Replying, one for Forwarding, and one for Composing.
9409 These indicate whether or not you want a role to be considered when you
9410 type the Reply, Forward, or Compose commands.
9411 (The Role command is an alternate form of the Compose command, and it is
9412 not affected by these settings.)
9413 Each of these Use types has three possible values.
9414 The value &quot;Never&quot;
9415 means that the role will never be considered as a candidate for use with
9416 the corresponding command.
9417 For example, if you set a role's Reply Use to Never, then when you Reply to
9418 a message, that role won't even be considered.
9419 (That isn't quite true. If the message you are replying to matches some other
9420 role that requires confirmation,
9421 then there will be a ^T command available which allows you to select a role
9422 from all of your roles, not just the reply-eligible roles.)
9425 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9426 both mean that you do want to consider this role when using the corresponding
9427 command.
9428 For either of these settings the role's Pattern will
9429 be checked to see if it matches the message.
9430 For Reply Use, the message used to compare the Pattern with is the message
9431 being replied to.
9432 For Forward Use, the message used to compare the Pattern with is the message
9433 being forwarded.
9434 For Compose Use, there is no message, so the parts of the Pattern that depend
9435 on a message (everything other than Current Folder Type) are ignored.
9436 In all cases, the Current Folder Type is checked if defined.
9437 If there is a match then this role will either be used without confirmation
9438 or will be the default when confirmation is asked for, depending on
9439 which of the two options is selected.
9440 If confirmation is requested, you will have a chance to
9441 choose No Role instead of the offered role, or to
9442 change the role to any one of your other roles (with the ^T command).
9444 <H2>Role Patterns</H2>
9446 In order to determine whether or not a message matches a role the message is
9447 compared with the Role's Pattern.
9448 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9449 Scoring, Other Rules, and Search Rules, so are described in only one place,
9450 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9452 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9453 a role that has all header patterns unset, the AllText pattern unset,
9454 the BodyText pattern unset,
9455 the Score Interval unset, and the Current Folder Type set to
9456 &quot;Any&quot; may be used as a default role.
9457 It should be put last in the list of roles since the matching
9458 starts at the beginning and proceeds until one of the roles is a match.
9459 If no roles at all match, then Alpine will
9460 use its regular methods of defining the role.
9461 If you wanted to, you could define a different &quot;default&quot; role
9462 for Replying, Forwarding, and Composing by setting the
9463 &quot;Use&quot; fields appropriately.
9465 <H2>Role Actions</H2>
9467 Once a role match is found, the role's Actions are taken.
9468 For each role there are several possible actions that may be defined.
9469 They are actions to set the From address, the Reply-To address,
9470 the Fcc, the Signature, the Template file, and Other Headers.
9472 <H3>Set From</H3>
9474 The From address is the address used on the From line of the message
9475 you are sending.
9477 <H3>Set Reply-To</H3>
9479 The Reply-To address is the address used on the Reply-To line of the message
9480 you are sending.
9481 You don't need a Reply-To address unless it is different from the From address.
9483 <H3>Set Other Headers</H3>
9485 If you want to set the value of the From or Reply-To headers, use
9486 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9487 If you want to set the values of other headers, use this field.
9488 This field is similar to the
9489 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9490 Each header you specify here must include the header tag
9491 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9492 and may optionally include a value for that header.
9493 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9494 for a header here will replace any value that already exists.
9495 For example, if you are Replying to a message there will be at least one
9496 address in the To header (the address you are Replying to).
9497 However, if you Reply using a role that sets the To header, that role's
9498 To header value will be used instead.
9500 <H3>Set Fcc</H3>
9502 The Fcc is used as the Fcc for the message you are sending.
9504 <H3>Set Signature or Set LiteralSig</H3>
9506 The Signature is the name of a file to be used as the signature file when
9507 this role is being used.
9508 If the name of the file has a vertical bar following it (|)
9509 then it is assumed that the file is a program that should be run to
9510 produce the signature.
9511 If the LiteralSig is set, then it is used instead of the signature file.
9512 LiteralSig is just a different way to store the signature.
9513 It is stored in the pine configuration file instead of in a separate
9514 signature file.
9515 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9516 either in the role or as the default signature in the Setup/Config screen,
9517 then the signature file is ignored.
9519 <H3>Set Template</H3>
9521 A Template is the name of a file to be included in the message when this
9522 role is being used.
9523 If the name of the file has a vertical bar following it (|)
9524 then it is assumed that the file is a program that should be run to
9525 produce the template.
9528 Both signature files and template files may be stored remotely on an IMAP
9529 server.
9530 In order to do that you just give the file a remote name.
9531 This works just like the regular
9532 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9533 option that is configured from the Setup/Configuration screen.
9534 A remote signature file name might look like:
9536 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9538 Once you have named the remote signature or template file you create its
9539 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9540 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9541 line of the role editor.
9544 Both signature files and template files (or the output of signature programs
9545 and template file programs) may contain special tokens
9546 that are replaced with contents
9547 that depend on the message being replied to or forwarded.
9548 See the help for the individual fields inside the role editor for more
9549 information on tokens.
9551 <H3>Use SMTP Server</H3>
9553 If this field has a value, then it will be used as the SMTP server
9554 to send mail when this role is being used (unless the SMTP server variable
9555 is set in the system-wide fixed configuration file).
9556 It has the same semantics as the
9557 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9558 variable in the Setup/Config screen.
9559 When you postpone the composition this SMTP server list will be saved
9560 with the postponed composition and it cannot be changed later.
9561 Because of that, you may want to make this a list of SMTP servers
9562 with the preferred server at the front of the list and alternate servers
9563 later in the list.
9566 If any of the actions are left unset, then the action depends on what
9567 is present in the &quot;Initialize settings using role&quot; field.
9568 If you've listed the nickname of another one of your roles there, then the
9569 corresponding action from that role will be used here.
9570 If that action is also blank, or if there is no nickname specified,
9571 then Alpine will do whatever it normally does to set these actions.
9572 This depends on other configuration options and features you've set.
9574 <H2>Command Descriptions</H2>
9576 <H3>Add</H3>
9578 The Add command is used to add a new role definition to your set of
9579 roles.
9580 The new role will be added after the highlighted role.
9582 <H3>Delete</H3>
9584 The Delete command deletes the currently highlighted role.
9586 <H3>Change</H3>
9588 The Change command lets you edit the nickname, Uses, Pattern,
9589 and Actions of the currently highlighted role.
9591 <H3>Shuffle</H3>
9593 The Shuffle command allows you to change the order of the roles.
9594 You may move the currently highlighted role up or down in the list.
9595 The order of the roles is important since the roles are tested for a
9596 match starting with the first role and continuing until a match is found.
9597 You should place the roles with more specific Patterns near the beginning
9598 of the list, and those with more general Patterns near the end so that
9599 the more specific matches will happen when appropriate.
9601 <H3>Replicate</H3>
9603 The Replicate command is used to copy an existing role and modify it.
9604 The new role will be added after the highlighted role.
9606 <H3>IncludeFile</H3>
9608 The IncludeFile command allows you to add a roles file to your configuration.
9609 Usually, your roles will be contained in your Alpine configuration file.
9610 If you wish, some or all of your roles may be stored in a separate file.
9611 If a roles file already exists (maybe it was made by somebody else using
9612 Alpine), you may insert it before the currently highlighted role.
9613 You may also insert an empty file or a file that does not yet exist.
9614 Once you have an empty roles file in your configuration, you may use
9615 the Shuffle command to move roles into it.
9616 In fact, that's the only way to get the initial role into the file.
9618 <H3>eXcludeFile</H3>
9620 The eXcludeFile command removes a roles file from your roles configuration.
9621 A limitation of the program is that in order to exclude a roles file
9622 that file must have at least one role
9623 in it, otherwise you won't be able to highlight a line in the file.
9624 So you may have to add a dummy role to the file in order to exclude the file.
9625 <P><UL>
9626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9627 </UL>
9629 &lt;End of help on this topic&gt;
9630 </BODY>
9631 </HTML>
9632 ===== h_rules_other =====
9633 <HTML>
9634 <HEAD>
9635 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9636 </HEAD>
9637 <BODY>
9638 <H1>SETUP OTHER RULES SCREEN</H1>
9639 <H2>SETUP OTHER RULES COMMANDS</H2>
9640 <!--chtml if pinemode="function_key"-->
9641 <PRE>
9642 Available  Commands -- Group 1         Available Commands -- Group 2   
9643 -------------------------------        ------------------------------  
9644 F1  Show Help Text                      F1  Show Help Text             
9645 F2  See commands in next group          F2  See commands in next group
9646 F3  Back to MAIN Alpine menu
9647 F4  Change configuration for rule
9648 F5  Move to previous rule               F5  Include file in rule config
9649 F6  Move to next rule                   F6  Exclude file from config
9650 F7  Previous page of rules
9651 F8  Next page of rules
9652 F9  Add new rule                        F9  Replicate existing rule
9653 F10 Delete existing rule
9654 F11 Shuffle the order of rules
9655 F12 Whereis (search rule nicknames)
9656 </PRE>
9657 <!--chtml else-->
9658 <PRE>
9659 Navigation                     General Alpine Commands
9660 -------------------------      -----------------------
9661  P  Prev rule                     ?  Display this help text
9662  N  Next rule                     E  Back to MAIN Alpine menu
9663  -  Previous page
9664 Spc (space bar) Next page
9665  W  WhereIs (search for word in rule nicknames)
9667 Setup Other Rules Commands
9668 ------------------------------------------------
9669  A  Add new rule                  $  Shuffle the order of rules
9670  D  Delete existing rule          C  Change configuration for highlighted rule
9671  R  Replicate existing rule
9672  I  Include file in rule config   X  Exclude file from rule config
9673 </PRE>
9674 <!--chtml endif-->
9676 <H2>Description of the Setup Other Rules Screen</H2>
9678 This is where you may set various actions that do not fit well into the
9679 other Rules categories.
9681 <H2>Patterns</H2>
9683 Other Rules are a little different from the rest of the Rules because
9684 they depend only on the current folder, and not on a particular message.
9685 In order to determine whether or not a rule's actions should be applied
9686 the current folder is compared with the rule's Pattern, which consists
9687 of only the Current Folder Type.
9688 Current Folder Type works the same for Other Rules as it does for Roles,
9689 Filtering, Index Coloring, and Scoring.
9690 Keep in mind that the only part of the Pattern that applies to Other
9691 Rules is the Current Folder Type when looking at the description of
9692 Patterns given
9693 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9695 <H2>The Actions</H2>
9697 <H3>Set Sort Order</H3>
9699 When you enter a new folder, these rules will be checked to see if you
9700 have set a sort order that is different from your default sort order.
9701 The default is set in the Setup/Config screen with
9702 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9703 If the Sort Order action is set, then the folder will be displayed sorted in
9704 that sort order instead of in the default order.
9706 A possible point of confusion arises when you change the configuration
9707 of the Sort Order for the currently open folder.
9708 The folder will normally be re-sorted when you go back to viewing the
9709 index.
9710 However, if you have manually sorted the folder with the
9711 Sort
9712 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9713 command, then it will not be re-sorted until the next time it is opened.
9715 <H3>Set Index Format</H3>
9717 When you enter a new folder, these rules will be checked to see if you
9718 have set an Index Format that is different from your default Index Format,
9719 which is set with the
9720 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9721 If so, the index will be displayed with this format instead of the default.
9723 <H3>Set Startup Rule</H3>
9725 When you enter a new folder, these rules will be checked to see if you
9726 have set a startup rule that is different from the default startup rule.
9727 The default for incoming folders is set in the Setup/Config screen with
9728 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9729 The default for folders other than INBOX that are not part of your
9730 incoming collection
9731 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9732 is to start with the last message in the folder.
9733 If the Startup Rule is set to something other than &quot;default&quot;,
9734 then the rule will determine which message will be the current message when
9735 the folder is first opened.
9737 The various startup rule possibilities work the same here as they do in
9738 the incoming collection, so check
9739 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9740 for more help.
9742 <H2>Command Descriptions</H2>
9744 <H3>Add</H3>
9746 The Add command is used to add a new rule definition to your set of
9747 rules.
9748 The new rule will be added after the highlighted rule.
9750 <H3>Delete</H3>
9752 The Delete command deletes the currently highlighted rule.
9754 <H3>Change</H3>
9756 The Change command lets you edit the nickname, Pattern,
9757 and Action of the currently highlighted rule.
9759 <H3>Shuffle</H3>
9761 The Shuffle command allows you to change the order of the rules.
9762 You may move the currently highlighted rule up or down in the list.
9763 The order of the rules is important since the rules are tested for a
9764 match starting with the first rule and continuing until a match is found.
9765 You should place the rules with more specific Patterns near the beginning
9766 of the list, and those with more general Patterns near the end so that
9767 the more specific matches will happen when appropriate.
9769 <H3>Replicate</H3>
9771 The Replicate command is used to copy an existing rule definition and modify it.
9772 The new rule will be added after the highlighted rule.
9774 <H3>IncludeFile</H3>
9776 The IncludeFile command allows you to add a rules file to your configuration.
9777 Usually, your rules will be contained in your Alpine configuration file.
9778 If you wish, some or all of your rules may be stored in a separate file.
9779 If a rules file already exists (maybe it was made by somebody else using
9780 Alpine), you may insert it before the currently highlighted rule.
9781 You may also insert an empty file or a file that does not yet exist.
9782 Once you have an empty rules file in your configuration, you may use
9783 the Shuffle command to move rules into it.
9784 In fact, that's the only way to get the initial rule into the file.
9786 <H3>eXcludeFile</H3>
9788 The eXcludeFile command removes a rules file from your rules configuration.
9789 A limitation of the program is that in order to exclude a rules file
9790 that file must have at least one rule
9791 in it, otherwise you won't be able to highlight a line in the file.
9792 So you may have to add a dummy rule to the file in order to exclude the file.
9793 <P><UL>
9794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9795 </UL>
9797 &lt;End of help on this topic&gt;
9798 </BODY>
9799 </HTML>
9800 ===== h_rules_srch =====
9801 <HTML>
9802 <HEAD>
9803 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9804 </HEAD>
9805 <BODY>
9806 <H1>SETUP SEARCH RULES SCREEN</H1>
9807 <H2>SETUP SEARCH RULES COMMANDS</H2>
9808 <!--chtml if pinemode="function_key"-->
9809 <PRE>
9810 Available  Commands -- Group 1         Available Commands -- Group 2   
9811 -------------------------------        ------------------------------  
9812 F1  Show Help Text                      F1  Show Help Text             
9813 F2  See commands in next group          F2  See commands in next group
9814 F3  Back to MAIN Alpine menu
9815 F4  Change configuration for rule
9816 F5  Move to previous rule               F5  Include file in rule config
9817 F6  Move to next rule                   F6  Exclude file from config
9818 F7  Previous page of rules
9819 F8  Next page of rules
9820 F9  Add new rule                        F9  Replicate existing rule
9821 F10 Delete existing rule
9822 F11 Shuffle the order of rules
9823 F12 Whereis (search rule nicknames)
9824 </PRE>
9825 <!--chtml else-->
9826 <PRE>
9827 Navigation                     General Alpine Commands
9828 -------------------------      -----------------------
9829  P  Prev rule                     ?  Display this help text
9830  N  Next rule                     E  Back to MAIN Alpine menu
9831  -  Previous page
9832 Spc (space bar) Next page
9833  W  WhereIs (search for word in rule nicknames)
9835 Setup Search Rules Commands
9836 ------------------------------------------------
9837  A  Add new rule                  $  Shuffle the order of rules
9838  D  Delete existing rule          C  Change configuration for highlighted rule
9839  R  Replicate existing rule
9840  I  Include file in rule config   X  Exclude file from rule config
9841 </PRE>
9842 <!--chtml endif-->
9844 <H2>Description of the Setup Search Rules Screen</H2>
9846 One of the commands that becomes available when that feature is turned on
9847 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9848 screen to select a set of messages.
9849 One way of selecting messages is to use a Rule.
9850 All of the messages that match (or don't match if you wish)
9851 a Rule's Pattern will be selected.
9853 Any of your Rules may be used for this purpose.
9854 You might already have Rules set up for filtering, index line color, scores, or roles;
9855 and you may use any of those Rules with the Select command.
9856 However, you might find it more convenient to set up a separate set of Rules
9857 just for this purpose without having to worry about what other effects
9858 they may cause.
9859 That is the purpose of these Select Rules.
9862 Each rule has a &quot;Pattern&quot;
9863 that is used to decide which messages are selected when you use it with
9864 the Select command.
9866 <H2>Patterns</H2>
9868 In order to determine whether or not a message should be selected
9869 the message is compared with the rule's Pattern.
9870 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9871 Scoring, Other Rules, and Search Rules, so are described in only one place,
9872 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9874 <H2>Command Descriptions</H2>
9876 <H3>Add</H3>
9878 The Add command is used to add a new rule definition to your set of
9879 rules.
9880 The new rule will be added after the highlighted rule.
9882 <H3>Delete</H3>
9884 The Delete command deletes the currently highlighted rule.
9886 <H3>Change</H3>
9888 The Change command lets you edit the nickname and Pattern
9889 of the currently highlighted rule.
9891 <H3>Shuffle</H3>
9893 The Shuffle command allows you to change the order of the rules.
9894 This affects only the order they are presented in when you use the
9895 ^T subcommand of the Select by Rule command.
9896 You may move the currently highlighted rule up or down in the list.
9898 <H3>Replicate</H3>
9900 The Replicate command is used to copy an existing rule definition and modify it.
9901 The new rule will be added after the highlighted rule.
9903 <H3>IncludeFile</H3>
9905 The IncludeFile command allows you to add a rules file to your configuration.
9906 Usually, your rules will be contained in your Alpine configuration file.
9907 If you wish, some or all of your rules may be stored in a separate file.
9908 If a rules file already exists (maybe it was made by somebody else using
9909 Alpine), you may insert it before the currently highlighted rule.
9910 You may also insert an empty file or a file that does not yet exist.
9911 Once you have an empty rules file in your configuration, you may use
9912 the Shuffle command to move rules into it.
9913 In fact, that's the only way to get the initial rule into the file.
9915 <H3>eXcludeFile</H3>
9917 The eXcludeFile command removes a rules file from your rules configuration.
9918 A limitation of the program is that in order to exclude a rules file
9919 that file must have at least one rule
9920 in it, otherwise you won't be able to highlight a line in the file.
9921 So you may have to add a dummy rule to the file in order to exclude the file.
9922 <P><UL>
9923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9924 </UL>
9926 &lt;End of help on this topic&gt;
9927 </BODY>
9928 </HTML>
9929 ===== h_rules_incols =====
9930 <HTML>
9931 <HEAD>
9932 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9933 </HEAD>
9934 <BODY>
9935 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9936 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9937 <!--chtml if pinemode="function_key"-->
9938 <PRE>
9939 Available  Commands -- Group 1         Available Commands -- Group 2   
9940 -------------------------------        ------------------------------  
9941 F1  Show Help Text                      F1  Show Help Text             
9942 F2  See commands in next group          F2  See commands in next group
9943 F3  Back to MAIN Alpine menu
9944 F4  Change configuration for rule
9945 F5  Move to previous rule               F5  Include file in rule config
9946 F6  Move to next rule                   F6  Exclude file from config
9947 F7  Previous page of rules
9948 F8  Next page of rules
9949 F9  Add new rule                        F9  Replicate existing rule
9950 F10 Delete existing rule
9951 F11 Shuffle the order of rules
9952 F12 Whereis (search rule nicknames)
9953 </PRE>
9954 <!--chtml else-->
9955 <PRE>
9956 Navigation                     General Alpine Commands
9957 -------------------------      -----------------------
9958  P  Prev rule                     ?  Display this help text
9959  N  Next rule                     E  Back to MAIN Alpine menu
9960  -  Previous page
9961 Spc (space bar) Next page
9962  W  WhereIs (search for word in rule nicknames)
9964 Setup Index Color Commands
9965 ------------------------------------------------
9966  A  Add new rule                  $  Shuffle the order of rules
9967  D  Delete existing rule          C  Change configuration for highlighted rule
9968  R  Replicate existing rule
9969  I  Include file in rule config   X  Exclude file from rule config
9970 </PRE>
9971 <!--chtml endif-->
9973 <H2>Description of the Setup Index Line Colors Screen</H2>
9975 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9976 This action is only available if your terminal is capable of displaying
9977 color and color display has been enabled with the
9978 <A HREF="h_config_color_style">Color Style</A> option within the
9979 Setup Color screen.
9980 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9981 This screen lets you add, delete, modify, or change the order of the rules
9982 that cause the lines in the MESSAGE INDEX to be displayed in different
9983 colors.
9985 Each rule has a &quot;Pattern&quot;,
9986 which is used to decide which of the rules is used; and the color that
9987 is used if the Pattern matches a particular message.
9989 <H2>Index Color Patterns</H2>
9991 In order to determine whether or not a message matches an Index Color Rule
9992 the message is compared with the rule's Pattern.
9993 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9994 Scoring, Other Rules, and Search Rules, so are described in only one place,
9995 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9998 If none of the Index Color rules is a match for a particular index line,
9999 then the color used is set using
10000 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10002 <H2>Index Line Color</H2>
10004 This is the color that index lines are colored when there is a matching
10005 Pattern.
10006 This colors the whole index line, except possibly the status letters,
10007 which may be colored separately using
10008 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10010 <H2>Command Descriptions</H2>
10012 <H3>Add</H3>
10014 The Add command is used to add a new rule definition to your set of
10015 rules.
10016 The new rule will be added after the highlighted rule.
10018 <H3>Delete</H3>
10020 The Delete command deletes the currently highlighted rule.
10022 <H3>Change</H3>
10024 The Change command lets you edit the nickname, Pattern,
10025 and Index Line Color of the currently highlighted rule.
10027 <H3>Shuffle</H3>
10029 The Shuffle command allows you to change the order of the rules.
10030 You may move the currently highlighted rule up or down in the list.
10031 The order of the rules is important since the rules are tested for a
10032 match starting with the first rule and continuing until a match is found.
10033 You should place the rules with more specific Patterns near the beginning
10034 of the list, and those with more general Patterns near the end so that
10035 the more specific matches will happen when appropriate.
10037 <H3>Replicate</H3>
10039 The Replicate command is used to copy an existing rule definition and modify it.
10040 The new rule will be added after the highlighted rule.
10042 <H3>IncludeFile</H3>
10044 The IncludeFile command allows you to add a rules file to your configuration.
10045 Usually, your rules will be contained in your Alpine configuration file.
10046 If you wish, some or all of your rules may be stored in a separate file.
10047 If a rules file already exists (maybe it was made by somebody else using
10048 Alpine), you may insert it before the currently highlighted rule.
10049 You may also insert an empty file or a file that does not yet exist.
10050 Once you have an empty rules file in your configuration, you may use
10051 the Shuffle command to move rules into it.
10052 In fact, that's the only way to get the initial rule into the file.
10054 <H3>eXcludeFile</H3>
10056 The eXcludeFile command removes a rules file from your rules configuration.
10057 A limitation of the program is that in order to exclude a rules file
10058 that file must have at least one rule
10059 in it, otherwise you won't be able to highlight a line in the file.
10060 So you may have to add a dummy rule to the file in order to exclude the file.
10061 <P><UL>
10062 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10063 </UL>
10065 &lt;End of help on this topic&gt;
10066 </BODY>
10067 </HTML>
10068 ===== h_rules_filter =====
10069 <HTML>
10070 <HEAD>
10071 <TITLE>SETUP FILTERING SCREEN</TITLE>
10072 </HEAD>
10073 <BODY>
10074 <H1>SETUP FILTERING SCREEN</H1>
10075 <H2>SETUP FILTERING COMMANDS</H2>
10076 <!--chtml if pinemode="function_key"-->
10077 <PRE>
10078 Available  Commands -- Group 1         Available Commands -- Group 2   
10079 -------------------------------        ------------------------------  
10080 F1  Show Help Text                      F1  Show Help Text             
10081 F2  See commands in next group          F2  See commands in next group
10082 F3  Back to MAIN Alpine menu
10083 F4  Change configuration for filter
10084 F5  Move to previous filter             F5  Include file in filter config
10085 F6  Move to next filter                 F6  Exclude file from config
10086 F7  Previous page of filters
10087 F8  Next page of filters
10088 F9  Add new filter                      F9  Replicate existing filter
10089 F10 Delete existing filter
10090 F11 Shuffle the order of filters
10091 F12 Whereis (search filter nicknames)
10092 </PRE>
10093 <!--chtml else-->
10094 <PRE>
10095 Navigation                     General Alpine Commands
10096 -------------------------      -----------------------
10097  P  Prev Filter                   ?  Display this help text
10098  N  Next Filter                   E  Back to MAIN Alpine menu
10099  -  Previous page
10100 Spc (space bar) Next page
10101  W  WhereIs (search for word in filter nicknames)
10103 Setup Filters Commands
10104 ------------------------------------------------
10105  A  Add new filter                $  Shuffle the order of filters
10106  D  Delete existing filter        C  Change configuration for highlighted filter
10107  R  Replicate existing filter
10108  I  Include file in filter config X  Exclude file from filter config
10109 </PRE>
10110 <!--chtml endif-->
10112 <H2>Description of the Setup Filtering Screen</H2>
10114 This screen lets you add, delete, modify, or change the order of the rules
10115 that determine the filtering Alpine does on folders you view.
10117 The software that actually delivers mail (the stuff that happens
10118 before Alpine is involved) for you is in a better position to do mail filtering
10119 than Alpine itself.
10120 If possible, you may want to look into using that sort of mail filtering to
10121 deliver mail to different folders, delete it, or forward it.
10122 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10124 Filtering is a way to automatically move certain messages from one folder
10125 to another or to delete messages.
10126 It can also be used to set message status (Important, Deleted, New,
10127 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10128 Alpine doesn't have the ability to forward mail to another address or
10129 to deliver vacation messages.
10131 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10132 When a folder is opened, when new mail arrives in an open folder, or
10133 when mail is Expunged from a folder; each
10134 message is compared with the Patterns of your filtering rules.
10135 The comparisons start with the first rule and keep going until there
10136 is a match.
10137 If a match is found, the message may be deleted or moved, depending on
10138 the setting of the Filter Action.
10139 If the message is not deleted, it may have its status altered.
10142 <EM>NOTE:</EM>
10143 When setting up a Pattern used to delete messages,
10144 it is recommended that you test the Pattern first with a &quot;Move&quot;
10145 folder specified in
10146 case unintended matches occur.  Messages that are deleted will be removed 
10147 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10148 next Expunge command or once the folder being filtered has been closed.
10150 <H2>Filter Patterns</H2>
10152 In order to determine whether or not a message matches a filter the message is
10153 compared with the Filter's Pattern.
10154 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10155 Scoring, Other Rules, and Search Rules, so are described in only one place,
10156 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10158 Since filtering is a potentially destructive action, if you have a filtering
10159 Pattern with nothing other than Current Folder Type set, that filtering
10160 rule is ignored.
10162 <H2>Filter Actions</H2>
10164 Once a filter match is found for a particular message, there are some actions
10165 that may be taken.
10166 First, the message may have its status changed.
10167 This is the same message status that you can manipulate manually using the
10168 <a href="h_common_flag">Flag Command</a>.
10169 There are always four elements of message status that you can control.
10170 You can set or clear the Important status, the New status, the Deleted
10171 status, and the Answered status.
10172 Of course, if the filter is going to delete the message,
10173 then there is no point in setting message status.
10174 You may also be able to set user-defined keywords for a message.
10175 Read a little about keywords in the help text for the
10176 <A HREF="h_common_flag">Flag</A> command.
10178 Second, the filter may delete or move the message.
10179 Deleting the message marks it Deleted and removes it from view.
10180 It is effectively gone forever (though it technically is still there until
10181 the next expunge command, which may happen implicitly).
10182 Moving the message moves it from the open folder into the folder
10183 listed on the &quot;Folder List&quot; line of the filter configuration.
10184 If you list more than one folder name (separated by commas) then the message
10185 will be copied to each of those folders.
10186 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10187 message is removed from the current folder.
10188 If you just want to set the messages status without deleting it from
10189 the folder, then set the filter action to
10190 &quot;Just Set Message Status&quot;.
10192 (There is no way to do a Copy instead of a Move, due to the difficulties
10193 involved in keeping track of whether or not a message has
10194 already been copied.)
10196 <H2>Command Descriptions</H2>
10198 <H3>Add</H3>
10200 The Add command is used to add a new filter definition to your set of
10201 filters.
10202 The new filter will be added after the highlighted filter.
10204 <H3>Delete</H3>
10206 The Delete command deletes the currently highlighted filter.
10208 <H3>Change</H3>
10210 The Change command lets you edit the nickname, Pattern,
10211 and Folder of the currently highlighted filter.
10213 <H3>Shuffle</H3>
10215 The Shuffle command allows you to change the order of the filters.
10216 You may move the currently highlighted filter up or down in the list.
10217 The order of the filters is important since the filters are tested for a
10218 match starting with the first filter and continuing until a match is found.
10219 You should place the filters with more specific Patterns near the beginning
10220 of the list, and those with more general Patterns near the end so that
10221 the more specific matches will happen when appropriate.
10223 <H3>Replicate</H3>
10225 The Replicate command is used to copy an existing filter and modify it.
10226 The new filter will be added after the highlighted filter.
10228 <H3>IncludeFile</H3>
10230 The IncludeFile command allows you to add a filters file to your configuration.
10231 Usually, your filters will be contained in your Alpine configuration file.
10232 If you wish, some or all of your filters may be stored in a separate file.
10233 If a filters file already exists (maybe it was made by somebody else using
10234 Alpine), you may insert it before the currently highlighted filter.
10235 You may also insert an empty file or a file that does not yet exist.
10236 Once you have an empty filters file in your configuration, you may use
10237 the Shuffle command to move filters into it.
10238 In fact, that's the only way to get the initial filter into the file.
10240 <H3>eXcludeFile</H3>
10242 The eXcludeFile command removes a filters file from your filters configuration.
10243 A limitation of the program is that in order to exclude a filters file
10244 that file must have at least one filter
10245 in it, otherwise you won't be able to highlight a line in the file.
10246 So you may have to add a dummy filter to the file in order to exclude the file.
10247 <P><UL>
10248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10249 </UL>
10251 <H3>Performance Considerations</H3>
10252 The number and type of patterns being tested can 
10253 adversely effect performance.  Issues to be aware
10254 of include:
10256 <UL>
10257   <LI> The more filters you have defined the longer it will take to run down
10258 the list.  Deleting unused filters is a good idea.
10259   <LI> Filtering in newsgroups served by an NNTP server will be slow
10260 if your patterns include tests other than &quot;From:&quot;
10261 or &quot;Subject:&quot;.
10262 </UL>
10264 &lt;End of help on this topic&gt;
10265 </BODY>
10266 </HTML>
10267 ===== h_rules_score =====
10268 <HTML>
10269 <HEAD>
10270 <TITLE>SETUP SCORING SCREEN</TITLE>
10271 </HEAD>
10272 <BODY>
10273 <H1>SETUP SCORING SCREEN</H1>
10274 <H2>SETUP SCORING COMMANDS</H2>
10275 <!--chtml if pinemode="function_key"-->
10276 <PRE>
10277 Available  Commands -- Group 1         Available Commands -- Group 2   
10278 -------------------------------        ------------------------------  
10279 F1  Show Help Text                      F1  Show Help Text             
10280 F2  See commands in next group          F2  See commands in next group
10281 F3  Back to MAIN Alpine menu
10282 F4  Change configuration for rule
10283 F5  Move to previous rule               F5  Include file in rule config
10284 F6  Move to next rule                   F6  Exclude file from config
10285 F7  Previous page of rules
10286 F8  Next page of rules
10287 F9  Add new rule                        F9  Replicate existing rule
10288 F10 Delete existing rule
10289 F11 Shuffle the order of rules
10290 F12 Whereis (search rule nicknames)
10291 </PRE>
10292 <!--chtml else-->
10293 <PRE>
10294 Navigation                     General Alpine Commands
10295 -------------------------      -----------------------
10296  P  Prev rule                     ?  Display this help text
10297  N  Next rule                     E  Back to MAIN Alpine menu
10298  -  Previous page
10299 Spc (space bar) Next page
10300  W  WhereIs (search for word in rule nicknames)
10302 Setup Scoring Commands
10303 ------------------------------------------------
10304  A  Add new rule                  $  Shuffle the order of rules
10305  D  Delete existing rule          C  Change configuration for highlighted rule
10306  R  Replicate existing rule
10307  I  Include file in rule config   X  Exclude file from rule config
10308 </PRE>
10309 <!--chtml endif-->
10311 <H2>Description of the Setup Scoring Screen</H2>
10313 Most people will not use scores at all, but if you do use them, here's how
10314 they work in Alpine.
10315 Using this screen, you may define Scoring rules.
10316 The score for a message is calculated by looking at every Score rule defined
10317 and adding up the Score Values for the ones that match the message.
10318 If there are no matches for a message, it has a score of zero.
10319 Message scores may be used a couple of ways in Alpine.
10321 <H3>Sorting by Score</H3>
10323 One of the methods you may use to sort message indexes is to sort by
10324 score.
10325 The scores of all the messages in a folder will be calculated and then
10326 the index will be ordered by placing the messages in order of ascending or
10327 descending score.
10329 <H3>Scores for use in Patterns</H3>
10331 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10332 category labeled &quot;Score Interval&quot;.
10333 When a message is being compared with a Pattern to check for a match, if
10334 the Score Interval is set only messages that have a score somewhere in
10335 the interval are a match.
10337 <H2>Scoring Rule Patterns</H2>
10339 In order to determine whether or not a message matches a scoring rule
10340 the message is compared with the rule's Pattern.
10341 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10342 Scoring, Other Rules, and Search Rules, so are described in only one place,
10343 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10346 Actually, Scoring rule Patterns are slightly different from the other types of
10347 Patterns because Scoring rule Patterns don't contain a Score Interval.
10348 In other words, when calculating the score for a message, which is done
10349 by looking at the Scoring rule Patterns, scores aren't used.
10351 <H2>Score Value</H2>
10353 This is the value that will be added to the score for a message if the
10354 rule's Pattern is a match.
10355 Each individual Score Value is an integer between -100 and 100, and the
10356 values from matching rules are added together to get a message's score.
10357 There is also a way to extract the value from a particular header of each
10358 message. See the help text for Score Value for further information.
10360 <H2>Command Descriptions</H2>
10362 <H3>Add</H3>
10364 The Add command is used to add a new scoring rule definition.
10365 The new rule will be added after the highlighted rule.
10367 <H3>Delete</H3>
10369 The Delete command deletes the currently highlighted scoring rule.
10371 <H3>Change</H3>
10373 The Change command lets you edit the nickname, Pattern,
10374 and Score Value of the currently highlighted scoring rule.
10376 <H3>Shuffle</H3>
10378 The Shuffle command allows you to change the order of the scoring rules.
10379 You may move the currently highlighted rule up or down in the list.
10380 The order of the rules is important since the rules are tested for a
10381 match starting with the first rule and continuing until a match is found.
10382 You should place the rules with more specific Patterns near the beginning
10383 of the list, and those with more general Patterns near the end so that
10384 the more specific matches will happen when appropriate.
10386 <H3>Replicate</H3>
10388 The Replicate command is used to copy an existing rule and modify it.
10389 The new rule will be added after the highlighted rule.
10391 <H3>IncludeFile</H3>
10393 The IncludeFile command allows you to add a rules file to your configuration.
10394 Usually, your rules will be contained in your Alpine configuration file.
10395 If you wish, some or all of your rules may be stored in a separate file.
10396 If a rules file already exists (maybe it was made by somebody else using
10397 Alpine), you may insert it before the currently highlighted rule.
10398 You may also insert an empty file or a file that does not yet exist.
10399 Once you have an empty rules file in your configuration, you may use
10400 the Shuffle command to move rules into it.
10401 In fact, that's the only way to get the initial rule into the file.
10403 <H3>eXcludeFile</H3>
10405 The eXcludeFile command removes a rules file from your rules configuration.
10406 A limitation of the program is that in order to exclude a rules file
10407 that file must have at least one rule
10408 in it, otherwise you won't be able to highlight a line in the file.
10409 So you may have to add a dummy rule to the file in order to exclude the file.
10410 <P><UL>
10411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10412 </UL>
10414 &lt;End of help on this topic&gt;
10415 </BODY>
10416 </HTML>
10417 ===== h_direct_config =====
10418 <HTML>
10419 <HEAD>
10420 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10421 </HEAD>
10422 <BODY>
10423 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10424 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10425 <!--chtml if pinemode="function_key"-->
10426 <PRE>
10427 Available  Commands                        
10428 -------------------------------            
10429 F1  Show Help Text                         
10430 F3  Back to MAIN Alpine menu                 
10431 F4  Change configuration for directory server  
10432 F5  Move to previous directory server          
10433 F6  Move to next directory server              
10434 F7  Previous page of directory servers         
10435 F8  Next page of directory servers
10436 F9  Add new directory server
10437 F10 Delete existing directory server
10438 F11 Shuffle the order of directory servers
10439 F12 Whereis (search directory server titles)   
10440 </PRE>
10441 <!--chtml else-->
10442 <PRE>
10443 Navigation                     General Alpine Commands
10444 -------------------------      -----------------------
10445  P  Prev Directory Server         ?  Display this help text
10446  N  Next Directory Server         E  Back to MAIN Alpine menu
10447  -  Previous page
10448 Spc (space bar) Next page
10449  W  WhereIs (search for word in directory server titles)
10451 Setup LDAP Directory Server Commands
10452 ------------------------------------------------
10453  A  Add new directory server      $  Shuffle the order of directory servers
10454  D  Delete existing dir server    C  Change configuration for highlighted server
10455 </PRE>
10456 <!--chtml endif-->
10458 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10460 This screen lets you add, delete, modify, or change the order of your
10461 directory servers. You may also set some optional behavior for each server.
10462 The &quot;Add Dir&quot; command brings up a blank form to 
10463 fill in. You will have to supply at least the name of the LDAP server.
10464 You will often have to supply a search base to be used with that server,
10465 as well. Once the form has been brought up on your screen, there is help
10466 available for each of the options you may set.
10468 The &quot;Del Dir&quot; command allows you to remove a directory server
10469 from your configuration.
10471 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10472 The difference is that instead of bringing up a form for a new server
10473 configuration, you are changing the configuration of an existing entry.
10474 For example, you might want to correct a typing error, change a
10475 nickname, or change one of the options set for that server.
10477 The &quot;Shuffle&quot; command is used to change the order of directory
10478 servers.
10479 <P><UL>
10480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10481 </UL>
10483 &lt;End of help on this topic&gt;
10484 </BODY>
10485 </HTML>
10486 ============= h_address_display ========================
10487 <HTML>
10488 <HEAD>
10489 <TITLE>SEARCH RESULTS INDEX</TITLE>
10490 </HEAD>
10491 <BODY>
10492 <H1>SEARCH RESULTS INDEX</H1>
10493 This screen shows the results, if any, of your Directory Server search.  
10494 Commands (besides those for screen navigation) are:
10495 <DL>
10496 <DT>View
10497 <!--chtml if pinemode="function_key"-->
10498 (F4)
10499 <!--chtml else-->
10501 <!--chtml endif-->
10502 </DT>
10503 <DD>See the full information for the selected entry.
10505 <DT>Compose
10506 <!--chtml if pinemode="function_key"-->
10507 (F9)
10508 <!--chtml else-->
10510 <!--chtml endif--></DT>
10511 <DD>Compose a message with the selected entry as the recipient.
10513 <DT>Role
10514 <!--chtml if pinemode="function_key"-->
10515 (F2)
10516 <!--chtml else-->
10518 <!--chtml endif--></DT>
10519 <DD>Compose a message with the selected entry as the recipient. This differs
10520 from Compose in that you may select a role before beginning your composition.
10522 <DT>Forward
10523 <!--chtml if pinemode="function_key"-->
10524 (F10)
10525 <!--chtml else-->
10527 <!--chtml endif--></DT>
10528 <DD>Send the full information for the selected entry as an 
10529 email message to someone else.
10531 <DT>Save
10532 <!--chtml if pinemode="function_key"-->
10533 (F11)
10534 <!--chtml else-->
10536 <!--chtml endif-->
10537 </DT>
10538 <DD>Save to your address book:
10539 <UL>
10540 <LI>the result of the search (as just found through your query) for the 
10541 selected entry; or 
10542 <LI>the selected entry for repeated Directory Server searching when used 
10543 in the future.
10544 </UL>
10545 or<BR>
10546 Export to a file (external to Alpine):
10547 <UL>
10548 <LI>the full information for the selected entry; or
10549 <LI>the email address from the selected entry; or
10550 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10551 </UL>
10552 <DT>WhereIs
10553 <!--chtml if pinemode="function_key"-->
10554 (F12)
10555 <!--chtml else-->
10557 <!--chtml endif-->
10558 </DT>
10559 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10560 displayed text, not the full records for each entry.)  
10561 </DL>
10562 &lt;End of help on this topic&gt;
10563 </BODY>
10564 </HTML>
10565 ============= h_address_select ========================
10566 <HTML>
10567 <HEAD>
10568 <TITLE>SEARCH RESULTS INDEX</TITLE>
10569 </HEAD>
10570 <BODY>
10571 <H1>SEARCH RESULTS INDEX</H1>
10572 This screen shows the results, if any, of your Directory Server search.  
10573 Commands (besides those for screen navigation) are:
10574 <DL>
10575 <DT>Select
10576 </DT>
10577 <DD>Select this entry for use.
10579 <DT>ExitSelect
10580 <DD>Exit without selecting any of the entries.
10582 <DT>WhereIs
10583 </DT>
10584 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10585 displayed text, not the full records for each entry.)  
10586 </DL>
10587 &lt;End of help on this topic&gt;
10588 </BODY>
10589 </HTML>
10590 ===== h_folder_maint =====
10591 <HTML>
10592 <HEAD>
10593 <TITLE>Help for Folder List</TITLE>
10594 </HEAD>
10595 <BODY>
10596 <H1>FOLDER LIST COMMANDS</H1>
10597 <!--chtml if pinemode="function_key"-->
10598 <PRE>
10599 Available Commands -- Group 1        Available Commands -- Group 2
10600 -------------------------------      ------------------------------
10601 F1  Show Help Text                    F1  Show Help Text               
10602 F2  See commands in next group        F2  See commands in next group  
10603 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10604 F4  Select folder and view it         F4  MAIN MENU Screen
10605 F5  Move to previous folder
10606 F6  Move to next folder               F6  Specify a folder to go to
10607 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10608 F8  Show next screen of listing       F8  Compose a message
10609 F9  Add a new folder                  F9  Print folder listing
10610 F10 Delete selected folder
10611 F11 Rename selected folder
10612 F12 Whereis (search folder names)
10614 Available Commands -- Group 3
10615 F1  Show Help Text
10616 F2  See commands in next group
10617 F5  Go to next new message
10618     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10619 F8  Compose a message using roles
10620 F9  Export folder to a file
10621 F10 Import the file back to a folder
10622 </PRE>
10623 <!--chtml else-->
10624 <PRE>
10625 Navigating the Folder Screen            Operations on the Selected Folder
10626 ----------------------------            ---------------------------------
10627  P   Move to previous folder              V  View Index of selected folder
10628  N   Move to next folder                  D  Delete
10629  -   Show previous page of listing        R  Rename
10630 Spc  (space bar) Show next page           E  Export to file
10631                                           U  Import from file to folder
10633 FOLDER LIST Screen Commands              General Alpine Command
10634 ---------------------------              -----------------------
10635  A  Add a folder                          O  Show all other available commands
10636  G  Specify a folder to go to             ?  Show Help text
10637  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10638  W  Whereis (search folder names)         Q  Quit Alpine
10639  %  Print folder listing                  C  Compose a message
10640                                           #  Compose a message using roles
10641 </PRE>
10642 <!--chtml endif-->
10644 These commands are only available in the FOLDER LIST screen when the 
10645 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10646 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10647 <DT>Select:</DT>
10648 <DD>Select folders by certain criteria:<UL>
10649 <LI>All: of limited use, since there is no Apply command.
10650 <LI>by Property: <UL>
10651         <LI>folder contains messages not yet seen 
10652         <LI>folder contains new messages
10653         <LI>folder contains exactly as many, more, or fewer messages 
10654 than a given number
10655         </UL>
10656 <LI>by Text: <UL>
10657         <LI>contained in name of folder (Name Select)
10658         <LI>contained in messages in folder (Content Select)
10659         </UL>
10660 </UL></DD>
10662 <DT>Select current:</DT>
10663 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10664 add one or more folders to a set created with the Select command described 
10665 above.)</DD>
10666 <DT>Zoom mode:</DT>
10667 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10668 </DL>
10670 If the feature
10671 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10672 is set then the TAB key will display the number of recent messages and
10673 the total number of messages in the highlighted folder.
10675 The &quot;Export&quot; command causes the lowest common denominator style
10676 mailbox to be written to a file.
10677 If the file already exists, you are asked if you want to delete it.
10678 If you say No, then the operation is aborted.
10679 Export might be a reasonable way to store a backup or an archival copy of
10680 a folder.
10681 The exported-to file is a local file on the system where you are running Alpine.
10682 The &quot;Import&quot; command is the opposite of the Export command.
10683 It reads a file created by Export and asks where it should save it in your
10684 folders.
10685 This could be a new folder or an existing folder.
10686 If the folder already exists, the messages from the exported file will be
10687 appended to the folder.
10689 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10691 The purpose of the FOLDER LIST screen is to help you browse and manage
10692 the folders and directories (also known as &quot;hierarchy&quot;)
10693 contained within a collection.
10696 Folders and directories are arranged alphabetically across lines of
10697 the screen.  Directories, if present, are denoted by a special
10698 character at the end of the name known as the hierarchy delimiter
10699 (typically, &quot;/&quot;).  By default, folders and directories are
10700 mixed together.  The
10701 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10702 configuration option can be used to group directories toward the 
10703 beginning or end of the list.
10706 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10707 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10708 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10709 selected item.  Folder and directory management is provided via the
10710 Rename, Delete and Add commands.
10712 <P><CENTER>About Folders</CENTER>
10713 What are Folders?<P>
10715 Folders are simply files where messages are kept.  Every message has to be
10716 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10717 folder for sent mail and a folder for saved messages.<P>
10719 You may create as many other folders as you wish.  They must be given
10720 names that can be filenames on the filesystem.  
10723 You can move messages from one folder to another by opening the original
10724 folder and saving messages into the other folder just as you can save
10725 message from your INBOX to any other folder.<P>
10727 Folders are typically just files in the filesystem.  However, the files
10728 that are
10729 folders have some special formatting in them (so that Alpine knows where one
10730 message ends and another begins) and should <EM>not</EM> be edited outside of
10731 Alpine.  If you want copies of your messages in text files that you can edit
10732 or otherwise manipulate, use the Export command to copy them from Alpine into
10733 your regular file area.
10736 FOR MORE INFORMATION: See the section on
10737 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10739 <CENTER>About Directories</CENTER>
10741 A directory is simply a container used to group folders within a
10742 folder list.  You can create as many directories as you like.  And 
10743 directories can even contain directories themselves.
10746 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10747 to note that not all IMAP servers support directories.  If you find that
10748 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10749 then it's likely that directories are not supported by the server serving
10750 in that collection.
10753 Similarly, servers that do provide for directories may not do so in
10754 the same way.  On some servers, for example, each folder name you
10755 create is at the same time capable of being a directory.  When this
10756 happens, Alpine will display both the folder name and the name of the
10757 directory (with trailing hierarchy delimiter) in the folder list.
10760 Another issue with IMAP access, though with a much smaller set of servers,
10761 is that not all servers accept the request to list out the available
10762 folders and directories in the same way.  If you find yourself having
10763 trouble viewing folders on your server, you might investigate the
10764 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10765 feature.
10767 <UL>
10768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10769 </UL>
10771 &lt;End of help on this topic&gt;
10772 </BODY>
10773 </HTML>
10774 ========= h_valid_folder_names ========
10775 <HTML>
10776 <HEAD>
10777 <TITLE>Explanation of Valid Folder Names</TITLE>
10778 </HEAD>
10779 <BODY>
10780 <H1>Folder Name Syntax Explained</H1>
10782 Once your folder collections are defined, you can usually refer to
10783 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10784 display.  However, understanding the complete syntax for folder names,
10785 both local and remote, is handy when using the Goto command and when
10786 you are adding new folder collections via the Setups/collectionList screen.
10788 An Alpine folder name looks like
10791 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10794 The square brackets ([]) mean that the part is optional.
10797 If there is no remote-specification, then the folder name is interpreted
10798 locally on the computer running Alpine.
10799 Local folder names depend on the operating system used by the computer 
10800 running Alpine, as well as the configuration of that system.  For example,
10801 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10802 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10803 system running Unix.
10806 Alpine users have the option of using folders that are stored on some other
10807 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10808 Access Protocol), or in the case of news, via NNTP (the Network News
10809 Transport Protocol).  To be able to access remote folders in Alpine, the
10810 remote host must be running the appropriate server software (imapd or
10811 nntpd) and you must correctly specify the name of the folder to Alpine,
10812 including the domain name of the remote machine. For example,
10814 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10816 could be a remote folder specification, and so could
10818 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10821 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10823 Note that in the case of remote folders, the directory/file path in the specification is 
10824 determined by the operating system of the remote computer, <B>not</B> by
10825 the operating system of the computer on which you are running Alpine.
10827 As you can tell, the name of the computer is in &#123;} brackets
10828 followed immediately by the name of the folder.  (In each of these cases the
10829 optional namespace is missing.)  If, as in these
10830 examples, there is no remote access protocol specified, then IMAP is
10831 assumed.  Check
10832 <A HREF="h_folder_server_syntax">here</A>
10833 for a more detailed look at what options can be placed between the brackets.
10834 If there are no brackets at all, then the folder name is interpreted locally
10835 on the computer on which you are running Alpine.
10838 To the right of the brackets when a server name is present, or at the
10839 start of the foldername if no server is present, the sharp sign,
10840 &quot;#&quot;, holds special meaning.  It indicates a folder name
10841 outside the area reserved for your personal folders.  In fact, it's
10842 used to indicate both the name of the folder, and a special phrase
10843 telling Alpine how to interpret the name that follows.
10846 So, for example, Alpine can be used to access a newsgroup that might be 
10847 available on your computer using:
10849 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10851 The sharp sign indicates the folder name is outside your personal
10852 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10853 interpret the remainder of the name as a newsgroup.
10856 Similarly, to access a newsgroup on your IMAP server, you might
10857 use something like:
10859 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10862 There are a number of such special phrases (or &quot;namespaces&quot;)
10863 available.  For a more detailed explanation read about
10864 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10867 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10868 names.  The name INBOX refers to your &quot;principal incoming
10869 message folder&quot; and will be mapped to the actual file name used for your
10870 INBOX on any given host.  Therefore, a name like
10871 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10872 store incoming mail for you on that particular host.
10875 &lt;End of help on this topic&gt;
10876 </BODY>
10877 </HTML>
10878 ======= h_folder_name_namespaces =======
10879 <HTML>
10880 <HEAD>
10881 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10882 </HEAD>
10883 <BODY>
10884 <H1>Folder Name Namespaces Explained</H1>
10886 An Alpine folder name looks like
10889 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10892 The local part of a folder name has an optional &quot;Namespace&quot; which
10893 tells Alpine how to interpret the rest of the name.
10895 <P> 
10896 By default the folder name is interpreted as defining a section of your personal
10897 folder area.  This area and how you specify it are defined by the
10898 server, if one is specified, or, typically, the home
10899 directory, if no server is defined.
10902 If a namespace is specified, it begins with the
10903 sharp, &quot;#&quot;, character followed by the name of the namespace
10904 and then the namespace's path-element-delimiter.  Aside from the
10905 path's format, namespaces can also imply access rights, content
10906 policy, audience, location, and, occasionally, access methods.
10909 Each server exports its own set (possibly of size one) of 
10910 namespaces.  Hence, it's likely communication with your server's
10911 administrator will be required for specific configurations.  Some of
10912 the more common namespaces, however, include:
10914 <DL>
10915 <DT>#news.</DT>
10916 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10917 names are hierarchically defined with each level delimited by a period.
10919 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10921 </DD>
10922 <DT>#public/</DT>
10923 <DD>This specifies a folder area that the server may export to the general
10924 public.
10925 </DD>
10926 <DT>#shared/</DT>
10927 <DD>This specifies a folder area that the server may export to groups
10928 of users.
10929 </DD>
10930 <DT>#ftp/</DT>
10931 <DD>This specifies a folder area that is the same as that it may have 
10932 exported via the &quot;File Transfer Protocol&quot;.
10933 </DD>
10934 <DT>#mh/</DT>
10935 <DD>This specifies the personal folder area associated with folders
10936 and directories that were created using the MH message handling system.
10937 </DD>
10938 <DT>#move/</DT>
10939 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10941 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10943 The #move namespace is followed by two folder names separated by a delimiter
10944 character.
10945 The delimiter character may be any character that does not appear in
10946 the MailDropFolder name.
10947 The meaning of #move is that mail will be copied from the MailDropFolder to
10948 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10949 Periodic checks at frequency
10950 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10951 time between checks set by
10952 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10953 are made for new mail arriving in the MailDropFolder.
10954 An example that copies mail from a POP inbox to a local folder follows
10956 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10958 To you it appears that mail is being delivered to the local folder when it
10959 is copied from the MailDropFolder, and you read mail from the local folder.
10961 Note that if the DestinationFolder does not exist then the messages are not
10962 copied from the MailDropFolder.
10963 A #move folder may only be used as an
10964 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10965 an Inbox.
10966 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10967 on the
10968 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10969 option)
10970 the Add command has a subcommand &quot;Use Mail Drop&quot;
10971 which may be helpful for defining the folder in your Alpine configuration.
10972 The same is true when you edit the
10973 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10974 option in Setup/Config.
10975 Each of these configuration methods will also create the DestinationFolder
10976 if it doesn't already exist.
10977 If you are having problems, make sure the DestinationFolder exists.
10978 You may find some more useful information about Mail Drops at
10979 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10980 </DD>
10981 </DL>
10984 In addition, the server may support access to other user's folders,
10985 provided you have suitable permissions.  Common methods use a prefix
10986 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10987 indicate the root of the other user's folder area.
10990 No, nothing's simple.
10993 &lt;End of help on this topic&gt;
10994 </BODY>
10995 </HTML>
10996 ============= h_whatis_vcard ========================
10997 <HTML>
10998 <HEAD>
10999 <TITLE>VCARD EXPLAINED</TITLE>
11000 </HEAD>
11001 <BODY>
11002 <H1>What is the vCard format?</H1>
11003 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11004 information about and among people and organizations electronically.  
11005 More information about vCard can be found (as of May 1998) on the WWW site 
11006 of the Internet Mail Consortium at the URL:
11008 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11010 &lt;End of help on this topic&gt;
11011 </BODY>
11012 </HTML>
11013 ===== h_folder_open =====
11014 <HTML>
11015 <HEAD>
11016 <TITLE>Explanation of Folder Selection</TITLE>
11017 </HEAD>
11018 <BODY>
11019 <BR>
11020 <BR>
11021 This screen is designed to allow you to quickly and easily survey your
11022 folders and select one to open.
11023 <!--chtml if pinemode="function_key"-->
11024 <PRE>
11025 Navigating the List of Folders             General Alpine Commands
11026 ------------------------------             -----------------------
11027  P   Move to previous folder               ?   Show this help text
11028  N   Move to next folder
11029  -   Show previous screen of folders
11030 Spc  (space bar) Show next screen
11031  W   WhereIs (search folder names)
11033 Folder Selection Commands
11034 -------------------------
11035  E   Exit the Folder Select menu (without selecting a folder)
11036  S   Select the currently highlighted folder
11037 </PRE>
11038 <!--chtml else-->
11039 <PRE>
11040 Navigating the List of Folders             General Alpine Commands
11041 ------------------------------             -----------------------
11042 F5   Move to previous folder               F1  Show this help text
11043 F6   Move to next folder
11044 F7   Show previous screen of folders
11045 F8   Show next screen of folders
11046 F12  WhereIs (search folder names)
11048 Folder Selection Commands
11049 -------------------------
11050 F3   Exit the Folder Select menu (without selecting a folder)
11051 F4   Select the currently highlighted folder
11052 </PRE>
11053 <!--chtml endif-->
11055 FOR MORE INFORMATION: See the section on
11056 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11058 &lt;End of help on this topic&gt;
11059 </BODY>
11060 </HTML>
11061 ===== h_folder_subscribe =====
11062 <HTML>
11063 <HEAD>
11064 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11065 </HEAD>
11066 <BODY>
11067 <H1>FOLDER SUBSCRIBE HELP</H1>
11069 This screen is designed to help you subscribe to newsgroups you are
11070 not currently subscribed to.  The screen display is a list of all
11071 available newsgroups (or possibly a partial list if you specified a
11072 partial name when entering the screen).  Groups you have already
11073 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11074 select a single new group to subscribe to by moving the cursor to that
11075 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11076 you may change into ListMode with the &quot;ListMode&quot; command.
11077 The display will change slightly so that each group has a checkbox in
11078 front of it.  Use the cursor and the Set/Unset command to place an
11079 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11082 When you are finished marking groups, the &quot;Subscribe&quot;
11083 command will subscribe you to those groups you have marked.  Note, you
11084 may not unsubscribe to groups with this command.  Instead of the
11085 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11086 UnSbscrbe command.
11089 <!--chtml if pinemode="function_key"-->
11090 <PRE>
11091 Navigating the List of Newsgroups          General Alpine Commands
11092 ---------------------------------          -----------------------
11093 F5   Move to previous group                F1   Show this help text
11094 F6   Move to next group
11095 F7   Show previous screen of groups
11096 F8   Show next screen of groups
11097 F12  WhereIs (search group names)
11098 F9   Use ListMode
11100 Group Selection Commands
11101 -------------------------
11102 F3  Exit the News Subscribe menu (without selecting any groups)
11103 F4  Subscribe to the currently highlighted newsgroup
11104 </PRE>
11105 <!--chtml else-->
11106 <PRE>
11107 Navigating the List of Newsgroups          General Alpine Commands
11108 ---------------------------------          -----------------------
11109  P   Move to previous group                ?   Show this help text
11110  N   Move to next group
11111  -   Show previous screen of groups
11112 Spc  (space bar) Show next screen
11113  W   WhereIs (search group names)
11114  L   Use ListMode
11116 Group Selection Commands
11117 -------------------------
11118  E   Exit the News Subscribe menu (without selecting any groups)
11119  S   Subscribe to the currently highlighted newsgroup
11120 </PRE>
11121 <!--chtml endif-->
11123 When in ListMode, there is an additional command for marking groups to
11124 subscribe to:
11126 <!--chtml if pinemode="function_key"-->
11127 <PRE>
11128 ListMode Commands
11129 -------------------------
11130 F9  Set or unset the highlighted group
11131 </PRE>
11132 <!--chtml else-->
11133 <PRE>
11134 ListMode Commands
11135 -------------------------
11136 X   Set or unset the highlighted group
11137 </PRE>
11138 <!--chtml endif-->
11140 &lt;End of help on this topic&gt;
11141 </BODY>
11142 </HTML>
11143 ===== h_folder_postnews =====
11144 <HTML>
11145 <HEAD>
11146 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11147 </HEAD>
11148 <BODY>
11149 This screen is designed to allow you to quickly and easily survey
11150 the available newsgroups and select one to post news to.
11152 <!--chtml if pinemode="function_key"-->
11153 <PRE>
11154 Navigating the List of Newsgroups          General Alpine Commands
11155 ---------------------------------          -----------------------
11156 F5   Move to previous group                F1  Show this help text
11157 F6   Move to next group
11158 F7   Show previous screen of groups
11159 F8   Show next screen of groups
11160 F12  WhereIs (search group names)
11162 Group Selection Commands
11163 -------------------------
11164 F3   Exit the Selection menu (without selecting a group)
11165 F4   Select the currently highlighted newsgroup
11166 </PRE>
11167 <!--chtml else-->
11168 <PRE>
11169 Navigating the List of Newsgroups          General Alpine Commands
11170 ---------------------------------          -----------------------
11171  P   Move to previous group                ?  Show this help text
11172  N   Move to next group
11173  -   Show previous screen of groups
11174 Spc  (space bar) Show next screen of groups
11175  W   WhereIs (search group names)
11177 Group Selection Commands
11178 -------------------------
11179  E   Exit the Selection menu (without selecting a group)
11180  S   Select the currently highlighted newsgroup
11181 </PRE>
11182 <!--chtml endif-->
11184 &lt;End of help on this topic&gt;
11185 </BODY>
11186 </HTML>
11187 ===== h_folder_save =====
11188 <HTML>
11189 <HEAD>
11190 <TITLE>Folder Select for Save Explained</TITLE>
11191 </HEAD>
11192 <BODY>
11193 This screen is designed to allow you to quickly and easily survey your
11194 folders and select one to use for saving the current message.
11197 <!--chtml if pinemode="function_key"-->
11198 <PRE>
11199 Navigating the List of Folders             General Alpine Commands
11200 ------------------------------             -----------------------
11201 F5   Move to previous folder               F1  Show this help text
11202 F6   Move to next folder
11203 F7   Show previous screen of folders
11204 F8   Show next screen of folders
11205 F12  WhereIs (search folder names)
11207 Folder Selection Commands
11208 -------------------------
11209 F3   Exit the Folder Select menu (without selecting a folder)
11210 F4   Select the currently highlighted folder
11211 F11  AddNew folder (just like Select, but you type in a new folder name)
11212 </PRE>
11213 <!--chtml else-->
11214 <PRE>
11215 Navigating the List of Folders             General Alpine Commands
11216 ------------------------------             -----------------------
11217  P   Move to previous folder               ?  Show this help text
11218  N   Move to next folder
11219  -   Show previous screen of folders
11220 Spc  (space bar) Show next screen of folders
11221  W   WhereIs (search folder names)
11223 Folder Selection Commands
11224 -------------------------
11225  E   Exit the Folder Select menu (without selecting a folder)
11226  S   Select the currently highlighted folder
11227  A   AddNew folder (just like Select, but you type in a new folder name)
11228 </PRE>
11229 <!--chtml endif-->
11231 FOR MORE INFORMATION: See the section on
11232 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11234 &lt;End of help on this topic&gt;
11235 </BODY>
11236 </HTML>
11237 ===== h_folder_fcc =====
11238 <HTML>
11239 <HEAD>
11240 <TITLE>Folder Select for Fcc Explained</TITLE>
11241 </HEAD>
11242 <BODY>
11243 This screen is designed to allow you to quickly and easily survey your
11244 folders and select one to use as the file carbon copy (fcc) for the
11245 current message.
11248 <!--chtml if pinemode="function_key"-->
11249 <PRE>
11250 Navigating the List of Folders             General Alpine Commands
11251 ------------------------------             -----------------------
11252 F5   Move to previous folder               F1  Show this help text
11253 F6   Move to next folder
11254 F7   Show previous screen of folders
11255 F8   Show next screen of folders
11256 F12  WhereIs (search folder names)
11258 Folder Selection Commands
11259 -------------------------
11260 F3   Exit the Folder Select menu (without selecting a folder)
11261 F4   Select the currently highlighted folder
11262 F11  AddNew folder (just like Select, but you type in a new folder name)
11263 </PRE>
11264 <!--chtml else-->
11265 <PRE>
11266 Navigating the List of Folders             General Alpine Commands
11267 ------------------------------             -----------------------
11268  P   Move to previous folder               ?  Show this help text
11269  N   Move to next folder
11270  -   Show previous screen of folders
11271 Spc  (space bar) Show next screen of folders
11272  W   WhereIs (search folder names)
11274 Folder Selection Commands
11275 -------------------------
11276  E   Exit the Folder Select menu (without selecting a folder)
11277  S   Select the currently highlighted folder
11278  A   AddNew folder (just like Select, but you type in a new folder name)
11279 </PRE>
11280 <!--chtml endif-->
11282 FOR MORE INFORMATION: See the section on
11283 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11285 &lt;End of help on this topic&gt;
11286 </BODY>
11287 </HTML>
11288 ===== h_folder_pattern_roles =====
11289 <HTML>
11290 <HEAD>
11291 <TITLE>Folder Select for Current Folder Explained</TITLE>
11292 </HEAD>
11293 <BODY>
11294 This screen is designed to allow you to quickly and easily survey your
11295 folders and select one to use as the specific Current Folder
11296 in a Pattern.
11299 <!--chtml if pinemode="function_key"-->
11300 <PRE>
11301 Navigating the List of Folders             General Alpine Commands
11302 ------------------------------             -----------------------
11303 F5   Move to previous folder               F1  Show this help text
11304 F6   Move to next folder
11305 F7   Show previous screen of folders
11306 F8   Show next screen of folders
11307 F12  WhereIs (search folder names)
11309 Folder Selection Commands
11310 -------------------------
11311 F3   Exit the Folder Select menu (without selecting a folder)
11312 F4   Select the currently highlighted folder
11313 F11  AddNew folder (just like Select, but you type in a new folder name)
11314 </PRE>
11315 <!--chtml else-->
11316 <PRE>
11317 Navigating the List of Folders             General Alpine Commands
11318 ------------------------------             -----------------------
11319  P   Move to previous folder               ?  Show this help text
11320  N   Move to next folder
11321  -   Show previous screen of folders
11322 Spc  (space bar) Show next screen of folders
11323  W   WhereIs (search folder names)
11325 Folder Selection Commands
11326 -------------------------
11327  E   Exit the Folder Select menu (without selecting a folder)
11328  S   Select the currently highlighted folder
11329  A   AddNew folder (just like Select, but you type in a new folder name)
11330 </PRE>
11331 <!--chtml endif-->
11333 FOR MORE INFORMATION: See the section on
11334 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11336 &lt;End of help on this topic&gt;
11337 </BODY>
11338 </HTML>
11339 ===== h_folder_stayopen_folders =====
11340 <HTML>
11341 <HEAD>
11342 <TITLE>Folder Select Explained</TITLE>
11343 </HEAD>
11344 <BODY>
11345 This screen is designed to allow you to quickly and easily survey your
11346 folders and select one to use as a Stay-Open folder.
11349 <!--chtml if pinemode="function_key"-->
11350 <PRE>
11351 Navigating the List of Folders             General Alpine Commands
11352 ------------------------------             -----------------------
11353 F5   Move to previous folder               F1  Show this help text
11354 F6   Move to next folder
11355 F7   Show previous screen of folders
11356 F8   Show next screen of folders
11357 F12  WhereIs (search folder names)
11359 Folder Selection Commands
11360 -------------------------
11361 F3   Exit the Folder Select menu (without selecting a folder)
11362 F4   Select the currently highlighted folder
11363 F11  AddNew folder (just like Select, but you type in a new folder name)
11364 </PRE>
11365 <!--chtml else-->
11366 <PRE>
11367 Navigating the List of Folders             General Alpine Commands
11368 ------------------------------             -----------------------
11369  P   Move to previous folder               ?  Show this help text
11370  N   Move to next folder
11371  -   Show previous screen of folders
11372 Spc  (space bar) Show next screen of folders
11373  W   WhereIs (search folder names)
11375 Folder Selection Commands
11376 -------------------------
11377  E   Exit the Folder Select menu (without selecting a folder)
11378  S   Select the currently highlighted folder
11379  A   AddNew folder (just like Select, but you type in a new folder name)
11380 </PRE>
11381 <!--chtml endif-->
11383 FOR MORE INFORMATION: See the section on
11384 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11386 &lt;End of help on this topic&gt;
11387 </BODY>
11388 </HTML>
11389 ===== h_folder_action_roles =====
11390 <HTML>
11391 <HEAD>
11392 <TITLE>Folder Select Explained</TITLE>
11393 </HEAD>
11394 <BODY>
11395 This screen is designed to allow you to quickly and easily survey your
11396 folders and select one to use as the folder into which messages
11397 matching this filter will be moved.
11400 <!--chtml if pinemode="function_key"-->
11401 <PRE>
11402 Navigating the List of Folders             General Alpine Commands
11403 ------------------------------             -----------------------
11404 F5   Move to previous folder               F1  Show this help text
11405 F6   Move to next folder
11406 F7   Show previous screen of folders
11407 F8   Show next screen of folders
11408 F12  WhereIs (search folder names)
11410 Folder Selection Commands
11411 -------------------------
11412 F3   Exit the Folder Select menu (without selecting a folder)
11413 F4   Select the currently highlighted folder
11414 F11  AddNew folder (just like Select, but you type in a new folder name)
11415 </PRE>
11416 <!--chtml else-->
11417 <PRE>
11418 Navigating the List of Folders             General Alpine Commands
11419 ------------------------------             -----------------------
11420  P   Move to previous folder               ?  Show this help text
11421  N   Move to next folder
11422  -   Show previous screen of folders
11423 Spc  (space bar) Show next screen of folders
11424  W   WhereIs (search folder names)
11426 Folder Selection Commands
11427 -------------------------
11428  E   Exit the Folder Select menu (without selecting a folder)
11429  S   Select the currently highlighted folder
11430  A   AddNew folder (just like Select, but you type in a new folder name)
11431 </PRE>
11432 <!--chtml endif-->
11434 FOR MORE INFORMATION: See the section on
11435 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11437 &lt;End of help on this topic&gt;
11438 </BODY>
11439 </HTML>
11440 ===== h_abook_config =====
11441 <HTML>
11442 <HEAD>
11443 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11444 </HEAD>
11445 <BODY>
11446 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11447 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11448 <!--chtml if pinemode="function_key"-->
11449 <PRE>
11450 Available  Commands                        
11451 -------------------------------            
11452 F1  Show Help Text                         
11453 F3  Back to MAIN Alpine menu                 
11454 F4  Change configuration for address book  
11455 F5  Move to previous address book          
11456 F6  Move to next address book              
11457 F7  Previous page of address books         
11458 F8  Next page of address books             
11459 F9  Add new address book                   
11460 F10 Delete existing address book           
11461 F11 Shuffle the order of address books     
11462 F12 Whereis (search address book titles)   
11463 </PRE>
11464 <!--chtml else-->
11465 <PRE>
11466 Navigation                     General Alpine Commands
11467 -----------------------        -----------------------
11468  P  Prev Address Book           ?  Display this help text
11469  N  Next Address Book           E  Back to MAIN Alpine menu
11470  -  Previous page
11471 Spc (space bar) Next page
11472  W  WhereIs (search for word in address book titles)
11474 Setup Address Books Commands
11475 ------------------------------------------------
11476  A  Add new address book          $  Shuffle the order of address books
11477  D  Delete existing address book  C  Change configuration for address book
11478 </PRE>
11479 <!--chtml endif-->
11481 <H2>Description of the Setup Address Books Screen</H2>
11483 This screen lets you add, delete, modify, or change the order of your
11484 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11485 fill in.  If you are adding a remote address book on an IMAP server
11486 you should fill in the name of the IMAP server.  Otherwise, leave
11487 that field blank.  (Note that remote IMAP address books are an Alpine
11488 concept and are unlikely to interoperate with other mail clients.)
11489 For a remote address book, fill in the name of the remote folder
11490 in the Folder field.  This should be a folder that is used only for
11491 this one purpose, not a general purpose folder you expect to store
11492 messages in.
11493 <P>If you are adding a local address book, fill in the
11494 Folder Name field with a local file name (e.g., .addressbook).
11496 <B>Please note:</B> Remote address books stored on an IMAP server are 
11497 of an entirely different format (namely, a special-purpose 
11498 &quot;mail folder&quot;) than that of the local addressbook familiar 
11499 to Alpine users.  Therefore, 
11500 you cannot use &quot;add a remote address book&quot; to make an existing 
11501 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11502 Alpine running on a different host.  
11505 The &quot;Del Abook&quot; command allows you to remove an address book
11506 from your configuration.  It will also ask you if you wish to remove
11507 the data for that address book, which would erase all traces of the
11508 address book if you answer Yes.
11511 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11512 The difference is that instead of adding a new address book to your
11513 configuration, you are changing the configuration of an existing entry.
11514 For example, you might want to correct a typing error or change a
11515 nickname.  The &quot;Change&quot; command is not a move command.  If you
11516 change the folder name or server name the data will not be moved for you.
11519 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11520 an address book toward another address book in the same group then
11521 the order of those two address books will be swapped.  If you shuffle
11522 the last Personal address book down towards the Global address book
11523 section, it will become a Global address book.  If you shuffle
11524 the first Global address book up it will become a Personal address
11525 book.  The main difference between Personal and Global address
11526 books is that Global address books are forced read-only.
11527 <P><UL>
11528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11529 </UL>
11531 &lt;End of help on this topic&gt;
11532 </BODY>
11533 </HTML>
11534 ===== h_abook_top =====
11535 <HTML>
11536 <HEAD>
11537 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11538 </HEAD>
11539 <BODY>
11540 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11541 <!--chtml if pinemode="function_key"-->
11542 <PRE>
11543 Available  Commands -- Group 1         Available Commands -- Group 2
11544 -------------------------------        ------------------------------
11545 F1  Show Help Text                      F1  Show Help Text
11546 F2  See commands in next group          F2  See commands in next group
11547 F3  Exit to MAIN MENU                   F3  Quit Alpine
11548 F4  View/Edit selected address book
11549 F5  Move to previous address book       F5  FOLDER LIST screen
11550 F6  Move to next address book           F6  Specify a folder to go to
11551 F7  Previous page                       F7  MESSAGE INDEX screen
11552 F8  Next page                           F9  Print list of address books
11553 F12 Whereis (search for word)
11554 </PRE>
11555 <!--chtml else-->
11556 <PRE>
11557 Navigation                       General Alpine Commands
11558 -----------------------          -----------------------
11559  P  Previous Entry                ?  Display this help text
11560  N  Next Entry                    O  Show all other available commands
11561  -  Previous page                 &lt;  Back to MAIN Alpine menu
11562 Spc (space bar) Next page         Q  Quit Alpine
11563  W  WhereIs (search for word)     L  FOLDER LIST screen
11564                                   G  Specify a folder to go to
11565 Address Book Commands             I  MESSAGE INDEX screen
11566 ------------------------------------------------
11567  &gt;  View/Edit selected address book
11568               or
11569  &gt;  Search on selected directory server
11571  %  Print list of address books and directory servers
11572 </PRE>
11573 <!--chtml endif-->
11575 <H2>Description of the Address Book List Screen</H2>
11577 From this screen you may choose which address book you wish to view
11578 or edit. For more information on address books, view one of your
11579 address books (with
11580 <!--chtml if pinemode="function_key"-->
11582 <!--chtml else-->
11583 &quot;&gt;&quot;
11584 <!--chtml endif-->)
11585 and see the Help Text there.<P>
11587 You may also choose a directory server on which to search for entries.
11588 You do that by highlighting the directory server line and using
11589 <!--chtml if pinemode="function_key"-->
11591 <!--chtml else-->
11592 &quot;&gt;&quot;
11593 <!--chtml endif-->.<P>
11595 If you wish to define new address books or directory servers go to the Main
11596 menu and choose Setup. You may then either choose to setup AddressBooks or
11597 Directory (among other things). It's possible that the Directory option
11598 will not be there if the Alpine you are using does not contain LDAP directory
11599 lookup functionality.
11601 <P><UL>
11602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11603 </UL><P>
11604 &lt;End of help on this topic&gt;
11605 </BODY>
11606 </HTML>
11607 ===== h_abook_opened =====
11608 <HTML>
11609 <HEAD>
11610 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11611 </HEAD>
11612 <BODY>
11613 <H1>THE ALPINE ADDRESS BOOK</H1>
11614 <H2>ADDRESS BOOK COMMANDS</H2>
11615 <PRE>
11616 <!--chtml if pinemode="function_key"-->
11617 Available  Commands -- Group 1         Available Commands -- Group 2   
11618 -------------------------------        ------------------------------  
11619 F1  Show Help Text                      F1  Show Help Text             
11620 F2  See commands in next group          F2  See commands in next group
11621 F3  Exit this screen                    F3  Quit Alpine                  
11622 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11623 F5  Move to previous entry              F5  FOLDER LIST screen         
11624 F6  Move to next entry                  F6  Specify a folder to go to  
11625 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11626 F8  Next page of address book           F8  Compose to entry using roles
11627 F9  Add new entry to address book       F9  Print address book         
11628 F10 Delete selected entry               F10 TakeAddr to another addrbook
11629 F11 Compose to selected entry           F11 Save or Export addrbook selections
11630 F12 Whereis (search address book)       F12 Forward entry by mail       
11632 Available Commands -- Group 3                                           
11633 ------------------------------                                          
11634 F3  Select                              F6  Zoom (or unZoom)            
11635 F5  Select Current                      F7  Apply Command to Selection  
11636 <!--chtml else-->
11637 Address Book Navigation        General Alpine Commands
11638 -----------------------        -----------------------
11639  P  Prev Address                  ?  Display this help text
11640  N  Next Address                  O  Show all other available commands
11641  -  Previous page of address book M  Back to MAIN MENU
11642 Spc (space bar) Next page         Q  Quit Alpine
11643  W  WhereIs (search for word      C  Compose message to selected addr
11644      or name in address book)     #  Compose to addr using roles
11645  &lt;  To List of Address Books if   L  FOLDER LIST screen
11646      more than one, else to MAIN  G  Specify a folder to go to
11647                                   I  MESSAGE INDEX screen
11649 Address Book Commands
11650 ----------------------------------------------------
11651  &gt;  View/Update selected entry    D  Delete selected entries
11652  %  Print address book            S  Save or Export address book selections
11653  F  Forward entries by mail       @  Add new entry to address book
11655  ;  Select command                Z  Toggle Zoom Mode
11656  :  Select highlighted entry      A  Apply command to selected entries
11658 <!--chtml endif-->
11659 </PRE>
11660 Note:  The presence or absence of the final four commands above is
11661 controlled by the option 
11662 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11665 <H2>Description of the Address Book Screen</H2>
11667 This screen lets you edit and manage entries in your address book.  It
11668 also acts as a short-cut for composing messages to people in the address
11669 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11670 message starts &quot;pre-addressed&quot; to whatever address book entry is
11671 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
11672 role to use in your composition.
11674 Alpine's address book helps you keep a list of addresses you send email to so
11675 you do not have to remember addresses that are often complex.  Each entry
11676 in the address book has five fields, all of them optional.  The three
11677 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11679         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11680         This is what you type in as you are addressing the message in the
11681         composer.  If there is a matching entry in your address book(s),
11682         Alpine will extract the corresponding FullName and Address fields to
11683         generate the actual address for your message.
11685         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11686 of the
11687         person or organization.  Usually the full names are put in last
11688         name first so they sort nicely in alphabetical order.  Whatever
11689         you put as the name here will appear on the message when it is
11690         finally delivered.  Examples:<PRE>
11691            Garcia Marquez, Gabriel
11692            Henscheid, Eckhard
11693            Alpine-Info mailing list
11694            Library materials renewal requests
11695            Kim An-guk
11696            &quot;George III, King of Great Britain, 1738-1820&quot;
11697 </PRE>
11698 (In the second-to-last example, no comma is used in the name so that 
11699 the family name appears first in the address book and when the entry is 
11700 used in the composer.
11701 In the last example, retaining the commas is intended; 
11702 double-quotation marks surround the name to 
11703 prevent the transposition of its parts when the entry is used in 
11704 the composer.)
11706         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11707         a valid Internet address that conforms to the Internet message
11708         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11710 The two fields that aren't usually visible are:<DL>
11712   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11713         message to this address to be saved in.  If this field is set, and
11714         this address is the first one in the message's To: header, then
11715         Alpine will use this folder name for the FCC in lieu of the normal
11716         FCC folder name.
11718   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11719         </DL>
11721 Due to screen width limitations, these last two fields do not show up in
11722 the normal ADDRESS BOOK display.  You may select the 
11723 &quot;View/Update&quot; command to
11724 view or modify them.  You may use the configuration variable
11725 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11726 to add these fields to your ADDRESS BOOK 
11727 display, or to modify the format of the display.
11729 <H2>Sorting the Address book</H2>
11731 By default, address book entries are sorted alphabetically on the full
11732 name with distribution lists sorted to the end.  Sorting can be changed by
11733 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11734 --assuming you have &quot;write&quot; permission for the address book file.
11736 Unlike the sorting of folders (which only changes presentation), sorting an
11737 address book actually changes the file as it is kept on the computer.  For
11738 this reason you won't be able to sort a shared or system-wide address
11739 book.
11741 <H2>Adding New Entries</H2>
11743 The easiest way to add new entries to your address book is to use the
11744 &quot;TakeAddr&quot; command when viewing a message.
11745 This command allows you to take addresses from the header and body of the
11746 message and put them into your address book, without having to type
11747 them in.
11750 To manually add a new entry from within the address book screen, use the AddNew
11751 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11752 Use this command both for adding a simple alias and for adding a
11753 distribution list.
11755 <H2>Distribution Lists</H2>
11757 Address book entries can be simple cases of aliases (a single nickname is linked
11758 to a single email address) or distribution lists (a single nickname
11759 pointing at more than one email address).  Each distribution list has a
11760 nickname, a full name and a list of addresses.  The addresses may be
11761 actual addresses or they may be other nicknames in your address book.
11762 They may even refer to other distribution lists.
11763 There's really no difference between a simple alias and a distribution list,
11764 other than the number of addresses.
11765 Therefore, you can turn a simple alias with one address into a distribution
11766 list simply by adding more addresses.
11767 To add entries to an existing list or alias
11768 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
11769 a single address from the list if the cursor is placed on the address;
11770 it will delete the entire distribution list if the cursor is on the
11771 nickname/fullname line.  View/Update may also be used to delete addresses
11772 from a list.
11774 Address field entries in distribution lists may take any one of three
11775 forms: a nickname existing in any of the defined address books, a normal
11776 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11777 fullname/address combination, e.g. &quot;John Smith
11778 &lt;jsmith@art.example.com&gt;&quot;.
11780 Distribution lists in Alpine address books can only be used by the person or
11781 people who have access to that address book.  They are not usually used to
11782 implement discussion groups, but can be used to facilitate small
11783 discussion groups if all the participants have access to the same shared
11784 address book.
11786 <H2>FCC and Comments</H2>
11788 As mentioned above, each entry in the address book also has two other optional
11789 fields, Fcc and Comments.  The command to look at or change either of these
11790 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
11791 Comments field is just for your own use.  The Fcc field overrides the
11792 default Fcc if this address is the first one on the To line.  The WhereIs
11793 command may be used to search for particular strings in the address book,
11794 including fields that are not visible (like Comment and Fcc by default).
11796 <H2>Aggregate Operations</H2>
11798 If the feature
11799 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11800 is turned on (the default), then the four commands &quot;Select&quot;,
11801 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11802 are available.  The two selection commands allow you to mark a set of
11803 address book entries as being selected.  If you have more than one address
11804 book, the selections may be in more than one of those address books.
11805 The &quot;Zoom&quot; command will toggle between displaying only the selected
11806 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11807 apply one of the regular address book commands to all of the selected
11808 entries.  Usually the address book commands apply to only the entry
11809 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11810 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11811 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11813 <H2>Exporting and Forwarding Address book entries</H2>
11815 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
11816 address book entry is placed in a plain text file in your home directory
11817 <!--chtml if pinemode="running"-->
11818 (which, in the present configuration of your system, is
11819  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11820 <!--chtml endif-->
11821 or current working directory
11822 <!--chtml if pinemode="running"-->
11823 (which, at least for your current Alpine &quot;session,&quot; 
11824 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11825 <!--chtml endif-->, depending on the 
11826 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11827 configuration setting.  If you have some entries selected and use the
11828 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11829 placed in the text file.
11831 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11832 address book entry is placed in a special attachment and you are put into
11833 the composer.  You can fill in some comments in the body of the message,
11834 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11835 may use the TakeAddr command on that message to insert the address book
11836 entry you sent in their own address book.  If you have some entries
11837 selected and use the Apply Forward command all of the selected entries
11838 will be forwarded in a single message.  You may
11839 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.
11840 The recipient must be using Alpine in order to receive this correctly.
11841 One way for the recipient to handle this might be to create an empty
11842 address book and then &quot;Take&quot; your forwarded address book entries into
11843 that empty address book.
11845 <H2>Multiple and/or Site-Wide Address books</H2>
11847 You may have more than one personal address book.  In addition, there may
11848 be one or more global address books.  This capability allows you to have
11849 multiple personal address books (some of which may be shared) and it also
11850 allows system administrators to implement site-wide address books that
11851 contain entries for users on multiple machines within the organization.
11852 <P><DL>
11853 <DT>Searching
11854   <DD> If you enter a nickname when composing a message, your
11855   personal address books will be searched through in order, and then the
11856   global address book(s) searched. If more than one address book has an entry
11857   for the nickname, Alpine uses the first one that it finds, so an entry in
11858   your personal address book would override a global address book entry. If
11859   after searching all the address books there is still no match, (Unix) Alpine
11860   then searches the local host password file on the assumption that you have
11861   entered a local user name rather than an address book nickname.
11862   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11863   command, but global address books are always searched after personal
11864   address books.
11866   <P><DT>Tab completion
11867   <DD> If the
11868   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11869   feature is turned on (the default) then the Tab key may be used
11870   in the composer to complete partially typed nicknames in the To
11871   or Cc lines. You type the first few letters of a nickname and then
11872   press the Tab key. It there is only one nickname that matches it will
11873   be filled in by Alpine. If there is more than one the unambiguous part
11874   of the nicknames will be filled in. For example, if your address book or
11875   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11876   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11877   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11878   If you then type a second Tab character you will be presented with a list
11879   of matching nicknames to select from. Alternatively, you could type another
11880   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11881   in the entire &quot;barbecue&quot; entry.
11883   <P><DT>Defining
11884   <DD> You define multiple personal address books in the 
11885   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11886   from the MAIN MENU.  
11887   You may add as many as you like.  Global address books are usually
11888   site-wide address books defined by the System administrator, but
11889   you may define global address books of your own just like you define
11890   personal address books.
11892   <P><DT>Creating and updating
11893   <DD> Personal address books are normally created empty
11894   and populated by explicit additions from within Alpine, e.g. via the
11895   TakeAddr command.  Unlike personal address books, global address books may
11896   not be modified/updated from within Alpine; that is, they are Read-Only.
11897   Thus, global address books are created, populated and updated outside of
11898   Alpine. They might be hand-edited, generated by a program from another
11899   database, or by copying an existing address book.  They might also be
11900   some other user's personal address book, and so be modified normally by
11901   that user but accessed Read-Only by you.  See the Alpine Technical
11902   Notes document (included in the Alpine distribution) for more information on
11903   this.
11905   <P><DT>Accessing
11906   <DD>There are two different types of address books in Alpine.
11907   A local address book is stored in a regular file and the normal file
11908   access permissions apply.  A remote address book is stored on an IMAP
11909   server in a special folder that contains only messages pertaining to
11910   that address book.  The last message in the remote folder contains a
11911   copy of the address book data, and that data is copied to a local cache
11912   file in your home directory.  From there it is accessed just like a local
11913   address book.  The name of the cache file is kept track of in a special
11914   file called the
11915   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11916   the name of which is stored in
11917   your Alpine configuration file the first time you use a remote address book.
11918   Just as local Alpine address books use a format that only Alpine understands,
11919   remote Alpine address books do the same and other mail reading programs
11920   are unlikely to be able to understand them.<P>
11921   While global address books are explicitly intended to be shared, there is
11922   nothing to prevent you from sharing a personal address book with other
11923   Alpine users. This might be useful in the case of a small workgroup.
11924   However, it is recommended that updates to shared personal address books
11925   be done when other Alpine users are not accessing the address book. Alpine
11926   does not do any file-locking to manage concurrent updates to the
11927   addressbook, but it does check to see if the file has been modified before
11928   making any changes.  Consequently, inadvertent concurrent updates will
11929   only cause other Alpine users to have to restart their address book
11930   operation, which will cause Alpine to reopen the updated file.
11932   <P><DT>Converting to Remote
11933   <DD>The easiest way to convert an existing local
11934   address book into a remote address book is to create an empty new remote
11935   personal address book by typing &quot;A&quot; to execute the
11936   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11937   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11938   address book.
11939   After you have added the empty
11940   remote address book, go into the screen for the address book you wish
11941   to copy and &quot;Select&quot; &quot;All&quot;.
11942   This selects every entry in that
11943   address book.  Then type the command &quot;Apply Save&quot;.
11944   You will be asked for the address book to save to.  You may use ^P and ^N
11945   to get to the new empty address book, then hit RETURN and the addresses
11946   will be copied.
11947   At this point you'll probably want to unselect all the entries in the local
11948   address book before proceeding. You do that with
11949   &quot;Select&quot; &quot;unselect All&quot;.
11951 </DL>
11952 <UL>
11953 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11954 </UL>
11955 <P><UL>
11956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11957 </UL>
11959 &lt;End of help on this topic&gt;
11960 </BODY>
11961 </HTML>
11962 ===== h_abook_select_addr =====
11963 <HTML>
11964 <HEAD>
11965 <TITLE>Addressbook Selection Explained</TITLE>
11966 </HEAD>
11967 <BODY>
11968 <H1>SELECT ADDRESS</H1>
11969 <!--chtml if pinemode="function_key"-->
11970 <PRE>
11971 Navigating the List of Messages               General Alpine Commands
11972 -------------------------------               -----------------------
11973 F5   Move to previous entry                   F1  Show this help text
11974 F6   Move to next entry
11975 F7   Show previous screen of address book
11976 F8   Show next screen of address book
11977 F12  WhereIs (search through address book)
11979 Address Selection Commands
11980 --------------------------
11981 F3   Exit the Address Select screen (without selecting an address)
11982 F4   Select the currently highlighted entry
11983 </PRE>
11984 <!--chtml else-->
11985 <PRE>
11986 Navigating the List of Messages               General Alpine Commands
11987 -------------------------------               -----------------------
11988  P   Move to previous entry                    ?  Show this help text
11989  N   Move to next entry
11990  -   Show previous screen of address book
11991 Spc  (space bar) Show next screen of address book
11992  W   WhereIs (search through address book)
11994 Address Selection Commands
11995 --------------------------
11996  E   Exit the Address Select screen (without selecting an address)
11997  S   Select the currently highlighted entry
11998 </PRE>
11999 <!--chtml endif-->
12002 This screen is designed to let you easily scan your address book(s) in
12003 order to select an entry for the message you are composing.  You cannot
12004 edit your address book in any way at this time, for address book
12005 maintenance, select the address book command when not composing a message.
12008 If you are composing a message and know the nickname of the person/list you
12009 want, you can bypass this screen by simply typing in the nickname on the
12010 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12011 selecting an entry does not cancel your message.
12014 FOR MORE INFORMATION on addressing see
12015 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12016 <A HREF="h_abook_opened">Address Book Screen's</A>
12017 help text.
12019 &lt;End of help on this topic&gt;
12020 </BODY>
12021 </HTML>
12022 ===== h_abook_select_top =====
12023 <HTML>
12024 <HEAD>
12025 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12026 </HEAD>
12027 <BODY>
12028 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12029 <!--chtml if pinemode="function_key"-->
12030 <PRE>
12031 Navigating the List of Address Books       General Alpine Commands
12032 ------------------------------------       -----------------------
12033 F4   View the highlighted address book
12034 F5   Move to previous address book         F1  Show this help text
12035 F6   Move to next address book
12036 F7   Show previous screen of address books
12037 F8   Show next screen of address books
12038 F12  WhereIs (search through address books)
12040 Address Selection Commands
12041 --------------------------
12042 F3   Exit the Address Select screen (without selecting an address)
12043 F4   Select the currently selected entries (if using ListMode)
12044 F9   Change to ListMode
12045 </PRE>
12046 <!--chtml else-->
12047 <PRE>
12048 Navigating the List of Address Books       General Alpine Commands
12049 ------------------------------------       -----------------------
12050  &gt;   View the highlighted address book
12051  P   Move to previous address book         ?  Show this help text
12052  N   Move to next address book
12053  -   Show previous screen of address books
12054 Spc  (space bar) Show next screen of address books
12055  W   WhereIs (search through address books)
12057 Address Selection Commands
12058 --------------------------
12059  E   Exit the Address Select screen (without selecting an address)
12060  S   Select the currently selected entries (if using ListMode)
12061  L   Change to ListMode
12062 </PRE>
12063 <!--chtml endif-->
12066 This screen is designed to let you easily scan your address book(s) in
12067 order to select entries for the message you are composing.  You cannot
12068 edit your address book in any way at this time.  For address book
12069 maintenance, select the address book command when not composing a message.
12072 If you are composing a message and know the nickname of the person/list you
12073 want, you can bypass this screen by simply typing in the nickname on the
12074 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12075 selecting an entry does not cancel your message.
12078 The ListMode command will add a column at the left edge of the screen.
12079 You mark the entries that you wish to select with the &quot;X&quot; command.
12080 This allows you to choose more than one entry at a time.
12083 An alternative method of composing a message to entries in your
12084 address book(s) is to first use the &quot;Select&quot; command from
12085 the address book maintenance screen and then the &quot;Apply&quot;
12086 &quot;ComposeTo&quot; command to start the composer composing to the
12087 selected entries.
12090 FOR MORE INFORMATION on addressing see
12091 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12092 <A HREF="h_abook_opened">Address Book Screen's</A>
12093 help text.
12095 &lt;End of help on this topic&gt;
12096 </BODY>
12097 </HTML>
12098 ===== h_abook_select_listmode =====
12099 <HTML>
12100 <HEAD>
12101 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12102 </HEAD>
12103 <BODY>
12104 <H1>COMPOSER: SELECT ADDRESSES</H1>
12105 <!--chtml if pinemode="function_key"-->
12106 <PRE>
12107 Navigating the List of Messages                 General Alpine Commands
12108 -------------------------------                 -----------------------
12109 F5   Move to previous entry                     F1  Show this help text
12110 F6   Move to next entry
12111 F7   Show previous screen of address book
12112 F8   Show next screen of address book
12113 F12  WhereIs (search through address book)
12115 Address Selection Commands
12116 --------------------------
12117 F3   Exit the Address Select screen (without selecting an address)
12118 F4   Select the currently highlighted entry
12119 F9   Change to ListMode
12120 </PRE>
12121 <!--chtml else-->
12122 <PRE>
12123 Navigating the List of Messages                 General Alpine Commands
12124 -------------------------------                 -----------------------
12125  P   Move to previous entry                     ?  Show this help text
12126  N   Move to next entry
12127  -   Show previous screen of address book
12128 Spc  (space bar) Show next screen of address book
12129  W   WhereIs (search through address book)
12131 Address Selection Commands
12132 --------------------------
12133  E   Exit the Address Select screen (without selecting an address)
12134  S   Select the currently highlighted entry
12135  L   Change to ListMode
12136 </PRE>
12137 <!--chtml endif-->
12140 This screen is designed to let you easily scan your address book(s) in
12141 order to select entries for the message you are composing.  You cannot
12142 edit your address book in any way at this time, for address book
12143 maintenance, select the address book command when not composing a message.
12146 If you are composing a message and know the nickname of the person/list you
12147 want, you can bypass this screen by simply typing in the nickname on the
12148 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12149 selecting an entry does not cancel your message.
12152 The ListMode command will add a column at the left edge of the screen.
12153 You mark the entries that you wish to select with the &quot;X&quot; command.
12154 This allows you to choose more than one entry at a time.
12157 An alternative method of composing a message to entries in your
12158 address book(s) is to first use the &quot;Select&quot; command from
12159 the address book maintenance screen and then the &quot;Apply&quot;
12160 &quot;ComposeTo&quot; command to start the composer composing to the
12161 selected entries.
12164 FOR MORE INFORMATION on addressing see
12165 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12166 <A HREF="h_abook_opened">Address Book Screen's</A>
12167 help text.
12169 &lt;End of help on this topic&gt;
12170 </BODY>
12171 </HTML>
12172 ===== h_abook_select_checks =====
12173 <HTML>
12174 <HEAD>
12175 <TITLE>Address Selection from Composer Explained</TITLE>
12176 </HEAD>
12177 <BODY>
12178 <H1>COMPOSER: SELECT ADDRESSES</H1>
12179 <!--chtml if pinemode="function_key"-->
12180 <PRE>
12181 Navigating the List of Messages                 General Alpine Commands
12182 -------------------------------                 -----------------------
12183 F5   Move to previous entry                     F1  Show this help text
12184 F6   Move to next entry
12185 F7   Show previous screen of address book
12186 F8   Show next screen of address book
12187 F12  WhereIs (search through address book)
12189 Address Selection Commands
12190 --------------------------
12191 F3   Exit the Address Select screen (without selecting an address)
12192 F4   Select the currently highlighted entry
12193 F8   Either Sets or Unsets all entries in this address book
12194 F9   Set or Unset the highlighted entry
12195 </PRE>
12196 <!--chtml else-->
12197 <PRE>
12198 Navigating the List of Messages                 General Alpine Commands
12199 -------------------------------                 -----------------------
12200  P   Move to previous entry                     ?  Show this help text
12201  N   Move to next entry
12202  -   Show previous screen of address book
12203 Spc  (space bar) Show next screen of address book
12204  W   WhereIs (search through address book)
12206 Address Selection Commands
12207 --------------------------
12208  E   Exit the Address Select screen (without selecting an address)
12209  S   Select the currently highlighted entry
12210  X   Set or Unset the highlighted entry
12211  A   Either Sets or Unsets all entries in this address book
12212 </PRE>
12213 <!--chtml endif-->
12216 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12217 command.  Type &quot;S Select&quot; to select all of the entries you
12218 have marked, just as if you had typed them in by hand.
12221 An alternative method of composing a message to entries in your
12222 address book(s) is to first use the &quot;Select&quot; command from
12223 the address book maintenance screen and then the &quot;Apply&quot;
12224 &quot;ComposeTo&quot; command to start the composer composing to the
12225 selected entries.
12228 FOR MORE INFORMATION on addressing see
12229 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12230 <A HREF="h_abook_opened">Address Book Screen's</A>
12231 help text.
12233 &lt;End of help on this topic&gt;
12234 </BODY>
12235 </HTML>
12236 ===== h_abook_select_nicks_take =====
12237 <HTML>
12238 <HEAD>
12239 <TITLE>Take Address Nickname Selection Explained</TITLE>
12240 </HEAD>
12241 <BODY>
12242 <H1>TAKEADDR: SELECT NICKNAME</H1>
12243 <!--chtml if pinemode="function_key"-->
12244 <PRE>
12245 Navigating the List of Messages                 General Alpine Commands
12246 -------------------------------                 -----------------------
12247 F5   Move to previous entry                     F1  Show this help text
12248 F6   Move to next entry
12249 F7   Show previous screen of address book
12250 F8   Show next screen of address book
12251 F12  WhereIs (search through address book)
12253 Message Selection Commands
12254 --------------------------
12255 F3   Exit the Nickname Select screen (without selecting an address)
12256 F4   Select the currently highlighted entry
12257 </PRE>
12258 <!--chtml else-->
12259 <PRE>
12260 Navigating the List of Messages                 General Alpine Commands
12261 -------------------------------                 -----------------------
12262  P   Move to previous entry                     ?  Show this help text
12263  N   Move to next entry
12264  -   Show previous screen of address book
12265 Spc  (space bar) Show next screen of address book
12266  W   WhereIs (search through address book)
12268 Message Selection Commands
12269 --------------------------
12270  E   Exit the Nickname Select screen (without selecting an address)
12271  S   Select the currently highlighted entry
12272 </PRE>
12273 <!--chtml endif-->
12276 This screen is designed to let you modify or add to an existing
12277 address book entry.  You have already selected the name(s) and
12278 address(es) through &quot;Take Address&quot;.  This screen simply lets
12279 you scan your address books and select the nickname to be
12280 changed/augmented.  If you want to add a new entry, then you are in
12281 the wrong place-- Select &quot;Exit&quot; command.
12284 FOR MORE INFORMATION on addressing see
12285 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12286 <A HREF="h_abook_opened">Address Book Screen's</A>
12287 help text.
12289 &lt;End of help on this topic&gt;
12290 </BODY>
12291 </HTML>
12292 ===== h_abook_select_nick =====
12293 <HTML>
12294 <HEAD>
12295 <TITLE>Nickname Selection Explained</TITLE>
12296 </HEAD>
12297 <BODY>
12298 <H1>SELECT NICKNAME</H1>
12299 <!--chtml if pinemode="function_key"-->
12300 <PRE>
12301 Navigating the List of Messages                 General Alpine Commands
12302 -------------------------------                 -----------------------
12303 F5   Move to previous entry                     F1  Show this help text
12304 F6   Move to next entry
12305 F7   Show previous screen of address book
12306 F8   Show next screen of address book
12307 F12  WhereIs (search through address book)
12309 Message Selection Commands
12310 --------------------------
12311 F3   Exit the Nickname Select screen (without selecting an address)
12312 F4   Select the currently highlighted entry
12313 </PRE>
12314 <!--chtml else-->
12315 <PRE>
12316 Navigating the List of Messages                 General Alpine Commands
12317 -------------------------------                 -----------------------
12318  P   Move to previous entry                     ?  Show this help text
12319  N   Move to next entry
12320  -   Show previous screen of address book
12321 Spc  (space bar) Show next screen of address book
12322  W   WhereIs (search through address book)
12324 Message Selection Commands
12325 --------------------------
12326  E   Exit the Nickname Select screen (without selecting an address)
12327  S   Select the currently highlighted entry
12328 </PRE>
12329 <!--chtml endif-->
12332 This screen is designed to let you look at the nicknames in your address
12333 books before choosing a new one.
12336 FOR MORE INFORMATION on addressing see
12337 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12338 <A HREF="h_abook_opened">Address Book Screen's</A>
12339 help text.
12341 &lt;End of help on this topic&gt;
12342 </BODY>
12343 </HTML>
12344 ===== h_takeaddr_screen =====
12345 <HTML>
12346 <HEAD>
12347 <TITLE>Take Address Screen Explained</TITLE>
12348 </HEAD>
12349 <BODY>
12350 <H1>TAKE ADDRESS COMMANDS</H1>
12351 <!--chtml if pinemode="function_key"-->
12352 <PRE>
12353 Navigating the List of Addresses       Address Selection Commands        
12354 --------------------------------       --------------------------        
12355  F5  Move to previous entry            F3  Exit without taking address
12356  F6  Move to next entry                F4  Take current address(es)
12357  F7  Show previous page of address list
12358  F8  Show next page of address list
12359  F2  WhereIs (search list)
12360                                --------------
12361 Mode Toggle            F9  Set/Unset current address
12362 -----------            F10 Set all
12363  F12 Toggle between List and single mode       F11 Unset all
12364 </PRE>
12365 <!--chtml else-->
12366 <PRE>
12367 Navigating the List of Addresses       Address Selection Commands
12368 --------------------------------       --------------------------
12369  P  Move to previous entry              &lt;  Exit without taking address
12370  N  Move to next entry                  T  Take address
12371  -  Show previous page of address list
12372 Spc (space bar) Show next page of address list
12373  W  WhereIs (search list)              List Mode
12374                                        ---------
12375 Single Mode                             X  Set/Unset current address
12376 -----------                             A  Set all addresses
12377  L  Switch to list mode                 U  Unset all addresses
12378                                         S  Switch to single mode
12379 </PRE>
12380 <!--chtml endif-->
12382 <H2>Description of the Take Address Screen</H2>
12384 This screen is designed to let you select one or more address/name
12385 combinations from the current message and put them into your address book.
12386 The cursor is initially placed on the line with the message author.
12387 Other lines include the names of people and/or mailing lists who also
12388 received the message.  Other people &quot;involved&quot; in the
12389 message (e.g. the person named as Reply-To:) are also listed here.
12392 The simple case is adding a new, single entry into your address book. To
12393 do this, simply highlight the correct line and press 
12394 <!--chtml if pinemode="function_key"-->
12396 <!--chtml else-->
12397 &quot;T&quot;.
12398 <!--chtml endif-->
12399 To create a new list or add to an existing list, switch the screen display
12400 into List Mode by pressing
12401 <!--chtml if pinemode="function_key"-->
12402 F12.
12403 <!--chtml else-->
12404 &quot;L&quot;.
12405 <!--chtml endif-->
12406 In List Mode, you select the
12407 group of addresses you wish to manipulate by marking them with an
12408 &quot;X&quot;.
12409 The Set/Unset
12410 <!--chtml if pinemode="function_key"-->
12411 (F9)
12412 <!--chtml else-->
12413 (&quot;X&quot;)
12414 <!--chtml endif-->
12415 command will turn the &quot;X&quot; on for the
12416 highlighted address if it was off or turn it off if it was previously on.
12417 The SetAll command will select all of the addresses, and the UnSetAll
12418 command will turn off all the selections.  Once you've gotten the
12419 selection the way you want it, you may create a new list by pressing
12420 <!--chtml if pinemode="function_key"-->
12422 <!--chtml else-->
12423 &quot;T&quot;.
12424 <!--chtml endif-->
12427 In both the simple and list cases, after choosing to take the address,
12428 you will be asked for the nickname of the entry.  Typing in a new name
12429 creates the new entry/list.  Entering an existing nickname will replace
12430 the entry (simple case) or add to the list (list case).  Alternatively,
12431 you can press Ctrl-T at the nickname prompt and select an existing
12432 nickname from your address book.
12435 You will normally start in Single Mode, unless you used the Apply command
12436 to startup the TakeAddr screen, in which case you will start in List Mode.
12437 You may switch between the two modes at any time.  If you've already
12438 selected several addresses in List Mode, those will be remembered when you
12439 switch to Single Mode and then back to List Mode.  The set of addresses
12440 that are pre-selected when you start in List Mode are the From addresses
12441 of all of the messages you are operating on.  You may, of course, easily
12442 erase those selections with the UnSetAll command.
12445 If you have more than one writable address book, you will be prompted for
12446 the name of the address book you wish to add the new entry to before
12447 anything else. You can use ^N and ^P to choose among the defined address
12448 books, or type in the address book name.
12451 FOR MORE INFORMATION on addressing see
12452 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12453 <A HREF="h_abook_opened">Address Book Screen's</A>
12454 help text.
12456 &lt;End of help on this topic&gt;
12457 </BODY>
12458 </HTML>
12459 ===== h_takeexport_screen =====
12460 <HTML>
12461 <HEAD>
12462 <TITLE>Take Export Screen Explained</TITLE>
12463 </HEAD>
12464 <BODY>
12465 <H1>TAKE EXPORT COMMANDS</H1>
12466 <!--chtml if pinemode="function_key"-->
12467 <PRE>
12468 Navigating the List of Addresses       Address Selection Commands        
12469 --------------------------------       --------------------------        
12470  F5  Move to previous entry            F3  Exit without taking address
12471  F6  Move to next entry                F4  Take current address(es)
12472  F7  Show previous page of address list
12473  F8  Show next page of address list
12474  F2  WhereIs (search list)
12475                                --------------
12476 Mode Toggle            F9  Set/Unset current address
12477 -----------            F10 Set all
12478  F12 Toggle between List and single mode       F11 Unset all
12479 </PRE>
12480 <!--chtml else-->
12481 <PRE>
12482 Navigating the List of Addresses       Address Selection Commands
12483 --------------------------------       --------------------------
12484  P  Move to previous entry              &lt;  Exit without taking address
12485  N  Move to next entry                  T  Take address
12486  -  Show previous page of address list
12487 Spc (space bar) Show next page of address list
12488  W  WhereIs (search list)              List Mode
12489                                        ---------
12490 Single Mode                             X  Set/Unset current address
12491 -----------                             A  Set all addresses
12492  L  Switch to list mode                 U  Unset all addresses
12493                                         S  Switch to single mode
12494 </PRE>
12495 <!--chtml endif-->
12497 <H2>Description of the Take Export Screen</H2>
12499 This screen is designed to let you select one or more addresses
12500 from the current message and put them into a file.
12501 Only the user@domain_name part of each address is put into the file.
12504 To put a single entry into a file simply highlight the correct line and press 
12505 <!--chtml if pinemode="function_key"-->
12507 <!--chtml else-->
12508 &quot;T&quot;.
12509 <!--chtml endif-->
12510 To put more than one entry into a file
12511 switch the screen display
12512 into List Mode by pressing
12513 <!--chtml if pinemode="function_key"-->
12514 F12.
12515 <!--chtml else-->
12516 &quot;L&quot;.
12517 <!--chtml endif-->
12518 In List Mode, you select the
12519 group of addresses you wish to manipulate by marking them with an
12520 &quot;X&quot;.
12521 The Set/Unset
12522 <!--chtml if pinemode="function_key"-->
12523 (F9)
12524 <!--chtml else-->
12525 (&quot;X&quot;)
12526 <!--chtml endif-->
12527 command will turn the &quot;X&quot; on for the
12528 highlighted address if it was off or turn it off if it was previously on.
12529 The SetAll command will select all of the addresses, and the UnSetAll
12530 command will turn off all the selections.  Once you've gotten the
12531 selection the way you want it, you may put the addresses in a file by typing
12532 <!--chtml if pinemode="function_key"-->
12534 <!--chtml else-->
12535 &quot;T&quot;.
12536 <!--chtml endif-->
12539 You will be asked for the name of a file to put the addresses in.
12540 If the file already exists, you will be asked whether you want to Overwrite
12541 (replace) the contents of the file or Append to the contents of the file.
12544 &lt;End of help on this topic&gt;
12545 </BODY>
12546 </HTML>
12547 ============= h_abook_view ========================
12548 <HTML>
12549 <HEAD>
12550 <TITLE>Address Book View Explained</TITLE>
12551 </HEAD>
12552 <BODY>
12553 This function allows you to view the contents of an address book entry. You
12554 can only view one entry at a time.
12556 <DL>
12557 <DT>Help
12558 <!--chtml if pinemode="function_key"-->
12559 (F1)
12560 <!--chtml else-->
12562 <!--chtml endif-->
12563 </DT>
12564 <DD>
12565 Display this help text.
12567 <DT>Abook
12568 <!--chtml if pinemode="function_key"-->
12569 (F3)
12570 <!--chtml else-->
12571 (&lt;)
12572 <!--chtml endif-->
12573 </DT>
12574 <DD>
12575 Go back to index of address book entries.
12577 <DT>Update
12578 <!--chtml if pinemode="function_key"-->
12579 (F4)
12580 <!--chtml else-->
12582 <!--chtml endif-->
12583 </DT>
12584 <DD>
12585 Update (modify) this entry.
12587 <DT>ComposeTo
12588 <!--chtml if pinemode="function_key"-->
12589 (F5)
12590 <!--chtml else-->
12592 <!--chtml endif-->
12593 </DT>
12594 <DD>Compose a message to the address(es) in this entry.
12596 <DT>Role
12597 <!--chtml if pinemode="function_key"-->
12598 (F6)
12599 <!--chtml else-->
12601 <!--chtml endif-->
12602 </DT>
12603 <DD>Compose a message to the address(es) in this entry using roles.
12605 <DT>Prev Page
12606 <!--chtml if pinemode="function_key"-->
12607 (F7)
12608 <!--chtml else-->
12610 <!--chtml endif-->
12611 </DT>
12612 <DD>
12613 Show the previous page of the current entry.
12615 <DT>Next Page
12616 <!--chtml if pinemode="function_key"-->
12617 (F8)
12618 <!--chtml else-->
12619 (Space)
12620 <!--chtml endif-->
12621 </DT>
12622 <DD>
12623 Show the next page of the current entry.
12625 <DT>Print
12626 <!--chtml if pinemode="function_key"-->
12627 (F9)
12628 <!--chtml else-->
12630 <!--chtml endif-->
12631 </DT>
12632 <DD>Print the current entry.  You can select the
12633 printer or the print command via the &quot;Setup&quot; command
12634 on the MAIN MENU.
12636 <DT>WhereIs
12637 <!--chtml if pinemode="function_key"-->
12638 (F10)
12639 <!--chtml else-->
12641 <!--chtml endif-->
12642 </DT>
12643 <DD>Search the entry for a string of letters.  If it is
12644 found, move to it.  The string can be one word or a phrase.
12645 If there are multiple occurrences, the cursor moves to the
12646 first occurrence beyond the current cursor position.
12648 <DT>Fwd Email
12649 <!--chtml if pinemode="function_key"-->
12650 (F11)
12651 <!--chtml else-->
12653 <!--chtml endif-->
12654 </DT>
12655 <DD>Begin composition of a new mail message with the displayed
12656 text already inserted in the message body.
12658 </DL>
12660 &lt;End of help on this topic&gt;
12661 </BODY>
12662 </HTML>
12663 ============= h_ldap_view ========================
12664 <HTML>
12665 <HEAD>
12666 <TITLE>LDAP Response View Explained</TITLE>
12667 </HEAD>
12668 <BODY>
12669 This function allows you to view the contents of a directory entry. You
12670 can only view one entry at a time.
12672 <DL>
12673 <DT>Help
12674 <!--chtml if pinemode="function_key"-->
12675 (F1)
12676 <!--chtml else-->
12678 <!--chtml endif-->
12679 </DT>
12680 <DD>
12681 Display this help text.
12683 <DT>Results Index
12684 <!--chtml if pinemode="function_key"-->
12685 (F3)
12686 <!--chtml else-->
12687 (&lt;)
12688 <!--chtml endif-->
12689 </DT>
12690 <DD>Go back to index of search results.
12692 <DT>ComposeTo
12693 <!--chtml if pinemode="function_key"-->
12694 (F5)
12695 <!--chtml else-->
12697 <!--chtml endif-->
12698 </DT>
12699 <DD>Compose a message to the address(es) in this entry.
12701 <DT>Role
12702 <!--chtml if pinemode="function_key"-->
12703 (F6)
12704 <!--chtml else-->
12706 <!--chtml endif-->
12707 </DT>
12708 <DD>Compose a message to the address(es) in this entry using roles.
12710 <DT>Prev Page
12711 <!--chtml if pinemode="function_key"-->
12712 (F7)
12713 <!--chtml else-->
12715 <!--chtml endif-->
12716 </DT>
12717 <DD>
12718 Show the previous page of the current entry.
12720 <DT>Next Page
12721 <!--chtml if pinemode="function_key"-->
12722 (F8)
12723 <!--chtml else-->
12724 (Space)
12725 <!--chtml endif-->
12726 </DT>
12727 <DD>
12728 Show the next page of the current entry.
12730 <DT>Print
12731 <!--chtml if pinemode="function_key"-->
12732 (F9)
12733 <!--chtml else-->
12735 <!--chtml endif-->
12736 </DT>
12737 <DD>Print the current entry on paper.  You can select the
12738 printer or the print command via the &quot;Setup&quot; command
12739 on the MAIN MENU.
12741 <DT>WhereIs
12742 <!--chtml if pinemode="function_key"-->
12743 (F10)
12744 <!--chtml else-->
12746 <!--chtml endif-->
12747 </DT>
12748 <DD>Search the entry for a string of letters.  If it is
12749 found, move to it.  The string can be one word or a phrase.
12750 If there are multiple occurrences, the cursor moves to the
12751 first occurrence beyond the current cursor position.
12753 <DT>Fwd Email
12754 <!--chtml if pinemode="function_key"-->
12755 (F11)
12756 <!--chtml else-->
12758 <!--chtml endif-->
12759 </DT>
12760 <DD>Begin composition of a new mail message with the displayed
12761 text already inserted in the message body.
12763 <DT>Save
12764 <!--chtml if pinemode="function_key"-->
12765 (F12)
12766 <!--chtml else-->
12768 <!--chtml endif-->
12769 </DT>
12770 <DD>Save the displayed entry to one of your address books or export
12771 it to a file.
12772 </DL>
12774 &lt;End of help on this topic&gt;
12775 </BODY>
12776 </HTML>
12777 ===== h_attachment_screen =====
12778 <HTML>
12779 <HEAD>
12780 <TITLE>Attachment Index Screen Explained</TITLE>
12781 </HEAD>
12782 <BODY>
12783 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12784 message's attachments, and allows various operations on them.  The
12785 first attachment is usually the message text, but does not include the
12786 header portion of the message.
12788 Available commands include:
12790 <DL>
12792 <DT>Help</DT>
12793 <DD>Show this help text.
12795 <DT>Msg #<I>num</I></DT>
12796 <DD>Leave this screen without displaying or saving any attachments.
12798 <DT>View</DT>
12799 <DD>View the currently selected attachment.
12801 <DT>Prev Attach</DT>
12802 <DD>Move to previous attachment.
12804 <DT>Next Attach</DT>
12805 <DD>Move to next attachment.
12807 <DT>Prev Page</DT>
12808 <DD>Previous page of the listed attachments.
12810 <DT>Next Page</DT>
12811 <DD>Next page of the listed attachments.
12813 <DT>Delete</DT>
12814 <DD>Mark the currently selected attachment for Deletion.
12815 This does not modify the current message by deleting the attachment from
12816 it, but instead the delete flag <EM>only</EM> has an effect when saving
12817 the message to a folder.
12818 Attachments marked for deletion are not copied to the destination folder
12819 along with the rest of the message when it is saved.
12820 It is ok for the destination folder to be the same as the current folder.
12821 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12823 <DT>Undelete</DT>
12824 <DD>Turn off the Delete flag for the selected attachment.
12826 <DT>Save</DT>
12827 <DD>Save the selected attachment to a file.  If the attachment is of
12828 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12829 the specified mail folder.
12831 <DT>Export</DT>
12832 <DD>If the attachment is of
12833 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12834 copy the message to a file in the same way this command works on 
12835 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12837 <DT>Pipe</DT>
12838 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12839 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12841 <DT>WhereIs</DT>
12842 <DD>Find a matching string in the attachment list.
12844 <DT>AboutAttch</DT>
12845 <DD>Examine various aspects of the selected attachment.
12847 <DT>Print</DT>
12848 <DD>Print the selected attachment.
12850 <DT>Forward</DT>
12851 <DD>Forward the selected attachment as an attachment.
12852 </DL>
12856 All attachments can be saved or piped into a UNIX command, but some may
12857 not be readily displayed by either Alpine or an external tool.  In such
12858 cases, the reason why the message cannot be displayed is displayed on
12859 Alpine's message line.
12861 &lt;End of help on this topic&gt;
12862 </BODY>
12863 </HTML>
12864 ============= h_mail_text_att_view ========================
12865 <HTML>
12866 <HEAD>
12867 <TITLE>Attachment View Screen Explained</TITLE>
12868 </HEAD>
12869 <BODY>
12870 This function allows you to view the contents of a text attachment. You
12871 can only view one attachment at a time.
12873 Available commands include:
12875 <DL>
12877 <DT>Help</DT>
12878 <DD>Display this help text
12880 <DT>AttchIndex</DT>
12881 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12883 <DT>Prev Page</DT>
12884 <DD>Show the previous page of the current attachment.
12886 <DT>Next Page</DT>
12887 <DD>Show the next page of the current attachment by pressing the space bar.
12889 <DT>Delete</DT>
12890 <DD>Mark the viewed attachment for Deletion.  The delete
12891 flag <EM>only</EM> has affect when saving the message to a folder.
12892 Attachments marked for deletion are exluded from the messsage when
12893 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12894 this Alpine session.
12896 <DT>Undelete</DT>
12897 <DD>Turn off the Delete flag for the selected attachment.
12899 <DT>Save</DT>
12900 <DD>Copy the current attachment to a file.  If you just enter
12901 a filename, the attachment will be saved with that name in
12902 your home directory 
12903 <!--chtml if pinemode="running"-->
12904 (which, in the present configuration of your system, is
12905  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12906 <!--chtml endif-->
12907 or current working directory
12908 <!--chtml if pinemode="running"-->
12909 (which, at least for your current Alpine &quot;session,&quot; 
12910 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12911 <!--chtml endif-->, depending on the
12912 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12913 configuration setting.  You may enter the full
12914 path and filename to save it in another directory instead.
12916 <DT>Export</DT>
12917 <DD>If the attachment is of
12918 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12919 copy the message to a file in the same way this command works on 
12920 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12921 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12922 defined, they may affect the contents of the exported file.)
12924 <DT>Pipe</DT>
12925 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12927 <DT>WhereIs</DT>
12928 <DD>Search the attachment for a string of letters.  If it is
12929 found, move to it.  The string can be one word or a phrase.
12930 If there are multiple occurrences, the cursor moves to the
12931 first occurrence beyond the current cursor position.
12933 <DT>Print</DT>
12934 <DD>Print the current attachment on paper.  You can select the
12935 printer or the print command via the &quot;Setup&quot; command
12936 on the MAIN MENU.
12938 <DT>Forward</DT>
12939 <DD>Forward the selected attachment as an attachment.
12940 </DL>
12942 &lt;End of help on this topic&gt;
12943 </BODY>
12944 </HTML>
12945 ============= h_journal ==============
12946 <HTML>
12947 <HEAD>
12948 <TITLE>Recent Message Journal Explained</TITLE>
12949 </HEAD>
12950 <BODY>
12952 The following commands are available on this screen:
12954 <DL>
12955 <DT>Help</DT>
12956 <DD>Show this help text
12958 <DT>Exit</DT>
12959 <DD>Exit Viewer, and go back to mail processing
12961 <DT>Prev Page</DT>
12962 <DD>Show the previous page text
12964 <DT>Next Page</DT>
12965 <DD>Show the next page of text by pressing the space bar
12967 <DT>Print</DT>
12968 <DD>Print the displayed text on paper.  You can select the
12969 printer or the print command via the &quot;Setup&quot; command
12970 on the MAIN MENU.
12972 <DT>Fwd Email</DT>
12973 <DD>Begin composition of a new mail message with the displayed
12974 text already inserted in the message body.
12976 <DT>Save</DT>
12977 <DD>Copy the displayed text to a file.  If you just enter
12978 a filename, the text will be saved with that name in
12979 your 
12980 home directory 
12981 <!--chtml if pinemode="running"-->
12982 (which, in the present configuration of your system, is
12983  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12984 <!--chtml endif-->
12985 or current working directory
12986 <!--chtml if pinemode="running"-->
12987 (which, at least for your current Alpine &quot;session,&quot; 
12988 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12989 <!--chtml endif-->, depending on the
12990 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12991 configuration setting.   You may enter the full
12992 path and filename to save it in another directory instead.
12994 <DT>WhereIs</DT>
12995 <DD>Search the text for a string of letters.  If it is
12996 found, move to it.  The string can be one word or a phrase.
12997 If there are multiple occurrences, the cursor moves to the
12998 first occurrence beyond the current cursor position.
12999 </DL>
13001 &lt;End of help on this topic&gt;
13002 </BODY>
13003 </HTML>
13004 ============= h_debugjournal ==============
13005 <HTML>
13006 <HEAD>
13007 <TITLE>Debug Journal Explained</TITLE>
13008 </HEAD>
13009 <BODY>
13011 The following commands are available on this screen:
13013 <DL>
13014 <DT>Help</DT>
13015 <DD>Show this help text
13017 <DT>Exit</DT>
13018 <DD>Exit Viewer, and go back to mail processing
13020 <DT>Timestamps</DT>
13021 <DD>Turn on or off timestamps.
13023 <DT>DebugView</DT>
13024 <DD>Set the level of debugging you want to see. The level may be any number
13025 in the range 0-9. Higher numbers show more debugging detail. Note that the
13026 debugging information has already been captured. This setting just causes the
13027 debugging information that you see to be filtered. If you set this to
13028 the number &quot;5&quot; then you will be shown all of the debugging information
13029 at levels 5 and below.
13030 It's actually a bit more complicated than that. A fixed amount of memory
13031 is used to store the debug information.
13032 Since the amount of memory used is limited the debugging information
13033 has to be trimmed back when it gets too large.
13035 <DT>Prev Page</DT>
13036 <DD>Show the previous page text
13038 <DT>Next Page</DT>
13039 <DD>Show the next page of text by pressing the space bar
13041 <DT>Print</DT>
13042 <DD>Print the displayed text on paper.  You can select the
13043 printer or the print command via the &quot;Setup&quot; command
13044 on the MAIN MENU.
13046 <DT>Fwd Email</DT>
13047 <DD>Begin composition of a new mail message with the displayed
13048 text already inserted in the message body.
13050 <DT>Save</DT>
13051 <DD>Copy the displayed text to a file.  If you just enter
13052 a filename, the text will be saved with that name in
13053 your 
13054 home directory 
13055 <!--chtml if pinemode="running"-->
13056 (which, in the present configuration of your system, is
13057  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13058 <!--chtml endif-->
13059 or current working directory
13060 <!--chtml if pinemode="running"-->
13061 (which, at least for your current Alpine &quot;session,&quot; 
13062 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13063 <!--chtml endif-->, depending on the
13064 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13065 configuration setting.   You may enter the full
13066 path and filename to save it in another directory instead.
13068 <DT>WhereIs</DT>
13069 <DD>Search the text for a string of letters.  If it is
13070 found, move to it.  The string can be one word or a phrase.
13071 If there are multiple occurrences, the cursor moves to the
13072 first occurrence beyond the current cursor position.
13073 </DL>
13075 &lt;End of help on this topic&gt;
13076 </BODY>
13077 </HTML>
13078 ============= h_simple_text_view ==============
13079 <HTML>
13080 <HEAD>
13081 <TITLE>Simple Text View Screen Explained</TITLE>
13082 </HEAD>
13083 <BODY>
13085 The following commands are available on this screen:
13087 <DL>
13088 <DT>Help</DT>
13089 <DD>Show this help text
13091 <DT>Exit</DT>
13092 <DD>Exit Viewer, and go back to mail processing
13094 <DT>Prev Page</DT>
13095 <DD>Show the previous page text
13097 <DT>Next Page</DT>
13098 <DD>Show the next page of text by pressing the space bar
13100 <DT>Print</DT>
13101 <DD>Print the displayed text on paper.  You can select the
13102 printer or the print command via the &quot;Setup&quot; command
13103 on the MAIN MENU.
13105 <DT>Fwd Email</DT>
13106 <DD>Begin composition of a new mail message with the displayed
13107 text already inserted in the message body.
13109 <DT>Save</DT>
13110 <DD>Copy the displayed text to a file.  If you just enter
13111 a filename, the attachment will be saved with that name in
13112 your 
13113 home directory 
13114 <!--chtml if pinemode="running"-->
13115 (which, in the present configuration of your system, is
13116  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13117 <!--chtml endif-->
13118 or current working directory
13119 <!--chtml if pinemode="running"-->
13120 (which, at least for your current Alpine &quot;session,&quot; 
13121 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13122 <!--chtml endif-->, depending on the
13123 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13124 configuration setting.   You may enter the full
13125 path and filename to save it in another directory instead.
13127 <DT>WhereIs</DT>
13128 <DD>Search the attachment for a string of letters.  If it is
13129 found, move to it.  The string can be one word or a phrase.
13130 If there are multiple occurrences, the cursor moves to the
13131 first occurrence beyond the current cursor position.
13132 </DL>
13134 &lt;End of help on this topic&gt;
13135 </BODY>
13136 </HTML>
13137 ======= h_pine_for_windows ========
13138 <HTML>
13139 <HEAD>
13140 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13141 </HEAD>
13142 <BODY>
13143 <H1>Getting Help In PC-Alpine</H1>
13146 PC-Alpine offers general and specific help text. From the <A
13147 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13148 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13149 specific help for that screen is available from the toolbar Help menu or
13150 with the 
13151 <!--chtml if pinemode="function_key"-->
13152 &quot;F1&quot; key.
13153 <!--chtml else-->
13154 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13155 typing &quot;?&quot; would be mistaken as entering text.
13156 <!--chtml endif-->
13159 Although this version of Alpine is for Microsoft Windows, it is not
13160 considered a full &quot;Graphical User Interface&quot; application. 
13161 Yet, many of the controls that Windows users are accustomed to seeing, 
13162 such as scrollbars and toolbars, are available.
13165 PC-Alpine offers considerable mouse support.  You can view what is
13166 &quot;click-able&quot; by dragging your mouse over any screen; when the
13167 arrow cursor changes into a hand, you found something. Mouse-click
13168 possibilities include navigating between screens and folders and
13169 double-clicking on hyperlinks to open your Web browser.
13170 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13171 screen.  Examples of right-click options include &quot;copy&quot; after
13172 selecting text to copy and &quot;View in New Window&quot; when you click
13173 on a particular message in the Message Index. The menu choices available
13174 to you will vary based upon what screen is open, where on the screen your
13175 cursor is located, and even what action you have already taken.
13178 &lt;End of help on this topic&gt;
13179 </BODY>
13180 </HTML>
13181 ===== h_composer =====
13182 <HTML>
13183 <HEAD>
13184 <TITLE>COMPOSER COMMANDS</TITLE>
13185 </HEAD>
13186 <BODY>
13187 <H1>COMPOSER COMMANDS</H1>
13189 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>
13190 &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>
13191 &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>
13192 &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>
13193 &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>
13194 &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>
13195 &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>
13196 &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>
13197 &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>
13198 &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>
13199 ---------------------------------------|&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>
13200 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>
13201 &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>
13202 &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>
13203 &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>
13206 NOTE:
13207 <OL>
13208  <LI>For help on a particular command, highlight the bold text associated
13209 with it above and hit Return.
13210  <LI> The availability of certain commands
13211 is determined by Alpine configuration files and system capabilities.
13212 At some sites, certain commands may not be available due to security or
13213 support concerns.
13214  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13215 Ctrl-&#92;, ESC.
13216  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13217 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13218 </OL>
13221 HINT: To move rapidly to the bottom of a message you are composing,
13222 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13223 with the Mark and Cut commands to eliminate large amounts of unwanted
13224 text in a Reply.
13226 <H2>Description of Composer</H2>
13228 Alpine has a built-in editing program that allows you to compose messages
13229 without having to leave Alpine.  The editor is designed to be very simple to
13230 use so that you can get started writing email right away.
13233 Messages are usually just text, about 80 columns wide.  Using upper and
13234 lower case is encouraged.  On some systems the size limit of the message
13235 is about 100,000 characters, which is about 2,000 lines.  You can include
13236 punctuation and special characters found on most keyboards, but you can't
13237 include characters with diacritical marks and certain special symbols.
13240 Text automatically wraps as you type past the end of a line so you do not
13241 have to hit return.  Using the
13242 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13243 you can also reformat text explicitly, perhaps after you have
13244 deleted some text.
13247 You can include other text files with the 
13248 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13249 which will prompt you for the name of the file to insert at the
13250 current cursor postion.
13253 <UL>
13254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13255 </UL>
13257 &lt;End of help on this topic&gt;
13258 </BODY>
13259 </HTML>
13260 ====== h_composer_browse =====
13261 <HTML>
13262 <HEAD>
13263 <TITLE>BROWSER</TITLE>
13264 </HEAD>
13265 <BODY>
13266 <H1>BROWSER</H1>
13267 This screen lets you browse your files and directories.  To go to another 
13268 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13269 choose &quot;Select&quot; (the default choice on the menu); 
13270 or choose &quot;Goto&quot; and enter the name of the directory.
13271 <!--chtml if pinemode="os_windows"-->
13272 <!--chtml else--> 
13273 In Unix Alpine, you may use 
13274 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13275 to another's home directory.  
13276 <!--chtml endif--><P>
13277 To select a file, move the cursor to it and 
13278 choose &quot;Select&quot; (the default choice on the menu).  
13280 <UL>
13281 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13282 inclusion in the 
13283 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13284 the 
13285 &quot;----- Message Text -----&quot; line
13286 while composing, then &quot;To Files&quot;):  Since the file 
13287 selected will become part of the message text, it must be in a format 
13288 suitable for that (Alpine does not check!), such as a plain text file.
13289 Files of other formats (for example, graphics, databases, software 
13290 programs) should be 
13291 <B>attached</B> to the message instead --
13292 by moving the cursor in the COMPOSE MESSAGE screen into the 
13293 message header area and pressing 
13294 <!--chtml if pinemode="function_key"-->
13296 <!--chtml else-->
13297 Ctrl-J.
13298 <!--chtml endif--> 
13300 <P><LI>
13301 Note <B>if</B> you are currently using the BROWSER for saving a message 
13302 attachment, or exporting a message, to a file: You can use the Add command to 
13303 provide the name for a new file to save/export to, and then select that name 
13304 to use it for the save/export operation.  Back at the prompt 
13305 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13306 either Overwrite or Append (it doesn't make a difference, since the file is 
13307 so far empty).  Note: If you cancel the 
13308 operation at that point, the file created with the Add command will remain 
13309 0 bytes in size.
13311 </UL>
13312 <P><UL>
13313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13314 </UL>
13316 &lt;End of help on this topic&gt;
13317 </BODY>
13318 </HTML>
13319 ====== h_composer_ins =====
13320 <HTML>
13321 <HEAD>
13322 <TITLE>INSERT TEXT FILE</TITLE>
13323 </HEAD>
13324 <BODY>
13325 <H1>INSERT TEXT FILE</H1>
13327 Use this function to insert a text file. The file name
13328 given can be an absolute file path name for your system
13329 <!--chtml if pinemode="os_windows"-->
13330 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13331 with a relative pathname, or simply a file name without
13332 drive or directory specification.  
13333 <!--chtml else-->
13334 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13335 a file in your home directory, or a file path relative to your 
13336 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13337 your home directory or &quot;~user&quot; to refer to another
13338 account's home directory.
13339 <!--chtml endif-->
13341 No wild card characters may be used.  
13342 The file must reside on the system running Alpine.
13344 If the 
13345 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13346 feature is set, names are relative to your current working directory 
13347 <!--chtml if pinemode="running"-->
13348 (which, at least for your current Alpine &quot;session,&quot; 
13349 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13350 <!--chtml endif-->
13351 rather than your home directory
13352 <!--chtml if pinemode="running"-->
13353 (which, in the present configuration of your system, is
13354  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13355 <!--chtml endif-->
13357 <P><UL>
13358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13359 </UL>
13361 &lt;End of help on this topic&gt;
13362 </BODY>
13363 </HTML>
13364 ====== h_composer_ins_m =====
13365 <HTML>
13366 <HEAD>
13367 <TITLE>INSERT MESSAGE</TITLE>
13368 </HEAD>
13369 <BODY>
13370 <H1>INSERT MESSAGE</H1>
13372 Type in the number of a message in the currently open folder to insert it
13373 into your message.
13374 <P><UL>
13375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13376 </UL>
13378 &lt;End of help on this topic&gt;
13379 </BODY>
13380 </HTML>
13381 ====== h_composer_search =====
13382 <HTML>
13383 <HEAD>
13384 <TITLE>Explanation of Composer Whereis Command </TITLE>
13385 </HEAD>
13386 <BODY>
13387 <H1>Help For Whereis Command</H1>
13389 Whereis is used to search the message for a word or part of a word.
13390 When searching in the composer, only the message part of your mail is
13391 searched, and the cursor is put on the first occurrence appearing
13392 after the location of the cursor.  The search will wrap to the
13393 beginning of the message when it no longer finds matches in the
13394 remainder of the message.
13396 To search for the same string a second time, press 
13397 <!--chtml if pinemode="function_key"-->
13398 &quot;F6&quot;
13399 <!--chtml else-->
13400 &quot;^W&quot;
13401 <!--chtml endif-->
13402 to begin search and then just press RETURN to accept the previous
13403 search string shown in square brackets rather than entering a new
13404 search string.<P>
13406 The &quot;Search&quot; prompt has several sub-command available:
13408 <DL>
13409 <DT>Get Help</DT>
13410 <DD> Takes you to this help page.
13412 <DT>Cancel</DT>
13413 <DD> Cancels the prompt.  No search takes place.
13415 <DT>First Line</DT>
13416 <DD> Takes you back to the composer with the cursor on the first character
13417 of the first line of text.
13419 <DT>Last Line</DT>
13420 <DD> Takes you back to the composer with the cursor on the last character
13421 of the last line of text.
13423 <DT>Replace (Optional)</DT>
13424 <DD> This sub-command is enabled by the 
13425 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13426 feature (which is on by default); see its help screen for details on how replacing works.
13428 </DL>
13430 &lt;End of help on this topic&gt;
13431 </BODY>
13432 </HTML>
13433 ====== h_sigedit_search =====
13434 <HTML>
13435 <HEAD>
13436 <TITLE>Explanation of Whereis Command </TITLE>
13437 </HEAD>
13438 <BODY>
13439 <H1>Help For Whereis Command</H1>
13441 Whereis is used to search for a word or part of a word.
13442 When searching the cursor is put on the first occurrence appearing
13443 after the location of the cursor.  The search will wrap to the
13444 beginning of the signature when it no longer finds matches in the
13445 remainder of the signature.
13447 To search for the same string a second time, press 
13448 <!--chtml if pinemode="function_key"-->
13449 &quot;F6&quot;
13450 <!--chtml else-->
13451 &quot;^W&quot;
13452 <!--chtml endif-->
13453 to begin search and then just press RETURN to accept the previous
13454 search string shown in square brackets rather than entering a new
13455 search string.<P>
13457 The &quot;Search&quot; prompt has several sub-command available:
13459 <DL>
13460 <DT>Get Help</DT>
13461 <DD> Takes you to this help page.
13463 <DT>Cancel</DT>
13464 <DD> Cancels the prompt.  No search takes place.
13466 <DT>First Line</DT>
13467 <DD> Takes you back to the composer with the cursor on the first character
13468 of the first line of text.
13470 <DT>Last Line</DT>
13471 <DD> Takes you back to the composer with the cursor on the last character
13472 of the last line of text.
13474 <DT>Replace (Optional)</DT>
13475 <DD> This sub-command is enabled by the 
13476 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13477 feature (which is on by default); see its help screen for details on how replacing works.
13479 </DL>
13481 &lt;End of help on this topic&gt;
13482 </BODY>
13483 </HTML>
13484 ======= h_composer_to ====
13485 <HTML>
13486 <HEAD>
13487 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13488 </HEAD>
13489 <BODY>
13490 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13492 <H2>The &quot;To:&quot; field</H2>
13493 The address you enter here must be a valid email address that is reachable
13494 from your site. 
13496 <H2>Email Address Format</H2>
13497 You may enter a full name and email address, 
13498 <!--chtml if pinemode="os_windows"-->
13499 <!--chtml else-->
13500 a local (meaning, on the same 
13501 host as the one you are running Alpine on) username that Alpine will
13502 complete for you, 
13503 <!--chtml endif-->
13504 the nickname of someone in a 
13505 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13506 mail alias defined by your system administrator.  When you move the cursor
13507 out of this field, the nicknames will be expanded to the addresses in your
13508 address book, and the local usernames will be expanded to include the 
13509 persons' actual names.  You may enter as many addresses as you wish, but they 
13510 must be separated by commas.  You can move around this and other header fields
13511 with the arrow keys and use many of the usual composer editing keys.
13513 <UL>
13514 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13515 </UL>
13518 <H2>MESSAGE HEADER COMMANDS</H2>
13519 <!--chtml if pinemode="function_key"-->
13520 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13521 ^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>
13522 ^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>
13523 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13524 ^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>
13525 ^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>
13526 ^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>
13527 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>
13528 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>
13529 ^@&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>
13530 ----------------------------------------|<BR>
13531 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13532 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>
13533 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>
13534 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>
13535 <!--chtml else-->
13536 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13537 ^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>
13538 ^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>
13539 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13540 ^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>
13541 ^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>
13542 ^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>
13543 ^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>
13544 ^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>
13545 ^@&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>
13546 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13547 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>
13548 ^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>
13549 ^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>
13550 ^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>
13551 <!--chtml endif-->
13554 NOTE:
13555 <OL>
13556  <LI>For help on a particular command, highlight the bold text associated
13557 with it above and hit Return.
13558  <LI> The availability of certain commands 
13559 is determined by Alpine configuration files and system capabilities.
13560 At some sites, certain commands may not be available due to security or
13561 support concerns.
13562 </OL>
13565 <UL>   
13566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13567 </UL><P>
13568 &lt;End of help on this topic&gt;
13569 </BODY>
13570 </HTML>
13571 ======= h_composer_cc ====
13572 <HTML>
13573 <HEAD>
13574 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13575 </HEAD>
13576 <BODY>
13577 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13578 The Cc: field is just like the To: field, except it is used for addressees
13579 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13580 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13581 them to see the message.  The only difference the recipients see is that their 
13582 name is in the Cc: field, rather than the To: field.
13584 For help with Cc: field editing
13585 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13587 <UL>
13588 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13589 </UL>
13591 <UL>   
13592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13593 </UL><P>
13594 &lt;End of help on this topic&gt;
13595 </BODY>
13596 </HTML>
13597 ======= h_composer_bcc ====
13598 <HTML>
13599 <HEAD>
13600 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13601 </HEAD>
13602 <BODY>
13603 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13604 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13605 a copy of the message to one or more people whose addresses you do not
13606 wish disclosed, either to reduce clutter or for confidentiality.
13608 The format of the Bcc: field is just the same as the To: and Cc: fields in
13609 the way the addresses are entered.  The recipients listed here will
13610 receive a copy of the message, but --assuming your site's mail transport
13611 software is properly configured-- their addresses will not show up in the
13612 headers of the message, as delivered to all of the recipients.  The To:
13613 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13615 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13616 will automatically generate and place in the To: field a pseudo-address of 
13617   &quot;undisclosed-recipients: ;&quot;
13618 or whatever string has been specified in the 
13619 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13620 variable.
13622 The reason for this is to avoid embarrassment caused by some Internet
13623 mail transfer software that interprets a &quot;missing&quot; To: header as 
13624 an error and replaces it with an Apparently-to: header that may contain
13625 the addresses you entered on the Bcc: line.  In addition, it may be
13626 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13628 You can manipulate what text ends up on the (originally) empty To:
13629 field.  Just remember to put a colon and semicolon at the end of the
13630 field, which is a special notation denoting that it is not a real address.
13632 For information on message header editing
13633 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13635 <UL>
13636 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13637 </UL>
13639 <UL>   
13640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13641 </UL><P>
13642 &lt;End of help on this topic&gt;
13643 </BODY>
13644 </HTML>
13645 ======= h_composer_lcc ====
13646 <HTML>
13647 <HEAD>
13648 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13649 </HEAD>
13650 <BODY>
13651 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13652 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13653 you wish to send a message to a list of people but avoid having all
13654 of their addresses visible, in order to reduce clutter when the
13655 message is received.
13657 It is similar to the 
13658 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13659 in that individual
13660 addressees are hidden, but Lcc is designed to work specifically with
13661 distribution lists you have created in your 
13662 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13663 the nickname of the list on the Lcc line will result in the full name of
13664 your Alpine Address Book list being placed on the To: line of the message,
13665 using a special notation that distinguishes it from a real address. You
13666 must leave the To: line blank for your list name to appear there.
13668 For example, if you have this list entered in your Address Book:<PRE>
13670         largo         Key Largo List       DISTRIBUTION LIST:
13671                                            bogie@mgm.com
13672                                            lauren@mgm.com
13673                                            walter@mgm.com</PRE>
13676 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13677 the result is:<PRE>
13679         To      : Key Largo List: ;
13680         Cc      :
13681         Bcc     :
13682         Fcc     : sent-mail
13683         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13684                   lauren@mgm.com,
13685                   walter@mgm.com
13686         Subject :</PRE>
13688 Each recipient listed on the Lcc: line receives a copy of the message
13689 without their address being visible (as though they were listed on the
13690 Bcc: line). The colon-semicolon notation used to put the full-name of the
13691 list on the To: line is a special address format that doesn't specify any
13692 actual addressees, but does give some information to the recipients of the
13693 message.
13695 Note: if after entering an LCC, you delete the list name that is placed
13696 on the To: line, then recipients will see <PRE>
13697        To: undisclosed-recipients: ;</PRE>
13699 (or whatever string is defined in the 
13700 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13701 variable) just as in the BCC case. 
13703 For help with Lcc: field editing
13704 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13706 <UL>
13707 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13708 </UL>
13710 <UL>   
13711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13712 </UL><P>
13713 &lt;End of help on this topic&gt;
13714 </BODY>
13715 </HTML>
13716 ======= h_composer_from =======
13717 <HTML>
13718 <HEAD>
13719 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13720 </HEAD>
13721 <BODY>
13722 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13724 This header carries your return address.  It is the address toward which
13725 replies (and often, future unrelated correspondence) will be directed,
13726 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13727 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13728 sure this address is correct.
13730 For help with message header 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_reply_to =======
13744 <HTML>
13745 <HEAD>
13746 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13747 </HEAD>
13748 <BODY>
13749 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13751 Most people should not need this header. The Reply-To: header is used in
13752 cases where you would like replies to your messages to be directed to an
13753 address other than your normal &quot;From:&quot; address.  This is atypical, 
13754 but can happen when you use multiple machines and do not have the same account
13755 name on each one, or when you wish to direct certain replies to accounts
13756 or folders designated for specific classes of correspondence.
13758 For help with message header editing
13759 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13761 <UL>
13762 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13763 </UL>
13766 <UL>   
13767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13768 </UL><P>
13769 &lt;End of help on this topic&gt;
13770 </BODY>
13771 </HTML>
13772 ======= h_composer_custom_addr ====
13773 <HTML>
13774 <HEAD>
13775 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13776 </HEAD>
13777 <BODY>
13778 <H1>CUSTOMIZED HEADER FIELD</H1>
13779 This is a customized header, i.e. not one that is part of Alpine's normal
13780 set of Compose headers.
13782 For help with message header editing
13783 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13785 <UL>
13786 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13787 </UL>
13789 <UL>   
13790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13791 </UL><P>
13792 &lt;End of help on this topic&gt;
13793 </BODY>
13794 </HTML>
13795 ======= h_composer_custom_free ====
13796 <HTML>
13797 <HEAD>
13798 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13799 </HEAD>
13800 <BODY>
13801 <H1>CUSTOMIZED HEADER FIELD</H1>
13802 This is a customized header, i.e. not one that is part of Alpine's normal
13803 set of Compose headers.
13805 This field consists of arbitrary text.
13807 For help with message header editing
13808 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13810 <UL>   
13811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13812 </UL><P>
13813 &lt;End of help on this topic&gt;
13814 </BODY>
13815 </HTML>
13816 ====== h_composer_news =====
13817 <HTML>
13818 <HEAD>
13819 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13820 </HEAD>
13821 <BODY>
13822 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13823 Use the newsgroups line to specify any and all USENET newsgroups to which
13824 your message should be posted.  When composing a message from scratch, this
13825 line may be hidden.  If so, just press the rich headers command
13826 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13827 to make it visible.
13829 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13830 people will be reading your message.  Also, you or your system manager
13831 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13832 in order for you to be able to post.
13834 For help with message header editing
13835 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13836 <P><UL>
13837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13838 </UL>
13840 &lt;End of help on this topic&gt;
13841 </BODY>
13842 </HTML>
13843 ======= h_composer_fcc ====
13844 <HTML>
13845 <HEADER>
13846 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13847 </HEADER>
13848 <BODY>
13849 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13850 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13851 each outgoing message.  The default value can be configured with the
13852 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13853 the file carbon copy on any message you send by editing the FCC header.<p>
13855 You may type ^T to get a list of all your folders and select one to use as
13856 the FCC for this message.<P>
13858 For help with message header editing
13859 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13861 <UL>   
13862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13863 </UL><P>
13864 &lt;End of help on this topic&gt;
13865 </BODY>
13866 </HTML>
13867 ======= h_composer_subject ====
13868 <HTML>
13869 <HEADER>
13870 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13871 </HEADER>
13872 <BODY>
13873 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13875 The subject header provides a place to enter a few words that summarize
13876 the topic of the message you are sending.  You may leave this line blank,
13877 but it is considered a courtesy to use a meaningful subject.<p>
13879 For help with message header editing
13880 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13882 <UL>   
13883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13884 </UL><P>
13885 &lt;End of help on this topic&gt;
13886 </BODY>
13887 </HTML>
13888 ======= h_composer_attachment ====
13889 <HTML>
13890 <HEAD>
13891 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13892 </HEAD>
13893 <BODY>
13894 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13896 The &quot;Attchmnt:&quot; field is where you specify what file or
13897 files you'd like attached to
13898 the message you are composing.  Those files must reside on the machine
13899 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13900 account on a Unix machine, you'll have to transfer it before attaching it.
13901 Contact local computer support people for assistance with transferring.
13904 The file name
13905 given can be an absolute file path name for your system
13906 <!--chtml if pinemode="os_windows"-->
13907 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13908 with a relative pathname, or simply a file name without
13909 drive or directory specification.  
13910 <!--chtml else-->
13911 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13912 a file in your home directory, or a file path relative to your 
13913 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13914 your home directory or &quot;~user&quot; to refer to another
13915 account's home directory.
13916 <!--chtml endif--><P>
13917 No wild card characters may be used.
13918 <P>If the 
13919 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13920 feature is set, names are relative to your current working directory 
13921 <!--chtml if pinemode="running"-->
13922 (which, at least for your current Alpine &quot;session,&quot; 
13923 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13924 <!--chtml endif-->
13925 rather than your home directory
13926 <!--chtml if pinemode="running"-->
13927 (which, in the present configuration of your system, is
13928  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13929 <!--chtml endif-->
13932 Alpine uses MIME encoding for attachments, so binaries and files of any
13933 length can safely be delivered to any MIME-capable mail reading program.
13934 If you send an attachment to someone who does not have a MIME-capable mail
13935 reading program yet, then the main message text will be readable, but
13936 attachments (even attachments that are just plain text) are not.
13939 Typing the filename on the Attchmnt: line achieves the same
13940 result as using the 
13941 <!--chtml if pinemode="function_key"-->
13943 <!--chtml else-->
13944 Ctrl-J
13945 <!--chtml endif--> command.
13948 If you Forward a message with attachments, you may delete them from your
13949 Forwarded message by editing the Attchmnt header line.
13952 For help with message header editing
13953 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13955 <UL>   
13956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13957 </UL><P>
13958 &lt;End of help on this topic&gt;
13959 </BODY>
13960 </HTML>
13961 ======= h_composer_ctrl_j ====
13962 <HTML>
13963 <HEAD>
13964 <TITLE>COMPOSER ATTACH</TITLE>
13965 </HEAD>
13966 <BODY>
13967 After the
13968 <!--chtml if pinemode="function_key"-->
13970 <!--chtml else-->
13971 Ctrl-J
13972 <!--chtml endif--> command:
13973 At the &quot;File to attach:&quot; prompt, enter the name of the 
13974 existing file to attach to your message.  
13975 When the feature
13976 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13977 is set
13978 you need only enter the beginning of the filename (enough of it to uniquely 
13979 identify the file) and press TAB to complete it.
13981 Or, press ^T to use the BROWSER screen for 
13982 selecting the file.  <P>
13983 For more information on attaching files, see the help screen for the 
13984 composer's 
13985 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13986 but can be revealed using the 
13987 <!--chtml if pinemode="function_key"-->
13989 <!--chtml else-->
13990 Ctrl-R
13991 <!--chtml endif--> 
13992 command with the cursor positioned above the
13993 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13995 &lt;End of help on this topic&gt;
13996 </BODY>
13997 </HTML>
13998 ======= h_edit_nav_cmds =========
13999 <HTML>
14000 <HEAD>
14001 <TITLE>Composer Editing Commands Explained</TITLE>
14002 </HEAD>
14003 <BODY>
14004 <H1>EDITING and NAVIGATION COMMANDS</H1>
14005 <!--chtml if pinemode="function_key"-->
14006 <PRE>
14007 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14008 ^B (Left Arrow)    Back character       | ^D       Delete current character
14009 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14010 ^P (Up Arrow)      Previous line        |
14011 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14012 ^A                 Beginning of line    |            delete current line
14013 ^E                 End of line          | F10      Undelete line(s)
14014 F7                 Previous page        |
14015 F8                 Next page            |-------------------------------------
14016 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14017 ----------------------------------------|
14018 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14019 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14020 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14021 </PRE>
14022 <!--chtml else-->
14023 <PRE>
14024 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14025 ^B (Left Arrow)    Back character       | ^D       Delete current character
14026 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14027 ^P (Up Arrow)      Previous line        |
14028 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14029 ^A                 Beginning of line    |            delete current line
14030 ^E                 End of line          | ^U       Undelete line(s)
14031 ^Y                 Previous page        |
14032 ^V                 Next page            |-------------------------------------
14033 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14034 ----------------------------------------|
14035 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14036 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14037 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14038 </PRE>
14039 <!--chtml endif-->
14040 &lt;End of help on this topic&gt;
14041 </BODY>
14042 </HTML>
14043 ===== h_composer_sigedit =====
14044 <HTML>
14045 <HEAD>
14046 <TITLE>Signature Editor Commands Explained</TITLE>
14047 </HEAD>
14048 <BODY>
14049 <H1>SIGNATURE EDITOR COMMANDS</H1>
14050 <!--chtml if pinemode="function_key"-->
14051 <PRE>
14052 CURSOR MOTION KEYS                     |EDITING KEYS
14053   ^B (Left Arrow)   Back character     | ^D       Delete current character
14054   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14055   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14056   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14057   ^A                Beginning of line  |           delete current line
14058   ^E                End of line        | F10       Paste text, undelete lines
14059   F7                Previous page      |           cut with ^K, or unjustify
14060   F8                Next page          |-------------------------------------
14061   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14062 ---------------------------------------| F6       Whereis (search for string)
14063 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14064  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14065                  |  ^Z    Suspend      | ^L       Redraw Screen
14066  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14067 </PRE>
14068 <!--chtml else-->
14069 <PRE>
14070 CURSOR MOTION KEYS                     |EDITING KEYS
14071   ^B (Left Arrow)   Back character     | ^D       Delete current character
14072   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14073   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14074   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14075   ^A                Beginning of line  |           delete current line
14076   ^E                End of line        | ^U        Paste text, undelete lines
14077   ^Y                Previous page      |           cut with ^K, or unjustify
14078   ^V                Next page          |-------------------------------------
14079   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14080 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14081 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14082  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14083                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14084  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14085 </PRE>
14086 <!--chtml endif-->
14088 NOTE: The presence or absence of the following commands is determined
14089 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14090 some of these commands may be administratively disabled by your system
14091 manager; if they don't work, please check with your local help desk
14092 before reporting a bug.
14094 <UL>
14095  <LI>Suspend (suspends Alpine and gives a system prompt)
14096  <LI>Alternate editor (allows you to compose with your own editor)
14097 </UL>
14100 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14101 Ctrl-&#92;, ESC
14104 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14105 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14107 &lt;End of help on this topic&gt;
14108 </BODY>
14109 </HTML>
14110 ===== h_composer_commentedit =====
14111 <HTML>
14112 <HEAD>
14113 <TITLE>Comment Editor Commands Explained</TITLE>
14114 </HEAD>
14115 <BODY>
14116 <H1>COMMENT EDITOR COMMANDS</H1>
14117 <!--chtml if pinemode="function_key"-->
14118 <PRE>
14119 CURSOR MOTION KEYS                     |EDITING KEYS
14120   ^B (Left Arrow)   Back character     | ^D       Delete current character
14121   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14122   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14123   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14124   ^A                Beginning of line  |           delete current line
14125   ^E                End of line        | F10       Paste text, undelete lines
14126   F7                Previous page      |           cut with ^K, or unjustify
14127   F8                Next page          |-------------------------------------
14128   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14129 ---------------------------------------| F6       Whereis (search for string)
14130 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14131  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14132                  |  ^Z    Suspend      | ^L       Redraw Screen
14133  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14134 </PRE>
14135 <!--chtml else-->
14136 <PRE>
14137 CURSOR MOTION KEYS                     |EDITING KEYS
14138   ^B (Left Arrow)   Back character     | ^D       Delete current character
14139   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14140   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14141   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14142   ^A                Beginning of line  |           delete current line
14143   ^E                End of line        | ^U        Paste text, undelete lines
14144   ^Y                Previous page      |           cut with ^K, or unjustify
14145   ^V                Next page          |-------------------------------------
14146   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14147 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14148 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14149  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14150                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14151  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14152 </PRE>
14153 <!--chtml endif-->
14155 NOTE: The presence or absence of the following commands is determined
14156 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14157 some of these commands may be administratively disabled by your system
14158 manager; if they don't work, please check with your local help desk
14159 before reporting a bug.
14161 <UL>
14162  <LI>Suspend (suspends Alpine and gives a system prompt)
14163  <LI>Alternate editor (allows you to compose with your own editor)
14164 </UL>
14167 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14168 Ctrl-&#92;, ESC
14171 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14172 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14174 &lt;End of help on this topic&gt;
14175 </BODY>
14176 </HTML>
14177 ======= h_composer_abook_nick =======
14178 <HTML>
14179 <HEAD>
14180 <TITLE>Addressbook Nickname Explained</TITLE>
14181 </HEAD>
14182 <BODY>
14183 This is a short nickname for this address book entry.  If it is used in
14184 place of an address from the composer, the composer will fill in the
14185 address(es) for the entry that matches the nickname. 
14188 Look <A HREF="h_edit_nav_cmds">here</A>
14189 to see the available Editing and Navigation commands.
14191 &lt;End of help on this topic&gt;
14192 </BODY>
14193 </HTML>
14194 ======= h_composer_abook_full =======
14195 <HTML>
14196 <HEAD>
14197 <TITLE>Addressbook Fullname Explained</TITLE>
14198 </HEAD>
14199 <BODY>
14200 This is the full name field for this entry.  If this is going to be a
14201 distribution list (more than one address), it should be a descriptive
14202 phrase describing the list.  It will be included in the mail header if you
14203 put the list in the To: or CC: field, or in the To: line if you put the
14204 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14205 leave any of the other fields blank, too). If this address book entry is
14206 going to be a simple entry with just one address, then this field is the
14207 person's name. When you send mail to this entry, this is the field to the
14208 left of the brackets. That is, it is the most readable part of the 
14209 address. For example, in the sample address:
14210 <PRE>
14211        John Doe &lt;jdoe@some.domain&gt;
14212 </PRE>
14213 "John Doe" is the full name field. If you are sorting your address book
14214 with one of the options that uses full names, then it might be useful to
14215 enter the full name as "Last, First", for example:
14216 <PRE>
14217        Doe, John
14218 </PRE>
14219 so that it will be sorted using Doe instead of John. This will be changed
14220 back into John Doe when you use it.
14222 Look <A HREF="h_edit_nav_cmds">here</A>
14223 to see the available Editing and Navigation commands.
14225 &lt;End of help on this topic&gt;
14226 </BODY>
14227 </HTML>
14228 ======= h_composer_abook_fcc =======
14229 <HTML>
14230 <HEAD>
14231 <TITLE>Addressbook Fcc Explained</TITLE>
14232 </HEAD>
14233 <BODY>
14234 If this entry is the first one in the To: line of an outgoing message,
14235 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14236 you would normally get (which depends on which
14237 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14238 you've chosen). 
14240 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14241 that you don't want any Fcc associated with this entry.
14243 Look <A HREF="h_edit_nav_cmds">here</A>
14244 to see the available Editing and Navigation commands.
14246 &lt;End of help on this topic&gt;
14247 </BODY>
14248 </HTML>
14249 ====== h_config_combined_abook_display =====
14250 <HTML>
14251 <HEAD>
14252 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14253 </HEAD>
14254 <BODY>
14255 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14257 This feature affects the address book display screens.
14258 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14259 will cause the remaining address books and directory servers to disappear
14260 from the screen, leaving only the entries of the expanded address book.
14261 If this feature is set, then the other address books will remain on the screen,
14262 so that all of the address books can be present at once.
14265 The way that commands work won't be changed.
14266 For example, the Select All command will select all of the entries in the
14267 current address book, not all of the entries in all of the address books.
14268 The WhereIs command will change a little.
14269 It will search through all of the text on the screen plus all of the entries
14270 from expanded address books.
14273 When this feature is set, the setting of the feature
14274 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14275 has an effect.
14277 &lt;End of help on this topic&gt;
14278 </BODY>
14279 </HTML>
14280 ====== h_config_titlebar_color_style =====
14281 <HTML>
14282 <HEAD>
14283 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14284 </HEAD>
14285 <BODY>
14286 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14288 This option affects the colors used to display the titlebar (the top
14289 line on the screen) when viewing a message.
14292 The available options include:
14295 <DL>
14296 <DT>default</DT>
14297 <DD>The color of the titlebar will be the color you set for the
14298 <A HREF="h_config_title_color">Title Color</A>.
14299 The Title Color may be set by using the
14300 <A HREF="h_color_setup">Setup Kolor</A> screen.
14301 </DD>
14303 <DT>indexline</DT>
14304 <DD>The color of the titlebar will be the same as the color of the
14305 index line corresponding to the message being viewed.
14306 The rules that determine what color the index line will be may be set
14307 up by going to the Setup/Rules/Indexcolor screen.
14308 If the index line for a message is not colored explicitly by the
14309 Indexcolor rules, then the titlebar will be colored the same as for
14310 the &quot;default&quot; option above (which is not the same color that
14311 the index line itself will have).
14312 </DD>
14314 <DT>reverse-indexline</DT>
14315 <DD>This is similar to the &quot;indexline&quot; option except the
14316 foreground and background colors from the corresponding index line will
14317 be reversed.
14318 For example, if the index line color is red letters on a white background,
14319 then the titlebar will be white letters on a red background.
14320 If the index line for a message is not colored explicitly by the
14321 Indexcolor rules, then the titlebar will be colored the same as for
14322 the &quot;default&quot; option above (which is not the same color that
14323 the index line itself will have).
14324 </DD>
14325 </DL>
14329 <UL>   
14330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14331 </UL><P>
14332 &lt;End of help on this topic&gt;
14333 </BODY>
14334 </HTML>
14335 ====== h_config_index_color_style =====
14336 <HTML>
14337 <HEAD>
14338 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14339 </HEAD>
14340 <BODY>
14341 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14343 This option affects the colors used to display the current line in the
14344 MESSAGE INDEX screen.
14345 If you do not have Index Color Rules defined, then this option will
14346 have no effect in the index.
14347 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14349 If the option
14350 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14351 is turned on and the
14352 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14353 is set to something other than the default, then
14354 this option also affects the color used to display the current folder
14355 in the Incoming FOLDER LIST screen.
14358 The available options include:
14361 <DL>
14362 <DT>flip-colors</DT>
14363 <DD>This is the default.
14364 If an index line is colored because it matches one of your
14365 Index Color Rules, then its colors will be reversed when it is the currently
14366 highlighted line.
14367 For example, if the line is normally red text on a blue background, then
14368 when it is the current line it will be drawn as blue text on a red background.
14370 The rest of the option values all revert to this flip-colors behavior if
14371 there is no Reverse Color defined.
14372 </DD>
14374 <DT>reverse</DT>
14375 <DD>With this option the Reverse color is always used to highlight the
14376 current line.
14377 </DD>
14379 <DT>reverse-fg</DT>
14380 <DD>The foreground part of the Reverse Color is used to highlight
14381 the current line.
14382 If this would cause the text to be unreadable (because the foreground and
14383 background colors are the same) or if it would cause no change in the
14384 color of the index line, then the colors are flipped instead.
14386 Some people think this works particularly well if you use different
14387 background colors to emphasize &quot;interesting&quot; lines,
14388 but always with the same Normal foreground color,
14389 and you use a different foreground color for the Reverse Color.
14390 </DD>
14392 <DT>reverse-fg-no-ambiguity</DT>
14393 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14394 the resulting color will be exactly the same as the regular Reverse
14395 Color.
14396 That can lead to some possible confusion because an
14397 &quot;interesting&quot;
14398 line that is the current line will be displayed exactly the same as a
14399 non-interesting line that is current.
14400 You can't tell whether the line is just a regular current line or if it is
14401 an &quot;interesting&quot; current line by looking at the color.
14402 Setting the option to this value removes that ambiguity.
14403 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14404 interesting current line would look just like a non-interesting current line.
14405 In that case, the interesting line's colors are simply flipped (like in the
14406 default behavior).
14408 As an alternative way to preserve the line's interestingness in this case,
14409 you may find that using both a different foreground and a different
14410 background color for the interesting line will help.
14411 </DD>
14413 <DT>reverse-bg</DT>
14414 <DD>The background part of the Reverse Color is used to highlight
14415 the current line.
14416 If this would cause the text to be unreadable (because the foreground and
14417 background colors are the same) or if it would cause no change in the
14418 color of the index line, then the colors are flipped instead.
14420 Some people think this works particularly well if you use different
14421 foreground colors to emphasize &quot;interesting&quot; lines,
14422 but always with the same Normal background color,
14423 and you use a different background color for the Reverse Color.
14424 </DD>
14426 <DT>reverse-bg-no-ambiguity</DT>
14427 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14428 rule may also result in a color that is exactly the same as the regular
14429 Reverse Color.
14430 Setting the option to this value removes that ambiguity.
14431 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14432 current line has the same color as the Reverse Color.
14433 In that case, the interesting line's colors are simply flipped (like in the
14434 default behavior).
14435 </DD>
14436 </DL>
14440 <UL>   
14441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14442 </UL><P>
14443 &lt;End of help on this topic&gt;
14444 </BODY>
14445 </HTML>
14446 ====== h_config_expanded_addrbooks =====
14447 <HTML>
14448 <HEAD>
14449 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14450 </HEAD>
14451 <BODY>
14452 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14454 If multiple address books (either personal or global) are defined, and you
14455 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14456 screen, then set this feature. This feature will have no effect unless the
14457 feature
14458 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14459 is also set.
14461 &lt;End of help on this topic&gt;
14462 </BODY>
14463 </HTML>
14464 ====== h_config_combined_folder_display =====
14465 <HTML>
14466 <HEAD>
14467 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14468 </HEAD>
14469 <BODY>
14470 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14472 This feature affects the folder list display screens.
14473 Normally, each folder list is viewed within its collection only.  This
14474 command allows folder lists to be viewed within a single screen that
14475 combines the contents of all collections.
14478 The way that commands work won't be changed.
14479 For example, the Select All command will select all of the folders in the
14480 current collection, not all of the entries in all of the collections.
14481 The WhereIs command will change a little.
14482 It will search through all of the folders in the current collection as well
14483 as all the folder in any other expanded collection.
14486 When this feature is set, the setting of the feature
14487 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14488 has an effect.
14490 &lt;End of help on this topic&gt;
14491 </BODY>
14492 </HTML>
14493 ====== h_config_combined_subdir_display =====
14494 <HTML>
14495 <HEAD>
14496 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14497 </HEAD>
14498 <BODY>
14499 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14501 This feature affects the Folder List screen when
14503 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14504 feature is enabled.  Normally, selecting a directory from the Folder
14505 List takes you into a new screen displaying only the contents of
14506 that directory.
14509 Enabling this feature will cause the contents of the selected
14510 directory to be
14511 displayed within the boundaries of the &quot;Collection&quot; it
14512 is a part of.  All previously displayed collections will remain
14513 in the screen.
14516 The way that commands work won't be changed.
14517 For example, the Select All command will select all of the folders in the
14518 directory, as opposed to all of the entries in all of the collections.
14519 The WhereIs command will change a little.
14520 It will search through all of the folders in the current collection as well
14521 as all the folder in any other expanded collection.
14524 &lt;End of help on this topic&gt;
14525 </BODY>
14526 </HTML>
14527 ====== h_config_separate_fold_dir_view =====
14528 <HTML>
14529 <HEAD>
14530 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14531 </HEAD>
14532 <BODY>
14533 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14535 This feature affects folder collections wherein a folder
14536 and directory can have the same name.  By default, Alpine displays them
14537 only once, denoting that it is both a folder and directory by appending
14538 the folder name with the hierarchy character enclosed
14539 in square brackets.
14543 Enabling this feature will cause Alpine to display such names
14544 separately marking the name representing a directory with a trailing
14545 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14548 The feature also alters the command set slightly.  By default, the
14549 right-arrow descends into the directory, while hitting the Return key will
14550 cause the folder by that name to be opened.
14553 With this feature set, the Return key will open the highlighted folder, or
14554 enter the highlighted directory.
14557 &lt;End of help on this topic&gt;
14558 </BODY>
14559 </HTML>
14560 ====== h_config_expanded_folders =====
14561 <HTML>
14562 <HEAD>
14563 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14564 </HEAD>
14565 <BODY>
14566 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14568 If multiple folder collections are defined, and you
14569 wish to have them all expanded implicitly upon entering the FOLDER LIST
14570 screen, then set this feature. This feature will have no effect unless the
14571 feature
14572 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14573 is also set.
14575 &lt;End of help on this topic&gt;
14576 </BODY>
14577 </HTML>
14578 ======= h_config_ldap_server =======
14579 <HTML>
14580 <HEAD>
14581 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14582 </HEAD>
14583 <BODY>
14584 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14585 This is the name of the host where an LDAP server is running.
14586 For redundancy, this may be a space-delimited set of server names, in which
14587 case the first server that answers is used.
14588 Each of the server names may be optionally followed by
14589 a colon and a port number.
14590 If this form is used then the port number configured below in the
14591 <EM>port</EM> field is not used.
14593 To find out whether your organization has its own LDAP server, 
14594 contact its computing support staff.
14595 <P><UL>
14596 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14597 </UL>
14599 &lt;End of help on this topic&gt;
14600 </BODY>
14601 </HTML>
14602 ======= h_config_ldap_base =======
14603 <HTML>
14604 <HEAD>
14605 <TITLE>LDAP OPTION: Search-Base</TITLE>
14606 </HEAD>
14607 <BODY>
14608 <H1>LDAP OPTION: Search-Base</H1>
14610 This is the search base to be used on this server.  It functions as a filter 
14611 by restricting your searches in the LDAP server database
14612 to the specified contents of the specified fields.  Without it, searches 
14613 submitted to this directory server may fail.  It might be something
14614 like:
14616 <PRE>
14617       O = &lt;Your Organization Name&gt;, C = US
14618 </PRE>
14619 or it might be blank.  
14620 (Some LDAP servers actually ignore anything specified here.)
14622 If in doubt what parameters you should specify here, 
14623 contact the maintainers of the LDAP server.
14624 <P><UL>
14625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14626 </UL>
14628 &lt;End of help on this topic&gt;
14629 </BODY>
14630 </HTML>
14631 ======= h_config_ldap_port =======
14632 <HTML>
14633 <HEAD>
14634 <TITLE>LDAP OPTION: Port</TITLE>
14635 </HEAD>
14636 <BODY>
14637 <H1>LDAP OPTION: Port</H1>
14639 This is the TCP port number to be used with this LDAP server. If you leave
14640 this blank port 389 will be used.
14642 &lt;End of help on this topic&gt;
14643 </BODY>
14644 </HTML>
14645 ======= h_config_ldap_nick =======
14646 <HTML>
14647 <HEAD>
14648 <TITLE>LDAP OPTION: Nickname</TITLE>
14649 </HEAD>
14650 <BODY>
14651 <H1>LDAP OPTION: Nickname</H1>
14653 This is a nickname to be used in displays. If you don't supply a
14654 nickname the server name
14655 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14656 will be used instead.  This option is strictly for your convenience.
14658 &lt;End of help on this topic&gt;
14659 </BODY>
14660 </HTML>
14661 ======= h_config_ldap_binddn =======
14662 <HTML>
14663 <HEAD>
14664 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14665 </HEAD>
14666 <BODY>
14667 <H1>LDAP OPTION: Bind-DN</H1>
14669 You may need to authenticate to the LDAP server before you are able to use it.
14670 This is the Distinguished Name to bind to when authenticating to this server.
14671 Try leaving this blank until you know you need it.
14673 Alpine only knows about LDAP Simple authentication.
14674 It does not attempt LDAP SASL authentication.
14675 The DN and password will be sent in the clear unless TLS encryption is
14676 being used on this connection.
14677 Because of this, you may want to set the LDAP feature
14678 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14679 or the feature
14680 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14681 if you are going to be providing a password.
14682 <P><UL>
14683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14684 </UL>
14686 &lt;End of help on this topic&gt;
14687 </BODY>
14688 </HTML>
14689 ======= h_config_ldap_opts_impl =======
14690 <HTML>
14691 <HEAD>
14692 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14693 </HEAD>
14694 <BODY>
14695 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14697 Set this to have lookups done to this server implicitly from the composer.
14698 If an address doesn't look like a fully-qualified address, it will be looked
14699 up in your address books, and if it doesn't match a nickname there, then it
14700 will be looked up on the LDAP servers that have this feature set.
14701 The lookups will also be done when using the address completion feature
14702 (TAB command) in the composer if any of the serves have this feature set.
14703 Also see the LDAP feature
14704 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14705 and the Setup/Config feature
14706 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14708 &lt;End of help on this topic&gt;
14709 </BODY>
14710 </HTML>
14711 ======= h_config_ldap_opts_tls =======
14712 <HTML>
14713 <HEAD>
14714 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14715 </HEAD>
14716 <BODY>
14717 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14719 When connecting to this server Alpine will attempt to use TLS encryption
14720 on the connection.
14721 Also see the closely related feature
14722 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14724 &lt;End of help on this topic&gt;
14725 </BODY>
14726 </HTML>
14727 ======= h_config_ldap_opts_tlsmust =======
14728 <HTML>
14729 <HEAD>
14730 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14731 </HEAD>
14732 <BODY>
14733 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14735 When connecting to this server Alpine will attempt to use TLS encryption
14736 on the connection.
14737 If the StartTLS operation fails then the connection will not be used.
14739 &lt;End of help on this topic&gt;
14740 </BODY>
14741 </HTML>
14742 ====== h_config_ldap_opts_rhs =====
14743 <HTML>
14744 <HEAD>
14745 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14746 </HEAD>
14747 <BODY>
14748 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14750 Normally implicit LDAP lookups from the composer are done only for the
14751 strings you type in from the composer screen. In other words, you type in
14752 something in the To or CC field and press return, then the string is looked up.
14753 First that string is looked up in your address books. If a match is found
14754 there, then the results of that match are looked up again. If you place
14755 a string in your address book that you want to have looked up on the LDAP
14756 directory server, you need to turn on this feature. If you set this feature
14757 for a server, you almost always will also want to set the
14758 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14759 feature. An example might serve to best illustrate this feature.
14761 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14762 entry with an
14763 address of pres@whitehouse.gov, then you might put an entry in your address
14764 book that looks like:
14766 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14767 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14769 Now, when you type &quot;bill&quot; into an
14770 address field in the composer Alpine will
14771 find the &quot;bill&quot; entry in your address book.
14772 It will replace &quot;bill&quot; with
14773 &quot;William Clinton&quot;.
14774 It will then search for an entry with that nickname
14775 in your address book and not find one. If this feature
14776 is set, Alpine will then attempt to lookup
14777 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14778 pres@whitehouse.gov.
14780 A better way to accomplish the same thing is probably to use the feature
14781 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14783 &lt;End of help on this topic&gt;
14784 </BODY>
14785 </HTML>
14786 ====== h_config_ldap_opts_ref =====
14787 <HTML>
14788 <HEAD>
14789 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14790 </HEAD>
14791 <BODY>
14792 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14794 Normally when you save the results of an LDAP directory lookup to your
14795 address book the results of the lookup are saved. If this feature is set
14796 and the entry being saved was found on this directory server, then the
14797 search criteria is saved instead of the results of the search. When this
14798 address book entry is used in the future, instead of copying the results
14799 from the address book the directory lookup will be done again. This could
14800 be useful if the copied result might become stale because the data on
14801 the directory server changes (for example, the entry's email address changes).
14802 You probably don't want to set this feature if the server is at all slow or
14803 unreliable.
14805 The way this actually works is that instead of saving the email address
14806 in your address book, Alpine saves enough information to look up the same
14807 directory entry again. In particular, it saves the server name and the
14808 distinguished name of the entry. It's possible that the server administrators
14809 might change the format of distinguished names on the server, or that the
14810 entry might be removed from the server. If Alpine notices this, you will be warned
14811 and a backup copy of the email address will be used. You may want to create
14812 a new entry in this case, since you will get the annoying warning every
14813 time you use the old entry. You may do that by Saving the entry to a new
14814 nickname in the same address book. You will be asked whether or not you
14815 want to use the backup email address.
14817 A related feature in the Setup/Config screen is
14818 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14820 &lt;End of help on this topic&gt;
14821 </BODY>
14822 </HTML>
14823 ======= h_config_ldap_opts_nosub =======
14824 <HTML>
14825 <HEAD>
14826 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14827 </HEAD>
14828 <BODY>
14829 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14831 Spaces in your input are normally handled specially.
14832 Each space character is replaced
14835 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14837 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14838 The reason this is done is so the input string
14840 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14842 (which is converted to &quot;Greg* Donald&quot;) will match
14843 the names &quot;Greg Donald&quot;,
14844 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14845 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14846 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14847 then it would also match the name &quot;Greg Donaldson&quot;.
14849 Turning on this feature will disable this substitution.
14851 &lt;End of help on this topic&gt;
14852 </BODY>
14853 </HTML>
14854 ====== h_config_ldap_searchtypes =======
14855 <HTML>
14856 <HEAD>
14857 <TITLE>LDAP OPTION: Search-Type</TITLE>
14858 </HEAD>
14859 <BODY>
14860 <H1>LDAP OPTION: Search-Type</H1>
14862 This affects the way that LDAP searches are done.
14863 In particular, this tells the server where to look for the string to be matched.
14864 If set to &quot;name&quot; then the string that is being searched for will
14865 be compared with the string in the
14866 &quot;Name&quot; field on the server
14867 (technically, it is the &quot;commonname&quot; field on the server).
14868 &quot;Surname&quot; means we're looking for a
14869 match in the &quot;Surname&quot; field on the
14870 server (actually the &quot;sn&quot; field).
14871 &quot;Givenname&quot; really is &quot;givenname&quot;
14872 and &quot;email&quot; is the electronic mail address (this is actually the field
14873 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14874 The other three types are combinations of
14875 the types listed so far. &quot;Name-or-email&quot;
14876 means the string should appear
14877 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14878 Likewise, &quot;surname-or-givenname&quot;
14879 means &quot;surname&quot; OR &quot;givenname&quot;
14880 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14882 This search TYPE is combined with the
14883 search <A HREF="h_config_ldap_searchrules">RULE</A>
14884 to form the actual search query.
14886 The usual default value for this
14887 option is &quot;sur-or-given-or-name-or-email&quot;.
14888 This type of search may be slow on some servers.
14889 Try &quot;name-or-email&quot;, which is often
14890 faster, or just &quot;name&quot; if the performance seems to be a problem.
14892 Some servers have been configured with different attribute names for
14893 these four fields.
14894 In other words, instead of using the attribute name &quot;mail&quot;
14895 for the email address field, the server might be configured to use something
14896 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14897 Alpine can be configured to use these different attribute names by using
14898 the four configuration options:
14899 <P><UL>
14900 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14901 </UL>
14902 <P><UL>
14903 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14904 </UL>
14905 <P><UL>
14906 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14907 </UL>
14908 <P><UL>
14909 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14910 </UL>
14912 &lt;End of help on this topic&gt;
14913 </BODY>
14914 </HTML>
14915 ====== h_config_ldap_searchrules =======
14916 <HTML>
14917 <HEAD>
14918 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14919 </HEAD>
14920 <BODY>
14921 <H1>LDAP OPTION: Search-Rule</H1>
14923 This affects the way that LDAP searches are done.
14924 If set to &quot;equals&quot; then
14925 only exact matches count.
14926 &quot;Contains&quot; means that the string you type in
14927 is a substring of what you are matching against.
14928 &quot;Begins-with&quot; and &quot;ends-with&quot;
14929 mean that the string starts or ends with the string you type in.
14931 Spaces in your input are normally handled specially, but you can turn that
14932 special handling off with the
14933 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14934 feature.
14936 The usual default value for this option is &quot;begins-with&quot;.
14938 &lt;End of help on this topic&gt;
14939 </BODY>
14940 </HTML>
14941 ======= h_config_ldap_email_attr =======
14942 <HTML>
14943 <HEAD>
14944 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14945 </HEAD>
14946 <BODY>
14947 <H1>LDAP OPTION: EmailAttribute</H1>
14949 This is the name of the attribute that is searched for when looking for
14950 an email address. The default value for this option is &quot;mail&quot; or
14951 &quot;electronicmail&quot;.
14952 If the server you are using uses a different attribute name for the email
14953 address, put that attribute name here.
14955 This will affect the search filter used if your Search-Type is one that
14956 contains a search for &quot;email&quot;.
14957 It will also cause the attribute value matching this attribute name to be used
14958 as the email address when you look up an entry from the composer.
14960 &lt;End of help on this topic&gt;
14961 </BODY>
14962 </HTML>
14963 ======= h_config_ldap_sn_attr =======
14964 <HTML>
14965 <HEAD>
14966 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14967 </HEAD>
14968 <BODY>
14969 <H1>LDAP OPTION: SurnameAttribute</H1>
14971 This is the name of the attribute that is searched for when looking for
14972 the surname of the entry. The default value for this option is &quot;sn&quot;.
14973 If the server you are using uses a different attribute name for the surname,
14974 put that attribute name here.
14975 This will affect the search filter used if your Search-Type is one that
14976 contains a search for &quot;surname&quot;.
14978 &lt;End of help on this topic&gt;
14979 </BODY>
14980 </HTML>
14981 ======= h_config_ldap_gn_attr =======
14982 <HTML>
14983 <HEAD>
14984 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14985 </HEAD>
14986 <BODY>
14987 <H1>LDAP OPTION: GivennameAttribute</H1>
14989 This is the name of the attribute that is searched for when looking for
14990 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14991 If the server you are using uses a different attribute name for the given name,
14992 put that attribute name here.
14993 This will affect the search filter used if your Search-Type is one that
14994 contains a search for &quot;givenname&quot;.
14996 &lt;End of help on this topic&gt;
14997 </BODY>
14998 </HTML>
14999 ======= h_config_ldap_cn_attr =======
15000 <HTML>
15001 <HEAD>
15002 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15003 </HEAD>
15004 <BODY>
15005 <H1>LDAP OPTION: NameAttribute</H1>
15007 This is the name of the attribute that is searched for when looking for
15008 the name of the entry. The default value for this option is &quot;cn&quot;, which
15009 stands for common name.
15010 If the server you are using uses a different attribute name for the name,
15011 put that attribute name here.
15012 This will affect the search filter used if your Search-Type is one that
15013 contains a search for &quot;name&quot;.
15015 &lt;End of help on this topic&gt;
15016 </BODY>
15017 </HTML>
15018 ======= h_config_ldap_time =======
15019 <HTML>
15020 <HEAD>
15021 <TITLE>LDAP OPTION: Timelimit</TITLE>
15022 </HEAD>
15023 <BODY>
15024 <H1>LDAP OPTION: Timelimit</H1>
15026 This places a limit on the number of seconds the LDAP search will continue.
15027 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15028 may place limits of their own on searches.
15030 &lt;End of help on this topic&gt;
15031 </BODY>
15032 </HTML>
15033 ======= h_config_ldap_size =======
15034 <HTML>
15035 <HEAD>
15036 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15037 </HEAD>
15038 <BODY>
15039 <H1>LDAP OPTION: Sizelimit</H1>
15041 This places a limit on the number of entries returned by the LDAP server.
15042 A value of 0 means no limit. The default is 0. Note that some servers
15043 may place limits of their own on searches.
15045 &lt;End of help on this topic&gt;
15046 </BODY>
15047 </HTML>
15048 ======= h_config_ldap_cust =======
15049 <HTML>
15050 <HEAD>
15051 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15052 </HEAD>
15053 <BODY>
15054 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15056 This one is for advanced users only! If you define this, then the
15057 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15058 However, the feature
15059 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15060 is still in effect.
15061 That is, the space substitution will take place even in a custom filter unless
15062 you disable it.
15064 If your LDAP service stops working and you suspect it might be because
15065 of your custom filter, just delete this filter and try using the
15066 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15067 Another option that sometimes causes trouble is the
15068 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15070 This variable may be set to the string representation of an LDAP search
15071 filter (see RFC1960). In the places where you want the address string to be
15072 substituted in, put a '%s' in this filter string. Here are some examples:
15074 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15075 is equivalent to the &quot;Custom-Search-Filter&quot;
15076 <PRE>
15077      (cn=%s*)
15078 </PRE>
15079 When you try to match against the string &quot;string&quot; the program replaces
15080 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15081 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15083 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15084 of &quot;contains&quot; is equivalent to
15085 <PRE>
15086      (|(cn=*%s*)(mail=*%s*))
15087 </PRE>
15089 If your server uses a different attribute <EM>name</EM> than
15090 Alpine uses by default,
15091 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15092 then you may be able to use one or more of the four attribute configuration
15093 options instead of defining a custom filter:
15094 <P><UL>
15095 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15096 </UL>
15097 <P><UL>
15098 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15099 </UL>
15100 <P><UL>
15101 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15102 </UL>
15103 <P><UL>
15104 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15105 </UL>
15107 &lt;End of help on this topic&gt;
15108 </BODY>
15109 </HTML>
15110 ======= h_composer_abook_comment =======
15111 <HTML>
15112 <HEAD>
15113 <TITLE>Addressbook Comment Explained</TITLE>
15114 </HEAD>
15115 <BODY>
15116 This is a comment to help you remember what this entry is. The WhereIs
15117 command searches comments so that it is easier to find an entry with a comment
15118 you know about attached to it. This field is not used in the outgoing message.
15120 Look <A HREF="h_edit_nav_cmds">here</A>
15121 to see the available Editing and Navigation commands.
15123 &lt;End of help on this topic&gt;
15124 </BODY>
15125 </HTML>
15126 ======= h_composer_abook_addrs =======
15127 <HTML>
15128 <HEAD>
15129 <TITLE>Addressbook Lists</TITLE>
15130 </HEAD>
15131 <BODY>
15132 <H1>Addressbook Lists</H1>
15134 This is a list of addresses to send to when sending to this address book
15135 entry.  Each member of the list may be an address or another nickname from
15136 any of your address books.  If it is an address, it is OK to include the
15137 full name field as well as the electronic address portion of that address.
15138 For example, the following are all legitimate entries in this field:
15140 <DL><DT>&nbsp;</DT>
15141 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15142 <DD>jdoe@some.domain
15143 <DD>John Doe &lt;jdoe@some.domain&gt;
15144 </DL>
15146 The addresses should be listed separated by commas, just like you would
15147 enter them from the composer.
15151 The only difference between a distribution list and a simple entry with a
15152 single address, is that a distribution list has more than one address   
15153 listed in the Addresses: field, whereas a simple personal entry has just  
15154 one address.
15158 For individual address book entries, if there is a full name in the
15159 Fullname: field (filling in the Fullname: field is not required), it is
15160 used.  If the full name is specified in the Address: field and not in the
15161 Fullname: field, then the full name from the Address: field is used.
15165 If you type the nickname of a distribution list from one of your address 
15166 books in the Lcc: field, then the full name of that list is used in the  
15167 To: field.  If you put a list in the To: or Cc: fields, that list will be
15168 expanded into all of its addresses.  If the list has a full name, then
15169 that will appear at the beginning of the addresses.
15171 <DL><DT>&nbsp;</DT>
15172 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15173 &lt;sal@here.there&gt;
15174 </DL>
15176 If the first address in the distribution list also has a full name, then
15177 the list full name and that full name are combined into something like the
15178 following:
15180 <DL><DT>&nbsp;</DT>
15181 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15182 </DL>
15185 If you specify a list via Lcc, the full name is used in the To: line.  If
15186 you specify a list in the To: or Cc: fields, then it uses the same method
15187 as for individual entries for filling in the full name.
15191 For help with editing and navigation commands, check the Help for the
15192 Nickname: field.
15195 &lt;End of help on this topic&gt;
15196 </BODY>
15197 </HTML>
15198 ======= h_config_role_nick =======
15199 <HTML>
15200 <HEAD>
15201 <TITLE>Nickname Explained</TITLE>
15202 </HEAD>
15203 <BODY>
15204 <H1>Nickname Explained</H1>
15206 This is a nickname to help you.
15207 You should have a different nickname for each role you define.
15208 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15209 pick a role to edit.
15210 It will also be used when you send a message to let you know you are
15211 sending with a different role than you use by default, and
15212 it will be useful for choosing a role when composing with the Role command
15213 or when composing with one of the Role Uses set to With Confirmation.
15214 This field is not used in the outgoing message.
15216 Look <A HREF="h_edit_nav_cmds">here</A>
15217 to see the available Editing and Navigation commands.
15219 &lt;End of help on this topic&gt;
15220 </BODY>
15221 </HTML>
15222 ======= h_config_role_comment =======
15223 <HTML>
15224 <HEAD>
15225 <TITLE>Comment Explained</TITLE>
15226 </HEAD>
15227 <BODY>
15228 <H1>Comment Explained</H1>
15230 This is a comment to help you.
15231 This comment does not play any functional role, it is simply an optional
15232 comment to help you remember what the rule is for.
15234 Look <A HREF="h_edit_nav_cmds">here</A>
15235 to see the available Editing and Navigation commands.
15237 &lt;End of help on this topic&gt;
15238 </BODY>
15239 </HTML>
15240 ======= h_config_other_nick =======
15241 <HTML>
15242 <HEAD>
15243 <TITLE>Nickname Explained</TITLE>
15244 </HEAD>
15245 <BODY>
15246 <H1>Nickname Explained</H1>
15248 This is a nickname to help you.
15249 You should have a different nickname for each rule you define.
15250 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15251 pick a rule to edit.
15253 Look <A HREF="h_edit_nav_cmds">here</A>
15254 to see the available Editing and Navigation commands.
15256 &lt;End of help on this topic&gt;
15257 </BODY>
15258 </HTML>
15259 ======= h_config_score_nick =======
15260 <HTML>
15261 <HEAD>
15262 <TITLE>Nickname Explained</TITLE>
15263 </HEAD>
15264 <BODY>
15265 <H1>Nickname Explained</H1>
15267 This is a nickname to help you.
15268 You should have a different nickname for each scoring rule you define.
15269 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15270 pick a rule to edit.
15272 Look <A HREF="h_edit_nav_cmds">here</A>
15273 to see the available Editing and Navigation commands.
15275 &lt;End of help on this topic&gt;
15276 </BODY>
15277 </HTML>
15278 ======= h_config_incol_nick =======
15279 <HTML>
15280 <HEAD>
15281 <TITLE>Nickname Explained</TITLE>
15282 </HEAD>
15283 <BODY>
15284 <H1>Nickname Explained</H1>
15286 This is a nickname to help you.
15287 You should have a different nickname for each color rule you define.
15288 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15289 pick a rule to edit.
15291 Look <A HREF="h_edit_nav_cmds">here</A>
15292 to see the available Editing and Navigation commands.
15294 &lt;End of help on this topic&gt;
15295 </BODY>
15296 </HTML>
15297 ======= h_config_filt_nick =======
15298 <HTML>
15299 <HEAD>
15300 <TITLE>Nickname Explained</TITLE>
15301 </HEAD>
15302 <BODY>
15303 <H1>Nickname Explained</H1>
15305 This is a nickname to help you.
15306 You should have a different nickname for each filtering rule you define.
15307 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15308 pick a rule to edit.
15310 Look <A HREF="h_edit_nav_cmds">here</A>
15311 to see the available Editing and Navigation commands.
15313 &lt;End of help on this topic&gt;
15314 </BODY>
15315 </HTML>
15316 ======= h_config_score_topat =======
15317 <HTML>
15318 <HEAD>
15319 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15320 </HEAD>
15321 <BODY>
15322 <H1>&quot;To:&quot; Pattern Explained</H1>
15324 Any text you enter as the &quot;To pattern&quot;
15325 will be compared to the recipients from the To: line of
15326 the message being scored.
15327 When the text you entered matches
15328 all or part of the To: line of a message, then the Score Value
15329 you have specified will be added to the score for the message.
15330 (Any other non-blank parts of the Pattern must match, too.)
15333 You may enter a complete email address, part of an address, or a
15334 list of addresses or partial addresses.
15335 For example:
15338 <PRE>
15339  To pattern = friend@public.com
15341  To pattern = rated.net
15343  To pattern = xxx@adults.com
15344               admin@msn.com
15345               fool@motleyfool.com
15346 </PRE>
15349 Each of those are valid To patterns.
15352 Messages match those patterns if any of the
15353 addresses in the To: line of the message contains the pattern.
15354 If the pattern is a list of patterns
15355 (like the last example above) then it is a match if any of the patterns in
15356 the list match any of the addresses in the To: line.
15357 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15358 present for a match.
15359 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15360 address2 must be present.
15361 That is exactly what using a list does.)
15364 Some messages may be &quot;bounced&quot; to you, and will
15365 have a &quot;Resent-To:&quot; header line.
15366 If the message contains a Resent-To: line
15367 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15368 Alpine will look for
15369 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15370 the original To: line.
15373 When entering a pattern, you may choose an address from your address book
15374 with the &quot;T&quot; command.
15377 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15378 &quot;!&quot; &quot;toggle NOT&quot; command.
15379 This changes the meaning of the To pattern so that it has the opposite meaning.
15380 It will be considered a match if there are no matches between the
15381 addresses in the To: line and the list of To patterns.
15383 Don't make the mistake of putting the &quot;!&quot; in the data field for
15384 the pattern.
15385 For example, if you type the characters &quot;!frizzle&quot; into the To
15386 pattern, the pattern will look like:
15388 <PRE>
15389  To pattern = !frizzle
15390 </PRE>
15392 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15393 In order to match messages that do not have &quot;frizzle&quot; in
15394 their To field, first type the characters &quot;frizzle&quot; followed
15395 by carriage return for the value of the To pattern, then negate it
15396 by typing the &quot;!&quot; command.
15397 It should end up looking like
15399 <PRE>
15400  ! To pattern = frizzle
15401 </PRE>
15403 You are not limited to using the six standard header patterns that are
15404 normally shown (To, From, Sender, Cc, News, and Subject).
15405 You may add any other header to a Pattern by
15406 using the &quot;eXtraHdr&quot; command to specify a different
15407 message header line; and then the Add or Change command to fill in
15408 a pattern for the new header line, just like you would for a standard header.
15410 A technicality: Since comma is the character used to separate multiple
15411 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15412 you want to include a literal comma in the field.
15413 In other words, if you type a backslash followed by a comma it will
15414 be interpreted as a comma by Alpine, instead of as a separator between
15415 pattern values.
15416 All other backslashes are literal backslashes and should not be escaped.
15418 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15419 for more information on Patterns.
15421 Look <A HREF="h_edit_nav_cmds">here</A>
15422 to see the available Editing and Navigation commands.
15424 &lt;End of help on this topic&gt;
15425 </BODY>
15426 </HTML>
15427 ======= h_config_incol_topat =======
15428 <HTML>
15429 <HEAD>
15430 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15431 </HEAD>
15432 <BODY>
15433 <H1>&quot;To:&quot; Pattern Explained</H1>
15435 Any text you enter as the &quot;To pattern&quot;
15436 will be compared to the recipients from the To: lines of
15437 the messages in the index.
15438 When the text you entered matches
15439 all or part of the To: line of a message, then the Index Line Color you have
15440 specified will be used for that line in the index.
15441 (Any other non-blank parts of the Pattern must match, too.)
15444 You may enter a complete email address, part of an address, or a
15445 list of addresses or partial addresses.
15446 For example:
15449 <PRE>
15450  To pattern = friend@public.com
15451  To pattern = rated.net
15452  To pattern = xxx@adults.com
15453               admin@msn.com
15454               fool@motleyfool.com
15455 </PRE>
15458 Each of those are valid To patterns.
15461 Messages match those patterns if any of the
15462 addresses in the To: line of the message contains the pattern.
15463 If the pattern is a list of patterns
15464 (like the last example above) then it is a match if any of the patterns in
15465 the list match any of the addresses in the To: line.
15466 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15467 present for a match.
15468 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15469 address2 must be present.
15470 That is exactly what using a list does.)
15473 Some messages may be &quot;bounced&quot; to you, and will
15474 have a &quot;Resent-To:&quot; header line.
15475 If the message contains a Resent-To: line
15476 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15477 Alpine will look for
15478 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15479 the original To: line.
15482 When entering a pattern, you may choose an address from your address book
15483 with the &quot;T&quot; command.
15486 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15487 &quot;!&quot; &quot;toggle NOT&quot; command.
15488 This changes the meaning of the To pattern so that it has the opposite meaning.
15489 It will be considered a match if there are no matches between the
15490 addresses in the To: line and the list of To patterns.
15492 Don't make the mistake of putting the &quot;!&quot; in the data field for
15493 the pattern.
15494 For example, if you type the characters &quot;!frizzle&quot; into the To
15495 pattern, the pattern will look like:
15497 <PRE>
15498  To pattern = !frizzle
15499 </PRE>
15501 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15502 In order to match messages that do not have &quot;frizzle&quot; in
15503 their To field, first type the characters &quot;frizzle&quot; followed
15504 by carriage return for the value of the To pattern, then negate it
15505 by typing the &quot;!&quot; command.
15506 It should end up looking like
15508 <PRE>
15509  ! To pattern = frizzle
15510 </PRE>
15513 You are not limited to using the six standard header patterns that are
15514 normally shown (To, From, Sender, Cc, News, and Subject).
15515 You may add any other header to a Pattern by
15516 using the &quot;eXtraHdr&quot; command to specify a different
15517 message header line; and then the Add or Change command to fill in
15518 a pattern for the new header line, just like you would for a standard header.
15520 A technicality: Since comma is the character used to separate multiple
15521 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15522 you want to include a literal comma in the field.
15523 In other words, if you type a backslash followed by a comma it will
15524 be interpreted as a comma by Alpine, instead of as a separator between
15525 pattern values.
15526 All other backslashes are literal backslashes and should not be escaped.
15528 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15529 for more information on Patterns.
15531 Look <A HREF="h_edit_nav_cmds">here</A>
15532 to see the available Editing and Navigation commands.
15534 &lt;End of help on this topic&gt;
15535 </BODY>
15536 </HTML>
15537 ======= h_config_other_topat =======
15538 <HTML>
15539 <HEAD>
15540 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15541 </HEAD>
15542 <BODY>
15543 <H1>&quot;To:&quot; Pattern Explained</H1>
15545 For some of the OTHER RULES actions, there is no message that is being
15546 compared against.
15547 If that is the case, then only the Current Folder Type is checked.
15548 In particular, this To pattern is ignored.
15549 Actions that fall into this category include both
15550 Sort Order and Index Format.
15552 A technicality: Since comma is the character used to separate multiple
15553 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15554 you want to include a literal comma in the field.
15555 In other words, if you type a backslash followed by a comma it will
15556 be interpreted as a comma by Alpine, instead of as a separator between
15557 pattern values.
15558 All other backslashes are literal backslashes and should not be escaped.
15560 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15561 for more information on Patterns.
15563 Look <A HREF="h_edit_nav_cmds">here</A>
15564 to see the available Editing and Navigation commands.
15566 &lt;End of help on this topic&gt;
15567 </BODY>
15568 </HTML>
15569 ======= h_config_filt_topat =======
15570 <HTML>
15571 <HEAD>
15572 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15573 </HEAD>
15574 <BODY>
15575 <H1>&quot;To:&quot; Pattern Explained</H1>
15577 Any text you enter as the &quot;To pattern&quot;
15578 will be compared to the recipients from the To: line of
15579 messages when Alpine opens folders.
15580 When the text you entered matches
15581 all or part of the To: line of a message, then the Filter Action you have
15582 specified will be carried out.
15583 (Any other non-blank parts of the Pattern must match, too.)
15586 You may enter a complete email address, part of an address, or a
15587 list of addresses or partial addresses.
15588 For example:
15591 <PRE>
15592  To pattern = friend@public.com
15593  To pattern = rated.net
15594  To pattern = xxx@adults.com
15595               admin@msn.com
15596               fool@motleyfool.com
15597 </PRE>
15600 Each of those are valid To patterns.
15603 Messages match those patterns if any of the
15604 addresses in the To: line of the message contains the pattern.
15605 If the pattern is a list of patterns
15606 (like the last example above) then it is a match if any of the patterns in
15607 the list match any of the addresses in the To: line.
15608 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15609 present for a match.
15610 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15611 address2 must be present.
15612 That is exactly what using a list does.)
15615 Some messages may be &quot;bounced&quot; to you, and will
15616 have a &quot;Resent-To:&quot; header line.
15617 If the message contains a Resent-To: line
15618 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15619 Alpine will look for
15620 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15621 the original To: line.
15624 When entering a pattern, you may choose an address from your address book
15625 with the &quot;T&quot; command.
15628 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15629 &quot;!&quot; &quot;toggle NOT&quot; command.
15630 This changes the meaning of the To pattern so that it has the opposite meaning.
15631 It will be considered a match if there are no matches between the
15632 addresses in the To: line and the list of To patterns.
15634 Don't make the mistake of putting the &quot;!&quot; in the data field for
15635 the pattern.
15636 For example, if you type the characters &quot;!frizzle&quot; into the To
15637 pattern, the pattern will look like:
15639 <PRE>
15640  To pattern = !frizzle
15641 </PRE>
15643 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15644 In order to match messages that do not have &quot;frizzle&quot; in
15645 their To field, first type the characters &quot;frizzle&quot; followed
15646 by carriage return for the value of the To pattern, then negate it
15647 by typing the &quot;!&quot; command.
15648 It should end up looking like
15650 <PRE>
15651  ! To pattern = frizzle
15652 </PRE>
15655 You are not limited to using the six standard header patterns that are
15656 normally shown (To, From, Sender, Cc, News, and Subject).
15657 You may add any other header to a Pattern by
15658 using the &quot;eXtraHdr&quot; command to specify a different
15659 message header line; and then the Add or Change command to fill in
15660 a pattern for the new header line, just like you would for a standard header.
15662 A technicality: Since comma is the character used to separate multiple
15663 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15664 you want to include a literal comma in the field.
15665 In other words, if you type a backslash followed by a comma it will
15666 be interpreted as a comma by Alpine, instead of as a separator between
15667 pattern values.
15668 All other backslashes are literal backslashes and should not be escaped.
15670 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15671 for more information on Patterns.
15673 Look <A HREF="h_edit_nav_cmds">here</A>
15674 to see the available Editing and Navigation commands.
15676 &lt;End of help on this topic&gt;
15677 </BODY>
15678 </HTML>
15679 ======= h_config_role_topat =======
15680 <HTML>
15681 <HEAD>
15682 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15683 </HEAD>
15684 <BODY>
15685 <H1>&quot;To:&quot; Pattern Explained</H1>
15687 Any text you enter as the &quot;To pattern&quot;
15688 will be compared to the recipients from the To: line of
15689 the message being replied to or forwarded.
15690 (Any other non-blank parts of the Pattern must match, too.)
15691 In the case of the Compose command, this pattern and the other header
15692 patterns are ignored.
15695 You may enter a complete email address, part of an address, or a
15696 list of addresses or partial addresses.
15697 For example:
15700 <PRE>
15701  To pattern = friend@public.com
15702  To pattern = rated.net
15703  To pattern = xxx@adults.com
15704               admin@msn.com
15705               fool@motleyfool.com
15706 </PRE>
15709 Each of those are valid To patterns.
15712 Messages match those patterns if any of the
15713 addresses in the To: line of the message contains the pattern.
15714 If the pattern is a list of patterns
15715 (like the last example above) then it is a match if any of the patterns in
15716 the list match any of the addresses in the To: line.
15717 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15718 present for a match.
15719 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15720 address2 must be present.
15721 That is exactly what using a list does.)
15724 Some messages may be &quot;bounced&quot; to you, and will
15725 have a &quot;Resent-To:&quot; header line.
15726 If the message contains a Resent-To: line
15727 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15728 Alpine will look for
15729 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15730 the original To: line.
15733 When entering a pattern, you may choose an address from your address book
15734 with the &quot;T&quot; command.
15737 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15738 &quot;!&quot; &quot;toggle NOT&quot; command.
15739 This changes the meaning of the To pattern so that it has the opposite meaning.
15740 It will be considered a match if there are no matches between the
15741 addresses in the To: line and the list of To patterns.
15743 Don't make the mistake of putting the &quot;!&quot; in the data field for
15744 the pattern.
15745 For example, if you type the characters &quot;!frizzle&quot; into the To
15746 pattern, the pattern will look like:
15748 <PRE>
15749  To pattern = !frizzle
15750 </PRE>
15752 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15753 In order to match messages that do not have &quot;frizzle&quot; in
15754 their To field, first type the characters &quot;frizzle&quot; followed
15755 by carriage return for the value of the To pattern, then negate it
15756 by typing the &quot;!&quot; command.
15757 It should end up looking like
15759 <PRE>
15760  ! To pattern = frizzle
15761 </PRE>
15764 You are not limited to using the six standard header patterns that are
15765 normally shown (To, From, Sender, Cc, News, and Subject).
15766 You may add any other header to a Pattern by
15767 using the &quot;eXtraHdr&quot; command to specify a different
15768 message header line; and then the Add or Change command to fill in
15769 a pattern for the new header line, just like you would for a standard header.
15771 A technicality: Since comma is the character used to separate multiple
15772 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15773 you want to include a literal comma in the field.
15774 In other words, if you type a backslash followed by a comma it will
15775 be interpreted as a comma by Alpine, instead of as a separator between
15776 pattern values.
15777 All other backslashes are literal backslashes and should not be escaped.
15779 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15780 for more information on Patterns.
15782 Look <A HREF="h_edit_nav_cmds">here</A>
15783 to see the available Editing and Navigation commands.
15785 &lt;End of help on this topic&gt;
15786 </BODY>
15787 </HTML>
15788 ======= h_config_role_frompat =======
15789 <HTML>
15790 <HEAD>
15791 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15792 </HEAD>
15793 <BODY>
15794 <H1>&quot;From:&quot; Pattern Explained</H1>
15796 This is just like the &quot;To pattern&quot; except that it is compared with
15797 the address in the From: line of the message
15798 instead of the addresses from the To: line.
15799 See the help for the To pattern for more information on header patterns.
15801 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15802 for more information on Patterns.
15804 Look <A HREF="h_edit_nav_cmds">here</A>
15805 to see the available Editing and Navigation commands.
15807 &lt;End of help on this topic&gt;
15808 </BODY>
15809 </HTML>
15810 ======= h_config_role_senderpat =======
15811 <HTML>
15812 <HEAD>
15813 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15814 </HEAD>
15815 <BODY>
15816 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15818 This is just like the &quot;To pattern&quot; except that it is compared with
15819 the address from the Sender: line of the message
15820 instead of the addresses from the To: line.
15821 See the help for the To pattern for more information on header patterns.
15823 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15824 for more information on Patterns.
15826 Look <A HREF="h_edit_nav_cmds">here</A>
15827 to see the available Editing and Navigation commands.
15829 &lt;End of help on this topic&gt;
15830 </BODY>
15831 </HTML>
15832 ======= h_config_role_ccpat =======
15833 <HTML>
15834 <HEAD>
15835 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15836 </HEAD>
15837 <BODY>
15838 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15840 This is just like the &quot;To pattern&quot; except that it is compared with
15841 the addresses from the Cc: line of the message
15842 instead of the addresses from the To: line.
15843 See the help for the To pattern for more information on header patterns.
15845 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15846 for more information on Patterns.
15848 Look <A HREF="h_edit_nav_cmds">here</A>
15849 to see the available Editing and Navigation commands.
15851 &lt;End of help on this topic&gt;
15852 </BODY>
15853 </HTML>
15854 ======= h_config_role_recippat =======
15855 <HTML>
15856 <HEAD>
15857 <TITLE>Recipient Pattern Explained</TITLE>
15858 </HEAD>
15859 <BODY>
15860 <H1>Recipient Pattern Explained</H1>
15862 This is just like the &quot;To pattern&quot; except that it is compared with
15863 the addresses from both the To: line and the Cc: line of the
15864 message instead of just the addresses from the To: line.
15865 In other words, it is considered a match if the pattern matches
15866 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15867 in the Cc: line.
15868 (Notice that defining the Recipient pattern does not have the same
15869 effect as defining both the To and Cc patterns.
15870 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15871 It is equivalent to having two different rules;
15872 one with a To pattern and the other with the same Cc pattern.)
15874 A technicality: Since comma is the character used to separate multiple
15875 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15876 you want to include a literal comma in the field.
15877 In other words, if you type a backslash followed by a comma it will
15878 be interpreted as a comma by Alpine, instead of as a separator between
15879 pattern values.
15880 All other backslashes are literal backslashes and should not be escaped.
15882 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15883 for more information on Patterns.
15885 Look <A HREF="h_edit_nav_cmds">here</A>
15886 to see the available Editing and Navigation commands.
15888 &lt;End of help on this topic&gt;
15889 </BODY>
15890 </HTML>
15891 ======= h_config_role_particpat =======
15892 <HTML>
15893 <HEAD>
15894 <TITLE>Participant Pattern Explained</TITLE>
15895 </HEAD>
15896 <BODY>
15897 <H1>Participant Pattern Explained</H1>
15899 This is just like the &quot;To pattern&quot; except that it is compared with
15900 the addresses from the From: line, the To: line, and the Cc: line of the
15901 message instead of just the addresses from the To: line.
15902 In other words, it is considered a match if the pattern matches
15903 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15904 in the To: line, <EM>OR</EM> an address in the Cc: line.
15905 (Notice that defining the Participant pattern does not have the same
15906 effect as defining all of the From, To, and Cc patterns.
15907 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15908 From <EM>AND</EM> To <EM>AND</EM> Cc.
15909 It is equivalent to having three different rules;
15910 one with a From pattern, another with the same To pattern, and a third with
15911 the same Cc pattern.)
15913 A technicality: Since comma is the character used to separate multiple
15914 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15915 you want to include a literal comma in the field.
15916 In other words, if you type a backslash followed by a comma it will
15917 be interpreted as a comma by Alpine, instead of as a separator between
15918 pattern values.
15919 All other backslashes are literal backslashes and should not be escaped.
15921 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15922 for more information on Patterns.
15924 Look <A HREF="h_edit_nav_cmds">here</A>
15925 to see the available Editing and Navigation commands.
15927 &lt;End of help on this topic&gt;
15928 </BODY>
15929 </HTML>
15930 ======= h_config_role_newspat =======
15931 <HTML>
15932 <HEAD>
15933 <TITLE>News Pattern Explained</TITLE>
15934 </HEAD>
15935 <BODY>
15936 <H1>News Pattern Explained</H1>
15938 If this pattern is non-blank, then for this rule to be considered a
15939 match, at least one of the newsgroups from
15940 the Newsgroups line of the message must match this pattern.
15941 If this pattern is a list of patterns, then at least one of the
15942 newsgroups must match at least one of the patterns.
15943 (Any other non-blank parts of the Pattern must match, too.)
15945 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15946 &quot;!&quot; &quot;toggle NOT&quot; command.
15947 This changes the meaning of the News pattern so that it has the opposite meaning.
15948 It will be considered a match if there are no matches between the
15949 addresses in the Newsgroups: line and the list of News patterns.
15951 Don't make the mistake of putting the &quot;!&quot; in the data field for
15952 the pattern.
15953 For example, if you type the characters &quot;!frizzle&quot; into the News
15954 pattern, the pattern will look like:
15956 <PRE>
15957  News pattern = !frizzle
15958 </PRE>
15960 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15961 In order to match messages that do not have &quot;frizzle&quot; in
15962 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15963 by carriage return for the value of the News pattern, then negate it
15964 by typing the &quot;!&quot; command.
15965 It should end up looking like
15967 <PRE>
15968  ! News pattern = frizzle
15969 </PRE>
15971 A technicality: Since comma is the character used to separate multiple
15972 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15973 you want to include a literal comma in the field.
15974 In other words, if you type a backslash followed by a comma it will
15975 be interpreted as a comma by Alpine, instead of as a separator between
15976 pattern values.
15977 All other backslashes are literal backslashes and should not be escaped.
15980 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15981 for more information on Patterns.
15983 Look <A HREF="h_edit_nav_cmds">here</A>
15984 to see the available Editing and Navigation commands.
15986 &lt;End of help on this topic&gt;
15987 </BODY>
15988 </HTML>
15989 ======= h_config_role_subjpat =======
15990 <HTML>
15991 <HEAD>
15992 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15993 </HEAD>
15994 <BODY>
15995 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15997 This is similar to the other parts of the Pattern.
15998 It is compared with
15999 the contents from the Subject of the message.
16001 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16002 for more information on Patterns.
16004 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16005 &quot;!&quot; &quot;toggle NOT&quot; command.
16006 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16007 It will be considered a match if there are no matches between the
16008 text in the Subject: line and the list of Subject patterns.
16011 If you wish to have a header pattern that is not one of the six standard
16012 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16014 A technicality: Since comma is the character used to separate multiple
16015 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16016 you want to include a literal comma in the field.
16017 In other words, if you type a backslash followed by a comma it will
16018 be interpreted as a comma by Alpine, instead of as a separator between
16019 pattern values.
16020 All other backslashes are literal backslashes and should not be escaped.
16022 Look <A HREF="h_edit_nav_cmds">here</A>
16023 to see the available Editing and Navigation commands.
16025 &lt;End of help on this topic&gt;
16026 </BODY>
16027 </HTML>
16028 ======= h_config_role_alltextpat =======
16029 <HTML>
16030 <HEAD>
16031 <TITLE>AllText Pattern Explained</TITLE>
16032 </HEAD>
16033 <BODY>
16034 <H1>AllText Pattern Explained</H1>
16036 This is similar to the header patterns.
16037 Instead of comparing with text in a particular header field it 
16038 is compared with all of the text in the message header and body.
16040 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16041 &quot;!&quot; &quot;toggle NOT&quot; command.
16042 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16043 It will be considered a match if there are no matches between the
16044 text of the message and the list of AllText patterns.
16046 Don't make the mistake of putting the &quot;!&quot; in the data field for
16047 the pattern.
16048 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16049 pattern, the pattern will look like:
16051 <PRE>
16052  AllText pattern = !frizzle
16053 </PRE>
16055 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16056 In order to match messages that do not have &quot;frizzle&quot; in
16057 the text of the message, first type the characters &quot;frizzle&quot; followed
16058 by carriage return for the value of the AllText pattern, then negate it
16059 by typing the &quot;!&quot; command.
16060 It should end up looking like
16062 <PRE>
16063  ! AllText pattern = frizzle
16064 </PRE>
16066 It is possible that you may notice degraded performance when using
16067 AllText Patterns.
16069 A technicality: Since comma is the character used to separate multiple
16070 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16071 you want to include a literal comma in the field.
16072 In other words, if you type a backslash followed by a comma it will
16073 be interpreted as a comma by Alpine, instead of as a separator between
16074 pattern values.
16075 All other backslashes are literal backslashes and should not be escaped.
16077 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16078 for more information on Patterns.
16080 Look <A HREF="h_edit_nav_cmds">here</A>
16081 to see the available Editing and Navigation commands.
16083 &lt;End of help on this topic&gt;
16084 </BODY>
16085 </HTML>
16086 ======= h_config_role_bodytextpat =======
16087 <HTML>
16088 <HEAD>
16089 <TITLE>BodyText Pattern Explained</TITLE>
16090 </HEAD>
16091 <BODY>
16092 <H1>BodyText Pattern Explained</H1>
16094 This is similar to the header patterns.
16095 Instead of comparing with text in a particular header field it 
16096 is compared with all of the text in the message body.
16098 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16099 &quot;!&quot; &quot;toggle NOT&quot; command.
16100 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16101 It will be considered a match if there are no matches between the
16102 text of the body of the message and the list of BodyText patterns.
16104 Don't make the mistake of putting the &quot;!&quot; in the data field for
16105 the pattern.
16106 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16107 pattern, the pattern will look like:
16109 <PRE>
16110  BdyText pattern = !frizzle
16111 </PRE>
16113 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16114 In order to match messages that do not have &quot;frizzle&quot; in
16115 their BodyText, first type the characters &quot;frizzle&quot; followed
16116 by carriage return for the value of the BodyText pattern, then negate it
16117 by typing the &quot;!&quot; command.
16118 It should end up looking like
16120 <PRE>
16121  ! BodyText pattern = frizzle
16122 </PRE>
16124 It is possible that you may notice degraded performance when using
16125 BodyText Patterns.
16127 A technicality: Since comma is the character used to separate multiple
16128 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16129 you want to include a literal comma in the field.
16130 In other words, if you type a backslash followed by a comma it will
16131 be interpreted as a comma by Alpine, instead of as a separator between
16132 pattern values.
16133 All other backslashes are literal backslashes and should not be escaped.
16135 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16136 for more information on Patterns.
16138 Look <A HREF="h_edit_nav_cmds">here</A>
16139 to see the available Editing and Navigation commands.
16141 &lt;End of help on this topic&gt;
16142 </BODY>
16143 </HTML>
16144 ======= h_config_role_charsetpat =======
16145 <HTML>
16146 <HEAD>
16147 <TITLE>Character Set Pattern Explained</TITLE>
16148 </HEAD>
16149 <BODY>
16150 <H1>Character Set Pattern Explained</H1>
16152 A message may use one or more character sets.
16153 This part of the Pattern matches messages that make use of
16154 certain specified character sets.
16155 It will be considered a match if a message uses any of the character
16156 sets in the list you give here.
16159 When filling in a value for this field, you may use
16160 the &quot;T&quot; command, which presents you with a large list of
16161 possible character sets to choose from.
16162 You may also just type in the name of a character set, and it need not
16163 be one that Alpine knows about.
16166 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16167 GB2312) you may also use some shorthand names that Alpine provides.
16168 These names are more understandable shorthand names for sets of 
16169 character set names.
16170 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16171 Selecting one of these shorthand names is equivalent to selecting all of
16172 the character sets that make up the set.
16173 You can see all of these shorthand names and the lists of character sets
16174 they stand for by typing the &quot;T&quot; command.
16177 For the purposes of this Pattern,
16178 Alpine will search through a message for all of the text parts and
16179 collect the character sets declared for each part.
16180 It will also look in the Subject line for a character set used there.
16181 Alpine does not actually look at the text of the message or the text
16182 of the Subject to determine if a declared character set is actually
16183 used, it looks only at the declarations themselves in the MIME part headers
16184 and in the Subject.
16187 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16188 &quot;!&quot; &quot;toggle NOT&quot; command.
16189 This changes the meaning of the Character Set pattern so that
16190 it has the opposite meaning.
16191 It will be considered a match if none of the character sets in the
16192 list are used in a message.
16194 Don't make the mistake of putting the &quot;!&quot; in the data field for
16195 the pattern.
16196 For example, if you type the characters &quot;!GB2312&quot; into the
16197 Character Set pattern, the pattern will look like:
16199 <PRE>
16200  Charset pattern = !GB2312
16201 </PRE>
16203 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16204 In order to match messages that do not have the
16205 character set &quot;GB2312&quot;
16206 set, first type the characters &quot;GB2312&quot; followed
16207 by carriage return for the value of the Character Set pattern, then negate it
16208 by typing the &quot;!&quot; command.
16209 It should end up looking like
16211 <PRE>
16212  ! Charset pattern = GB2312
16213 </PRE>
16215 A technicality: Since comma is the character used to separate multiple
16216 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16217 you want to include a literal comma in the field.
16218 In other words, if you type a backslash followed by a comma it will
16219 be interpreted as a comma by Alpine, instead of as a separator between
16220 pattern values.
16221 All other backslashes are literal backslashes and should not be escaped.
16223 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16224 for more information on Patterns.
16226 Look <A HREF="h_edit_nav_cmds">here</A>
16227 to see the available Editing and Navigation commands.
16229 &lt;End of help on this topic&gt;
16230 </BODY>
16231 </HTML>
16232 ======= h_config_role_keywordpat =======
16233 <HTML>
16234 <HEAD>
16235 <TITLE>Keyword Pattern Explained</TITLE>
16236 </HEAD>
16237 <BODY>
16238 <H1>Keyword Pattern Explained</H1>
16240 A folder may have user-defined keywords.
16241 These are similar to the Important flag, which the user may set using the
16242 Flag command.
16243 The difference is that the Important flag is always present for each folder.
16244 User-defined keywords are picked by the user.
16245 You may add new keywords by defining them in the
16246 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16247 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16248 the Flag command may be used to set or clear the keyword on individual messages.
16249 If you have given a keyword a nickname when configuring it,
16250 that nickname may be used instead of the actual keyword.
16253 When filling in a value for this field, it may be easiest to use
16254 the &quot;T&quot; command, which presents you with a list of the keywords
16255 you have defined to choose from.
16258 This part of the Pattern matches messages with certain keywords set.
16259 It will be considered a match if a message has any of the keywords in the
16260 list set.
16261 A keyword that you have not defined using the
16262 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16263 will not be a match.
16266 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16267 &quot;!&quot; &quot;toggle NOT&quot; command.
16268 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16269 It will be considered a match if none of the keywords in the list are set
16270 for a message.
16271 A keyword that you have not defined using the
16272 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16273 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16275 Don't make the mistake of putting the &quot;!&quot; in the data field for
16276 the pattern.
16277 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16278 pattern, the pattern will look like:
16280 <PRE>
16281  Keyword pattern = !frizzle
16282 </PRE>
16284 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16285 In order to match messages that do not have the keyword &quot;frizzle&quot;
16286 set, first type the characters &quot;frizzle&quot; followed
16287 by carriage return for the value of the Keyword pattern, then negate it
16288 by typing the &quot;!&quot; command.
16289 It should end up looking like
16291 <PRE>
16292  ! Keyword pattern = frizzle
16293 </PRE>
16295 A technicality: Since comma is the character used to separate multiple
16296 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16297 you want to include a literal comma in the field.
16298 In other words, if you type a backslash followed by a comma it will
16299 be interpreted as a comma by Alpine, instead of as a separator between
16300 pattern values.
16301 All other backslashes are literal backslashes and should not be escaped.
16303 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16304 for more information on Patterns.
16306 Look <A HREF="h_edit_nav_cmds">here</A>
16307 to see the available Editing and Navigation commands.
16309 &lt;End of help on this topic&gt;
16310 </BODY>
16311 </HTML>
16312 ======= h_config_role_arbpat =======
16313 <HTML>
16314 <HEAD>
16315 <TITLE>Extra Header Patterns Explained</TITLE>
16316 </HEAD>
16317 <BODY>
16318 <H1>Extra Header Patterns Explained</H1>
16320 The header patterns that come after the Participant pattern but before the 
16321 AllText pattern are extra header patterns that you have added to a rule's
16322 Pattern. These are just like the other header patterns except that
16323 the contents of the particular header listed on the left hand side will
16324 be used for comparisons.
16326 The &quot;eXtraHdr&quot; command may be used to add more of these
16327 header patterns to the rule you are editing.
16329 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16330 extra header pattern from the rule you are editing.
16332 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16333 &quot;!&quot; &quot;toggle NOT&quot; command.
16334 This changes the meaning of the pattern so that it has the opposite meaning.
16335 It will be considered a match if there are no matches between the
16336 text in the header line and the list of patterns.
16338 Don't make the mistake of putting the &quot;!&quot; in the data field for
16339 the pattern.
16340 For example, if you type the characters &quot;!frizzle&quot; into the
16341 pattern, the pattern will look like:
16343 <PRE>
16344  Xyz pattern = !frizzle
16345 </PRE>
16347 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16348 In order to match messages that do not have &quot;frizzle&quot; in
16349 their Xyz field, first type the characters &quot;frizzle&quot; followed
16350 by carriage return for the value of the pattern, then negate it
16351 by typing the &quot;!&quot; command.
16352 It should end up looking like
16354 <PRE>
16355  ! Xyz pattern = frizzle
16356 </PRE>
16359 A technicality: Since comma is the character used to separate multiple
16360 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16361 you want to include a literal comma in the field.
16362 In other words, if you type a backslash followed by a comma it will
16363 be interpreted as a comma by Alpine, instead of as a separator between
16364 pattern values.
16365 All other backslashes are literal backslashes and should not be escaped.
16367 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16368 for more information on Patterns.
16370 Look <A HREF="h_edit_nav_cmds">here</A>
16371 to see the available Editing and Navigation commands.
16373 &lt;End of help on this topic&gt;
16374 </BODY>
16375 </HTML>
16376 ======= h_config_role_cat_cmd =======
16377 <HTML>
16378 <HEAD>
16379 <TITLE>Categorizer Command Explained</TITLE>
16380 </HEAD>
16381 <BODY>
16382 <H1>Categorizer Command Explained</H1>
16384 This is a command that is run with its standard input set to the message
16385 being checked and its standard output discarded.
16386 The full directory path should be specified.
16387 The command will be run and then its exit status will be checked against
16388 the Exit Status Interval, which defaults to just the value zero.
16389 If the exit status of the command falls in the interval, it is considered
16390 a match, otherwise it is not a match.
16393 This option may actually be a list of commands.
16394 The first one that exists and is executable is used.
16395 That makes it possible to use the same configuration with Unix Alpine and
16396 PC-Alpine.
16399 If none of the commands in the list exists and is executable then the rule
16400 is <EM>not</EM> a match.
16401 If it is possible that the command may not exist, you should be careful
16402 to structure your rules so that nothing destructive
16403 happens when the command does not exist.
16404 For example, you might have a filter that filters away spam when there is
16405 a match but does nothing when there is not a match.
16406 That would cause no harm if the command didn't exist.
16407 However, if you have a filter that filters away spam when there is not
16408 a match and keeps it when there is a match, that would filter everything
16409 if the categorizer command didn't exist.
16411 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16412 setup for the bogofilter filter.
16415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16416 for more information on Patterns.
16418 Look <A HREF="h_edit_nav_cmds">here</A>
16419 to see the available Editing and Navigation commands.
16421 &lt;End of help on this topic&gt;
16422 </BODY>
16423 </HTML>
16424 ======= h_config_role_cat_cmd_example =======
16425 <HTML>
16426 <HEAD>
16427 <TITLE>Categorizer Command Example</TITLE>
16428 </HEAD>
16429 <BODY>
16430 <H1>Categorizer Command Example</H1>
16432 Bogofilter
16433 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16434 is a mail filter that attempts to classify mail as spam or
16435 non-spam using statistical analysis of the message content.
16436 When run with no arguments and a message as standard input, it exits with
16437 exit status 0 if it thinks a message is spam and 1 if it thinks
16438 it is not spam.
16439 To use bogofilter as your Categorizer Command you would simply set Command to
16440 the pathname of the bogofilter program.
16441 For example,
16443 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16445 Exit status of zero is what you are interested in, so you'd set the
16446 Exit Status Interval to
16448 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16451 In order to prevent downloading an entire huge message to check for spam, you
16452 might want to set the Character Limit to a few thousand characters (the
16453 assumption being that the spam will reveal itself in those characters)
16455 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16458 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16459 be to move the message to a spam folder.
16460 It would usually be wise to also check the &quot;Message is Recent&quot;
16461 part of the rule so that messages are only checked when they first arrive,
16462 and to restrict the Current Folder Type to just your INBOX.
16463 The reason for checking only Recent messages is to save the time it takes
16464 to run bogofilter on each message.
16465 As an experiment, you might start out by using this in an Indexcolor Rule
16466 instead of a Filter Rule.
16467 In that case, you probably wouldn't check the Recent checkbox.
16469 The use described above assumes that you are somehow maintaining bogofilter's
16470 database of words associated with spam and non-spam messages.
16471 One way to start your database would be to select a bunch of spam messages
16472 in Alpine (you might Save spam messages to a special folder or use Alpine's
16473 Select command to select several) and then Apply
16474 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16475 a pipe command to the spam messages.
16476 For example, you could have a shell script or an alias
16477 called <EM>this_is_spam</EM>, which would simply be the command
16479 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16482 It is probably best to use the pipe command's Raw Text, With Delimiter,
16483 and Free Output options,
16484 which are at the bottom of the screen when you type the pipe command.
16485 That's because bogofilter expects the raw message as input, and uses
16486 the Delimiters to tell when a new message starts.
16487 You would not need to use a separate pipe for each message, because
16488 bogofilter can handle multiple messages at once.
16490 Similarly, you would select a group of non-spam messages
16491 and run them through a <EM>this_is_nonspam</EM> script
16492 that was something like
16494 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16497 For the more adventurous, the next step might be to automate the upkeep of
16498 the bogofilter database.
16499 It might make more sense to have bogofilter be part of the delivery process,
16500 but it is also possible to do it entirely from within Alpine.
16501 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16502 the &quot;-u&quot; argument will cause bogofilter to update the database.
16504 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16506 You'd want a couple more aliases or shell scripts called something like
16507 <EM>change_to_spam</EM>
16509 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16512 <EM>change_to_nonspam</EM>
16514 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16516 When you run across a message in your INBOX that should have been
16517 classified as spam you would pipe it to the change_to_spam script, and
16518 when you run across a message in your spam folder that should have been
16519 left in your INBOX you would pipe it through change_to_nonspam.
16522 There is a technical problem with this approach.
16523 Alpine may check your filters more than once.
16524 In particular, every time you start Alpine the filters will be checked for
16525 each message.
16526 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16527 then Alpine will recheck for matches in messages that have changed state
16528 at the time you close the folder and before expunging.
16529 This is usually ok.
16530 However, in this case it is a problem because the command
16532 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16534 has the side effect of updating the database.
16535 So you run the risk of updating the database multiple times for a single
16536 message instead of updating it just once per message.
16537 There are some ways to work around this problem.
16538 What you need is a way to mark the message after you have run the filter.
16539 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16540 Besides having the filter move the message to a spam folder, also have it
16541 set the Bogo keyword.
16542 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16543 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16544 This rule can only set the Bogo keyword for the messages that it matches.
16545 You will also need to add a second rule right after this one that
16546 matches all the messages that don't have the Bogo keyword set
16547 (put the keyword in the Keyword pattern and toggle
16548 the Not with the ! command)
16549 and takes the action of setting it.
16550 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16551 (and so it won't re-run the bogofilter command) if the keyword is already
16552 set.
16554 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16555 on all messages that don't have the Bogo keyword set.
16556 This will have the side effect of inserting that message in the bogofilter
16557 database, match or not.
16558 If this rule matches (it is spam), the Bogo keyword will be set and
16559 the message will be moved to a spam folder.
16560 If it does not match, the
16561 following rule will mark the message by turning on the keyword.
16562 This second rule should be a non-terminating
16563 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16564 rule so that it doesn't stop the filtering process before the rest of
16565 your rules are consulted.
16568 In summary, the first rule is something like
16569 <PRE>
16570   Nickname          = bogofilter -u rule
16571   Current Folder Type =
16572                (*) Specific
16573                    Folder = INBOX
16575   ! Keyword pattern = Bogo
16577   External Categorizer Commands =
16578        Command              = /usr/local/bin/bogofilter -u
16579        Exit Status Interval = (0,0)
16580        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16582   Filter Action =
16583        (*) Move
16584            Folder = spam
16585   
16586   Set These Keywords   = Bogo
16587 </PRE>
16589 and the following rule is
16590 <PRE>
16591   Nickname          = Set Bogo Keyword
16592   Current Folder Type =
16593                (*) Specific
16594                    Folder = INBOX
16596   ! Keyword pattern = Bogo
16598   Filter Action =
16599        (*) Just Set Message Status
16601   Set These Keywords   = Bogo
16603   Features =
16604       [X]  dont-stop-even-if-rule-matches
16605 </PRE>
16607 If it is possible for you to insert bogofilter in the delivery process instead
16608 of having it called from Alpine you could prevent having to wait
16609 for the bogofilter processing while you read your mail.
16610 You would have bogofilter add a header to the message at the time of delivery
16611 that identified it as spam or nonspam.
16612 With this method, you could avoid using a Categorizer Command while running Alpine,
16613 and just match on the header instead.
16614 You might still want to use the scripts mentioned above to initialize the
16615 database or to re-classify wrongly classified messages.
16618 Finally, it isn't for the faint-hearted,
16619 but it is also possible to run bogofilter from PC-Alpine.
16620 You can install Cygwin from
16621 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16622 then compile bogofilter in the cygwin environment, and run it from
16623 within PC-Alpine.
16624 You would end up with a Categorizer command that looked something like
16626 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16628 Note that the &quot;.exe&quot; extension is explicit,
16629 and that the bogofilter.exe executable should be in the same directory
16630 as cygwin1.dll.
16633 &lt;End of help on this topic&gt;
16634 </BODY>
16635 </HTML>
16636 ======= h_config_role_cat_status =======
16637 <HTML>
16638 <HEAD>
16639 <TITLE>Exit Status Interval Explained</TITLE>
16640 </HEAD>
16641 <BODY>
16642 <H1>Exit Status Interval Explained</H1>
16644 The categorizer command is run and the result is the exit status of
16645 that command.
16646 If that exit status falls in the Exit Status Interval
16647 then it is considered a match, otherwise it is not a match.
16648 Of course for the entire rule to match, it must also be checked against
16649 the other defined parts of the Pattern.
16651 The Exit Status Interval defaults to the single value 0 (zero).
16652 If you define it, it should be set to something like:
16654 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16656 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16657 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16658 positive and negative integers.
16660 Actually, a list of intervals may be used if you wish.
16661 A list would look like
16663 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16665 When there is an Exit Status Interval defined, it is a match if the exit status
16666 of the categorizer command is contained in any of the intervals.
16667 The intervals include both endpoints.
16669 The default interval is
16671 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16673 and it matches only if the command exits with exit status equal to zero.
16676 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16677 for more information on Patterns.
16679 Look <A HREF="h_edit_nav_cmds">here</A>
16680 to see the available Editing and Navigation commands.
16682 &lt;End of help on this topic&gt;
16683 </BODY>
16684 </HTML>
16685 ======= h_config_role_cat_limit =======
16686 <HTML>
16687 <HEAD>
16688 <TITLE>Character Limit Explained</TITLE>
16689 </HEAD>
16690 <BODY>
16691 <H1>Character Limit Explained</H1>
16693 Setting this option makes it possible to limit how much of the message
16694 is made available to the categorizer command as input.
16695 The default value (-1) means that the entire message is fed to the
16696 command.
16697 A value of 0 (zero) means that only the headers of the message are
16698 made available.
16699 A positive integer means that the headers plus that many characters from
16700 the body of the message are passed to the categorizer.
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_age =======
16713 <HTML>
16714 <HEAD>
16715 <TITLE>Age Interval Explained</TITLE>
16716 </HEAD>
16717 <BODY>
16718 <H1>Age Interval Explained</H1>
16720 The Age Interval, if defined, is part of the Pattern.
16721 If you use this, it should be set to something like:
16723 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16725 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16726 The special value &quot;INF&quot; may be used for the max value.
16727 It represents infinity.
16729 In rare cases it may be useful to use the more general form of the value,
16730 which is a comma-separated list of intervals.
16731 It would look something like:
16733 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16735 When there is an Age Interval defined, it is a match if the age, in days, of
16736 the message is contained in the interval.
16737 The interval includes both endpoints.
16738 If the option is set to a list of intervals then it is a match if the
16739 age of the message is contained in any of the intervals.
16741 Even though this option is called Age, it isn't actually
16742 the <EM>age</EM> of the message.
16743 Instead, it is how many days ago the message arrived in one of your folders.
16744 If the current time is a little past midnight, then a message that arrived
16745 just before midnight arrived yesterday, even though the message is only
16746 a few minutes old.
16747 By default, the date being used is not the date in the Date
16748 header of the message.
16749 It is the date that the message arrived in one of your folders.
16750 When you Save a message from one folder to another that arrival date
16751 is preserved.
16752 If you would like to use the date in the Date header that is possible.
16753 Turn on the option
16754 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16755 near the bottom of the rule definition.
16757 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16758 The age interval
16760 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16762 matches all messages that arrived on the day before yesterday.
16763 The interval
16765 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16767 matches all messages that arrived at least 180 days before today.
16768 The interval
16770 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16772 matches all messages that arrived today or yesterday.
16775 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16776 for more information on Patterns.
16778 Look <A HREF="h_edit_nav_cmds">here</A>
16779 to see the available Editing and Navigation commands.
16781 &lt;End of help on this topic&gt;
16782 </BODY>
16783 </HTML>
16784 ======= h_config_role_size =======
16785 <HTML>
16786 <HEAD>
16787 <TITLE>Size Interval Explained</TITLE>
16788 </HEAD>
16789 <BODY>
16790 <H1>Size Interval Explained</H1>
16792 The Size Interval, if defined, is part of the Pattern.
16793 If you use this, it should be set to something like:
16795 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16797 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16798 The special value &quot;INF&quot; may be used for the max value.
16799 It represents infinity.
16801 In rare cases it may be useful to use the more general form of the value,
16802 which is a comma-separated list of intervals.
16803 It would look something like:
16805 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16807 When there is a Size Interval defined, it is a match if the size of
16808 the message is contained in the interval.
16809 The interval includes both endpoints.
16810 If the option is set to a list of intervals then it is a match if the
16811 size of the message is contained in any of the intervals.
16813 The size interval
16815 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16817 matches all messages with sizes greater than or equal to 10000, and less
16818 than or equal to 50000.
16819 The interval
16821 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16823 matches all messages with sizes greater than or equal to 100000.
16826 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16827 for more information on Patterns.
16829 Look <A HREF="h_edit_nav_cmds">here</A>
16830 to see the available Editing and Navigation commands.
16832 &lt;End of help on this topic&gt;
16833 </BODY>
16834 </HTML>
16835 ======= h_config_role_scorei =======
16836 <HTML>
16837 <HEAD>
16838 <TITLE>Score Interval Explained</TITLE>
16839 </HEAD>
16840 <BODY>
16841 <H1>Score Interval Explained</H1>
16843 The Score Interval, if defined, is part of the Pattern.
16844 If you use this, it should be set to something like:
16846 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16848 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16849 -32000 and 32000.
16850 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16851 the min and max values.
16852 These represent negative and positive infinity.
16854 Actually, the value may be a list of intervals rather than just a
16855 single interval if that is useful.
16856 The elements of the list are separated by commas like:
16858 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16860 When there is a Score Interval defined, it is a match if the score for
16861 the message is contained in any of the intervals.
16862 The intervals include both endpoints.
16863 The score for a message is calculated by looking at every scoring rule
16864 defined and adding up the Score Values for the rules that match the message.
16865 Scoring rules are created using the
16866 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16869 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16870 for more information on Patterns.
16872 Look <A HREF="h_edit_nav_cmds">here</A>
16873 to see the available Editing and Navigation commands.
16875 &lt;End of help on this topic&gt;
16876 </BODY>
16877 </HTML>
16878 ======= h_config_role_fldr_type =======
16879 <HTML>
16880 <HEAD>
16881 <TITLE>Current Folder Type Explained</TITLE>
16882 </HEAD>
16883 <BODY>
16884 <H1>Current Folder Type Explained</H1>
16886 The Current Folder Type is part of the role's Pattern.
16887 It refers to the type of the currently open folder, which is the folder
16888 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16889 In order for a role to be considered a match, the current folder must
16890 be of the type you set here.
16891 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16892 all what you might think.
16894 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16895 example, then
16896 that role will only be a match if the current folder is a newsgroup and
16897 the rest of the Pattern matches.
16898 The value &quot;Specific&quot; may be used when you want to limit the match
16899 to a specific folder (not just a specific type of folder), or to a list of
16900 specific folders.
16902 In order to match a specific folder you Select the &quot;Specific&quot;
16903 button <EM>AND</EM> fill in
16904 the name (or list of names) of
16905 the folder in the &quot;Folder List&quot; field.
16906 If the current folder is any of the folders in the list, that is considered
16907 a match.
16908 The name of each folder in the list may be either &quot;INBOX&quot;,
16909 the technical specification
16910 of the folder (like what appears in your configuration file) or, if the
16911 folder is one of your incoming folders, it may be the nickname you've given
16912 the folder.
16913 Here are a couple samples of specific folder names:
16915 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16917 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16919 The easiest way to fill in the &quot;Folder List&quot; field is to use
16920 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16921 highlighted, or to use the &quot;Take&quot; command with the configuration
16922 feature
16923 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16924 turned on.
16925 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16926 Current Folder Type is set to &quot;Specific&quot;, and any value that
16927 &quot;Folder List&quot; has is ignored unless the type
16928 is set to &quot;Specific&quot;.
16930 When reading a newsgroup, there may be a performance penalty
16931 incurred when collecting the information necessary to check a Pattern.
16932 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16934 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16935 for more information on Patterns.
16937 Look <A HREF="h_edit_nav_cmds">here</A>
16938 to see the available Editing and Navigation commands.
16940 &lt;End of help on this topic&gt;
16941 </BODY>
16942 </HTML>
16943 ======= h_config_filt_rule_type =======
16944 <HTML>
16945 <HEAD>
16946 <TITLE>Filter Action Explained</TITLE>
16947 </HEAD>
16948 <BODY>
16949 <H1>Filter Action Explained</H1>
16951 The Filter Action specifies the action to be taken when the Pattern is a
16952 match.
16953 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16954 &quot;Just Set Message Status&quot;.
16956 If it is set to &quot;Delete&quot;, then the message that matches the
16957 Pattern will be deleted from the open folder.
16959 If it is set to &quot;Move&quot;, then the name of the folder to which
16960 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16961 next line of the screen.
16962 A list of folders separated by commas may be given, in which case the
16963 message will be copied to all of the folders in the list before it is
16964 deleted.
16966 If it is set to neither of those two values (it is set to the value
16967 labeled &quot;Just Set Message Status&quot;) then the message status
16968 setting will happen
16969 but the message will not be deleted or moved.
16971 If you are Moving a message you may also set Message Status if you wish.
16973 The easiest way to fill in the &quot;Folder List&quot; field is to use
16974 the T command that is available when the &quot;Folder List&quot; line is
16975 highlighted.
16976 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16977 Filter Action is set to &quot;Move&quot;, and any value that
16978 &quot;Folder List&quot; has is ignored unless the type
16979 is set to &quot;Move&quot;.
16981 There are a few tokens that may be used in the names in the Folder List.
16982 They are all related to the date on which the filtering is taking place.
16983 The tokens are words surrounded by underscores.
16984 For example, if you want your filter to move messages to a folder named
16985 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16986 you could specify the folder as
16987 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16988 which would result in a file named something like
16989 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16991 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16992 which would result in a file named something like
16993 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16994 The available tokens are listed
16995 <A HREF="h_index_tokens">here</A>.
16997 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16998 for more information on Patterns.
17000 Look <A HREF="h_edit_nav_cmds">here</A>
17001 to see the available Editing and Navigation commands.
17003 &lt;End of help on this topic&gt;
17004 </BODY>
17005 </HTML>
17006 ======= h_config_score_fldr_type =======
17007 <HTML>
17008 <HEAD>
17009 <TITLE>Current Folder Type Explained</TITLE>
17010 </HEAD>
17011 <BODY>
17012 <H1>Current Folder Type Explained</H1>
17014 The Current Folder Type is part of the scoring rule's Pattern.
17015 It refers to the type of the folder that
17016 the message being scored is in.
17017 In order for a rule to be considered a match, the current folder must
17018 be of the type you set here.
17019 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17020 all what you might think.
17022 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17023 example, then
17024 that Pattern will only match if the current folder is a newsgroup and
17025 the rest of the Pattern matches.
17026 The value &quot;Specific&quot; may be used when you want to limit the match
17027 to a specific folder (not just a specific type of folder), or to a list of
17028 specific folders.
17030 In order to match a specific folder you Select the &quot;Specific&quot;
17031 button <EM>AND</EM> fill in
17032 the name (or list of names) of
17033 the folder in the &quot;Folder List&quot; field.
17034 If the current folder is any of the folders in the list, that is considered
17035 a match.
17036 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17037 of the folder (like what appears in your configuration file) or, if the
17038 folder is one of your incoming folders, it may be the nickname you've given
17039 the folder.
17040 Here are a couple samples of specific folder names:
17042 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17044 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17046 The easiest way to fill in the &quot;Folder List&quot; field is to use
17047 the T command that is available when the &quot;Folder List&quot; line is
17048 highlighted.
17049 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17050 Current Folder Type is set to &quot;Specific&quot;, and any value that
17051 &quot;Folder List&quot; has is ignored unless the type
17052 is set to &quot;Specific&quot;.
17054 When reading a newsgroup, there may be a performance penalty
17055 incurred when collecting the information necessary to check a Pattern.
17056 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17057 For example, if you have Index Line Coloring rules that have Score Intervals
17058 defined then the scores for all the visible messages will need to be calculated.
17059 If some of your Scoring rules have 
17060 a Current Folder Type of
17061 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17062 screen to draw more slowly when in a newsgroup.
17064 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17065 for more information on Patterns.
17067 Look <A HREF="h_edit_nav_cmds">here</A>
17068 to see the available Editing and Navigation commands.
17070 &lt;End of help on this topic&gt;
17071 </BODY>
17072 </HTML>
17073 ======= h_config_other_fldr_type =======
17074 <HTML>
17075 <HEAD>
17076 <TITLE>Current Folder Type Explained</TITLE>
17077 </HEAD>
17078 <BODY>
17079 <H1>Current Folder Type Explained</H1>
17081 The Current Folder Type is part of the rule's Pattern.
17082 It refers to the type of the folder being viewed.
17083 In order for a rule to be considered a match, the current folder must
17084 be of the type you set here.
17085 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17086 all what you might think.
17088 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17089 example, then
17090 that Pattern will only match if the current folder is a newsgroup.
17091 The value &quot;Specific&quot; may be used when you want to limit the match
17092 to a specific folder (not just a specific type of folder), or to a list of
17093 specific folders.
17095 In order to match a specific folder you Select the &quot;Specific&quot;
17096 button <EM>AND</EM> fill in
17097 the name (or list of names) of
17098 the folder in the &quot;Folder List&quot; field.
17099 If the current folder is any of the folders in the list, that is considered
17100 a match.
17101 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17102 of the folder (like what appears in your configuration file) or, if the
17103 folder is one of your incoming folders, it may be the nickname you've given
17104 the folder.
17105 Here are a couple samples of specific folder names:
17107 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17109 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17111 The easiest way to fill in the &quot;Folder List&quot; field is to use
17112 the T command that is available when the &quot;Folder List&quot; line is
17113 highlighted.
17114 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17115 Current Folder Type is set to &quot;Specific&quot;, and any value that
17116 &quot;Folder List&quot; has is ignored unless the type
17117 is set to &quot;Specific&quot;.
17119 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17120 for more information on Patterns.
17122 Look <A HREF="h_edit_nav_cmds">here</A>
17123 to see the available Editing and Navigation commands.
17125 &lt;End of help on this topic&gt;
17126 </BODY>
17127 </HTML>
17128 ======= h_config_incol_fldr_type =======
17129 <HTML>
17130 <HEAD>
17131 <TITLE>Current Folder Type Explained</TITLE>
17132 </HEAD>
17133 <BODY>
17134 <H1>Current Folder Type Explained</H1>
17136 The Current Folder Type is part of the Line Coloring rule's Pattern.
17137 It refers to the type of the folder for which the MESSAGE INDEX is
17138 being viewed.
17139 In order for a rule to be considered a match, the current folder must
17140 be of the type you set here.
17141 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17142 all what you might think.
17144 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17145 example, then
17146 that Pattern will only match if the current folder is a newsgroup and
17147 the rest of the Pattern matches.
17148 The value &quot;Specific&quot; may be used when you want to limit the match
17149 to a specific folder (not just a specific type of folder), or to a list of
17150 specific folders.
17152 In order to match a specific folder you Select the &quot;Specific&quot;
17153 button <EM>AND</EM> fill in
17154 the name (or list of names) of
17155 the folder in the &quot;Folder List&quot; field.
17156 If the current folder is any of the folders in the list, that is considered
17157 a match.
17158 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17159 of the folder (like what appears in your configuration file) or, if the
17160 folder is one of your incoming folders, it may be the nickname you've given
17161 the folder.
17162 Here are a couple samples of specific folder names:
17164 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17166 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17168 The easiest way to fill in the &quot;Folder List&quot; field is to use
17169 the T command that is available when the &quot;Folder List&quot; line is
17170 highlighted.
17171 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17172 Current Folder Type is set to &quot;Specific&quot;, and any value that
17173 &quot;Folder List&quot; has is ignored unless the type
17174 is set to &quot;Specific&quot;.
17176 When reading a newsgroup, there may be a performance penalty
17177 incurred when collecting the information necessary to check a Pattern.
17178 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17179 For example, a rule with a non-Normal Index Line Color
17180 and a Current Folder Type of
17181 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17182 screen to draw more slowly when in a newsgroup.
17184 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17185 for more information on Patterns.
17187 Look <A HREF="h_edit_nav_cmds">here</A>
17188 to see the available Editing and Navigation commands.
17190 &lt;End of help on this topic&gt;
17191 </BODY>
17192 </HTML>
17193 ======= h_config_filt_fldr_type =======
17194 <HTML>
17195 <HEAD>
17196 <TITLE>Current Folder Type Explained</TITLE>
17197 </HEAD>
17198 <BODY>
17199 <H1>Current Folder Type Explained</H1>
17201 The Current Folder Type is part of the Filtering rule's Pattern.
17202 It refers to the type of the folder for which the filtering is being done.
17203 In order for a rule to be considered a match, the current folder must
17204 be of the type you set here.
17205 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17206 all what you might think.
17208 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17209 example, then
17210 that Pattern will only match if the current folder is a newsgroup and
17211 the rest of the Pattern matches.
17212 The value &quot;Specific&quot; may be used when you want to limit the match
17213 to a specific folder (not just a specific type of folder), or to a list of
17214 specific folders.
17216 In order to match a specific folder you Select the &quot;Specific&quot;
17217 button <EM>AND</EM> fill in
17218 the name (or list of names) of
17219 the folder in the &quot;Folder List&quot; field.
17220 If the current folder is any of the folders in the list, that is considered
17221 a match.
17222 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17223 of the folder (like what appears in your configuration file) or, if the
17224 folder is one of your incoming folders, it may be the nickname you've given
17225 the folder.
17226 Here are a couple samples of specific folder names:
17228 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17230 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17232 The easiest way to fill in the &quot;Folder List&quot; field is to use
17233 the T command that is available when the &quot;Folder List&quot; line is
17234 highlighted.
17235 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17236 Current Folder Type is set to &quot;Specific&quot;, and any value that
17237 &quot;Folder List&quot; has is ignored unless the type
17238 is set to &quot;Specific&quot;.
17240 When reading a newsgroup, there may be a performance penalty
17241 incurred when collecting the information necessary to check a Pattern.
17242 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17243 For example, a rule with a Current Folder Type of either
17244 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17245 more slowly when opening a newsgroup.
17247 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17248 for more information on Patterns.
17250 Look <A HREF="h_edit_nav_cmds">here</A>
17251 to see the available Editing and Navigation commands.
17253 &lt;End of help on this topic&gt;
17254 </BODY>
17255 </HTML>
17256 ======= h_config_role_stat_imp =======
17257 <HTML>
17258 <HEAD>
17259 <TITLE>Message Important Status Explained</TITLE>
17260 </HEAD>
17261 <BODY>
17262 <H1>Message Important Status Explained</H1>
17264 This part of the Pattern may have one of three possible values.
17265 The default value is &quot;Don't care&quot;, which matches any message.
17266 The other two values are &quot;Yes&quot;, which means the message must be
17267 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17268 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17269 to be a match.
17271 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17272 for more information on Patterns.
17274 Look <A HREF="h_edit_nav_cmds">here</A>
17275 to see the available Editing and Navigation commands.
17277 &lt;End of help on this topic&gt;
17278 </BODY>
17279 </HTML>
17280 ======= h_config_role_stat_new =======
17281 <HTML>
17282 <HEAD>
17283 <TITLE>Message New Status Explained</TITLE>
17284 </HEAD>
17285 <BODY>
17286 <H1>Message New Status Explained</H1>
17288 This part of the Pattern may have one of three possible values.
17289 The default value is &quot;Don't care&quot;, which matches any message.
17290 The other two values are &quot;Yes&quot;, which means the message must be
17291 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17292 means the message must <EM>not</EM> be &quot;New&quot; in order
17293 to be a match.
17294 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17295 same as <EM>Seen</EM>.
17297 The nomenclature for New and Recent is a bit confusing:
17299 New means that the message is Unseen.
17300 It could have been in your mailbox for a long time but if you haven't looked
17301 at it, it is still considered New.
17302 That matches the default Alpine index display that shows an N for such a
17303 message.
17305 Recent means that the message was added to this folder since the last time
17306 you opened the folder.
17307 Alpine also shows an N by default for these types of messages.
17308 If you were to run two copies of Alpine that opened a folder one right after
17309 the other, a message would only show up as Recent in (at most) the first
17310 Alpine session.
17312 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17313 for more information on Patterns.
17315 Look <A HREF="h_edit_nav_cmds">here</A>
17316 to see the available Editing and Navigation commands.
17318 &lt;End of help on this topic&gt;
17319 </BODY>
17320 </HTML>
17321 ======= h_config_role_stat_recent =======
17322 <HTML>
17323 <HEAD>
17324 <TITLE>Message Recent Status Explained</TITLE>
17325 </HEAD>
17326 <BODY>
17327 <H1>Message Recent Status Explained</H1>
17329 This part of the Pattern may have one of three possible values.
17330 The default value is &quot;Don't care&quot;, which matches any message.
17331 The other two values are &quot;Yes&quot;, which means the message must be
17332 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17333 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17334 to be a match.
17335 &quot;Recent&quot; means that the message was added to the folder since
17336 the last time the folder was opened.
17337 If more than one mail client has the folder opened, the message will
17338 appear to be &quot;Recent&quot; to only one of the clients.
17340 The nomenclature for New and Recent is a bit confusing:
17342 New means that the message is Unseen.
17343 It could have been in your mailbox for a long time but if you haven't looked
17344 at it, it is still considered New.
17345 That matches the default Alpine index display that shows an N for such a
17346 message.
17348 Recent means that the message was added to this folder since the last time
17349 you opened the folder.
17350 Alpine also shows an N by default for these types of messages.
17351 If you were to run two copies of Alpine that opened a folder one right after
17352 the other, a message would only show up as Recent in (at most) the first
17353 Alpine session.
17355 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17356 for more information on Patterns.
17358 Look <A HREF="h_edit_nav_cmds">here</A>
17359 to see the available Editing and Navigation commands.
17361 &lt;End of help on this topic&gt;
17362 </BODY>
17363 </HTML>
17364 ======= h_config_role_stat_del =======
17365 <HTML>
17366 <HEAD>
17367 <TITLE>Message Deleted Status Explained</TITLE>
17368 </HEAD>
17369 <BODY>
17370 <H1>Message Deleted Status Explained</H1>
17372 This part of the Pattern may have one of three possible values.
17373 The default value is &quot;Don't care&quot;, which matches any message.
17374 The other two values are &quot;Yes&quot;, which means the message must be
17375 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17376 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17377 to be a match.
17379 If you are thinking of using this part of the Pattern as a way to prevent
17380 messages from being filtered more than once in a Filter Pattern,
17381 take a look at the Filter Option
17382 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17383 instead.
17384 It should work better than using this field since it will hide the filtered
17385 messages even if they are already Deleted.
17386 That option is at the bottom of the Filter configuration screen.
17388 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17389 for more information on Patterns.
17391 Look <A HREF="h_edit_nav_cmds">here</A>
17392 to see the available Editing and Navigation commands.
17394 &lt;End of help on this topic&gt;
17395 </BODY>
17396 </HTML>
17397 ======= h_config_role_stat_ans =======
17398 <HTML>
17399 <HEAD>
17400 <TITLE>Message Answered Status Explained</TITLE>
17401 </HEAD>
17402 <BODY>
17403 <H1>Message Answered Status Explained</H1>
17405 This part of the Pattern may have one of three possible values.
17406 The default value is &quot;Don't care&quot;, which matches any message.
17407 The other two values are &quot;Yes&quot;, which means the message must be
17408 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17409 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17410 to be a match.
17412 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17413 for more information on Patterns.
17415 Look <A HREF="h_edit_nav_cmds">here</A>
17416 to see the available Editing and Navigation commands.
17418 &lt;End of help on this topic&gt;
17419 </BODY>
17420 </HTML>
17421 ======= h_config_role_abookfrom =======
17422 <HTML>
17423 <HEAD>
17424 <TITLE>Address in Address Book Explained</TITLE>
17425 </HEAD>
17426 <BODY>
17427 <H1>Address in Address Book Explained</H1>
17429 This option gives you a way to match messages that contain an address
17430 that is in one of your address books.
17431 Only the simple entries in your address books are searched.
17432 Address book distribution lists are ignored!
17434 This part of the Pattern may have one of five possible values.
17435 The default value is &quot;Don't care&quot;, which matches any message.
17436 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17437 from the message must be in at least one of your
17438 address books in order to be a match.
17439 The value &quot;No, not in any address book&quot;
17440 means none of the addresses may
17441 be in any of your address books in order to be a match.
17443 The values &quot;Yes, in specific address books&quot; and
17444 &quot;No, not in any of specific address books&quot; are similar but instead
17445 of depending on all address books you are allowed to give a list of address
17446 books to look in.
17447 Usually this would be a single address book but it may be a
17448 list of address books as well.
17449 For each of these &quot;specific&quot; address book options you Select which
17450 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17451 name (or list of names) of the address book in the
17452 &quot;Abook List&quot; field.
17453 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17454 The easiest way to fill in the Abook List field it to use
17455 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17456 line is highlighted.
17457 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17458 option is set to one of the two &quot;Specific&quot;, values.
17460 The addresses from the message that are checked for are determined by the
17461 setting you have for &quot;Types of addresses to check for in address book&quot;.
17462 If you set this to &quot;From&quot; the From address from the message will
17463 be looked up in the address book.
17464 If you set it to &quot;To&quot; instead then the To addresses will be used.
17465 If any of the To addresses are in the address book then it is considered
17466 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17467 You could set it to both From and To, in which case all of the From and To
17468 addresses are used.
17469 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17470 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17471 exists or the From address if there is no Reply-To address.
17472 Same for the Sender address.
17474 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17475 for more information on Patterns.
17477 Look <A HREF="h_edit_nav_cmds">here</A>
17478 to see the available Editing and Navigation commands.
17480 &lt;End of help on this topic&gt;
17481 </BODY>
17482 </HTML>
17483 ======= h_config_inabook_from =======
17484 <HTML>
17485 <HEAD>
17486 <TITLE>From</TITLE>
17487 </HEAD>
17488 <BODY>
17489 <H1>From</H1>
17491 Setting the From line will cause the address from the From header line
17492 of the message to be checked for in the address book.
17494 &lt;End of help on this topic&gt;
17495 </BODY>
17496 </HTML>
17497 ======= h_config_inabook_replyto =======
17498 <HTML>
17499 <HEAD>
17500 <TITLE>Reply-To</TITLE>
17501 </HEAD>
17502 <BODY>
17503 <H1>Reply-To</H1>
17505 Setting the Reply-To line will cause the address from the Reply-To header line
17506 of the message to be checked for in the address book.
17507 However, if there is no Reply-To header line in the message the From header
17508 line will be used instead.
17509 We understand this is dumb but we don't have an easy way around it.
17511 &lt;End of help on this topic&gt;
17512 </BODY>
17513 </HTML>
17514 ======= h_config_inabook_sender =======
17515 <HTML>
17516 <HEAD>
17517 <TITLE>Sender</TITLE>
17518 </HEAD>
17519 <BODY>
17520 <H1>Sender</H1>
17522 Setting the Sender line will cause the address from the Sender header line
17523 of the message to be checked for in the address book.
17524 However, if there is no Sender header line in the message the From header
17525 line will be used instead.
17526 We understand this is dumb but we don't have an easy way around it.
17528 &lt;End of help on this topic&gt;
17529 </BODY>
17530 </HTML>
17531 ======= h_config_inabook_to =======
17532 <HTML>
17533 <HEAD>
17534 <TITLE>To</TITLE>
17535 </HEAD>
17536 <BODY>
17537 <H1>To</H1>
17539 Setting the To line will cause the address from the To header line
17540 of the message to be checked for in the address book.
17542 &lt;End of help on this topic&gt;
17543 </BODY>
17544 </HTML>
17545 ======= h_config_inabook_cc =======
17546 <HTML>
17547 <HEAD>
17548 <TITLE>CC</TITLE>
17549 </HEAD>
17550 <BODY>
17551 <H1>CC</H1>
17553 Setting the CC line will cause the address from the CC header line
17554 of the message to be checked for in the address book.
17556 &lt;End of help on this topic&gt;
17557 </BODY>
17558 </HTML>
17559 ======= h_config_role_stat_8bitsubj =======
17560 <HTML>
17561 <HEAD>
17562 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17563 </HEAD>
17564 <BODY>
17565 <H1>Raw 8-bit in Subject Explained</H1>
17567 It seems that lots of unwanted email contains unencoded 8-bit characters
17568 in the Subject.
17569 Normally, characters with the 8th bit set are not allowed in the Subject
17570 header unless they are MIME-encoded.
17571 This option gives you a way to match messages that have Subjects that
17572 contain unencoded 8-bit characters.
17574 This part of the Pattern may have one of three possible values.
17575 The default value is &quot;Don't care&quot;, which matches any message.
17576 The other two values are &quot;Yes&quot;, which means the Subject of
17577 the message must contain unencoded 8-bit characters (characters with the
17578 most significant bit set)
17579 in order to be a match; or &quot;No&quot;, which
17580 means the Subject must <EM>not</EM>
17581 contain unencoded 8-bit characters in order to be a match.
17583 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17584 for more information on Patterns.
17586 Look <A HREF="h_edit_nav_cmds">here</A>
17587 to see the available Editing and Navigation commands.
17589 &lt;End of help on this topic&gt;
17590 </BODY>
17591 </HTML>
17592 ======= h_config_role_bom =======
17593 <HTML>
17594 <HEAD>
17595 <TITLE>Beginning of Month</TITLE>
17596 </HEAD>
17597 <BODY>
17598 <H1>Beginning of Month</H1>
17600 This option gives you a limited ability to take different actions depending on whether
17601 this is the first time Alpine has been run this month or not.
17602 Though it would be nice to have such an option available, this is not the
17603 same as whether or not this is the first time a paricular folder has been
17604 opened this month.
17605 If you want some action (probably Filtering) to take place in a folder each
17606 month, then you will need to be sure that the folder is opened during the
17607 first Alpine session of the month in order for this option to be helpful.
17609 This part of the Pattern may have one of three possible values.
17610 The default value is &quot;Don't care&quot;, which matches any message.
17611 The other two values are &quot;Yes&quot;, which means this is the first
17612 time Alpine has been run this month;
17613 or &quot;No&quot;, which
17614 means this is not the first time Alpine has been run this month.
17616 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17617 for more information on Patterns.
17619 Here are some technical details.
17620 The way that Alpine decides if it is the beginning of the month or not is
17621 to compare today's date with the date stored in the
17622 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17623 variable in the config file.
17624 If the month of today's date is later than the month stored in the variable,
17625 then this is considered to be the first time you have run Alpine this month, and
17626 that turns the Beginning of the Month option on.
17628 Look <A HREF="h_edit_nav_cmds">here</A>
17629 to see the available Editing and Navigation commands.
17631 &lt;End of help on this topic&gt;
17632 </BODY>
17633 </HTML>
17634 ======= h_config_role_boy =======
17635 <HTML>
17636 <HEAD>
17637 <TITLE>Beginning of Year</TITLE>
17638 </HEAD>
17639 <BODY>
17640 <H1>Beginning of Year</H1>
17642 This option gives you a limited ability to take different actions depending on whether
17643 this is the first time Alpine has been run this year or not.
17644 Though it would be nice to have such an option available, this is not the
17645 same as whether or not this is the first time a paricular folder has been
17646 opened this year.
17647 If you want some action (probably Filtering) to take place in a folder each
17648 year, then you will need to be sure that the folder is opened during the
17649 first Alpine session of the year in order for this option to be helpful.
17651 This part of the Pattern may have one of three possible values.
17652 The default value is &quot;Don't care&quot;, which matches any message.
17653 The other two values are &quot;Yes&quot;, which means this is the first
17654 time Alpine has been run this year;
17655 or &quot;No&quot;, which
17656 means this is not the first time Alpine has been run this year.
17658 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17659 for more information on Patterns.
17661 Here are some technical details.
17662 The way that Alpine decides if it is the beginning of the year or not is
17663 to compare today's date with the date stored in the
17664 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17665 variable in the config file.
17666 If the year of today's date is later than the year stored in the variable,
17667 then this is considered to be the first time you have run Alpine this year, and
17668 that turns the Beginning of the Year option on.
17670 Look <A HREF="h_edit_nav_cmds">here</A>
17671 to see the available Editing and Navigation commands.
17673 &lt;End of help on this topic&gt;
17674 </BODY>
17675 </HTML>
17676 ======= h_config_role_inick =======
17677 <HTML>
17678 <HEAD>
17679 <TITLE>Initialize Values From Role Explained</TITLE>
17680 </HEAD>
17681 <BODY>
17682 <H1>Initialize Values From Role Explained</H1>
17684 This is a power user feature.
17685 You will usually want to leave this field empty.
17686 The value of this field is the nickname of another one of your roles.
17687 The Action values from that other role
17688 are used as the initial values of the Action items for this role.
17689 If you put something in any of the action fields for this role, that will
17690 override whatever was in the corresponding field of the initializer role.
17692 You might use this field if the &quot;Action&quot; part of one of your roles
17693 is something you want to use in more than one role.
17694 Instead of filling in those action values again for each role, you
17695 may give the nickname of the role where the values are filled in.
17696 It's just a shortcut way to define Role Actions.
17698 Here's an example to help explain how this works.
17699 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17700 (among other things)
17702 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17704 set.
17705 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17706 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17707 from role1 by default (and any of the other inheritable action values
17708 that are set).
17709 So if role2 had
17711 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17713 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17714 However, if role2 had
17716 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17718 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17720 If you wish,
17721 you may choose a nickname from your list of roles by using the
17722 &quot;T&quot; command.
17723 If the role you are using to initialize also has a role it initializes from,
17724 then that initialization happens first.
17725 That is, inheritance works as expected with the grandparent and
17726 great-grandparent (and so on) roles having the expected effect.
17728 Look <A HREF="h_edit_nav_cmds">here</A>
17729 to see the available Editing and Navigation commands.
17731 &lt;End of help on this topic&gt;
17732 </BODY>
17733 </HTML>
17734 ======= h_config_role_setfrom =======
17735 <HTML>
17736 <HEAD>
17737 <TITLE>Set From Explained</TITLE>
17738 </HEAD>
17739 <BODY>
17740 <H1>Set From Explained</H1>
17742 This describes part of the action to be taken if the Pattern for this
17743 role is a match.
17744 This field consists of a single address that will be used as the From
17745 address on the message you are sending.
17746 This should be a fully-qualified address like
17748 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17750 or just
17752 <CENTER><SAMP>user@domain</SAMP></CENTER>
17754 If you wish,
17755 you may choose an address from your address book with the
17756 &quot;T&quot; command.
17758 If this is left blank, then your normal From address will be used.
17760 You may also find it useful to add the changed From address to the
17761 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17762 configuration option.
17764 Look <A HREF="h_edit_nav_cmds">here</A>
17765 to see the available Editing and Navigation commands.
17767 &lt;End of help on this topic&gt;
17768 </BODY>
17769 </HTML>
17770 ======= h_config_role_setreplyto =======
17771 <HTML>
17772 <HEAD>
17773 <TITLE>Set Reply-To Explained</TITLE>
17774 </HEAD>
17775 <BODY>
17776 <H1>Set Reply-To Explained</H1>
17778 This describes part of the action to be taken if the Pattern for this
17779 role is a match.
17780 This field consists of a single address that will be used as the Reply-To
17781 address on the message you are sending.
17782 This may be a fully-qualified address like
17784 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17786 or just
17788 <CENTER><SAMP>user@domain</SAMP></CENTER>
17790 If you wish,
17791 you may choose an address from your address book with the
17792 &quot;T&quot; command.
17794 If this is left blank, then there won't be a Reply-To address unless
17795 you have configured one specially with the
17796 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17797 configuration option.
17799 Look <A HREF="h_edit_nav_cmds">here</A>
17800 to see the available Editing and Navigation commands.
17802 &lt;End of help on this topic&gt;
17803 </BODY>
17804 </HTML>
17805 ======= h_config_role_setfcc =======
17806 <HTML>
17807 <HEAD>
17808 <TITLE>Set Fcc Explained</TITLE>
17809 </HEAD>
17810 <BODY>
17811 <H1>Set Fcc Explained</H1>
17813 This describes part of the action to be taken if the Pattern for this
17814 role is a match.
17815 This field consists of a single folder name that will be used in
17816 the Fcc field of the message you are sending.
17817 You may put anything here that you would normally type into the Fcc
17818 field from the composer.
17820 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17821 no Fcc.
17823 A blank field here means that Alpine will use its normal rules for deciding
17824 the default value of the Fcc field.
17825 For many roles, perhaps most, it may make more sense for you to use the
17826 other Alpine facilities for setting the Fcc.
17827 In particular, if you want the Fcc to depend on who you are sending the
17828 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17829 is probably more useful.
17830 In that case, you would want to leave the Fcc field here blank.
17831 However, if you have a role that depends on who the message you are replying
17832 to was From, or what address that message was sent to;
17833 then it might make sense to set the Fcc for that role here.
17835 If you wish,
17836 you may choose a folder from your folder collections by using the
17837 &quot;T&quot; command.
17839 Look <A HREF="h_edit_nav_cmds">here</A>
17840 to see the available Editing and Navigation commands.
17842 &lt;End of help on this topic&gt;
17843 </BODY>
17844 </HTML>
17845 ======= h_config_role_usesmtp =======
17846 <HTML>
17847 <HEAD>
17848 <TITLE>Use SMTP Server Explained</TITLE>
17849 </HEAD>
17850 <BODY>
17851 <H1>Use SMTP Server Explained</H1>
17853 This describes part of the action to be taken if the Pattern for this
17854 role is a match.
17855 If this field has a value, then it will be used as the SMTP server
17856 to send mail when this role is being used (unless the SMTP server variable
17857 is set in the system-wide fixed configuration file).
17858 It has the same semantics as the
17859 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17860 variable in the Setup/Config screen.
17862 If you are using this to post from home when you are at home and from
17863 work when you are at work you need to be careful about postponing messages.
17864 When you postpone a composition that was using a role with this variable
17865 set, the SMTP server list will be saved
17866 with the postponed composition.
17867 It cannot be changed later.
17868 Because of this, you may want to make this a list of SMTP servers
17869 with the preferred server at the front of the list and alternate servers
17870 later in the list.
17871 In your &quot;Home&quot; role you would put the home SMTP server first and
17872 the work SMTP server last.
17873 In your &quot;Work&quot; role you would put the work SMTP server first and
17874 the home SMTP server last.
17875 Then if you start a composition as &quot;Work&quot;, postpone
17876 it, and then later resume it from home the work SMTP server will fail but
17877 the home SMTP server later in the list will succeed.
17879 You may be able to simplify things by making the regular
17880 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17881 variable in the Setup/Config screen a list instead of using roles
17882 to set the SMTP server.
17885 Look <A HREF="h_edit_nav_cmds">here</A>
17886 to see the available Editing and Navigation commands.
17888 &lt;End of help on this topic&gt;
17889 </BODY>
17890 </HTML>
17891 ======= h_config_role_usenntp =======
17892 <HTML>
17893 <HEAD>
17894 <TITLE>Use NNTP Server Explained</TITLE>
17895 </HEAD>
17896 <BODY>
17897 <H1>Use NNTP Server Explained</H1>
17899 This describes part of the action to be taken if the Pattern for this
17900 role is a match.
17901 If this field has a value, then it will be used as the NNTP server
17902 to post to newsgroups when this role is being used (unless the NNTP server
17903 variable
17904 is set in the system-wide fixed configuration file).
17905 It has the same semantics as the
17906 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17907 variable in the Setup/Config screen.
17909 This role setting can facilitate posting to the right nntp server for someone
17910 who reads news from various news sources.  The feature
17911 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17912 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17913 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17914 nntp servers for roles may be more desirable for some people.
17916 If you are using this to post from home when you are at home and from
17917 work when you are at work you need to be careful about postponing messages.
17918 When you postpone a composition that was using a role with this variable
17919 set, the NNTP server list will be saved
17920 with the postponed composition.
17921 It cannot be changed later.
17922 Because of this, you may want to make this a list of NNTP servers
17923 with the preferred server at the front of the list and alternate servers
17924 later in the list.
17925 In your &quot;Home&quot; role you would put the home NNTP server first and
17926 the work NNTP server last.
17927 In your &quot;Work&quot; role you would put the work NNTP server first and
17928 the home NNTP server last.
17929 Then if you start a composition as &quot;Work&quot;, postpone
17930 it, and then later resume it from home the work NNTP server will fail but
17931 the home NNTP server later in the list will succeed.
17933 You may be able to simplify things by making the regular
17934 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17935 variable in the Setup/Config screen a list instead of using roles
17936 to set the NNTP server.
17939 Look <A HREF="h_edit_nav_cmds">here</A>
17940 to see the available Editing and Navigation commands.
17942 &lt;End of help on this topic&gt;
17943 </BODY>
17944 </HTML>
17945 ======= h_config_role_setotherhdr =======
17946 <HTML>
17947 <HEAD>
17948 <TITLE>Set Other Headers Explained</TITLE>
17949 </HEAD>
17950 <BODY>
17951 <H1>Set Other Headers Explained</H1>
17953 This describes part of the action to be taken if the Pattern for this
17954 role is a match.
17955 This field gives you a way to set values for headers besides
17956 &quot;From&quot; and &quot;Reply-To&quot;.
17957 If you want to set either of those, use the specific
17958 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17960 This field is similar to the
17961 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17962 Each header you specify here must include the header tag 
17963 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17964 and may optionally include a value for that header.
17965 In order to see these headers when you compose using this role you 
17966 must use the rich header
17967 <!--chtml if pinemode="function_key"-->(F5)
17968 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17969 Here's an example that shows how you might set the To address.
17971 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17973 Headers set in this way are different from headers set with the
17974 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17975 will replace any value that already exists.
17976 For example, if you are Replying to a message there will already be at
17977 least one address in the To header (the address you are Replying to).
17978 However, if you Reply using a role that sets the To header, that role's
17979 To header value will be used instead.
17981 Limitation: Because commas are used to separate the list of
17982 Other Headers, it is not possible to have the value of a
17983 header contain a comma;
17984 nor is there currently an &quot;escape&quot; mechanism provided
17985 to make this work.
17987 Look <A HREF="h_edit_nav_cmds">here</A>
17988 to see the available Editing and Navigation commands.
17990 &lt;End of help on this topic&gt;
17991 </BODY>
17992 </HTML>
17993 ======= h_config_role_setlitsig =======
17994 <HTML>
17995 <HEAD>
17996 <TITLE>Set Literal Signature Explained</TITLE>
17997 </HEAD>
17998 <BODY>
17999 <H1>Set Literal Signature Explained</H1>
18001 This describes part of the action to be taken if the Pattern for this
18002 role is a match.
18003 This field contains the actual text for your signature, as opposed to
18004 the name of a file containing your signature.
18005 If this is defined it takes precedence over any value set in the
18006 &quot;Set Signature&quot; field.
18008 This is simply a different way to store the signature.
18009 The signature is stored inside your Alpine configuration file instead of in
18010 a separate file.
18011 Tokens work the same way they do with
18012 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18013 help text there for more information.
18016 The two character sequence &#92;n (backslash followed by
18017 the character n) will be used to signify a line-break in your signature.
18018 You don't have to enter the &#92;n, but it will be visible in the
18019 CHANGE THIS ROLE RULE window after you are done editing the signature.
18021 Look <A HREF="h_edit_nav_cmds">here</A>
18022 to see the available Editing and Navigation commands.
18024 &lt;End of help on this topic&gt;
18025 </BODY>
18026 </HTML>
18027 ======= h_config_role_setsig =======
18028 <HTML>
18029 <HEAD>
18030 <TITLE>Set Signature Explained</TITLE>
18031 </HEAD>
18032 <BODY>
18033 <H1>Set Signature Explained</H1>
18035 This describes part of the action to be taken if the Pattern for this
18036 role is a match.
18038 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18039 option from Setup/Config
18040 or the &quot;Set LiteralSig&quot; option for this role are defined,
18041 then this option will be ignored.
18042 You can tell that that is the case because the value of this
18043 option will show up as
18045 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18047 You may either use all Literal Signatures (signatures stored in your
18048 configuration file) throughout Alpine, or all signature files.
18049 You can't mix the two.
18051 This field consists of a filename that will be used as the signature
18052 file when using this role.
18054 If the filename is followed by a vertical bar (|) then instead
18055 of reading the contents of the file the file is assumed to be a
18056 program that will produce the text to be used on its standard output.
18057 The program can't have any arguments and doesn't receive any input from Alpine,
18058 but the rest of the processing works as if the contents came from a file.
18060 Instead of storing the data in a local file, the
18061 signature data may be stored remotely in an IMAP folder.
18062 In order to do this, 
18063 you must use a remote name for the signature.
18064 A remote signature name might look like:
18066 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18069 The syntax used here is the same as the syntax used for a remote
18070 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18071 Note that you may not access an existing signature file remotely,
18072 you have to create a new <EM>folder</EM> that contains the signature data.
18073 If the name you use here for the signature data is a remote name, then when
18074 you edit the file using the &quot;F&quot; command the data will
18075 be saved remotely in the folder.
18076 You aren't required to do anything special to create the folder, it
18077 gets created if you use a remote name.
18080 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18081 the name of the file) you have specified.
18082 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18084 Besides containing regular text, a signature file may also
18085 contain (or a signature program may produce) tokens that are replaced with text
18086 that depends on the message you are replying to or forwarding.
18087 The tokens all look like _word_ (a word surrounded by underscores).
18088 For example, if the token
18090 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18092 is included in the text of the signature file, then when you reply to
18093 or forward a message, the token will be replaced with the actual date
18094 the message you are replying to or forwarding was sent.
18096 If you use a role that has a signature file for a plain composition
18097 (that is, not a reply or forward) then there is no original message, so
18098 any tokens that depend on the message will be replaced with nothing.
18099 So if you want a signature file to be useful for new compositions it
18100 shouldn't include any of the tokens that depend on the message being
18101 replied to or forwarded.
18103 The list of available tokens is
18104 <A HREF="h_index_tokens">here</A>.
18106 Actually, for the adventurous, there is a way to conditionally include text based
18107 on whether or not a token would result in specific replacement text.
18108 For example, you could include some text based on whether or not
18109 the _NEWS_ token would result in any newsgroups if it was used.
18110 It's explained in detail
18111 <A HREF="h_reply_token_conditionals">here</A>.
18113 In the very unlikely event that you want to include a literal token in
18114 a signature file, you must precede it with a backslash character.
18115 For example, to include the literal text _DATE_ you must actually use
18116 &#92;_DATE_.
18117 It is not possible to have a literal backslash followed by an expanded token.
18119 A blank field here means that Alpine will use its normal rules for deciding
18120 which file (if any) to use for the signature file.
18122 An alternate method for storing the signature is available in
18123 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18125 Look <A HREF="h_edit_nav_cmds">here</A>
18126 to see the available Editing and Navigation commands.
18128 &lt;End of help on this topic&gt;
18129 </BODY>
18130 </HTML>
18131 ======= h_config_role_settempl =======
18132 <HTML>
18133 <HEAD>
18134 <TITLE>Set Template Explained</TITLE>
18135 </HEAD>
18136 <BODY>
18137 <H1>Set Template Explained</H1>
18139 This describes part of the action to be taken if the Pattern for this
18140 role is a match.
18141 This field consists of a filename that will be used as the template
18142 file when using this role.
18143 The template file is a file that is included at the top of the message you
18144 are composing.
18146 If the filename is followed by a vertical bar (|) then instead
18147 of reading the contents of the file the file is assumed to be a
18148 program that will produce the text to be used on its standard output.
18149 The program can't have any arguments and doesn't receive any input from Alpine,
18150 but the rest of the processing works as if the contents came from a file.
18152 Instead of storing the data in a local file, the
18153 template may be stored remotely in an IMAP folder.
18154 In order to do this, 
18155 you must use a remote name for the template.
18156 A remote template name might look like:
18158 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18161 The syntax used here is the same as the syntax used for a remote
18162 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18163 Note that you may not access an existing template file remotely,
18164 you have to create a new <EM>folder</EM> that contains the template data.
18165 If the name you use here for the template is a remote name, then when
18166 you edit the file using the &quot;F&quot; command the data will
18167 be saved remotely in the folder.
18168 You aren't required to do anything special to create the folder, it
18169 gets created if you use a remote name.
18171 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18172 the name of the file) you have specified.
18173 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18175 Besides containing regular text, the template file may also
18176 contain (or a template file program may produce) tokens that are replaced with text
18177 that depends on the message you are replying to or forwarding.
18178 The tokens all look like _word_ (a word surrounded by underscores).
18179 For example, if the token
18181 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18183 is included in the text of the template file, then when you reply to
18184 or forward a message, the token will be replaced with the actual date
18185 the message you are replying to or forwarding was sent.
18187 If you use a role that has a template file for a plain composition
18188 (that is, not a reply or forward) then there is no original message, so
18189 any tokens that depend on the message will be replaced with nothing.
18190 So if you want a template file to be useful for new compositions it
18191 shouldn't include any of the tokens that depend on the message being
18192 replied to or forwarded.
18194 The list of available tokens is
18195 <A HREF="h_index_tokens">here</A>.
18197 Actually, for the adventurous, there is a way to conditionally include text based
18198 on whether or not a token would result in specific replacement text.
18199 For example, you could include some text based on whether or not
18200 the _NEWS_ token would result in any newsgroups if it was used.
18201 It's explained in detail
18202 <A HREF="h_reply_token_conditionals">here</A>.
18204 In the very unlikely event that you want to include a literal token in
18205 a template file, you must precede it with a backslash character.
18206 For example, to include the literal text _DATE_ you must actually use
18207 &#92;_DATE_.
18208 It is not possible to have a literal backslash followed by an expanded token.
18210 A blank template field means that Alpine will not use a template file when
18211 this role is being used.
18213 Look <A HREF="h_edit_nav_cmds">here</A>
18214 to see the available Editing and Navigation commands.
18216 &lt;End of help on this topic&gt;
18217 </BODY>
18218 </HTML>
18219 ======= h_config_filt_stat_imp =======
18220 <HTML>
18221 <HEAD>
18222 <TITLE>Set Important Status Explained</TITLE>
18223 </HEAD>
18224 <BODY>
18225 <H1>Set Important Status Explained</H1>
18227 This describes part of the action to be taken if the Pattern for this
18228 filter is a match.
18229 If set to &quot;Don't change it&quot; then this does nothing.
18230 If set to &quot;Set this state&quot; then the Important flag is set
18231 for the matching message.
18232 If set to &quot;Clear this state&quot; then the Important flag is cleared
18233 for the matching message.
18234 The important flag usually causes an asterisk to show up in the MESSAGE
18235 INDEX.
18236 It may also be useful when selecting a set of messages
18237 with the Select command.
18239 Look <A HREF="h_edit_nav_cmds">here</A>
18240 to see the available Editing and Navigation commands.
18242 &lt;End of help on this topic&gt;
18243 </BODY>
18244 </HTML>
18245 ======= h_config_filt_stat_new =======
18246 <HTML>
18247 <HEAD>
18248 <TITLE>Set New Status Explained</TITLE>
18249 </HEAD>
18250 <BODY>
18251 <H1>Set New Status Explained</H1>
18253 This describes part of the action to be taken if the Pattern for this
18254 filter is a match.
18255 If set to &quot;Don't change it&quot; then this does nothing.
18256 If set to &quot;Set this state&quot; then the
18257 matching message is marked New.
18258 If set to &quot;Clear this state&quot; then the
18259 matching message is marked Seen.
18261 Look <A HREF="h_edit_nav_cmds">here</A>
18262 to see the available Editing and Navigation commands.
18264 &lt;End of help on this topic&gt;
18265 </BODY>
18266 </HTML>
18267 ======= h_config_filt_stat_ans =======
18268 <HTML>
18269 <HEAD>
18270 <TITLE>Set Answered Status Explained</TITLE>
18271 </HEAD>
18272 <BODY>
18273 <H1>Set Answered Status Explained</H1>
18275 This describes part of the action to be taken if the Pattern for this
18276 filter is a match.
18277 If set to &quot;Don't change it&quot; then this does nothing.
18278 If set to &quot;Set this state&quot; then the Answered flag is set
18279 for the matching message.
18280 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18281 for the matching message.
18283 Look <A HREF="h_edit_nav_cmds">here</A>
18284 to see the available Editing and Navigation commands.
18286 &lt;End of help on this topic&gt;
18287 </BODY>
18288 </HTML>
18289 ======= h_config_filt_stat_del =======
18290 <HTML>
18291 <HEAD>
18292 <TITLE>Set Deleted Status Explained</TITLE>
18293 </HEAD>
18294 <BODY>
18295 <H1>Set Deleted Status Explained</H1>
18297 This describes part of the action to be taken if the Pattern for this
18298 filter is a match.
18299 If set to &quot;Don't change it&quot; then this does nothing.
18300 If set to &quot;Set this state&quot; then the
18301 matching message is marked Deleted.
18302 If set to &quot;Clear this state&quot; then the
18303 matching message is marked UnDeleted.
18305 You should not use this option unless you are prepared to have matching
18306 messages expunged from the folder permanently.
18307 For example, if you type the Expunge command, this filter is applied
18308 before the expunge, so matching messages will be marked Deleted and then
18309 will be permanently expunged from the folder.
18310 However, since the index isn't redrawn in between the time that the message
18311 is marked Deleted and the time that you are asked to expunge, the only
18312 indication that you are expunging the message comes in the number of messages
18313 being expunged.
18314 The same thing may happen when you close a folder.
18315 It is also possible that an expunge not initiated by you will
18316 delete matching messages.
18318 Look <A HREF="h_edit_nav_cmds">here</A>
18319 to see the available Editing and Navigation commands.
18321 &lt;End of help on this topic&gt;
18322 </BODY>
18323 </HTML>
18324 ======= h_config_role_scoreval =======
18325 <HTML>
18326 <HEAD>
18327 <TITLE>Score Value Explained</TITLE>
18328 </HEAD>
18329 <BODY>
18330 <H1>Score Value Explained</H1>
18332 A message's score is the sum of the Score Values from all of the Scoring rules
18333 with Patterns that match the message.
18334 The value you give here is the Score Value associated with this rule.
18335 A Score Value is an integer between -100 and 100, with the default
18336 value of zero.
18338 Alternatively, if the
18339 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18340 field is defined
18341 (on the line right below the &quot;Score Value&quot; field)
18342 then the &quot;Score Value&quot; is ignored and
18343 the &quot;Score From Header&quot; field is used instead.
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_scorehdrtok =======
18352 <HTML>
18353 <HEAD>
18354 <TITLE>Score Value From Header Explained</TITLE>
18355 </HEAD>
18356 <BODY>
18357 <H1>Score Value From Header Explained</H1>
18359 This option provides a way to use a number that appears in the headers of your
18360 messages as the message's score, or as a component of that score.
18361 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18362 The idea behind this option is that there may be a score embedded in the
18363 headers of messages that has already been calculated outside of Alpine.
18364 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18365 somewhere in that header there is a score.
18367 The value for this option is the name of the header followed by parentheses
18368 with two arguments inside:
18370 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18372 No space is allowed between the comma and the start of the field_separators.
18373 It would be interpreted as the first separator if it was there.
18374 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18375 starts after that and goes to the second separator, and so on.
18376 It's easier to explain with examples.
18378 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18380 In the above example the header that is used is the &quot;X-Spam&quot; header.
18381 The value of that header (the part after the colon and the space) is split
18382 into fields separated by spaces.
18384 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18386 The second field is selected and converted to an integer. It only makes sense
18387 if Field2 really is an integer.
18389 Here's an example of a SpamAssassin header.
18390 The exact look of the header will vary, but if your incoming mail
18391 contains headers that look like the following
18393 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18395 you might want to use the hits value as a score.
18396 Since the score is an integer value you can't make use of the decimal part of
18397 the number, but
18398 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18399 and &quot;.&quot; as your separators.
18401 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18403 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18404 hits.
18405 The second field is &quot;10&quot; so the score value would be 10.
18407 Another example we've seen has headers that look like
18409 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18411 Because there are two equals before the 7% the value
18413 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18415 should capture the probability as the score.
18417 The Score From Header scoring value actually works just like the
18418 regular Score Value in that the rest of the pattern has to match before
18419 it is used and the scores from all the different scoring rules that
18420 match for a particular message are added together.
18421 When using the Score From Header method it may (or may not) make sense to
18422 use only a single scoring rule with a pattern that matches every message.
18424 Look <A HREF="h_edit_nav_cmds">here</A>
18425 to see the available Editing and Navigation commands.
18427 &lt;End of help on this topic&gt;
18428 </BODY>
18429 </HTML>
18430 ======= h_config_role_replyuse =======
18431 <HTML>
18432 <HEAD>
18433 <TITLE>Reply Use Explained</TITLE>
18434 </HEAD>
18435 <BODY>
18436 <H1>Reply Use Explained</H1>
18438 This option determines how this particular role will be used when Replying
18439 to a message.
18440 There are three possible values for this option.
18441 The value &quot;Never&quot;
18442 means that this role will not be a candidate for use when Replying.
18443 The role's Pattern will not be checked for a match, however the role will
18444 be available to be manually switched to if there is a confirmation prompt.
18447 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18448 mean that you do want to consider this role when Replying.
18449 For either of these settings, the role's Pattern will be compared with
18450 the message being replied to.
18451 If there is a match then this role will either be used without confirmation
18452 or will be the default when confirmation is asked for, depending on
18453 which of the two options is selected.
18454 If confirmation is requested, you will also have a chance to
18455 manually change the role to any one of your other roles.
18458 You won't be prompted for confirmation if none of your role Patterns
18459 match the message being replied to.
18460 This is independent of the value of the current option.
18461 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18462 feature may be used to change this behavior.
18464 &lt;End of help on this topic&gt;
18465 </BODY>
18466 </HTML>
18467 ======= h_config_role_forwarduse =======
18468 <HTML>
18469 <HEAD>
18470 <TITLE>Forward Use Explained</TITLE>
18471 </HEAD>
18472 <BODY>
18473 <H1>Forward Use Explained</H1>
18475 This option determines how this particular role will be used when Forwarding
18476 a message.
18477 There are three possible values for this option.
18478 The value &quot;Never&quot;
18479 means that this role will not be a candidate for use when Forwarding.
18480 The role's Pattern will not be checked for a match, however the role will
18481 be available to be manually switched to if there is a confirmation prompt.
18484 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18485 mean that you do want to consider this role when Forwarding.
18486 For either of these settings, the role's Pattern will be compared with
18487 the message being forwarded.
18488 If there is a match then this role will either be used without confirmation
18489 or will be the default when confirmation is asked for, depending on
18490 which of the two options is selected.
18491 If confirmation is requested, you will also have a chance to
18492 manually change the role to any one of your other roles.
18495 You won't be prompted for confirmation if none of your role Patterns
18496 match the message being forwarded.
18497 This is independent of the value of the current option.
18498 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18499 feature may be used to change this behavior.
18501 &lt;End of help on this topic&gt;
18502 </BODY>
18503 </HTML>
18504 ======= h_config_role_composeuse =======
18505 <HTML>
18506 <HEAD>
18507 <TITLE>Compose Use Explained</TITLE>
18508 </HEAD>
18509 <BODY>
18510 <H1>Compose Use Explained</H1>
18512 This option determines how this particular role will be used when Composing
18513 a new message using the &quot;Compose&quot; command.
18514 This does not affect what happens when using the &quot;Role&quot; command
18515 to compose a new message.
18516 The &quot;Role&quot; command allows you to select a role from all of the
18517 roles you have defined, regardless of what Uses you've assigned to those
18518 roles.
18521 There are three possible values for this option.
18522 The value &quot;Never&quot;
18523 means that this role will not be a candidate for use when Composing.
18524 The role's Current Folder Type will not be checked for a match, however the role
18525 will be available to be manually switched to if there is a confirmation prompt.
18528 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18529 mean that you do want to consider this role when Composing.
18530 For either of these settings,
18531 the role's Current Folder Type will be checked (since there is no message
18532 to compare with, the rest of the Pattern is considered a match).
18533 If there is a match then this role will either be used without confirmation
18534 or will be the default when confirmation is asked for, depending on
18535 which of the two options is selected.
18536 If confirmation is requested, you will also have a chance to
18537 manually change the role to any one of your other roles.
18540 When using the Compose command the role checking is a little different
18541 because there is no message being replied to or forwarded.
18542 Because of this the Current Folder Type is checked but the header pattern
18543 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18544 A role is considered to be a match if it is a candidate for Compose Use and
18545 its Current Folder Type matches the currently open folder.
18546 This could be useful if you want to set a role based on the folder you
18547 are reading, or the type of folder you are reading.
18550 You won't be prompted for confirmation if none of your role Patterns
18551 are a match.
18552 This is independent of the value of the current option.
18553 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18554 feature may be used to change this behavior.
18556 &lt;End of help on this topic&gt;
18557 </BODY>
18558 </HTML>
18559 ======= h_config_filter_folder =======
18560 <HTML>
18561 <HEAD>
18562 <TITLE>Filter Folder Explained</TITLE>
18563 </HEAD>
18564 <BODY>
18565 <H1>Filter Folder Explained</H1>
18567 When the Filter Action is set to &quot;Move&quot;,
18568 the folder or folders specified here will be used to store messages matching
18569 the provided pattern.
18572 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18573 here.
18576 If you wish,
18577 you may choose a folder from your folder collections by using the
18578 &quot;T&quot; command.
18580 Besides regular text, the folder name may also contain
18581 tokens that are replaced with text representing the current date
18582 when you run Alpine.
18583 For example, if the folder name you use is
18585 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18587 that is replaced with something like
18589 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18593 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18595 becomes
18597 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18599 The token names must be surrounded by underscores in order to be recognized
18600 as tokens.
18601 The tokens that may be used are those that are derived from the current date.
18602 They're listed near the bottom of the list of tokens give
18603 <A HREF="h_index_tokens">here</A>.
18605 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18606 for more information on Patterns.
18608 Look <A HREF="h_edit_nav_cmds">here</A>
18609 to see the available Editing and Navigation commands.
18611 &lt;End of help on this topic&gt;
18612 </BODY>
18613 </HTML>
18614 ======= h_config_filter_kw_set =======
18615 <HTML>
18616 <HEAD>
18617 <TITLE>Set These Keywords Explained</TITLE>
18618 </HEAD>
18619 <BODY>
18620 <H1>Set These Keywords Explained</H1>
18622 This describes part of the action to be taken if the Pattern for this
18623 filter is a match.
18624 Read a little about keywords in the help text for the
18625 <A HREF="h_common_flag">Flag</A> command.
18626 This option is a list of keywords that will be Set when there is a match.
18627 If you wish, you may choose keywords from the list of keywords you have
18628 defined with the &quot;T&quot; command.
18629 You may add new keywords by defining them in the
18630 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18631 If you have given a keyword a nickname when configuring it,
18632 that nickname may be used instead of the actual keyword.
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_clr =======
18642 <HTML>
18643 <HEAD>
18644 <TITLE>Clear These Keywords Explained</TITLE>
18645 </HEAD>
18646 <BODY>
18647 <H1>Clear 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 Cleared 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_index_tokens =======
18669 <HTML>
18670 <HEAD>
18671 <TITLE>Tokens for Index and Replying</TITLE>
18672 </HEAD>
18673 <BODY>
18675 This set of special tokens may be used in the
18676 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18677 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18678 in signature files,
18679 in template files used in
18680 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18681 that is the target of a Filter Rule.
18682 Some of them aren't available in all situations.
18684 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18685 option, but they must be surrounded by underscores for the
18686 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18687 and in the target of Filter Rules.
18691 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18693 <DL>
18694 <DT>SUBJECT</DT>
18695 <DD>
18696 This token represents the Subject the sender gave the message.
18697 Alternatives for use in the index screen are
18698 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18699 You may color the subject text in the MESSAGE INDEX screen differently by using the
18700 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18701 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18702 options available from
18703 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18704 </DD>
18706 <DT>FROM</DT>
18707 <DD>
18708 This token represents the personal name (or email address if the name
18709 is unavailable) of the person specified in the message's &quot;From:&quot;
18710 header field.
18711 You may color the from text in the MESSAGE INDEX screen differently by using the
18712 <A HREF="h_config_index_from_color">Index From Color</A>
18713 option available from
18714 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18715 </DD>
18717 <DT>ADDRESS</DT>
18718 <DD>
18719 This is similar to the &quot;FROM&quot; token, only it is always the
18720 email address, never the personal name.
18721 For example, &quot;mailbox@domain&quot;.
18722 </DD>
18724 <DT>MAILBOX</DT>
18725 <DD>
18726 This is the same as the &quot;ADDRESS&quot; except that the 
18727 domain part of the address is left off.
18728 For example, &quot;mailbox&quot;.
18729 </DD>
18731 <DT>SENDER</DT>
18732 <DD>
18733 This token represents the personal name (or email address) of the person
18734 listed in the message's &quot;Sender:&quot; header field.
18735 </DD>
18737 <DT>TO</DT>
18738 <DD>
18739 This token represents the personal names (or email addresses if the names
18740 are unavailable) of the persons specified in the
18741 message's &quot;To:&quot; header field.
18742 </DD>
18744 <DT>NEWSANDTO</DT>
18745 <DD>
18746 This token represents the newsgroups from the
18747 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18748 the personal names (or email addresses if the names
18749 are unavailable) of the persons specified in the
18750 message's &quot;To:&quot; header field.
18751 </DD>
18753 <DT>TOANDNEWS</DT>
18754 <DD>
18755 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18756 </DD>
18758 <DT>NEWS</DT>
18759 <DD>
18760 This token represents the newsgroups from the
18761 message's &quot;Newsgroups:&quot; header field.
18762 </DD>
18764 <DT>CC</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;Cc:&quot; header field.
18769 </DD>
18771 <DT>RECIPS</DT>
18772 <DD>
18773 This token represents the personal names (or email addresses if the names
18774 are unavailable) of the persons specified in both the
18775 message's &quot;To:&quot; header field and
18776 the message's &quot;Cc:&quot; header field.
18777 </DD>
18779 <DT>NEWSANDRECIPS</DT>
18780 <DD>
18781 This token represents the newsgroups from the
18782 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18783 the personal names (or email addresses if the names
18784 are unavailable) of the persons specified in the
18785 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18786 </DD>
18788 <DT>RECIPSANDNEWS</DT>
18789 <DD>
18790 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18791 </DD>
18793 <DT>INIT</DT>
18794 <DD>
18795 This token represents the initials from the personal name
18796 of the person specified in the message's &quot;From:&quot;
18797 header field.
18798 If there is no personal name, it is blank.
18799 </DD>
18801 <DT>DATE</DT>
18802 <DD>
18803 This token represents the date on which the message was sent, according
18804 to the &quot;Date&quot; header field.
18805 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18806 The feature
18807 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18808 which adjusts for the timezone the message was sent from,
18809 may have an effect on the value of this token as well as the values of
18810 all of the other DATE or TIME tokens.
18811 Some of the DATE and TIME tokens are displayed in a locale-specific
18812 way unless the option
18813 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18814 </DD>
18816 <DT>SMARTDATE</DT>
18817 <DD>
18818 This token represents the date on which the message was sent, according
18819 to the &quot;Date&quot; header field.
18820 It is &quot;Today&quot; if the message was sent today,
18821 &quot;Yesterday&quot; for yesterday,
18822 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18823 message is from last year and is more than six months old it includes the year, as well.
18824 See the SMARTDATE alternatives below, as well.
18825 </DD>
18827 <DT>SMARTTIME</DT>
18828 <DD>
18829 This token represents the most relevant elements of the date on which
18830 the message was sent (according to the &quot;Date&quot; header field),
18831 in a compact form. If the message was sent today, only the time is used
18832 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18833 the past week, the day of the week and the hour are used
18834 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18835 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18836 &quot;9Apr98&quot;).
18837 </DD>
18839 <DT>SMARTDATETIME</DT>
18840 <DD>
18841 This is a combination of SMARTDATE and SMARTTIME.
18842 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18843 case it is SMARTTIME.
18844 See the SMARTDATETIME alternatives below, as well.
18845 </DD>
18847 <DT>DATEISO</DT>
18848 <DD>
18849 This token represents the date on which the message was sent, according
18850 to the &quot;Date&quot; header field.
18851 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18852 </DD>
18854 <DT>SHORTDATEISO</DT>
18855 <DD>
18856 This token represents the date on which the message was sent, according
18857 to the &quot;Date&quot; header field.
18858 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18859 </DD>
18861 <DT>SHORTDATE1</DT>
18862 <DD>
18863 This token represents the date on which the message was sent, according
18864 to the &quot;Date&quot; header field.
18865 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18866 </DD>
18868 <DT>SHORTDATE2</DT>
18869 <DD>
18870 This token represents the date on which the message was sent, according
18871 to the &quot;Date&quot; header field.
18872 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18873 </DD>
18875 <DT>SHORTDATE3</DT>
18876 <DD>
18877 This token represents the date on which the message was sent, according
18878 to the &quot;Date&quot; header field.
18879 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18880 </DD>
18882 <DT>SHORTDATE4</DT>
18883 <DD>
18884 This token represents the date on which the message was sent, according
18885 to the &quot;Date&quot; header field.
18886 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18887 </DD>
18889 <DT>LONGDATE</DT>
18890 <DD>
18891 This token represents the date on which the message was sent, according
18892 to the &quot;Date&quot; header field.
18893 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18894 </DD>
18896 <DT>SMARTDATE alternatives</DT>
18897 <DD>
18898 There are several versions of SMARTDATE that are all the same except
18899 for the way they format dates far in the past.
18900 SMARTDATE formats the date using the information from your locale settings
18901 to format the date string. It may end up formatting dates so that they look
18902 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18903 The feature
18904 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18905 may have an affect on the values of these tokens.
18906 If you want more control you may use one of the following.
18907   <DL>
18908   <DT>SMARTDATE</DT> <DD>If the option
18909 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18910 then this will be locale specific. Control this with the
18911 LC_TIME locale setting on a UNIX system. On Windows
18912 the Regional Options control panel may be used to set the Short date
18913 format. At the programming level, the strftime routine is what Alpine
18914 uses to print the date.
18915 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18916 to SMARTDATES1.</DD>
18917   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18918   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18919   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18920   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18921   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18922   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18923   </DL>
18924 </DD>
18926 <DT>SMARTDATETIME alternatives</DT>
18927 <DD>
18928 There are several versions of SMARTDATETIME that are all very similar.
18929 The ones that end in 24 use a 24-hour clock for Today's messages instead
18930 of a 12-hour clock.
18931 The other variation is
18932 for the way they format dates far in the past.
18933 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18934 to format the date string. It may end up formatting dates so that they look
18935 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18936 The feature
18937 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18938 may have an affect on the values of these tokens.
18939 The possible choices are:
18940   <DL>
18941   <DT>SMARTDATETIME</DT> <DD>If the option
18942 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18943 then this will be locale specific. Control this with the
18944 LC_TIME locale setting on a UNIX system. On Windows
18945 the Regional Options control panel may be used to set the Short date
18946 format. At the programming level, the strftime routine is what Alpine
18947 uses to print the date.
18948 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18949 to SMARTDATETIMES1.</DD>
18950   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18951   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18952   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18953   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18954   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18955   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18956   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18957   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18958   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18959   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18960   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18961   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18962   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18963   </DL>
18964 </DD>
18966 <DT>DAYDATE</DT>
18967 <DD>
18968 This token represents the date on which the message was sent, according
18969 to the &quot;Date&quot; header field.
18970 It looks like &quot;Sat, 23 Oct 1998&quot;.
18971 This token is never converted in any locale-specific way.
18972 </DD>
18974 <DT>PREFDATE</DT>
18975 <DD>
18976 This token represents the date on which the message was sent, according
18977 to the &quot;Date&quot; header field.
18978 It is your operating system's idea of the preferred date representation for the current locale.
18979 Internally it uses the %x version of the date from the strftime routine.
18980 </DD>
18982 <DT>PREFTIME</DT>
18983 <DD>
18984 This token represents the time at which the message was sent, according
18985 to the &quot;Date&quot; header field.
18986 It is the preferred time representation for the current locale.
18987 Internally it uses the %X version of the time from the strftime routine.
18988 </DD>
18990 <DT>PREFDATETIME</DT>
18991 <DD>
18992 This token represents the date and time at which the message was sent, according
18993 to the &quot;Date&quot; header field.
18994 It is the preferred date and time representation for the current locale.
18995 Internally it uses the %c version of the time from the strftime routine.
18996 </DD>
18998 <DT>DAY</DT>
18999 <DD>
19000 This token represents the day of the month on which the message was sent,
19001 according to the &quot;Date&quot; header field.
19002 For example, &quot;23&quot; or &quot;9&quot;.
19003 </DD>
19005 <DT>DAY2DIGIT</DT>
19006 <DD>
19007 This token represents the day of the month on which the message was sent,
19008 according to the &quot;Date&quot; header field.
19009 For example, &quot;23&quot; or &quot;09&quot;.
19010 It is always 2 digits.
19011 </DD>
19013 <DT>DAYORDINAL</DT>
19014 <DD>
19015 This token represents the ordinal number that is the day of
19016 the month on which the message was sent,
19017 according to the &quot;Date&quot; header field.
19018 For example, &quot;23rd&quot; or &quot;9th&quot;.
19019 </DD>
19021 <DT>DAYOFWEEK</DT>
19022 <DD>
19023 This token represents the day of the week on which the message was sent,
19024 according to the &quot;Date&quot; header field.
19025 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19026 </DD>
19028 <DT>DAYOFWEEKABBREV</DT>
19029 <DD>
19030 This token represents the day of the week on which the message was sent,
19031 according to the &quot;Date&quot; header field.
19032 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19033 </DD>
19035 <DT>MONTHABBREV</DT>
19036 <DD>
19037 This token represents the month the message was sent, according
19038 to the &quot;Date&quot; header field.
19039 For example, &quot;Oct&quot;.
19040 </DD>
19042 <DT>MONTHLONG</DT>
19043 <DD>
19044 This token represents the month in which the message was sent, according
19045 to the &quot;Date&quot; header field.
19046 For example, &quot;October&quot;.
19047 </DD>
19049 <DT>MONTH</DT>
19050 <DD>
19051 This token represents the month in which the message was sent, according
19052 to the &quot;Date&quot; header field.
19053 For example, &quot;10&quot; or &quot;9&quot;.
19054 </DD>
19056 <DT>MONTH2DIGIT</DT>
19057 <DD>
19058 This token represents the month in which the message was sent, according
19059 to the &quot;Date&quot; header field.
19060 For example, &quot;10&quot; or &quot;09&quot;.
19061 It is always 2 digits.
19062 </DD>
19064 <DT>YEAR</DT>
19065 <DD>
19066 This token represents the year the message was sent, according
19067 to the &quot;Date&quot; header field.
19068 For example, &quot;1998&quot; or &quot;2001&quot;.
19069 </DD>
19071 <DT>YEAR2DIGIT</DT>
19072 <DD>
19073 This token represents the year the message was sent, according
19074 to the &quot;Date&quot; header field.
19075 For example, &quot;98&quot; or &quot;01&quot;.
19076 It is always 2 digits.
19077 </DD>
19079 <DT>TIME24</DT>
19080 <DD>
19081 This token represents the time at which the message was sent, according
19082 to the &quot;Date&quot; header field.
19083 There is no adjustment made for different time zones, so you'll get
19084 the time the message was sent according to the time zone the sender
19085 was in.
19086 It has the format HH:MM. For example, &quot;17:28&quot;.
19087 </DD>
19089 <DT>TIME12</DT>
19090 <DD>
19091 This token represents the time at which the message was sent, according
19092 to the &quot;Date&quot; header field.
19093 This time is for a 12 hour clock.
19094 It has the format HH:MMpm.
19095 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19096 </DD>
19098 <DT>TIMEZONE</DT>
19099 <DD>
19100 This token represents the numeric timezone from
19101 the &quot;Date&quot; header field.
19102 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19103 </DD>
19105 </DL>
19108 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19110 <DL>
19111 <DT>MSGNO</DT>
19112 <DD>
19113 This token represents the message's current position in the folder that,
19114 of course, may change as the folder is sorted or new mail arrives.
19115 </DD>
19117 <DT>STATUS</DT>
19118 <DD>
19119 This token represents a three character wide field displaying various
19120 aspects of the message's state.
19121 The first character is either blank,
19122 a '*' for message marked Important, or a '+' indicating a message
19123 addressed directly to you (as opposed to your having received it via a
19124 mailing list, for example).
19125 When the feature
19126 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19127 is set, if the first character would have been
19128 blank then it will instead be a '-' if the message is cc'd to you.
19129 The second character is typically blank,
19130 though the arrow cursor may occupy it if either the 
19131 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19132 or the
19133 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19134 is set (or you actually are on a slow link).
19135 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19136 '<A HREF="h_flag_answered">A</A>' (Answered),
19137 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19138 '<A HREF="h_flag_new">N</A>' (New), or blank.
19140 If you are using a threaded view of the index and this message is at the
19141 top of a collapsed portion of a thread,
19142 then this token refers to all of the messages in the collapsed portion of
19143 the thread instead of just the top message.
19144 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19145 are marked Important, else a '+' if any of the messages are addressed
19146 to you, else a '-' if any of the messages are cc'd to you.
19147 The third character will be a 'D' if <EM>all</EM> of the messages
19148 in the collapsed thread are marked deleted,
19149 an 'A' if <EM>all</EM> of the messages
19150 in the collapsed thread are marked answered,
19151 it will be an 'N' if any of
19152 the messages are undeleted and unseen, and it will be blank otherwise.
19153 </DD>
19155 <DT>FULLSTATUS</DT>
19156 <DD>
19157 This token represents a less abbreviated alternative
19158 to the &quot;STATUS&quot; token.
19159 It is six characters wide.
19160 The first character is '+', '-', or blank, the
19161 second blank, the third either '*' or blank, the fourth
19162 '<A HREF="h_flag_new">N</A>' or blank,
19163 the fifth '<A HREF="h_flag_answered">A</A>'
19164 or blank, and the sixth character is
19165 either '<A HREF="h_flag_deleted">D</A>' or
19166 blank.
19168 If you are using a threaded view of the index and this message is at the
19169 top of a collapsed portion of a thread,
19170 then this token refers to all of the messages in the collapsed portion of
19171 the thread instead of just the top message.
19172 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19173 of the messages in the collapsed thread are addressed to you or cc'd to you.
19174 The third character will be '*' if any of the messages are marked
19175 Important.
19176 The fourth character will be 'N' if all of the messages in the thread
19177 are New, else 'n' if some of the messages in the thread are New, else blank.
19178 The fifth character will be 'A' or 'a' or blank, and the sixth character
19179 will be 'D' or 'd' or blank.
19180 </DD>
19182 <DT>IMAPSTATUS</DT>
19183 <DD>
19184 This token represents an even less abbreviated alternative to the
19185 &quot;STATUS&quot; token.
19186 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19187 an 'N' if the message is new to this folder since the last time
19188 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19189 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19190 new to the folder since it was last opened <EM>but</EM> has not been
19191 viewed, or a blank if the message has been in the folder since it was
19192 last opened and has been viewed.
19194 If you are using a threaded view of the index and this message is at the
19195 top of a collapsed portion of a thread,
19196 then the fourth character will be
19197 'N' if all of the messages in the thread are unseen and recent;
19198 else 'n' if some of the messages in the thread are unseen and recent;
19199 else 'U' if all of the messages in the thread are unseen and not recent;
19200 else 'u' if some of the messages in the thread are unseen and not recent;
19201 else 'R' if all of the messages in the thread are seen and recent;
19202 else 'r' if some of the messages in the thread are seen and recent;
19203 else blank.
19204 </DD>
19206 <DT>SHORTIMAPSTATUS</DT>
19207 <DD>
19208 This is the same as the last four of the six characters of IMAPSTATUS,
19209 so the '+' To Me information will be missing.
19210 </DD>
19212 <DT>SIZE</DT>
19213 <DD>
19214 This token represents the total size, in bytes, of the message.
19215 If a &quot;K&quot; (Kilobyte)
19216 follows the number, the size is approximately 1,000
19217 times that many bytes (rounded to the nearest 1,000).
19218 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19219 1,000,000 times that many bytes.
19220 Commas are not used in this field.
19221 This field is seven characters wide, including the enclosing parentheses.
19222 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19223 The progression of sizes used looks like:
19226 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19228 </DD>
19230 <DT>SIZECOMMA</DT>
19231 <DD>
19232 This token represents the total size, in bytes, of the message.
19233 If a &quot;K&quot; (Kilobyte)
19234 follows the number, the size is approximately 1,000
19235 times that many bytes (rounded to the nearest 1,000).
19236 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19237 1,000,000 times that many bytes.
19238 Commas are used if the number shown is 1,000 or greater.
19239 The SIZECOMMA field is one character wider than the SIZE field.
19240 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19241 The progression of sizes used looks like:
19244 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19246 </DD>
19248 <DT>KSIZE</DT>
19249 <DD>
19250 This token represents the total size of the message, expressed in
19251 kilobytes or megabytes, as most appropriate.
19252 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19253 The progression of sizes used looks like:
19256 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19258 </DD>
19260 <DT>SIZENARROW</DT>
19261 <DD>
19262 This token represents the total size, in bytes, of the message.
19263 If a &quot;K&quot; (Kilobyte)
19264 follows the number, the size is approximately 1,000
19265 times that many bytes.
19266 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19267 1,000,000 times that many bytes.
19268 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19269 1,000,000,000 times that many bytes.
19270 This field uses only five characters of screen width, including the enclosing
19271 parentheses.
19272 The progression of sizes used looks like:
19275 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19277 </DD>
19279 <DT>DESCRIPSIZE</DT>
19280 <DD>
19281 This token is intended to represent a more useful description of the
19282 message than just its size, but it isn't very useful at this point.
19283 The plus sign in this view means there are attachments.
19284 Note that including this token in
19285 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19286 display a little while Alpine collects the necessary information.
19287 </DD>
19289 <DT>SUBJKEY</DT>
19290 <DD>
19291 This token is the same as the SUBJECT token unless keywords are set for
19292 the message.
19293 In that case, a list of keywords enclosed in braces will be prepended to
19294 the subject of the message.
19295 Only those keywords that you have defined in your
19296 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19297 in Setup/Config are considered in the list.
19298 In other words, keywords that have been set by some other means, perhaps
19299 by another email program, won't show up unless included in
19300 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19301 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19302 prepended to the subject in the MESSAGE TEXT screen.
19303 If you have given a keyword a nickname
19304 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19305 instead of the actual keyword.
19306 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19307 option may be used to modify this token slightly.
19308 It is also possible to color keywords in the index using the
19309 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19310 </DD>
19312 <DT>SUBJKEYINIT</DT>
19313 <DD>
19314 This token is the same as the SUBJKEY token except that instead of
19315 prepending a list of keywords to the subject, a list of first initials
19316 of keywords will be prepended instead.
19317 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19318 set (or Work and Now are the Alpine nicknames of keywords that are set)
19319 then the SUBJKEY token would cause a result like
19321 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19323 whereas the SUBJKEYINIT token would give
19325 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19327 Only those keywords that you have defined in your
19328 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19329 in Setup/Config are considered in the list.
19330 In other words, keywords that have been set by some other means, perhaps
19331 by another email program, won't show up unless included in
19332 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
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>SUBJECTTEXT</DT>
19340 <DD>
19341 Same as SUBJECT but if there is room in the Subject field for more text,
19342 the opening part of the text of the message is displayed after the subject.
19343 The time needed to fetch the text may cause a performance problem
19344 which can, of course, be avoided by using the SUBJECT version of
19345 the Subject instead.
19346 You may color this opening text differently by using the
19347 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19348 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19349 You may adjust the characters that are displayed between the Subject and the
19350 opening text with the option
19351 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19352 </DD>
19354 <DT>SUBJKEYTEXT</DT>
19355 <DD>
19356 Same as SUBJKEY but with the opening message text.
19357 </DD>
19359 <DT>OPENINGTEXT</DT>
19360 <DD>
19361 This is similar to SUBJECTTEXT.
19362 Instead of combining the Subject and the opening text in a single
19363 field in the index screen this token allows you to allocate a
19364 separate column just for the opening text of the message.
19365 The time needed to fetch this text may cause a performance problem.
19366 You may color this opening text differently by using the
19367 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19368 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19369 </DD>
19371 <DT>OPENINGTEXTNQ</DT>
19372 <DD>
19373 This is very similar to OPENINGTEXT.
19374 The NQ stands for No Quotes.
19375 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19376 For some messages this may be confusing.
19377 For example, a message might have a line preceding some quoted
19378 text that reads something like &quot;On May 8th person A said.&quot;
19379 That no longer makes sense after the quoted text is deleted and it
19380 will appear that person A said whatever the text after the quote
19381 is, even though that is really person B talking.
19382 </DD>
19384 <DT>SUBJKEYINITTEXT</DT>
19385 <DD>
19386 Same as SUBJKEYINIT but with the opening message text.
19387 </DD>
19389 <DT>KEY</DT>
19390 <DD>
19391 This is a space-delimited list of keywords that are set for the message.
19392 Only those keywords that you have defined in your
19393 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19394 in Setup/Config are considered in the list.
19395 In other words, keywords that have been set by some other means, perhaps
19396 by another email program, won't show up unless included in
19397 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19398 If you have given a keyword a nickname
19399 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19400 instead of the actual keyword.
19401 It is also possible to color keywords in the index using the
19402 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19403 This token defaults to an arbitrary width of 5.
19404 You should set it to whatever width suits you using something
19405 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19406 </DD>
19408 <DT>KEYINIT</DT>
19409 <DD>
19410 This is a list of keyword initials that are set for the message.
19411 If you have given a keyword a nickname
19412 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19413 is displayed instead of the initial of the actual keyword.
19414 It is also possible to color keyword initials in the index using the
19415 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19416 This token defaults to an arbitrary width of 2.
19417 You should set it to whatever width suits you using something
19418 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19419 </DD>
19421 <DT>PRIORITY</DT>
19422 <DD>
19423 The X-Priority header is a non-standard header that is used in a
19424 somewhat standard way by many mail programs.
19425 Alpine expects the value of this header to be a digit with a value
19426 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19427 Since this priority is something that the sender sets it is only an indication
19428 of the priority that the sender attaches to the mail and it is therefore almost
19429 totally unreliable for use as a filtering criterion.
19430 This token will display the numeric value of the priority if it is between
19431 1 and 5.
19432 It will be suppressed (blank) if the value is 3, which is normal priority.
19433 This token may be colored with the
19434 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19435 </DD>
19437 <DT>PRIORITYALPHA</DT>
19438 <DD>
19439 This is a more verbose interpretation of the X-Priority field.
19440 Once again nothing is displayed unless the value of the field
19441 is 1, 2, 4, or 5.
19442 The values displayed for those values are:
19444 <TABLE>
19445 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19446 <TR> <TD>2</TD> <TD>High</TD> </TR>
19447 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19448 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19449 </TABLE>
19451 This token may be colored with the
19452 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19453 </DD>
19455 <DT>PRIORITY!</DT>
19456 <DD>
19457 This is a one character, non-numeric version of the X-Priority field.
19458 If the value of the X-Priority header is 1 or 2 an exclamation
19459 point is displayed.
19460 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19461 This token may be colored with the
19462 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19463 </DD>
19465 <DT>ATT</DT>
19466 <DD>
19467 This is a one column wide field that represents the number of attachments
19468 a message has. It will be blank if there are no attachments, a single
19469 digit for one to nine attachments, or an asterisk for more than nine.
19470 Note that including this token in
19471 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19472 display a little while Alpine collects the necessary information.
19473 </DD>
19475 <DT>FROMORTO</DT>
19476 <DD>
19477 This token represents <EM>either</EM> the personal name (or email address) of
19478 the person listed in the message's &quot;From:&quot; header
19479 field, <EM>or</EM>, if that address is yours or one of your
19480 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19481 the first person specified in the
19482 message's &quot;To:&quot; header field
19483 with the prefix &quot;To: &quot; prepended.
19484 If the from address is yours and there is also no &quot;To&quot; address,
19485 Alpine will use the address on the &quot;Cc&quot; line.
19486 If there is no address there, either, Alpine will look for a newsgroup name
19487 from the &quot;Newsgroups&quot; header field and put
19488 that after the &quot;To: &quot; prefix.
19489 </DD>
19491 <DT>FROMORTONOTNEWS</DT>
19492 <DD>
19493 This is almost the same as <EM>FROMORTO</EM>.
19494 The difference is that newsgroups aren't considered.
19495 When a message is from you, doesn't have a To or Cc, and does have
19496 a Newsgroups header; this token will be your name instead of the name
19497 of the newsgroup (like it would be with FROMORTO).
19498 </DD>
19500 <DT>TEXT</DT>
19501 <DD>
19502 This is a different sort of token.
19503 It allows you to display a label within each index line.
19504 It will be the same fixed text for each line.
19505 It is different from all the other tokens in that there is no space column
19506 displayed after this token.
19507 Instead, it is butted up against the following field.
19508 It also has a different syntax.
19509 The text to display is given following a colon after the
19510 word &quot;TEXT&quot;.
19511 For example,
19513 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19515 would insert the literal text &quot;abc=&quot; (without the quotes)
19516 into the index display line.
19517 You must quote the text if it includes space characters, like
19519 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19521 </DD>
19523 <DT>HEADER</DT>
19524 <DD>
19525 This allows you to display the text from a particular header line in the
19526 message.
19527 The syntax for this token is substantially different from all the others
19528 in order that you might be able to display a portion of the text following
19529 a particular header.
19530 The header name you are interested in is given following a colon
19531 after the word &quot;HEADER&quot;.
19532 For example,
19534 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19536 would display the text of the X-Spam header, if any.
19537 Like for other index tokens a width field may (and probably should)
19538 follow this.
19540 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19542 displays the first ten characters of the X-Spam header.
19543 Unlike other index tokens, the syntax for HEADER is more flexible.
19544 An optional second argument comes after a comma inside the parentheses.
19545 It specifies the &quot;field&quot; number.
19546 By default, the field separator is a space character.
19547 No extra space characters are allowed in the argument list.
19549 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19551 would display the second field, left-justified, in a 10 character
19552 wide field.
19553 The second field would consist of all the text after the first space
19554 up to the next space or the end of the header.
19555 The default field number is zero, which stands for the entire line.
19556 There is also an optional third argument that is a list of field
19557 separators. It defaults to a space character.
19558 The example
19560 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19562 would cause the field separators to be any of colon, percent,
19563 or space (there is a space character between the percent and the
19564 right parenthesis).
19565 The first field runs from the start of the header value up to the first
19566 colon, percent, or space; the second goes from there to the next; and so on.
19567 In order to use a comma character as a field separator you must escape
19568 it by preceding it with a backslash (&#92;).
19569 The same is true of the backslash character itself.
19570 There is one further optional argument.
19571 It is an R or an L to specify right or left adjustment of the text
19572 within the field.
19573 The default is to left justify, however if you are displaying numbers
19574 you might prefer to right justify.
19576 Here's an example of a SpamAssassin header.
19577 The exact look of the header will vary, but if your incoming mail
19578 contains headers that look like the following
19580 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19582 you might want to display the hits value.
19583 The first field starts with the Y in Yes.
19584 To get what you're interested in you might use &quot;=&quot; and
19585 space as the field separators and display the third field, like
19587 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19589 or maybe you would break at the dot instead
19591 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19593 Another example we've seen has headers that look like
19595 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19597 Because there are two equals and a comma before the 7% and a comma
19598 after it, the token
19600 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19602 should display the probability (for example 7% or 83%) right justified
19603 in a 3-wide field.
19604 </DD>
19606 <DT>ARROW</DT>
19607 <DD>
19608 This gives an alternative way to display the current message in the
19609 MESSAGE INDEX screen.
19610 Usually the current message is indicated by the line being shown in
19611 reverse video.
19612 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19613 the current line will include an &quot;arrow&quot; that
19614 looks like
19616 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19618 in the ARROW token's field.
19619 For all of the non-current messages, the ARROW field will be filled
19620 with blanks.
19621 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19622 may be adjusted.
19623 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19624 For example, if you use ARROW(3) you will get
19626 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19628 and ARROW(1) will give you just
19630 <CENTER><SAMP>&gt;</SAMP></CENTER>
19632 It is also possible to set the color of the ARROW field.
19633 By default (and for non-current messages) the arrow is colored the same
19634 as the index line it is part of.
19635 You may set it to be another color with the 
19636 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19637 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19638 </DD>
19640 <DT>SCORE</DT>
19641 <DD>
19642 This gives the
19643 <a href="h_rules_score">score</a>
19644 of each message.
19645 This will be six columns wide to accomodate the widest possible score.
19646 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19647 to limit the width of the field to the widest score that
19648 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19649 If you have not defined any score rules the scores will all be zero.
19650 If any of your score rules contain AllText or BodyText patterns
19651 then including SCORE in the <!--#echo var="VAR_index-format"-->
19652 may slow down the display of the MESSAGE INDEX screen.
19653 </DD>
19654 </DL>
19657 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19659 <DL>
19660 <DT>CURNEWS</DT>
19661 <DD>
19662 This token represents the current newsgroup if there is one.
19663 For example, &quot;comp.mail.pine&quot;.
19664 </DD>
19666 <DT>MSGID</DT>
19667 <DD>
19668 This token represents the message ID of the message.
19669 This token does not work with Filter Rule folder names.
19670 </DD>
19672 <DT>CURDATE</DT>
19673 <DD>
19674 This token represents the current date.
19675 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19676 </DD>
19678 <DT>CURDATEISO</DT>
19679 <DD>
19680 This token represents the current date.
19681 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19682 </DD>
19684 <DT>CURDATEISOS</DT>
19685 <DD>
19686 This token represents the current date.
19687 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19688 </DD>
19690 <DT>CURPREFDATE</DT>
19691 <DD>
19692 This token represents the current date.
19693 It is your operating system's idea of the preferred date representation for the current locale.
19694 Internally it uses the %x version of the date from the strftime routine.
19695 </DD>
19697 <DT>CURPREFTIME</DT>
19698 <DD>
19699 This token represents the current time.
19700 It is the preferred time representation for the current locale.
19701 Internally it uses the %X version of the time from the strftime routine.
19702 </DD>
19704 <DT>CURPREFDATETIME</DT>
19705 <DD>
19706 This token represents the current date and time.
19707 It is the preferred date and time representation for the current locale.
19708 Internally it uses the %c version of the time from the strftime routine.
19709 </DD>
19711 <DT>CURTIME24</DT>
19712 <DD>
19713 This token represents the current time.
19714 It has the format HH:MM. For example, &quot;17:28&quot;.
19715 </DD>
19717 <DT>CURTIME12</DT>
19718 <DD>
19719 This token represents the current time.
19720 This time is for a 12 hour clock.
19721 It has the format HH:MMpm.
19722 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19723 </DD>
19725 <DT>CURDAY</DT>
19726 <DD>
19727 This token represents the current day of the month.
19728 For example, &quot;23&quot; or &quot;9&quot;.
19729 </DD>
19731 <DT>CURDAY2DIGIT</DT>
19732 <DD>
19733 This token represents the current day of the month.
19734 For example, &quot;23&quot; or &quot;09&quot;.
19735 It is always 2 digits.
19736 </DD>
19738 <DT>CURDAYOFWEEK</DT>
19739 <DD>
19740 This token represents the current day of the week.
19741 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19742 </DD>
19744 <DT>CURDAYOFWEEKABBREV</DT>
19745 <DD>
19746 This token represents the current day of the week.
19747 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19748 </DD>
19750 <DT>CURMONTH</DT>
19751 <DD>
19752 This token represents the current month.
19753 For example, &quot;10&quot; or &quot;9&quot;.
19754 </DD>
19756 <DT>CURMONTH2DIGIT</DT>
19757 <DD>
19758 This token represents the current month.
19759 For example, &quot;10&quot; or &quot;09&quot;.
19760 It is always 2 digits.
19761 </DD>
19763 <DT>CURMONTHLONG</DT>
19764 <DD>
19765 This token represents the current month.
19766 For example, &quot;October&quot;.
19767 </DD>
19769 <DT>CURMONTHABBREV</DT>
19770 <DD>
19771 This token represents the current month.
19772 For example, &quot;Oct&quot;.
19773 </DD>
19775 <DT>CURYEAR</DT>
19776 <DD>
19777 This token represents the current year.
19778 For example, &quot;1998&quot; or &quot;2001&quot;.
19779 </DD>
19781 <DT>CURYEAR2DIGIT</DT>
19782 <DD>
19783 This token represents the current year.
19784 For example, &quot;98&quot; or &quot;01&quot;.
19785 It is always 2 digits.
19786 </DD>
19788 <DT>LASTMONTH</DT>
19789 <DD>
19790 This token represents last month.
19791 For example, if this is November (the 11th month),
19792 it is equal to &quot;10&quot; or if this is October (the 10th month),
19793 it is &quot;9&quot;.
19794 It is possible that this and the other tokens beginning with LASTMONTH
19795 below could be useful when used with a Filtering Rule that
19796 has the &quot;Beginning of Month&quot; option set.
19797 </DD>
19799 <DT>LASTMONTH2DIGIT</DT>
19800 <DD>
19801 This token represents last month.
19802 For example, if this is November (the 11th month),
19803 it is equal to &quot;10&quot; or if this is October (the 10th month),
19804 it is &quot;09&quot;.
19805 It is always 2 digits.
19806 </DD>
19808 <DT>LASTMONTHLONG</DT>
19809 <DD>
19810 This token represents last month.
19811 For example, if this is November the value is &quot;October&quot;.
19812 </DD>
19814 <DT>LASTMONTHABBREV</DT>
19815 <DD>
19816 This token represents last month.
19817 For example, if this is November the value is &quot;Oct&quot;.
19818 </DD>
19820 <DT>LASTMONTHYEAR</DT>
19821 <DD>
19822 This token represents what the year was a month ago.
19823 For example, if this is October, 1998, it is &quot;1998&quot;.
19824 If this is January, 1998, it is &quot;1997&quot;.
19825 </DD>
19827 <DT>LASTMONTHYEAR2DIGIT</DT>
19828 <DD>
19829 This token represents what the year was a month ago.
19830 For example, if this is October, 1998, it is &quot;98&quot;.
19831 If this is January, 1998, it is &quot;97&quot;.
19832 </DD>
19834 <DT>LASTYEAR</DT>
19835 <DD>
19836 This token represents last year.
19837 For example, if this is 1998, it equals &quot;1997&quot;.
19838 It is possible that this
19839 could be useful when used with a Filtering Rule that
19840 has the &quot;Beginning of Year&quot; option set.
19841 </DD>
19843 <DT>LASTYEAR2DIGIT</DT>
19844 <DD>
19845 This token represents last year.
19846 For example, if this is 1998, it equals &quot;97&quot;.
19847 It is always 2 digits.
19848 </DD>
19850 <DT>ROLENICK</DT>
19851 <DD>
19852 This token represents the nickname of the
19853 role currently being used.  If no role is being used,
19854 then no text will be printed for this token.
19855 This token does not work with Filter Rule folder names.
19856 </DD>
19857 </DL>
19860 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19861 See the help for the
19862 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19863 to see why you might want to use this.
19864 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19865 must be surrounded by underscores when used.
19867 <DL>
19868 <DT>NEWLINE</DT>
19869 <DD>
19870 This is an end of line marker.
19871 </DD>
19872 </DL>
19875 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19877 <DL>
19878 <DT>CURSORPOS</DT>
19879 <DD>
19880 This token is different from the others.
19881 When it is replaced it is replaced with nothing, but it sets an Alpine
19882 internal variable that tells the composer to start with the cursor
19883 positioned at the position where this token was.
19884 If both the template file and the signature file contain
19885 a &quot;CURSORPOS&quot; token, then the position in the template file
19886 is used.
19887 If there is a template file and neither it nor the signature file contains
19888 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19889 after the end of the contents of the
19890 template file when the composer starts up.
19891 </DD>
19892 </DL>
19895 &lt;End of help on this topic&gt;
19896 </BODY>
19897 </HTML>
19898 ======= h_reply_token_conditionals =======
19899 <HTML>
19900 <HEAD>
19901 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19902 </HEAD>
19903 <BODY>
19904 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19906 Conditional text inclusion may be used with
19907 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19908 in signature files, and in template files used in
19909 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19910 It may <EM>not</EM> be used with the
19911 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19914 There is a limited if-else capability for including text.
19915 The if-else condition is based
19916 on whether or not a given token would result in replacement text you
19917 specify.
19918 The syntax of this conditional inclusion is
19920 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19922 The left parenthesis must follow the underscore immediately, with no
19923 intervening space.
19924 It means the token is expanded and the results of that expansion are
19925 compared against the &quot;match_this&quot; argument.
19926 If there is an exact match, then the &quot;if_matched&quot; text is used
19927 as the replacement text.
19928 Otherwise, the &quot;if_not_matched&quot; text is used.
19929 One of the most useful values for the &quot;match_this&quot; argument is
19930 the empty string, &quot;&quot;.
19931 In that case the expansion is compared against the empty string.
19933 Here's an example to make it clearer.
19934 This text could be included in one of your template files:
19936 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19938 If that is included in a template file that you are using while replying
19939 to a message (because you chose to use the role it was part of),
19940 and that message has a newsgroup header and a newsgroup in that header,
19941 then the text
19943 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19945 will be included in the message you are about to compose.
19946 On the other hand, if the message you are replying to does not have
19947 a newsgroup, then the text
19949 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19951 would be included instead.
19952 This would also work in signature files and in
19953 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19954 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19955 or &quot;if_not_matched&quot; arguments contain
19956 spaces, parentheses, or commas;
19957 they have to be quoted with double quotation marks (like in the example
19958 above).
19959 If you want to include a literal quote (&quot;) in the text you must escape the
19960 quote by preceding it with a backslash (&#92;) character.
19961 If you want to include a literal backslash character you must escape it
19962 by preceding it with another backslash.
19964 The comma followed by &quot;if_not_matched&quot; is optional.
19965 If there is no &quot;if_not_matched&quot;
19966 present then no text is included if the not_matched case is true.
19967 Here's another example:
19969 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19971 Here you can see that tokens may appear in the arguments.
19972 The same is true for tokens with the conditional parentheses.
19973 They may appear in arguments,
19974 though you do have to be careful to get the quoting and escaping of
19975 nested double quotes correct.
19976 If this was in the signature file being used and you were replying to a message
19977 sent to comp.mail.pine the resulting text would be:
19979 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19981 If you were replying to a message that wasn't sent to any newsgroup the
19982 resulting text would be a single blank line.
19983 The reason you'd get a blank line is because the end of the line is
19984 outside of the conditional, so is always included.
19985 If you wanted to get rid of that blank line you could do so by moving
19986 the end of line inside the conditional.
19987 In other words, it's ok to have multi-line
19988 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19989 template file.
19990 The text just continues until the next double quotation, even if it's not
19991 on the same line.
19993 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19995 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19997 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19998 while reading the newsgroup comp.mail.pine the resulting text would be:
20000 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20002 If you were replying to a message while reading an email folder instead
20003 of a newsgroup the resulting leadin text would be
20005 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20007 Here's one more (contrived) example illustrating a matching argument
20008 that is not the empty string.
20010 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20012 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20013 were replying to
20014 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20015 would be
20017 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20019 But if you were replying to a message sent on Oct. 27 (and that wasn't
20020 today) you would get
20022 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20025 &lt;End of help on this topic&gt;
20026 </BODY>
20027 </HTML>
20028 ======= h_composer_cntxt_nick =======
20029 <HTML>
20030 <HEAD>
20031 <TITLE>Collection Nickname Explained</TITLE>
20032 </HEAD>
20033 <BODY>
20034 <H1>Collection Edit Help -- Nickname Field</H1>
20036 This field is provided so you can add a short nickname to use when
20037 referring to this collection within Alpine.  Spaces are allowed, and
20038 you don't need to use double-quotes.  However, the double-quote
20039 character is not allowed.
20041 Look <A HREF="h_edit_nav_cmds">here</A>
20042 to see the available Editing and Navigation commands.
20044 &lt;End of help on this topic&gt;
20045 </BODY>
20046 </HTML>
20047 ======= h_folder_server_syntax =======
20048 <HTML>
20049 <HEAD>
20050 <TITLE>Server Name Syntax</TITLE>
20051 </HEAD>
20052 <BODY>
20053 <H1>Server Name Syntax</H1>
20055 This help describes the syntax that may be used for server names
20056 that may be associated with remote folders or SMTP servers.
20059 A server name is the hostname of the server.
20060 It's a good idea to use the host's fully-qualified network name.
20063 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20066 However, IP addresses are allowed if surrounded
20067 with square-brackets.
20070 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20073 An optional network port number may be supplied by appending
20074 a colon (:) followed by the port number
20075 to the server name.
20076 By default, the IMAP port number, 143, is used.
20079 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20082 Besides server name and optional port number, various other optional
20083 parameters may be supplied that alter Alpine's interaction with the server.
20084 A parameter is supplied by appending a slash (/) character followed by
20085 the parameter's name and,
20086 depending on the particular parameter, the value assigned to that
20087 name, to the server name (and optional port number).
20088 Parameter names are <EM>not</EM> case sensitive.
20089 Currently supported parameters include:
20091 <DL>
20093 <DT>User</DT>
20094 <DD>This parameter requires an associated value, and is intended to
20095 provide the username identifier with which to establish the server
20096 connection.
20097 If your SMTP server offers SMTP AUTH authentication, adding this 
20098 parameter to the
20099 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20100 option will cause Alpine to attempt to authenticate to the server using the
20101 supplied username.
20102 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20103 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20104 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20105 option (or to the server name for any folder collection using NNTP)
20106 will cause Alpine to attempt
20107 to authenticate to the server using the supplied username.
20108 An example might be:
20111 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20114 </DD>
20116 <DT>TLS</DT>
20117 <DD>
20118 Normally, when a new connection is made an attempt is made to 
20119 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20120 If that fails then a non-encrypted connection will be attempted instead.
20121 This is a unary parameter indicating communication with the server must 
20122 take place over a TLS connection. If the attempt to use TLS fails then
20123 this parameter will cause the connection to fail instead of falling
20124 back to an unsecure connection.
20127 <CENTER><SAMP>/tls</SAMP></CENTER>
20130 </DD>
20132 <DT>SSL</DT>
20133 <DD>
20134 This is a unary parameter indicating communication with the server should 
20135 take place over a Secure Socket Layer connection.  The server must support
20136 this method, and be prepared to accept connections on the appropriate
20137 port (993 by default).
20138 Alpine must be linked with an SSL library for this option to be operational.
20141 <CENTER><SAMP>/ssl</SAMP></CENTER>
20144 </DD>
20146 <DT>TLS1</DT>
20147 <DD>
20148 This parameter indicates that the connection to the server will be made
20149 over the SSL port, but using the TLSv1 protocol, instead of the usual
20150 SSLv3 or SSLv2 protocols.
20151 Alpine must be linked with an SSL library for this option to be operational.
20154 <CENTER><SAMP>/tls1</SAMP></CENTER>
20157 </DD>
20159 <DT>DTLS1</DT>
20160 <DD>
20161 This parameter indicates that the connection to the server will be made
20162 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20163 SSLv3 or SSLv2 protocols.
20164 Alpine must be linked with an SSL library for this option to be operational.
20167 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20170 </DD>
20172 <DT>TLS1_1</DT>
20173 <DD>
20174 This parameter indicates that the connection to the server will be made
20175 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20176 SSLv3 or SSLv2 protocols.
20177 Alpine must be linked with an SSL library for this option to be operational.
20180 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20183 </DD>
20185 <DT>TLS1_2</DT>
20186 <DD>
20187 This parameter indicates that the connection to the server will be made
20188 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20189 SSLv3 or SSLv2 protocols.
20190 Alpine must be linked with an SSL library for this option to be operational.
20193 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20196 </DD>
20199 <DT>NoValidate-Cert</DT>
20200 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20201 This is needed if the server uses self-signed certificates or if Alpine
20202 cannot validate the certificate for some other known reason.
20204 </DD>
20206 <DT>Anonymous</DT>
20207 <DD>This is a unary parameter (that means it does not have a value)
20208 indicating that the connection be logged in as
20209 &quot;anonymous&quot; rather than a specific user.
20210 Not all servers offer anonymous
20211 access; those which do generally only offer read-only access to certain
20212 &quot;public&quot; folders.
20215 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20218 </DD>
20220 <DT>Secure</DT>
20221 <DD>This is a unary parameter indicating that the connection use the
20222 most secure authentication method mutually supported by Alpine and the
20223 server.
20224 Alpine is capable of authenticating connections to 
20225 the server using several methods.
20226 By default, Alpine will attempt each
20227 method until either a connection is established or the
20228 list of methods is exhausted.
20229 This parameter causes Alpine to instead fail 
20230 the connection if the first (generally most &quot;secure&quot;) method fails.
20233 <CENTER><SAMP>/secure</SAMP></CENTER>
20236 </DD>
20238 <DT>Submit</DT>
20239 <DD>This is a unary parameter for use with the
20240 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20241 It indicates that the connection should be made to the Submit server
20242 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20243 (port 587) instead of the SMTP port (25).
20244 At the time this help was written the submit option was equivalent to
20245 specifying port 587.
20248 <CENTER><SAMP>/submit</SAMP></CENTER>
20252 <CENTER><SAMP>host:587</SAMP></CENTER>
20255 </DD>
20257 <DT>Debug</DT>
20258 <DD>This is a unary parameter indicating that the connection be established
20259 in a verbose mode.  Basically, it causes Alpine to log the communication with
20260 the server in Alpine's debug file.
20261 Normally, the pine -d command-line flag would be used instead.
20263 </DD>
20265 <DT>NoRsh</DT>
20266 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20267 the UNIX remote shell program.
20268 Including &quot;NoRsh&quot; will cause connections to this server to skip
20269 the &quot;rsh&quot; attempt.
20270 This might be useful to avoid long timeouts caused by rsh firewalls, for
20271 example.
20273 </DD>
20275 <DT>Loser</DT>
20276 <DD>This option makes sense only for IMAP servers that do not perform
20277 a SEARCH command correctly. If your filtering rules
20278 fail to filter some messages, that should have been filtered, then this
20279 option will make Alpine download all data necessary to perform that search.
20280 There is a performance penalty when using this option. Downloading the
20281 data to perfom the search will take longer than requesting the IMAP
20282 server to perform the filtering, but the filtering will be done correctly.
20284 </DD>
20287 <DT>Service</DT>
20288 <DD>This parameter requires an associated value.  The default value is
20289 &quot;IMAP&quot; which indicates communication with the server based
20290 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20291 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20293 Other service values include:
20294  <DL>
20295  <DT>NNTP</DT>
20296  <DD>This value indicates communication with the server takes place via
20297 the Network News Transfer Protocol.  Use this to define a collection
20298 of newsgroups on a remote news server.  So
20301 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20303 or just
20305 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20308 is the way to specify NNTP access.
20310  </DD>
20312  <DT>POP3</DT>
20313  <DD>This value indicates communication with the server takes place via the
20314 Post Office Protocol 3 protocol.
20317 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20319 or just
20321 <CENTER><SAMP>/POP3</SAMP></CENTER>
20324 Note that there are several important issues
20325 to consider when selecting this option:
20326 <OL>
20327  <LI> POP3 provides access to only your INBOX.  In other words,
20328 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20329  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20330 model and will leave your mail on the server. Refer to the
20331 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20332  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20333 </OL>
20334 </DD>
20335 </DL>
20336 </DL>
20339 Note that it is possible to include more than one parameter in a server
20340 specification by concatenating the parameters. For example:
20343 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20347 &lt;End of help on this topic&gt;
20348 </BODY>
20349 </HTML>
20350 ======= h_composer_cntxt_server =======
20351 <HTML>
20352 <HEAD>
20353 <TITLE>Collection Server: Explained</TITLE>
20354 </HEAD>
20355 <BODY>
20356 <H1>Collection Edit Help -- Server Field</H1>
20358 This collection's &quot;Server:&quot; definition indicates the
20359 hostname of the server providing access to the folders in this
20360 collection.
20361 The syntax of this server name is the same as for other server names used
20362 in remote folder names in
20363 Alpine and is described
20364 <A HREF="h_folder_server_syntax">here</A>.
20367 &lt;End of help on this topic&gt;
20368 </BODY>
20369 </HTML>
20370 ======= h_composer_cntxt_path =======
20371 <HTML>
20372 <HEAD>
20373 <TITLE>Collection Path: Explained</TITLE>
20374 </HEAD>
20375 <BODY>
20376 <H1>Collection Edit Help -- Path Field</H1>
20378 The collection's &quot;Path:&quot; definition indicates the location
20379 of the folders in this collection.  If the path or any of its components
20380 do not exist, Alpine will prompt you for their creation when exiting the
20381 Add/Change screen.
20383 <P> 
20384 By default the path is interpreted as defining a section of your personal
20385 folder area.  This area and how you specify it are defined by the
20386 server, if one is specified in the collection, or, typically, the home
20387 directory if no server is defined.
20390 To define a collection outside the default &quot;area&quot;, prefix
20391 the path with the &quot;namespace&quot; to use when interpreting the
20392 given path.  If a namespace is specified, the Path begins with the
20393 sharp, &quot;#&quot;, character followed by the name of the namespace
20394 and then the namespace's path-element-delimiter.  Aside from the
20395 path's format, namespaces can also imply access rights, content
20396 policy, audience, location, and, occasionally, access methods.
20399 Each server exports its own set (possibly of size one) of 
20400 namespaces.  Hence, it's likely communication with your server's
20401 administrator will be required for specific configurations.  Some of
20402 the more common namespaces, however, include:
20404 <DL>
20405 <DT>#news.</DT>
20406 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20407 names are hierarchically defined with each level delimited by a period.
20408 </DD>
20409 <DT>#public/</DT>
20410 <DD>This specifies a folder area that the server may export to the general
20411 public.
20412 </DD>
20413 <DT>#shared/</DT>
20414 <DD>This specifies a folder area that the folder may export to groups
20415 of users.
20416 </DD>
20417 <DT>#ftp/</DT>
20418 <DD>This specifies a folder area that is the same as that it may have 
20419 exported via the &quot;File Transfer Protocol&quot;.
20420 </DD>
20421 <DT>#mh/</DT>
20422 <DD>This specifies the personal folder area associated with folders
20423 and directories that were created using the MH message handling system.
20424 </DD>
20425 </DL>
20428 In addition, the server may support access to other user's folders,
20429 provided you have suitable permissions.  Common methods use a prefix
20430 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20431 indicate the root of the other user's folder area.
20434 No, nothing's simple.
20437 &lt;End of help on this topic&gt;
20438 </BODY>
20439 </HTML>
20440 ======= h_composer_cntxt_view =======
20441 <HTML>
20442 <HEAD>
20443 <TITLE>Collection View: Explained</TITLE>
20444 </HEAD>
20445 <BODY>
20446 <H1>Collection Edit Help -- View Field</H1>
20448 The collection's &quot;View:&quot; definition provides a way to limit
20449 the displayed list of folders within a collection.  By default, only
20450 folders that contain the specified characters anywhere in their name
20451 are shown in the collection's folder list.
20454 Additionally, you can use a wildcard character to better control
20455 the list of folders selected for display.  The wildcard specifier is
20456 the star, &quot;*&quot;, character.
20459 So, for example, to define a collection of all folders ending with
20460 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20461 quote characters!).  Or, similarly, to define a collection of folders
20462 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20463 specify a view of &quot;a*z&quot;.
20466 &lt;End of help on this topic&gt;
20467 </BODY>
20468 </HTML>
20469 ======= h_composer_abook_add_server =======
20470 <HTML>
20471 <HEAD>
20472 <TITLE>Addressbook Server Name Field Explained</TITLE>
20473 </HEAD>
20474 <BODY>
20475 This field should be left blank if the address book is stored in a regular
20476 file on this system.  If it is a remote address book stored on an IMAP
20477 server then this is the name of that IMAP server.
20479 Look <A HREF="h_edit_nav_cmds">here</A>
20480 to see the available Editing and Navigation commands.
20482 &lt;End of help on this topic&gt;
20483 </BODY>
20484 </HTML>
20485 ======= h_composer_abook_add_folder =======
20486 <HTML>
20487 <HEAD>
20488 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20489 </HEAD>
20490 <BODY>
20491 For a remote address book (one for which the Server Name is filled in)
20492 this is the name of a folder on the remote server. The address book data
20493 will be stored in this folder. This folder should be used only for
20494 storing this single address book, not for other address books or for
20495 other messages.
20497 For a local address book (one for which the Server Name is not filled in)
20498 this is the name of a file in which the address book will be stored.
20499 The file is in the same directory as the Alpine configuration file if the
20500 configuration file is local.
20501 If the configuration file is remote, then this will be in the home directory
20502 for Unix Alpine and in the directory specified by the
20503 &quot;-aux local_directory&quot; command line argument.
20505 Look <A HREF="h_edit_nav_cmds">here</A>
20506 to see the available Editing and Navigation commands.
20508 &lt;End of help on this topic&gt;
20509 </BODY>
20510 </HTML>
20511 ======= h_composer_abook_add_nick =======
20512 <HTML>
20513 <HEAD>
20514 <TITLE>Addressbook NickName Field Explained</TITLE>
20515 </HEAD>
20516 <BODY>
20517 This is just an optional nickname for this address book. If present, it
20518 is used in some of the displays and error messages in the address book
20519 maintenance screens. It is for your convenience only and serves no
20520 other purpose.
20522 Look <A HREF="h_edit_nav_cmds">here</A>
20523 to see the available Editing and Navigation commands.
20525 &lt;End of help on this topic&gt;
20526 </BODY>
20527 </HTML>
20528 ======= h_composer_qserv_cn =======
20529 <HTML>
20530 <HEAD>
20531 <TITLE>Directory Query Form Explained</TITLE>
20532 </HEAD>
20533 <BODY>
20535 Fill in as many of these fields as you wish to narrow down your
20536 search. All the fields you fill in must match in order for an entry
20537 to be returned. You may use the wildcard character &quot;*&quot; in
20538 any of the fields, it matches any zero or more characters at that
20539 point in the string. There are no implicit wildcards, so the match is
20540 exact unless you include wildcards.
20543 Note that if an attribute isn't present at all, then the match will fail.
20544 For example, if a server doesn't support the Locality attribute, then no
20545 matter what you put in the Locality field (other than leaving it empty)
20546 the search will fail.
20549 This field, the Common Name field, is typically a person's full name.
20552 <H1>EDITING and NAVIGATION COMMANDS</H1>
20553 <!--chtml if pinemode="function_key"-->
20554 <PRE>
20555 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20556 ^B (Left Arrow)    Back character       | ^D       Delete current character
20557 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20558 ^P (Up Arrow)      Previous line        |
20559 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20560 ^A                 Beginning of line    |            delete current line
20561 ^E                 End of line          | F10      Undelete line(s)
20562 F7                 Previous page        |
20563 F8                 Next page            |-------------------------------------
20564 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20565 ----------------------------------------|
20566 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20567 F2   Cancel      |   F1    Get help     |
20568 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20569 </PRE>
20570 <!--chtml else-->
20571 <PRE>
20572 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20573 ^B (Left Arrow)    Back character       | ^D       Delete current character
20574 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20575 ^P (Up Arrow)      Previous line        |
20576 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20577 ^A                 Beginning of line    |            delete current line
20578 ^E                 End of line          | ^U       Undelete line(s)
20579 ^Y                 Previous page        |
20580 ^V                 Next page            |-------------------------------------
20581 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20582 ----------------------------------------|
20583 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20584 ^C   Cancel      |   ^G    Get help     |
20585 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20586 </PRE>
20587 <!--chtml endif-->
20588 <P><UL>
20589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20590 </UL><P>
20591 &lt;End of help on this topic&gt;
20592 </BODY>
20593 </HTML>
20594 ======= h_composer_qserv_sn =======
20596 The Surname is usually the family name of a person.
20598 <End of help on this topic>
20599 ======= h_composer_qserv_gn =======
20601 This is the part of a person's name that isn't the surname or initials.
20603 <End of help on this topic>
20604 ======= h_composer_qserv_mail =======
20606 This is the email address of a person.
20608 <End of help on this topic>
20609 ======= h_composer_qserv_org =======
20611 This is the organization a person belongs to.
20613 <End of help on this topic>
20614 ======= h_composer_qserv_unit =======
20616 This is the organizational unit a person belongs to.
20618 <End of help on this topic>
20619 ======= h_composer_qserv_country =======
20621 This is the country a person belongs to.
20623 <End of help on this topic>
20624 ======= h_composer_qserv_state =======
20626 This is the state a person belongs to.
20628 <End of help on this topic>
20629 ======= h_composer_qserv_locality =======
20631 This is the locality a person belongs to.
20633 <End of help on this topic>
20634 ======= h_composer_qserv_custom =======
20636 This one is for advanced users only! If you put something in this field,
20637 then the rest of the fields are ignored.
20639 This field may be set to the string representation of an LDAP search
20640 filter (see RFC1960). Here are some examples:
20642 To search for an entry with a surname equal to "clinton" you could set
20643 the custom filter to:
20645      (sn=clinton)
20646     
20647 This is equivalent to putting "clinton" in the SurName field.
20648 To search for an entry that has a surname that begins with "clint" and
20649 has a givenname equal to "william" you could use:
20651      (&(sn=clint*)(givenname=william))
20652     
20653 This is equivalent to setting the SurName field to "clint*" and the
20654 GivenName field to "william".
20655 To search for an entry where either the common name OR the email address
20656 contains "abcde" you could use:
20658      (|(cn=*abcde*)(mail=*abcde*))
20660 That isn't equivalent to anything you can do by setting the other fields
20661 because of the OR.
20663 <End of help on this topic>
20664 ======= h_composer_qserv_qq =======
20666 This one is a little different from the rest of the categories.  It causes
20667 a search to be formed from the configured search filter that you filled
20668 in when you added the directory server to your configuration. It can also
20669 be combined with the other fields if you'd like.
20671 <End of help on this topic>
20672 ======= h_address_format =======
20673 <HTML>
20674 <HEAD>
20675 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20676 </HEAD>
20677 <BODY>
20678 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20680 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20681 and then a domain, with no spaces.  
20682 For example, jsmith@art.example.com might be the email address
20683 of a person  
20684 with the username &quot;jsmith&quot; who has an account in the domain
20685 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20686 right of the &quot;@&quot; sign can vary - a shorter example would be 
20687 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20688 organization's domain is specified after the &quot;@&quot; sign); a longer 
20689 example would be 
20690  jsingh@shakti.edutech.example.com
20691 (here, the name of the host &quot;shakti&quot; in the domain 
20692 edutech.example.com is also specified).  
20693 <P>  
20694 If you do not know the exact email address of someone you want to write 
20695 to, ask them what it is using other means of communication than email; or 
20696 use the tools for 
20697 finding people's addresses that are available on the Internet.
20699 If you are sending to someone on the same system as you are, you can leave
20700 the &quot;@&quot; sign and all the information to its right off of the 
20701 address, and Alpine will fill it in automatically, 
20702 unless the feature 
20703 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20706 When an email address you send a message to is not reachable -- either because 
20707 it is simply an incorrect address, or because email can temporarily not be 
20708 delivered to it due to a technical problem on the way to or at the recipient's 
20709 end -- you will almost always get an error notification email message back.
20711 If you encounter problems with, or have questions about, email delivery or
20712 email address syntax, contact your local network computing consultants.
20713 <P><UL>
20714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20715 </UL>
20717 &lt;End of help on this topic&gt;
20718 </BODY>
20719 </HTML>
20720 ======= h_flag_user_flag =======
20721 <HTML>
20722 <HEAD>
20723 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20724 </HEAD>
20725 <BODY>
20726 <H1>STATUS FLAG: User Defined Keyword</h1>
20728 This is a keyword that is defined for this folder.
20729 It was most likely defined by the owner of the folder.
20730 Alpine will not set or clear this flag on its own.
20732 <P><UL>
20733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20734 </UL><P>
20735 &lt;End of help on this topic&gt;
20736 </BODY>
20737 </HTML>
20738 ======= h_flag_important =======
20739 <html>
20740 <title>STATUS FLAG: Important</title>
20741 <body>
20742 <h1>STATUS FLAG: Important</h1>
20745 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20746 MESSAGE&nbsp;INDEX
20747 screen, can only be set by the user, and is intended to be used in
20748 whatever fashion makes sense to you.  You are the only one that can set or
20749 clear it. 
20752 &lt;End of help on this topic&gt;
20753 </BODY>
20754 </HTML>
20755 ======= h_flag_new =======
20756 <html>
20757 <title>STATUS FLAG: New</title>
20758 <body>
20759 <h1>STATUS FLAG: New</h1>
20762 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20763 MESSAGE&nbsp;INDEX screen,
20764 is automatically set when messages are delivered to your Inbox (or other
20765 folder specified outside of Alpine).  Likewise, it is cleared automatically
20766 the first time you read the message it is associated with.
20769 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20770 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20771 you'd like to be reminded of it next time you read mail.  This can be done
20772 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20776 &lt;End of help on this topic&gt;
20777 </BODY>
20778 </HTML>
20779 ======= h_flag_answered =======
20780 <html>
20781 <title>STATUS FLAG: Answered</title>
20782 <body>
20783 <h1>STATUS FLAG: Answered</h1>
20785 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20786 MESSAGE&nbsp;INDEX
20787 screen, is automatically set when you reply to a message.  This flag is not
20788 automatically cleared.
20791 &lt;End of help on this topic&gt;
20792 </BODY>
20793 </HTML>
20794 ======= h_flag_forwarded =======
20795 <html>
20796 <title>STATUS FLAG: Forwarded</title>
20797 <body>
20798 <h1>STATUS FLAG: Forwarded</h1>
20800 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20801 MESSAGE&nbsp;INDEX
20802 screen, is automatically set when you forward a message.  This flag is not
20803 automatically cleared.
20806 &lt;End of help on this topic&gt;
20807 </BODY>
20808 </HTML>
20809 ======= h_flag_deleted =======
20810 <html>
20811 <title>STATUS FLAG: Deleted</title>
20812 <body>
20813 <h1>STATUS FLAG: Deleted</h1>
20815 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20816 MESSAGE&nbsp;INDEX
20817 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20818 It is cleared
20819 when you use the &quot;U&nbsp;Undelete&quot; command.
20822 Messages marked with this flag will be permanently removed from
20823 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20824 command, or
20825 when you indicate acceptance of their removal upon leaving the folder.
20828 Note, there can be other actions implicit in the
20829 &quot;D&nbsp;Delete&quot; command,
20830 such as advancing to the next message, that may be momentarily undesirable.
20831 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20832 flag <A HREF="h_common_flag">explicitly</A>.
20835 &lt;End of help on this topic&gt;
20836 </BODY>
20837 </HTML>
20838 ====== h_config_incoming_timeo ======
20839 <HTML>
20840 <HEAD>
20841 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20842 </HEAD>
20843 <BODY>
20844 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20846 This option has no effect unless the feature
20847 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20848 is set, which in turn has no effect unless
20849 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20850 is set.
20852 Sets the time in seconds that Alpine will
20853 attempt to open a network connection used for monitoring for Unseen
20854 messages in Incoming Folders. The default is 5.
20855 If a connection has not completed within this many seconds Alpine will
20856 give up and consider it a failed connection.
20858 <UL>   
20859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20860 </UL><P>
20861 &lt;End of help on this topic&gt;
20862 </BODY>
20863 </HTML>
20864 ====== h_config_psleep ======
20865 <HTML>
20866 <HEAD>
20867 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20868 </HEAD>
20869 <BODY>
20870 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20873 In the good old days a mailcap viewer was used to examine an 
20874 attachment before saving it, and after viewing the attachment control 
20875 would return to the operating system when the viewer was closed. Therefore, 
20876 when the mailcap viewer returned control to the operating system, it 
20877 could be assumed that the user who opened the attachment was done
20878 examining it, and the copy of the attachment that was used, could be removed.
20881 However, today this assumption is not longer valid. Some viewers return 
20882 control to the operating system before they actually read the attachment
20883 to be examined. This causes Alpine to delete the attachment before it 
20884 is read by the viewer, causing the viewer to fail opening the attachment.
20887 In order to work around this problem, Alpine checks, after the viewer has 
20888 returned control to the operating system, if there is any process that is 
20889 using the attachment. This variable controls the number of seconds that 
20890 must elapse between checks. Once it is found that no process is using the 
20891 attachment, this is removed.
20894 The minimum value for this variable is 60 (checks will be made once per 
20895 minute), and the maximum value is 600 (checks will be made once every 10 
20896 minutes). The default value is 60.
20899 <UL>   
20900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20901 </UL><P>
20902 &lt;End of help on this topic&gt;
20903 </BODY>
20904 </HTML>
20905 ====== h_config_incoming_interv ======
20906 <HTML>
20907 <HEAD>
20908 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20909 </HEAD>
20910 <BODY>
20911 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20913 This option has no effect unless the feature
20914 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20915 is set, which in turn has no effect unless
20916 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20917 is set.
20919 This option specifies, in seconds, how often Alpine will check
20920 for new mail and state changes in Incoming Folders when Incoming Folders
20921 Checking is turned on.
20922 The default is 3 minutes (180).
20923 This value applies only to folders that are local to the system that
20924 Alpine is running on or that are accessed using the IMAP protocol.
20925 The similar option
20926 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20927 applies to all other monitored folders.
20929 <UL>   
20930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20931 </UL><P>
20932 &lt;End of help on this topic&gt;
20933 </BODY>
20934 </HTML>
20935 ====== h_config_incoming_second_interv ======
20936 <HTML>
20937 <HEAD>
20938 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20939 </HEAD>
20940 <BODY>
20941 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20943 This option has no effect unless the feature
20944 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20945 is set, which in turn has no effect unless
20946 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20947 is set.
20949 This option together with the option
20950 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20951 specifies, in seconds, how often Alpine will check
20952 for new mail and state changes in Incoming Folders when Incoming Folders
20953 Checking is turned on.
20954 The default for this option is 3 minutes (180).
20955 For folders that are local to this system or
20956 that are accessed using the IMAP protocol
20957 the value of the option
20958 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20959 is used.
20960 For all other monitored folders, the value of this option is used.
20962 The reason there are two separate options is because it is usually
20963 less expensive to check local and IMAP folders than it is to check
20964 other types, like POP or NNTP folders.
20965 You may want to set this secondary value to a higher number than
20966 the primary check interval.
20968 <UL>   
20969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20970 </UL><P>
20971 &lt;End of help on this topic&gt;
20972 </BODY>
20973 </HTML>
20974 ====== h_config_incoming_list ======
20975 <HTML>
20976 <HEAD>
20977 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20978 </HEAD>
20979 <BODY>
20980 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20982 This option has no effect unless the feature
20983 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20984 is set, which in turn has no effect unless
20985 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20986 is set.
20988 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20989 normally monitor all Incoming Folders.
20990 You may use this option to restrict the list of monitored folders to a
20991 subset of all Incoming Folders.
20993 <UL>   
20994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20995 </UL><P>
20996 &lt;End of help on this topic&gt;
20997 </BODY>
20998 </HTML>
20999 ====== h_config_pers_name ======
21000 <HTML>
21001 <HEAD>
21002 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21003 </HEAD>
21004 <BODY>
21005 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21007 This value is used to determine the full name part of the "From" address
21008 on messages you send.
21009 <!--chtml if pinemode="os_windows"-->
21010  PC-Alpine requires that this be set in order to properly construct the "From" address.
21011 <!--chtml else-->
21012  If unset, Unix Alpine will obtain your full name from
21013  the system password file. PC-Alpine, on the other hand, requires that this be set.
21014 <!--chtml endif-->
21016 If you want to change the value of what gets included in the From header
21017 in messages you send (other than just the Personal Name)
21018 look <A HREF="h_config_change_your_from">here</A> for a description.
21019 <P><UL>
21020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21021 </UL><P>
21022 &lt;End of help on this topic&gt;
21023 </BODY>
21024 </HTML>
21025 ====== h_config_pruned_folders ======
21026 <html>
21027 <header>
21028 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21029 </header>
21030 <body>
21031 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21033 This variable allows you to define a list of one or more folders that
21034 Alpine will offer to prune for you in the same way it automatically offers
21035 to prune your "sent-mail" folder each month.
21036 Each folder in this list must be a folder in your default folder collection
21037 (the first folder collection if you have more than one), and it is just
21038 the relative name of the folder in the collection, not the fully-qualified name.
21039 It is similar to sent-mail.
21040 Instead of something like
21042 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21044 the correct value to use would be
21046 <CENTER><SAMP>folder</SAMP></CENTER>
21048 There is an assumption here that your first collection is the folders in
21050 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21053 Once a month, for each folder listed, Alpine will offer to move
21054 the contents of the folder to a new folder of the same name but with
21055 the previous month's date appended.  Alpine will then look for any such
21056 date-appended folder names created for a previous month, and offer each
21057 one it finds for deletion.
21060 If you decline the first offer, no mail is moved and no new folder is
21061 created.
21064 The new folders will be created
21065 in your default folder collection.
21068 <UL>   
21069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21070 </UL><P>
21071 &lt;End of help on this topic&gt;
21072 </body>
21073 </html>
21074 ====== h_config_upload_cmd ======
21075 <HTML>
21076 <HEAD>
21077 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21078 </HEAD>
21079 <BODY>
21080 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21082 This option affects the behavior of the Composer's &quot;Read File&quot; 
21083 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21084 commands.  It specifies
21085 a Unix program name, and any necessary command line arguments, that Alpine can
21086 use to transfer files from your personal computer into messages that you are
21087 composing.<P>
21089 <B>Note:</B> this facility is intended for use with serial line transfer 
21090 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21091 to work with TCP/IP file transfer programs such as ftp.<P>
21093 If a program is specified, the commands listed above are modified to offer a
21094 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21095 specified here must match the transfer program or protocol available on the
21096 personal computer.<P>
21098 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21099 the specified upload program finishes, Alpine expects the uploaded data to be
21100 contained in this file.<P>
21102 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21103 generates a
21104 temporary file name that it will pass to the specified Unix program.  Alpine
21105 will read the resulting uploaded text from this file and then delete it when
21106 the upload command is finished.<P>
21108 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21109 prompt
21110 you for the name of the file that is to contain the uploaded information that
21111 it is to attach.  Alpine will attach this file to the composition, but will
21112 <B>not</B> delete this file after the upload command is finished.<P>
21114 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21115 command
21116 line arguments.  Alpine will replace this symbol with the name of the file
21117 being used to exchange the uploaded information.  This token allows you to
21118 position the file name where it is required in the Unix program's command
21119 line arguments.<P>
21121 If the &quot;_FILE_&quot; token is not present in the specified command, the
21122 temporary file's name is automatically appended to the specified Unix
21123 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21124 <B>last</B> command line argument.
21125 <P><UL>
21126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21127 </UL><P>
21128 &lt;End of help on this topic&gt;
21129 </BODY>
21130 </HTML>
21131 ====== h_config_upload_prefix ======
21132 <HTML>
21133 <HEAD>
21134 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21135 </HEAD>
21136 <BODY>
21137 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21139 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21140 It defines text to be written to the terminal emulator (via standard output)
21141 immediately prior to starting upload command.  This is useful for
21142 integrated serial line file transfer agents that permit command passing
21143 (e.g., Kermit's APC method).<P>
21145 The special token &quot;_FILE_&quot; may be included in the string specification.
21146 That symbol will be replaced with the (Alpine-created) name of the temporary
21147 file in which Alpine will expect to find the uploaded file.
21148 <P><UL>
21149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21150 </UL><P>
21151 &lt;End of help on this topic&gt;
21152 </BODY>
21153 </HTML>
21154 ====== h_config_download_cmd ======
21155 <HTML>
21156 <HEAD>
21157 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21158 </HEAD>
21159 <BODY>
21160 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21162 This option affects the behavior of the Export command.  It specifies a Unix
21163 program name, and any necessary command line arguments, that Alpine can use to
21164 transfer the exported message to your personal computer's disk.<P>
21165 Note: this facility is intended for use with serial line transfer 
21166 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21167 to work with TCP/IP file transfer programs such as ftp.<P>
21168 If a program is specified, the Export command is modified to offer a
21169 subcommand (^V) to activate the transfer (in lieu of saving it to
21170  the machine where Alpine is running).  Obviously, the Unix program
21171 specified here must match the transfer program or protocol available on the
21172 personal computer.<P>
21174 When this subcommand is selected and before Alpine invokes the specified Unix
21175 program, Alpine will create a temporary file containing the text of the
21176 exported message.  Alpine uses this file to pass the exported message text to
21177 the specified Unix program.<P>
21179 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21180 line arguments.  Alpine will replace this symbol with the temporary file's name
21181 before executing the Unix program.  This token allows you to position the
21182 file name where it is required in the Unix program's command line arguments.
21184 If the &quot;_FILE_&quot; token is not present in the specified command, the
21185 temporary file's name is automatically appended to the specified Unix
21186 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21187 <B>last</B> command line argument.
21188 <P><UL>
21189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21190 </UL><P>
21191 &lt;End of help on this topic&gt;
21192 </BODY>
21193 </HTML>
21194 ====== h_config_download_prefix ======
21195 <HTML>
21196 <HEAD>
21197 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21198 </HEAD>
21199 <BODY>
21200 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21202 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21203 It defines text to be written to the terminal emulator (via standard output)
21204 immediately prior to starting the download command.  This is useful for
21205 integrated serial line file transfer agents that permit command passing
21206 (e.g., Kermit's APC method).
21208 The special token &quot;_FILE_&quot; may be included in the string 
21209 specification.
21210 That symbol will be replaced with the (Alpine-created) name of the temporary
21211 file into which Alpine will place the message to be downloaded.
21212 <P><UL>
21213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21214 </UL><P>
21215 &lt;End of help on this topic&gt;
21216 </BODY>
21217 </HTML>
21218 ====== h_config_mailcap_path ======
21219 <HTML>
21220 <HEAD>
21221 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21222 </HEAD>
21223 <BODY>
21224 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21225 This variable is used to replace Alpine's default mailcap file search path.
21226 It takes one or more file names (full paths must be specified) in which to
21227 look for mail capability data.  The default search path can be found in this
21228 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21229 If there is more than one file name listed, list members should be delimited
21230 by 
21231 <!--chtml if pinemode="os_windows"-->
21232 a semi-colon (;) under Windows; for example:<PRE>
21233         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21234 </PRE>
21235 <!--chtml else-->
21236 a colon (:) under UNIX; for example:<PRE>
21237         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21238 </PRE>
21239 <!--chtml endif-->
21240 <P><UL>
21241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21242 </UL>
21244 &lt;End of help on this topic&gt;
21245 </BODY>
21246 </HTML>
21247 ====== h_config_mimetype_path ======
21248 <HTML>
21249 <HEAD>
21250 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21251 </HEAD>
21252 <BODY>
21253 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21255 This variable is used to replace Alpine's default mime.types file search path.
21256 It takes one or more file names (full paths must be specified) in which to
21257 look for file-name-extension to MIME type mapping data.  The default search
21258 path can be found in this
21259 <A HREF="h_news_config">Alpine Configuration</A> help.
21263 If there is more than one file name listed, list members should be delimited
21264 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21266 &lt;End of help on this topic&gt;
21267 </BODY></HTML>
21268 ====== h_config_set_att_ansi ======
21269 <HTML><HEAD>
21270 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21271 </HEAD>
21272 <BODY>
21273 <H1>OPTION: Set printer to attached ansi printer</H1>
21275 Type "S" to set your printer to "attached-to-ansi".<BR>
21276 It is OK to include "attached-to-ansi" in your personal list below.
21278 &lt;End of help on this topic&gt;
21279 </BODY></HTML>
21280 ====== h_config_set_att_ansi2 ======
21281 <HTML><HEAD>
21282 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21283 </HEAD>
21284 <BODY>
21285 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21287 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21288 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21289 list below.
21293 This is the same as the "attached-to-ansi" option except that a
21294 formfeed character will not be appended to the end of the print job.
21295 If your printer already ejects the paper by itself at the end of the
21296 job, you may prefer the "no-formfeed" form of this printer so that you
21297 don't get an extra blank page between print jobs.
21300 &lt;End of help on this topic&gt;
21301 </BODY></HTML>
21302 ====== h_config_set_att_wyse ======
21303 <HTML><HEAD>
21304 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21305 </HEAD>
21306 <BODY>
21307 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21309 Type "S" to set your printer to "attached-to-wyse".<BR>
21310 It is OK to include "attached-to-wyse" in your personal list below.
21312 This is very similar to "attached-to-ansi".
21313 The only difference is in the control characters sent to turn the printer
21314 on and off.
21315 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21316 to turn on the printer and ESC LEFT_BRACKET 4 i
21317 to turn it off.
21318 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21319 &lt;End of help on this topic&gt;
21320 </BODY></HTML>
21321 ====== h_config_set_att_wyse2 ======
21322 <HTML><HEAD>
21323 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21324 </HEAD>
21325 <BODY>
21326 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21328 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21329 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21330 list below.
21334 This is the same as the "attached-to-wyse" option except that a
21335 formfeed character will not be appended to the end of the print job.
21336 If your printer already ejects the paper by itself at the end of the
21337 job, you may prefer the "no-formfeed" form of this printer so that you
21338 don't get an extra blank page between print jobs.
21341 &lt;End of help on this topic&gt;
21342 </BODY></HTML>
21343 ====== h_config_set_stand_print ======
21344 <HTML>
21345 <HEAD>
21346 <TITLE>OPTION: Set default printer</TITLE>
21347 </HEAD>
21348 <H1>OPTION: Set default printer</H1>
21349 <BODY>
21350 Move to the printer you want and type "S" to set it to be your
21351 default printer.  This list is not modifiable by you and has been
21352 set up by the system administrators.  If there is more than one printer
21353 listed in the Command List, you will be able to cycle through that
21354 whole list at the time you print, starting with your default.
21355 It is OK to include entries from this Standard list in your personal
21356 list below.
21358 &lt;End of help on this topic&gt;
21359 </BODY>
21360 </HTML>
21361 ====== h_config_set_custom_print ======
21362 <HTML>
21363 <HEAD>
21364 <TITLE>OPTION: Set default printer</TITLE>
21365 </HEAD>
21366 <H1>OPTION: Set default printer</H1>
21367 <BODY>
21368 You may add as many print commands as you want to your personal list.
21369 Specify one of them as your default printer by moving to the printer
21370 you want and typing "S".  If there is more than one printer listed
21371 in the Command List, you will be able to cycle through that list at
21372 the time you print, starting with your default.  It is OK to include
21373 entries from the Standard list above or to include the command
21374 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21375 "attached-to-wyse-no-formfeed" as one of the entries here.
21377 &lt;End of help on this topic&gt;
21378 </BODY>
21379 </HTML>
21380 ====== h_config_user_id =====
21381 <HTML>
21382 <HEAD>
21383 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21384 </HEAD>
21385 <BODY>
21386 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21388 This value is used as part of the "From" address on messages you send.
21389 It is also the default login name for remote IMAP server access.  Set this
21390 to the username part you want to appear on outgoing email.
21392 If you want to change the value of what gets included in the From header
21393 in messages you send (other than just the User ID)
21394 look <A HREF="h_config_change_your_from">here</A> for a description.
21396 <P><UL>   
21397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21398 </UL><P>
21399 &lt;End of help on this topic&gt;
21400 </BODY>
21401 </HTML>
21402 ====== h_config_user_dom =====
21403 <HTML>
21404 <HEAD>
21405 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21406 </HEAD>
21407 <BODY>
21408 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21410 This value specifies the domain part (right-hand side) of your return
21411 address on outgoing email and is also used as the default domain for email
21412 composed to a local user.
21413 <!--chtml if pinemode="os_windows"-->
21414  This value is required for PC-Alpine. If you are unsure as to what this should be,
21415  contact your local help desk, system administrator, or Internet Service Provider.
21416 <!--chtml else-->
21417  If unset, Unix Alpine will obtain the domain from
21418  the system.  Often this value will be set for your whole site by the
21419  system administrator.<P>
21420 <!--chtml endif-->
21421 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21422 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21424 If you want to change the value of what gets included in the From header
21425 in messages you send (other than just the User Domain)
21426 look <A HREF="h_config_change_your_from">here</A> for a description.
21427 <P><UL>
21428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21429 </UL><P>
21430 &lt;End of help on this topic&gt;
21431 </BODY>
21432 </HTML>
21433 ====== h_config_smtp_server =====
21434 <HTML>
21435 <HEAD>
21436 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21437 </HEAD>
21438 <BODY>
21439 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21440 This value specifies the name of one or more SMTP 
21441 (Simple Mail Transfer Protocol) servers for sending mail. 
21442 <!--chtml if pinemode="os_windows"-->
21443 You must have an SMTP server for use with PC-Alpine.
21444 SMTP servers are
21445 normally set up by a system administrator for use by all members of a given
21446 campus or department.
21447 Contact your local help desk to ask what SMTP
21448 servers you should use.  
21449 <!--chtml else-->
21450 Unix Alpine users may not need to set an SMTP server.
21451 Alpine will attempt to execute the program (usually sendmail) that is used
21452 to insert mail into the mail system.
21453 If this works for you, you may leave this option blank.
21454 If there is an SMTP server running on the Unix host you may be able to
21455 improve sending performance slightly by setting the SMTP server option
21456 to &quot;localhost&quot; or to the actual name of the Unix host.
21458 If the Unix host doesn't work the way Alpine was expecting you will need to
21459 set the value of this option.
21460 SMTP servers are
21461 normally set up by a system administrator for use by all members of a given
21462 campus or department.
21463 Contact your local help desk to ask what SMTP
21464 servers you should use.  
21465 <!--chtml endif-->
21467 Your SMTP server may offer SMTP AUTH authentication.
21468 It may even require it.
21469 If your SMTP server offers SMTP AUTH authentication you may specify a
21470 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21471 This parameter requires an associated value,
21472 the username identifier with which to establish the server
21473 connection.
21474 An example might be:
21477 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21480 If AUTH authentication is offered by the server, this will cause Alpine to
21481 attempt to use it.
21482 If AUTH authentication is not offered by the server, this will cause Alpine
21483 to fail sending with an error similar to:
21486 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21489 Another type of authentication that is used by some ISPs is called
21490 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21491 which means that you have to authenticate
21492 yourself to the POP or IMAP server by opening a mailbox before you
21493 can send mail.
21494 To do this, you usually only have to open your INBOX.
21497 You may tell Alpine to use the
21498 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21499 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21500 parameter
21501 in this option.
21502 At this time &quot;/submit&quot; is simply equivalent to specifying
21503 port 587, though it may imply more than that at some point in the future.
21504 Some ISPs are blocking port 25 in order to reduce the amount of spam
21505 being sent to their users.
21506 You may find that the submit option allows you to get around such a block.
21509 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21512 To specify any non-standard port number on the SMTP server you may follow
21513 the hostname with a colon followed by the portnumber.
21516 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21519 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21520 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21521 If that fails then a non-encrypted connection will be attempted instead.
21522 You may specify that a TLS connection is required if you wish.
21523 If you append &quot;/tls&quot; to the name then the connection will fail
21524 instead of falling back to a non-secure connection.
21527 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21531 For more details about server name possibilities see
21532 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21535 <UL>
21536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21537 </UL>
21539 &lt;End of help on this topic&gt;
21540 </BODY>
21541 </HTML>
21542 ====== h_config_nntp_server =====
21543 <HTML>
21544 <HEAD>
21545 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21546 <BODY>
21547 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21549 This value specifies the name of one or more NNTP
21550 (Network News Transfer Protocol)
21551 servers for reading and posting USENET news.
21552 NNTP servers are normally
21553 set up by a system administrator for use by all members of a given campus
21554 or department.
21555 Contact your local help desk to ask what NNTP servers you should use.  
21556 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21557 Often Unix Alpine users will find that this variable has been
21558 set for the whole system (and they don't have to worry about it).  
21559 <!--chtml endif-->
21560 When you define an NNTP server here, Alpine implicitly defines a news
21561 collection for you, assuming that server as the news server and assuming
21562 that you will use the NNTP protocol and a local newsrc configuration file
21563 for reading news.
21564 For more about reading news with Alpine, see
21565 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21567 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21568 or &quot;AUTHINFO USER&quot; authentication.
21569 It may even require it.
21570 If your NNTP server does offer such authentication you may specify a user name
21571 parameter to cause Alpine to attempt to authenticate.
21572 The same is true for the server name in a folder collection that uses NNTP.
21573 This parameter requires an associated value,
21574 the username identifier with which to establish the server connection.
21575 An example might be:
21578 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21581 If authentication is offered by the server, this will cause Alpine to
21582 attempt to use it.
21583 If authentication is not offered by the server, this will cause Alpine
21584 to fail with an error similar to:
21587 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21589 For more details about the server name possibilities see
21590 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21591 <P><UL>
21592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21593 </UL><P>
21594 &lt;End of help on this topic&gt;
21595 </BODY>
21596 </HTML>
21597 ====== h_config_inbox_path =====
21598 <HTML>
21599 <HEAD>
21600 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21601 </HEAD>
21602 <BODY>
21603 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21605 This value overrides the default value of your INBOX name/path/location.
21606 <!--chtml if pinemode="os_windows"-->
21607 PC-Alpine users must specify an inbox path and it must be a folder on an
21608 IMAP server.  
21609 <!--chtml else-->
21610 Unix and VMS Alpine users will often find that this variable
21611 has been pre-configured by your system administrator.  
21612 <!--chtml endif-->
21613 You may be able to specify an alternate INBOX that is either a local folder 
21614 or a folder on an IMAP server.
21616 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21617 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21618 mail server.
21620 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21621 details on the syntax of folder definitions.
21623 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21624 mail is disappearing.
21625 <P><UL>
21626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21627 </UL><P>
21628 &lt;End of help on this topic&gt;
21629 </BODY>
21630 </HTML>
21631 ====== h_config_change_your_from =====
21632 <HTML>
21633 <HEAD>
21634 <TITLE>How to Change your From Address</TITLE>
21635 </HEAD>
21636 <BODY>
21637 <H1>How to Change your From Address</H1>
21639 If the From address that Alpine includes in mail that you send is not correct,
21640 you may want to configure a different default value for the From address.
21641 You may follow these directions to change the default:
21644 <UL>
21645   <LI> Go to the Main Alpine Menu
21646   <LI> From there type the Setup Command
21647   <LI> From there type the Config Command
21648 </UL>
21651 You've probably already seen this SETUP CONFIGURATION screen.
21652 If not, there are many options you may want to set here.
21653 To set the value of the From header you may use the
21654 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21655 Find it by scrolling down a few pages or use the WhereIs command to
21656 search for &quot;customized&quot;.
21657 You may want to read the help text associated with the option.
21659 To add a custom From header, type the Add command and enter the
21660 full header line, including the leading &quot;From:&nbsp;&quot;.
21661 For example:
21663 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21665 Now exit the Setup command and try sending mail to yourself to see
21666 what the From line looks like.
21668 When you are in the composer you may edit the custom From line by typing
21669 Ctrl-R while your cursor is in the headers of the message and then moving
21670 to the From line and editing.
21671 If you want to leave the default value the same but add the possibility
21672 of being able to edit the header when you compose, add just the header
21673 name without a value.
21674 For example:
21676 <CENTER><SAMP>From:</SAMP></CENTER>
21678 If you change your From address you may also find it useful to add the
21679 changed From address to the
21680 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21681 configuration option.
21683 <UL>   
21684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21685 </UL><P>
21686 &lt;End of help on this topic&gt;
21687 </BODY>
21688 </HTML>
21689 ====== h_config_default_fcc =====
21690 <HTML>
21691 <HEAD>
21692 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21693 </HEAD>
21694 <BODY>
21695 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21697 This value specifies where a copy of outgoing mail should be saved.  If
21698 this is not a path name, it will be in the default collection for saves.
21699 Any valid folder specification, local or IMAP, is allowed.  This default
21700 folder carbon copy only applies when the 
21701 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21702 is set to use the default folder.  
21703 <!--chtml if pinemode="os_windows"-->
21704 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21705 <!--chtml else-->
21706 Unix Alpine default
21707 is normally &quot;sent-mail&quot; in the default folder collection. 
21708 <!--chtml endif-->
21710 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21711 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21712 IMAP server (remember that in order to later access this remote folder through Alpine, it
21713 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21714 for more information). An example:<p>
21715 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21717 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21719 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21720 details on the syntax of folder definitions.
21722 <UL>   
21723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21724 </UL><P>
21725 &lt;End of help on this topic&gt;
21726 </BODY>
21727 </HTML>
21728 ====== h_config_def_save_folder =====
21729 <HTML>
21730 <HEAD>
21731 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21732 </HEAD>
21733 <BODY>
21734 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21736 This option determines the default folder name for save-message operations 
21737 (&quot;saves&quot;).
21739 If this is not a path name, it will be in the default collection for saves.
21740 Any valid folder specification, local or IMAP, is allowed.  This default
21741 folder only applies when the
21742 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21743 doesn't override it.  
21744 <!--chtml if pinemode="os_windows"-->
21745 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21746 <!--chtml else-->
21747 Unix Alpine default
21748 is normally &quot;saved-messages&quot; in the default folder collection.
21749 <!--chtml endif-->
21750 If you access your email through an IMAP server, especially if you often switch between Unix
21751 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21752 IMAP server (remember that in order to later access this remote folder through Alpine, it
21753 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21754 for more information). An example:<p>
21755 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21757 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21758 details on the syntax of folder definitions.
21760 <UL>   
21761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21762 </UL><P>
21763 &lt;End of help on this topic&gt;
21764 </BODY>
21765 </HTML>
21766 ====== h_config_postponed_folder =====
21767 <HTML>
21768 <HEAD>
21769 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21770 </HEAD>
21771 <BODY>
21772 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21774 This value overrides the default name for the folder where postponed
21775 messages are saved.  If this is not a path name, it will be in the default
21776 collection for message Saves.  Any valid folder specification, local or
21777 remote, is allowed. 
21778 PC-Alpine default
21779 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21780 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21781 in the default collection. 
21783 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21784 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21785 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21786 in all Alpine copies you use. 
21787 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21788 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21789 for more information). An
21790 example:<p> 
21791 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21793 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21794 details on the syntax of folder definitions.
21796 <UL>   
21797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21798 </UL><P>
21799 &lt;End of help on this topic&gt;
21800 </BODY>
21801 </HTML>
21802 ====== h_config_read_message_folder =====
21803 <HTML>
21804 <HEAD>
21805 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21806 </HEAD>
21807 <BODY>
21808 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21810 By virtue of specifying a folder name here, Alpine will be configured to
21811 save all messages that you have read during a session into the designated
21812 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21813 between your really new email (in your INBOX) and those that you have
21814 already read.  Depending on how you define the 
21815 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21816 setting, you may or may not be asked when you quit
21817 Alpine if you want read messages to be moved to this folder.  In either
21818 case, moving the messages means they will be deleted from your INBOX.
21820 If this is not a path name, it will be in the default collection for
21821 saves.  Any valid folder specification, local or remote (via IMAP), is
21822 allowed.  There is no default for the name of the read message folder.
21824 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21825 details on the syntax of folder definitions.
21827 <UL>   
21828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21829 </UL><P>
21830 &lt;End of help on this topic&gt;
21831 </BODY>
21832 </HTML>
21833 ====== h_config_form_folder =====
21834 <HTML>
21835 <HEAD>
21836 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21837 </HEAD>
21838 <BODY>
21839 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21841 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21842 contain messages that you have composed and that are intended to be
21843 sent in their original form repeatedly.
21846 Setting this variable will alter Alpine's usual behavior when you
21847 execute the Compose command.  Normally, Alpine offers a chance to
21848 continue a postponed or interrupted message should one or the other
21849 exist.  When this variable is set to a folder name that exists, Alpine
21850 will also offer the chance to select a message from the folder to
21851 insert into the composer (much like when continuing a postponed message).
21852 The difference, however, is that Alpine will not automatically delete
21853 the selected message from the Form Letter Folder.
21855 Setting this variable will also affect Alpine's behavior when you
21856 Postpone a message from the composer.  Normally, Alpine simply stashes
21857 the message away in your
21858 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21859 Regardless of the specified folder's existence, Alpine will ask which
21860 folder you intend the message to be stored in.  Choose the
21861 &quot;F&quot; option to store the message in your Form Letter Folder.
21862 This is the most common way to add a message to the folder.
21865 Another method of adding messages to the folder is via the Alpine
21866 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21867 you expect to send in the same form again, you can enter the Form
21868 Letter Folder's name in this field.  Alpine, as usual, will copy the
21869 message as it's sent.  Note, when you later select this message from 
21870 your Form Letter Folder, it will have the same recipients as the original
21871 message.
21874 To delete a message from the Form Letter Folder, you can either select
21875 the folder from a suitable FOLDER LIST screen, or use the Delete
21876 command in the MESSAGE INDEX offered when selecting from the folder as
21877 part of the Compose command.  You can delete a Form Letter Folder just
21878 as any other folder from a suitable FOLDER LIST screen.
21881 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21882 facility can be used
21883 to replace the Form Letter Folder.
21886 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21887 details on the syntax of folder definitions.
21890 <UL>   
21891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21892 </UL><P>
21893 &lt;End of help on this topic&gt;
21894 </BODY>
21895 </HTML>
21896 ====== h_config_archived_folders =====
21897 <HTML>
21898 <HEAD>
21899 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21900 </HEAD>
21901 <BODY>
21902 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21904 This is like
21905 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21906 only more general.  You may archive
21907 any of the folders in your incoming collection.  This is a list of folder
21908 pairs, with the first separated from the second in the pair by a space.
21909 The first folder in a pair is the folder you want to archive, and the
21910 second folder is the folder that read messages from the first should be
21911 moved to.  Depending on how you define the
21912 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21913 setting, you may or may not be asked when you
21914 leave the first folder if you want read messages to be moved to the
21915 second folder.  In either case, moving the messages means they will be
21916 deleted from the first folder.
21918 The name of the first folder in each pair can be either the technical
21919 specification of the folder (like what appears in your configuration file)
21920 or (much easier) the nickname that you gave the folder when you made it
21921 an incoming folder.
21923 For example:<p>
21924 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21925 <p>or, using nicknames:<p>
21926 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21928 If these are not path names, they will be in the default collection for
21929 saves. Any valid folder specification, local or remote (via IMAP), is
21930 allowed. There is no default.
21932 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21933 details on the syntax of folder definitions.
21935 <UL>   
21936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21937 </UL><P>
21938 &lt;End of help on this topic&gt;
21939 </BODY>
21940 </HTML>
21941 ====== h_config_newsrc_path ======
21942 <HTML>
21943 <HEAD>
21944 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21945 </HEAD>
21946 <BODY>
21947 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21949 This option overrides the default name Alpine uses for your "newsrc" news
21950 status and subscription file.  If set, Alpine will take this value as the
21951 full pathname for the desired newsrc file.<P>
21953 If this option is <B>not</B> set, 
21954 <!--chtml if pinemode="os_windows"-->
21955 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21956 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21957 directory as your pinerc file for NEWSRC.
21958 <!--chtml else-->
21959 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21960 your account's home directory).
21961 <!--chtml endif-->
21962 <P><UL>
21963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21964 </UL>
21966 &lt;End of help on this topic&gt;
21967 </BODY>
21968 </HTML>
21969 ====== h_config_literal_sig =====
21970 <HTML>
21971 <HEAD>
21972 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21973 </HEAD>
21974 <BODY>
21975 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21977 With this option your actual signature, as opposed to
21978 the name of a file containing your signature,
21979 is stored in the Alpine configuration file.
21980 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21983 This is simply a different way to store the signature.
21984 The signature is stored inside your Alpine configuration file instead of in
21985 a separate file.
21986 Tokens work the same way they do with the
21987 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21988 help.
21991 The Setup/Signature command on Alpine's MAIN MENU will edit
21992 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21993 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21994 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21995 instead.
21998 The two character sequence &#92;n (backslash followed by
21999 the character n) will be used to signify a line-break in your signature.
22000 You don't have to enter the &#92;n, but it will be visible in the
22001 SETUP CONFIGURATION window after you are done editing the signature.
22004 <UL>   
22005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22006 </UL><P>
22007 &lt;End of help on this topic&gt;
22008 </BODY>
22009 </HTML>
22010 ====== h_config_signature_file =====
22011 <HTML>
22012 <HEAD>
22013 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22014 </HEAD>
22015 <BODY>
22016 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22018 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22019 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22020 You can tell that that is the case because the value of the
22021 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22023 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22025 You may either use all Literal Signatures (signatures stored in your
22026 configuration file) throughout Alpine, or all signature files.
22027 You can't mix the two.
22029 This is the name of a file that will be automatically inserted into
22030 outgoing messages.
22031 It typically contains information such as your
22032 name, email address and organizational affiliation.
22033 Alpine adds the
22034 signature into the message as soon as you enter the composer so you
22035 can choose to remove it or edit it on a message by message basis.
22036 Signature file placement in message replies is controlled by the
22037 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22038 setting in the feature list.
22041 The default file name is
22042 <!--chtml if pinemode="os_windows"-->
22043 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22044 PINERC file is a local file.
22045 If your PINERC file is remote, then it will be in the directory specified
22046 by the &quot;-aux local_directory&quot; command line option.
22047 <!--chtml else-->
22048 &quot;.signature&quot;.
22049 <!--chtml endif-->
22052 To create or edit your signature file choose Setup from the MAIN MENU
22053 and then select S for Signature (Main/Setup/Signature).  This puts you
22054 into the Signature Editor where you can enter a <EM>few</EM> lines of
22055 text containing your identity and affiliation.
22058 If the filename is followed by a vertical bar (|) then instead
22059 of reading the contents of the file the file is assumed to be a
22060 program that will produce the text to be used on its standard output.
22061 The program can't have any arguments and doesn't receive any input from Alpine,
22062 but the rest of the processing works as if the contents came from a file.
22065 Instead of storing the data in a local file, the
22066 signature data may be stored remotely in an IMAP folder.
22067 In order to do this, 
22068 you must use a remote name for the file.
22069 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22071 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22074 The syntax used here is the same as the syntax used for remote configuration
22075 files from the command line.
22076 Note that you may not access an existing signature file remotely,
22077 you have to create a new <EM>folder</EM> that contains the signature data.
22078 If the name you use here for the signature file is a remote name, then when
22079 you edit the file from the Setup/Signature command the data will be stored
22080 remotely in the folder.
22081 You aren't required to do anything special to create the folder, it
22082 gets created automatically if you use a remote name.
22085 Besides regular text, the signature file may also contain
22086 (or a signature program may produce) tokens that
22087 are replaced with text that usually depends on the message you are replying
22088 to or forwarding.
22089 For example, if the signature file contains the token
22091 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22093 anywhere in the text, then that token is replaced by the date
22094 the message you are replying to or forwarding was sent.
22095 If it contains
22097 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22099 that is replaced with the current date.
22100 The first is an example of a token that depends on the message you
22101 are replying to (or forwarding) and the second is an example which
22102 doesn't depend on anything other than the current date.
22103 You have to be a little careful with this facility since tokens that
22104 depend on the message you are replying to or forwarding will be replaced
22105 by nothing in the case where you are composing a new message from scratch.
22106 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22107 in this respect.
22108 It allows you to use different signature files in different cases.
22111 The list of tokens available for use in the signature file is
22112 <A HREF="h_index_tokens">here</A>.
22115 Instead of, or along with the use of &quot;roles&quot; to give you
22116 different signature files in different situations, there is also
22117 a way to conditionally include text based
22118 on whether or not a token would result in specific replacement text.
22119 For example, you could include some text based on whether or not
22120 the _NEWS_ token would result in any newsgroups if it was used.
22121 This is explained in detail
22122 <A HREF="h_reply_token_conditionals">here</A>.
22123 This isn't for the faint of heart.
22125 In the very unlikely event that you want to include a literal token
22126 in the signature you must precede it with a backslash character.
22127 For example,
22129 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22131 would produce something like
22133 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22135 It is not possible to have a literal backslash followed by an expanded token.
22137 An alternate method for storing the signature data is available by using the
22138 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22139 This variable will be used by default.
22141 <UL>   
22142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22143 </UL><P>
22144 &lt;End of help on this topic&gt;
22145 </BODY>
22146 </HTML>
22147 ====== h_config_init_cmd_list =====
22148 <HTML>
22149 <HEAD>
22150 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22151 </HEAD>
22152 <BODY>
22153 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22155 The initial keystroke--or command--list option lets you start Alpine at
22156 any place you like.
22157 Whatever keystrokes you specify here will be executed
22158 by Alpine upon startup as a macro.
22159 The words SPACE, TAB, DOWN, UP, LEFT, and
22160 RIGHT indicate the pressing of those keys.
22161 CR indicates the pressing of the RETURN key.
22162 F1 through F12 represent the function keys, and ^ followed
22163 by a character indicates that key pressed along with the control key (in
22164 other words, ^P means Ctrl-P).
22165 As a shortcut notation, an element of the list may be several characters
22166 surrounded by double-quotes (").
22167 That will be expanded into the individual keystrokes
22168 (excluding the double-quote characters).
22169 For example, the quoted-string
22171 <P><CENTER>"ABC"</CENTER>
22174 is interpreted the same as the three separate list members
22176 <P><CENTER>A and B and C</CENTER>
22179 which is also the same as
22181 <P><CENTER>A,B,C</CENTER>
22184 An example: To view message 1 on startup,
22185 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22187 <P><CENTER>I,J,1,CR,V</CENTER>
22190 An equivalent version of this is
22192 <P><CENTER>"IJ1",CR,V</CENTER>
22195 Restrictions: You cannot pre-type into the composer with the initial
22196 keystroke list, and you cannot mix function key commands with letter
22197 commands.
22199 <P><UL>   
22200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22201 </UL>
22203 &lt;End of help on this topic&gt;
22204 </BODY>
22205 </HTML>
22206 ====== h_config_comp_hdrs =====
22207 <html>
22208 <header>
22209 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22210 </header>
22211 <body>
22212 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22214 You can control which headers you want visible when composing outgoing
22215 email using this option.
22216 You can specify any of the regular set, any
22217 <A HREF="h_compose_richhdr">Rich Header</A>,
22218 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22219 that you have already defined.
22220 If you use this setting at all, you must specify all the
22221 headers you want to see, you can't just add to the regular header set.
22222 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22224 Note that the "Newsgroups:" header will be abbreviated in the Composer
22225 display, but should be spelled out in full here.<p>
22226 <UL>   
22227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22228 </UL><P>
22229 &lt;End of help on this topic&gt;
22230 </body>
22231 </html>
22232 ====== h_config_custom_hdrs =====
22233 <HTML>
22234 <HEAD>
22235 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22236 </HEAD>
22237 <BODY>
22238 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22240 You may add your own custom headers to outgoing messages.
22241 Each header you specify here must include the header tag 
22242 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22243 and may optionally include a value for that header.
22244 If you want to see these custom headers each time you compose a message,
22245 you must add them to your
22246 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22247 otherwise they become part
22248 of the rich header set that you only see when you press the
22249 <A HREF="h_compose_richhdr">Rich Header</A>
22250 <!--chtml if pinemode="function_key"-->(F5)
22251 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22252 (If you are looking for a way to change which headers are <EM>displayed</EM>
22253 when you view a message, take a look at the
22254 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22255 option instead.)
22256 Here's an example that shows how you might set your From address
22258 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22260 and another showing how you might set a Reply-To address
22262 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22264 You may also set non-standard header values here.
22265 For example, you could add
22267 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22269 or even
22271 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22273 If you include a value after the colon then that header will be included
22274 in your outgoing messages unless you delete it before sending.
22275 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22276 it will not be included in outgoing messages unless you edit a value
22277 in manually.
22278 For example, if
22280 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22282 is in the list, then the Reply-To header will be available for editing
22283 but won't be included unless a value is added while in the composer.
22285 It's actually a little more complicated than that.
22286 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22287 defaults.
22288 If the message you are about to compose already has a value for a header,
22289 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22290 For example, if you are Replying to a message the Subject field
22291 will already be filled in.
22292 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22293 custom subject will <EM>NOT</EM> be used.
22294 The subject derived from the subject of the message you are Replying
22295 to will be used instead.
22297 It is also possible to make header setting even more complicated and more
22298 automatic by using
22299 <A HREF="h_rules_roles">Roles</A>,
22300 but if all you want to do is set a default value for a header, you don't
22301 need to think about Roles.
22303 If you change your From address you may also find it useful to add the
22304 changed From address to the
22305 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22306 configuration option.
22308 Limitation: Because commas are used to separate the list of
22309 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22310 header contain a comma.
22311 Nor is there currently an &quot;escape&quot; mechanism provided
22312 to make this work.
22313 <P><UL>
22314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22315 </UL>
22317 &lt;End of help on this topic&gt;
22318 </BODY>
22319 </HTML>
22320 ====== h_config_viewer_headers =====
22321 <HTML>
22322 <HEAD>
22323 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22324 </HEAD>
22325 <BODY>
22326 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22328 You may change the default list of headers that are viewed by listing
22329 the headers you want to view here.  If the headers in your
22330 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22331 will be shown.  The order of the headers you list will be honored.  If
22332 the special value &quot;all-except&quot; is included as the first
22333 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22334 message except those in the list will be shown.  The values are all
22335 case insensitive.
22338 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22339 then the original default headers are ignored.  So, if you just wanted
22340 to add the header Organization to the list, you would have to list
22341 Organization plus all of the other headers originally in the default
22342 list.  If you just included Organization and nothing else, then you
22343 would see only the Organization header, nothing else.
22346 The default list of headers includes:
22347 <UL>
22348   <LI>From
22349   <LI>Resent-From
22350   <LI>To
22351   <LI>Resent-To
22352   <LI>Cc
22353   <LI>Resent-cc
22354   <LI>Bcc
22355   <LI>Newsgroups
22356   <LI>Followup-To
22357   <LI>Date
22358   <LI>Resent-Date
22359   <LI>Subject
22360   <LI>Resent-Subject
22361   <LI>Reply-To
22362 </UL>
22365 If you are looking for a way to control which headers are included in
22366 outgoing mail and are visible or not in the composer, take a look at the
22367 options
22368 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22369 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22370 this option.
22372 <UL>   
22373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22374 </UL><P>
22375 &lt;End of help on this topic&gt;
22376 </BODY>
22377 </HTML>
22378 ====== h_config_viewer_margin_left =====
22379 <HTML>
22380 <HEAD>
22381 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22382 </HEAD>
22383 <BODY>
22384 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22386 This variable controls the left-hand vertical margin's width in
22387 Alpine's Message Viewing screen.
22388 Its value is the number of space characters preceding each displayed line.
22389 For consistency with
22390 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22391 you may specify the column number to start in
22392 (column numbering begins with number 1)
22393 instead of the width of the margin by appending a lower case letter
22394 &quot;c&quot; to the number.
22395 For example, a value of &quot;2c&quot; means to start the text in column two,
22396 which is entirely equivalent to a value of &quot;1&quot;, which means to
22397 leave a margin of 1 space.
22399 The default is a left margin of 0 (zero).
22400 Misconfigurations (for example, negative values or values with starting
22401 left columns greater than the ending right column)
22402 are silently ignored.
22403 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22404 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22405 instead.
22408 &lt;End of help on this topic&gt;
22409 </BODY>
22410 </HTML>
22411 ====== h_config_viewer_margin_right =====
22412 <HTML>
22413 <HEAD>
22414 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22415 </HEAD>
22416 <BODY>
22417 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22419 This variable controls the right-hand vertical margin's width in
22420 Alpine's Message Viewing screen.
22421 Its value is the number of space characters following each displayed line.
22422 You may specify the column number to end the text in
22423 (column numbering begins with number 1)
22424 instead of the width of the margin by appending a lower case letter
22425 &quot;c&quot; to the number.
22426 For example, a value of &quot;76c&quot; means to end the text in column 76.
22427 If the screen is 80 characters wide, this is equivalent to a value
22428 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22429 However, if you use different size screens at different times, then these
22430 two values are not equivalent.
22432 The default right margin is 4.
22433 Misconfigurations (for example, negative values or values with starting
22434 left columns greater than the ending right column)
22435 are silently ignored.
22436 If the number of columns for text between the
22437 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22438 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22439 instead.
22442 &lt;End of help on this topic&gt;
22443 </BODY>
22444 </HTML>
22445 ====== h_config_quote_suppression =====
22446 <HTML>
22447 <HEAD>
22448 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22449 </HEAD>
22450 <BODY>
22451 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22453 This option should be used with care.
22454 It will cause some of the quoted text to be eliminated from the
22455 display when viewing a message in the MESSAGE TEXT screen.
22456 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22457 value &quot;5&quot;,
22458 this will cause quoted text that is longer than five lines to be truncated.
22459 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22460 Quoted text of more than six lines will have the first five lines displayed
22461 followed by a line that looks something like
22463 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22465 As a special case, if exactly one line of quoted text would be hidden, the
22466 entire quote will be shown instead.
22467 So for the above example, quoted text that is exactly six lines long will
22468 will be shown in its entirety.
22469 (In other words, instead of hiding a single line and adding a line
22470 that announces that one line was hidden, the line is just shown.)
22472 If the sender of a message has carefully chosen the quotes that he or she
22473 includes, hiding those quotes may change the meaning of the message.
22474 For that reason, Alpine requires that when you want to set the value of this
22475 variable to something less than four lines, you actually have to set it
22476 to the negative of that number.
22477 So if you want to set this option to &quot;3&quot;, you actually have to
22478 set it to &quot;-3&quot;.
22479 The only purpose of this is to get you to think about whether or not you
22480 really want to do this!
22481 If you want to delete all quoted text you set the value of this option
22482 to the special value &quot;-10&quot;.
22484 The legal values for this option are
22486 <TABLE>   
22487 <TR>
22488   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22489   <TD> Default, don't hide anything </TD>
22490 </TR>
22491 <TR>
22492   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22493   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22494 </TR>
22495 <TR>
22496   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22497   <TD> Suppress if more than that many lines </TD>
22498 </TR>
22499 <TR>
22500   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22501   <TD> Suppress all quoted lines </TD>
22502 </TR>
22503 </TABLE>
22505 If you set this option to a non-default value you may sometimes wish to
22506 view the quoted text that is not shown.
22507 When this is the case, the
22508 <A HREF="h_common_hdrmode">HdrMode Command</A>
22509 may be used to show the hidden text.
22510 Typing the &quot;H&quot; command once will show the hidden text.
22511 Typing a second &quot;H&quot; will also turn on Full Header mode.
22512 The presence or absence of the HdrMode command is determined by the
22513 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22514 Feature-List option in your Alpine configuration, so you will want to
22515 be sure that is turned on if you use quote suppression.
22517 For the purposes of this option, a quote is a line that begins with the
22518 character &quot;&gt;&quot;.
22520 Quotes are only suppressed when displaying a message on the screen.
22521 The entire quote will be left intact when printing or forwarding or something
22522 similar.
22524 &lt;End of help on this topic&gt;
22525 </BODY>
22526 </HTML>
22527 ====== h_config_saved_msg_name_rule =====
22528 <HTML>
22529 <HEAD>
22530 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22531 </HEAD>
22532 <BODY>
22533 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22535 This option determines the default folder name when saving
22536 a message.
22539 The default option is &quot;default-folder&quot;, which is the folder
22540 called &quot;saved-messages&quot; in Unix Alpine and
22541 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22542 the Alpine option called
22543 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22546 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22547 get the chosen option's value for the message being saved (or for the
22548 first message being saved if using an aggregrate save).
22549 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22550 value of who the message came from (i.e. the from address).
22551 Alpine then attempts to save the message to a folder matching that value.
22552 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22553 &quot;by-sender&quot;.
22554 The opposite is also true.
22555 If &quot;by-recipient&quot; is chosen and the message was posted to a
22556 newsgroup, Alpine will use the newsgroup name.
22557 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22558 &quot;by-from&quot;.
22561 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22562 to use the personal name part of the address instead of the mailbox part.
22563 If any of the &quot;by-nick&quot; options are chosen, the
22564 address is looked up in your address book and if found, the
22565 nickname for that entry is used.
22566 Only simple address book entries are checked, not distribution lists.
22567 Similarly, if any of the
22568 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22569 address book entry is used.
22570 If by-realname, or the by-nick or by-fcc lookups result in no value,
22571 then if the chosen option ends with the &quot;then-from&quot;,
22572 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22573 or &quot;then-recip&quot; suffix, Alpine
22574 reverts to the same behavior as &quot;by-from&quot;,
22575 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22576 depending on which option was specified.
22577 If the chosen option doesn't end with one of
22578 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22579 folder when no match is found in the address book.
22582 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22583 to save to the folder that you saved to the last time you saved a
22584 message.  The first time you save a message in an Alpine session, Alpine
22585 attempts to save the message to the default folder.
22588 Here is an example to make some of the options clearer.
22589 If the message is From
22591 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22593 and this rule is set to &quot;by-from&quot;, then the default folder offered
22594 in the save dialog would be &quot;flint&quot;.
22596 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22597 be &quot;Fred Flintstone&quot;.
22599 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22600 for the address &quot;flint@bedrock.org&quot; in your address book.
22601 If an entry is found and it has a nickname associated with it, that nickname
22602 will be offered as the default folder.
22603 If not, the default saved message folder will be offered as the default.
22605 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22606 for the address &quot;flint@bedrock.org&quot; in your address book.
22607 If an entry is found and it has an Fcc associated with it, that Fcc
22608 will be offered as the default folder.
22609 If not, the default saved message folder will be offered as the default.
22611 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22612 for the address &quot;flint@bedrock.org&quot; in your address book.
22613 If an entry is found and it has a nickname associated with it, that nickname
22614 will be offered as the default folder.
22615 If it is not found (or has no nickname) then the default offered will be
22616 the same as it would be for the &quot;by-from&quot; rule.
22617 That is, it would be &quot;flint&quot;
22619 <UL>   
22620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22621 </UL><P>
22622 &lt;End of help on this topic&gt;
22623 </BODY>
22624 </HTML>
22625 ====== h_config_fcc_rule =====
22626 <HTML>
22627 <HEAD>
22628 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22629 </HEAD>
22630 <BODY>
22631 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22633 This option determines the default name for folder carbon copy. Choose
22634 one:
22636 <DL>
22637 <DT>default-fcc</DT>
22638 <DD>This is the normal default, the value of which is set in the
22639 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22640 configuration.
22641 </DD>
22643 <DT>last-fcc-used</DT>
22644 <DD> Causes Alpine to use the folder that was last
22645 used in the fcc field
22646 </DD>
22648 <DT>by-nickname</DT>
22649 <DD>Means that Alpine will use the nickname
22650 from your address book that matches the first address in the To line.
22651 If there is no match, it will use the value of the
22652 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22653 </DD>
22655 <DT>by-recipient</DT>
22656 <DD>Means Alpine will form a folder name
22657 based on the left hand side of the first address in the To line.
22658 </DD>
22660 <DT>by-nick-then-recip</DT>
22661 <DD>Means that it will use the
22662 matching nickname from your address book if there is one, otherwise it
22663 will extract the recipient name from the address and use that (like
22664 by-recipient).
22665 </DD>
22667 <DT>current-folder</DT>
22668 <DD>Causes a copy to be written to
22669 the currently open folder, unless that is the INBOX.  In the case
22670 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22671 used instead.
22672 </DD>
22673 </DL>
22676 Note: Whatever the fcc specified by the rule here, it will be
22677 over-ridden by any fcc entries you have in your address book.
22680 <UL>   
22681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22682 </UL><P>
22683 &lt;End of help on this topic&gt;
22684 </BODY>
22685 </HTML>
22686 ====== h_config_sort_key =====
22687 <HTML>
22688 <HEAD>
22689 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22690 </HEAD>
22691 <BODY>
22692 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22694 This option determines the order in which messages will be displayed in
22695 the MESSAGE INDEX screen.  Choose from:
22697 <UL>
22698  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22699  <LI> <A HREF="h_index_sort_date">Date</A>
22700  <LI> <A HREF="h_index_sort_subj">Subject</A>
22701  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22702  <LI> <A HREF="h_index_sort_thread">Thread</A>
22703  <LI> <A HREF="h_index_sort_from">From</A>
22704  <LI> <A HREF="h_index_sort_size">Size</A>
22705  <LI> <A HREF="h_index_sort_score">Score</A>
22706  <LI> <A HREF="h_index_sort_to">To</A>
22707  <LI> <A HREF="h_index_sort_cc">Cc</A>
22708 </UL>
22711 Each type of sort may also be reversed.
22712 Normal default is by &quot;Arrival&quot;.
22715 A possible point of confusion arises when you change the configuration
22716 of the <!--#echo var="VAR_sort-key"-->.
22717 The folder will normally be re-sorted when you go back to viewing the
22718 index.
22719 However, if you have manually sorted the folder with the
22720 Sort
22721 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22722 command, then it will not be re-sorted until the next time it is opened.
22725 <UL>   
22726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22727 </UL><P>
22728 &lt;End of help on this topic&gt;
22729 </BODY>
22730 </HTML>
22731 ====== h_config_other_startup =====
22732 <HTML>
22733 <HEAD>
22734 <TITLE>OPTION: Set Startup Rule</TITLE>
22735 </HEAD>
22736 <BODY>
22737 <H1>OPTION: Set Startup Rule</H1>
22739 This option determines which message will be the <EM>current message</EM> when
22740 the folder is first opened.
22741 It works the same way that the option
22742 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22743 works, so look there for help.
22744 It may be used for any folder, not just incoming folders.
22747 <UL>   
22748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22749 </UL><P>
22750 &lt;End of help on this topic&gt;
22751 </BODY>
22752 </HTML>
22753 ====== h_config_perfolder_sort =====
22754 <HTML>
22755 <HEAD>
22756 <TITLE>Set Sort Order</TITLE>
22757 </HEAD>
22758 <BODY>
22759 <H1>Set Sort Order</H1>
22761 This option determines the order in which messages will be displayed in
22762 the MESSAGE INDEX screen when the Current Folder Type set in the
22763 Pattern is a match. Choose from:
22765 <UL>
22766  <LI> <A HREF="h_index_sort_default">Default</A>
22767  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22768  <LI> <A HREF="h_index_sort_date">Date</A>
22769  <LI> <A HREF="h_index_sort_subj">Subject</A>
22770  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22771  <LI> <A HREF="h_index_sort_thread">Thread</A>
22772  <LI> <A HREF="h_index_sort_from">From</A>
22773  <LI> <A HREF="h_index_sort_size">Size</A>
22774  <LI> <A HREF="h_index_sort_score">Score</A>
22775  <LI> <A HREF="h_index_sort_to">To</A>
22776  <LI> <A HREF="h_index_sort_cc">Cc</A>
22777 </UL>
22780 Each type of sort may also be reversed.
22781 Normal default is by &quot;Arrival&quot;.
22784 A possible point of confusion arises when you change the configuration
22785 of the Sort Order for the currently open folder.
22786 The folder will normally be re-sorted when you go back to viewing the
22787 index.
22788 However, if you have manually sorted the folder with the
22789 Sort
22790 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22791 command, then it will not be re-sorted until the next time it is opened.
22794 <UL>   
22795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22796 </UL><P>
22797 &lt;End of help on this topic&gt;
22798 </BODY>
22799 </HTML>
22800 ====== h_config_fld_sort_rule =====
22801 <HTML>
22802 <HEAD>
22803 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22804 </HEAD>
22805 <BODY>
22806 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22808 This option controls the order in which folder list entries will be
22809 presented in the FOLDER LIST screen.  Choose one of the following:
22811 <DL>
22812 <DT>Alphabetical</DT>
22813 <DD>sort by alphabetical name independent of type
22814 </DD>
22816 <DT>Alpha-with-dirs-last</DT>
22817 <DD>sort by alphabetical name grouping directory entries
22818 to the end of the list
22819 </DD>
22821 <DT>Alpha-with-dirs-first</DT>
22822 <DD>sort by alphabetical name grouping directory entries
22823 to the start of the list
22824 </DD>
22825 </DL>
22827 The normal default is &quot;Alphabetical&quot;.
22830 <UL>   
22831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22832 </UL><P>
22833 &lt;End of help on this topic&gt;
22834 </BODY>
22835 </HTML>
22836 ====== h_config_ab_sort_rule =====
22837 <HTML>
22838 <HEAD>
22839 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22840 </HEAD>
22841 <BODY>
22842 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22844 This option controls the order in which address book entries will be
22845 presented.  Choose one of the following:
22847 <DL>
22848 <DT>fullname</DT>
22849 <DD>use fullname field, lists mixed in
22850 </DD>
22852 <DT>fullname-with-lists-last</DT>
22853 <DD>use fullname field, but put lists at end
22854 </DD>
22856 <DT>nickname</DT>
22857 <DD>use nickname field, lists mixed in
22858 </DD>
22860 <DT>nickname-with-lists-last</DT>
22861 <DD>use nickname field, but put lists at end
22862 </DD>
22864 <DT>dont-sort</DT>
22865 <DD>don't change order of file
22866 </DD>
22867 </DL>
22870 The normal default is &quot;fullname-with-lists-last&quot;.
22871 If you use an address book from more than one computer and those
22872 computers sort the address book differently then the sort order
22873 will be the order where the last change to the address book was
22874 made.
22875 There are two reasons the sorting might be different on different
22876 systems.
22877 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22878 places.
22879 Second, the collation rules on the two computers may be different.
22880 For example, one system might ignore special characters while the other
22881 doesn't or one may sort upper and lower case letters together while
22882 the other doesn't.
22883 In any case, the order you see is the order on the system where the
22884 last change was made, for example by an address book edit or a
22885 Take Address command.
22888 <UL>   
22889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22890 </UL><P>
22891 &lt;End of help on this topic&gt;
22892 </BODY>
22893 </HTML>
22894 ====== h_config_post_char_set =====
22895 <HTML>
22896 <HEAD>
22897 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22898 </HEAD>
22899 <BODY>
22900 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22902 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22903 when sending messages.
22907 When sending a message the text typed in the composer is
22908 labeled with the character set specified by this option.
22909 If the composed text is not fully representable in the 
22910 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22911 instead;
22914 Attachments are labeled with your
22915 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22918 Generally, there should be little need to set this option.
22919 If left unset, the
22920 default behavior is to label composed text as specifically as
22921 possible.  That is, if the composed text has no non-ASCII characters,
22922 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22923 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22924 attempt to automatically detect a number of character sets including ISO-8859-15,
22925 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22926 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22927 If the message contains a mix of character sets,
22928 it is labeled as &quot;UTF-8.&quot;
22932 This setting is provided to allow you to force a particular character set that
22933 Alpine does not automatically detect. For example, if a message is representable
22934 in more than one character set then Alpine may choose a different default
22935 than you want.
22936 Lastly, by setting this option explicitly to
22937 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22938 &quot;UTF-8&quot; instead of something more specific.
22941 In the Setup/Config screen you may choose from a list of all the
22942 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22945 The options
22946 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22947 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22948 are closely related.
22949 Setting the feature
22950 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22951 should cause this option to be ignored.
22954 <UL>   
22955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22956 </UL><P>
22957 &lt;End of help on this topic&gt;
22958 </BODY>
22959 </HTML>
22960 ====== h_config_unk_char_set =====
22961 <HTML>
22962 <HEAD>
22963 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22964 </HEAD>
22965 <BODY>
22966 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22968 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22969 when reading or replying to messages.
22973 A text message should either be made up of all US-ASCII characters
22974 or it should contain a charset label which tells the software which
22975 character set encoding to use to interpret the message.
22976 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22977 This message is outside of the standards so any attempt to read it could fail.
22978 When Alpine attempts to read such a message it will try to interpret the
22979 text in the character set you specify here.
22980 For example, if you have correspondents who send you unlabeled messages that
22981 are usually made up of characters from the WINDOWS-1251 character set, setting
22982 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22983 allow you to read those messages.
22984 Of course, if the unlabeled message is actually in some other character set,
22985 then you may see garbage on your screen.
22987 Instead of just unlabeled text, this option also affects text which is labeled
22988 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
22989 or &quot;US-ASCII&quot;.
22992 In the Setup/Config screen you may choose from a list of all the
22993 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22996 <UL>   
22997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22998 </UL><P>
22999 &lt;End of help on this topic&gt;
23000 </BODY>
23001 </HTML>
23002 ====== h_config_char_set =====
23003 <HTML>
23004 <HEAD>
23005 <TITLE>OPTION: Display Character Set</TITLE>
23006 </HEAD>
23007 <BODY>
23008 <H1>OPTION: Display Character Set</H1>
23010 The Display Character Set configuration option is used when viewing messages.
23012 Alpine uses Unicode characters internally and 
23013 it is a goal for Alpine to handle email in many different languages.
23014 Alpine will properly display only left-to-right character sets
23015 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23016 font is in use, in the sense that
23017 characters are assumed to take up zero, one, or two character cell
23018 widths from left to right on the screen. This is true even in PC-Alpine.
23021 Alpine recognizes some local character sets that are right-to-left
23022 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23023 (Arabic) and properly converts texts in these character sets to/from
23024 Unicode; however, there are known display bugs with these character
23025 sets.
23028 There are three possible configuration character settings and some
23029 environment variable settings that can affect how Alpine
23030 handles international characters.
23031 The first two of these are only available in UNIX Alpine.
23032 The three configuration options are
23033 Display Character Set,
23034 Keyboard Character Set, and
23035 <!--#echo var="VAR_posting-character-set"-->.
23036 The Keyboard Character Set defaults to being the same value
23037 as the Display Character Set, and that is usually correct, because
23038 the keyboard almost always produces characters in the same character set
23039 as the display displays.
23040 The Display Character Set is the character set that Alpine
23041 will attempt to use when sending characters to the display.
23044 By default, the Display Character Set variable is not set and UNIX Alpine
23045 will attempt to get this information from the environment.
23046 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23047 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23048 An explicit configuration setting for Display Character Set will,
23049 of course, override any default setting.
23051 For PC-Alpine the Display Character Set
23052 and the Keyboard Character Set
23053 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23056 It is probably best to use UNIX Alpine in a terminal emulator
23057 capable of displaying UTF-8 characters, since that will allow you to
23058 view just about any received text that is correctly formatted (note,
23059 however, the above comments about known index display bugs with certain
23060 character sets). You'll need to have an emulator that uses a UTF-8 font
23061 and you'll need to set up your environment to use a UTF-8 charmap. For
23062 example, on a Linux system you might include
23064 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23067 or something similar in your UNIX startup files.
23068 You'd also have to select a UTF-8 font in your terminal emulator.
23071 The types of values that the character set variables may be set to are
23072 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23073 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23074 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23075 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23076 In the Setup/Config screen you may choose from a list of all the
23077 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23078 Here is a list of many of the possible character sets:
23081 <TABLE>
23082 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23083 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23084 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23085 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23086 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23087 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23088 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23089 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23090 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23091 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23092 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23093 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23094 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23095 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23096 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23097 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23098 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23099 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23100 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23101 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23102 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23103 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23104 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23105 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23106 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23107 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23108 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23109 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23110 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23111 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23112 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23113 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23114 </TABLE>
23117 When reading incoming email, Alpine understands many different
23118 character sets and is able to convert the incoming mail into Unicode.
23119 The Unicode will be converted to the Display Character Set
23120 for display on your terminal.
23121 Characters typed at the keyboard will be converted from the
23122 Keyboard Character Set to Unicode for Alpine's internal
23123 use.
23124 You may find that you can read some malformed messages that do not
23125 contain a character set label by setting the option
23126 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23129 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23130 The default behavior obtained by leaving this variable unset is usually
23131 what is wanted. In that default case, Alpine will attempt
23132 to label the message with the most specific character set from the
23133 rather arbitrary set
23135 US-ASCII, ISO-8859-15,
23136 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23137 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23140 For example, if the message is made up of only US-ASCII characters, it
23141 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23142 that will be the label. If that doesn't work the same is tried for the
23143 remaining members of the list.
23146 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23147 explicit value instead.
23148 For example, if you usually send messages in Greek, setting this
23149 option to ISO-8859-7 will result in messages being labeled as
23150 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23151 are only Greek characters, or UTF-8 if there are some characters
23152 that aren't representable in ISO-8859-7.
23153 Another possibility is to set this option explicitly to UTF-8.
23154 In that case
23155 Alpine labels only ascii messages as US-ASCII and all other
23156 messages as UTF-8.
23159 The options
23160 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23161 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23162 are closely related to this option.
23163 Setting the feature
23164 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23165 should cause this option to be ignored.
23168 When displaying a message, Alpine compares this setting to the character
23169 set specified in the message.  If not all of the
23170 characters in the message can be displayed using the Display Character Set
23171 then Alpine places an editorial
23172 comment in the displayed text (enclosed in square-brackets) indicating
23173 that some characters may not be displayed correctly.
23174 This comment may be eliminated by turning on the option
23175 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23178 <UL>   
23179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23180 </UL><P>
23181 &lt;End of help on this topic&gt;
23182 </BODY>
23183 </HTML>
23184 ====== h_config_key_char_set =====
23185 <HTML>
23186 <HEAD>
23187 <TITLE>OPTION: Keyboard Character Set</TITLE>
23188 </HEAD>
23189 <BODY>
23190 <H1>OPTION: Keyboard Character Set</H1>
23192 UNIX Alpine only.
23194 The Keyboard Character Set identifies the character set of the characters
23195 coming from your keyboard.
23196 It defaults to having the same value as your
23197 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23198 which in turn defaults to a value obtained from your environment.
23199 It is unlikely that you will need to use this option, because the keyboard
23200 almost always produces the same kind of characters as the display displays.
23203 This character set is also used when accessing files in your local
23204 file system.
23205 The names of the files are assumed to be in the same character set as
23206 what the keyboard produces, as well as the contents of the files.
23209 In the Setup/Config screen you may choose from a list of all the
23210 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23213 The options
23214 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23215 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23216 are closely related.
23217 Setting the feature
23218 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23219 should cause this option to be ignored.
23222 <UL>   
23223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23224 </UL><P>
23225 &lt;End of help on this topic&gt;
23226 </BODY>
23227 </HTML>
23228 ====== h_config_editor =====
23229 <HTML>
23230 <HEAD>
23231 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23232 </HEAD>
23233 <BODY>
23234 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23236 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23237 normally an alternative to Alpine's internal composer (Pico).  You could use
23238 this setting to specify an alternate editor to use occasionally or if you
23239 have a favorite editor and want to use it all the time (see the 
23240 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23241 If you specify multiple editors for this option, ^_ will invoke the first one 
23242 of those specified that exists and is executable.  When specifying a program 
23243 for use here, make sure that the format of the text it saves -- which, when 
23244 you exit it, will become the message body in Alpine -- is appropriate 
23245 for the body of an email message; avoid proprietary formats that may result in 
23246 a message body that the recipient of your message will be unable to decipher.
23248 <!--chtml if pinemode="os_windows"-->
23249 <!--chtml else-->
23250 If you are in doubt about what editors are available on your system, or which 
23251 of them may be appropriate for specification here, ask your local computing 
23252 support staff.  
23253 <!--chtml endif-->
23255 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23256 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23257 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23258 use that.
23260 <P><UL>
23261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23262 </UL>
23264 &lt;End of help on this topic&gt;
23265 </BODY>
23266 </HTML>
23267 ====== h_config_speller =====
23268 <HTML>
23269 <HEAD>
23270 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23271 </HEAD>
23272 <BODY>
23273 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23275 UNIX Alpine only.
23277 For PC-Alpine, you must install the aspell library code that you
23278 may get from
23279 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23281 This option affects the behavior of the ^T (spell check) command in the
23282 Composer.  It specifies the program invoked by ^T in the Composer.
23283 By default, Alpine uses
23285 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23287 if it knows where to find &quot;aspell&quot;.
23288 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23289 then the command used is
23291 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23293 Otherwise, the ancient &quot;spell&quot; command is used.
23295 If you specify a value for this command (with full pathname) then that is what
23296 will be used instead of any of the defaults.
23297 When invoking this
23298 spell-checking program, Alpine appends a tempfile name (where the message is
23299 passed) to the command line. Alpine expects the speller to correct the
23300 spelling in that file. When you exit from that program Alpine will read the
23301 tempfile back into the composer.
23303 Don't set this speller option to the standard Unix spell command.
23304 That won't work because spell works in a different way.
23307 <UL>   
23308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23309 </UL><P>
23310 &lt;End of help on this topic&gt;
23311 </BODY>
23312 </HTML>
23313 ====== h_config_display_filters =====
23314 <HTML>
23315 <HEAD>
23316 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23317 </HEAD>
23318 <BODY>
23319 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23321 This option defines a list of text-filtering commands (programs or
23322 scripts) that may be used to filter text portions of received messages
23323 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23324 display screen, exporting to a text file).  
23325 For security reasons, the full path name of the
23326 filter command must be specified.
23329 The command is executed and the message is piped into its standard input. 
23330 The standard output of the command is read back by Alpine.  The
23331 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23333 <P> 
23334 The filter's use is based on the configured &quot;trigger&quot; string.  The
23335 format of a filter definition is:
23337 <P>   
23338 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23341 You can specify as many filters as you wish, separating them with a comma.  
23342 Each filter can have only one trigger and command.  Thus, two trigger 
23343 strings that invoke the same command require separate filter 
23344 specifications. 
23346 <P> 
23347 The &quot;trigger&quot; is simply text that, if found in the message,
23348 will invoke the associated command.  If the trigger contains any space
23349 characters, it must be placed within quotes.  Likewise, should you
23350 wish a filter to be invoked unconditionally, define the trigger as the
23351 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23352 trigger string is found anywhere in the text of the message the filter
23353 is invoked.  Placing the trigger text within the tokens defined below
23354 changes where within the text the trigger must be before considering
23355 it a match.
23357 <P>  
23358 Trigger Modifying Tokens:
23359 <DL>
23360 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23361 <DD>This token tells Alpine to invoke the supplied command
23362 if the text is in a character set matching <VAR>string</VAR>
23363 (e.g., ISO-8859-2 or ISO-2022-JP).
23364 </DD>
23367 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23368 <DD>This token tells Alpine to invoke the supplied command
23369 if the enclosed <VAR>string</VAR> is found to be the first
23370 non-whitespace text.
23371 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23372 the space character.
23373 </DD>
23375 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23376 <DD>This token tells Alpine to invoke the supplied command
23377 if the enclosed <VAR>string</VAR> is found at the beginning
23378 of any line in the text.
23379 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23380 the space character.
23381 </DD>
23382 </DL>
23385 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23386 the command line to be invoked if the trigger string is found.  Below
23387 are tokens that Alpine will recognize and replace with special values
23388 when the command is actually invoked.
23391 Command Modifying Tokens:
23393 <DL>
23394 <DT>_TMPFILE_</DT>
23395 <DD>When the command is executed, this token is 
23396 replaced with the path and name of the temporary 
23397 file containing the text to be filtered.  Alpine 
23398 expects the filter to replace this data with the 
23399 filter's result.
23402 NOTE: Use of this token implies that the text to 
23403 be filtered is not piped into standard input of the 
23404 executed command and its standard output is ignored. 
23405 Alpine restores the tty modes before invoking the
23406 filter in case the filter interacts with the user
23407 via its own standard input and output.  
23408 </DD>
23409                         
23410 <DT>_RESULTFILE_</DT>
23411 <DD>When the command is executed, this token is 
23412 replaced with the path and name of a temporary 
23413 file intended to contain a status message from the 
23414 filter.  Alpine displays this in the message status 
23415 field. 
23416 </DD>
23418 <DT>_DATAFILE_</DT>
23419 <DD>When the command is executed, this token is 
23420 replaced with the path and name of a temporary 
23421 file that Alpine creates once per session and deletes 
23422 upon exit.  The file is intended to be used by the 
23423 filter to store state information between instances 
23424 of the filter.
23425 </DD>
23426    
23427 <DT>_PREPENDKEY_</DT>
23428 <DD>When the command is executed, this token indicates that a random
23429 number will be passed down the input stream before the message text.
23430 This number could be used as a session key.  It is sent in this way to
23431 improve security.  The number is unique to the current Alpine session
23432 and is only generated once per session.
23433 </DD>
23435 <DT>_SILENT_</DT>
23436 <DD>When the filter is executed, this token tells Alpine not to repaint
23437 the screen while the command is being executed. This can be used with 
23438 filters that do not interact with the user, and therefore repainting 
23439 the screen is not necessary. 
23440 </DD>
23441 </DL>
23444 The feature
23445 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23447 Performance caveat/considerations:
23448 <BR>
23449 Testing for the trigger and invoking the filter doesn't come for free.
23450 There is overhead associated with searching for the trigger string, testing
23451 for the filter's existence and actually piping the text through the filter.
23452 The impact can be reduced if the Trigger Modifying Tokens above are 
23453 employed.
23455 &lt;End of help on this topic&gt;
23456 </BODY>
23457 </HTML>
23458 ====== h_config_sending_filter =====
23459 <HTML>
23460 <HEAD>
23461 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23462 </HEAD>
23463 <BODY>
23464 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23465       
23466 This option defines a list of text-filtering commands (programs and
23467 scripts) that may be selectively invoked to process a message just before
23468 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23469 select which filter (or none) to apply to the message before it is sent. 
23470 For security reasons, the full path of the filter program must be
23471 specified.
23474 Command Modifying Tokens:
23476 <DL>
23477 <DT>_RECIPIENTS_</DT>
23478 <DD>When the command is executed, this token is replaced 
23479 with the space delimited list of recipients of the 
23480 message being sent. 
23481 </DD>
23482         
23483 <DT>_TMPFILE_</DT>
23484 <DD>
23485 When the command is executed, this token is 
23486 replaced with the path and name of the temporary 
23487 file containing the text to be filtered.  Alpine 
23488 expects the filter to replace this data with the 
23489 filter's result.
23492 NOTE: Use of this token implies that the text to 
23493 be filtered is not piped into standard input of the 
23494 executed command and its standard output is ignored. 
23495 Alpine restores the tty modes before invoking the
23496 filter in case the filter interacts with the user
23497 via its own standard input and output.  
23498 </DD>
23499                         
23500 <DT>_RESULTFILE_</DT>
23501 <DD>When the command is executed, this token is 
23502 replaced with the path and name of a temporary 
23503 file intended to contain a status message from the 
23504 filter.  Alpine displays this in the message status 
23505 field. 
23506 </DD>
23508 <DT>_DATAFILE_</DT>
23509 <DD>When the command is executed, this token is replaced 
23510 in the command line with the path and name of a 
23511 temporary file that Alpine creates once per session 
23512 and deletes upon exit.  The file is intended to be 
23513 used by the filter to store state information between 
23514 instances of the filter.
23515 </DD>
23516    
23517 <DT>_PREPENDKEY_</DT>
23518 <DD>When the command is executed, this token indicates 
23519 that a random number will be passed down the input 
23520 stream before the message text.  This number could 
23521 be used as a session key.  It is sent in this way 
23522 to improve security.  The number is unique to the 
23523 current Alpine session and is only generated once per 
23524 session. 
23525 </DD>
23527 <DT>_INCLUDEALLHDRS_</DT>
23528 <DD>When the command is executed, this token indicates 
23529 that the headers of the message will be passed down the input stream
23530 before the message text.
23531 </DD>
23533 <DT>_MIMETYPE_</DT>
23534 <DD>When the command is executed, this token is replaced in the
23535 command name with a temporary file name used to accept any new MIME
23536 Content-Type information necessitated by the output of the filter.
23537 Upon the filter's exit, if the file contains new MIME type
23538 information, Alpine verifies its format and replaces the outgoing
23539 message's MIME type information with that contained in the file. This
23540 is basically a cheap way of sending something other than Text/Plain.
23541 </DD>
23542 </DL>
23544 <P>   
23545 NOTE: Only the body text, which is visible in the Composer, is piped
23546 through this filter.  Attachments are not sent to the filter.
23547 <P>   
23548 Sending filters are not used if the feature
23549 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23551 <UL>   
23552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23553 </UL><P>
23554 &lt;End of help on this topic&gt;
23555 </BODY>
23556 </HTML>
23557 ====== h_config_keywords =====
23558 <HTML>
23559 <HEAD>
23560 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23561 </HEAD>
23562 <BODY>
23563 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23565 You may define your own set of keywords and optionally set them on a
23566 message by message basis.
23567 These are similar to the &quot;Important&quot; flag which the user
23568 may set using the Flag command.
23569 The difference is that the Important flag is always present for each folder.
23570 User-defined keywords are chosen by the user.
23571 You may set up the list of possible keywords here, or you may add keywords
23572 from the Flag Details screen that you
23573 can get to after typing the
23574 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23575 command.
23576 After the keywords have been defined,
23577 then you use the <A HREF="h_common_flag">Flag command</A>
23578 to set or clear the keywords in each message.
23579 The behavior of the flag command may be modified by using the
23580 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23581 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23584 Keywords may be used when Selecting messages (Select Keyword).
23585 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23586 Filter Rules may be used to set keywords automatically.
23587 Keywords may be displayed as part of the Subject of a message by using
23588 the SUBJKEY or SUBJKEYINIT tokens in the
23589 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23590 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23591 option may be used to modify the display of keywords using
23592 SUBJKEY and SUBJKEYINIT slightly.
23593 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23594 screen by using the KEY or KEYINIT tokens.
23595 It is also possible to color keywords in the index using the
23596 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23597 Keywords are not supported by all mail servers.
23600 You may give keywords nicknames if you wish.
23601 If the keyword definition you type in contains a SPACE character, then the
23602 actual value of the keyword is everything after the last SPACE and the
23603 nickname for that keyword is everything before the last SPACE.
23604 For example, suppose you are trying to interoperate with another email program
23605 that uses a particular keyword with an unpleasant name.
23606 Maybe it uses a keyword called
23608 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23610 but for you that keyword means that the message is work-related.
23611 You could define a keyword to have the value
23613 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23615 and then you would use the name &quot;Work&quot; when dealing with
23616 that keyword in Alpine.
23617 If you defined it as
23619 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23621 the nickname would be everything before the last SPACE, that is the nickname
23622 would be &quot;My Work&quot;.
23624 Some commonly used keywords begin with dollar signs.
23625 This presents a slight complication, because the dollar sign is normally used
23626 to signify
23627 <A HREF="h_news_config">environment variable expansion</A>
23628 in the Alpine configuration.
23629 In order to specify a keyword that begins with a dollar sign you must
23630 precede the dollar sign with a second dollar sign to escape its special
23631 meaning.
23632 For example, if you want to include the keyword
23634 <CENTER><SAMP>$Label1</SAMP></CENTER>
23636 as one of your possible keywords, you must enter the text
23638 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23641 instead.
23643 There are a couple limitations.
23644 First, not all servers support keywords.
23645 Second, some servers (including the IMAP server included with Alpine)
23646 have a per folder limit on the number of keywords that may be defined.
23647 This count commonly includes every keyword you have ever used in the
23648 folder, even if it is no longer being used.
23649 In other words, you can add keywords but you cannot remove them easily.
23650 If you have changed keywords over the life of a folder and find that
23651 you have reached such a limit, one possible solution might be to copy
23652 all of the messages to a newly created folder (using Alpine) and then
23653 delete the original and rename the new folder.
23654 The reason this might work is that only the keywords currently set in
23655 any of the messages will be used in the new folder, hopefully putting you
23656 under the limit.
23659 <UL>   
23660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23661 </UL><P>
23662 &lt;End of help on this topic&gt;
23663 </BODY>
23664 </HTML>
23665 ====== h_config_alt_addresses =====
23666 <HTML>
23667 <HEAD>
23668 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23669 </HEAD>
23670 <BODY>
23671 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23673 This option provides a place for you to list alternate email addresses
23674 you may have.
23675 Each address in the list should be the actual email address part of an
23676 address, without the full name field or the angle brackets.
23677 For example:
23680 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23683 The matching is case-insensitive, so this would match any of
23684 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23685 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23688 If set, the option affects the behavior of the Reply
23689 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23690 a message has been addressed specifically to you.
23693 In the default INDEX display
23694 the personal name (or email address) of
23695 the person listed in the message's &quot;From:&quot; header
23696 field is usually displayed except when that address is yours or one of your
23697 alternate addresses.
23698 In that case you will usually see the name of
23699 the first person specified in the
23700 message's &quot;To:&quot; header field
23701 with the prefix &quot;To: &quot; prepended.
23704 With respect to Reply, the reply-to-all option will exclude addresses
23705 listed here.
23708 The feature
23709 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23710 is somewhat related to this option.
23713 In addition to a list of actual addresses,
23714 you may use regular expressions (as used with egrep with the ignore case flag)
23715 to describe the addresses you want to match.
23716 Alpine will somewhat arbitrarily interpret your entry as a regular
23717 expression if it contains any of the characters
23718 *, |, +, ?, {, [, ^, $, or &#92;.
23719 Otherwise, it will be treated literally.
23720 The feature
23721 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23722 may be used to turn off regular expression processing regardless of whether or not
23723 special characters appear in the entry.
23726 A description of how regular expressions work is beyond the
23727 scope of this help text, but some examples follow.
23730 The entry
23733 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23736 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23737 address with a domain name of <SAMP>example.com</SAMP> (such as
23738 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23739 one of your alternate addresses.
23740 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23741 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23742 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23743 Complicating things further, the dollar sign
23744 is special in the Alpine configuration (it signifies environment variable expansion)
23745 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23746 Quotes around the whole expression will not escape the dollar sign successfully.
23747 So this example should look like
23750 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23754 The entry
23757 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23760 would match
23761 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23762 as <SAMP>fred@example.com</SAMP>.
23765 You could match all addresses that look like
23766 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23767 entry
23770 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23773 Notice that you have to escape the plus sign with a backslash because plus
23774 is a special character in regular expressions.
23775 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23776 the expression
23779 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23782 would do it, but it would be easier to just add fred@example.com as a
23783 separate entry.
23786 One more example, a match of all first-level subdomains, is given by
23789 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23793 Because the regular expression matching is based on an old library
23794 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23795 but they should be close.
23798 <UL>   
23799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23800 </UL><P>
23801 &lt;End of help on this topic&gt;
23802 </BODY>
23803 </HTML>
23804 ====== h_config_abook_formats =====
23805 <HTML>
23806 <HEAD>
23807 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23808 </HEAD>
23809 <BODY>
23810 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23812 This option specifies the format that address books are displayed in.
23813 Normally, address books are displayed with the nicknames in the first
23814 column, the fullnames in the second column, and addresses in the third
23815 column.  The system figures out reasonable defaults for the widths of
23816 the columns.  An address book may be given a different format by
23817 listing special tokens in the order you want them to display.  The
23818 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23819 So, for example, to get the default behavior you could list
23822 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23825 (You can also use the token DEFAULT to get the default behavior for
23826 an address book format.)
23829 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23830 is a list, so if you have more than one address book you may have a
23831 separate format for each by putting its format at the corresponding
23832 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23836 Listed first are the personal address books, then the global address
23837 books.  So, if you have two personal address books and one global
23838 address book, you may have up to three formats in the
23839 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23840 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23841 are address books, the last element is used repeatedly.
23845 Each of the tokens may also be optionally followed by parentheses with
23846 either a number or a percentage inside the parentheses.  For example,
23847 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23848 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23849 of the available space (the screen width minus the space for
23850 inter-column spaces) to the fullnames column, while plain
23851 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23852 reasonable number of columns.
23855 There are always 2 spaces between every column, so if you use
23856 fixed column widths (like 13) you should remember to take that into
23857 account.
23860 <UL>   
23861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23862 </UL><P>
23863 &lt;End of help on this topic&gt;
23864 </BODY>
23865 </HTML>
23866 ====== h_config_set_index_format =====
23867 <HTML>
23868 <HEAD>
23869 <TITLE>Set Index Format</TITLE>
23870 </HEAD>
23871 <BODY>
23872 <H1>Set Index Format</H1>
23874 This option is used to customize the content of lines in the
23875 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23876 This action works exactly like the regular
23877 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23878 except that you can have a folder-specific value for it if you specify it here.
23879 Consult the help for
23880 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23881 for more information.
23884 <UL>   
23885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23886 </UL><P>
23887 &lt;End of help on this topic&gt;
23888 </BODY>
23889 </HTML>
23890 ====== h_config_index_format =====
23891 <HTML>
23892 <HEAD>
23893 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23894 </HEAD>
23895 <BODY>
23896 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23898 This option is used to customize the content of lines in the
23899 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23900 to convey some amount of immediately relevant information about each 
23901 message in the current folder.
23904 Alpine provides a pre-defined set of informational fields with
23905 reasonable column widths automatically computed.  You can, however,
23906 replace this default set by listing special tokens in the order you
23907 want them displayed.
23910 The list of available tokens is
23911 <A HREF="h_index_tokens">here</A>.
23914 Spaces are used to separate listed tokens.  Additionally, you can
23915 specify how much of the screen's width the token's associated data
23916 should occupy on the index line by appending to the token a pair of
23917 parentheses enclosing either a number or percentage.  For example,
23918 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23919 column, and &quot;SUBJECT(20%)&quot; means to
23920 allocate 20% of the available space
23921 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23922 attempt to figure out a reasonable amount of space.
23925 There is always one space between every pair of columns, so if you use fixed
23926 column widths (like 13) you should remember to take that into account.
23927 Several of the fields are virtually fixed-width, so it doesn't make
23928 much sense to specify the width for them.  The fields STATUS,
23929 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23930 and DESCRIPSIZE all fall into that category.
23931 You <EM>may</EM> specify widths for those if you wish, but
23932 you're probably better off letting the system pick those widths.  <P>
23935 The default is equivalent to:
23938 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23941 This means that the four fields without percentages will be allocated
23942 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23943 the from and subject fields.  If one of those two fields is specified
23944 as a percentage and the other is left for the system to choose, then
23945 the percentage is taken as an absolute percentage of the screen, not
23946 of the space remaining after allocating the first four columns.  It
23947 doesn't usually make sense to do it that way.  If you leave off all
23948 the widths, then the subject and from fields (if both are present) are
23949 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23950 the default.
23953 What you are most likely to do with this configuration option is to
23954 specify which fields appear at all, which order they appear in, and the
23955 percentage of screen that is used for the from and subject fields if you
23956 don't like the 2 to 1 default.
23959 If you want to retain the default format that Pine 4.64 had, use
23962 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23964 <EM>and</EM> set the feature
23965 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23966 <UL>   
23967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23968 </UL><P>
23969 &lt;End of help on this topic&gt;
23970 </BODY>
23971 </HTML>
23972 ====== h_config_reply_intro =====
23973 <HTML>
23974 <HEAD>
23975 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23976 </HEAD>
23977 <BODY>
23978 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23980 This option is used to customize the content of the introduction line
23981 that is included when replying to a message and including the original
23982 message in the reply.
23983 The normal default (what you will get if you delete this variable) looks
23984 something like:
23986 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23988 where the day of the week is only included if it is available in the
23989 original message.
23990 You can replace this default with text of your own.
23991 The text may contain tokens that are replaced with text
23992 that depends on the message you are replying to.
23993 For example, the default is equivalent to:
23995 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23998 Since this variable includes regular text mixed with special tokens
23999 the tokens have to be surrounded by underscore characters.
24000 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24001 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24002 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24004 The list of available tokens is
24005 <A HREF="h_index_tokens">here</A>.
24008 By default, the text is all on a single line and is followed by a blank line.
24009 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24010 than 80 characters when replying to a particular message, it is shortened.
24011 However, if you use the token
24013 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24016 anywhere in the value, no end of line or blank line is appended, and no
24017 shortening is done.
24018 The _NEWLINE_ token may be used to get rid of the blank line following
24019 the text, to add more blank lines, or to form a multi-line
24020 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24021 To clarify how _NEWLINE_ works recall that the default value is:
24023 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24026 That is equivalent to
24028 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24031 In the former case, two newlines are added automatically because
24032 no _NEWLINE_ token appears in the value of the option (for backwards
24033 compatibility). In the latter case, the newlines are explicit.
24034 If you want to remove the blank line that follows the
24035 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24036 _NEWLINE_ token like
24038 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24041 Because of the backwards compatibility problem, it is not possible to
24042 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24043 and that will cause the automatic adding of two newlines!
24044 If you want, you may embed newlines in the middle of the text, as well,
24045 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24048 By default, no attempt is made to localize the date.
24049 If you prefer a localized form you may find that one of the tokens
24050 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24051 If you want more control one of the many other date tokens, such as _DATEISO_,
24052 might be better.
24055 For the adventurous, there is a way to conditionally include text based
24056 on whether or not a token would result in specific replacement text.
24057 For example, you could include some text based on whether or not
24058 the _NEWS_ token would result in any newsgroups if it was used.
24059 It's explained in detail
24060 <A HREF="h_reply_token_conditionals">here</A>.
24063 In the very unlikely event that you want to include a literal token
24064 in the introduction line you must precede it with a backslash character.
24065 For example,
24067 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24069 would produce something like
24071 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24073 It is not possible to have a literal backslash followed by an expanded token.
24075 <UL>   
24076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24077 </UL><P>
24078 &lt;End of help on this topic&gt;
24079 </BODY>
24080 </HTML>
24081 ====== h_config_remote_abook_history =====
24082 <HTML>
24083 <HEAD>
24084 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24085 </HEAD>
24086 <BODY>
24087 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24089 Sets how many extra copies of
24090 remote address book
24091 data will be kept in each remote address book folder.
24092 The default is three.
24093 These extra copies are simply old versions of the data. Each time a change
24094 is made a new copy of the address book data is appended to the folder. Old
24095 copies are trimmed, if possible, when Alpine exits.
24096 An old copy can be put back into use by
24097 deleting and expunging newer versions of the data from the folder.
24098 Don't delete the first message from the folder. It is a special header
24099 message for the remote address book and it must be there.
24100 This is to prevent regular folders from being used as remote address book
24101 folders and having their data destroyed.
24103 This option is also used to determine how many extra copies of remote
24104 Alpine configuration files are kept.
24106 <UL>   
24107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24108 </UL><P>
24109 &lt;End of help on this topic&gt;
24110 </BODY>
24111 </HTML>
24112 ====== h_config_remote_abook_validity =====
24113 <HTML>
24114 <HEAD>
24115 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24116 </HEAD>
24117 <BODY>
24118 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24120 Sets the minimum number of minutes that a
24121 remote address book will be considered up to date.
24122 Whenever an entry contained in a remote address book is used,
24123 if more than this many minutes have
24124 passed since the last check the remote server will be queried to see if the
24125 address book has changed.
24126 If it has changed, the local copy is updated.
24127 The default value is five minutes.
24128 The special value of -1 means never check.
24129 The special value of zero means only check when the address book is first
24130 opened.
24132 No matter what the value, the validity check is always done when the
24133 address book is about to be changed by the user.
24134 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24135 while in the address book maintenance screen for the remote address book.
24137 <UL>   
24138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24139 </UL><P>
24140 &lt;End of help on this topic&gt;
24141 </BODY>
24142 </HTML>
24143 ====== h_config_user_input_timeo =====
24144 <HTML>
24145 <HEAD>
24146 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24147 </HEAD>
24148 <BODY>
24149 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24151 If this is set to an integer greater than zero, then this is the number
24152 of <EM>hours</EM> to wait for user input before Alpine times out.
24153 If Alpine is
24154 in the midst of composing a message or is waiting for user response to
24155 a question, then it will not timeout.
24156 However, if Alpine is sitting idle waiting for
24157 the user to tell it what to do next and the user does not give any
24158 input for this many hours, Alpine will exit.
24159 No expunging or moving of read
24160 messages will take place.
24161 It will exit similarly to the way it would exit
24162 if it received a hangup signal.
24163 This may be useful for cleaning up unused Alpine sessions that have been
24164 forgotten by their owners.
24165 The Alpine developers envision system administrators
24166 setting this to a value of several hours (24?) so that it won't surprise
24167 a user who didn't want to be disconnected.
24169 <UL>   
24170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24171 </UL><P>
24172 &lt;End of help on this topic&gt;
24173 </BODY>
24174 </HTML>
24175 ====== h_config_ssh_open_timeo =====
24176 <HTML>
24177 <HEAD>
24178 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24179 </HEAD>
24180 <BODY>
24181 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24183 Sets the time in seconds that Alpine will
24184 attempt to open a UNIX secure shell connection.
24185 The default is 15, the minimum non-zero value is 5,
24186 and the maximum is unlimited. If this is set to zero ssh connections
24187 will be completely disabled.
24189 <UL>   
24190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24191 </UL><P>
24192 &lt;End of help on this topic&gt;
24193 </BODY>
24194 </HTML>
24195 ====== h_config_rsh_open_timeo =====
24196 <HTML>
24197 <HEAD>
24198 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24199 </HEAD>
24200 <BODY>
24201 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24203 Sets the time in seconds that Alpine will
24204 attempt to open a UNIX remote shell connection.
24205 The default is 15, the minimum non-zero value is 5,
24206 and the maximum is unlimited. If this is set to zero rsh connections
24207 will be completely disabled.
24208 This might be useful if rsh connections will never work in your environment
24209 but are causing delays due to firewalls or some other reason.
24211 <UL>   
24212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24213 </UL><P>
24214 &lt;End of help on this topic&gt;
24215 </BODY>
24216 </HTML>
24217 ====== h_config_tcp_open_timeo =====
24218 <HTML>
24219 <HEAD>
24220 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24221 </HEAD>
24222 <BODY>
24223 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24225 Sets the time in seconds that Alpine will
24226 attempt to open a network connection. The default is 30, the minimum is 5,
24227 and the maximum is system defined (typically 75). If a connection has not
24228 completed within this many seconds Alpine will give up and consider it a
24229 failed connection.
24231 <UL>   
24232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24233 </UL><P>
24234 &lt;End of help on this topic&gt;
24235 </BODY>
24236 </HTML>
24237 ====== h_config_tcp_readwarn_timeo =====
24238 <HTML>
24239 <HEAD>
24240 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24241 </HEAD>
24242 <BODY>
24243 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24245 Sets the time in seconds that Alpine will
24246 wait for a network read before warning you that things are moving slowly
24247 and possibly giving you the option to break the connection.
24248 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24249 1000 seconds.
24251 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24253 <UL>   
24254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24255 </UL><P>
24256 &lt;End of help on this topic&gt;
24257 </BODY>
24258 </HTML>
24259 ====== h_config_tcp_writewarn_timeo =====
24260 <HTML>
24261 <HEAD>
24262 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24263 </HEAD>
24264 <BODY>
24265 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24267 Sets the time in seconds that Alpine will
24268 wait for a network write before warning you that things are moving slowly
24269 and possibly giving you the option to break the connection.
24270 The default is 0 which means it is unset. If set to a non-zero value, the
24271 minimum is 5 and the maximum is 1000.
24273 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24275 <UL>   
24276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24277 </UL><P>
24278 &lt;End of help on this topic&gt;
24279 </BODY>
24280 </HTML>
24281 ====== h_config_tcp_query_timeo =====
24282 <HTML>
24283 <HEAD>
24284 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24285 </HEAD>
24286 <BODY>
24287 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24289 When Alpine times out a network read or write it will normally just display
24290 a message saying &quot;Still waiting&quot;.
24291 However, if enough time has elapsed since it started waiting it will offer
24292 to let you break the connection.
24293 That amount of time is set by this option, which defaults to 60 seconds,
24294 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24296 <UL>   
24297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24298 </UL><P>
24299 &lt;End of help on this topic&gt;
24300 </BODY>
24301 </HTML>
24302 ====== h_config_incoming_folders =====
24303 <HTML>
24304 <HEAD>
24305 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24306 </HEAD>
24307 <BODY>
24308 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24310 This is a list of one or more folders other than <EM>INBOX</EM> that
24311 may receive new messages.
24312 It is related to the
24313 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24314 feature.
24315 This variable is normally manipulated with the Add, Delete, and Rename
24316 commands in the FOLDER LIST for the Incoming Message Folders collection.
24318 <UL>   
24319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24320 </UL><P>
24321 &lt;End of help on this topic&gt;
24322 </BODY>
24323 </HTML>
24324 ====== h_config_folder_spec =====
24325 <HTML>
24326 <HEAD>
24327 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24328 </HEAD>
24329 <BODY>
24330 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24332 This is a list of one or more collections where saved mail is stored. 
24333 The first collection in this list is the default
24334 collection for <EM>Save</EM>s,
24335 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24337 This variable is normally manipulated using the Setup/collectionList screen.
24339 <UL>   
24340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24341 </UL><P>
24342 &lt;End of help on this topic&gt;
24343 </BODY>
24344 </HTML>
24345 ====== h_config_news_spec =====
24346 <HTML>
24347 <HEAD>
24348 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24349 </HEAD>
24350 <BODY>
24351 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24353 This is a list of collections where news folders are located.
24355 This variable is normally manipulated using the Setup/collectionList screen.
24357 <UL>   
24358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24359 </UL><P>
24360 &lt;End of help on this topic&gt;
24361 </BODY>
24362 </HTML>
24363 ====== h_config_address_book =====
24364 <HTML>
24365 <HEAD>
24366 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24367 </HEAD>
24368 <BODY>
24369 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24371 A list of personal address books.
24372 Each entry in the list is an
24373 optional nickname followed by a pathname or file name relative to the home
24374 directory.
24375 The nickname is separated from the rest of the line with whitespace.
24376 Instead of a local pathname or file name, a remote folder name can be given.
24377 This causes the address book to
24378 be a Remote address book.
24380 Use the Setup/AddressBook screen to modify this variable.
24382 <UL>   
24383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24384 </UL><P>
24385 &lt;End of help on this topic&gt;
24386 </BODY>
24387 </HTML>
24388 ====== h_config_glob_addrbook =====
24389 <HTML>
24390 <HEAD>
24391 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24392 </HEAD>
24393 <BODY>
24394 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24396 A list of shared address books.  Each entry in the list is an
24397 optional nickname followed by a pathname or file name relative to the home
24398 directory.
24399 A SPACE character separates the nickname from the rest of the line.
24400 Instead of a local pathname or file name, a remote folder name can be given.
24401 This causes the address book to
24402 be a Remote address book.
24403 Global address books are
24404 defined to be ReadOnly.
24406 Use the Setup/AddressBook screen to modify this variable.
24408 <UL>   
24409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24410 </UL><P>
24411 &lt;End of help on this topic&gt;
24412 </BODY>
24413 </HTML>
24414 ====== h_config_last_vers =====
24415 <HTML>
24416 <HEAD>
24417 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24418 </HEAD>
24419 <BODY>
24420 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24422 This is set automatically by Alpine. 
24423 It is used to keep track of the last version of Alpine that
24424 was run by the user.
24425 Whenever the version number increases, a new version message is printed out.
24426 This may not be set in the system-wide configuration files.
24428 <UL>   
24429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24430 </UL><P>
24431 &lt;End of help on this topic&gt;
24432 </BODY>
24433 </HTML>
24434 ====== h_config_printer =====
24435 <HTML>
24436 <HEAD>
24437 <TITLE>OPTION: Printer</TITLE>
24438 </HEAD>
24439 <BODY>
24440 <H1>OPTION: Printer</H1>
24442 Your default printer selection.
24444 Use the Setup/Printer screen to modify this variable.
24446 <UL>   
24447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24448 </UL><P>
24449 &lt;End of help on this topic&gt;
24450 </BODY>
24451 </HTML>
24452 ====== h_config_print_cat =====
24453 <HTML>
24454 <HEAD>
24455 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24456 </HEAD>
24457 <BODY>
24458 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24460 This is an internal Alpine variable.
24461 It will be equal to 1, 2, or 3 depending on whether the default printer is
24462 attached, standard, or a personal print command.
24464 Use the Setup/Printer screen to modify this variable.
24466 <UL>   
24467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24468 </UL><P>
24469 &lt;End of help on this topic&gt;
24470 </BODY>
24471 </HTML>
24472 ====== h_config_print_command =====
24473 <HTML>
24474 <HEAD>
24475 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24476 </HEAD>
24477 <BODY>
24478 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24480 List of personal print commands.
24482 Use the Setup/Printer screen to modify this variable.
24484 <UL>   
24485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24486 </UL><P>
24487 &lt;End of help on this topic&gt;
24488 </BODY>
24489 </HTML>
24490 ====== h_config_pat_old =====
24491 <HTML>
24492 <HEAD>
24493 <TITLE>OPTION: Patterns</TITLE>
24494 </HEAD>
24495 <BODY>
24496 <H1>OPTION: Patterns</H1>
24498 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24499 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24500 and Patterns-Other.
24501 Patterns-Scores and Patterns-Filters have been replaced since then by
24502 Patterns-Scores2 and Patterns-Filters2.
24504 Use the Setup/Rules screens to modify these variable.
24506 <UL>   
24507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24508 </UL><P>
24509 &lt;End of help on this topic&gt;
24510 </BODY>
24511 </HTML>
24512 ====== h_config_pat_roles =====
24513 <HTML>
24514 <HEAD>
24515 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24516 </HEAD>
24517 <BODY>
24518 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24520 List of rules used for roles.
24521 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24522 other options.
24524 Use the Setup/Rules/Roles screen to modify this variable.
24526 <UL>   
24527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24528 </UL><P>
24529 &lt;End of help on this topic&gt;
24530 </BODY>
24531 </HTML>
24532 ====== h_config_pat_filts =====
24533 <HTML>
24534 <HEAD>
24535 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24536 </HEAD>
24537 <BODY>
24538 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24540 List of rules used for filters.
24542 Use the Setup/Rules/Filters screen to modify this variable.
24544 <UL>   
24545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24546 </UL><P>
24547 &lt;End of help on this topic&gt;
24548 </BODY>
24549 </HTML>
24550 ====== h_config_pat_scores =====
24551 <HTML>
24552 <HEAD>
24553 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24554 </HEAD>
24555 <BODY>
24556 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24558 List of rules used for scoring.
24560 Use the Setup/Rules/SetScores screen to modify this variable.
24562 <UL>   
24563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24564 </UL><P>
24565 &lt;End of help on this topic&gt;
24566 </BODY>
24567 </HTML>
24568 ====== h_config_pat_other =====
24569 <HTML>
24570 <HEAD>
24571 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24572 </HEAD>
24573 <BODY>
24574 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24576 List of rules used for miscellaneous configuration.
24578 Use the Setup/Rules/Other screen to modify this variable.
24580 <UL>   
24581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24582 </UL><P>
24583 &lt;End of help on this topic&gt;
24584 </BODY>
24585 </HTML>
24586 ====== h_config_pat_incols =====
24587 <HTML>
24588 <HEAD>
24589 <TITLE>OPTION: patterns-indexcolors</TITLE>
24590 </HEAD>
24591 <BODY>
24592 <H1>OPTION: patterns-indexcolors</H1>
24594 List of rules used for coloring lines in the index.
24596 Use the Setup/Rules/Indexcolor screen to modify this variable.
24598 <UL>   
24599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24600 </UL><P>
24601 &lt;End of help on this topic&gt;
24602 </BODY>
24603 </HTML>
24604 ====== h_config_pat_srch =====
24605 <HTML>
24606 <HEAD>
24607 <TITLE>OPTION: patterns-search</TITLE>
24608 </HEAD>
24609 <BODY>
24610 <H1>OPTION: patterns-search</H1>
24612 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24614 Use the Setup/Rules/searCh screen to modify this variable.
24616 <UL>   
24617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24618 </UL><P>
24619 &lt;End of help on this topic&gt;
24620 </BODY>
24621 </HTML>
24622 ====== h_config_font_name =====
24623 <HTML>
24624 <HEAD>
24625 <TITLE>OPTION: Font Name</TITLE>
24626 </HEAD>
24627 <BODY>
24628 <H1>OPTION: Font Name</H1>
24630 PC-Alpine only.
24632 Name of normal font.
24634 Use the pulldown Config menu to modify this variable.
24636 <UL>   
24637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24638 </UL><P>
24639 &lt;End of help on this topic&gt;
24640 </BODY>
24641 </HTML>
24642 ====== h_config_font_size =====
24643 <HTML>
24644 <HEAD>
24645 <TITLE>OPTION: Font Size</TITLE>
24646 </HEAD>
24647 <BODY>
24648 <H1>OPTION: Font Size</H1>
24650 PC-Alpine only.
24652 Size of normal font.
24654 Use the pulldown Config menu to modify this variable.
24656 <UL>   
24657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24658 </UL><P>
24659 &lt;End of help on this topic&gt;
24660 </BODY>
24661 </HTML>
24662 ====== h_config_font_style =====
24663 <HTML>
24664 <HEAD>
24665 <TITLE>OPTION: Font Style</TITLE>
24666 </HEAD>
24667 <BODY>
24668 <H1>OPTION: Font Style</H1>
24670 PC-Alpine only.
24672 Style of normal font.
24674 Use the pulldown Config menu to modify this variable.
24676 <UL>   
24677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24678 </UL><P>
24679 &lt;End of help on this topic&gt;
24680 </BODY>
24681 </HTML>
24682 ====== h_config_font_char_set =====
24683 <HTML>
24684 <HEAD>
24685 <TITLE>OPTION: Font Character Set</TITLE>
24686 </HEAD>
24687 <BODY>
24688 <H1>OPTION: Font Character Set</H1>
24690 PC-Alpine only.
24692 Character set of normal font.
24694 Use the pulldown Config menu to modify this variable.
24696 <UL>   
24697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24698 </UL><P>
24699 &lt;End of help on this topic&gt;
24700 </BODY>
24701 </HTML>
24702 ====== h_config_print_font_name =====
24703 <HTML>
24704 <HEAD>
24705 <TITLE>OPTION: Print-Font-Name</TITLE>
24706 </HEAD>
24707 <BODY>
24708 <H1>OPTION: Print-Font-Name</H1>
24710 PC-Alpine only.
24712 Name of printer font.
24714 Use the pulldown Config menu to modify this variable.
24716 <UL>   
24717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24718 </UL><P>
24719 &lt;End of help on this topic&gt;
24720 </BODY>
24721 </HTML>
24722 ====== h_config_print_font_size =====
24723 <HTML>
24724 <HEAD>
24725 <TITLE>OPTION: Print-Font-Size</TITLE>
24726 </HEAD>
24727 <BODY>
24728 <H1>OPTION: Print-Font-Size</H1>
24730 PC-Alpine only.
24732 Size of printer font.
24734 Use the pulldown Config menu to modify this variable.
24736 <UL>   
24737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24738 </UL><P>
24739 &lt;End of help on this topic&gt;
24740 </BODY>
24741 </HTML>
24742 ====== h_config_print_font_style =====
24743 <HTML>
24744 <HEAD>
24745 <TITLE>OPTION: Print-Font-Style</TITLE>
24746 </HEAD>
24747 <BODY>
24748 <H1>OPTION: Print-Font-Style</H1>
24750 PC-Alpine only.
24752 Style of printer font.
24754 Use the pulldown Config menu to modify this variable.
24756 <UL>   
24757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24758 </UL><P>
24759 &lt;End of help on this topic&gt;
24760 </BODY>
24761 </HTML>
24762 ====== h_config_print_font_char_set =====
24763 <HTML>
24764 <HEAD>
24765 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24766 </HEAD>
24767 <BODY>
24768 <H1>OPTION: Print-Font-Char-Set</H1>
24770 PC-Alpine only.
24772 Character set of printer font.
24774 Use the pulldown Config menu to modify this variable.
24776 <UL>   
24777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24778 </UL><P>
24779 &lt;End of help on this topic&gt;
24780 </BODY>
24781 </HTML>
24782 ====== h_config_window_position =====
24783 <HTML>
24784 <HEAD>
24785 <TITLE>OPTION: Window-Position</TITLE>
24786 </HEAD>
24787 <BODY>
24788 <H1>OPTION: Window-Position</H1>
24790 PC-Alpine only.
24792 Position on the screen of the Alpine window.
24794 Alpine normally maintains this variable itself, and it is set automatically. 
24795 This variable is provided to those who wish to use the same window position 
24796 across different machines from the same configuration.
24797 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24798 must also be set for this setting to be used.
24800 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24801 C is the number of columns, R is the number of rows, and X and Y specify the
24802 top left corner of the window.
24804 <UL>   
24805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24806 </UL><P>
24807 &lt;End of help on this topic&gt;
24808 </BODY>
24809 </HTML>
24810 ====== h_config_cursor_style =====
24811 <HTML>
24812 <HEAD>
24813 <TITLE>OPTION: Cursor Style</TITLE>
24814 </HEAD>
24815 <BODY>
24816 <H1>OPTION: Cursor Style</H1>
24818 PC-Alpine only.
24820 Cursor style.
24822 Use the pulldown Config menu to modify this variable.
24824 <UL>   
24825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24826 </UL><P>
24827 &lt;End of help on this topic&gt;
24828 </BODY>
24829 </HTML>
24830 ====== h_config_ldap_servers =====
24831 <HTML>
24832 <HEAD>
24833 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24834 </HEAD>
24835 <BODY>
24836 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24838 List of LDAP servers and associated data.
24840 Use the Setup/Directory screen to modify this variable.
24842 <UL>   
24843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24844 </UL><P>
24845 &lt;End of help on this topic&gt;
24846 </BODY>
24847 </HTML>
24848 ====== h_config_sendmail_path =====
24849 <HTML>
24850 <HEAD>
24851 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24852 </HEAD>
24853 <BODY>
24854 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24856 This names the path to an
24857 alternative program, and any necessary arguments, to be used in posting
24858 mail messages. See the Technical notes for more information.
24860 <UL>   
24861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24862 </UL><P>
24863 &lt;End of help on this topic&gt;
24864 </BODY>
24865 </HTML>
24866 ====== h_config_oper_dir =====
24867 <HTML>
24868 <HEAD>
24869 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24870 </HEAD>
24871 <BODY>
24872 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24874 This names the root of the
24875 tree to which you are restricted when reading and writing folders and
24876 files. It is usually used in the system-wide,
24877 <EM>fixed</EM> configuration file.
24879 <UL>   
24880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24881 </UL><P>
24882 &lt;End of help on this topic&gt;
24883 </BODY>
24884 </HTML>
24885 ====== h_config_rshpath =====
24886 <HTML>
24887 <HEAD>
24888 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24889 </HEAD>
24890 <BODY>
24891 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24893 Sets the name of the command used to open a UNIX remote shell
24894 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24896 <UL>   
24897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24898 </UL><P>
24899 &lt;End of help on this topic&gt;
24900 </BODY>
24901 </HTML>
24902 ====== h_config_rshcmd =====
24903 <HTML>
24904 <HEAD>
24905 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24906 </HEAD>
24907 <BODY>
24908 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24910 Sets the format of the command used to
24911 open a UNIX remote shell connection. The default is
24912 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24913 provided command. The first is for the command's pathname, the second is
24914 for the host to connnect to, the third is for the user to connect as, and
24915 the fourth is for the connection method (typically <CODE>imap</CODE>).
24917 <UL>   
24918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24919 </UL><P>
24920 &lt;End of help on this topic&gt;
24921 </BODY>
24922 </HTML>
24923 ====== h_config_sshpath =====
24924 <HTML>
24925 <HEAD>
24926 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24927 </HEAD>
24928 <BODY>
24929 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24931 Sets the name of the command used to open a UNIX secure shell
24932 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24934 <UL>   
24935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24936 </UL><P>
24937 &lt;End of help on this topic&gt;
24938 </BODY>
24939 </HTML>
24940 ====== h_config_sshcmd =====
24941 <HTML>
24942 <HEAD>
24943 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24944 </HEAD>
24945 <BODY>
24946 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24948 Sets the format of the command used to
24949 open a UNIX secure shell connection. The default is
24950 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24951 provided command. The first is for the command's pathname, the second is
24952 for the host to connnect to, the third is for the user to connect as, and
24953 the fourth is for the connection method (typically <CODE>imap</CODE>).
24955 <UL>   
24956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24957 </UL><P>
24958 &lt;End of help on this topic&gt;
24959 </BODY>
24960 </HTML>
24961 ====== h_config_new_ver_quell =====
24962 <HTML>
24963 <HEAD>
24964 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24965 </HEAD>
24966 <BODY>
24967 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24969 When a new version of Alpine is run for the first time it offers a
24970 special explanatory screen to the user upon startup.  This option
24971 helps control when and if that special screen appears for users that
24972 have previously run Alpine.  It takes as its value an Alpine version
24973 number.  Alpine versions less than the specified value will supress this
24974 special screen while versions equal to or greater than that specified
24975 will behave normally.
24977 <UL>   
24978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24979 </UL><P>
24980 &lt;End of help on this topic&gt;
24981 </BODY>
24982 </HTML>
24983 ====== h_config_disable_drivers =====
24984 <HTML>
24985 <HEAD>
24986 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24987 </HEAD>
24988 <BODY>
24989 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24991 This variable is a list of mail drivers that will be disabled.
24992 The candidates for disabling are listed below.
24993 There may be more in the future if you compile Alpine with
24994 a newer version of the c-client library.
24997 <UL>
24998 <LI> mbox
24999 <LI> mbx
25000 <LI> mh
25001 <LI> mmdf
25002 <LI> mtx
25003 <LI> mx
25004 <LI> news
25005 <LI> phile
25006 <LI> tenex
25007 <LI> unix
25008 </UL>
25011 The <EM>mbox</EM> driver enables the following behavior: if there is a
25012 file called <CODE>mbox</CODE>
25013 in your home directory, and if that file is either empty or in Unix mailbox
25014 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25015 will automatically transfer mail from the system mail spool directory into the
25016 <CODE>mbox</CODE> file and
25017 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25018 this will not happen.
25021 It is not recommended to disable the driver that supports the system default
25022 mailbox format. On most non-SCO systems, that driver is the
25023 <EM>unix</EM> driver.
25024 On most SCO systems, it is the <EM>mmdf</EM> driver.
25025 The system default driver may be
25026 configured to something else on your system; check with your system manager
25027 for additional information.
25030 It is most likely not very useful for you to disable any of the drivers other
25031 than possibly <EM>mbox</EM>.
25032 You could disable some of the others if you know for
25033 certain that you don't need them but the performance gain in doing so
25034 is very modest.
25036 <UL>   
25037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25038 </UL><P>
25039 &lt;End of help on this topic&gt;
25040 </BODY>
25041 </HTML>
25042 ====== h_config_disable_auths =====
25043 <HTML>
25044 <HEAD>
25045 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25046 </HEAD>
25047 <BODY>
25048 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25050 This variable is a list of SASL (Simple Authentication and Security
25051 Layer) authenticators that will be disabled.
25052 SASL is a mechanism for
25053 authenticating to IMAP, POP3, SMTP, and other network servers.
25056 Alpine matches its list of supported authenticators with the server to
25057 determine the most secure authenticator that is supported by both.
25058 If no matching authenticators are found, Alpine will revert to plaintext
25059 login (or, in the case of SMTP, will be unable to authenticate at all).
25061 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25064 Normally, you will not disable any authenticators.
25065 There are two exceptions:
25067 <OL>
25068 <LI> You use a broken server that advertises an authenticator,
25069 but does not actually implement it.
25070 <LI> You have a Kerberos-capable version of Alpine and the server is
25071 also Kerberos-capable, but you can not obtain Kerberos
25072 credentials on the server machine, thus you desire to disable
25073 GSSAPI (which in turn disables Alpine's Kerberos support).
25074 </OL>
25076 It is never necessary to disable authenticators, since Alpine will try
25077 other authenticators before giving up.
25078 However, disabling the relevant authenticator avoids annoying error messages.
25080 <UL>   
25081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25082 </UL><P>
25083 &lt;End of help on this topic&gt;
25084 </BODY>
25085 </HTML>
25086 ====== h_config_abook_metafile =====
25087 <HTML>
25088 <HEAD>
25089 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25090 </HEAD>
25091 <BODY>
25092 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25094 This is usually set by Alpine and is the name of a file
25095 that contains data about
25096 remote address books and remote configuration files.
25098 <UL>   
25099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25100 </UL><P>
25101 &lt;End of help on this topic&gt;
25102 </BODY>
25103 </HTML>
25104 ====== h_config_composer_wrap_column =====
25105 <HTML>
25106 <HEAD>
25107 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25108 </HEAD>
25109 <BODY>
25110 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25113 This option specifies an aspect of Alpine's Composer.  This gives the
25114 maximum width that auto-wrapped lines will have.  It's also the maximum
25115 width of lines justified using the <A HREF="h_compose_justify">^J
25116 Justify</A> command.  The normal default
25117 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25118 in order to
25119 prevent very long lines from being sent in outgoing mail.  When the mail
25120 is actually sent, trailing spaces will be stripped off of each line.
25123 <UL>   
25124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25125 </UL><P>
25126 &lt;End of help on this topic&gt;
25127 </BODY>
25128 </HTML>
25129 ====== h_config_deadlets =====
25130 <HTML>
25131 <HEAD>
25132 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25133 </HEAD>
25134 <BODY>
25135 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25138 This option affects Alpine's behavior when you cancel a message being
25139 composed.  Alpine's usual behavior is to write the canceled message to
25140 a file named 
25141 <!--chtml if pinemode="os_windows"-->
25142 &quot;DEADLETR&quot;,
25143 <!--chtml else-->
25144 &quot;dead.letter&quot; in your home directory,
25145 <!--chtml endif-->
25146 overwriting any previous message.
25148 If you set this option to a value higher than one, then that many copies
25149 of dead letter files will be saved.
25150 For example, if you set this option to &quot;3&quot; then you may have
25151 files named
25152 <!--chtml if pinemode="os_windows"-->
25153 &quot;DEADLETR&quot;,
25154 &quot;DEADLETR2&quot;, and
25155 &quot;DEADLETR3&quot;.
25156 <!--chtml else-->
25157 &quot;dead.letter&quot;,
25158 &quot;dead.letter2&quot;, and
25159 &quot;dead.letter3&quot; in your home directory.
25160 <!--chtml endif-->
25161 In this example, the most recently cancelled message will be in
25162 <!--chtml if pinemode="os_windows"-->
25163 &quot;DEADLETR&quot;,
25164 <!--chtml else-->
25165 &quot;dead.letter&quot;,
25166 <!--chtml endif-->
25167 and the third most recently cancelled message will be in
25168 <!--chtml if pinemode="os_windows"-->
25169 &quot;DEADLETR3&quot;.
25170 <!--chtml else-->
25171 &quot;dead.letter3&quot;.
25172 <!--chtml endif-->
25173 The fourth most recently cancelled message will no longer be saved.
25176 If you set this option to zero, then NO record of canceled messages is
25177 maintained.
25179 If the feature
25180 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25181 is set, that overrides whatever you set for this option.
25182 If this option had existed at the time, then the Quell feature would not
25183 have been added, but it is still there for backwards compatibility.
25184 So, in order for this option to have the desired effect, make sure the
25185 Quell feature is turned off.
25188 <UL>   
25189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25190 </UL><P>
25191 &lt;End of help on this topic&gt;
25192 </BODY>
25193 </HTML>
25194 ====== h_config_maxremstream =====
25195 <HTML>
25196 <HEAD>
25197 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25198 </HEAD>
25199 <BODY>
25200 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25202 This option affects low-level behavior of Alpine.
25203 The default value for this option is <EM>3</EM>.
25204 If your INBOX is accessed using the IMAP protocol
25205 from an IMAP server, that connection is kept open throughout the
25206 duration of your Alpine session, independent of the value of this option.
25207 The same is true of any 
25208 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25209 you have defined.
25210 This option controls Alpine's behavior when connecting to remote IMAP folders
25211 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25212 It specifies the maximum number of remote IMAP connections (other than
25213 those mentioned above) that Alpine will use for accessing the rest of your
25214 folders.
25215 If you set this option to zero, you will turn off most remote connection
25216 re-use.
25217 It's difficult to understand exactly what this option does, and it is usually
25218 fine to leave it set to its default value.
25219 It is probably more likely that you will be interested in setting the
25220 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25221 instead of changing the value of this option.
25222 A slightly longer explanation of what is going on with this option
25223 is given in the next paragraphs.
25226 There are some time costs involved in opening and closing remote IMAP 
25227 folders, the main costs being the time you have to wait for the connection
25228 to the server and the time for the folder to open.
25229 Opening a folder may involve not only the time the server takes to do its
25230 processing but time that Alpine uses to do filtering.
25231 These times can vary widely.
25232 They depend on how loaded the server is, how large
25233 the folder being opened is, and how you set up filtering, among other things.
25234 Once Alpine has opened a connection to a particular folder, it will attempt
25235 to keep that connection open in case you use it again.
25236 In order to do this,
25237 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25238 this option) IMAP connections you have alloted for this purpose.
25240 For example, suppose the value of this option is set to &quot;2&quot;.
25241 If your INBOX is accessed on a remote server using the IMAP protocol, that
25242 doesn't count as one of the remote connections but it is always kept open.
25243 If you then open another IMAP folder, that would be your first
25244 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25245 If you open a third folder the second will be left open, in case you
25246 return to it.
25247 You won't be able to tell it has been left open.
25248 It will appear to be closed when you leave the folder but the connection
25249 will remain in the background.
25250 Now suppose you go back to the second folder (the first folder after the
25251 INBOX).
25252 A connection to that folder is still open so you won't have to wait
25253 for the startup time to open it.
25254 Meanwhile, the connection to the third folder will be left behind.
25255 Now, if you open a fourth folder, you will bump into the
25256 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25257 than INBOX and you have the option set to &quot;2&quot;.
25258 The connection that is being used for
25259 the third folder will be re-used for this new fourth folder.
25260 If you go back to the third folder after this, it is no longer already
25261 connected when you get there.
25262 You'll still save some time since Alpine will re-use the connection to the
25263 fourth folder and you have already logged in on that connection,
25264 but the folder will have to be re-opened from scratch.
25266 If a folder is large and the startup cost is dominated by the time it takes
25267 to open that folder or to run filters on it, then it will pay to make the
25268 value of this option large enough to keep it open.
25269 On the other hand, if you only revisit a handful of folders or if
25270 the folders are small, then it might
25271 make more sense to keep this number small so that the reconnect
25272 time (the time to start up a new connection and authenticate)
25273 is eliminated instead.
25275 You may also need to consider the impact on the server.
25276 On the surface, a larger number here may cause a larger impact on the
25277 server, since you will have more connections open to the server.
25278 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25279 associated with reopening a folder, but the <EM>server</EM> will be
25280 avoiding those costs as well.
25282 When twenty five minutes pass without any active use of an IMAP connection
25283 being saved for possible re-use, that connection will be shut down,
25286 <UL>   
25287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25288 </UL><P>
25289 &lt;End of help on this topic&gt;
25290 </BODY>
25291 </HTML>
25292 ====== h_config_permlocked =====
25293 <HTML>
25294 <HEAD>
25295 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25296 </HEAD>
25297 <BODY>
25298 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25300 This option affects low-level behavior of Alpine.
25301 There is no default value for this option.
25302 It is related to the options
25303 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25304 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25305 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25308 Note: changes made to this list take effect the next time you open a
25309 folder in the list.
25312 This is a list of folders that will be permanently kept open once they
25313 are first opened.
25314 The names in this list may be either the nickname of an Incoming folder
25315 or the full technical specification of a folder.
25316 The folders in this list need not be remote IMAP folders, they could usefully
25317 be local folders, as well.
25318 If a folder in the list is a newsgroup or is not accessed either locally
25319 or via IMAP, then the entry will be ignored.
25320 For example, folders accessed via NNTP or POP3 will not be kept open, since
25321 the way that new mail is found with those protocols involves closing and
25322 reopening the connection.
25324 Once a Stay Open folder has been opened, new-mail checking will continue
25325 to happen on that folder for the rest of the Alpine session.
25326 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25327 need to be added explicitly.
25329 Another difference that you may notice between a Stay Open folder and a
25330 non-Stay Open folder is which message is selected as the current message
25331 when you enter the folder index.
25332 Normally, the starting position for an incoming folder (which most Stay Open
25333 folders will likely be) is controlled by the
25334 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25335 However, if a folder is a Stay Open folder, when you re-enter the folder
25336 after the first time the current message will be the same as it was when
25337 you left the folder.
25338 An exception is made if you use the TAB command to get to the folder.
25339 In that case, the message number will be incremented by one from what it
25340 was when you left the folder.
25342 The above special behavior is thought to be useful.
25343 However, it is special and different from what you might at first expect.
25344 The feature
25345 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25346 may be used to turn off this special treatment.
25348 If the message that was current when you left the folder no longer exists,
25349 then the regular startup rule will be used instead.
25352 <UL>   
25353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25354 </UL><P>
25355 &lt;End of help on this topic&gt;
25356 </BODY>
25357 </HTML>
25358 ====== h_config_viewer_overlap =====
25359 <html>
25360 <header>
25361 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25362 </header>
25363 <body>
25364 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25366 This option specifies an aspect of Alpine's Message Viewing screen.  When
25367 the space bar is used to page forward in a message, the number of lines
25368 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25369 bottom of the screen.  That is, if this was set to two lines, then the
25370 bottom two lines of the screen would be repeated on the top of the next
25371 screen.  The normal default value is "2".<p>
25372 <UL>   
25373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25374 </UL><P>
25375 &lt;End of help on this topic&gt;
25376 </body>
25377 </html>
25378 ====== h_config_scroll_margin =====
25379 <HTML>
25380 <HEAD>
25381 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25382 </HEAD>
25383 <BODY>
25384 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25386 This option controls when Alpine's line-by-line scrolling occurs.
25387 Typically, when a selected item is at the top or bottom screen edge
25388 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25389 displayed items are scrolled down or up by a single line.
25392 This option allows you to tell Alpine the number of lines from the top and
25393 bottom screen edge that line-by-line paging should occcur.  For example,
25394 setting this value to one (1) will cause Alpine to scroll the display
25395 vertically when you move to select an item on the display's top or
25396 bottom edge.
25399 By default, this variable is zero, indicating that scrolling happens
25400 when you move up or down to select an item immediately off the display's
25401 top or bottom edge.
25404 <UL>   
25405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25406 </UL><P>
25407 &lt;End of help on this topic&gt;
25408 </BODY>
25409 </HTML>
25410 ====== h_config_wordseps =====
25411 <HTML>
25412 <HEAD>
25413 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25414 </HEAD>
25415 <BODY>
25416 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25418 This option affects how a &quot;word&quot; is defined in the composer.
25419 The definition of a word is used when using the Forward Word and Backward
25420 Word commands in the composer, as well as when using the spell checker.
25421 Whitespace is always considered a word separator.
25422 Punctuation (like question marks, periods, commas, and so on) is always
25423 a word separator if it comes at the end of a word.
25424 By default, a punctuation character that is in the middle of a word does
25425 not break up that word as long as the character before and the character
25426 after it are both alphanumeric.
25427 If you add a character to this option it will be considered a
25428 word separator even when it occurs in the middle of an alphanumeric word.
25429 For example, if you want to skip through each part of an address instead
25430 of skipping the whole address at once you might want to include &quot;@&quot;
25431 and &quot;.&quot; in this list.
25432 If you want the word-skipper to stop on each part of a UNIX filename you
25433 could add &quot;/&quot; to the list.
25434 The equal sign and dash are other possibilities you might find helpful.
25436 <UL>   
25437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25438 </UL><P>
25439 &lt;End of help on this topic&gt;
25440 </BODY>
25441 </HTML>
25442 ====== h_config_reply_indent_string =====
25443 <HTML>
25444 <HEAD>
25445 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25446 </HEAD>
25447 <BODY>
25448 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25450 This option specifies an aspect of Alpine's Reply command.
25451 When a message is replied to and the text of the message is included, the
25452 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25453 to each line indicating it is quoted text.
25454 (In case you haven't seen this before, &quot;string&quot; is a technical term
25455 that means chunk of text.)
25458 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25459 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25460 use one of the standard values,
25461 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25464 This option specifies a different value for that string.
25465 If you wish to use a string that begins or ends with a space,
25466 enclose the string in double quotes.
25469 Besides simple text, the prepended string can be based
25470 on the message being replied to.
25471 The following tokens are substituted for the message's corresponding value:
25473 <DL>
25474 <DT>_FROM_</DT>
25475 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25476 If the name is longer than six characters, only the first six characters are
25477 used.
25478 </DD>
25480 <DT>_NICK_</DT>
25481 <DD>This token gets replaced with the nickname of the message sender's
25482 address as found in your addressbook.
25483 If no addressbook entry is found,
25484 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25485 If the nickname is longer than six characters, only the first six characters are
25486 used.
25487 </DD>
25489 <DT>_INIT_</DT>
25490 <DD>This token gets replaced with the initials of the sender of the message.
25491 </DD>
25493 </DL>
25495 NOTE: When the
25496 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25497 feature is enabled, you are given the opportunity to edit the string, whether 
25498 it is the default or one automatically generated using the above tokens.
25500 If you change your <!--#echo var="VAR_reply-indent-string"-->
25501 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25502 quoted text will not be flowed
25503 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25504 when you reply.
25505 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25506 set to the default value.
25508 <UL>   
25509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25510 </UL><P>
25511 &lt;End of help on this topic&gt;
25512 </BODY>
25513 </HTML>
25514 ====== h_config_quote_replace_string =====
25515 <HTML>
25516 <HEAD>
25517 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25518 </HEAD>
25519 <BODY>
25520 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25522 This option specifies what string to use as a quote when <b>viewing</b> a
25523 message.  The standard way of quoting messages when replying is the string
25524 &quot;&gt;&nbsp;&quot; (quote space).
25525 With this variable set, viewing a message will
25526 replace occurrences of 
25527 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25528 This setting works best when
25529 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25530 or the equivalent setting in your correspondents' mail programs
25531 is set to the default
25532 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25533 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25535 By default, this setting will only work on messages that are flowed, which is
25536 the default way of sending messages for many mail clients including
25537 Alpine.  Enable the feature
25538 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25539 to also have quote-replacement performed on non-flowed messages.
25542 Setting this option will replace  &quot;&gt;&quot; and 
25543 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25544 spaces. To preserve those spaces enclose the full string in double quotes.
25546 No padding to separate the text of the message from the quote string is
25547 added. This means that if you do not add trailing spaces to the value of
25548 this variable, text will be displayed right next to the quote string,
25549 which may be undesirable. This can be avoided by adding a new string
25550 separated by a space from your selection of quote string replacement. This
25551 last string will be used for padding. For example, setting this variable to 
25552 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25553 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25554 a space from the last quote string to make it more readable.
25556 One possible setting for this variable could be
25557 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25558 would have the effect of indenting each level of quoting four spaces and
25559 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25560 more discernible by setting colors for quoted text.
25562 Replying to or forwarding the viewed message will preserve the original
25563 formatting of the message, so quote-replacement will not be performed on
25564 messages that are being composed.
25566 <UL>   
25567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25568 </UL><P>
25569 &lt;End of help on this topic&gt;
25570 </BODY>
25571 </HTML>
25572 ====== h_config_empty_hdr_msg =====
25573 <HTML>
25574 <HEAD>
25575 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25576 </HEAD>
25577 <BODY>
25578 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25580 When sending, if both the To and Cc fields are empty and you
25581 are sending the message to a Bcc,
25582 Alpine will put a special address in the To line.  The default value is:
25585 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25588 The reason for this is to avoid embarrassment caused by some Internet
25589 mail transfer software that interprets a &quot;missing&quot;
25590 <SAMP>To:</SAMP> header as an error and replaces it with an
25591 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25592 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25593 Bcc.  You may change the part of this message that comes before the
25594 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25595 variable to something else.
25598 The normal default is &quot;undisclosed-recipients&quot;.
25601 <UL>   
25602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25603 </UL><P>
25604 &lt;End of help on this topic&gt;
25605 </BODY>
25606 </HTML>
25607 ====== h_config_status_msg_delay =====
25608 <HTML>
25609 <HEAD>
25610 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25611 </HEAD>
25612 <BODY>
25613 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25615 This option has evolved over time, causing the possible values to be
25616 counter-intuitive.
25617 Read carefully before you set this option.
25618 First we explain what the option does, then there is a longer discussion
25619 following that.
25621 If this is set to zero, the default value, it has <EM>no</EM> effect.
25622 Positive and negative values serve two similar, but different purposes.
25624 If it is set to a positive number, it causes the cursor to move to the
25625 status line whenever a status message is printed and pause there for this
25626 many seconds.
25627 It will probably only be useful if the 
25628 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25629 also turned on.
25630 Setting this option to a positive number can only be used to
25631 <EM>increase</EM> the status message delay.
25632 This may be useful for Braille displays, or other non-traditional displays.
25634 If it is set to a negative number the interpretation is a bit complicated.
25635 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25636 allow you to read important status messages.
25637 Of course, this may cause you to miss some important messages.
25638 If you see a message flash by but miss what it says you can use the
25639 Journal command from the MAIN MENU to read it.
25640 If you set this option to a negative value, the delay will be
25641 no more than one second less than the absolute value
25642 of the value you set.
25643 So if you set it to -1, the delay will be no more than zero seconds, no
25644 delay at all.
25645 If you set it to -2, the delay will be no more than 1 second.
25646 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25647 If the delay that Alpine would have used by default is less than this delay,
25648 then the smaller delay set by Alpine will be used.
25649 Setting this option to a negative value can only reduce the amount of
25650 delay, never increase it.
25652 Here is a more detailed explanation.
25653 Status messages are the messages that show up spontaneously in the
25654 status message line, usually the third line from the bottom of the screen.
25655 By default, Alpine assigns each status message it produces a minimum
25656 display time.
25657 Some status messages have a minimum display time of zero.
25658 You can see an example of such a message by paging up in this help text
25659 until you reach the top of the screen.
25660 If you try to page past the top you will see the message
25662 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25664 in the status line.
25665 If there is another more important use of the status message line this message
25666 might be replaced quickly, or it even might not be shown at all.
25667 However, if there is no reason to get rid of the message, it might stay
25668 there for several seconds while you read the help.
25669 An example where it is replaced immediately happens when you page up in
25670 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25671 command right after paging up.
25672 The message will disappear immediately without causing a delay (unless you
25673 have set this option to a positive value) to allow you to type input for
25674 the &quot;WhereIs&quot; command.
25675 Since it isn't a very important message, Alpine has set its minimum display
25676 time to zero seconds.
25678 Other messages have minimum display times of three or more seconds.
25679 These are usually error messages that Alpine thinks you ought to see.
25680 For example, it might be a message about a failed Save or a failed folder open.
25681 It is often the case that this minimum display time won't delay you in
25682 any way because the status message line is not needed for another reason.
25683 However, there are times when Alpine has to delay what it is doing in
25684 order to display a status message for the minimum display time.
25685 This happens when a message is being displayed and Alpine wants to ask
25686 for input from the keyboard.
25687 For example, when you Save a message you use the status message line.
25688 You get a prompt there asking for the name of the folder to save to.
25689 If there is a status message being displayed that has not
25690 yet displayed for its minimum
25691 time Alpine will display that status message surrounded with the characters
25692 &gt; and &lt; to show you that it is delaying.
25693 That might happen, for example, if you tried to save to a folder that
25694 caused an error, then followed that immediately with another Save command.
25695 You might find yourself waiting for a status message like
25697 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25699 to finish displaying for three seconds.
25700 If that is something you find happening to you frequently, you may use
25701 negative values of this option to decrease or eliminate that delay, at
25702 the risk of missing the message.
25704 <UL>   
25705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25706 </UL><P>
25707 &lt;End of help on this topic&gt;
25708 </BODY>
25709 </HTML>
25710 ====== h_config_active_msg_interval =====
25711 <HTML>
25712 <HEAD>
25713 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25714 </HEAD>
25715 <BODY>
25716 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25718 When Alpine is delayed for some reason it usually shows that
25719 something is happening with a small animated display in the status
25720 message line near the bottom of the screen.
25721 This option sets how frequently the characters (for example, a spinning bar)
25722 in the active status message lines are updated.
25723 At most, it can be set to be udpated 20 times per second. 
25726 Setting this value to zero will prevent display of the animations
25727 altogether.
25730 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25731 can be used to remove the randomness from this animated display.
25734 <UL>   
25735 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25736 </UL><P>
25737 &lt;End of help on this topic&gt;
25738 </BODY>
25739 </HTML>
25740 ====== h_config_mailchecknoncurr =====
25741 <HTML>
25742 <HEADER>
25743 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25744 </HEADER>
25745 <BODY>
25746 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25748 This option is closely related to the
25749 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25750 option, as well as the
25751 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25752 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25753 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25754 new-mail checking is disabled and this option will have no effect.
25756 Normally this option is set to zero, which means that the value used will be
25757 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25758 If you set this option to a value different from zero
25759 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25760 then that is the check interval that will be used
25761 for folders that are not the currently open folder or the INBOX.
25762 You may not even have any folders that are noncurrent and not the INBOX.
25763 If you do, it is likely that they are due to
25764 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25765 you have configured.
25766 This option also affects the rate of mail checking done on cached
25767 connections to folders you previously had open but are no longer actively
25768 using.
25769 You aren't expected to understand that last sentence, but if you are interested
25770 take a look at
25771 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25772 and the related options.
25774 <UL>   
25775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25776 </UL><P>
25777 &lt;End of help on this topic&gt;
25778 </BODY>
25779 </HTML>
25780 ====== h_config_fifopath =====
25781 <HTML>
25782 <HEADER>
25783 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25784 </HEADER>
25785 <BODY>
25786 <H1>OPTION: NewMail FIFO Path</H1>
25788 This option is only available in UNIX Alpine.
25789 However, there is a very similar feature built in to PC-Alpine.
25790 In PC-Alpine's Config menu at the top of the screen
25791 is an option called &quot;New Mail Window&quot;.
25793 You may have Alpine create a FIFO special file (also called a named pipe) where
25794 it will send a one-line message each time a new message is received in
25795 the current folder, the INBOX, or any open
25796 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25797 To protect against two different Alpines both writing to the same FIFO, Alpine
25798 will only create the FIFO and write to it if it doesn't already exist.
25800 A possible way to use this option would be to have a separate window
25801 on your screen running the command
25803 <CENTER><SAMP>cat filename</SAMP></CENTER>
25805 where &quot;filename&quot; is the name of the file given for this option.
25806 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25807 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25808 You may be tempted to use &quot;tail -f filename&quot; to view the new
25809 mail log.
25810 However, the common implementations of the tail command will not do what you
25811 are hoping.
25813 The width of the messages produced for the FIFO may be altered with the
25814 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25816 On some systems, fifos may only be created in a local filesystem.
25817 In other words, they may not be in NFS filesystems.
25818 This requirement is not universal.
25819 If the system you are using supports it, it should work.
25820 (It is often the case that your home directory is in an NFS filesystem.
25821 If that is the case, you might try using a file in the &quot;/tmp&quot;
25822 filesystem, which is usually a local filesytem.)
25823 Even when it is possible to use an NFS-mounted filesystem as a place to name
25824 the fifo (for example, your home directory), it will still be the case that
25825 the reader (probably the &quot;cat&quot; command) and the
25826 writer (Alpine) of the fifo must be running on the same system.
25828 <UL>   
25829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25830 </UL><P>
25831 &lt;End of help on this topic&gt;
25832 </BODY>
25833 </HTML>
25834 ====== h_config_newmailwidth =====
25835 <HTML>
25836 <HEADER>
25837 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25838 </HEADER>
25839 <BODY>
25840 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25842 For UNIX Alpine, this option is only useful if you have turned on the
25843 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25844 That option causes new mail messages to be sent to a fifo file.
25845 Those messages will be 80 characters wide by default.
25846 You can change the width of those messages by changing this option.
25847 For example, if you are reading those messages in another window you might
25848 want to set this width to the width of that other window.
25850 If you are using PC-Alpine, it has an option in the Config menu to turn
25851 on the &quot;New Mail Window&quot;.
25852 This present option also controls the width of that window.
25854 <UL>   
25855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25856 </UL><P>
25857 &lt;End of help on this topic&gt;
25858 </BODY>
25859 </HTML>
25860 ====== h_config_mailcheck =====
25861 <HTML>
25862 <HEADER>
25863 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25864 </HEADER>
25865 <BODY>
25866 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25868 This option specifies, in seconds,
25869 how often Alpine will check for new mail.
25870 If set to zero, new-mail checking is disabled.
25871 (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
25872 current message is the last message of the folder.)
25873 There is a minimum value for this option, normally 15 seconds.
25874 The default value is normally 150 seconds.
25875 The higher you set this option, the easier it is on the server.
25877 There are some situations where automatic new-mail checking does not work.
25878 See the discussion about new-mail checking in
25879 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25881 The new-mail checking will not happen exactly at the frequency that you specify.
25882 For example, Alpine may elect to defer a non-INBOX mail check if you
25883 are busy typing.
25884 Or, it may check more frequently than you have specified if that is
25885 thought to be necessary to keep the server from closing the connection
25886 to the folder due to inactivity.
25887 If Alpine checks for new mail as a side effect of another command, it will reset
25888 the timer, so that new-mail checking may seem to happen irregularly instead of
25889 every X seconds like clockwork.
25891 If you are anxious to know about new mail as soon as possible, set the check
25892 interval low, and you'll know about the new mail by approximately
25893 that amount of time after it arrives.
25894 If you aren't so worried about knowing right away, set this option to a
25895 higher value.
25896 That will save the server some processing time and may save you some of
25897 the time you spend waiting for new-mail checks to happen if you are
25898 dealing with a slow server or slow network connection.
25900 If you suspect that new-mail checking is causing slow downs for you,
25901 you may want to look into the options
25902 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25903 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25904 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25905 which refine when mail checking is done.
25907 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25908 there is a minimum time
25909 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25910 between new-mail checks.
25911 Because of this minimum you may notice that new mail does not
25912 appear promptly when you expect it.
25913 The reason for this is to protect the server from over-zealous opening and
25914 closing of the Mail Drop folder, since that is a costly operation.
25916 <UL>   
25917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25918 </UL><P>
25919 &lt;End of help on this topic&gt;
25920 </BODY>
25921 </HTML>
25922 ====== h_config_quell_checks_comp =====
25923 <HTML>
25924 <HEAD>
25925 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25926 </HEAD>
25927 <BODY>
25928 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25930 This option is closely related to the
25931 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25932 option, the
25933 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25934 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25936 If this option is set, then the normal new-mail checking that happens
25937 while you are composing will not happen for folders other than your
25938 INBOX (which depends on the setting
25939 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25941 You might want to set this option if you are experiencing delays while
25942 composing that you think might be related to the speed of the new-mail
25943 checks.
25945 Even with this option turned on, an occasional new-mail check may be done
25946 in order to keep the server from killing the connection to the folder.
25947 For example, IMAP servers may remove a connection to a folder if there
25948 has been no activity on the connection for 30 minutes or more.
25949 Instead of letting that happen, Alpine will check for new mail before the
25950 30 minutes is up even though you have turned on this feature to quell
25951 those checks.
25953 Besides new-mail checks, checkpoint operations on the folders
25954 will also be quelled when you set this option.
25955 The purpose of checkpointing is to write the changes to a folder out to
25956 disk periodically in order to avoid losing those changes when system or
25957 software problems occur.
25958 New-mail checking and checkpointing while you are not composing are not
25959 affected by this option.
25962 &lt;End of help on this topic&gt;
25963 </BODY>
25964 </HTML>
25965 ====== h_config_quell_checks_comp_inbox =====
25966 <HTML>
25967 <HEAD>
25968 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25969 </HEAD>
25970 <BODY>
25971 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25973 This option is closely related to the
25974 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25975 option, the
25976 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25977 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25979 If this option is set, then the normal new-mail checking that happens
25980 while you are composing will not happen for your INBOX.
25981 Checking of other folders is controlled in a similar way with the
25982 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25984 You might want to set this option if you are experiencing delays while
25985 composing that you think might be related to the speed of the new-mail
25986 checks.
25988 Even with this option turned on, an occasional new-mail check may be done
25989 in order to keep the server from killing the connection to the folder.
25990 For example, IMAP servers may remove a connection to a folder if there
25991 has been no activity on the connection for 30 minutes or more.
25992 Instead of letting that happen, Alpine will check for new mail before the
25993 30 minutes is up even though you have turned on this feature to quell
25994 those checks.
25996 Besides new-mail checks, checkpoint operations on the INBOX
25997 will also be quelled when you set this option.
25998 The purpose of checkpointing is to write the changes to a folder out to
25999 disk periodically in order to avoid losing those changes when system or
26000 software problems occur.
26001 New-mail checking and checkpointing while you are not composing are not
26002 affected by this option.
26004 &lt;End of help on this topic&gt;
26005 </BODY>
26006 </HTML>
26007 ====== h_config_maildropcheck =====
26008 <HTML>
26009 <HEADER>
26010 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26011 </HEADER>
26012 <BODY>
26013 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26015 New-mail checking for a
26016 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26017 mail checking for a regular folder.
26018 One of the differences is that the connection to the Mail Drop is not
26019 kept open and so the cost of checking
26020 (delay for you and additional load for the server) may be significant.
26021 Because of this additional cost we set a minimum time that
26022 must pass between checks.
26023 This minimum only applies to the automatic checking done by Alpine.
26024 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26025 at the end of a folder index, then the check is done right away.
26027 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26028 new-mail checks.
26029 You may want to set this minimum high in order to avoid experiencing some
26030 of the delays associated with the checks.
26031 Note that the time between checks is still controlled by the regular
26032 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26033 When Alpine is about to do an automatic check for new mail (because
26034 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26035 new-mail check
26036 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26037 the Mail Drop is checked for new mail as well.
26038 Therefore, it is only useful to set this option to a value that is higher
26039 than the <!--#echo var="VAR_mail-check-interval"-->.
26041 If this option is set to zero, automatic Mail Drop new-mail
26042 checking is disabled.
26043 There is a minimum value, normally 60 seconds.
26044 The default value is normally 60 seconds as well.
26045 This applies to the INBOX and to the currently open folder if that is
26046 different from the INBOX.
26049 <UL>   
26050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26051 </UL><P>
26052 &lt;End of help on this topic&gt;
26053 </BODY>
26054 </HTML>
26055 ====== h_config_nntprange =====
26056 <HTML>
26057 <HEADER>
26058 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26059 </HEADER>
26060 <BODY>
26061 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26063 This option applies only to newsgroups accessed using the NNTP protocol.
26064 It does not, for example,
26065 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26068 When you open a connection to a News server using the NNTP protocol, you
26069 normally have access to all of the articles in each newsgroup.
26070 If a server keeps a large backlog of messages it may speed performance
26071 some to restrict attention to only the newer messages in a group.
26072 This option allows you to set how many article numbers should be checked
26073 when opening a newsgroup.
26074 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26075 of messages you ever want to see.
26076 For example, if you only ever wanted to look at the last 500 messages in each
26077 newsgroup you could set this option to 500.
26078 In actuality, it isn't quite that.
26079 Instead, for performance reasons, it specifies the range of article
26080 numbers to be checked, beginning
26081 with the highest numbered article and going backwards from there.
26082 If there are messages that have been canceled or deleted
26083 their article numbers are still counted as part of the range.
26085 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26086 numbers
26087 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26089 to be considered when reading a newsgroup.
26090 The number of messages that show up in your index will be less than or equal
26091 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26094 The purpose of this option is simply to speed up access when reading news.
26095 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26096 numbers, and can avoid downloading any information about the ignored articles.
26097 There is a cost you pay for this speedup.
26098 That cost is that there is no way for you to see those ignored articles.
26099 The articles that come before the range you specify are invisible to you and
26100 to Alpine, as if they did not exist at all.
26101 There is no way to see those messages using, for example, an unexclude command
26102 or something similar.
26103 The only way to see those articles is to set this option high enough (or
26104 set it to zero) and then to reopen the newsgroup.
26107 If this option is set to 0 (which is also the default),
26108 then the range is unlimited.
26109 This option applies globally to all NNTP servers and to all newsgroups
26110 on those servers.
26111 There is no way to set different values for different newsgroups or servers.
26114 <UL>   
26115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26116 </UL><P>
26117 &lt;End of help on this topic&gt;
26118 </BODY>
26119 </HTML>
26120 ====== h_config_news_active =====
26121 <html>
26122 <header>
26123 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26124 </header>
26125 <body>
26126 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26128 This option tells Alpine where to look for the "active file" for newsgroups
26129 when accessing news locally, rather than via NNTP.  The default path is
26130 usually "/usr/lib/news/active".<p>
26131 <UL>   
26132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26133 </UL><P>
26134 &lt;End of help on this topic&gt;
26135 </body>
26136 </html>
26137 ====== h_config_news_spool =====
26138 <html>
26139 <header>
26140 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26141 </header>
26142 <body>
26143 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26145 This option tells Alpine where to look for the "news spool" for newsgroups
26146 when accessing news locally, rather than via NNTP.  The default path is
26147 usually "/var/spool/news".<p>
26148 <UL>   
26149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26150 </UL><P>
26151 &lt;End of help on this topic&gt;
26152 </body>
26153 </html>
26154 ====== h_config_image_viewer =====
26155 <html>
26156 <header>
26157 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26158 </header>
26159 <body>
26160 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26161 <body>
26162 This option specifies the program Alpine should call to view MIME
26163 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26164 no longer needed, but remains for backward compatibility.  The more
26165 general method for associating external printing and viewing programs with
26166 specific MIME data types is to use the system's (or your personal)
26167 "mailcap" configuration file.<p>
26168 <UL>   
26169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26170 </UL><P>
26171 &lt;End of help on this topic&gt;
26172 </body>
26173 </html>
26174 ====== h_config_domain_name =====
26175 <HTML>
26176 <HEAD>
26177 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26178 </HEAD>
26179 <BODY>
26180 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26182 This option is used only if the 
26183 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26184 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26185 strips the hostname from your return (&quot;From&quot;) address and when 
26186 completing unqualified addresses that you enter into the composer.
26188 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26189 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26192 <!--chtml if pinemode="os_windows"-->
26193 <P>This option is not applicable to PC-Alpine.
26194 <!--chtml else-->
26196 <!--chtml endif-->
26197 <UL>
26198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26199 </UL>
26201 &lt;End of help on this topic&gt;
26202 </BODY>
26203 </HTML>
26204 ====== h_config_prune_date =====
26205 <HTML>
26206 <HEAD>
26207 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26208 </HEAD>
26209 <BODY>
26210 <H1>OPTION: Last-Time-Prune Question</H1>
26212 This value records the last time you were asked about deleting old
26213 sent-mail.
26214 It is set automatically by Alpine at the beginning of each month.
26215 In the past, if you wished to suppress the monthly sent-mail
26216 pruning feature, you could set this to a date in the future.
26217 This value is relative to the year 1900, so 
26218 to set this, for example, to October 2005, use 105.10.
26220 You can still do that if you wish, or you can use the
26221 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26222 a little more convenient to use.
26224 <UL>   
26225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26226 </UL><P>
26227 &lt;End of help on this topic&gt;
26228 </BODY>
26229 </HTML>
26230 ====== h_config_goto_default =====
26231 <HTML>
26232 <HEAD>
26233 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26234 </HEAD>
26235 <BODY>
26236 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26238 This value affects Alpine's behavior when you use the Goto command.
26239 Alpine's usual behavior has two parts.  If your current folder is
26240 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26241 default.  If the current folder is other than &quot;Inbox&quot;,
26242 &quot;Inbox&quot; is offered as the default.
26245 The available options include:
26247 <DL>
26249  <DT>folder-in-first-collection</DT>
26251  <DD> Alpine will offer the most recently visited folder in the default
26252 collection found in the &quot;Collection List&quot; screen as the default.
26253 </DD>
26255  <DT> inbox-or-folder-in-first-collection</DT>
26257  <DD> If the current folder is &quot;Inbox&quot;,
26258 Alpine will offer the most recently visited folder in the
26259 default collection found in the &quot;Collection List&quot; screen.
26260 If the current folder is other than &quot;Inbox&quot;,
26261 &quot;Inbox&quot; is offered as the default.
26262 </DD>
26264  <DT> inbox-or-folder-in-recent-collection</DT>
26266  <DD> This is Alpine's default behavior.
26267 If the current folder is &quot;Inbox&quot;,
26268 Alpine will offer the last open
26269 folder as the default.
26270 If the current folder is other than &quot;Inbox&quot;,
26271 &quot;Inbox&quot; is offered as the default.
26272 </DD>
26274  <DT> first-collection-with-inbox-default</DT>
26276  <DD> Instead of offering the most recently visited folder in the default
26277 collection, the default collection is offered but with &quot;Inbox&quot; as
26278 the default folder.
26279 If you type in a folder name it will be in the default collection.
26280 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26281 </DD>
26283  <DT> most-recent-folder</DT>
26285  <DD> The last accepted value simply causes the most recently opened
26286 folder to be offered as the default regardless of the currently opened
26287 folder.
26288 </DD>
26289 </DL>
26292 NOTE: The default while a newsgroup is open remains the same; the last
26293 open newsgroup.
26296 <UL>   
26297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26298 </UL><P>
26299 &lt;End of help on this topic&gt;
26300 </BODY>
26301 </HTML>
26302 ====== h_config_thread_lastreply_char =====
26303 <HTML>
26304 <HEAD>
26305 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26306 </HEAD>
26307 <BODY>
26308 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26310 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26311 INDEX display when using a
26312 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26313 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26314 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26315 The value of this option is a single character.
26316 This character is used instead of the vertical line character when there are
26317 no more replies directly to the parent of the current message.
26318 It can be used to &quot;round-off&quot; the bottom of the vertical line
26319 by setting it to a character such as a backslash (&#92;) or
26320 a backquote (&#96;).
26321 The default value of this option is the backslash character (&#92;).
26322 This option may not be set to the Empty Value.
26323 In that case, the default will be used instead.
26326 <UL>   
26327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26328 </UL><P>
26329 &lt;End of help on this topic&gt;
26330 </BODY>
26331 </HTML>
26332 ====== h_config_thread_indicator_char =====
26333 <HTML>
26334 <HEAD>
26335 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26336 </HEAD>
26337 <BODY>
26338 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26340 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26341 INDEX display when using a
26342 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26343 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26344 The value of this option is a single character.
26345 This character is used to indicate that part of a thread (a conversation) is
26346 hidden beneath a message.
26347 The message could be expanded
26348 if desired with the &quot;/&quot; Collapse/Expand command.
26349 By default, the value of this option is the greater than sign (&gt;).
26351 If this option is set to the Empty Value, then the column (and the following
26352 blank column) will be deleted from the display.
26355 This option is closely related to the
26356 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26357 Another similar option that affects the thread display is the
26358 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26361 <UL>   
26362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26363 </UL><P>
26364 &lt;End of help on this topic&gt;
26365 </BODY>
26366 </HTML>
26367 ====== h_config_thread_exp_char =====
26368 <HTML>
26369 <HEAD>
26370 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26371 </HEAD>
26372 <BODY>
26373 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26375 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26376 INDEX display when using a
26377 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26378 than &quot;none&quot;.
26379 The value of this option is a single character.
26380 This character is used to indicate that part of a thread has been expanded
26381 and could be collapsed if desired with
26382 the &quot;/&quot; Collapse/Expand command.
26383 By default, the value of this option is a dot (.).
26385 If this option is set to the Empty Value, then the column (and the following
26386 blank column) will be deleted from the display.
26389 This option is closely related to the
26390 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26391 Another similar option that affects the thread display is the
26392 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26395 <UL>   
26396 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26397 </UL><P>
26398 &lt;End of help on this topic&gt;
26399 </BODY>
26400 </HTML>
26401 ====== h_config_thread_index_style =====
26402 <HTML>
26403 <HEAD>
26404 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26405 </HEAD>
26406 <BODY>
26407 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26409 When a folder is sorted by Threads or OrderedSubject,
26410 this option will affect the INDEX displays.
26413 The possible values for this option are:
26415 <DL>
26416 <DT>regular-index-with-expanded-threads</DT>
26417 <DD>This is the default display.
26418 If the configuration option
26419 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26420 is set to something other than &quot;none&quot;, then this setting
26421 will cause Alpine to start off with a MESSAGE INDEX with all of
26422 the threads expanded.
26423 That is, each message will have a line in the MESSAGE INDEX display.
26424 The Collapse/Expand command (/) may be used to manually collapse or
26425 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26427 This setting affects the display when the folder is first threaded.
26428 The collapsed state may also be re-initialized by re-sorting the folder manually
26429 using the SortIndex command ($).
26430 After re-sorting the threads will once again all be expanded, even if you
26431 have previously collapsed some of them.
26433 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26434 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26435 in a different order.
26436 </DD>
26438 <DT>regular-index-with-collapsed-threads</DT>
26439 <DD>If the configuration option
26440 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26441 is set to something other than &quot;none&quot;, then this setting
26442 will cause Alpine to start out with all of the threads collapsed instead of
26443 starting out with all of the threads expanded.
26444 The Collapse/Expand command (/) may be used to manually collapse or
26445 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26447 This setting affects the display when the folder is first threaded.
26448 The collapsed state may also be re-initialized by re-sorting the folder manually
26449 using the SortIndex command ($).
26450 After re-sorting the threads will once again all be collapsed, even if you
26451 have previously expanded some of them.
26452 </DD>
26454 <DT>separate-index-screen-always</DT>
26455 <DD>With this setting and the next, you will see an index of threads
26456 instead of an
26457 index of messages, provided you have sorted by Threads or OrderedSubject.
26459 The THREAD INDEX contains a '*' in the first column if any message in the thread
26460 is marked Important.
26461 If not, it contains a '+' if any message in the thread is to you.
26462 The second column is blank. The third column contains a 'D' if all of the
26463 messages in the thread are deleted.
26464 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26466 When you view a particular thread from the THREAD INDEX you will be
26467 in the MESSAGE INDEX display
26468 but the index will only contain messages from the thread you are viewing.
26469 </DD>
26471 <DT>separate-index-screen-except-for-single-messages</DT>
26472 <DD>This is very similar to the option above.
26473 When you are in the THREAD INDEX, one of the available commands
26474 is &quot;ViewThd&quot;.
26475 With the setting &quot;separate-index-screen-always&quot; (the option above)
26476 when you view a particular thread you will be in the
26477 MESSAGE INDEX display and the index will only contain messages from
26478 the thread you are viewing.
26479 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26480 will be an index with only one message in it.
26481 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26482 setting instead, then that index that contains a single message
26483 will be skipped and you will go directly from the THREAD INDEX into the
26484 MESSAGE TEXT screen.
26485 </DD>
26487 </DL>
26490 <UL>   
26491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26492 </UL><P>
26493 &lt;End of help on this topic&gt;
26494 </BODY>
26495 </HTML>
26496 ====== h_config_thread_disp_style =====
26497 <HTML>
26498 <HEAD>
26499 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26500 </HEAD>
26501 <BODY>
26502 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26504 When a folder is sorted by Threads or OrderedSubject,
26505 this option will affect the MESSAGE INDEX display.
26506 By default, Alpine will display the MESSAGE INDEX in the
26507 &quot;show-thread-structure&quot; style if a folder is sorted
26508 by Threads or OrderedSubject.
26511 The possible values for this option are:
26513 <DL>
26514 <DT>none</DT>
26515 <DD>Regular index display.
26516 The same index line as would be displayed without threading is used.
26517 The only difference will be in the order of the messages.
26518 </DD>
26520 <DT>show-thread-structure</DT>
26521 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26522 lines will be added to make it easier to see the relationships among
26523 the messages in a thread (a conversation).
26524 </DD>
26526 <DT>mutt-like</DT>
26527 <DD>This is the same as the option above except that the Subject
26528 is suppressed (is blank) if it matches the previous Subject in the thread.
26529 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26530 Here is an example of what a mutt-like index might look like.
26531 In this example, the first column represents the message number, the
26532 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26533 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26534 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26535 is set to a backslash:
26536 <PRE>
26537 &nbsp;&nbsp;&nbsp;1    Some topic
26538 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26539 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26540 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26541 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26542 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26543 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26544 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26545 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26546 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26547 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26548 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26549 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26550 &nbsp;&nbsp;&nbsp;14    Next topic
26551 </PRE>
26552 </DD>
26554 <DT>indent-subject-1</DT>
26555 <DD>Threaded Subjects will be indented one space per level of the conversation.
26556 The bars and lines that show up in the show-thread-structure display will
26557 not be there with this style.
26558 </DD>
26560 <DT>indent-subject-2</DT>
26561 <DD>Same as above but indent two spaces per level instead of one space.
26562 </DD>
26564 <DT>indent-from-1</DT>
26565 <DD>Similar to indent-subject-1, except that instead of indenting the
26566 Subject field one space the From field of a thread will be indented one
26567 space per level of the conversation.
26568 </DD>
26570 <DT>indent-from-2</DT>
26571 <DD>Same as above but indent two spaces per level instead of one space.
26572 </DD>
26574 <DT>show-structure-in-from</DT>
26575 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26576 and horizontal lines just like with the show-thread-structure option, but
26577 the From field is used to show the relationships instead of the Subject field. 
26578 </DD>
26580 </DL>
26583 <UL>   
26584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26585 </UL><P>
26586 &lt;End of help on this topic&gt;
26587 </BODY>
26588 </HTML>
26589 ====== h_config_pruning_rule =====
26590 <HTML>
26591 <HEAD>
26592 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26593 </HEAD>
26594 <BODY>
26595 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26597 By default, Alpine will ask at the beginning of each month whether or not
26598 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26599 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26600 change the format of the folder to sent-mail-yyyy-mm.)
26601 It will also ask whether you would like to delete old sent-mail folders.
26602 If you have defined
26603 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26605 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26606 Alpine will also ask about pruning those folders.
26609 With this option you may provide an automatic answer to these questions.
26610 The default value is to ask you what you'd like to do.
26613 The six possible values for this option are:
26615 <DL>
26616 <DT>ask about rename, ask about deleting</DT>
26617 <DD>This is the default.
26618 Alpine will ask whether you want to rename the folders and whether you
26619 want to delete each of the old folders.
26620 </DD>
26622 <DT>ask about rename, don't delete</DT>
26623 <DD>Alpine will ask whether you want to rename the folders, but won't
26624 ask about or delete old folders.
26625 </DD>
26627 <DT>always rename, ask about deleting</DT>
26628 <DD>This means you want to always answer yes and have Alpine automatically
26629 rename the folder if possible.
26630 You will also be asked about deleting old folders.
26631 </DD>
26633 <DT>always rename, don't delete</DT>
26634 <DD>This means you want to always answer yes and have Alpine automatically
26635 rename the folder if possible.
26636 There will be no deleting of old folders.
26637 </DD>
26639 <DT>don't rename, ask about deleting</DT>
26640 <DD>This means you want to always answer no.
26641 Alpine will not rename the folder.
26642 You will be asked about deleting old folders.
26643 </DD>
26645 <DT>don't rename, don't delete</DT>
26646 <DD>This means you want to always answer no.
26647 Alpine will not rename the folder.
26648 There will be no deleting of old folders, either.
26649 </DD>
26650 </DL>
26653 <UL>   
26654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26655 </UL><P>
26656 &lt;End of help on this topic&gt;
26657 </BODY>
26658 </HTML>
26659 ====== h_config_reopen_rule =====
26660 <HTML>
26661 <HEAD>
26662 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26663 </HEAD>
26664 <BODY>
26665 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26667 Alpine normally checks for new mail in the currently open folder
26668 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26671 There are some situations where automatic new-mail checking does not work.
26672 For example, if a mail folder is opened using the POP protocol or a newsgroup
26673 is being read using the NNTP protocol, then new-mail checking is disabled.
26676 It may be possible to check for new mail in these cases by reopening the
26677 folder.
26678 Alpine does not do this for you automatically, but you may do the commands
26679 manually to cause this to happen.
26680 You reopen by going back to the folder list screen from the message
26681 index screen with the &quot;&lt;&quot; command,
26682 and then going back into the message index screen with
26683 the &quot;&gt;&quot; command.
26684 (Actually, any method you would normally use to open a folder will work the
26685 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26686 For example, the GoTo Folder command will work, or you may use L to go to the
26687 Folder List screen and Carriage Return to reopen the folder.)
26690 There are some cases where Alpine knows that reopening the folder should
26691 be useful as a way to discover new mail.
26692 At the time of this writing, connections made using the POP protocol,
26693 news reading using the NNTP protocol, local news reading, and local
26694 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26695 fall into this category.
26696 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26697 has no way of knowing, so it might also just be an exercise in futility.
26698 All remote, ReadOnly folders other than those listed just above fall into this
26699 category.
26700 The setting of this option together with the type of folder
26701 controls how Alpine will react to the apparent attempt to reopen a folder.
26704 If you don't reopen, then you will just be back in
26705 the message index with no change.
26706 You left the index and came back, but the folder remained &quot;open&quot;
26707 the whole time.
26708 However, if you do reopen the folder, the folder is closed and then reopened.
26709 In this case, the current state of the open folder is lost.
26710 The New status, Important and Answered flags,
26711 selected state, Zoom state, collapsed or expanded state of threads,
26712 current message number,
26713 and any other temporary state is all lost when the reopen happens.
26714 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26717 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26718 several places.
26719 That really implies the case where Alpine knows it is a good way to discover
26720 new mail, which is more than just POP and NNTP, but POP and NNTP are
26721 the cases of most interest.
26722 This option probably has more possible values than it deserves. They are:
26724 <DL>
26725 <DT>Always reopen</DT>
26726 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26727 whenever you type a command that implies a reopen, regardless of the
26728 access method.
26729 In other words, it is assumed you would always answer Yes if asked
26730 about reopening.
26731 </DD>
26733 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26734 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26735 will ask you whether to reopen other remote folders,
26736 with a default answer of Yes.
26737 </DD>
26739 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26740 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26741 will ask you whether to reopen other remote folders,
26742 with a default answer of No.
26743 </DD>
26745 <DT>Yes for POP/NNTP, No for other remote</DT>
26746 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26747 will assume a No answer for all other remote folders.
26748 </DD>
26750 <DT>Always ask [Yes]</DT>
26751 <DD>Alpine will not differentiate based on access method.
26752 It will always ask for all remote folders, with a default answer of Yes.
26753 </DD>
26755 <DT>Always ask [No]</DT>
26756 <DD>Alpine will not differentiate based on access method.
26757 It will always ask for all remote folders, with a default answer of No.
26758 </DD>
26760 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26761 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26762 of Yes.
26763 It will never attempt to reopen other remote folders.
26764 </DD>
26766 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26767 <DD>This is the default.
26768 Alpine will ask if the access method is POP or NNTP, with a default answer
26769 of No.
26770 It will never attempt to reopen other remote folders.
26771 </DD>
26773 <DT>Never reopen</DT>
26774 <DD>Alpine will never attempt to reopen already open folders.
26775 </DD>
26776 </DL>
26779 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26780 any of the other situations where it is likely that reopening is a good way
26781 to discover new mail.
26784 There is an alternative that may be of useful in some situations.
26785 Instead of manually checking for new mail you can set up a
26786 <A HREF="h_maildrop">Mail Drop</A>
26787 and automatically check for new mail.
26790 <UL>   
26791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26792 </UL><P>
26793 &lt;End of help on this topic&gt;
26794 </BODY>
26795 </HTML>
26796 ====== h_config_inc_startup =====
26797 <HTML>
26798 <HEAD>
26799 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26800 </HEAD>
26801 <BODY>
26802 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26804 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26805 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26806 It determines which message will be the <EM>current message</EM> when
26807 the folder is first opened.
26808 The default value is &quot;first-unseen&quot;.
26811 The seven possible values for this option are:
26813 <DL>
26814 <DT>first-unseen</DT>
26815 <DD>The current message is set to the first
26816 unseen message that has not been marked deleted, or the last message if
26817 all of the messages have been seen previously.
26818 Messages which have not been seen or which have been seen but re-marked
26819 as New are considered unseen messages.
26820 See the note at the bottom of this help about newsgroups.
26821 </DD>
26823 <DT>first-recent</DT>
26824 <DD>Similar to the default, but rather than starting on the first
26825 unseen message Alpine starts on the first <EM>recent</EM> message.
26826 A message is recent if it arrived since the last time the folder was
26827 open.  This value causes the current message to be set to the first
26828 recent message if there is one, otherwise to the last
26829 message in the folder.
26830 </DD>
26832 <DT>first-important</DT>
26833 <DD>This will result in the current message being set to the first
26834 message marked Important (but not Deleted).
26835 If no messages are marked Important, then it will be the last message.
26836 Messages are marked Important by <EM>you</EM>, not by the sender, using
26838 <A HREF="h_common_flag">Flag command</A>.
26839 Or they may be marked Important by an Alpine
26840 <A HREF="h_mainhelp_filtering">Filter</A>
26841 that you have set up.
26842 </DD>
26844 <DT>first-important-or-unseen</DT>
26845 <DD>This selects the first of the first unseen and the first important
26846 messages.
26847 </DD>
26849 <DT>first-important-or-recent</DT>
26850 <DD>This selects the first of the first recent and the first important
26851 messages.
26852 </DD>
26854 <DT>first</DT>
26855 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26856 If all messages are deleted you start on the last message.
26857 </DD>
26859 <DT>last</DT>
26860 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26861 If all messages are deleted you start on the last message.
26862 </DD>
26863 </DL>
26866 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26867 &quot;first-recent&quot; are the same and are affected by whether or not the
26868 feature 
26869 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26870 is turned on. 
26871 Also, there is no permanent storage in news for an Important flag.
26872 This means that no messages will be marked Important when a newsgroup is
26873 first opened.
26876 <UL>   
26877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26878 </UL><P>
26879 &lt;End of help on this topic&gt;
26880 </BODY>
26881 </HTML>
26882 ====== h_config_browser =====
26883 <HTML>
26884 <HEAD>
26885 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26886 </HEAD>
26887 <BODY>
26888 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26889 <!--chtml if pinemode="os_windows"-->
26890 PC-Alpine users do not need to enter anything here, unless:<UL>
26891 <LI> they want to override, for use with Alpine, the application defined
26892 in the Windows operating system for handling URLs; or
26893 <LI> they are (planning on) using the same configuration file with 
26894 Unix Alpine.
26895 </UL>
26897 Note that if using a viewer that has a space in its path, you should
26898 use the DOS name for that directory or file. Example:
26899 <PRE>
26900 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26901 </PRE>
26902 <HR><P>
26903 <!--chtml endif-->
26904 This option affects Alpine's handling of URLs that are found in 
26905 messages you read.  Normally, only URLs Alpine can handle directly
26906 are automatically offered for selection in the &quot;Message
26907 Text&quot; screen.  When one or more applications
26908 capable of deciphering URLs on their command line are added here, Alpine
26909 will choose the first available to display URLs it cannot handle directly.
26910 A viewer's availability is based on its being specified with a <B>full
26911 directory path</B> and the evaluation of any optionally supplied
26912 parameters described below.
26915 Additionally, to support various connection methods and applications, each
26916 entry in this list can optionally begin with one or more of
26917 the following special tokens.  The allowed tokens include:
26920 <DL>
26921 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26922 <DD>
26923 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26924 evaluate a viewer's availability.  The command specified by the test
26925 string is run and if its resulting exit status is non-zero, Alpine will
26926 not consider the associated viewer for use.
26927 </DD>
26929 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26930 <DD>
26931 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26932 URL schemes that are to be used with the associated viewer.  This is
26933 the way to configure Alpine to recognize URLs other than the built-in set.
26935 It can also be used to override Alpine's built-in handlers.
26936 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26937 and Alpine would use (provided it passed all other criteria) the associated
26938 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26940 </DD>
26941 </DL>
26944 By default, Alpine will simply append a space character followed by the
26945 selected URL prior to launching the command in your specified SHELL.  You can
26946 optionally specify where in the command the selected URL should appear
26947 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26948 will be replaced with the selected URL before the command is handed
26949 to the shell.  If such replacement occurs, the default appending of the
26950 selected URL does not take place.
26953 NOTE: If the viewer you specify has any command-line arguments,
26954 including the &quot;_URL_&quot; token, you will need to add a
26955 double-quote character before the command path and after the last
26956 argument (see the &quot;lynx&quot; example below).
26959 So, here are some example entries:
26960 <PRE>
26961 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26962               &quot;/usr/local/bin/lynx _URL_&quot;
26963               C:&#92;BIN&#92;NETSCAPE.BAT
26964 </PRE>
26966 This example shows that for the first viewer in the list to be used
26967 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26968 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26969 If neither condition is met,
26970 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26971 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26972 If the path to &quot;lynx&quot; is invalid,
26973 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26974 Note that the last
26975 entry is a DOS/Windows path.  This is one way to support Alpine running
26976 on more than one architecture with the same configuration file.<P>
26978 <!--chtml if pinemode="os_windows"-->
26979 <!--chtml else-->
26980 Note that depending on the type of browser used and the method of 
26981 its invocation (such as whether it will open in a separate window) from
26982 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26983 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26984 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26985 In other words, launching the browser from Alpine may make Alpine 
26986 &quot;disappear&quot; (although it is still &quot;running&quot;)
26987 until you close the browser again.<P>  
26988 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26989 environment: for advanced users and  systems administrators</A>
26990 </UL>
26991 <!--chtml endif-->
26992 <P>If you are unsure what browsers are available on your system or how to 
26993 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26994 local computing support staff.
26995 <P><UL>
26996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26997 </UL>
26999 &lt;End of help on this topic&gt;
27000 </BODY>
27001 </HTML>
27002 ====== h_config_browser_xterm =====
27003 <HTML>
27004 <HEAD>
27005 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27006 </HEAD>
27007 <BODY>
27008 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27009 environment: for advanced users and  systems administrators</H1>
27010 If you are using Alpine with an X-terminal (emulator) and want to define an 
27011 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27012 you may want to do so in a manner that causes any <B>already</B> 
27013 invoked viewer application to be used for viewing URLs you select from Alpine 
27014 messages, and a <B>new</B> URL-viewer process to be 
27015 started <B>only</B> if the same application has <B>not already</B> 
27016 been launched -- for one reason, to avoid file-locking contentions among 
27017 multiple invocations of the same URL-viewer application.  
27018 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27019 option does not do this.)  A method of doing that would be:<OL>
27020 <LI> use 
27021 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27022 check (using commands appropriate for your Unix shell
27023 in place of <VAR>test-string</VAR>) for the presence of a 
27024 lockfile created by the URL-viewer application -- which implies that the 
27025 application is already running, though this is not foolproof. 
27026 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27027 application with its appropriate command line option(s) to 
27028 show the URL selected from the Alpine message in an already open window of 
27029 that application, or perhaps in a new window of that application.  
27031 <LI> In the 
27032 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27033 application without those command line options, but this time using the 
27034 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27035 is defined.
27036 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27037 windows environment (for instance, using VT-100 terminal emulation), you 
27038 may wish to specify a non-X windows URL-viewer application such as Lynx
27039 as the last entry.
27040 </OL><BR>
27041 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27042 the command shell, the URL-viewer application(s), and possibly the specific 
27043 version of the latter, you are using.  
27045 Relevant command 
27046 line options for the Netscape browser for showing URLs (selected from Alpine) 
27047 when Netscape is already running are discussed in the document
27048 &quot;Remote Control of UNIX Netscape&quot; 
27049 found at the URL (as of 12 Aug. 1998):
27052 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27054 <P>(If the URL-viewer application is 
27055 <B>not</B> running on the same host as Alpine, but being launched from an 
27056 applications server, you may not be able to use the command line options for 
27057 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27059 <!--chtml if this-method="shown-to-work"-->
27060 An example using the Korn shell and the Netscape browser (first entry wrapped 
27061 because of its length, but should all appear on one line):
27063 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27065 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27066               &quot;/usr/local/bin/lynx '_URL_'&quot;
27068 <!--chtml endif-->
27070 <UL>   
27071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27072 </UL><P>
27073 &lt;End of help on this topic&gt;
27074 </BODY>
27075 </HTML>
27076 ====== h_config_enable_full_hdr =====
27077 <HTML>
27078 <HEAD>
27079 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27080 </HEAD>
27081 <BODY>
27082 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27084 This feature enables the &quot;H Full Headers&quot; command which toggles between
27085 the display of all headers in the message and the normal edited view of
27086 headers.  The Full Header command also controls which headers are included
27087 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27088 Full Header mode will respect the
27089 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27090 feature setting.)
27092 If Full Header mode is turned on and you Forward a message, you will
27093 be asked if you'd like to forward the message as an attachment, as opposed
27094 to including the text of the message in the body of your new message.
27096 If you have also turned on the
27097 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27098 option then the Full Headers command actually rotates through three states
27099 instead of just two.
27100 The first is the normal view with long quotes suppressed.
27101 The second is the normal view but with the long quotes included.
27102 The last enables the display of all headers in the message.
27103 When using Export, Pipe, Print, Forward, or Reply the quotes are
27104 never suppressed, so the first two states are identical.
27106 Normally, the Header Mode will reset
27107 to the default behavior when moving to a new message.
27108 The mode can be made to persist from message to message by setting the feature
27109 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27111 <UL>   
27112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27113 </UL><P>
27114 &lt;End of help on this topic&gt;
27115 </BODY>
27116 </HTML>
27117 ====== h_config_enable_full_hdr_and_text =====
27118 <HTML>
27119 <HEAD>
27120 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27121 </HEAD>
27122 <BODY>
27123 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27125 This feature affects how the &quot;H Full Headers&quot; command displays
27126 message text.  If set, the raw message text will be displayed.  This
27127 especially affects MIME formatted email, where the entire MIME format
27128 will be displayed.  This feature similarly affects how messages are
27129 included for the Export, Pipe, Print, Forward, and Reply functions.
27131 When viewing a raw message that has attachments with this feature set,
27132 you will not be able to view attachments without first leaving full 
27133 headers mode.  This is because MIME parsing is not done on the raw message.
27135 <UL>   
27136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27137 </UL><P>
27138 &lt;End of help on this topic&gt;
27139 </BODY>
27140 </HTML>
27141 ====== h_config_enable_pipe =====
27142 <HTML>
27143 <HEAD>
27144 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27145 </HEAD>
27146 <BODY>
27147 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27149 This feature enables the "| Pipe" command that sends the current message
27150 to the specified command for external processing.
27153 A short description of how the pipe command works is given
27154 <A HREF="h_pipe_command">here</A>.
27157 <UL>   
27158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27159 </UL><P>
27160 &lt;End of help on this topic&gt;
27161 </BODY>
27162 </HTML>
27163 ====== h_config_quell_full_hdr_reset =====
27164 <HTML>
27165 <HEAD>
27166 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27167 </HEAD>
27168 <BODY>
27169 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27171 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27172 normally resets to the default state when switching to a new message.
27173 For example, if you've used the &quot;H&quot; command to turn on Full
27174 Headers for a message you are viewing, and then you type the Next command
27175 to look at the next message, the full headers will no longer be shown.
27176 Setting this feature disables that reset.
27177 Instead, the Header Mode remains the same from message to message.
27180 The presence or absence of the HdrMode command is determined by the
27181 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27182 Feature-List option.
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_enable_tab_complete =====
27191 <HTML>
27192 <HEAD>
27193 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27194 </HEAD>
27195 <BODY>
27196 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27198 This feature enables the TAB key when at a prompt for a filename. In this
27199 case, TAB will cause the partial name already entered to be automatically
27200 completed, provided the partial name is unambiguous.
27201 This feature is on by default.
27203 Similarly, this feature also enables TAB completion of address book
27204 nicknames when at a prompt for a nickname,
27205 or when typing in an address field in the composer.
27207 &lt;End of help on this topic&gt;
27208 </BODY>
27209 </HTML>
27210 ====== h_config_quit_wo_confirm =====
27211 <HTML>
27212 <HEAD>
27213 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27214 </HEAD>
27215 <BODY>
27216 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27218 This feature controls whether or not Alpine will ask for confirmation when a
27219 Quit command is received.
27221 &lt;End of help on this topic&gt;
27222 </BODY>
27223 </HTML>
27224 ====== h_config_quote_replace_noflow =====
27225 <HTML>
27226 <HEAD>
27227 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27228 </HEAD>
27229 <BODY>
27230 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27232 This feature, which is only active when
27233 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27234 also set,
27235 enables quote-replacement on non-flowed messages.  It is off
27236 by default because a non-flowed message is more dependent on its format,
27237 and thus quote-replacement may cause less-than-pleasing results.
27238 Setting this feature will cause quote-replacement similar to that of flowed
27239 messages, but with the added possibility of long lines being wrapped
27240 into new lines if the Quote-Replacement-String is longer than the string
27241 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27243 &lt;End of help on this topic&gt;
27244 </BODY>
27245 </HTML>
27246 ====== h_config_enable_jump =====
27247 <HTML>
27248 <HEAD>
27249 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27250 </HEAD>
27251 <BODY>
27252 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27254 When this feature is set you may enter a number (followed by RETURN)
27255 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27256 screens.  In other words, it obviates the need for typing the "J" for the
27257 Jump command.
27259 &lt;End of help on this topic&gt;
27260 </BODY>
27261 </HTML>
27262 ====== h_config_enable_alt_ed =====
27263 <HTML>
27264 <HEAD>
27265 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27266 </HEAD>
27267 <BODY>
27268 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27270 If this feature is set (the default), and the 
27271 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27272 <B>is not</B> set, entering
27273 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27274 for the name of the editor you would like to use.
27276 If the environment variable $EDITOR is set, its value will be offered as
27277 a default.
27279 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27280 <B>is</B> set, the ^_ key will activate the specified
27281 editor without prompting, in which case it is not necessary to
27282 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27284 <UL>   
27285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27286 </UL><P>
27287 &lt;End of help on this topic&gt;
27288 </BODY>
27289 </HTML>
27290 ====== h_config_alt_ed_now =====
27291 <HTML>
27292 <HEAD>
27293 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27294 </HEAD>
27295 <BODY>
27296 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27298 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27299 variable are both set, Alpine will
27300 automatically activate the specified editor when the cursor is moved from
27301 the header of the message being composed into the message text.  For
27302 replies, the alternate editor will be activated immediately.  If this
27303 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27304 automatically ask for the name of an alternate editor when the cursor
27305 is moved out of the header being composed, or if a reply is being done.
27307 <P><UL>
27308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27309 </UL>
27311 &lt;End of help on this topic&gt;
27312 </BODY>
27313 </HTML>
27314 ====== h_config_enable_bounce =====
27315 <HTML>
27316 <HEAD>
27317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27318 </HEAD>
27319 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27320 <BODY>
27322 Setting this feature enables the "B Bounce" command, which will prompt
27323 for an address and *remail* the message to the new recipient.  This command
27324 is used to re-direct messages that you have received in error, or need to
27325 be redirected for some other reason (e.g. list moderation).  The final
27326 recipient will see a header indicating that you have Resent the msg, but
27327 the message's From: header will show the original author of the message,
27328 and replies to it will go back to that author, and not to you.
27330 &lt;End of help on this topic&gt;
27331 </BODY>
27332 </HTML>
27333 ====== h_config_enable_agg_ops =====
27334 <HTML>
27335 <HEAD>
27336 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27337 </HEAD>
27338 <BODY>
27339 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27341 When this feature is set you may use the commands and subcommands that relate to
27342 performing operations on more than one message at a time.  We call these
27343 &quot;aggregate operations&quot;.  In particular, the 
27344 <!--chtml if pinemode="function_key"-->&quot;F5
27345 <!--chtml else-->&quot;;
27346 <!--chtml endif--> Select&quot;, 
27348 <!--chtml if pinemode="function_key"-->
27349 &quot;F6
27350 <!--chtml else-->
27351 &quot;A 
27352 <!--chtml endif-->
27353 Apply&quot;, and 
27354 <!--chtml if pinemode="function_key"-->
27355 &quot;F4
27356 <!--chtml else-->
27357 &quot;Z 
27358 <!--chtml endif-->
27359 Zoom&quot; commands are enabled by this feature.  Select is used to
27360 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27361 then be used to apply any message command to all of the selected/tagged
27362 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27363 view between just those Selected and all messages in the folder.
27365 This feature also enables the 
27366 <!--chtml if pinemode="function_key"-->
27367 &quot;F7&quot; 
27368 <!--chtml else-->
27369 &quot;^X&quot; 
27370 <!--chtml endif-->
27372 subcommand in the MESSAGE INDEX 
27373 WhereIs command that causes all messages matching the WhereIs argument to 
27374 become selected; and the Select, Select Current, and ZoomMode commands in the
27375 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27377 Some related help topics are
27378 <UL>
27379 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27380 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27381 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27382 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27383 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27384 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27385 </UL>
27387 <UL>   
27388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27389 </UL><P>
27390 &lt;End of help on this topic&gt;
27391 </BODY>
27392 </HTML>
27394 ====== h_config_enable_flag =====
27395 <HTML>
27396 <HEAD>
27397 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27398 </HEAD>
27399 <BODY>
27400 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27402 Setting this feature enables the
27403 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27404 command that allows you to
27405 manipulate the status flags associated with a message.  By default, Flag
27406 will set the "Important" flag, which results in an asterisk being
27407 displayed in column one of the MESSAGE INDEX for such messages.
27409 &lt;End of help on this topic&gt;
27410 </BODY>
27411 </HTML>
27412 ====== h_config_flag_screen_default =====
27413 <HTML>
27414 <HEAD>
27415 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27416 </HEAD>
27417 <BODY>
27418 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27420 The feature modifies the behavior of the
27421 <a href="h_common_flag">Flag</a>
27422 command (provided it too is
27423 <A HREF="h_config_enable_flag">enabled</A>).
27424 By default, when the "* Flag" command is selected,
27425 Alpine offers a prompt to set one of several flags and also offers the
27426 option of entering the detailed flag manipulation screen via the "^T"
27427 key. Enabling this feature causes Alpine to immediately enter the detailed
27428 flag screen rather than first offer the simple prompt.
27430 <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.
27432 &lt;End of help on this topic&gt;
27433 </BODY>
27434 </HTML>
27435 ====== h_config_flag_screen_kw_shortcut =====
27436 <HTML>
27437 <HEAD>
27438 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27439 </HEAD>
27440 <BODY>
27441 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27443 This feature modifies the behavior of the
27444 <a href="h_common_flag">Flag</a> command
27445 and the <A HREF="h_index_cmd_select">Select</A> command.
27446 This feature is set by default.
27447 When this feature is not set, when the "* Flag" command is selected,
27448 Alpine offers a prompt to set one of several flags and also offers the
27449 option of entering the detailed flag manipulation screen via the "^T"
27450 key.
27451 If you have
27452 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27453 defined, then enabling this feature adds a shortcut way to set or unset
27454 keywords.
27455 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27456 a keyword if you've given it a nickname) and that will set the keyword.
27458 An example is easier to understand than the explanation.
27459 The flag command can always be used to set the system flags.
27460 For example, to set the Answered flag you would type
27462 <CENTER><SAMP>* A</SAMP></CENTER>
27464 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27465 option in the Config screen.
27466 By default, to set a keyword like &quot;Work&quot; you would usually
27467 have to go to the Flag Details screen using
27468 the &quot;^T To Flag Details&quot; command.
27469 Instead, if you have enabled this feature, you may type
27471 <CENTER><SAMP>* W</SAMP></CENTER>
27473 to set the Work flag, or
27475 <CENTER><SAMP>* ! W</SAMP></CENTER>
27477 to unset it.
27478 Just like for the other flag setting commands, the case of the letter does
27479 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27480 keyword.
27482 Notice that you can only use this trick for one keyword that begins
27483 with &quot;W&quot;.
27484 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27485 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27486 your list of keywords.
27487 Also, there are five letters that are reserved for system
27488 flags and the NOT command.
27489 If you type &quot;* A&quot; it will always set the Answered flag, not
27490 your &quot;Aardvark&quot; keyword.
27491 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27492 the Flag Details screen.
27494 Because enabling the
27495 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27496 option causes Alpine to skip directly to the Flag Details screen when the
27497 Flag command is used, 
27498 setting it will cause this feature to have no effect at all.
27500 Similarly, when Selecting by Keyword, setting this option will allow you
27501 to use Keyword initials instead of full keywords.
27503 &lt;End of help on this topic&gt;
27504 </BODY>
27505 </HTML>
27506 ====== h_config_can_suspend =====
27507 <HTML>
27508 <HEAD>
27509 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27510 </HEAD>
27511 <BODY>
27512 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27514 Setting this feature will allow you to type ^Z (Control Z) to 
27515 <!--chtml if pinemode="os_windows"-->
27516 minimize Alpine into its icon, bringing into focus whatever
27517 application is running behind the PC-Alpine window.
27518 <!--chtml else-->
27519 temporarily suspend Alpine.
27522 This does not exit Alpine, but puts it in the background to watch
27523 for new mail and such.  Normally, you type a command, such
27524 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27527 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27528 adjusts whether Alpine is placed into the background of the shell its 
27529 running in or starts a news shell.
27530 <!--chtml endif-->
27533 <UL>   
27534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27535 </UL><P>
27536 &lt;End of help on this topic&gt;
27537 </BODY>
27538 </HTML>
27539 ====== h_config_take_lastfirst ======
27540 <HTML>
27541 <HEAD>
27542 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27543 </HEAD>
27544 <BODY>
27545 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27547 Normally, when TakeAddr is used to copy an address from a message into
27548 an address book entry, Alpine will attempt to rewrite the full name of the
27549 address in the form
27552 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27554 instead of<P>
27556 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27559 It does this because many people find it useful to sort by Last name
27560 instead of First name.  If this feature is set, then the TakeAddr command
27561 will not attempt to reverse the name in this manner.
27563 &lt;End of help on this topic&gt;
27564 </BODY></HTML>
27565 ====== h_config_disable_regex ======
27566 <HTML>
27567 <HEAD>
27568 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27569 </HEAD>
27570 <BODY>
27571 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27573 Normally, the
27574 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27575 option is interpreted as a regular expression.
27576 One type of address that might cause trouble is an address that
27577 contains a plus sign.
27578 If you want to have an address with a plus as one of your
27579 <!--#echo var="VAR_alt-addresses"-->
27580 and you don't want to use regular expressions, then setting this
27581 feature will cause Alpine to treat the addresses you list literally instead.
27583 &lt;End of help on this topic&gt;
27584 </BODY></HTML>
27585 ====== h_config_take_fullname ======
27586 <HTML>
27587 <HEAD>
27588 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27589 </HEAD>
27590 <BODY>
27591 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27593 Normally, when TakeAddr is used to copy an address or addresses
27594 from a message into an address book entry, Alpine will try to preserve
27595 the full name associated with each address in the list of addresses.
27596 The reason for this is so that if the entry is a list or later becomes a
27597 list, then information about the individual addresses in the list
27598 is preserved.
27599 If you would rather just have the simple addresses in the list of addresses,
27600 set this feature. For example, with the default setting you might
27601 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27603 <PRE>
27604  Nickname  : nick
27605  Fullname  : Bedrock Elders
27606  Fcc       :
27607  Comment   :
27608  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27609              Barney Rubble &lt;rubble@bedrock.org&gt;
27610 </PRE>
27612 but with this feature set it would look like
27614 <PRE>
27615  Nickname  : nick
27616  Fullname  : Bedrock Elders
27617  Fcc       :
27618  Comment   :
27619  Addresses : flint@bedrock.org,
27620              rubble@bedrock.org
27621 </PRE>
27623 instead. Note the difference in the Addresses field.
27625 &lt;End of help on this topic&gt;
27626 </BODY></HTML>
27627 ====== h_config_print_from ======
27628 <HTML>
27629 <HEAD>
27630 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27631 </HEAD>
27632 <BODY>
27633 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27635 If this feature is set, then the Berkeley-mail style From line is included
27636 at the start of each message that is printed.  This line looks something
27637 like the following, with the address replaced by the address from the
27638 From line of the message being printed:
27640 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27641 14:11:06 1998
27643 &lt;End of help on this topic&gt;
27644 </BODY>
27645 </HTML>
27646 ====== h_config_expanded_distlists ======
27647 <HTML>
27648 <HEAD>
27649 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27650 </HEAD>
27651 <BODY>
27652 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27653 If this feature is set, then distribution lists in the address book
27654 screen will always be expanded automatically.
27656 &lt;End of help on this topic&gt;
27657 </BODY>
27658 </HTML>
27659 ====== h_config_compose_news_wo_conf ======
27660 <HTML>
27661 <HEAD>
27662 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27663 </HEAD>
27664 <BODY>
27665 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27666 This feature controls one aspect of Alpine's Composer.  If you enter the
27667 composer while reading a newsgroup, you will normally be prompted to
27668 determine whether you intend the new message to be posted to the current
27669 newsgroup or not.  If this feature is set, Alpine will not prompt you
27670 in this situation, and will assume that you do indeed wish to post
27671 to the newsgroup you are reading.
27673 &lt;End of help on this topic&gt;
27674 </BODY>
27675 </HTML>
27676 ====== h_config_compose_rejects_unqual ======
27677 <HTML>
27678 <HEAD>
27679 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27680 </HEAD>
27681 <BODY>
27682 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27684 This feature controls one aspect of the message composer; in particular,
27685 what happens when an unqualified name is entered into an address header.
27686 If set, unqualified names entered as addresses will be treated as errors
27687 unless they match an addressbook nickname.  Alpine will not attempt to turn
27688 them into complete addresses by adding your local domain.<P>
27690 A complete (fully qualified) address is one containing a username followed
27691 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27692 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27693 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27695 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27699 When you enter a fully qualified address, Alpine does not interpret or
27700 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27701 your system.  Alpine conforms to the Internet standards governing message
27702 headers and will not send an unqualifed name to the MTA.  Therefore, when
27703 you enter an unqualified name, Alpine will normally attempt to turn it into
27704 a fully qualified address, first by checking to see if you have entered a
27705 matching nickname in your addressbook, or failing that, by simply adding
27706 your own domain to the name entered.  So if your address is
27707 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27708 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27709 that into &quot;fred@example.com&quot;.<P>
27711 There are situations where it is not desirable for Alpine to interpret such
27712 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27713 turned out to be a typo (intended to be an addressbook nickname), but
27714 there actually was a &quot;fred&quot; in your local domain, the message might 
27715 be mis-delivered without your realizing it.  In order to reduce the likelihood
27716 of such accidents, setting this feature will cause Alpine to treat such
27717 addresses as errors, and require that you explicitly enter the full local
27718 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27719 matches an address book nickname.<P>
27721 Consider this a safety feature against mis-directed mail.
27723 <UL>   
27724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27725 </UL><P>
27726 &lt;End of help on this topic&gt;
27727 </BODY>
27728 </HTML>
27729 ====== h_config_quell_local_lookup ======
27730 <HTML>
27731 <HEAD>
27732 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27733 </HEAD>
27734 <BODY>
27735 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27737 This feature controls an aspect of Alpine's Composer, and if needed, will
27738 usually be set by your system manager in Alpine's system-wide configuration
27739 file. Specifically, if this feature is set, Alpine will not attempt to look
27740 in the system password file to find a Full Name for the entered address.
27742 Normally, names you enter into address fields (e.g. To: or Cc:) are
27743 checked against your address book(s) to see if they match an address book
27744 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27745 the Unix password file.  If the entered name matches a username in the
27746 system password file, Alpine extracts the corresponding Full Name information
27747 for that individual, and adds that to the address being entered.
27749 However, password file matching can have surprising (incorrect) results if
27750 other users of the system do not receive mail at the domain you are using.
27751 That is, if either the 
27752 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27753 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27754 option
27755 is set such that the administrative domain of other users on the system
27756 isn't accurately reflected, Alpine should be told that a passwd file match
27757 is coincidental, and Full Name info will be incorrect.  For example, a
27758 personal name from the password file could get falsely paired with the
27759 entered name as it is turned into an address in the configured domain.
27761 If you are seeing this behavior, enabling this feature will prevent Unix
27762 Alpine from looking up names in the password file to find the Full Name
27763 for incomplete addresses you enter.<P>
27764 <UL>
27765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27766 </UL>
27768 &lt;End of help on this topic&gt;
27769 </BODY>
27770 </HTML>
27771 ====== h_config_tab_checks_recent ======
27772 <HTML>
27773 <HEAD>
27774 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27775 </HEAD>
27776 <BODY>
27777 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27779 In a FOLDER LIST screen, the TAB key usually just changes which
27780 folder is highlighted.
27781 If this feature is set, then the TAB key will cause the number of
27782 recent messages and the total number of messages in the highlighted folder
27783 to be displayed instead.
27786 &lt;End of help on this topic&gt;
27787 </BODY>
27788 </HTML>
27789 ====== h_config_maildrops_preserve_state ======
27790 <HTML>
27791 <HEAD>
27792 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27793 </HEAD>
27794 <BODY>
27795 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27797 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27798 Normally, when mail is moved from a Mail Drop folder to a destination
27799 folder, it is delivered as new mail.
27800 Any Seen/New, Answered, Important/Flagged state that has changed will be
27801 ignored.
27802 All of the mail will be considered unSeen, unAnswered, and unImportant after
27803 it is moved.
27805 If this feature is set, then the state changes that have been made
27806 to the messages in the Mail Drop folder will be preserved.
27808 In any case, messages that are already marked Deleted when the
27809 mail is to be moved from the Mail Drop will be ignored.
27811 &lt;End of help on this topic&gt;
27812 </BODY>
27813 </HTML>
27814 ====== h_config_preopen_stayopens ======
27815 <HTML>
27816 <HEAD>
27817 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27818 </HEAD>
27819 <BODY>
27820 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27822 This feature is related to the option
27823 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27824 Normally, Stay Open folders are only opened on demand, when the user
27825 asks to open them.
27826 From then on they are kept open for the duration of the session.
27827 However, if this feature is set, then the Stay Open folders will all be
27828 opened at startup, at the same time that the INBOX is opened.
27831 &lt;End of help on this topic&gt;
27832 </BODY>
27833 </HTML>
27834 ====== h_config_expunge_inbox ======
27835 <HTML>
27836 <HEAD>
27837 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27838 </HEAD>
27839 <BODY>
27840 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27842 The INBOX is normally treated differently from regular folders in several
27843 ways.
27844 One of the differences is that the normal &quot;close&quot; sequence of
27845 events is deferred until Alpine is exited, instead of happening when you
27846 leave the INBOX to view another folder.
27847 The &quot;close&quot; sequence normally includes the Expunging
27848 of deleted messages
27849 (either automatically or after a prompt, controlled by the features
27850 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27851 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27852 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27853 handling of the
27854 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27857 If this feature is set the &quot;close&quot; sequence handling will take
27858 place every time you leave the INBOX.
27859 The INBOX will still be kept open, but the offer to Expunge and the archiving
27860 to the <!--#echo var="VAR_read-message-folder"-->
27861 will take place each time you leave the INBOX instead of only once at the
27862 end of the session.
27865 &lt;End of help on this topic&gt;
27866 </BODY>
27867 </HTML>
27868 ====== h_config_expunge_stayopens ======
27869 <HTML>
27870 <HEAD>
27871 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27872 </HEAD>
27873 <BODY>
27874 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27876 This feature is related to the option
27877 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27878 Stay Open folders are treated differently from regular folders in several
27879 ways.
27880 One of the differences is that the normal &quot;close&quot; sequence of
27881 events is deferred until Alpine is exited, instead of happening when you
27882 leave the folder to view another folder.
27883 The &quot;close&quot; sequence normally includes the Expunging
27884 of deleted messages
27885 (either automatically or after a prompt, controlled by the features
27886 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27887 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27888 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27889 handling of
27890 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27893 If this feature is set the &quot;close&quot; sequence handling will take
27894 place when you leave the Stay Open folder.
27895 The folder will still be kept open, but the offer to Expunge and the archiving
27896 will take place each time you leave the folder instead of only once at the
27897 end of the session.
27898 This feature does not affect the INBOX, which will still only be processed
27899 when you exit Alpine.
27900 However, there is a similar feature that affects only the INBOX called
27901 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27904 &lt;End of help on this topic&gt;
27905 </BODY>
27906 </HTML>
27907 ====== h_config_preserve_start_stop ======
27908 <HTML>
27909 <HEAD>
27910 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27911 </HEAD>
27912 <BODY>
27913 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27915 This feature controls how special control key characters, typically
27916 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27917 are known as the "stop" and "start" characters and are sometimes used in
27918 communications paths to control data flow between devices that operate at
27919 different speeds.
27923 By default, Alpine turns the system's handling of these special characters
27924 off except during printing.  However, if you see Alpine reporting input errors
27925 such as:
27927 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27929 and, at the same time, see your display become garbled, then it is likely
27930 that setting this option will solve the problem.  Be aware, though, that
27931 enabling this feature will also cause Alpine to ostensibly "hang" 
27932 whenever the Ctrl-S key combination is entered as the system is now
27933 interpreting such input as a "stop output" command.  To "start
27934 output"  again, simply type Ctrl-Q. 
27936 &lt;End of help on this topic&gt;
27937 </BODY>
27938 </HTML>
27939 ====== h_config_enable_incoming ======
27940 <HTML>
27941 <HEAD>
27942 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27943 </HEAD>
27944 <BODY>
27945 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27947 Alpine's Incoming Message Folders collection
27948 provides a convenient way to access multiple incoming folders.
27949 It is also useful if you have accounts on multiple computers.
27952 If set, this feature defines a pseudo-folder collection called
27953 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27954 in this collection will be your INBOX, which will no longer show up in
27955 your Default folder collection.
27958 You may add more folders to the Incoming Message Folders collection by
27959 using the
27960 <!--chtml if pinemode="function_key"-->
27961 &quot;F10
27962 <!--chtml else-->
27963 &quot;A
27964 <!--chtml endif-->
27965 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27966 the host the folder is stored on (which defaults to the same host used
27967 for your INBOX), a nickname, and the actual folder name.  Once a set
27968 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27969 or MESSAGE TEXT screens) may be used to scan the folders for those
27970 with Recent messages.  If you add more folders to
27971 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27972 no effect.
27974 NOTE: Normally the software that actually delivers mail (the stuff that happens
27975 before Alpine is involved) is in a better position to do delivery filtering
27976 than is Alpine itself.
27977 If possible, you may want to look at programs such as
27978 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27979 filtering programs.
27980 If you'd prefer to have Alpine do the filtering for you, you may set that
27982 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27984 <UL>   
27985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27986 </UL><P>
27987 &lt;End of help on this topic&gt;
27988 </BODY>
27989 </HTML>
27990 ====== h_config_enable_incoming_checking ======
27991 <HTML>
27992 <HEAD>
27993 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27994 </HEAD>
27995 <BODY>
27996 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27998 This feature is only operational if you have enabled the optional
27999 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28000 If you do have Incoming Message Folders and you also set this feature,
28001 then the number of Unseen messages in each folder will be displayed
28002 in the FOLDER LIST screen for the Incoming Message Folders.
28003 The number of Unseen messages in a folder will be displayed in parentheses
28004 to the right of the name of each folder.
28005 If there are no Unseen messages in a folder then only the name
28006 is displayed, not a set of parentheses with zero inside them.
28007 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28008 the Incoming Message Folders to cause an immediate update.
28010 If a check for Unseen messages fails for a particular folder then Alpine
28011 will no longer attempt to check that folder for the duration of the
28012 session and this will be indicated by a question mark inside the
28013 parentheses.
28015 The features
28016 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28017 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28018 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28019 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28020 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28021 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28022 all affect how this feature behaves.
28024 <UL>   
28025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28026 </UL><P>
28027 &lt;End of help on this topic&gt;
28028 </BODY>
28029 </HTML>
28030 ====== h_config_incoming_checking_total ======
28031 <HTML>
28032 <HEAD>
28033 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28034 </HEAD>
28035 <BODY>
28036 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28038 This option has no effect unless the feature
28039 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28040 is set, which in turn has no effect unless
28041 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28042 is set.
28044 When incoming folder checking is turned on the default is to display
28045 the number of unseen messages in each folder.
28046 More precisely, it is the number of undeleted unseen messages.
28047 Using this option you may also display the total number of messages
28048 in each folder.
28049 Instead of a single number representing the number of unseen messages
28050 you will get two numbers separated by a slash character.
28051 The first is the number of unseen messages and the second is the
28052 total number of messages.
28054 You may also use the recent message count instead of the unseen message
28055 count by turning on the feature
28056 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28058 <UL>   
28059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28060 </UL><P>
28061 &lt;End of help on this topic&gt;
28062 </BODY>
28063 </HTML>
28064 ====== h_config_incoming_checking_recent ======
28065 <HTML>
28066 <HEAD>
28067 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28068 </HEAD>
28069 <BODY>
28070 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28072 This option has no effect unless the feature
28073 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28074 is set, which in turn has no effect unless
28075 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28076 is set.
28078 When incoming folder checking is turned on the default is to display
28079 the number of unseen messages in each folder.
28080 More precisely, it is the number of undeleted unseen messages.
28081 Using this option you may display the number of recent messages instead
28082 of the number of unseen messages.
28083 A message is only counted as recent if this is the first session to
28084 see it, so the recent count might be less than the unseen count.
28085 The difference between the two would be accounted for by the unseen messages
28086 in the folder which were there previously but have not been looked at yet.
28088 If you simultaneously run more than one email client at a time
28089 (for example, you run more than one Alpine in parallel) then turning
28090 this feature on can cause some confusion.
28091 The confusion stems from the fact that each message is only considered to be
28092 recent in one session.
28093 That means that the counts of new messages may be different in the two
28094 Alpines running side by side, because each incoming message will only be
28095 counted as recent in one of the two sessions.
28097 You may also display the total number of messages
28098 in each folder by using the
28099 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28100 option.
28102 <UL>   
28103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28104 </UL><P>
28105 &lt;End of help on this topic&gt;
28106 </BODY>
28107 </HTML>
28108 ====== h_config_attach_in_reply ======
28109 <HTML>
28110 <HEAD>
28111 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28112 </HEAD>
28113 <BODY>
28114 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28116 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28117 attachments that were part of the original message will automatically be
28118 included in the Reply.
28120 &lt;End of help on this topic&gt;
28121 </BODY>
28122 </HTML>
28123 ====== h_config_include_header =====
28124 <HTML>
28125 <HEAD>
28126 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28127 </HEAD>
28128 <BODY>
28129 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28131 This feature controls an aspect of Alpine's Reply command. If set, and the
28132 original message is being included in the reply, then headers from that
28133 message will also be part of the reply.
28135 &lt;End of help on this topic&gt;
28136 </HEAD>
28137 </HTML>
28138 ====== h_config_sig_at_bottom =====
28139 <HTML>
28140 <HEAD>        
28141 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28142 </HEAD>
28143 <BODY>
28144 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28146 This feature controls an aspect of Alpine's Reply command.  If this feature
28147 is set, and the original message is being included in the reply, then the
28148 contents of your signature file (if any) will be inserted after the included
28149 message.
28151 This feature does not affect the results of a Forward command.
28153 &lt;End of help on this topic&gt;
28154 </BODY>
28155 </HTML>
28156 ====== h_config_sigdashes =====
28157 <HTML>
28158 <HEAD>
28159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28160 </HEAD>
28161 <BODY>
28162 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28164 This feature enables support for the common USENET news convention 
28165 of preceding a message signature with the special line consisting of 
28166 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28169 When enabled and a
28170 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28171 Alpine will insert the special line before including the file's text (unless
28172 the special line already exists somewhere in the file's text).
28175 In addition, when you Reply or Followup to a message containing one of
28176 these special lines and choose to include its text, Alpine will observe
28177 the convention of not including text beyond the special line in your
28178 reply.
28179 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28180 mode is enabled and turned on, then Alpine <EM>will</EM>
28181 include the text beyond the special line regardless of the setting of
28182 this feature.
28185 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28186 for a related feature.
28189 <UL>   
28190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28191 </UL><P>
28192 &lt;End of help on this topic&gt;
28193 </BODY>
28194 </HTML>
28195 ====== h_config_new_thread_blank_subject =====
28196 <HTML>
28197 <HEAD>
28198 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28199 </HEAD>
28200 <BODY>
28201 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28203 When this feature is enabled (the default) Alpine will create a new thread
28204 every time that the subject line becomes empty at any time during composition.
28207 This behavior is particularly useful in case you are replying to a message.
28208 Replying to a message causes the message to be in the same thread than the
28209 original message that is being replied to. However, many authors want to create
28210 a new message (in a different thread) while replying to a message, and they do
28211 this by changing the full subject, by first deleting the original subject and
28212 typing the new subject of the current message.
28215 Enabling this feature causes that any time that the subject is deleted, the 
28216 message being composed will be considered the first message of a new thread.
28219 <UL>   
28220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28221 </UL><P>
28222 &lt;End of help on this topic&gt;
28223 </BODY>
28224 </HTML>
28225 ====== h_config_strip_sigdashes =====
28226 <HTML>
28227 <HEAD>
28228 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28229 </HEAD>
28230 <BODY>
28231 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28233 This feature doesn't do anything if the feature
28234 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28235 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28236 then turning on this feature enables support for the convention
28237 of not including text beyond the sigdashes line when Replying or Following
28238 up to a message and including the text of that message.
28239 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28240 mode is enabled and turned on, then Alpine <EM>will</EM>
28241 include the text beyond the special line regardless of the setting of
28242 this feature.
28244 In other words, this is a way to turn on the signature stripping behavior
28245 without also turning on the dashes-adding behavior.
28247 <UL>   
28248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28249 </UL><P>
28250 &lt;End of help on this topic&gt;
28251 </BODY>
28252 </HTML>
28253 ====== h_config_forward_as_attachment =====
28254 <HTML>
28255 <HEAD>
28256 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28257 </HEAD>
28258 <BODY>
28259 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28261 This feature affects the way forwarded message text is handled.  When set, rather than 
28262 include the text of the forwarded message below any additional text you provide in the
28263 composer, the forwarded message is attached in its entirety to the message you send.
28265 This is useful in that it keeps the text you provide in the composer distinct from the
28266 text of the forwarded message.  Similarly, it allows the recipient to 
28267 conveniently operate on the forwarded message.  For example, they might reply directly to
28268 the sender of the forwarded message, or process it as part of a spam report.
28269 <UL>   
28270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28271 </UL><P>
28272 &lt;End of help on this topic&gt;
28273 </BODY>
28274 </HTML>
28275 ====== h_config_preserve_field =====
28276 <HTML>
28277 <HEAD>
28278 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28279 </HEAD>
28280 <BODY>
28281 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28283 This feature affects Alpine's behavior when one replies to a message. 
28284 When you receive a message, some or all of the recipients of the message 
28285 have been added to the To: and Cc: fields. If you reply to such message, 
28286 and this feature is disabled, then the original sender of the message is 
28287 added to the To: field, and all other recipients are added to the Cc: 
28288 field, while your address is added to the From: field.
28291 However, if this feature is enabled, then Alpine will preserve the 
28292 original fields as sent in the original message, so the Cc: and To: 
28293 fields will be preserved. The sender's address will be added to the To: 
28294 field, while your address is added to the From: field.
28297 The behavior of this feature is that replies to all messages will behave 
28298 in the way described above. If you only intend this to happen on a per 
28299 message basis, then keep this feature disabled, and when replying to a 
28300 message you will see a new option in the menu for the &quot;Reply to all 
28301 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28302 make Alpine toggle its question so you can preserve the To: and Cc: 
28303 fields for that message only.
28305 <UL>   
28306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28307 </UL><P>
28308 &lt;End of help on this topic&gt;
28309 </BODY>
28310 </HTML>
28311 ====== h_config_sub_lists =====
28312 <HTML>
28313 <HEAD>
28314 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28315 </HEAD>
28316 <BODY>
28317 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28319 This feature affects the subcommands available when Saving, 
28320 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28321 available. This command allows you to type in a substring of the folder
28322 you are looking for and when you type ^X it will display all folders
28323 that contain that substring in their names.
28324 This feature is set by default.
28327 &lt;End of help on this topic&gt;
28328 </BODY>
28329 </HTML>
28330 ====== h_config_scramble_message_id =====
28331 <HTML>
28332 <HEAD>
28333 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28334 </HEAD>
28335 <BODY>
28336 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28338 Normally the Message-ID header that Alpine generates when sending a message
28339 contains the name of the computer from which the message is being sent.
28340 Some believe that this hostname could be used by spammers or could
28341 be used by others for nefarious purposes.
28342 If this feature is set, that name will be transformed with a simple
28343 Rot13 transformation.
28344 The result will still have the correct syntax for a Message-ID but the
28345 part of the MessageID that is often a domain name will not be an actual
28346 domain name because the letters will be scrambled.
28348 It is possible (but unlikely?) that some spam detection
28349 software will use that as a reason to reject the mail as spam.
28350 It has also been reported that some spam detection software uses the
28351 fact that there are no dots after the &quot;@&quot; as a reason to reject
28352 messages.
28353 If your PC-Alpine Message-ID is using a name without a dot that is because
28354 that is what Windows thinks is your &quot;Full computer name&quot;.
28355 The method used to set this varies from one type of Windows to another but
28356 check under Settings -> Control Panel -> System and
28357 look for Network Identification or Computer Name or something similar.
28358 How to set it is beyond the scope of Alpine.
28361 &lt;End of help on this topic&gt;
28362 </BODY>
28363 </HTML>
28364 ====== h_downgrade_multipart_to_text =====
28365 <HTML>
28366 <HEAD>
28367 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28368 </HEAD>
28369 <BODY>
28370 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28373 This feature affects Alpine's behavior when sending mail.  Internet
28374 standards require Alpine to translate all non-ASCII characters in
28375 messages that it sends using MIME encoding.  This encoding can be
28376 ostensibly broken for recipients if any agent between Alpine and the
28377 recipient, such as an email list expander, appends text to the
28378 message, such as list information or advertising.  When sending such
28379 messages Alpine attempts to protect such encoding by placing extra
28380 MIME boundaries around the message text.
28382 These extra boundaries are invisible to recipients that 
28383 use MIME-aware email programs (the vast majority).  However, if
28384 you correspond with users of email programs that are not MIME-aware,
28385 or do not handle the extra boundaries gracefully, you can
28386 use this feature to prevent Alpine from including the extra
28387 MIME information.  Of course, it will increase the likelihood
28388 that non-ASCII text you send may appear corrupt to the recipient.
28390 &lt;End of help on this topic&gt;
28391 </BODY>
28392 </HTML>
28393 ====== h_config_show_sort =====
28394 <HTML>
28395 <HEAD>
28396 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28397 </HEAD>
28398 <BODY>
28399 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28401 If this feature is set and there is sufficient space on the screen,
28402 a short indication of the current sort order will be
28403 added in the titlebar (the top line on the screen), before the name
28404 of the folder.
28405 For example, with the default Arrival sort in effect,
28406 the display would have the characters
28408 <P><CENTER>[A]</CENTER><P>
28410 added between the title of the screen and the folder name.
28411 The letters are the same as the letters you may type to manually
28412 sort a folder with the SortIndex command ($).
28413 The letters in the table below are the ones that may show
28414 up in the titlebar line.
28416 <TABLE>   
28417 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28418 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28419 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28420 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28421 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28422 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28423 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28424 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28425 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28426 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28427 </TABLE>
28429 If the sort order is Reversed, the letter above will be preceded by the letter
28430 &quot;R&quot;, for example
28432 <P><CENTER>[RS]</CENTER><P>
28434 means that a Reverse Subject sort is in effect.
28435 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28436 left out, and just an &quot;R&quot; is shown.
28438 <P><CENTER>[R]</CENTER>
28441 &lt;End of help on this topic&gt;
28442 </BODY>
28443 </HTML>
28444 ====== h_config_disable_reset_disp =====
28445 <HTML>
28446 <HEAD>
28447 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28448 </HEAD>
28449 <BODY>
28450 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28452 UNIX Alpine only.
28454 This feature affects Alpine's behavior when using
28455 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28456 Normally, before the display filter is run, the terminal mode is reset
28457 to what it was before you started Alpine.
28458 This may be necessary if the filter requires the use of the terminal.
28459 For example, it may need to interact with you.
28460 If you set this feature, then the terminal mode will not be reset.
28461 One thing that turning on this feature should fix is the coloring of
28462 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28463 breaks because the terminal reset resets the color state of the terminal.
28466 &lt;End of help on this topic&gt;
28467 </BODY>
28468 </HTML>
28469 ====== h_config_disable_sender =====
28470 <HTML>
28471 <HEAD>
28472 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28473 </HEAD>
28474 <BODY>
28475 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28477 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28478 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28479 header fields.
28480 By default, Alpine will generate such a header in situations where the
28481 username or domain are not the same as
28482 the &quot;From:&quot; header on the message.
28483 With this feature set,
28484 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28485 This may be desirable on a system that is virtually hosting many domains,
28486 and the sysadmin has other methods available for tracking a message to
28487 its originator.
28489 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28492 &lt;End of help on this topic&gt;
28493 </BODY>
28494 </HTML>
28495 ====== h_config_use_sender_not_x =====
28496 <HTML>
28497 <HEAD>
28498 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28499 </HEAD>
28500 <BODY>
28501 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28503 Normally Alpine adds a header line
28504 labeled &quot;X-X-Sender&quot;, if the sender is
28505 different from the From: line.
28506 The standard specifies that this header
28507 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28508 Setting this feature causes
28509 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28511 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28514 &lt;End of help on this topic&gt;
28515 </BODY>
28516 </HTML>
28517 ====== h_config_use_fk =====
28518 <HTML>
28519 <HEAD>
28520 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28521 </HEAD>
28522 <BODY>
28523 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28525 This feature specifies that Alpine will respond to function keys instead of
28526 the normal single-letter commands. In this mode, the key menus at the
28527 bottom of each screen will show function key designations instead of the
28528 normal mnemonic key.
28531 &lt;End of help on this topic&gt;
28532 </BODY>
28533 </HTML>
28534 ====== h_config_cancel_confirm =====
28535 <HTML>
28536 <HEAD>
28537 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28538 </HEAD>
28539 <BODY>
28540 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28542 This feature affects what happens when you type ^C to cancel a composition.
28543 By default, if you attempt to cancel a composition by typing ^C, you will be
28544 asked to confirm the cancellation by typing a &quot;C&quot;
28545 for <EM>C</EM>onfirm.
28546 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28547 risky because the &quot;^C Y&quot; needed to cancel a message
28548 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28550 If this feature is set the confirmation asked for
28551 will be a &quot;<EM>Y</EM>es&quot;
28552 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28555 &lt;End of help on this topic&gt;
28556 </BODY>
28557 </HTML>
28558 ====== h_config_compose_maps_del =====
28559 <HTML>
28560 <HEAD>
28561 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28562 </HEAD>
28563 <BODY>
28564 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28566 This feature affects the behavior of the DELETE key.
28567 If set, Delete will be equivalent to ^D, and delete
28568 the current character.  Normally Alpine defines the Delete key
28569 to be equivalent to ^H, which deletes the <EM>previous</EM>
28570 character.
28573 &lt;End of help on this topic&gt;
28574 </BODY>
28575 </HTML>
28576 ====== h_config_compose_bg_post =====
28577 <HTML>
28578 <HEAD>
28579 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28580 </HEAD>
28581 <BODY>
28582 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28584 This feature affects the behavior of Alpine's mail sending.  If set, this
28585 feature enables a subcommand in the composer's "Send?" confirmation
28586 prompt.  The subcommand allows you to tell Alpine to handle the actual
28587 posting in the background.  While this feature usually allows posting
28588 to appear to happen very fast, it has no affect on the actual delivery
28589 time it takes a message to arrive at its destination.
28592 Please Note:
28593 <OL>
28594  <LI>This feature will have no effect if the feature
28595        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28596        is set.
28597  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28598        as well as several Unix ports, do not recognize this feature.
28599  <LI>Error handling is significantly different when this feature is
28600         enabled.  Any message posting failure results in the message
28601         being appended to your &quot;Interrupted&quot; mail folder.  When you
28602         type the <A HREF="h_common_compose">C</A>ompose command,
28603         Alpine will notice this folder and
28604         offer to extract any messages contained.  Upon continuing a 
28605         failed message, Alpine will display the nature of the failure 
28606         in the status message line.
28607  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28608         for message data to
28609         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28610         if you typically run close to any sort of disk-space limits or quotas.
28611 </OL>
28613 &lt;End of help on this topic&gt;
28614 </BODY>
28615 </HTML>
28616 ====== h_config_compose_dsn =====
28617 <HTML>
28618 <HEAD>
28619 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28620 </HEAD>
28621 <BODY>
28622 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28624 This feature affects the behavior of Alpine's mail sending.  If set, this
28625 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28626 prompt.  The subcommand allows you to tell Alpine to request the type of
28627 Delivery Status Notification (DSN) that you would like.  Most users will
28628 be happy with the default, and need not enable this feature.
28630 If the feature
28631 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28632 then this feature has no effect and the type of DSN is not selectable.
28635 Turning on this feature and then turning on the DSNOpts from the send
28636 prompt reveals four on-off toggles at the bottom of the screen.
28637 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28638 that no notification be returned to you, even if there is a delivery
28639 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28640 server that you are willing (or not) to receive delay notifications, which
28641 happen when there is an unusual delay at some mail server (in that mail
28642 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28643 Success requests that you be sent a DSN message when the message is
28644 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28645 automatically turn off Delay and Success notification, and will flip the
28646 toggles to show that.  Similarly, turning on Delay and/or Success will
28647 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28648 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28649 the full message be returned in any failed DSN.  RetHdrs requests that
28650 only the headers be returned in any failed DSN.  Notice that this command
28651 applies only to failed delivery status reports.  For delay or success
28652 reports, the full message is never returned, only the headers are returned.
28655 If you don't enable the DSN feature or if you don't turn it on for a
28656 particular message, the default is that you will be notified about failures,
28657 you might be notified about delays, and you won't be notified about
28658 successes.  You will usually receive the full message back when there is
28659 a failure.
28662 If you turn on the DSNOpts the default is to return as much information as
28663 possible to you.  That is, by default, the Success and Delay options are
28664 turned on and the full message will be returned on failure.
28667 The sending prompt will display the current DSN request (if any) in a
28668 shorthand form.  It will be:
28670 <P><CENTER>[Never]</CENTER>
28673 if you have requested NoErrRets.  Otherwise, it will look something like:
28675 <P><CENTER>[FDS-Hdrs]</CENTER>
28678 The &quot;F&quot; will always be there, indicating that you will be notified
28679 of failures.  (Alpine doesn't provide a way to request no failure notification
28680 and at the same time request either success or delay notification.  The only
28681 way to request no failure notifications is to request no notifications at
28682 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28683 requested Delay and/or Success notification.  If one of those is missing,
28684 that means you are requesting no notification of the corresponding type.
28685 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28686 the headers and Full means to return the full message (applies to
28687 failure notifications only).
28690 NOTE: This feature relies on your system's mail transport agent or
28691 configured
28692 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28693 having the negotiation mechanism introduced in
28694 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28695 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28696 are using doesn't support DSN, a short warning will be shown to you on
28697 the message line at the bottom of the screen after you send your message,
28698 but your message will have been sent anyway.
28701 Note that DSNs don't provide a mechanism to request read receipts.  That
28702 is, if you request notification on success you are notified when the
28703 message is delivered to the mailbox, not when the message is read.
28706 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28707 it is possible that this feature might cause problems for some servers. 
28710 &lt;End of help on this topic&gt;
28711 </BODY>
28712 </HTML>
28713 ====== h_config_auto_zoom =====
28714 <HTML>
28715 <HEAD>
28716 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28717 </HEAD>
28718 <BODY>
28719 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28721 This feature affects the behavior of the Select command.
28722 If set, the select command will automatically perform a zoom
28723 after the select is complete.
28724 This feature is set by default.
28726 Some related help topics are
28727 <UL>
28728 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28729 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28730 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28731 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28732 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28733 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28734 </UL>
28737 &lt;End of help on this topic&gt;
28738 </BODY>
28739 </HTML>
28740 ====== h_config_auto_unzoom =====
28741 <HTML>
28742 <HEAD>
28743 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28744 </HEAD>
28745 <BODY>
28746 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28748 This feature affects the behavior of the Apply command.  If set, and if
28749 you are currently looking at a Zoomed Index view of selected messages,
28750 the Apply command will do the operation you specify, but then will
28751 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28752 the normal Index view after the Apply. 
28753 This feature is set by default.
28756 Some related help topics are
28757 <UL>
28758 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28759 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28760 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28761 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28762 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28763 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28764 </UL>
28766 &lt;End of help on this topic&gt;
28767 </BODY>
28768 </HTML>
28769 ====== h_config_auto_unselect =====
28770 <HTML>
28771 <HEAD>
28772 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28773 </HEAD>
28774 <BODY>
28775 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28777 This feature affects the behavior of the Apply command.  If set,
28778 the Apply command will do the operation you specify, but then will
28779 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28780 the normal Index view after the Apply. 
28783 Some related help topics are
28784 <UL>
28785 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28786 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28787 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28788 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28789 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28790 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28791 </UL>
28793 &lt;End of help on this topic&gt;
28794 </BODY>
28795 </HTML>
28796 ====== h_config_fast_recent =====
28797 <HTML>
28798 <HEAD>
28799 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28800 </HEAD>
28801 <BODY>
28802 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28804 This feature controls the behavior of the TAB key when traversing folders
28805 in the optional 
28806 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28807 collection or in optional <!--#echo var="VAR_news-collections"-->.
28810 When the TAB
28811 (<A HREF="h_common_nextnew">NextNew</A>)
28812 key is pressed, the default behavior is to
28813 explicitly examine the status of the folder for the number of recent
28814 messages (messages delivered since the last time it was viewed).
28815 Depending on the size and number of messages in the folder, this test
28816 can be time consuming.
28819 Enabling this feature will cause Alpine to only test for the existence of
28820 any recent messages rather than to obtain the count.  This is much faster
28821 in many cases.  The downside is that you're not given the number of recent
28822 messages when prompted to view the next folder.
28823 If the feature
28824 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28825 is turned on, then the present feature will have no effect.
28828 <UL>   
28829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28830 </UL><P>
28831 &lt;End of help on this topic&gt;
28832 </BODY>
28833 </HTML>
28834 ====== h_config_arrow_nav =====
28835 <HTML>
28836 <HEAD>
28837 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28838 </HEAD>
28839 <BODY>
28840 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28842 This feature controls the behavior of the left and right arrow keys.
28843 If set, the left and right arrow keys will operate like the usual
28844 navigation keys &lt; and &gt;.
28845 This feature is set by default.
28848 If you set this feature, and do not like the changed behavior of the up/down 
28849 arrow 
28850 keys when navigating through the FOLDER LIST screen -- 
28851 <B>first</B> from column to column, if more than one folder is 
28852 displayed per row, 
28853 and <B>then</B> from row to row -- you may either also wish to set the feature 
28854 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28855 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28856 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28857 folders in each column.
28859 <UL>   
28860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28861 </UL><P>
28862 &lt;End of help on this topic&gt;
28863 </BODY>
28864 </HTML>
28865 ====== h_config_relaxed_arrow_nav =====
28866 <HTML>
28867 <HEAD>
28868 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28869 </HEAD>
28870 <BODY>
28871 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28873 This feature controls the behavior of the left, right, up and down
28874 arrow keys in the FOLDER LIST screen when the &quot;<A
28875 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28876 set.
28877 This feature is set by default.
28881 When this feature is set, the left and right
28882 arrow keys in the FOLDER LIST screen
28883 move the highlight bar to the left or right, and the up and
28884 down arrows move it up or down.
28887 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28888 feature is not set;
28889 the left and right arrow keys in the Folder List screen strictly
28890 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28891 and down arrow keys move the highlight bar to the previous and next
28892 folder or directory name.
28895 <UL>   
28896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28897 </UL><P>
28898 &lt;End of help on this topic&gt;
28899 </BODY>
28900 </HTML>
28901 ====== h_config_alt_compose_menu =====
28902 <HTML>
28903 <HEAD>
28904 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28905 </HEAD>
28906 <BODY>
28907 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28909 This feature controls the menu that is displayed when Compose is selected.
28910 If set, a list of options will be presented, with each option representing
28911 the type of composition that could be used. This feature is most useful for
28912 users who want to avoid being prompted with each option separately, or who
28913 want to avoid the checking of remote postponed or form letter folders.
28914 The possible types of composition are:
28917 New, for starting a new composition. Note that if New is selected and roles
28918 are set, roles are checked for matches and applied according to the setting
28919 of the matching role.
28922 Interrupted, for continuing an interrupted composition. This option is only
28923 offered if an interrupted message folder is detected.
28926 Postponed, for continuing postponed compositions. This option is offered
28927 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28928 the postponed folder actually exists. This option is especially handy
28929 for avoiding having to check for the existence of a remote postponed folder.
28932 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28933 is set in the config, and is not checked for existence for reasons similar
28934 to those explained by the postponed option.
28937 setRole, for selecting a role to apply to a composition.
28940 &lt;End of help on this topic&gt;
28941 </BODY>
28942 </HTML>
28943 ====== h_config_alt_role_menu =====
28944 <HTML>
28945 <HEAD>
28946 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28947 </HEAD>
28948 <BODY>
28949 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28951 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28952 a role and compose a new message using that role.
28953 When this feature is set, the role command will first ask whether you want to
28954 Compose a new message, Forward the current message, Reply to the
28955 current message, or Bounce the current message.
28956 If you are not in the MESSAGE INDEX and are not viewing a message,
28957 then there is no current message and the question will be skipped.
28958 After you have chosen to Compose, Forward, Reply, or Bounce you will
28959 then choose the role to be used.
28961 When Bouncing the &quot;Set From&quot; address is used for the
28962 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28963 provided that the option
28964 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28965 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28966 set.
28967 Other actions of the role are ignored when Bouncing.
28970 &lt;End of help on this topic&gt;
28971 </BODY>
28972 </HTML>
28973 ====== h_config_always_spell_check =====
28974 <HTML>
28975 <HEAD>
28976 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28977 </HEAD>
28978 <BODY>
28979 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28981 When this feature is set, every composed message will be spell-checked before
28982 being sent.
28984 &lt;End of help on this topic&gt;
28985 </BODY>
28986 </HTML>
28987 ====== h_config_quell_asterisks =====
28988 <HTML>
28989 <HEAD>
28990 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28991 </HEAD>
28992 <BODY>
28993 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28995 When you are running Alpine you will sometimes be asked for a password
28996 in a prompt on the third line from the bottom of the screen.
28997 Normally each password character you type will cause an asterisk to echo
28998 on the screen. That gives you some feedback to know that your typing is
28999 being recognized.
29000 There is a very slight security risk in doing it this way because someone
29001 watching over your shoulder might be able to see how many characters there
29002 are in your password.
29003 If you'd like to suppress the echoing of the asterisks set this feature.
29005 &lt;End of help on this topic&gt;
29006 </BODY>
29007 </HTML>
29008 ====== h_config_quell_flowed_text =====
29009 <HTML>
29010 <HEAD>
29011 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29012 </HEAD>
29013 <BODY>
29014 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29016 Alpine generates flowed text where possible.
29017 The method for generating flowed text is defined by
29018 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29019 the benefit of doing so is
29020 to send message text that can properly be viewed both on normal width displays
29021 and on displays with smaller or larger than normal screen widths.
29022 With flowed text, a space at the end of a line tells the receiving mail
29023 client that the following line belongs to the same paragraph.
29024 Quoted text will also be affected, with only the innermost
29025 level of &quot;&gt;&quot; quoting being followed by a space.
29026 However, if you have changed the
29027 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29028 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29029 quoted text will not be flowed.
29030 For this reason, we recommend that you leave your
29031 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29033 This feature turns off the generation of flowed text, as it might be
29034 desired to more tightly control how a message is displayed on the receiving end.
29036 If this feature is <EM>not</EM> set, you can control on a message by message
29037 basis whether or not flowed text is generated.
29038 You do this by typing ^V at the Send confirmation prompt that you get
29039 after typing ^X to send a message.
29040 ^V is a toggle that turns flowing off and back on if typed again.
29041 If for some reason flowing cannot be done on a particular message, then the
29042 ^V command will not be available.
29043 This would be the case, for example, if this feature was set, or if your
29044 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29045 If the feature
29046 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29047 then the opportunity to control on a message by message basis
29048 whether or not flowed text is generated is lost.
29050 When this feature is not set and you have typed ^V to turn off flowing,
29051 the Send confirmation prompt will change to look like
29053 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29055 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29056 also turn off the sending of flowed text messages, but it differs in that
29057 it also trims all trailing white space from a message before sending it.
29059 If alternate editors are used extensively, be aware that a message will still
29060 be sent flowed if this feature is unset.  In most cases this will be fine,
29061 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29062 use that.
29064 &lt;End of help on this topic&gt;
29065 </BODY>
29066 </HTML>
29067 ====== h_config_strip_ws_before_send =====
29068 <HTML>
29069 <HEAD>
29070 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29071 </HEAD>
29072 <BODY>
29073 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29075 By default, trailing whitespace is not stripped from
29076 a message before sending.  Trailing whitespace should have no effect on an
29077 email message, and in flowed text can aid in delimiting paragraphs.
29078 However, the old behavior of stripping trailing whitespace was in place
29079 to better deal with older clients that couldn't handle certain types of
29080 text encodings.  This feature restores the old behavior
29082 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29083 generated by default but can be turned off via the
29084 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29085 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29086 of flowed text.
29088 &lt;End of help on this topic&gt;
29089 </BODY>
29090 </HTML>
29091 ====== h_config_del_from_dot =====
29092 <HTML>
29093 <HEAD>
29094 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29095 </HEAD>
29096 <BODY>
29097 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29099 This feature controls the behavior of the Ctrl-K command in the composer.
29100 If set, ^K will cut from the current cursor position to the end of the line,
29101 rather than cutting the entire line.
29104 &lt;End of help on this topic&gt;
29105 </BODY>
29106 </HTML>
29107 ====== h_config_print_index =====
29108 <HTML>
29109 <HEAD>
29110 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29111 </HEAD>
29112 <BODY>
29113 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29115 This feature controls the behavior of the Print command when in the
29116 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29117 asking if you wish to print the message index, or the currently highlighted
29118 message. If not set, the message will be printed.
29121 &lt;End of help on this topic&gt;
29122 </BODY>
29123 </HTML>
29124 ====== h_config_allow_talk =====
29125 <HTML>
29126 <HEAD>
29127 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29128 </HEAD>
29129 <BODY>
29130 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29132 UNIX Alpine only.
29134 By default, permission for others to &quot;talk&quot; to your terminal is turned
29135 off when you are running Alpine.  When this feature is set, permission is
29136 instead turned on.  If enabled, you may see unexpected messages in the
29137 middle of your Alpine screen from someone attempting to contact you via the
29138 &quot;talk&quot; program.
29141 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29142 talk daemon on your system will attempt to print a message on your screen 
29143 when someone else is trying to contact you.  If you wish to see these
29144 messages while you are running Alpine, you should enable this feature.
29147 If you do enable this feature and see a &quot;talk&quot; message, you must 
29148 suspend or quit Alpine before you can respond.
29151 &lt;End of help on this topic&gt;
29152 </BODY>
29153 </HTML>
29154 ====== h_config_send_filter_dflt =====
29155 <HTML>
29156 <HEAD>
29157 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29158 </HEAD>
29159 <BODY>
29160 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29161 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29162 configured, setting this feature will cause
29163 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29164 instead of unfiltered, the usual default.
29166 <UL>   
29167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29168 </UL><P>
29169 &lt;End of help on this topic&gt;
29170 </BODY>
29171 </HTML>
29172 ====== h_config_custom_print =====
29173 <HTML>
29174 <HEAD>
29175 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29176 </HEAD>
29177 <BODY>
29178 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29180 When this feature is set, the print command will have an additional
29181 subcommand called "C CustomPrint".  If selected, you will have
29182 the opportunity to enter any system print command --instead of being 
29183 restricted to using those that have been previously configured in the 
29184 printer setup menu.
29187 &lt;End of help on this topic&gt;
29188 </BODY>
29189 </HTML>
29190 ====== h_config_enable_dot_files =====
29191 <HTML>
29192 <HEAD>
29193 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29194 </HEAD>
29195 <BODY>
29196 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29198 When this feature is set, files beginning with dot (".") will be
29199 visible in the file browser.  For example, you'll be able to select them
29200 when using the browser to add an attachment to a message.
29202 &lt;End of help on this topic&gt;
29203 </BODY>
29204 </HTML>
29205 ====== h_config_enable_dot_folders =====
29206 <HTML>
29207 <HEAD>        
29208 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29209 </HEAD>
29210 <BODY>
29211 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29213 When this feature is set, folders beginning with dot (".") may be added
29214 and viewed.
29216 &lt;End of help on this topic&gt;
29217 </BODY>
29218 </HTML>
29219 ====== h_config_ff_between_msgs =====
29220 <HTML>
29221 <HEAD>
29222 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29223 </HEAD>
29224 <BODY>
29225 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29227 Setting this feature causes a formfeed to be printed between messages when
29228 printing multiple messages (with Apply Print command).
29230 &lt;End of help on this topic&gt;
29231 </BODY>
29232 </HTML>
29233 ====== h_config_blank_keymenu =====
29234 <HTML>
29235 <HEAD>
29236 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29237 </HEAD>
29238 <BODY>
29239 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29241 If this feature is set the command key menu that normally appears on the
29242 bottom two lines of the screen will not usually be there.  Asking for
29243 help with ^G or ? will cause the key menu to appear instead of causing
29244 the help message to come up.  If you want to actually see the help text,
29245 another ^G or ? will show it to you.  After the key menu has popped
29246 up with the help key it will remain there for an O for Other command but
29247 disappear if any other command is typed.
29249 &lt;End of help on this topic&gt;
29250 </BODY>
29251 </HTML>
29252 ====== h_config_enable_mouse =====
29253 <HTML>
29254 <HEAD>
29255 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29256 </HEAD>
29257 <BODY>
29258 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29260 This feature controls whether or not an X terminal mouse can be used with
29261 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29262 being used, the left mouse button on the mouse can be used to select text
29263 or commands.
29264 Clicking on a command at the bottom of the screen will behave as if you had
29265 typed that command.
29266 Clicking on an index line will move the current message highlight to
29267 that line.
29268 Double-clicking on an index line will view the message.
29269 Double-clicking on a link will view the link.
29271 This type of mouse support will also work in some terminal emulators which are
29272 not actually X terminals, but which have extra code to support the xterm
29273 style mouse.
29274 For those emulators you not only need to turn this feature on but you also
29275 have to set the $DISPLAY environment variable even though it isn't needed
29276 for your terminal.
29277 That will cause Alpine to think that it is an xterm and to properly interpret the
29278 escape sequences sent by the mouse.
29280 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29281 also modified.  It is sometimes possible to hold the shift key down while clicking
29282 left or middle mouse buttons for the normal xterm cut/paste operations. 
29283 There is also an Alpine command to toggle this mode on or off.
29284 The command is Ctrl-&#92; (Control-backslash).
29286 &lt;End of help on this topic&gt;
29287 </BODY>
29288 </HTML>
29289 ====== h_config_enable_xterm_newmail =====
29290 <HTML>
29291 <HEAD>        
29292 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29293 </HEAD>
29294 <BODY>
29295 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29297 This feature controls whether or not Alpine will attempt to announce new
29298 mail arrival when it is running in an X terminal window and that window
29299 is iconified.  If set, and the $DISPLAY variable indicates that an X
29300 terminal is being used, Alpine will send appropriate escape sequences to
29301 the X terminal to modify the label on Alpine's icon to indicate that new
29302 mail has arrived. Alpine will also modify the Alpine window's title to
29303 indicate new mail.
29304 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29306 &lt;End of help on this topic&gt;
29307 </BODY></HTML>
29308 ====== h_config_enable_newmail_short_text =====
29309 <HTML>
29310 <HEAD>        
29311 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29312 </HEAD>
29313 <BODY>
29314 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29316 This feature controls the text to be displayed in an icon in the event
29317 of a new message arrival.  Normally, the message will
29318 be the one that is displayed on the screen.  This feature shortens the
29319 message to a count of the number of new messages in brackets.  This may be
29320 more useful for those who use the window's title bar in the task bar as a
29321 new mail indicator.  This feature is only useful if the
29322 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29323 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29324 feature, this feature is only relevant when run in an xterm environment.
29326 &lt;End of help on this topic&gt;
29327 </BODY></HTML>
29328 ====== h_config_copy_to_to_from =====
29329 <HTML>
29330 <HEAD>
29331 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29332 </HEAD>
29333 <BODY>
29334 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29336 This feature affects the From address used when Replying to a message.
29337 It is probably only useful if you have some
29338 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29339 defined.
29340 When enabled, it checks to see if any of the addresses in the To or Cc
29341 fields of the message you are replying to is one of your addresses.
29342 If it is, and there is only one of them, then that address is used as
29343 the From address in the message you are composing.
29344 In other words, you will be using a From address that is the same
29345 as the To address that was used to get the mail to you in the first place.
29348 If a role is being used and it has a From address defined, that From address will
29349 be used rather than the one derived from this feature.
29352 <UL>   
29353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29354 </UL><P>
29355 &lt;End of help on this topic&gt;
29356 </BODY>
29357 </HTML>
29358 ====== h_config_prefix_editing =====
29359 <HTML>
29360 <HEAD>
29361 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29362 </HEAD>
29363 <BODY>
29364 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29366 This feature affects the Reply command's &quot;Include original message
29367 in Reply?&quot; prompt.  When enabled, it causes the
29368 &quot;Edit Indent String&quot; sub-command to appear which allows 
29369 you to edit the string Alpine would otherwise use to denote included 
29370 text from the message being replied to.<P>
29372 Thus, you can change Alpine's default message quote character (usually
29373 an angle bracket) on a per message basis. So you could change your quoted message to
29374 look, for example, like this:<p>
29376 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29378 John: I just wanted to say hello and to congratulate you
29379 John: on a job well done!</pre><p>
29381 The configuration option
29382 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29383 may be used to change what appears as the default string to be edited.
29385 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29386 currently being replied to.
29388 If you change your <!--#echo var="VAR_reply-indent-string"-->
29389 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29390 quoted text will not be flowed
29391 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29392 when you reply.
29393 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29394 set to the default value.
29396 <UL>   
29397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29398 </UL><P>
29399 &lt;End of help on this topic&gt;
29400 </BODY>
29401 </HTML>
29402 ====== h_config_enable_search_and_repl =====
29403 <HTML>
29404 <HEAD>
29405 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29406 </HEAD>
29407 <BODY>
29408 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29410 This feature modifies the behavior of Alpine's composer.  Setting this
29411 feature causes Alpine to offer the "^R Replace" subcommand, which
29412 allows you to search and replace text strings in a message you are composing, 
29413 inside the "^W Where is" command.  
29417 To search and replace text, first enter the text to be replaced at the 
29418 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29419 text, press ^R, which turns the prompt into 
29423 Search (to replace): 
29427 and then press Enter.  The cursor will highlight the first occurrence 
29428 of the text string you entered, and the prompt will show: 
29432 Replace "<your text string>" with : 
29436 where <your text string> is what you entered at the previous prompt;
29437 here, enter the replacement text.  To only replace the highlighted 
29438 occurrence, simply press Enter now; to replace all occurrences in the 
29439 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29440 each replacement.
29444 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29445 ^X toggles between "Replace All" and "Replace One."
29449 If you previously searched for text in a message, it will be offered for 
29450 re-use as part of the prompt, shown in [ ] brackets.
29453 &lt;End of help on this topic&gt;
29454 </BODY>
29455 </HTML>
29456 ====== h_config_enable_view_attach =====
29457 <HTML>
29458 <HEAD>
29459 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29460 </HEAD>
29461 <BODY>
29462 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29464 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29465 Setting this feature causes Alpine to present attachments in boldface.
29466 The first available attachment is displayed in inverse.  This is the
29467 "selected" attachment.  Pressing RETURN will cause Alpine to display
29468 the selected attachment.  Use the arrow keys to change which of the
29469 attachments displayed in boldface is the current selection.
29473 Speaking of arrow keys, the Up and Down Arrows will select the next
29474 and previous attachments if one is available on the screen for selection.
29475 Otherwise, they will simply adjust the viewed text one line up or down.
29479 Similarly, when selectable items are present in a message, the Ctrl-F key
29480 can be used to select the next item in the message independent of which
29481 portion of the viewed message is currently displayed. The Ctrl-B key can
29482 be used to select the previous item in the same way. 
29483 <P> 
29484 &lt;End of help on this topic&gt;
29485 </BODY>
29486 </HTML>
29487 ====== h_config_enable_y_print =====
29488 <HTML>
29489 <HEAD>
29490 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29491 </HEAD>
29492 <BODY>
29493 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29495 This feature modifies the behavior of Alpine's Print command.
29497 By default, Alpine's print command is available by pressing the "%" key.  
29498 (This command is a substantial change from Pine versions before 4.00 -- 
29499 where the print command was "Y" -- based on numerous complaints about 
29500 printing being invoked inadvertently, since Y also means "Yes.")  
29504 This feature is supplied to mitigate any disruption or anxiety users 
29505 might feel as a result of this change.  
29509 Enabling this feature will cause Alpine to recognize both the old
29510 command, "Y" for Prynt, as well the new "%" method for invoking
29511 printing.  Note, key menu labels are not changed as a result of
29512 enabling this feature.
29516 &lt;End of help on this topic&gt;
29517 </BODY>
29518 </HTML>
29519 ====== h_config_enable_lessthan_exit =====
29520 <HTML>
29521 <HEAD>
29522 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29523 </HEAD>
29524 <BODY>
29525 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29527 If this feature is set, then on screens where there is an Exit command
29528 but no < command, the < key will perform the same function as the Exit
29529 command.
29530 This feature is set by default.
29532 &lt;End of help on this topic&gt;
29533 </BODY>
29534 </HTML>
29535 ====== h_config_enable_view_url =====
29536 <HTML>
29537 <HEAD>
29538 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29539 </HEAD>
29540 <BODY>
29541 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29542 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29543 When this feature is set (the default) Alpine will select possible URLs from the
29544 displayed text and display them in boldface for selection.
29546 The first available URL is displayed in inverse.  This is the
29547 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29548 the selected URL via either built-in means as with mailto:, imap:,
29549 news:, and nntp:, or via an external application as defined
29550 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29551 variable.
29553 Use the arrow keys to change which of the URLs displayed in boldface
29554 is the current selection.
29556 Speaking of arrow keys, the Up and Down Arrows will select the next
29557 and previous URL if one is available on the screen for selection (unless 
29558 you have set the feature 
29559 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29560 Otherwise, they will simply adjust the viewed text one line up or down.
29562 Similarly, when selectable items are present in a message, the Ctrl-F
29563 key can be used to select the next item in the message independent
29564 of which portion of the viewed message is currently displayed. The
29565 Ctrl-B key can be used to select the previous item in the same way.
29567 <UL>   
29568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29569 </UL><P>
29570 &lt;End of help on this topic&gt;
29571 </BODY>
29572 </HTML>
29573 ====== h_config_enable_view_web_host =====
29574 <HTML>
29575 <HEAD>
29576 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29577 </HEAD>
29578 <BODY>
29579 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29581 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29582 When this feature is set (the default) Alpine will select possible web hostnames
29583 from the displayed text and display them in boldface for selection.  
29584 This can be useful when you receive messages referencing World Wide Web 
29585 sites without the use of complete URLs; for example, specifying only 
29586 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29587 selectable 
29588 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29589 rather than explicitly
29590 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29592 The first available hostname is displayed in inverse.  This is the
29593 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29594 the selected hostname via an external application as defined
29595 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29596 variable.
29598 Use the arrow keys (unless you have set the feature 
29599 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29600 to change which of the hostnames displayed in
29601 boldface is the current selection.
29603 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29604 key can be used to select the next web hostname in the message independent
29605 of which portion of the viewed message is currently displayed. The
29606 Ctrl-B key can be used to select the previous web hostnames in the same way.
29608 <UL>   
29609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29610 </UL><P>
29611 &lt;End of help on this topic&gt;
29612 </BODY>
29613 </HTML>
29614 ====== h_config_enable_view_addresses =====
29615 <HTML>
29616 <HEAD>
29617 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29618 </HEAD>
29619 <BODY>
29620 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29622 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29623 Setting this feature causes Alpine to select possible email addresses
29624 from the displayed text and display them in boldface for selection.  
29627 The first available email address is displayed in inverse.  This is the
29628 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29629 the message composition screen with the To: field filled in with the
29630 selected address.
29632 Use the arrow keys (unless you have set the feature 
29633 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29634 to change which of the hostnames displayed in
29635 boldface is the current selection.
29637 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29638 key can be used to select the next web hostname in the message independent
29639 of which portion of the viewed message is currently displayed. The
29640 Ctrl-B key can be used to select the previous web hostnames in the same way.
29642 <UL>   
29643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29644 </UL><P>
29645 &lt;End of help on this topic&gt;
29646 </BODY>
29647 </HTML>
29648 ====== h_config_enable_view_arrows =====
29649 <HTML>
29650 <HEAD>
29651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29652 </HEAD>
29653 <BODY>
29654 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29656 This feature modifies Up and Down arrow key behavior in Alpine's
29657 MESSAGE TEXT screen when selectable Attachments, URL's, or
29658 web-hostnames are presented. Alpine's usual behavior is to move to
29659 the next or previous selectable item if currently displayed or
29660 simply to adjust the screen view by one line.
29664 Setting this feature causes the UP and Down arrow key to behave as
29665 if no selectable items were present in the message.
29669 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29670 item) functionality is unchanged.
29673 &lt;End of help on this topic&gt;
29674 </BODY>
29675 <HTML>
29676 ====== h_config_quell_charset_warning =====
29677 <HTML>
29678 <HEAD>
29679 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29680 </HEAD>
29681 <BODY>
29682 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29684 By default, if the message you are viewing contains characters that are
29685 not representable in your
29686 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29687 then Alpine will
29688 add a warning to the start of the displayed text.
29689 If this option is set, then that editorial message will be suppressed.
29691 Setting this feature also suppresses the comment about the character set
29692 in header lines.
29693 For example, when viewing a message you might see
29695 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29697 in the From header if your Character-Set is something other than ISO-8859-2.
29698 If you set this feature, the comment about the character set will
29699 no longer be there.
29701 &lt;End of help on this topic&gt;
29702 </BODY>
29703 </HTML>
29704 ====== h_config_quell_host_after_url =====
29705 <HTML>
29706 <HEAD>
29707 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29708 </HEAD>
29709 <BODY>
29710 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29712 By default, links in HTML text are displayed with the host the link
29713 references appended, within square brackets, to the link text.  Alpine
29714 does this to help indicate where a link will take you, particularly when
29715 the link text might suggest a different destination.
29718 Setting this feature will prevent the server name from being appended
29719 to the displayed text.
29722 &lt;End of help on this topic&gt;
29723 </BODY>
29724 </HTML>
29725 ====== h_config_prefer_plain_text =====
29726 <HTML>
29727 <HEAD>
29728 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29729 </HEAD>
29730 <BODY>
29731 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29733 A message being viewed may contain alternate versions of the same content.
29734 Those alternate versions are supposed to be ordered by the sending software such that the
29735 first alternative is the least preferred and the last alternative is the
29736 most preferred. Alpine will normally display the most-preferred version that
29737 it knows how to display. This is most often encountered where the two
29738 alternate versions are a plain text version and an HTML version, with the
29739 HTML version listed last as the most preferred.
29741 If this option is set, then any plain text version will be preferred to
29742 all other versions.
29744 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29745 which will temporarily change the sense of this option.
29746 If this option is set you will first see the plain text version of a
29747 message.
29748 If you then type the &quot;A&quot; command, you will see the most preferred version,
29749 most likely HTML, instead.
29750 Typing the &quot;A&quot; command a second time will switch it back.
29751 Alternatively, if the present option is not set you will originally see
29752 the most preferred version of the message and typing &quot;A&quot; will switch to
29753 the plain text version.
29755 &lt;End of help on this topic&gt;
29756 </BODY>
29757 </HTML>
29758 ====== h_config_pass_control =====
29759 <HTML>
29760 <HEAD>
29761 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29762 </HEAD>
29763 <BODY>
29764 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29766 It is probably not useful to set this option.
29767 This is a legacy option left behind &quot;just in case&quot;.
29768 Multi-byte characters that have an octet that has the same
29769 value as a control character are permitted through whether or not
29770 this option is turned on.
29772 This feature controls how certain characters contained in messages are
29773 displayed.
29774 If set, all characters in a message will be sent to the
29775 screen. Normally, control characters are displayed as shown below to
29776 avoid a garbled screen and to 
29777 avoid inadvertently changing terminal setup parameters.
29778 Control characters are usually displayed as two character sequences like
29779 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29780 for Control-C,
29781 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29782 for ESCAPE,
29783 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29784 for DELETE, and
29785 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29786 for the character with value 133 (0x85).
29787 (The DEL character is displayed as ^?, regular control characters are displayed
29788 as the character ^ followed by the character obtained by adding the
29789 five low-order bits of the character to 0x40, and the C1
29790 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29791 character obtained by adding the
29792 five low-order bits of the character to 0x40.)
29793 Sometimes, in cases where changing a single control character into a
29794 two-character sequence would confuse Alpine's display routines,
29795 a question mark is substituted for the control character.
29797 If you wish to filter out regular control characters but pass the
29798 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29799 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.
29801 &lt;End of help on this topic&gt;
29802 </BODY>
29803 </HTML>
29804 ====== h_config_pass_c1_control =====
29805 <HTML>
29806 <HEAD>
29807 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29808 </HEAD>
29809 <BODY>
29810 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29812 It is probably not useful to set this option.
29813 This is a legacy option left behind &quot;just in case&quot;.
29814 Multi-byte characters that have an octet that has the same
29815 value as a control character are permitted through whether or not
29816 this option is turned on.
29818 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29819 is set, then this feature has no effect.
29820 However, if you wish to filter out regular control characters but pass the
29821 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29822 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29823 unset and set this feature.
29825 &lt;End of help on this topic&gt;
29826 </BODY>
29827 </HTML>
29828 ====== h_config_fcc_on_bounce =====
29829 <HTML>
29830 <HEAD>
29831 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29832 </HEAD>
29833 <BODY>
29834 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29836 This feature controls an aspect of Alpine's behavior when bouncing a
29837 message. If set, normal FCC ("File Carbon Copy") processing will be
29838 done, just as if you had composed a message to the address you are
29839 bouncing to.  If not set, no FCC of the message will be saved. 
29841 &lt;End of help on this topic&gt;
29842 </BODY>
29843 </HTML>
29844 ====== h_config_show_cursor =====
29845 <HTML>
29846 <HEAD>
29847 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29848 </HEAD>
29849 <BODY>
29850 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29852 This feature controls an aspect of Alpine's displays.  If set, the system
29853 cursor will move to convenient locations in the displays.  For example,
29854 to the beginning of the status field of the highlighted index line, or
29855 to the highlighted word after a successful WhereIs command.  It is intended
29856 to draw your attention to an "interesting" spot on the screen.
29858 &lt;End of help on this topic&gt;
29859 </BODY>
29860 </HTML>
29861 ====== h_config_sort_fcc_alpha =====
29862 <HTML>
29863 <HEAD>
29864 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29865 </HEAD>
29866 <BODY>
29867 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29869 This feature controls an aspect of Alpine's FOLDER LIST screen.
29870 If set, the default Fcc folder will be sorted alphabetically with the other
29871 folders instead of appearing right after the INBOX.
29873 &lt;End of help on this topic&gt;
29874 </BODY>
29875 </HTML>
29876 ====== h_config_sort_save_alpha =====
29877 <HTML>
29878 <HEAD>
29879 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29880 </HEAD>
29881 <BODY>
29882 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29884 This feature controls an aspect of Alpine's FOLDER LIST screen.
29885 If set, the default save folder will be sorted alphabetically with the other
29886 folders instead of appearing right after the INBOX (and default FCC folder).
29888 &lt;End of help on this topic&gt;
29889 </BODY>
29890 </HTML>
29891 ====== h_config_single_list =====
29892 <HTML>
29893 <HEAD>
29894 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29895 </HEAD>
29896 <BODY>
29897 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29899 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29900 the folders will be listed one per line instead of several per line
29901 in the FOLDER LIST display.
29903 &lt;End of help on this topic&gt;
29904 </BODY>
29905 </HTML>
29906 ====== h_config_vertical_list =====
29907 <HTML>
29908 <HEAD>
29909 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29910 </HEAD>
29911 <BODY>
29912 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29914 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29915 the folders will be listed alphabetically down the columns rather
29916 than across the columns as is the default.
29918 &lt;End of help on this topic&gt;
29919 </BODY>
29920 </HTML>
29921 ====== h_config_verbose_post =====
29922 <HTML>
29923 <HEAD>
29924 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29925 </HEAD>
29926 <BODY>
29927 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29928 This feature controls an aspect of Alpine's message sending.  When enabled,
29929 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29930 intended to cause the SMTP server to provide a more detailed account of
29931 the transaction.  This feature is typically only useful to system
29932 administrators and other support personel as an aid in troublshooting
29933 problems.
29935 Note, this feature relies on a specific capability of the system's mail
29936 transport agent or configured 
29937 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29938 It is possible that this
29939 feature will cause problems for some tranport agents, and may result in
29940 sending failure.  In addition, as the verbose output comes from the mail
29941 transport agent, it is likely to vary from one system to another. 
29942 <P><UL>
29943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29944 </UL><P>
29945 &lt;End of help on this topic&gt;
29946 </BODY>
29947 </HTML>
29948 ====== h_config_auto_reply_to =====
29949 <HTML>
29950 <HEAD>
29951 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29952 </HEAD>
29953 <BODY>
29954 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29956 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29957 will not prompt when a message being replied to contains a "Reply-To:"
29958 header value, but will simply use its value (as opposed to using the
29959 "From:" field's value).
29963 Note: Using the "Reply-To:" address is usually the preferred behavior,
29964 however, some mailing list managers choose to place the list's address in
29965 the "Reply-To:" field of any message sent out to the list.  In such
29966 cases, this feature makes it all too easy for personal replies to be
29967 inadvertently sent to the entire mail list, so be careful! 
29969 &lt;End of help on this topic&gt;
29970 </BODY>
29971 </HTML>
29972 ====== h_config_del_skips_del =====
29973 <HTML>
29974 <HEAD>
29975 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29976 </HEAD>
29977 <BODY>
29978 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29980 This feature controls an aspect of Alpine's Delete command.  If set, this
29981 feature will cause the Delete command to advance past following messages that
29982 are marked deleted.  In other words, pressing "D" will both mark the
29983 current message deleted and advance to the next message that is not marked
29984 deleted.
29985 This feature is set by default.
29987 &lt;End of help on this topic&gt;
29988 </BODY></HTML>
29989 ====== h_config_expunge_manually =====
29990 <HTML>
29991 <HEAD>
29992 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29993 </HEAD>
29994 <BODY>
29995 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29997 Normally, when you close a folder that contains deleted messages you are
29998 asked if you want to expunge those messages from the folder permanently.
29999 If this feature is set, you won't be asked and the deleted messages will
30000 remain in the folder.
30001 If you choose to set this feature you will have to expunge the
30002 messages manually using the eXpunge command, which you can use while
30003 in the MESSAGE INDEX screen.
30004 If you do not expunge deleted messages the size of your
30005 folder will continue to increase until you are out of disk space.
30007 <UL>   
30008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30009 </UL><P>
30010 &lt;End of help on this topic&gt;
30011 </BODY>
30012 </HTML>
30013 ====== h_config_auto_expunge =====
30014 <HTML>
30015 <HEAD>
30016 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30017 </HEAD>
30018 <BODY>
30019 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30021 This features controls an aspect of Alpine's eXpunge command.  If set, you
30022 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30023 place.
30024 Actually, this is only true for the INBOX folder and for folders in the
30025 Incoming Folders collection. See the feature
30026 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30028 <UL>   
30029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30030 </UL><P>
30031 &lt;End of help on this topic&gt;
30032 </BODY>
30033 </HTML>
30034 ====== h_config_full_auto_expunge =====
30035 <HTML>
30036 <HEAD>
30037 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30038 </HEAD>
30039 <BODY>
30040 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30042 This features controls an aspect of Alpine's eXpunge command.  If set, you
30043 will <B>not</B> be prompted to confirm your intent before the expunge 
30044 takes place.  This feature sets this behavior for all folders, unlike the
30045 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30046 feature that works only for incoming folders.
30048 <UL>   
30049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30050 </UL><P>
30051 &lt;End of help on this topic&gt;
30052 </BODY>
30053 </HTML>
30054 ====== h_config_auto_read_msgs =====
30055 <HTML>
30056 <HEAD>
30057 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30058 </HEAD>
30059 <BODY>
30060 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30061 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30062 and the 
30063 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30064 option is also set, then Alpine will
30065 automatically transfer all read messages to the designated folder and mark
30066 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30067 &quot;N&quot; (meaning New, or unseen) are not affected.
30069 <UL>   
30070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30071 </UL><P>
30072 &lt;End of help on this topic&gt;
30073 </BODY>
30074 </HTML>
30075 ====== h_config_auto_fcc_only =====
30076 <HTML>
30077 <HEAD>
30078 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30079 </HEAD>
30080 <BODY>
30081 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30082 This features controls an aspect of Alpine's composer.
30083 The only time this feature will be used is if you attempt to send mail
30084 that has no recipients but does have an Fcc.
30085 Normally, Alpine will ask if you really mean to copy the message only to
30086 the Fcc.
30087 That is, it asks if you really meant to have no recipients.
30088 If this feature is set, you
30089 will <B>not</B> be prompted to confirm your intent to make only a copy
30090 of a message with no recipients.
30092 This feature is closely related to
30093 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30094 The difference between this feature and that feature is that this feature
30095 considers a Bcc to be a recipient while that feature will ask for confirmation
30096 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30097 The default values also differ. This feature defaults to asking the question
30098 and you have to turn it off.
30099 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30100 unless you turn it on.
30103 <UL>   
30104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30105 </UL><P>
30106 &lt;End of help on this topic&gt;
30107 </BODY>
30108 </HTML>
30109 ====== h_config_mark_fcc_seen =====
30110 <HTML>
30111 <HEAD>
30112 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30113 </HEAD>
30114 <BODY>
30115 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30117 This features controls the way Fccs (File carbon copies) are
30118 made of the messages you send.
30121 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30122 copy will be marked as Unseen.
30123 When you look at the folder it was saved in the message will appear to
30124 be a New message until you read it.
30125 When this feature is enabled, the message will be marked as having
30126 been Seen.
30129 <UL>   
30130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30131 </UL><P>
30132 &lt;End of help on this topic&gt;
30133 </BODY>
30134 </HTML>
30135 ====== h_config_no_fcc_attach =====
30136 <HTML>
30137 <HEAD>
30138 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30139 </HEAD>
30140 <BODY>
30141 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30143 This features controls the way Fcc's (File carbon copies) are
30144 made of the messages you send.
30147 Normally, Alpine saves an exact copy of your message as it was sent.
30148 When this feature is enabled, the &quot;body&quot; of the message
30149 you send (the text you type in the composer) is preserved in the 
30150 copy as before, however all attachments are replaced with text
30151 explaining what had been sent rather than the attachments themselves.
30154 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30155 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30156 allows you to interactively set whether or not attachments are saved
30157 to the Fcc'd copy.
30160 <UL>   
30161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30162 </UL><P>
30163 &lt;End of help on this topic&gt;
30164 </BODY>
30165 </HTML>
30166 ====== h_config_read_in_newsrc_order =====
30167 <HTML>
30168 <HEAD>
30169 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30170 </HEAD>
30171 <BODY>
30172 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30174 This feature controls the order in which newsgroups will be presented.  If
30175 set, they will be presented in the same order as they occur in your 
30176 <!--chtml if pinemode="os_windows"-->
30177 &quot;NEWSRC&quot;
30178 <!--chtml else-->
30179 &quot;.newsrc&quot;
30180 <!--chtml endif-->
30181 file (the default location of which can be changed with the 
30182 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30184 If not set, the newsgroups will be presented in alphabetical order.
30186 <UL>   
30187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30188 </UL><P>
30189 &lt;End of help on this topic&gt;
30190 </BODY>
30191 </HTML>
30192 ====== h_config_quell_tz_comment =====
30193 <HTML>
30194 <HEAD>
30195 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30196 </HEAD>
30197 <BODY>
30198 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30200 Normally, when Alpine generates a Date header for outgoing mail,
30201 it will try to include the symbolic timezone at the end of the
30202 header inside parentheses.
30203 The symbolic timezone is often three characters long, but on
30204 some operating systems, it may be longer.
30205 Apparently there are some SMTP servers in the world that will reject an
30206 incoming message if it has a Date header longer than about 80 characters.
30207 If this feature is set, the symbolic timezone normally generated by
30208 Alpine will not be included.
30209 You probably don't need to worry about this feature unless you run into
30210 the problem described above.
30213 &lt;End of help on this topic&gt;
30214 </BODY>
30215 </HTML>
30216 ====== h_config_post_wo_validation =====
30217 <HTML>
30218 <HEAD>
30219 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30220 </HEAD>
30221 <BODY>
30222 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30224 This feature controls whether the NNTP server is queried as newsgroups
30225 are entered for posting.  Validation over slow links (e.g. dialup using
30226 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30228 &lt;End of help on this topic&gt;
30229 </BODY>
30230 </HTML>
30231 ====== h_config_send_wo_confirm =====
30232 <HTML>
30233 <HEAD>
30234 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30235 </HEAD>
30236 <BODY>
30237 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30239 By default, when you send or post a message you will be asked to confirm
30240 with a question that looks something like:
30243 <CENTER><SAMP>Send message?</SAMP></CENTER>
30246 If this feature is set, you
30247 will <B>not</B> be prompted to confirm your intent to send
30248 and your message will be sent.
30250 If this feature is set it disables some possibilities and renders some
30251 other features meaningless.
30252 You will not be able to use
30253 <A HREF="h_config_sending_filter">Sending Filters</A>,
30254 Verbose sending mode,
30255 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30256 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30257 or ^V to turn off the generation of flowed text for this message.
30258 These options are normally available as suboptions in the Send prompt, but
30259 with no Send prompt the options are gone.
30262 A somewhat related feature is
30263 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30264 which may be used to eliminate the extra confirmation
30265 question when posting to a newsgroup.
30267 <UL>   
30268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30269 </UL><P>
30270 &lt;End of help on this topic&gt;
30271 </BODY>
30272 </HTML>
30273 ====== h_config_quell_filtering_done_message =====
30274 <HTML>
30275 <HEAD>
30276 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30277 </HEAD>
30278 <BODY>
30279 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30281 If you use Filter Rules that move messages or set status of messages
30282 you sometimes see a message from Alpine that looks like
30285 <CENTER><SAMP>filtering done</SAMP></CENTER>
30288 If this feature is set, this message will be suppressed.
30289 If the feature
30290 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30291 is set then this message will be suppressed regardless.
30294 <UL>   
30295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30296 </UL><P>
30297 &lt;End of help on this topic&gt;
30298 </BODY>
30299 </HTML>
30300 ====== h_config_quell_filtering_messages =====
30301 <HTML>
30302 <HEAD>
30303 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30304 </HEAD>
30305 <BODY>
30306 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30308 If you use Filter Rules that move messages or set status of messages
30309 you sometimes see messages from Alpine that look like
30312 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30318 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30324 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30327 If this feature is set, these messages will be suppressed.
30328 The feature
30329 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30330 is related.
30333 <UL>   
30334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30335 </UL><P>
30336 &lt;End of help on this topic&gt;
30337 </BODY>
30338 </HTML>
30339 ====== h_config_quell_post_prompt =====
30340 <HTML>
30341 <HEAD>
30342 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30343 </HEAD>
30344 <BODY>
30345 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30347 By default, when you post a message to a newsgroup you are asked to confirm
30348 that you want to post with the question
30351 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30354 If this feature is set, you
30355 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30356 and your message will be posted.
30359 <UL>   
30360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30361 </UL><P>
30362 &lt;End of help on this topic&gt;
30363 </BODY>
30364 </HTML>
30365 ====== h_config_check_mail_onquit =====
30366 <HTML>
30367 <HEAD>
30368 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30369 </HEAD>
30370 <BODY>
30371 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30373 If this feature is set, Alpine will check for new mail after you give the
30374 Quit command.
30375 If new mail has arrived since the previous check, you will be notified
30376 and given the choice of quitting or not quitting.
30378 <UL>   
30379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30380 </UL><P>
30381 &lt;End of help on this topic&gt;
30382 </BODY>
30383 </HTML>
30384 ====== h_config_inbox_no_confirm =====
30385 <HTML>
30386 <HEAD>
30387 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30388 </HEAD>
30389 <BODY>
30390 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30392 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30393 command and there are no more folders or newsgroups to visit, you are asked
30394 if you want to return to the INBOX.
30395 If this feature is set you will not be asked.
30396 It will be assumed that you do want to return to the INBOX.
30398 <UL>   
30399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30400 </UL><P>
30401 &lt;End of help on this topic&gt;
30402 </BODY>
30403 </HTML>
30404 ====== h_config_dates_to_local =====
30405 <HTML>
30406 <HEAD>
30407 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30408 </HEAD>
30409 <BODY>
30410 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30412 Normally, the message dates that you see in the
30413 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30414 For example, if a message was sent to you from a few timezones to the east
30415 it might appear that it was sent from the future;
30416 or if it was sent from somewhere to the west it might appear
30417 as if it is from yesterday even though it was sent only a few minutes ago.
30418 If this feature is set an attempt will be made to convert the dates
30419 to your local timezone to be displayed.
30421 Note that this does not affect the results of Select by Date or of
30422 anything else other than these displayed dates.
30423 When viewing the message you may look at the original unconverted value of the Date
30424 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30426 <UL>   
30427 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30428 </UL><P>
30429 &lt;End of help on this topic&gt;
30430 </BODY>
30431 </HTML>
30432 ====== h_config_tab_no_prompt =====
30433 <HTML>
30434 <HEAD>
30435 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30436 </HEAD>
30437 <BODY>
30438 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30440 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30441 command and there is a problem checking a folder, you are asked
30442 whether you want to continue with the search in the following folder or not.
30443 This question gives you a chance to stop the NextNew processing.
30444 (The checking problem might be caused by the fact that the folder does not
30445 exist, or by an authentication problem, or by a server problem
30446 of some sort.)
30449 If this feature is set you will not be asked.
30450 It will be assumed that you do want to continue.
30452 <UL>   
30453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30454 </UL><P>
30455 &lt;End of help on this topic&gt;
30456 </BODY>
30457 </HTML>
30458 ====== h_config_input_history =====
30459 <HTML>
30460 <HEAD>
30461 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30462 </HEAD>
30463 <BODY>
30464 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30466 Many of the prompts that ask for input in the status line near the
30467 bottom of the screen will respond to Up Arrow and Down Arrow
30468 with the history of previous entries.
30469 For example, in the MESSAGE INDEX screen when you use the WhereIs
30470 command the text you entered will be remembered and can be recalled
30471 by using the Up Arrow key.
30472 Another example, when saving a message the folders saved to will
30473 be remembered and can be recalled using the arrow keys.
30475 In the Save prompt, some users prefer that the Up and Down arrow keys
30476 be used for the Previous Collection and Next Collection commands
30477 instead of for a history of previous saves.
30478 If this option is set the Up and Down arrow keys will become synonyms for the
30479 Previous Collection and Next Collection (^P and ^N) commands in the
30480 prompt for the name of a folder to Save to or in the prompt for the
30481 name of a folder to GoTo.
30482 When this feature is not set (the default), ^P and ^N will change the
30483 collection and the arrow keys will show the history.
30485 <UL>   
30486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30487 </UL><P>
30488 &lt;End of help on this topic&gt;
30489 </BODY>
30490 </HTML>
30491 ====== h_config_confirm_role =====
30492 <HTML>
30493 <HEAD>
30494 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30495 </HEAD>
30496 <BODY>
30497 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30499 If you have roles, when you Reply to or Forward a message, or Compose
30500 a new message, Alpine
30501 will search through your roles for one that matches.
30502 Normally, if no matches are found you will be placed into the composer
30503 with no opportunity to select a role.
30504 If this feature is set, then you will be asked to confirm that you don't
30505 want a role.
30506 This will give you the opportunity to select a role (with the ^T command).
30507 If you confirm no role with a Return, you will be placed in
30508 the composer with no role.
30509 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30510 These behave the same as if you pressed the Return.
30511 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30512 match what you might type if there was a role match.)
30514 If you are using the alternate form of the Compose command called
30515 &quot;Role&quot;, then all of your roles will be available to you,
30516 independent of the value of this feauture and of the values set for all of
30517 Reply Use, Forward Use, and Compose Use.
30519 <UL>   
30520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30521 </UL><P>
30522 &lt;End of help on this topic&gt;
30523 </BODY>
30524 </HTML>
30525 ====== h_config_news_cross_deletes =====
30526 <HTML>
30527 <HEAD>
30528 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30529 </HEAD>
30530 <BODY>
30531 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30533 This feature controls what Alpine does when you delete a message in a
30534 newsgroup that appears in more than one newsgroup.  Such a message
30535 is sometimes termed a &quot;crossposting&quot; in that it was posted
30536 across several newsgroups.
30539 Alpine's default behavior when you delete such a message is to remove
30540 only the copy in the current newsgroup from view when you use the
30541 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30544 Enabling this feature causes Alpine to remove every occurrence of the
30545 message from all newsgroups it appears in and to which you are
30546 subscribed.
30549 NOTE: As currently implemented, enabling this feature may increase the
30550 time it takes the Expunge command and newsgroup closing to complete.
30553 <UL>   
30554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30555 </UL><P>
30556 &lt;End of help on this topic&gt;
30557 </BODY>
30558 </HTML>
30559 ====== h_config_news_catchup =====
30560 <HTML>
30561 <HEAD>
30562 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30563 </HEAD>
30564 <BODY>
30565 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30567 This feature controls what Alpine does as it closes a newsgroup.
30568 When set, Alpine will offer to delete all messages from the newsgroup
30569 as you are quitting Alpine or opening a new folder.
30572 This feature is useful if you typically read all the interesting messages
30573 in a newsgroup each time you open it.  This feature saves you from
30574 having to delete each message in a newsgroup as you read it or from
30575 selecting all the messages and doing an
30576 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30577 move on to the next folder or newsgroup.
30580 <UL>   
30581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30582 </UL><P>
30583 &lt;End of help on this topic&gt;
30584 </BODY>
30585 </HTML>
30586 ====== h_config_next_thrd_wo_confirm =====
30587 <HTML>
30588 <HEAD>
30589 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30590 </HEAD>
30591 <BODY>
30592 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30594 This feature controls an aspect of Alpine's Next and Prev commands in
30595 the case where you are using one of the
30596 &quot;separate-index-screen&quot; styles for the configuration option
30597 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30598 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30599 When you are Viewing a particular thread you have a
30600 MESSAGE INDEX of only the messages in that thread.
30601 If you press the Next command with the last message in the thread highlighted
30602 you will normally be asked if you want to &quot;View next thread?&quot;,
30603 assuming there is a next thread to view.
30604 If this feature is set it will be assumed that you always want to view the
30605 next thread and you won't be asked to confirm that.
30606 Similarly, if the first message of the thread is highlighted and you
30607 press the Prev command, this feature will prevent the question
30608 &quot;View previous thread&quot;.
30610 This feature only has an effect in the MESSAGE INDEX screen.
30611 If you then view a particular message from that screen and press the
30612 Next command, you will be sent to the next thread without being asked,
30613 independent of the setting of this feature.
30615 The feature
30616 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30618 &lt;End of help on this topic&gt;
30619 </BODY>
30620 </HTML>
30621 ====== h_config_kw_braces =====
30622 <HTML>
30623 <HEAD>
30624 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30625 </HEAD>
30626 <BODY>
30627 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30629 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30630 TEXT screens.
30631 If you have modified the
30632 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30633 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30634 are used to display keywords or their initials along with the Subject; then
30635 this option may be used to modify the resulting display slightly.
30636 By default, the keywords or initials displayed for these tokens will be
30637 surrounded with curly braces ({ and }) and a trailing space.
30638 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30639 a message, the &quot;SUBJKEY&quot; token will normally look like
30641 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30643 and the SUBJKEYINIT token would look like
30645 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30647 The default character before the keywords is the left brace ({) and the
30648 default after the keywords is the right brace followed by a space (} ).
30650 This option allows you to change that.
30651 You should set it to two values separated by a space.
30652 The values may be quoted if they include space characters.
30653 So, for example, the default value could be specified explicitly by setting this
30654 option to
30656 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30658 The first part wouldn't need to be quoted (but it doesn't hurt).
30659 The second part does need the quotes because it includes a space character.
30660 If you wanted to change the braces to brackets you could use
30662 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30664 Inside the quotes you can use backslash quote to mean quote, so
30666 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30668 would produce
30670 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30672 It is also possible to color keywords in the index using the
30673 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30675 It is not possible to change the fact that a space character is used to
30676 separate the keywords if more than one keyword is set for a message.
30677 It is also not possible to change the fact that there are no separators
30678 between the keyword initials if more than one keyword is set.
30680 &lt;End of help on this topic&gt;
30681 </BODY>
30682 </HTML>
30683 ====== h_config_opening_sep =====
30684 <HTML>
30685 <HEAD>
30686 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30687 </HEAD>
30688 <BODY>
30689 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30691 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30692 With some setups the text of the subject is followed
30693 by the opening text of the message if there is any room available in the index line.
30694 If you have configured your
30695 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30696 to include one of the Subject tokens that causes this behavior
30697 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30698 to modify what is displayed slightly.
30699 By default, the Subject is separated from the opening text of the message by
30700 the three characters space dash space;
30702 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30704 Use this option to set it to something different.
30705 The value must be quoted if it includes any space characters.
30706 For example, the default value could be specified explicitly by setting this
30707 option to
30709 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30711 &lt;End of help on this topic&gt;
30712 </BODY>
30713 </HTML>
30714 ====== h_config_select_wo_confirm =====
30715 <HTML>
30716 <HEAD>
30717 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30718 </HEAD>
30719 <BODY>
30720 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30722 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30723 These commands all take text input to specify the name of the folder or
30724 file to be used, but allow you to press ^T for a list of possible names.
30725 If set, the selected name will be used immediately, without further
30726 opportunity to confirm or edit the name.
30728 Some related help topics are
30729 <UL>
30730 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30731 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30732 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30733 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30734 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30735 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30736 </UL>
30738 &lt;End of help on this topic&gt;
30739 </BODY>
30740 </HTML>
30741 ====== h_config_save_part_wo_confirm =====
30742 <HTML>
30743 <HEAD>
30744 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30745 </HEAD>
30746 <BODY>
30747 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30749 This feature controls an aspect of Alpine's Save command.
30750 By default, when you Save a message that has some deleted parts, you will
30751 be asked to confirm that you want to Save with a prompt that looks like:
30753 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30755 If this feature is set, you will not be asked.
30757 &lt;End of help on this topic&gt;
30758 </BODY>
30759 </HTML>
30760 ====== h_config_use_resentto =====
30761 <HTML>
30762 <HEAD>
30763 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30764 </HEAD>
30765 <BODY>
30766 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30768 This feature is turned off by default because turning it on causes problems
30769 with some deficient IMAP servers.
30770 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30771 <A HREF="h_rule_patterns">Pattern</A>
30772 contains a To header pattern and this feature is turned on,
30773 then a check is made in the message to see
30774 if a Resent-To header is present, and that is used instead of the To header.
30775 If this feature is not turned on, then the regular To header will always
30776 be used.
30779 &lt;End of help on this topic&gt;
30780 </BODY>
30781 </HTML>
30782 ====== h_config_use_reg_start_for_stayopen =====
30783 <HTML>
30784 <HEAD>
30785 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30786 </HEAD>
30787 <BODY>
30788 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30790 This feature affects which message is selected as the current message
30791 when you enter a
30792 <A HREF="h_config_permlocked">Stay Open</A> folder.
30794 Normally, the starting position for an incoming folder (which most Stay Open
30795 folders will likely be) is controlled by the
30796 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30797 However, if a folder is a Stay Open folder, when you re-enter the folder
30798 after the first time the current message will be the same as it was when
30799 you left the folder.
30800 An exception is made if you use the TAB command to get to the folder.
30801 In that case, the message number will be incremented by one from what it
30802 was when you left the folder.
30804 The above special behavior is thought to be useful.
30805 However, it is special and different from what you might at first expect.
30806 If this feature is set, then Stay Open folders will not be treated specially
30807 as far as the startup rule is concerned.
30810 &lt;End of help on this topic&gt;
30811 </BODY>
30812 </HTML>
30813 ====== h_config_use_current_dir =====
30814 <HTML>
30815 <HEAD>
30816 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30817 </HEAD>
30818 <BODY>
30819 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30821 This feature controls an aspect of several commands. 
30822 If set, your &quot;current working directory&quot; 
30823 <!--chtml if pinemode="running"-->
30824 (which, at least for your current Alpine &quot;session,&quot; 
30825 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30826 <!--chtml endif-->
30827 will be used instead of your home directory 
30828 <!--chtml if pinemode="running"-->
30829 (which, in the present configuration of your system, is
30830  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30831 <!--chtml endif-->
30832 for all of the following operations:<UL>
30833     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30834     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30835     <LI> <!--chtml if pinemode="function_key"-->F4
30836          <!--chtml else-->Ctrl-R
30837          <!--chtml endif--> file inclusion in the COMPOSER
30838     <LI> <!--chtml if pinemode="function_key"-->F5
30839          <!--chtml else-->Ctrl-J
30840          <!--chtml endif--> file attachment in the COMPOSER
30841 </UL>
30842 <!--chtml if pinemode="os_windows"-->
30844 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30845 you can set the &quot;current drive&quot; 
30846 by specifying it in the &quot;Start in:&quot; 
30847 box found in the Shortcut tab of the Properties.  
30848 <!--chtml endif-->
30850 <UL>   
30851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30852 </UL>
30855 &lt;End of help on this topic&gt;
30856 </BODY>
30857 </HTML>
30858 ====== h_config_save_wont_delete =====
30859 <HTML>
30860 <HEAD>
30861 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30862 </HEAD>
30863 <BODY>
30864 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30866 This feature controls one aspect of the Save command.  If set, Save will
30867 not mark the message &quot;deleted&quot; (its default behavior) after
30868 it has been copied to the designated folder.
30871 &lt;End of help on this topic&gt;
30872 </BODY>
30873 </HTML>
30874 ====== h_config_use_boring_spinner =====
30875 <HTML>
30876 <HEAD>
30877 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30878 </HEAD>
30879 <BODY>
30880 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30882 When Alpine is delayed for some reason it usually shows that
30883 something is happening with a small animated display in the status
30884 message line near the bottom of the screen.
30885 Setting this feature will cause that animation to be the same
30886 each time instead of having Alpine choose a random animation.
30887 You may turn the animation off altogether by setting the
30888 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30889 option to zero.
30892 &lt;End of help on this topic&gt;
30893 </BODY>
30894 </HTML>
30895 ====== h_config_unsel_wont_advance =====
30896 <HTML>
30897 <HEAD>
30898 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30899 </HEAD>
30900 <BODY>
30901 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30903 This feature controls one aspect of the Unselect Current message command.
30904 Normally, when the Unselect current message command (:) is typed when the
30905 current message is selected, the message will be unselected and the next
30906 message will become the current message.
30907 If this feature is set, the cursor will not advance to the next message.
30908 Instead, the current message will remain the current message after
30909 unselecting.
30912 &lt;End of help on this topic&gt;
30913 </BODY>
30914 </HTML>
30915 ====== h_config_prune_uses_iso =====
30916 <HTML>
30917 <HEAD>
30918 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30919 </HEAD>
30920 <BODY>
30921 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30923 By default, Alpine asks monthly whether or not you would like to rename
30924 some folders to a new name containing the date.
30925 It also asks whether or not you would like to delete some old folders.
30926 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30927 explanation.
30930 By default, the name used when renaming a folder looks like
30932 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30934 For example, the first time you run Alpine in May of 2004,
30935 the folder &quot;sent-mail&quot; might be renamed to
30937 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30939 If this feature is set, the name used will be of the form
30941 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30943 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30944 month (01, 02, ..., 12).
30945 For the April, 2004 example above, it would instead be
30947 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30949 because April is the 4th month of the year.
30950 A reason you might want to set this feature is so that the folders
30951 will sort in chronological order.
30954 &lt;End of help on this topic&gt;
30955 </BODY>
30956 </HTML>
30957 ====== h_config_save_advances =====
30958 <HTML>
30959 <HEAD>
30960 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30961 </HEAD>
30962 <BODY>
30963 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30965 This feature controls one aspect of the Save command.  If set, Save will
30966 (in addition to copying the current message to the designated folder) also
30967 advance to the next message.
30970 &lt;End of help on this topic&gt;
30971 </BODY>
30972 </HTML>
30973 ====== h_config_force_arrow =====
30974 <HTML>
30975 <HEAD>
30976 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30977 </HEAD>
30978 <BODY>
30979 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30981 This feature affects Alpine's MESSAGE INDEX display routine.
30982 If set, the normal inverse-video cursor will be
30983 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30984 second column of the index display.
30986 This is the same index cursor you get if you turn on
30987 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30988 line coloring will still be present if this feature is turned on and
30989 <!--#echo var="FEAT_assume-slow-link"--> is off.
30991 An alternative version of the Arrow cursor is available by including the
30992 <A HREF="h_config_index_arrow_color">ARROW</A>
30993 token in the
30994 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30996 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30997 but that is not implemented.
31000 &lt;End of help on this topic&gt;
31001 </BODY>
31002 </HTML>
31003 ====== h_config_force_low_speed =====
31004 <HTML>
31005 <HEAD>
31006 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31007 </HEAD>
31008 <BODY>
31009 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31011 UNIX Alpine only.
31013 This feature affects Alpine's display routines.  If set, the normal
31014 inverse-video cursor (used to highlight the current item in a list) will be
31015 replaced by an &quot;arrow&quot; cursor and other
31016 screen update optimizations for
31017 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31018 One of the optimizations is that colored index lines (set up with Indexcolor
31019 Rules) will not be colored.
31020 If you are just turning this feature on because you like using
31021 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31022 coloring by turning this feature off and the
31023 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31026 &lt;End of help on this topic&gt;
31027 </BODY>
31028 </HTML>
31029 ====== h_config_show_delay_cue =====
31030 <HTML>
31031 <HEAD>
31032 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31033 </HEAD>
31034 <BODY>
31035 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31037 If set, this feature will cause an asterisk to appear in the upper
31038 left-hand corner of the screen whenever Alpine checks for new mail.
31039 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31040 mailbox to disk.
31042 <!--chtml if pinemode="os_windows"-->
31044 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31045 it is trying to open a network connection (e.g, to open your INBOX
31046 on an IMAP
31047 server) or read from the network connection.  A greater-than symbol,
31048 will be displayed when PC-Alpine is trying to write to the network
31049 connection (e.g, sending a command to your IMAP server).
31050 <!--chtml endif-->
31053 &lt;End of help on this topic&gt;
31054 </BODY>
31055 </HTML>
31056 ====== h_config_color_style =====
31057 <HTML>
31058 <HEAD>
31059 <TITLE>OPTION: Color Style</TITLE>
31060 </HEAD>
31061 <BODY>
31062 <H1>OPTION: Color Style</H1>
31064 UNIX Alpine only.
31066 If the terminal or terminal emulator you are using is capable of displaying
31067 colors, this option controls whether or not color will be used in Alpine.
31068 If you turn color on and things are set up correctly,
31069 you should see color appear on the screen immmediately.
31070 Modern terminal emulators are usually capable of displaying colors.
31072 The available options include:
31075 <DL>
31076 <DT>no-color</DT>
31077 <DD>Don't use color.
31078 </DD>
31080 <DT>use-termdef</DT>
31081 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31082 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31083 how Alpine was compiled.
31084 This is a good option to choose if you switch between a color and a non-color
31085 terminal with the same Alpine configuration.
31086 Alpine will know to use color on the color terminal because it is described
31087 in the termcap entry, and Alpine will know to use black and white on the
31088 non-color terminal.
31089 The Alpine Technical Notes
31090 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31091 have more information on configuring a TERMCAP or TERMINFO
31092 entry for color Alpine.
31093 This is usually something a system administrator does.
31094 </DD>
31096 <DT>force-ansi-8color</DT>
31097 <DD>This is probably the setting that most people should use.
31098 Because setting up a termcap entry is confusing and because the
31099 terminal capabilities database is often not correctly configured for color,
31100 this choice and the next may be easier for you to use.
31101 If your terminal emulator responds to ANSI color escape sequences, which
31102 many do, this option will cause Alpine to believe your terminal will respond
31103 to the escape sequences that produce eight different foreground and background
31104 colors.
31105 The escape sequences used to set the foreground colors are
31107   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31109 where the color_number is an ASCII digit between 0 and 7.
31110 The numbers 0 through 7 should correspond to the colors black, red, green,
31111 yellow, blue, magenta, cyan, and white.
31112 Some terminal emulators use a pre-ANSI scheme that swaps
31113 the colors blue and red and the colors yellow and cyan.
31114 This will cause the default colors to be different, but other than that
31115 things should work fine.
31116 There is also a 9th color available, the last one shown, which is the default
31117 color from the terminal emulator.
31118 When used as a background color some people refer to this color as
31119 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31120 shown in the color swatch of the SETUP COLOR screen.
31121 The foreground transparent color is shown as
31122 the color of the &quot;TRAN&quot; text.
31123 (The transparent color will not work correctly in a PC-Alpine configuration.)
31124 The escape sequences used to set the background colors are the same
31125 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31126 The escape sequences for foreground and background default colors (transparent)
31127 are 39m and 49m.
31129 Note: With the Tera Term terminal emulator this setting works well.
31130 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31131 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31132 menu, in the &quot;Window&quot; submenu.
31133 </DD>
31135 <DT>force-ansi-16color</DT>
31136 <DD>Many terminal emulators know about the same eight colors above
31137 plus eight more.
31138 This option attempts to use all 16 colors.
31139 The same escape sequences as for the eight-color terminal are used
31140 for the first eight colors.
31141 The escape sequences used to set foreground colors 8-15 are the same as
31142 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31143 The background color sequences for colors 8-15 are the same as for 0-7
31144 except the &quot;4&quot; is replaced with &quot;10&quot;.
31145 You can tell if the 16 colors are working by turning on this option
31146 and then going into one of the color configuration screens, for example,
31147 the configuration screen for Normal Color.
31148 If you see 16 different colors to select from (plus a 17th for
31149 the transparent color), it's working.
31150 </DD>
31152 <DT>force-xterm-256color</DT>
31153 <DD>Some versions of xterm (and some other terminal emulators)
31154 have support for 256 colors.
31155 The escape sequences used to set the foreground colors are
31157   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31159 where the color_number is an ASCII digit between 0 and 255.
31160 Background colors are the same with the 38 replaced with a 48.
31161 The numbers 0 through 15 are probably similar to the 16 color version
31162 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31163 The terminal default (transparent) color is the 257th color at the bottom.
31164 Some terminal emulators will misinterpret these escape sequences causing
31165 the terminal to blink or overstrike characters or to do something else
31166 undesirable.
31168 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31169 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31170 this 256-color setting.
31172 </DD>
31173 </DL>
31176 The normal default is &quot;no-color&quot;.
31179 Once you've turned on color you may set the
31180 colors of many objects on the screen individually.
31181 For example, you may add colors to the status letters on the MESSAGE
31182 INDEX page.
31183 Most categories of color that Alpine supports are configurable here.
31184 For example, &quot;Normal Color&quot;
31185 is the color used to display most of the text in Alpine, and
31186 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31187 current message in the MESSAGE INDEX.
31189 Lines in the MESSAGE INDEX may also be colored.
31190 Use Setup Rules to get to the Indexcolor configuration screen.
31193 <UL>   
31194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31195 </UL><P>
31196 &lt;End of help on this topic&gt;
31197 </BODY>
31198 </HTML>
31199 ====== h_config_disable_index_locale_dates =====
31200 <HTML>
31201 <HEAD>
31202 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31203 </HEAD>
31204 <BODY>
31205 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31207 This feature affects the display of dates in the MESSAGE INDEX.
31208 Normally an attempt is made to localize the dates
31209 used in the MESSAGE INDEX display to your locale.
31210 This is controlled with the
31211 LC_TIME locale setting on a UNIX system.
31212 On Windows the Regional Options control panel may be used to set the date format.
31213 At the programming level, Alpine is using the strftime routine
31214 to print the parts of a date.
31216 If this feature is set, dates are displayed in English and
31217 with the conventions of the United States.
31220 <UL>   
31221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31222 </UL><P>
31223 &lt;End of help on this topic&gt;
31224 </BODY>
31225 </HTML>
31226 ====== h_config_auto_open_unread =====
31227 <HTML>
31228 <HEAD>
31229 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31230 </HEAD>
31231 <BODY>
31232 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31234 This feature controls the behavior of the TAB key when traversing folders
31235 in the optional 
31236 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31237 collection or in optional <!--#echo var="VAR_news-collections"-->.
31239 When the TAB
31240 (<A HREF="h_common_nextnew">NextNew</A>)
31241 key is pressed, and there
31242 are no more unseen messages in the current (incoming message or news)
31243 folder, Alpine will search the list of folders in the current collection for
31244 one containing New or Recent (new since the last time the folder was
31245 opened) messages.
31246 This behavior may be modified slightly with the
31247 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31248 feature that causes Alpine to look for Unseen messages instead of Recent
31249 messages.
31250 Normally, when such a folder is found, Alpine will ask
31251 whether you wish to open the folder.  If this feature is set, Alpine will
31252 automatically open the folder without prompting.
31254 This feature also affects some other similar situations.
31255 If you have a
31256 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31257 that is equal to one of the &quot;separate-&quot; values, and you are
31258 viewing a thread; then when you type the NextNew command and are at the
31259 end of the current thread you will automatically go to the next thread
31260 if this feature is set.
31261 By default, you would be asked if you want to view the next thread.
31262 You will also be asked at times whether or not you want to view the next
31263 thread after you delete the last message in the thread.
31264 Setting this feature will also cause that question to be skipped.
31267 <UL>   
31268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31269 </UL><P>
31270 &lt;End of help on this topic&gt;
31271 </BODY>
31272 </HTML>
31273 ====== h_config_auto_include_reply =====
31274 <HTML>
31275 <HEAD>
31276 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31277 </HEAD>
31278 <BODY>
31279 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31281 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31282 will ask whether you wish to include the original message in your reply.
31283 If this feature is set and the feature
31284 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31285 is <EM>not</EM> set, then the original message will be included in the reply
31286 automatically, without prompting.
31288 &lt;End of help on this topic&gt;
31289 </BODY>
31290 </HTML>
31291 ====== h_config_select_in_bold =====
31292 <HTML>
31293 <HEAD>
31294 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31295 </HEAD>
31296 <BODY>
31297 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31299 This feature controls an aspect of Alpine's 
31300 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31301 commands; in
31302 particular, the Select and WhereIs commands. Select and WhereIs (with the
31303 ^X subcommand) will search the current folder for messages meeting a
31304 specified criteria, and &quot;tag&quot; the resulting messages with an 
31305 &quot;X&quot; in the
31306 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31307 is set, instead of using the &quot;X&quot; to denote a selected message, 
31308 Alpine will
31309 attempt to display those index lines in boldface. Whether this is
31310 preferable to the &quot;X&quot; will depend on personal taste and the type of
31311 terminal being used.
31313 <UL>   
31314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31315 </UL><P>
31316 &lt;End of help on this topic&gt;
31317 </BODY>
31318 </HTML>
31319 ====== h_config_alt_auth =====
31320 <HTML>
31321 <HEAD>
31322 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31323 </HEAD>
31324 <BODY>
31325 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31327 This feature affects how Alpine connects to IMAP servers.
31328 It's utility has largely been overtaken by events,
31329 but it may still be useful in some circumstances.
31330 If you only connect to modern IMAP servers that support
31331 &quot;TLS&quot; you can ignore this feature.
31334 Details:
31337 By default, Alpine will attempt to connect to an IMAP server on the
31338 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31339 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31340 then a secure (encrypted) session will be negotiated.
31343 With this feature enabled, before connecting on the normal IMAP port, Alpine
31344 will first attempt to connect to an alternate IMAP service port (993) used
31345 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31346 (SSL) method.
31347 If the SSL attempt fails, Alpine will then try the default
31348 behavior described in the previous paragraph.
31351 TLS negotiation on the normal port is preferred, and supersedes the use of
31352 SSL on port 993, but older servers may not provide TLS support.
31353 This feature may be convenient when accessing IMAP servers that do not support
31354 TLS, but do support SSL connections on port 993.
31355 However, it is important to understand that with this feature enabled,
31356 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31357 but it will proceed to make an insecure connection if that is the only
31358 option offered by the server, or if the Alpine in question has been built
31359 without encryption capability.
31362 Note that this feature specifies a per-user (or system-wide) default
31363 behavior, but host/folder specification flags may be used to control the
31364 behavior of any specific connection.
31365 This feature interacts with some of
31366 the possible host/folder path specification flags as follows:
31369 The <SAMP>/tls</SAMP> host flag, for example,
31372 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31374 will over-ride this feature for the specified host by bypassing the
31375 SSL connection attempt.
31376 Moreover, with <SAMP>/tls</SAMP> specified,
31377 the connection attempt will fail if the
31378 service on port 143 does not offer TLS support.
31381 The <SAMP>/ssl</SAMP> host flag, for example,
31384 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31386 will insist on an SSL connection for the specified host,
31387 and will fail if the SSL service on port 993 is not available.
31388 Alpine will not subsequently retry a connection
31389 on port 143 if <SAMP>/ssl</SAMP> is specified.
31392 <UL>   
31393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31394 </UL><P>
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_file_dir ======
31399 <HTML>
31400 <HEAD>
31401 <TITLE>OPTION: File Directory</TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>OPTION: File Directory</H1>
31406 PC-Alpine only.
31408 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31409 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31410 Message Index's &quot;E&nbsp;Export&quot; command.
31413 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31414 component, Alpine assumes the file exists in the user's home directory.
31415 Under Windows operating systems, this definition isn't always clear.  This 
31416 feature allows you to explictly set where Alpine should look for files
31417 without a leading path.
31420 NOTE: this feature's value is ignored if either 
31421 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31422 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31425 <UL>   
31426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31427 </UL><P>
31428 &lt;End of help on this topic&gt;
31429 </BODY>
31430 </HTML>
31431 ====== h_config_quote_all_froms =====
31432 <HTML>
31433 <HEAD>
31434 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31435 </HEAD>
31436 <BODY>
31437 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31439 This feature controls an aspect of the Save command (and also the way
31440 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31441 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31442 when they are saved to another folder, including lines syntactically
31443 distinguishable from the type of message separator line commonly used on
31444 Unix systems.
31447 The default behavior is that a &quot;>&quot; will be prepended only to lines
31448 beginning with &quot;From &quot; that might otherwise be confused with a message
31449 separator line on Unix systems.  If pine is the only mail program you use,
31450 this default is reasonable.  If another program you use has trouble
31451 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31452 enable this feature.  This feature only applies to the common Unix mailbox
31453 format that uses message separator lines beginning with &quot;From &quot;.  If
31454 Alpine has been configured to use a different mailbox format (possibly
31455 incompatible with other mail programs), then this issue does not arise,
31456 and the feature is irrelevant.
31459 &lt;End of help on this topic&gt;
31460 </BODY>
31461 </HTML>
31462 ====== h_config_normal_color =====
31463 <HTML>
31464 <HEAD>
31465 <TITLE>OPTION: Normal Color</TITLE>
31466 </HEAD>
31467 <BODY>
31468 <H1>OPTION: Normal Color</H1>
31470 Sets the color Alpine normally uses.
31471 The foreground color is the color of the actual character and the
31472 background color is the color of the area behind the character.
31473 By default this color is black characters on a white background.
31475 <A HREF="h_color_setup">Descriptions of the available commands</A>
31477 Look <A HREF="h_edit_nav_cmds">here</A>
31478 to see the available Editing and Navigation commands.
31480 &lt;End of help on this topic&gt;
31481 </BODY>
31482 </HTML>
31483 ====== h_config_reverse_color =====
31484 <HTML>
31485 <HEAD>
31486 <TITLE>OPTION: Reverse Color</TITLE>
31487 </HEAD>
31488 <BODY>
31489 <H1>OPTION: Reverse Color</H1>
31491 Sets the color Alpine uses for reverse video characters.
31492 The foreground color is the color of the actual character and the
31493 background color is the color of the area behind the character.
31495 <A HREF="h_color_setup">Descriptions of the available commands</A>
31497 Look <A HREF="h_edit_nav_cmds">here</A>
31498 to see the available Editing and Navigation commands.
31500 &lt;End of help on this topic&gt;
31501 </BODY>
31502 </HTML>
31503 ====== h_config_title_color =====
31504 <HTML>
31505 <HEAD>
31506 <TITLE>OPTION: Title Color</TITLE>
31507 </HEAD>
31508 <BODY>
31509 <H1>OPTION: Title Color</H1>
31511 Sets the color Alpine uses for the titlebar (the top line on the screen).
31512 The foreground color is the color of the actual character and the
31513 background color is the color of the area behind the character.
31514 By default, the Title Color is black characters on a yellow background.
31516 The actual titlebar color may be different from the Title Color if
31517 the option
31518 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31519 is set to some value other than the default.
31520 It may also be different if the current folder is closed and the
31521 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31522 color is set to something different from the Title Color.
31524 <A HREF="h_color_setup">Descriptions of the available commands</A>
31526 Look <A HREF="h_edit_nav_cmds">here</A>
31527 to see the available Editing and Navigation commands.
31529 &lt;End of help on this topic&gt;
31530 </BODY>
31531 </HTML>
31532 ====== h_config_titleclosed_color =====
31533 <HTML>
31534 <HEAD>
31535 <TITLE>OPTION: Title Closed Color</TITLE>
31536 </HEAD>
31537 <BODY>
31538 <H1>OPTION: Title Closed Color</H1>
31540 Sets the color Alpine uses for the titlebar (the top line on the screen)
31541 when the current folder is closed.
31542 The foreground color is the color of the actual character and the
31543 background color is the color of the area behind the character.
31544 By default, the Title Color Closed Color is white characters on a red background.
31546 By setting this color to something noticeable you will be alerted to the
31547 fact that the current folder is closed, perhaps unexpectedly.
31549 &lt;End of help on this topic&gt;
31550 </BODY>
31551 </HTML>
31552 ====== h_config_status_color =====
31553 <HTML>
31554 <HEAD>
31555 <TITLE>OPTION: Status Color</TITLE>
31556 </HEAD>
31557 <BODY>
31558 <H1>OPTION: Status Color</H1>
31560 Sets the color Alpine uses for status messages written to the message
31561 line near the bottom of the screen.
31562 The foreground color is the color of the actual character and the
31563 background color is the color of the area behind the character.
31564 By default, the Status Color is the same as the Reverse Color.
31566 <A HREF="h_color_setup">Descriptions of the available commands</A>
31568 Look <A HREF="h_edit_nav_cmds">here</A>
31569 to see the available Editing and Navigation commands.
31571 &lt;End of help on this topic&gt;
31572 </BODY>
31573 </HTML>
31574 ====== h_config_index_opening_color =====
31575 <HTML>
31576 <HEAD>
31577 <TITLE>OPTION: Index Opening Color</TITLE>
31578 </HEAD>
31579 <BODY>
31580 <H1>OPTION: Index Opening Color</H1>
31582 With some setups the text of the subject is followed
31583 by the opening text of the message if there is any room available in the index line.
31584 If you have configured your
31585 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31586 to include one of the Subject tokens that causes this behavior
31587 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31588 this opening text with this option.
31589 This coloring takes place for all but the current index line, and the Opening
31590 Color appears to be in front of any color from an Index Color Rule.
31592 By default the Index Opening Color is gray characters on a white background.
31595 <A HREF="h_color_setup">Descriptions of the available commands</A>
31597 Look <A HREF="h_edit_nav_cmds">here</A>
31598 to see the available Editing and Navigation commands.
31600 &lt;End of help on this topic&gt;
31601 </BODY>
31602 </HTML>
31603 ====== h_config_index_pri_color =====
31604 <HTML>
31605 <HEAD>
31606 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31607 </HEAD>
31608 <BODY>
31609 <H1>OPTION: Index Priority Symbol Colors</H1>
31611 The X-Priority header is a non-standard header that is used in a
31612 somewhat standard way by many mail programs.
31613 Alpine expects the value of this header to be a digit with a value
31614 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31615 Alpine can be made to display an indication of this priority in
31616 messages by use of one of the tokens
31617 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31618 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31619 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31622 You may set the color used to draw these tokens by use of the colors
31623 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31624 This coloring takes place for all but the current index line, and the Priority
31625 Color appears to be in front of any color from an Index Color Rule.
31626 If the priority has a value of 1 or 2 the High Priority color will be
31627 used,
31628 and if the value is 4 or 5 the Low Priority color will be used.
31630 If you don't set these colors the index line will be colored in the same color as
31631 the bulk of the index line.
31634 <A HREF="h_color_setup">Descriptions of the available commands</A>
31636 Look <A HREF="h_edit_nav_cmds">here</A>
31637 to see the available Editing and Navigation commands.
31639 &lt;End of help on this topic&gt;
31640 </BODY>
31641 </HTML>
31642 ====== h_config_index_subject_color =====
31643 <HTML>
31644 <HEAD>
31645 <TITLE>OPTION: Index Subject Color</TITLE>
31646 </HEAD>
31647 <BODY>
31648 <H1>OPTION: Index Subject Color</H1>
31650 You may set the color used to draw the Subject part of the index line.
31651 This coloring takes place for all but the current index line, and the Subject
31652 Color appears to be in front of any color from an Index Color Rule.
31654 If you don't set this color it will be colored in the same color as
31655 the bulk of the index line.
31658 <A HREF="h_color_setup">Descriptions of the available commands</A>
31660 Look <A HREF="h_edit_nav_cmds">here</A>
31661 to see the available Editing and Navigation commands.
31663 &lt;End of help on this topic&gt;
31664 </BODY>
31665 </HTML>
31666 ====== h_config_index_from_color =====
31667 <HTML>
31668 <HEAD>
31669 <TITLE>OPTION: Index From Color</TITLE>
31670 </HEAD>
31671 <BODY>
31672 <H1>OPTION: Index From Color</H1>
31674 You may set the color used to draw the From part of the index line.
31675 This coloring takes place for all but the current index line, and the From
31676 Color appears to be in front of any color from an Index Color Rule.
31678 If you don't set this color it will be colored in the same color as
31679 the bulk of the index line.
31682 <A HREF="h_color_setup">Descriptions of the available commands</A>
31684 Look <A HREF="h_edit_nav_cmds">here</A>
31685 to see the available Editing and Navigation commands.
31687 &lt;End of help on this topic&gt;
31688 </BODY>
31689 </HTML>
31690 ====== h_config_index_arrow_color =====
31691 <HTML>
31692 <HEAD>
31693 <TITLE>OPTION: Index Arrow Color</TITLE>
31694 </HEAD>
31695 <BODY>
31696 <H1>OPTION: Index Arrow Color</H1>
31698 If you have configured your
31699 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31700 to include the &quot;ARROW&quot; token, you may set the color of
31701 the arrow displayed with this option.
31702 If you don't set the color it will be colored in the same color as
31703 the bulk of the index line.
31706 <A HREF="h_color_setup">Descriptions of the available commands</A>
31708 Look <A HREF="h_edit_nav_cmds">here</A>
31709 to see the available Editing and Navigation commands.
31711 &lt;End of help on this topic&gt;
31712 </BODY>
31713 </HTML>
31714 ====== h_config_index_color =====
31715 <HTML>
31716 <HEAD>
31717 <TITLE>OPTION: Index Colors</TITLE>
31718 </HEAD>
31719 <BODY>
31720 <H1>OPTION: Index Colors</H1>
31722 You may add color to the single character symbols that give the status
31723 of each message in the MESSAGE INDEX.
31724 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31725 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31726 screen depending on whether the message is addressed to you, and whether
31727 the message is marked Important, is Deleted, is Answered, or is New.
31728 The color for each of those characters may be specified by setting the
31729 &quot;Index-to-me&quot; Symbol Color,
31730 the &quot;Index-important&quot; Symbol Color,
31731 the &quot;Index-deleted&quot; Symbol Color,
31732 the &quot;Index-answered&quot; Symbol Color,
31733 and the &quot;Index-new&quot; Symbol Color.
31734 There are also two other symbol colors called &quot;Index-recent&quot;
31735 and &quot;Index-unseen&quot;.
31736 These two colors will only be used if you have configured your
31737 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31738 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31740 The default colors for these symbols are:
31741 <TABLE>
31742 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31743 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31744 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31745 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31746 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31747 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31748 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31749 </TABLE>
31751 Besides coloring the message status symbols, you may also color the
31752 entire index line.
31753 This is done by using the
31754 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31755 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31756 When the entire line is colored that color will be &quot;behind&quot; the
31757 status symbol colors talked about in the paragraph above.
31759 You may also color
31760 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31761 in the index using the
31762 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31763 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31764 the Subject using
31765 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31766 the From field using
31767 <A HREF="h_config_index_from_color">Index From Color</A>;
31768 and the
31769 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31771 <A HREF="h_color_setup">Descriptions of the available commands</A>
31773 Look <A HREF="h_edit_nav_cmds">here</A>
31774 to see the available Editing and Navigation commands.
31776 &lt;End of help on this topic&gt;
31777 </BODY>
31778 </HTML>
31779 ====== h_config_metamsg_color =====
31780 <HTML>
31781 <HEAD>
31782 <TITLE>OPTION: Meta-Message Color</TITLE>
31783 </HEAD>
31784 <BODY>
31785 <H1>OPTION: Meta-Message Color</H1>
31787 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31788 that aren't part of the message itself.
31789 For example, an attachment that isn't shown might produce a meta
31790 message something like:
31792 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31794 If you set the
31795 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31796 option you might see
31798 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31800 Warnings about suspicious looking URLs in HTML will also be colored
31801 with this color.
31803 The foreground color is the color of the actual character and the
31804 background color is the color of the area behind the character.
31805 By default, the Meta-Message Color is black characters on a yellow background.
31807 <A HREF="h_color_setup">Descriptions of the available commands</A>
31809 Look <A HREF="h_edit_nav_cmds">here</A>
31810 to see the available Editing and Navigation commands.
31812 &lt;End of help on this topic&gt;
31813 </BODY>
31814 </HTML>
31815 ====== h_config_keylabel_color =====
31816 <HTML>
31817 <HEAD>
31818 <TITLE>OPTION: KeyLabel Color</TITLE>
31819 </HEAD>
31820 <BODY>
31821 <H1>OPTION: KeyLabel Color</H1>
31823 Sets the color Alpine uses for the labels of the keys in the two-line
31824 menu at the bottom of the screen.
31825 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31826 This option sets the color used when displaying &quot;PrevMsg&quot;.
31827 The foreground color is the color of the actual character and the
31828 background color is the color of the area behind the character.
31829 By default, the KeyLabel Color is the same as the Normal Color.
31831 WARNING: Some terminal emulators have the property that the screen will scroll
31832 down one line whenever a character is written to the character cell in the
31833 lower right corner of the screen.
31834 Alpine can usually avoid writing a character in that corner of the screen.
31835 However, if you have defined a KeyLabel Color then Alpine does have to write
31836 a character in that cell in order to color the cell correctly.
31837 If you find that your display sometimes scrolls up a line this could be
31838 the problem.
31839 The most obvious symptom is probably that the titlebar at the top of the
31840 screen scrolls off the screen.
31841 Try setting KeyLabel Color to Default to see if that fixes the problem.
31843 <A HREF="h_color_setup">Descriptions of the available commands</A>
31845 Look <A HREF="h_edit_nav_cmds">here</A>
31846 to see the available Editing and Navigation commands.
31848 &lt;End of help on this topic&gt;
31849 </BODY>
31850 </HTML>
31851 ====== h_config_keyname_color =====
31852 <HTML>
31853 <HEAD>
31854 <TITLE>OPTION: KeyName Color</TITLE>
31855 </HEAD>
31856 <BODY>
31857 <H1>OPTION: KeyName Color</H1>
31859 Sets the color Alpine uses for the names of the keys in the two-line
31860 menu at the bottom of the screen.
31861 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31862 This option sets the color used when displaying the &quot;P&quot;.
31863 The foreground color is the color of the actual character and the
31864 background color is the color of the area behind the character.
31865 By default, the KeyName Color is the same as the Reverse Color.
31867 <A HREF="h_color_setup">Descriptions of the available commands</A>
31869 Look <A HREF="h_edit_nav_cmds">here</A>
31870 to see the available Editing and Navigation commands.
31872 &lt;End of help on this topic&gt;
31873 </BODY>
31874 </HTML>
31875 ====== h_config_slctbl_color =====
31876 <HTML>
31877 <HEAD>
31878 <TITLE>OPTION: Selectable Item Color</TITLE>
31879 </HEAD>
31880 <BODY>
31881 <H1>OPTION: Selectable Item Color</H1>
31883 Sets the color Alpine uses for selectable items, such as URLs.
31884 The foreground color is the color of the actual character and the
31885 background color is the color of the area behind the character.
31886 By default, the Selectable Item Color is the same as the Normal Color,
31887 except that it is bold.
31889 <A HREF="h_color_setup">Descriptions of the available commands</A>
31891 Look <A HREF="h_edit_nav_cmds">here</A>
31892 to see the available Editing and Navigation commands.
31894 &lt;End of help on this topic&gt;
31895 </BODY>
31896 </HTML>
31897 ====== h_config_quote_color =====
31898 <HTML>
31899 <HEAD>
31900 <TITLE>OPTION: Quote Colors</TITLE>
31901 </HEAD>
31902 <BODY>
31903 <H1>OPTION: Quote Colors</H1>
31905 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31906 screen.
31907 If a line begins with a &gt; character (or space followed by &gt;)
31908 it is considered a quote.
31909 That line will be given the Quote1 Color (first level quote).
31910 If there is a second level of quoting then the Quote2 Color will be used.
31911 Alpine considers there to be a second level of quoting if that first &gt; is
31912 followed by another &gt; (or space followed by &gt;).
31913 If there are characters other than whitespace and &gt; signs, then it isn't
31914 considered another level of quoting.
31915 Similarly, if there is a third level of quoting the Quote3 Color will be
31916 used.
31917 If there are more levels after that the Quote Colors are re-used.
31918 If you define all three colors then it would repeat like Color1, Color2, Color3,
31919 Color1, Color2, Color3, ...
31920 If you only define the first two it would be
31921 Color1, Color2, Color1, Color2, ...
31922 If you define only the Quote1 Color, then the entire quote would be that
31923 color regardless of the quoting levels.
31924 By default, the Quote1 Color is black characters on a greenish-blue background;
31925 the Quote2 Color is black characters on a dull yellow background; and
31926 the Quote3 Color is black characters on a green background.
31928 <A HREF="h_color_setup">Descriptions of the available commands</A>
31930 Look <A HREF="h_edit_nav_cmds">here</A>
31931 to see the available Editing and Navigation commands.
31933 &lt;End of help on this topic&gt;
31934 </BODY>
31935 </HTML>
31936 ====== h_config_folder_color =====
31937 <HTML>
31938 <HEAD>
31939 <TITLE>OPTION: Folder Color</TITLE>
31940 </HEAD>
31941 <BODY>
31942 <H1>OPTION: Folder Color</H1>
31944 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31945 screen. By default, the Folder Color is the normal text color.
31948 If you set a color for this feature, other than the normal color
31949 (the default), or a color for
31950 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31951 will be colored according to the color specified in the
31952 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31953 case, the color will be the only indication that the colored name
31954 refers to a directory. The normal behavior is that Alpine
31955 indicates that a name refers to a directory by appending a
31956 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31957 the folder.
31960 If a folder is a directory, then the folder name will be painted
31961 according to the color defined by this variable, and a separator
31962 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31963 to the name. That
31964 indicator will be painted according to the color defined in the
31965 <A HREF="h_config_directory_color">Directory Color</A> option.
31968 &lt;End of help on this topic&gt;
31969 </BODY>
31970 </HTML>
31971 ====== h_config_directory_color =====
31972 <HTML>
31973 <HEAD>
31974 <TITLE>OPTION: Directory Color</TITLE>
31975 </HEAD>
31976 <BODY>
31977 <H1>OPTION: Directory Color</H1>
31979 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31980 screen. By default, the Folder Color is the normal text color.
31982 If you set a color for this feature, other than the normal color
31983 (the default), or a color for
31984 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31985 will be colored according to the color specified in the
31986 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31987 case, the color will be the only indication that the colored name
31988 refers to a directory. The normal behavior is that Alpine
31989 indicates that a name refers to a directory by appending a
31990 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31991 the folder.
31993 If a folder is a directory, then the folder name will be painted
31994 according to the color defined by the option
31995 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31996 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31997 after the name. That
31998 indicator will be painted according to the color defined in this
31999 option.
32001 &lt;End of help on this topic&gt;
32002 </BODY>
32003 </HTML>
32004 ====== h_config_folder_list_color =====
32005 <HTML>
32006 <HEAD>
32007 <TITLE>OPTION: Folder-List Color</TITLE>
32008 </HEAD>
32009 <BODY>
32010 <H1>OPTION: Folder-List Color</H1>
32012 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32013 screen. By default, the Folder-List Color is the normal text color.
32015 This text refers to the informative text that Alpine displays so you
32016 can recognize each collection. The color of the content of each collection
32017 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32018 and <A HREF="h_config_directory_color">Directory Color</A>.
32020 Unlike the options
32021 <A HREF="h_config_folder_color">Folder Color</A>
32022 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32023 this option does not affect the way that Alpine reports folders,
32024 directories and folders that are directories.
32026 &lt;End of help on this topic&gt;
32027 </BODY>
32028 </HTML>
32029 ====== h_config_incunseen_color =====
32030 <HTML>
32031 <HEAD>
32032 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32033 </HEAD>
32034 <BODY>
32035 <H1>OPTION: Incoming Unseen Color</H1>
32037 If the option
32038 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32039 is turned on it is possible to highlight the folders that contain
32040 unseen messages by coloring them with this color.
32041 By default, this is the same as the Normal Color and no highlighting is done.
32043 Usually the &quot;current&quot; folder (the folder the cursor is on)
32044 is highlighted using reverse video.
32045 If the current folder is colored because it contains unseen messages then
32046 the color used to show that it is also the current folder is controlled
32047 by the
32048 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32049 feature at the top of the SETUP COLOR screen.
32051 <A HREF="h_color_setup">Descriptions of the available commands</A>
32053 Look <A HREF="h_edit_nav_cmds">here</A>
32054 to see the available Editing and Navigation commands.
32056 &lt;End of help on this topic&gt;
32057 </BODY>
32058 </HTML>
32059 ====== h_config_signature_color =====
32060 <HTML>
32061 <HEAD>
32062 <TITLE>OPTION: Signature Color</TITLE>
32063 </HEAD>
32064 <BODY>
32065 <H1>OPTION: Signature Color</H1>
32067 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32068 screen. According to USENET conventions, the signature is defined as the
32069 paragraph following the &quot;sigdashes&quot;, that is, the special line
32070 consisting of the three characters
32071 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32072 empty line right after the sigdashes to be considered as part of the
32073 signature.
32074 By default, the Signature Color is blue characters on a white background.
32076 <A HREF="h_color_setup">Descriptions of the available commands</A>
32078 Look <A HREF="h_edit_nav_cmds">here</A>
32079 to see the available Editing and Navigation commands.
32081 &lt;End of help on this topic&gt;
32082 </BODY>
32083 </HTML>
32084 ====== h_config_prompt_color =====
32085 <HTML>
32086 <HEAD>
32087 <TITLE>OPTION: Prompt Color</TITLE>
32088 </HEAD>
32089 <BODY>
32090 <H1>OPTION: Prompt Color</H1>
32092 Sets the color Alpine uses for confirmation prompts and questions that
32093 appear in the status line near the bottom of the screen.
32094 The foreground color is the color of the actual character and the
32095 background color is the color of the area behind the character.
32096 By default, the Prompt Color is the same as the Reverse Color.
32098 <A HREF="h_color_setup">Descriptions of the available commands</A>
32100 Look <A HREF="h_edit_nav_cmds">here</A>
32101 to see the available Editing and Navigation commands.
32103 &lt;End of help on this topic&gt;
32104 </BODY>
32105 </HTML>
32106 ====== h_config_header_general_color =====
32107 <HTML>
32108 <HEAD>
32109 <TITLE>OPTION: Header General Color</TITLE>
32110 </HEAD>
32111 <BODY>
32112 <H1>OPTION: Header General Color</H1>
32114 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32115 screen.
32116 The foreground color is the color of the actual character and the
32117 background color is the color of the area behind the character.
32118 By default, this is the same as the Normal Color.
32120 It is also possible to set the colors for specific header fields, for
32121 example the Subject, using
32122 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32123 If both a Header General Color and a specific Viewer Header Color are set
32124 the specific color will override the general color, as you would expect.
32126 <A HREF="h_color_setup">Descriptions of the available commands</A>
32128 Look <A HREF="h_edit_nav_cmds">here</A>
32129 to see the available Editing and Navigation commands.
32131 &lt;End of help on this topic&gt;
32132 </BODY>
32133 </HTML>
32134 ====== h_config_incol =====
32135 <HTML>
32136 <HEAD>
32137 <TITLE>Index Line Color</TITLE>
32138 </HEAD>
32139 <BODY>
32140 <H1>Index Line Color</H1>
32142 This option is used to set the color of a line in the index when the
32143 message for that line matches the Pattern.
32144 This colors the whole index line, except possibly the status letters,
32145 which may be colored separately using the
32146 <A HREF="h_color_setup">Setup Kolor</A> screen.
32147 The foreground color is the color of the actual characters and the
32148 background color is the color of the area behind the characters.
32150 <A HREF="h_color_setup">Descriptions of the available commands</A>
32152 Look <A HREF="h_edit_nav_cmds">here</A>
32153 to see the available Editing and Navigation commands.
32155 &lt;End of help on this topic&gt;
32156 </BODY>
32157 </HTML>
32158 ====== h_config_usetransparent_color =====
32159 <HTML>
32160 <HEAD>
32161 <TITLE>OPTION: Use Transparent Color</TITLE>
32162 </HEAD>
32163 <BODY>
32164 <H1>OPTION: Use Transparent Color</H1>
32166 This is a special color supported by some terminal emulators.
32167 It is intended to result in the default foreground or background color
32168 from the terminal emulator.
32169 This is the color the terminal was displaying characters in before you started Alpine.
32170 The reason it is called Transparent is because you could set the foreground color
32171 to some specific color, like Red, and then set the background color to the
32172 Transparent Color. If it works as expected, the background color from the terminal
32173 window in which Alpine is running will show through but with the Red characters
32174 in the foreground.
32176 <A HREF="h_color_setup">Descriptions of the available commands</A>
32178 Look <A HREF="h_edit_nav_cmds">here</A>
32179 to see the available Editing and Navigation commands.
32181 &lt;End of help on this topic&gt;
32182 </BODY>
32183 </HTML>
32184 ====== h_config_usenormal_color =====
32185 <HTML>
32186 <HEAD>
32187 <TITLE>OPTION: Use Normal Color</TITLE>
32188 </HEAD>
32189 <BODY>
32190 <H1>OPTION: Use Normal Color</H1>
32192 When you use this color value, the actual color used will be the same
32193 as the corresponding Normal Color.
32194 For example if your Normal Color is black on white and you set both
32195 the foreground and background colors here to use the Normal Color, you'll
32196 get black on white. If you later change the Normal Color to red on blue
32197 this color will also change to red on blue.
32199 <A HREF="h_color_setup">Descriptions of the available commands</A>
32201 Look <A HREF="h_edit_nav_cmds">here</A>
32202 to see the available Editing and Navigation commands.
32204 &lt;End of help on this topic&gt;
32205 </BODY>
32206 </HTML>
32207 ====== h_config_usenone_color =====
32208 <HTML>
32209 <HEAD>
32210 <TITLE>OPTION: Use None Color</TITLE>
32211 </HEAD>
32212 <BODY>
32213 <H1>OPTION: Use None Color</H1>
32215 This is a special color that simply means to leave the color alone.
32216 It is useful for Index symbols and for Keyword Colors used in the Subject
32217 field of an index line.
32218 The most likely use is to set an explicit foreground color and then set
32219 the background color to the None Color.
32220 That will cause the symbol or keyword to be drawn in the foreground color
32221 with a background equal to whatever color the rest of the index line is already
32222 drawn in.
32223 You will see no visible effect unless you have assigned Indexcolor Rules to
32224 color index lines or you have set an actual color for the Reverse Color.
32226 <A HREF="h_color_setup">Descriptions of the available commands</A>
32228 Look <A HREF="h_edit_nav_cmds">here</A>
32229 to see the available Editing and Navigation commands.
32231 &lt;End of help on this topic&gt;
32232 </BODY>
32233 </HTML>
32234 ====== h_config_dflt_color =====
32235 <HTML>
32236 <HEAD>
32237 <TITLE>OPTION: Default Color</TITLE>
32238 </HEAD>
32239 <BODY>
32240 <H1>OPTION: Default Color</H1>
32242 Setting default will cause the color to be the default color.
32243 Unsetting default is normally done by choosing a color, but in some cases
32244 you may want to declare the current default color to be your non-default
32245 choice.
32246 For example, the default Keyname Color is the same as the Reverse Color.
32247 Whenever the Reverse Color changes the Keyname Color will also change, unless
32248 you've changed it or unset the default box.
32250 <A HREF="h_color_setup">Descriptions of the available commands</A>
32252 Look <A HREF="h_edit_nav_cmds">here</A>
32253 to see the available Editing and Navigation commands.
32255 &lt;End of help on this topic&gt;
32256 </BODY>
32257 </HTML>
32258 ====== h_config_bold_slctbl =====
32259 <HTML>
32260 <HEAD>
32261 <TITLE>OPTION: Bold</TITLE>
32262 </HEAD>
32263 <BODY>
32264 <H1>OPTION: Bold</H1>
32266 The color for this particular section may have the Bold attribute turned
32267 on or off.
32268 Setting bold will cause the characters to be bold.
32270 <A HREF="h_color_setup">Descriptions of the available commands</A>
32272 Look <A HREF="h_edit_nav_cmds">here</A>
32273 to see the available Editing and Navigation commands.
32275 &lt;End of help on this topic&gt;
32276 </BODY>
32277 </HTML>
32278 ====== h_config_kw_color =====
32279 <HTML>
32280 <HEAD>
32281 <TITLE>OPTION: Keyword Colors</TITLE>
32282 </HEAD>
32283 <BODY>
32284 <H1>OPTION: Keyword Colors</H1>
32286 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32287 Keywords are displayed as part of the Subject by default.
32288 They are also displayed as part of the Subject if the tokens
32289 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32290 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32291 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32292 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32294 For example, you might have set up a Keyword
32295 &quot;Work&quot; using the
32296 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32297 You could cause that Keyword to show up as a special color
32298 by setting up the Keyword Color using this option, and then including it
32299 in the MESSAGE INDEX screen using one of the tokens listed above in the
32300 <!--#echo var="VAR_index-format"-->.
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_customhdr_color =====
32311 <HTML>
32312 <HEAD>
32313 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32314 </HEAD>
32315 <BODY>
32316 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32318 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32319 For example, you may set the color of the Subject header or the From header.
32320 The foreground color is the color of the actual character and the
32321 background color is the color of the area behind the character.
32323 In addition to setting the colors for particular headers (like the Subject)
32324 you may also set a color to be used for all headers unless overridden by a
32325 more specific Viewer Header Color.
32326 To do this use the
32327 <A HREF="h_config_header_general_color">Header General Color</A>.
32329 For Header Colors,
32330 there is an additional line on the
32331 screen labeled &quot;Pattern to match&quot;.
32332 If you leave that blank, then the whole field for that header will
32333 be colored.
32334 However, if you give a pattern to match, the coloring will only take place
32335 if there is a match for that pattern in the value of the field.
32336 For example, if you are working on a color for the Subject header and
32337 you fill in a pattern of &quot;important&quot;, then only Subjects that
32338 contain the word &quot;important&quot; will be colored.
32340 If the pattern you enter is a comma-separated list of patterns, then coloring
32341 happens if any of those patterns matches.
32343 <A HREF="h_color_setup">Descriptions of the available commands</A>
32345 Look <A HREF="h_edit_nav_cmds">here</A>
32346 to see the available Editing and Navigation commands.
32348 &lt;End of help on this topic&gt;
32349 </BODY>
32350 </HTML>
32351 ====== h_config_indextoken_color =====
32352 <HTML>
32353 <HEAD>
32354 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32355 </HEAD>
32356 <BODY>
32357 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32359 This option allows you to set up the color in which any token, not specified by the
32360 previous options, will be colored in the MESSAGE INDEX screen. 
32362 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32363 a token that can be used in the index format. 
32364 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32366 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32367 enter a new one. Once you have entered a valid token, a line will be added to the
32368 configuration screen that you can use to set up the colors in which that token will
32369 be painted. This is done in the same way that you configure colors for other
32370 variables.
32372 <A HREF="h_color_setup">Descriptions of the available commands</A>
32374 Look <A HREF="h_edit_nav_cmds">here</A>
32375 to see the available Editing and Navigation commands.
32377 &lt;End of help on this topic&gt;
32378 </BODY>
32379 </HTML>
32380 ====== h_config_customhdr_pattern =====
32381 <HTML>
32382 <HEAD>
32383 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32384 </HEAD>
32385 <BODY>
32386 <H1>OPTION: Viewer Header Color Pattern</H1>
32388 If you leave this blank, then the whole field for the header will
32389 be colored.
32390 If you give a pattern to match, the coloring will only take place
32391 if there is a match for that pattern in the value of the field.
32392 For example, if you are working on a color for the Subject header and
32393 you fill in a pattern of &quot;important&quot;, then only Subjects that
32394 contain the word &quot;important&quot; will be colored.
32396 For address headers (like From and To) and for the Newsgroups header,
32397 a pattern match will cause only the matched addresses or newsgroups to be
32398 colored.
32399 If there is no pattern to match, then all of the addresses or newsgroups
32400 in the relevant header will be colored.
32402 The matching pattern may be a comma-separated list of patterns to match
32403 instead of a single pattern.
32404 For example, you could use the pattern &quot;important,urgent&quot; which would
32405 cause a match if either the word &quot;important&quot; or the word
32406 &quot;urgent&quot; appeared in the value of the header.
32407 You could list several comma-separated email addresses in the Header
32408 From Color pattern so that those addresses will be colored when any of
32409 them appear in the From header.
32411 To add a new matching pattern or change the existing pattern use the 
32412 <!--chtml if pinemode="function_key"-->
32413 &quot;F4&quot;
32414 <!--chtml else-->
32415 &quot;C&quot;
32416 <!--chtml endif-->
32417 &quot;Change&quot; command that is available when the &quot;Pattern to
32418 match&quot; line is highlighted.
32420 <!--chtml if pinemode="function_key"-->
32421 &quot;F10&quot;
32422 <!--chtml else-->
32423 &quot;D&quot;
32424 <!--chtml endif-->
32425 &quot;Delete&quot; command may be used to quickly remove all patterns
32426 for a particular header.
32428 &lt;End of help on this topic&gt;
32429 </BODY>
32430 </HTML>
32431 ====== h_color_setup =====
32432 <HTML>
32433 <HEAD>
32434 <TITLE>SETUP COLOR COMMANDS</TITLE>
32435 </HEAD>
32436 <BODY>
32437 <H1>SETUP COLOR COMMANDS</H1>
32438 <!--chtml if pinemode="function_key"-->
32439 <PRE>
32440 Available Commands -- Group 1
32441 -------------------------------
32442 F1  Display this help text
32443 F2  Show other available commands
32444 F3  Exit to MAIN MENU
32445 F4  Select the highlighted foreground or background color
32446 F5  Move to previous line
32447 F6  Move to next line
32448 F7  Previous page
32449 F8  Next page
32450 F9  Add a config section for a header field
32451 F10 Restore all default colors (for all sections)
32452 F11 Print color configuration screen
32453 F12 Whereis (search for word)
32455 Available Commands -- Group 2
32456 -------------------------------
32457 F1  Display this help text
32458 F2  Show other available commands
32459 F5  Delete config section for highlighted header field
32460 F6  Shuffle the order of Header Color sections
32461 </PRE>
32462 <!--chtml else-->
32463 <PRE>
32464 General commands
32465 -------------------------------------------------
32466  ?  Display this help text     E  Exit back to MAIN MENU
32467  P  Previous Line              N  Next Line
32468  -  Previous page             Spc (space bar) Next page
32469  W  WhereIs (search for word)  %  Print color configuration screen
32471 Color Setup Commands
32472 ------------------------------------------------
32473  *  Select the highlighted foreground or background color
32474  A  Add a config section for a header field
32475  D  Delete config section for highlighted header field
32476  R  Restore all default colors (for all sections)
32477  $  Shuffle the order of Header Color sections
32478 </PRE>
32479 <!--chtml endif-->
32481 <H2>Description of the Setup Color Screen</H2>
32483 From this screen you may turn on color and set the colors of
32484 various parts of the Alpine display.
32485 For help on turning on color move your cursor into the Color Style section
32486 at the top of the Setup Color screen and ask for help.
32489 There are several sections in the Setup Color Screen.
32490 At the top are some settings that handle the style of color used
32491 with your terminal emulator (UNIX only), and some settings that
32492 control how the current indexline and the titlebar are colored.
32493 After that comes a long section called GENERAL COLORS that allows
32494 you to set the color of many elements in the Alpine screens.
32495 For example, the color of the titlebar, status messages,
32496 selectable links, quotes and signatures in messages, and so on.
32497 After that is a section called INDEX COLORS that allows you to
32498 set the colors of various pieces of the displayed index lines in
32499 the MESSAGE INDEX screen.
32500 The next section is HEADER COLORS. This is for coloring headers of
32501 messages in the MESSAGE TEXT screen in just about any way you would like.
32502 Finally, the KEYWORD COLORS section allows you to highlight
32503 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32504 in the MESSAGE INDEX screen.
32507 To change a color, highlight the color you want to change (for example,
32508 the Status Color) by moving
32509 the cursor into it.
32510 You may want to read the help text for the color to see a brief desription
32511 of what you are coloring.
32512 Then press &quot;C&quot; for Change to set the color to something new.
32513 That will put you into a screen with two columns of colors, one for
32514 the foreground color and one for the background color.
32515 The foreground color is just the color you want the actual characters
32516 to be and the background color is the color of the rest of the rectangle
32517 behind the characters.
32518 Select the foreground and background colors desired by using the Next and
32519 Prev keys to highlight the color, and the * command to select it.
32521 To set a color to its default value, set the X in the Default line at
32522 the bottom of the list of colors.
32525 The HEADER COLORS section is a little bit different from the others.
32526 Besides coloring the specific fields that Alpine knows about, you may also
32527 color specific header fields when viewing a message in the MESSAGE TEXT
32528 screen.
32529 For example, you may color the Subject header a particular color.
32530 There are a few commands for use with headers.
32531 The &quot;AddHeader&quot; command adds a section to the color
32532 configuration screen that allows you to set the color for that header.
32533 You'll be asked for the name of the header field you want to color.
32534 If you wanted to color the Subject, you would answer
32535 with the word &quot;subject&quot;.
32536 Once you've added a header field, the color setting works just like the
32537 other color fields, except that there is an additional line on the
32538 configuration screen labeled &quot;Pattern to match&quot;.
32539 If you leave that blank, then the whole field for that header will always
32540 be colored.
32541 However, if you give a pattern to match, the coloring will only take place
32542 if there is a match for that pattern in the value of the field.
32543 For example, if you are working on a color for the Subject header and
32544 you fill in a pattern of &quot;important&quot;, then only Subjects that
32545 contain the word &quot;important&quot; will be colored.
32547 The &quot;DeleteHdr&quot; command removes a header section from the
32548 configuration altogether.
32549 The &quot;Shuffle&quot; command changes the order of header sections.
32550 This is only necessary if you use header sections with pattern fields.
32551 For example, if you have two Subject sections, one with one pattern and
32552 another with another pattern, and the subject for a particular message
32553 happens to match both, then the color from the first match is used.
32556 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32557 Each section will change to the default value used for that section when
32558 color is first enabled.
32559 When you restore all default colors the color settings for the Header Colors
32560 will be unset (since that's the default), but the header fields you've
32561 added will remain so that you may easily reset them.
32562 In order to get rid of them completely you'd have to use
32563 the &quot;DeleteHdr&quot; command.
32566 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32567 may be set with matching rules and that is configured separately from
32568 the rest of the color settings described here.
32569 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32570 instead of in the Setup/Kolor section.
32572 <P><UL>
32573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32574 </UL><P>
32575 &lt;End of help on this topic&gt;
32576 </BODY>
32577 </HTML>
32578 ====== h_config_news_uses_recent ======
32579 <HTML>
32580 <HEAD>
32581 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32582 </HEAD>
32583 <BODY>
32584 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32586 This feature causes certain messages to be marked as "New" in the
32587 MESSAGE INDEX of newsgroups.
32588 This feature is set by default.
32592 When opening a newsgroup, Alpine will consult your "newsrc" file and
32593 determine the last message you have previously disposed of via the "D"
32594 key.  If this feature is set, any subsequent messages will be shown in the
32595 Index with an "N", and the first of these messages will be highlighted.
32596 Although this is only an approximation of true "New" or "Unseen"
32597 status, it provides a useful cue to distinguish more-or-less recent
32598 messages from those you have seen previously, but are not yet ready to
32599 mark deleted.
32603 Background: your "newsrc" file (used to store message status information
32604 for newsgroups) is only capable of storing a single flag, and Alpine uses
32605 this to record whether or not you are "done with" a message, as
32606 indicated by marking the message as "Deleted".  Unfortunately, this
32607 means that Alpine has no way to record exactly which messages you have
32608 previously seen, so it normally does not show the "N" status flag for
32609 any messages in a newsgroup. This feature enables a starting
32610 *approximation* of seen/unseen status that may be useful.
32612 &lt;End of help on this topic&gt;
32613 </BODY>
32614 </HTML>
32615 ====== h_config_expose_hidden_config =====
32616 <HTML>
32617 <HEAD>
32618 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32619 </HEAD>
32620 <BODY>
32621 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32623 If set, this causes configuration options and features that are normally
32624 hidden from view to be editable in the Setup/Config screen.
32627 The purpose of this feature is to allow you to change configuration
32628 features and variables that are normally hidden.
32629 This is particularly useful if you are using a remote configuration,
32630 where it is difficult to edit the contents manually, but it may also be used
32631 on a local pinerc configuration file.
32633 If set, several configuration variables and features that are normally
32634 hidden from view will show up in the Setup/Configuration screen.
32635 They will be at the bottom of the configuration screen.
32636 You can find them by searching for the words &quot;hidden configuration&quot;.
32639 Note that this is an advanced feature that should be used with care.
32640 The reason that this part of the configuration is normally hidden is because
32641 there is a significant potential for causing problems if you change these
32642 variables.
32643 If something breaks after a change try changing it back to see if that is
32644 what is causing the problem.
32645 There are also some variables that are normally hidden because they are
32646 manipulated through Alpine in other ways.
32647 For example, colors are normally set using the Setup/Kolors screen and
32648 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32649 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32650 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32651 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32652 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32653 internally by Alpine and not set directly by the user.
32655 <UL>   
32656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32657 </UL><P>
32658 &lt;End of help on this topic&gt;
32659 </BODY>
32660 </HTML>
32661 ====== h_config_disable_signature_edit =====
32662 <HTML>
32663 <HEAD>
32664 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32665 </HEAD>
32666 <BODY>
32667 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32669 If set, this disables the editing of signature files from within
32670 the Setup/Config screen.
32672 <UL>   
32673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32674 </UL><P>
32675 &lt;End of help on this topic&gt;
32676 </BODY>
32677 </HTML>
32678 ====== h_config_disable_roles_templateedit =====
32679 <HTML>
32680 <HEAD>
32681 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32682 </HEAD>
32683 <BODY>
32684 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32686 If set, this disables the editing of template files within the
32687 Role setup screen.
32689 <UL>   
32690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32691 </UL><P>
32692 &lt;End of help on this topic&gt;
32693 </BODY>
32694 </HTML>
32695 ====== h_config_disable_roles_sigedit =====
32696 <HTML>
32697 <HEAD>
32698 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32699 </HEAD>
32700 <BODY>
32701 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32703 If set, this disables the editing of signature files within the
32704 Role setup screen.
32706 <UL>   
32707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32708 </UL><P>
32709 &lt;End of help on this topic&gt;
32710 </BODY>
32711 </HTML>
32712 ====== h_config_disable_roles_setup =====
32713 <HTML>
32714 <HEAD>
32715 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32716 </HEAD>
32717 <BODY>
32718 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32720 If set, this disables the Setup/Rules/Roles command.
32722 <UL>   
32723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32724 </UL><P>
32725 &lt;End of help on this topic&gt;
32726 </BODY>
32727 </HTML>
32728 ====== h_config_disable_pipes_in_templates =====
32729 <HTML>
32730 <HEAD>
32731 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32732 </HEAD>
32733 <BODY>
32734 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32736 By default, if a template file name is followed by a vertical bar (|) then
32737 that causes the file to be executed to produce the text for the template.
32738 If this feature is set, then this is not allowed.
32740 <UL>   
32741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32742 </UL><P>
32743 &lt;End of help on this topic&gt;
32744 </BODY>
32745 </HTML>
32746 ====== h_config_disable_pipes_in_sigs =====
32747 <HTML>
32748 <HEAD>
32749 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32750 </HEAD>
32751 <BODY>
32752 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32754 By default, if a signature file name is followed by a vertical bar (|) then
32755 that causes the file to be executed to produce the text for the signature.
32756 If this feature is set, then this is not allowed.
32758 <UL>   
32759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32760 </UL><P>
32761 &lt;End of help on this topic&gt;
32762 </BODY>
32763 </HTML>
32764 ====== h_config_disable_password_cmd =====
32765 <HTML>
32766 <HEAD>
32767 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32768 </HEAD>
32769 <BODY>
32770 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32772 If set, then the Setup/Newpassword command is disabled.
32774 <UL>   
32775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32776 </UL><P>
32777 &lt;End of help on this topic&gt;
32778 </BODY>
32779 </HTML>
32780 ====== h_config_disable_password_caching =====
32781 <HTML>
32782 <HEAD>
32783 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32784 </HEAD>
32785 <BODY>
32786 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32788 Normally, loginname/password combinations are cached in Alpine so that
32789 you do not have to enter the same password more than once in a session.
32790 A disadvantage to this approach is that the password must be stored in
32791 the memory image of the running Alpine in order that it can be re-used.
32792 In the event that Alpine crashes and produces a core dump, and that core
32793 dump is readable by others, the loginname and password could be read
32794 from the core dump.
32796 If this feature is set, then the passwords will not be cached and you
32797 will have to retype the password whenever Alpine needs it.
32798 Even with this feature set there is still some chance that the core
32799 file will contain a password, so care should be taken to make the
32800 core files unreadable.
32802 NOTE: If PASSFILE caching is enabled, this does not disable it.
32803 That is a separate and independent feature.
32804 <UL>   
32805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32806 </UL><P>
32807 &lt;End of help on this topic&gt;
32808 </BODY>
32809 </HTML>
32810 ====== h_config_disable_password_file_saving =====
32811 <HTML>
32812 <HEAD>
32813 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
32814 </HEAD>
32815 <BODY>
32816 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
32818 This feature changes the behavior of Alpine when a login name and password combination
32819 for a specific server is not found in the password file. The default behavior is that
32820 Alpine will ask the user if they wish to save this information in the password file for future
32821 use. It is assumed that if a user created a password file it is because they intend
32822 to use it, but in some instances a user might want to save some passwords and not others.
32823 In this case, enabling this feature will make Alpine not add any more passwords to the
32824 password file and will only use the passwords that it already saved. If you wish to allow
32825 Alpine to save more passwords in the password file, disable this feature.
32827 <UL>   
32828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32829 </UL><P>
32830 &lt;End of help on this topic&gt;
32831 </BODY>
32832 </HTML>
32833 ====== h_config_disable_kb_lock =====
32834 <HTML>
32835 <HEAD>
32836 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32837 </HEAD>
32838 <BODY>
32839 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32841 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32843 <UL>   
32844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32845 </UL><P>
32846 &lt;End of help on this topic&gt;
32847 </BODY>
32848 </HTML>
32849 ====== h_config_disable_config_cmd =====
32850 <HTML>
32851 <HEAD>
32852 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32853 </HEAD>
32854 <BODY>
32855 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32857 If set, then the Setup/Config screen is disabled.
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_allow_chg_from =====
32866 <HTML>
32867 <HEAD>
32868 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32869 </HEAD>
32870 <BODY>
32871 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32873 This feature affects Alpine's handling of the &quot;From:&quot; header field
32874 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32875 option.
32877 If this feature is set then the From line can be changed just like
32878 all the other header fields that can be changed.
32879 This feature defaults to <EM>ON</EM>.
32881 Even with this feature turned ON (the default) you will not be able 
32882 to change the From header unless you add it to your list of
32883 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32884 You may also want to change the
32885 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32886 if you want the From header to always show up in the composer without
32887 having to type the Rich Headers command first.
32889 Note that many sites restrict the use of this feature in order to
32890 reduce the chance of falsified addresses and misdirected mail.
32891 If you want to change the value of what gets included in the From header
32892 in messages you send
32893 look <A HREF="h_config_change_your_from">here</A> for a description.
32895 <UL>   
32896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32897 </UL><P>
32898 &lt;End of help on this topic&gt;
32899 </BODY>
32900 </HTML>
32901 ====== h_config_disable_collate =====
32902 <HTML>
32903 <HEAD>
32904 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32905 </HEAD>
32906 <BODY>
32907 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32909 This is a hard to understand feature that should only be used in rare cases.
32910 Normally, the C function call
32912 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32914 is used by Alpine.
32915 If you want to try turning it off,
32916 setting this feature will turn it off.
32917 This part of the locale has to do with the sort order
32918 of characters in your locale.
32920 <UL>   
32921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32922 </UL><P>
32923 &lt;End of help on this topic&gt;
32924 </BODY>
32925 </HTML>
32926 ====== h_config_quell_attach_extra_prompt =====
32927 <HTML>
32928 <HEAD>
32929 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32930 </HEAD>
32931 <BODY>
32932 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32934 By default, when you attempt to view an attachment externally
32935 from the &quot;Attachment View&quot; screen, you are asked if you
32936 really want to view the selected attachment.
32939 If this feature is set, you will <B>not</B> be prompted to confirm
32940 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32941 prompt. This feature was added for those wanting to preserve that
32942 behavior (along with 
32943 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32946 <UL>   
32947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32948 </UL><P>
32949 &lt;End of help on this topic&gt;
32950 </BODY>
32951 </HTML>
32952 ====== h_config_quell_attach_ext_warn =====
32953 <HTML>
32954 <HEAD>
32955 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32956 </HEAD>
32957 <BODY>
32958 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32961 This feature suppresses the extra warning you can get when trying
32962 to view an attachment for which there is no mime-type match.  Turning
32963 on this feature will just run the program according to extension
32964 instead of first warning the user that it will run according to the
32965 file's extension.
32967 This feature can be used along side 
32968 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32969 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32971 <UL>   
32972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32973 </UL><P>
32974 &lt;End of help on this topic&gt;
32975 </BODY>
32976 </HTML>
32977 ====== h_config_mailcap_params =====
32978 <HTML>
32979 <HEAD>
32980 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32981 </HEAD>
32982 <BODY>
32983 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32985 If set, this will allow mailcap named parameter substitution to occur
32986 in mailcap entries.
32987 By default, this is turned off to prevent security problems that may occur
32988 with some incorrect mailcap configurations.
32989 For more information, see RFC1524 and look for "named parameters" in the
32990 text of the RFC.
32992 <UL>   
32993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32994 </UL><P>
32995 &lt;End of help on this topic&gt;
32996 </BODY>
32997 </HTML>
32998 ====== h_config_disable_shared =====
32999 <HTML>
33000 <HEAD>
33001 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33002 </HEAD>
33003 <BODY>
33004 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33006 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33007 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33008 will be disabled.
33009 The reason this feature exists is because there are some implementations
33010 of system password lookup routines that are very slow when presented with
33011 a long loginname that does not exist.
33012 This feature could be set to prevent the delay at startup time when the
33013 names above are searched for in the password file.
33015 <UL>   
33016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33017 </UL><P>
33018 &lt;End of help on this topic&gt;
33019 </BODY>
33020 </HTML>
33021 ====== h_config_hide_nntp_path =====
33022 <HTML>
33023 <HEAD>
33024 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33025 </HEAD>
33026 <BODY>
33027 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33029 Normally the Path header that Alpine generates when posting to a newsgroup
33030 contains the name of the computer from which the message is being sent and
33031 the user name.
33032 Some believe that this information is used by spammers.
33033 If this feature is set, that information will be replaced with the text
33035 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33037 instead.
33039 It should be noted that many servers being connected to will still reveal
33040 the information that this feature attempts to protect.
33042 <UL>   
33043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33044 </UL><P>
33045 &lt;End of help on this topic&gt;
33046 </BODY>
33047 </HTML>
33048 ====== h_config_no_bezerk_zone =====
33049 <HTML>
33050 <HEAD>
33051 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33052 </HEAD>
33053 <BODY>
33054 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33056 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33057 (the line that begins with From <SPACE>).
33058 Some versions of Berkeley mail have trouble with this, and don't recognize
33059 the line as a message delimiter.
33060 If this feature is set, the timezone will be left off the delimiter line.
33062 <UL>   
33063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33064 </UL><P>
33065 &lt;End of help on this topic&gt;
33066 </BODY>
33067 </HTML>
33068 ====== h_config_quell_domain_warn =====
33069 <HTML>
33070 <HEAD>
33071 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33072 </HEAD>
33073 <BODY>
33074 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33076 When your configuration is set up so that your domain name contains no dots,
33077 it is usually a configuration error.
33078 By default, Alpine will warn you about this when you start it up.
33079 You will see a warning message that looks like
33082 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33085 If this feature is set, the warning is turned off.
33087 <UL>   
33088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33089 </UL><P>
33090 &lt;End of help on this topic&gt;
33091 </BODY>
33092 </HTML>
33093 ====== h_config_quell_imap_env =====
33094 <HTML>
33095 <HEAD>
33096 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33097 </HEAD>
33098 <BODY>
33099 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33101 In the MESSAGE INDEX screen, if the open folder is being accessed
33102 using IMAP, Alpine normally tries to paint the index lines on the screen
33103 as soon as the information arrives from the IMAP server.
33104 This means that the index information makes it onto the screen more quickly
33105 than it otherwise would.
33106 This sometimes results in behavior that bothers some users.
33107 For example, when paging to a new page of the index, it may be possible for
33108 the lines to be painted on the screen in a random order, rather than from
33109 top to bottom.
33112 Setting this feature causes Alpine to wait for all of the information
33113 to be gathered before it paints the index screen.
33114 Once it collects all of the information, the screen will be painted quickly
33115 from top to bottom.
33117 <UL>   
33118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33119 </UL><P>
33120 &lt;End of help on this topic&gt;
33121 </BODY>
33122 </HTML>
33123 ====== h_config_quell_news_env =====
33124 <HTML>
33125 <HEAD>
33126 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33127 </HEAD>
33128 <BODY>
33129 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33131 In the MESSAGE INDEX screen, if the open folder is being accessed
33132 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33133 as soon as the information arrives from the NNTP server.
33134 This means that the index information makes it onto the screen more quickly
33135 than it otherwise would.
33136 This sometimes results in behavior that bothers some users.
33137 For example, when paging to a new page of the index, it may be possible for
33138 the lines to be painted on the screen in a random order, rather than from
33139 top to bottom.
33142 Setting this feature causes Alpine to wait for all of the information
33143 to be gathered before it paints the index screen.
33144 Once it collects all of the information, the screen will be painted quickly
33145 from top to bottom.
33147 <UL>   
33148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33149 </UL><P>
33150 &lt;End of help on this topic&gt;
33151 </BODY>
33152 </HTML>
33153 ====== h_config_quell_content_id =====
33154 <HTML>
33155 <HEAD>
33156 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33157 </HEAD>
33158 <BODY>
33159 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33161 This feature changes the behavior of Alpine when sending messages.
33162 It is intended to work around a bug in Microsoft's Outlook XP mail user
33163 agent.
33164 As of this writing, Microsoft has acknowledged the bug but
33165 has not added it to the Knowledge Base.
33166 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33167 This particular bug has bug fix number OfficeQFE:4781.
33168 The nature of the bug is that messages with attachments that
33169 contain a Content-ID header (which standard Alpine attachments do)
33170 do not show the attachment indicator (a paperclip) when viewed with
33171 Outlook XP.
33172 So the user has no indication that the message contains an attachment.
33175 If this feature is set then Alpine will remove most Content-ID headers
33176 before sending a message.
33177 If an attachment is of type MESSAGE, then the existing Content-ID headers
33178 inside the message will be left intact.
33179 This would only happen with Alpine if a message was forwarded as an attachment
33180 or if a message with a message attached was forwarded.
33181 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33182 the Content-ID headers of the alternative parts will not be removed.
33185 Because the Content-ID header is a standard part of MIME it is possible
33186 that setting this feature will break something.
33187 For example, if an attachment has a Content-ID header that is necessary
33188 for the correct functioning of that attachment, it is possible that Alpine
33189 may remove that header when the attachment is forwarded.
33190 However, it seems fairly safe at this time.
33193 <UL>   
33194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33195 </UL><P>
33196 &lt;End of help on this topic&gt;
33197 </BODY>
33198 </HTML>
33199 ====== h_config_winpos_in_config =====
33200 <HTML>
33201 <HEAD>
33202 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33203 </HEAD>
33204 <BODY>
33205 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33207 PC-Alpine only.
33210 Normally, PC-Alpine will store its window size and position in the
33211 Windows Registry.
33212 This is convenient if you want to use the same remote
33213 configuration from more than one PC.
33214 If you use multiple configuration files to start PC-Alpine, you may want
33215 to store the window size and position in the configuration file instead
33216 of in the Registry.
33217 Setting this feature causes the value to be stored in 
33218 <A HREF="h_config_window_position">Window-Position</A>.
33221 <UL>   
33222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33223 </UL><P>
33224 &lt;End of help on this topic&gt;
33225 </BODY>
33226 </HTML>
33227 ====== h_config_quell_ssl_largeblocks =====
33228 <HTML>
33229 <HEAD>
33230 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33231 </HEAD>
33232 <BODY>
33233 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33235 PC-Alpine only.
33237 This feature changes the behavior of fetching messages
33238 and attachments so that the message data is fetched in chunks no larger
33239 than 12K bytes.
33240 This works around a bug in Microsoft's SSL/TLS support.
33241 Some versions of Microsoft SSL are not able to read full-sized (16K)
33242 SSL/TLS packets.
33243 Some servers will send such packets and this will
33244 cause PC-Alpine to crash with the error
33247 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33250 Microsoft is aware of the problem and has developed a hotfix for it, it is
33251 discussed in article 300562 in the Microsoft Knowledge Base.
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_partial =====
33260 <HTML>
33261 <HEAD>
33262 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33263 </HEAD>
33264 <BODY>
33265 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33267 Partial fetching is a feature of the IMAP protocol.
33268 By default, Alpine
33269 will use partial fetching when copying the contents of a message or attachment
33270 from the IMAP server to Alpine.
33271 This means that the fetch will be done in many
33272 small chunks instead of one big chunk. The main benefit of this approach is
33273 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33274 to stop the fetch early. In some cases partial fetching may cause a performance
33275 problem so that the fetching of data takes significantly longer when partial
33276 fetching is used. Turning on this feature will turn off partial fetching.
33278 <UL>   
33279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33280 </UL><P>
33281 &lt;End of help on this topic&gt;
33282 </BODY>
33283 </HTML>
33284 ====== h_config_quell_personal_name_prompt =====
33285 <HTML>
33286 <HEAD>
33287 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33288 </HEAD>
33289 <BODY>
33290 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33292 PC-Alpine only.  This feature quells the prompting for a 
33293 <A HREF="h_config_pers_name">personal name</A>.  This
33294 prompt normally happens before composing a message, and only happens when
33295 there is no personal name already set.
33297 <UL>   
33298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33299 </UL><P>
33300 &lt;End of help on this topic&gt;
33301 </BODY>
33302 </HTML>
33303 ====== h_config_quell_user_id_prompt =====
33304 <HTML>
33305 <HEAD>
33306 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33307 </HEAD>
33308 <BODY>
33309 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33311 PC-Alpine only.  This feature quells the prompting for a 
33312 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33313 if the information can be obtained from the login name used
33314 to open the INBOX.  Normally, this prompt happens before composing
33315 a message, and only happens when there is no user-id already set
33316 in the configuration.
33318 With this feature set, composing a message is only possible after
33319 establishing a connection to the INBOX.
33321 <UL>   
33322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33323 </UL><P>
33324 &lt;End of help on this topic&gt;
33325 </BODY>
33326 </HTML>
33327 ====== h_config_save_aggregates =====
33328 <HTML>
33329 <HEAD>
33330 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33331 </HEAD>
33332 <BODY>
33333 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33335 This feature will optimize an aggregate copy operation, if
33336 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33337 list of the messages to be copied.
33338 This feature is set by default.
33339 This may reduce network traffic and elapsed time for the Save.
33340 <EM>However, many IMAP servers (including the UW IMAP server) do
33341 not preserve the order of messages when this optimization is applied.</EM>
33342 If this feature is not set, 
33343 Alpine will copy each message individually and the order of the messages
33344 will be preserved.
33346 <UL>   
33347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33348 </UL><P>
33349 &lt;End of help on this topic&gt;
33350 </BODY>
33351 </HTML>
33352 ====== h_config_use_system_translation =====
33353 <HTML>
33354 <HEAD>
33355 <TITLE>FEATURE: Use System Translation</TITLE>
33356 </HEAD>
33357 <BODY>
33358 <H1>FEATURE: Use System Translation</H1>
33360 UNIX Alpine only.
33362 Alpine normally uses its own internal software to convert between the multi-byte
33363 representation of characters and the Unicode representation of those
33364 same characters.
33365 It converts from the multi-byte characters your keyboard produces to Unicode,
33366 and from Unicode to the multi-byte characters your display expects.
33367 Alpine also uses its own internal software to decide how much space on
33368 the screen a particular Unicode character will occupy.
33371 Setting this feature tells Alpine to use the system-supplied routines to
33372 perform these tasks instead.
33373 In particular there are three tasks and three system routines that will
33374 be used for these tasks.
33377 To convert from multi-byte to Unicode the routine
33380 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33383 is used.
33384 To convert from Unicode to multi-byte the routine
33387 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33390 is used.
33391 And to find the screen width a particular Unicode character will
33392 occupy the routine used is
33395 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33398 This feature has been only lightly tested.
33399 The internal routines should normally be used unless you run into
33400 a problem that you think may be solved by using the system routines.
33401 Note that your environment needs to be set up for these
33402 routines to work correctly.
33403 In particular, the LANG or LC_CTYPE variable in your environment will
33404 need to be set.
33407 <UL>   
33408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33409 </UL><P>
33410 &lt;End of help on this topic&gt;
33411 </BODY>
33412 </HTML>
33413 ====== h_config_suspend_spawns =====
33414 <HTML>
33415 <HEAD>
33416 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33417 </HEAD>
33418 <BODY>
33419 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33421 This feature affects Alpine's behavior when process suspension is enabled
33422 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33423 temporarily interact with the operating system command &quot;shell&quot; 
33424 without
33425 quitting Alpine, and then subsequently resume the still-active Alpine session.
33428 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33429 is set and subsequently the Ctrl-Z key
33430 is pressed, Alpine will normally suspend itself and return temporary control
33431 to Alpine's parent shell process.  However, if this feature is set, Alpine
33432 will instead create an inferior subshell process.  This is useful when the
33433 parent process is not intended to be used interactively.  Examples include
33434 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33435 or via a menu system.<P>
33437 Note that one typically resumes a suspended Alpine by entering the Unix
33438 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33439 enter the &quot;exit&quot; command instead.
33441 <UL>   
33442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33443 </UL><P>
33444 &lt;End of help on this topic&gt;
33445 </BODY>
33446 </HTML>
33447 ====== h_config_8bit_smtp =====
33448 <HTML>
33449 <HEAD>
33450 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33451 </HEAD>
33452 <BODY>
33453 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33455 This feature affects Alpine's behavior when sending mail.
33456 By default, this feature is set.
33457 Internet standards
33458 require that all electronic mail messages traversing the global Internet
33459 consist of 7bit ASCII characters unless a pair of cooperating mail 
33460 transfer agents explicitly agree to allow 8bit messages.  In general, 
33461 then, exchanging messages in non-ASCII characters requires MIME encoding.
33463 However, there are now Internet standards that allow for unencoded 8bit
33464 exchange of messages between cooperating systems.  When this feature is set
33465 Alpine will try to negotiate unencoded 8bit transmission during the
33466 sending process.  Should the negotiation fail, Alpine will fall back to its
33467 ordinary encoding rules. 
33469 Note, this feature relies on your system's mail transport agent or
33470 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33471 having the negotiation mechanism introduced in
33472 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33473 &quot;8BITMIME&quot;. 
33475 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33476 it is possible that this feature might cause problems for some servers. 
33477 <P><UL>
33478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33479 </UL>
33480 <P>&lt;End of help on this topic&gt;
33481 </BODY>
33482 </HTML>
33483 ====== h_config_8bit_nntp =====
33484 <HTML>
33485 <HEAD>
33486 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33487 </HEAD>
33488 <BODY>
33489 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33491 This feature affects Alpine's behavior when posting news.  
33495 The Internet standard for exchanging USENET news messages (RFC-1036)
33496 specifies that USENET messages should conform to Internet mail standards
33497 and contain only 7bit characters, but much of the news transport software
33498 in use today is capable of successfully sending messages containing 8bit
33499 characters.  Hence, many people believe that it is appropriate to send 8bit
33500 news messages without any MIME encoding.
33504 Moreover, there is no Internet standard for explicitly negotiating 8bit
33505 transfer, as there is for Internet email.  Therefore, Alpine provides the
33506 option of posting unencoded 8bit news messages, though not as the default.
33507 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33508 postings that contain 8bit characters. 
33512 Note, articles may cross a path or pass through news transport software
33513 that is unsafe or even hostile to 8bit characters.  At best this will only
33514 cause the posting to become garbled.  The safest way to transmit 8bit
33515 characters is to leave Alpine's MIME encoding turned on, but recipients
33516 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33517 messages.
33519 &lt;End of help on this topic&gt;
33520 </BODY>
33521 </HTML>
33522 ====== h_config_mark_for_cc =====
33523 <HTML>
33524 <HEAD>
33525 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33526 </HEAD>
33527 <BODY>
33528 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33530 This feature affects Alpine's MESSAGE INDEX display.
33531 By default, a '+' is displayed in the first column if the
33532 message is addressed directly to you.
33533 When this feature is set and the message is not addressed to you, then a
33534 '-' character is displayed if the message is instead Cc'd directly
33535 to you.
33538 <UL>   
33539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33540 </UL><P>
33541 &lt;End of help on this topic&gt;
33542 </BODY>
33543 </HTML>
33544 ====== h_config_tab_uses_unseen =====
33545 <HTML>
33546 <HEAD>
33547 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33548 </HEAD>
33549 <BODY>
33550 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33552 This feature affects Alpine's behavior when using the TAB
33553 <A HREF="h_common_nextnew">NextNew Command</A>
33554 to move from one folder to the next.
33555 Alpine's usual behavior is to search for folders
33556 with <EM>Recent</EM> messages in them.
33557 Recent messages are messages that have arrived since the last time the
33558 folder was opened.
33561 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33562 messages instead of Recent messages.
33563 Unseen messages remain Unseen until you view them (or flag then as Seen with
33564 the <A HREF="h_common_flag">Flag Command</A>).
33565 Setting this feature allows you to locate messages you have not read
33566 instead of only recently received messages.
33567 When this feature is set, the feature
33568 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33569 will have no effect, so the checking may be slower.
33572 Another reason why you might want to use this feature is that Alpine sometimes
33573 opens folders implicitly behind the scenes, and this clears the
33574 Recent status of all messages in the folder.
33575 One example where this happens is when Saving or filtering a
33576 message to another folder.
33577 If that message has some <A HREF="h_config_keywords">keywords</A>
33578 set, then because of some shortcomings
33579 in the IMAP specification, the best way to ensure that those keywords are
33580 still set in the saved copy of the message is to open the folder and
33581 set the keywords explicitly.
33582 Because this clears the Recent status of all messages in that folder the
33583 folder will not be found by the NextNew command unless this feature is set.
33586 &lt;End of help on this topic&gt;
33587 </BODY>
33588 </HTML>
33589 ====== h_config_tab_new_only =====
33590 <HTML>
33591 <HEAD>
33592 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33593 </HEAD>
33594 <BODY>
33595 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33597 This feature affects Alpine's behavior when using the TAB key to move from
33598 one message to the next.  Alpine's usual behavior is to select the next
33599 unread message or message flagged as "Important".
33603 Setting this feature causes Alpine to skip the messages flagged as important,
33604 and select unread messages exclusively.  Tab behavior when there are no
33605 new messages left to select remains unchanged.
33607 &lt;End of help on this topic&gt;
33608 </BODY>
33609 </HTML>
33610 ====== h_config_warn_if_subj_blank =====
33611 <HTML>
33612 <HEAD>
33613 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33614 </HEAD>
33615 <BODY>
33616 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33618 This feature affects Alpine's behavior when you send a message being
33619 composed.
33620 If this option is set, Alpine will check to see if the message about to be sent
33621 has a subject or not.
33622 If not, you will be asked if you want to send the message anyway.
33625 <UL>   
33626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33627 </UL><P>
33628 &lt;End of help on this topic&gt;
33629 </BODY>
33630 </HTML>
33631 ====== h_config_warn_if_fcc_blank =====
33632 <HTML>
33633 <HEAD>
33634 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33635 </HEAD>
33636 <BODY>
33637 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33639 This feature affects Alpine's behavior when you send a message being
33640 composed.
33641 If this option is set, Alpine will check to see if the message about to be sent
33642 has an Fcc or not.
33643 If not, you will be asked if you want to send the message anyway.
33646 <UL>   
33647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33648 </UL><P>
33649 &lt;End of help on this topic&gt;
33650 </BODY>
33651 </HTML>
33652 ====== h_config_warn_if_no_to_or_cc =====
33653 <HTML>
33654 <HEAD>
33655 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33656 </HEAD>
33657 <BODY>
33658 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33660 This feature affects Alpine's behavior when you send a message being
33661 composed.
33662 If this option is set, Alpine will check to see if the message about to be sent
33663 has either a To address, a Cc address, or a Newsgroup.
33664 If none of these is set,
33665 you will be asked if you want to send the message anyway.
33668 This feature is closely related to
33669 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33670 Alpine will normally ask if you want to copy a message only to the Fcc.
33671 This feature also applies to cases where there is a Bcc but still no To, Cc,
33672 or Newsgroup.
33673 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33674 message with only an Fcc, then you won't be asked about sending with
33675 a blank To and Cc and Newsgroups header even if this feature is set.
33676 Similarly, if you have already been asked if you want to send to the Fcc
33677 only and you have answered Yes, then you won't be asked again about sending with
33678 blank To, Cc, and Newsgroups headers even if this feature is set.
33681 <UL>   
33682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33683 </UL><P>
33684 &lt;End of help on this topic&gt;
33685 </BODY>
33686 </HTML>
33687 ====== h_config_quell_dead_letter =====
33688 <HTML>
33689 <HEAD>
33690 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33691 </HEAD>
33692 <BODY>
33693 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33695 This feature affects Alpine's behavior when you cancel a message being
33696 composed.  Alpine's usual behavior is to write the canceled message to
33697 a file named 
33698 <!--chtml if pinemode="os_windows"-->
33699 &quot;DEADLETR&quot;,
33700 <!--chtml else-->
33701 &quot;dead.letter&quot; in your home directory,
33702 <!--chtml endif-->
33703 overwriting any previous message. Under
33704 some conditions (some routine), this can introduce a noticeable delay.
33705 Setting this feature will cause Alpine NOT to write canceled compositions
33706 into the file.
33708 NOTE: Enabling this feature means NO record of canceled messages is
33709 maintained.
33711 This feature affects the newer option
33712 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33713 number of dead letter files to keep around.
33714 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33716 <UL>   
33717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33718 </UL><P>
33719 &lt;End of help on this topic&gt;
33720 </BODY>
33721 </HTML>
33722 ====== h_config_quell_beeps =====
33723 <HTML>
33724 <HEAD>
33725 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33726 </HEAD>
33727 <BODY>
33728 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33730 This feature affects Alpine's behavior when it displays status message
33731 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33732 will not affect the display of such messages, but will cause those that
33733 emit a beep to become silent.
33736 <UL>   
33737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33738 </UL><P>
33739 &lt;End of help on this topic&gt;
33740 </BODY>
33741 </HTML>
33742 ====== h_config_suppress_user_agent =====
33743 <HTML>
33744 <HEAD>
33745 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33746 </HEAD>
33747 <BODY>
33748 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33750 If this feature is set then Alpine will not generate a
33751 <CODE>User-Agent</CODE> header in outgoing messages.
33753 <UL>   
33754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33755 </UL><P>
33756 &lt;End of help on this topic&gt;
33757 </BODY>
33758 </HTML>
33759 ====== h_config_quell_lock_failure_warnings =====
33760 <HTML>
33761 <HEAD>
33762 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33763 </HEAD>
33764 <BODY>
33765 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33767 This feature affects Alpine's behavior when it encounters a problem
33768 acquiring a mail folder lock.  Typically, a secondary file associated
33769 with the mail folder being opened is created as part of the locking
33770 process.  On some systems, such file creation has been administratively
33771 precluded by the system configuration.
33773 Alpine issues a warning when such failures occur, which can become bothersome
33774 if the system is configured to disallow such actions.  Setting this
33775 feature causes Alpine to remain silent when this part of lock creation fails.
33777 WARNING: systems that have been configured in a way that precludes locking
33778 introduce some risk of mail folder corruption when more than one program
33779 attempts to modify the mail folder.  This is most likely to occur to one's
33780 INBOX or other incoming message folder. 
33782 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33784 <UL>   
33785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33786 </UL><P>
33787 &lt;End of help on this topic&gt;
33788 </BODY>
33789 </HTML>
33790 ====== h_config_enable_role_take ======
33791 <HTML>
33792 <HEAD>
33793 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33794 </HEAD>
33795 <BODY>
33796 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33798 Normally, the Take command takes addresses from a message and helps you
33799 put them into your Address Book.
33800 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33801 you may find it useful
33802 to be able to Take information from a message's headers and put it into
33803 a new Rule.
33804 When this feature is set, you will be given an extra prompt that gives
33805 you the choice to Take into the Address Book or Take into a rule.
33806 <P><UL>
33807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33808 </UL>
33810 &lt;End of help on this topic&gt;
33811 </BODY>
33812 </HTML>
33813 ====== h_config_enable_take_export ======
33814 <HTML>
33815 <HEAD>
33816 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33817 </HEAD>
33818 <BODY>
33819 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33821 Normally, the Take command takes addresses from a message and helps you
33822 put them into your Address Book.
33823 When this feature is set, you will be given an extra prompt that gives you
33824 the choice to Take addresses into a file instead of your Address
33825 Book.
33826 Only the user@domain_name part of the address is put in the file.
33827 <P><UL>
33828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33829 </UL>
33831 &lt;End of help on this topic&gt;
33832 </BODY>
33833 </HTML>
33834 ====== h_config_quell_folder_internal_msg ======
33835 <HTML>
33836 <HEAD>
33837 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33838 </HEAD>
33839 <BODY>
33840 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33842 This feature determines whether or not Alpine will create 
33843 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33844 MMDF format. <P> 
33846 Alpine will normally create these pseudo messages when they are not already
33847 present in a standard Unix or MMDF folder.  Their purpose is to record
33848 certain mailbox state data needed for correct IMAP and POP server
33849 operation, and also for Alpine to be able to mark messages as Answered when
33850 the Reply has been postponed.<P>
33852 Sites that do not use IMAP/POP for remote mail access, and that need to
33853 support mail tools that are adversely affected by the presence of the
33854 pseudo-messages (e.g. some mail notification tools) may enable this
33855 feature to tell Alpine not to create them.  Note that Alpine's 
33856 &quot;Answered&quot; flag
33857 capability will be adversely affected if this is done.<P>
33859 Note too that, even if this feature is enabled, Alpine will not remove
33860 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33861 or ipopd servers.) This feature has no effect on folders that are not in
33862 standard Unix or MMDF format, as pseudo-messages are not needed in the
33863 other formats to record mailbox state information.
33864 <P><UL>
33865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33866 </UL>
33868 &lt;End of help on this topic&gt;
33869 </BODY>
33870 </HTML>
33871 ====== h_config_mulnews_as_typed ======
33872 <HTML>
33873 <HEAD>
33874 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33875 </HEAD>
33876 <BODY>
33877 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33879 This feature will be of little use to most users.
33880 It has no effect unless the feature
33881 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33882 is set.
33884 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33885 then the setting of this feature may have an effect on the names of the
33886 newsrc files used.
33887 Normally, the name of the news server will be canonicalized before it is
33888 used in the newsrc file name.
33889 For example, if you type the news server name
33892 <CENTER><SAMP>servername</SAMP></CENTER>
33895 it is likely that the canonical name will be something like
33898 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33901 Or it may be the case that
33904 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33907 is really an alias (a DNS CNAME) for
33910 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33913 If this feature is not set, then the canonicalized names will be used.
33914 If this feature is set, then the name you typed in (or put in your
33915 configuration) will be used.
33917 <P><UL>
33918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33919 </UL>
33921 &lt;End of help on this topic&gt;
33922 </BODY>
33923 </HTML>
33924 ====== h_config_quell_empty_dirs ======
33925 <HTML>
33926 <HEAD>
33927 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33928 </HEAD>
33929 <BODY>
33930 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33932 This feature causes Alpine to remove from the display any directories
33933 that do not contain at least one file or directory.  This can be useful
33934 to prevent overly cluttered folder lists when a collection is stored on
33935 a server that treats all names as both a folder and a directory.
33938 Note, enabling this feature can cause surprising behavior!  For example,
33939 you can still use Add to create a directory, but unless you immediately
33940 enter that directory and create a folder, that newly created directory
33941 may not be displayed next time you enter the folder list.
33944 The description above is not quite correct.
33945 Only directories which potentially may hold messages are hidden if empty.
33946 That is, a directory which is really just a directory and is not selectable
33947 as a folder will not be hidden.
33948 Such directories can occur on servers that treat most names as both a folder
33949 and a directory.
33950 These directories are typically created implicitly when a folder is created
33951 inside a directory that does not yet exist.
33954 <UL>   
33955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33956 </UL><P>
33957 &lt;End of help on this topic&gt;
33958 </BODY>
33959 </HTML>
33960 ====== h_config_termcap_wins =====
33961 <HTML>
33962 <HEAD>
33963 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33964 </HEAD>
33965 <BODY>
33966 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33968 This feature may affect Alpine's low-level input routines.  Termcap (or
33969 terminfo, depending on how your copy of Alpine was compiled and linked)
33970 is the name of the database that describes terminal capabilities.  In
33971 particular, it describes the sequences of characters that various keys
33972 will emit.
33975 An example would be the Up Arrow key on the keyboard.  Up
33976 Arrow is not a distinct character on most Unix systems.  When you press
33977 the Up Arrow key a short sequence of characters are produced.  This
33978 sequence is supposed to be described in the termcap database by the
33979 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33980 are using terminfo instead of termcap).
33983 By default, Alpine defines some terminal
33984 escape sequences that are commonly used.  For example, the sequence
33985 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33986 &quot;ESC&nbsp;[&nbsp;A&quot;
33987 is also recognized as an Up Arrow key.  These are chosen because common
33988 terminals like VT100's or ANSI standard terminals produce these
33989 sequences when you press the Up Arrow key.
33992 If your system's termcap
33993 (terminfo) database assigns some other function to the sequence
33994 &quot;ESC&nbsp;O&nbsp;A&quot;
33995 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33996 database assigns a sequence that doesn't begin with an escape
33997 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33998 This usually works fine
33999 because most terminals emit the escape sequences that Alpine has defined
34000 by default.  We have also found that it is usually better to have these
34001 defaults take precedence over the definitions contained in the database
34002 because the defaults are more likely to be correct than the database.
34005 There are some terminals where this breaks down.  If you want Alpine to
34006 believe the definitions given in your termcap (terminfo) database in
34007 preference to the defaults the Alpine itself sets up, then you may turn
34008 this feature on.  Then, sequences of characters that are defined in
34009 both termcap (terminfo) and in Alpine's set of defaults will be
34010 interpreted the way that termcap (terminfo) says they should be
34011 interpreted.  Also, if your terminal capabilities database assigns a
34012 sequence that doesn't begin with escape, it will not be ignored.
34015 <UL>   
34016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34017 </UL><P>
34018 &lt;End of help on this topic&gt;
34019 </BODY>
34020 </HTML>
34021 ====== h_config_cruise_mode =====
34022 <HTML>
34023 <HEAD>
34024 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34025 </HEAD>
34026 <BODY>
34027 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34029 This feature affects Alpine's behavior when you hit the
34030 &quot;Space&nbsp;Bar&quot; at
34031 the end of a displayed message.  Typically, Alpine complains that the end
34032 of the text has already been reached.  Setting this feature causes such
34033 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34034 taking you to the next &quot;interesting&quot; message,
34035 or scanning ahead to the 
34036 next incoming folder with &quot;interesting&quot; messages.
34039 <UL>   
34040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34041 </UL><P>
34042 &lt;End of help on this topic&gt;
34043 </BODY>
34044 </HTML>
34045 ====== h_config_cruise_mode_delete =====
34046 <HTML>
34047 <HEAD>
34048 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34049 </HEAD>
34050 <BODY>
34051 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34053 This feature modifies the behavior of Alpine's 
34054 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34055 Setting this feature causes Alpine to implicitly delete read
34056 messages when it moves on to display the next &quot;interesting&quot; message.
34058 NOTE: Beware when enabling this feature AND the 
34059 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34060 feature.
34062 <UL>   
34063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34064 </UL><P>
34065 &lt;End of help on this topic&gt;
34066 </BODY>
34067 </HTML>
34068 ====== h_config_slash_coll_entire =====
34069 <HTML>
34070 <HEAD>
34071 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34072 </HEAD>
34073 <BODY>
34074 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34076 The slash (/) command is available from the MESSAGE INDEX screen when
34077 the folder is sorted by either Threads or OrderedSubject, and the
34078 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34079 is set to something other than &quot;none&quot;.
34080 Normally, the slash command Collapses or Expands the subthread that
34081 starts at the currently highlighted message, if any.
34082 If this option is set, then the slash command Collapses or Expands the
34083 <EM>entire</EM> current thread instead of just the subthread.
34084 The current thread is simply the top-level thread that contains the
34085 current message.
34088 <UL>   
34089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34090 </UL><P>
34091 &lt;End of help on this topic&gt;
34092 </BODY>
34093 </HTML>
34094 ====== h_config_color_thrd_import =====
34095 <HTML>
34096 <HEAD>
34097 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34098 </HEAD>
34099 <BODY>
34100 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34102 This option affects only the THREAD INDEX screen.
34103 Whether or not you ever see a THREAD INDEX screen depends on the setting
34104 of the configuration option
34105 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34106 and on the sort order of the index.
34109 If a message within a thread is flagged as Important
34110 and this option is set, then
34111 the entire line in the THREAD INDEX will be colored the color of the
34112 Index-important Symbol, which can be set using the
34113 <A HREF="h_color_setup">Setup Kolor</A> screen.
34116 <UL>   
34117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34118 </UL><P>
34119 &lt;End of help on this topic&gt;
34120 </BODY>
34121 </HTML>
34122 ====== h_config_allow_goto =====
34123 <HTML>
34124 <HEAD>        
34125 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34126 </HEAD>
34127 <BODY>
34128 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34130 This feature modifies the behavior of Alpine's file browser.  Setting this
34131 feature causes Alpine to offer the "G Goto" command in the file browser.
34132 That is the default.
34136 The Goto command allows you to explicitly type in the desired directory.
34138 &lt;End of help on this topic&gt;
34139 </BODY></HTML>
34140 ====== h_config_add_ldap =====
34141 <HTML>
34142 <HEAD>
34143 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34144 </HEAD>
34145 <BODY>
34146 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34148 If both the Directory option
34149 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34150 and this feature are set,
34151 then when an implicit directory lookup is done from the
34152 composer you will automatically be prompted to add the result of the
34153 directory lookup to your address book.
34155 <UL>   
34156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34157 </UL><P>
34158 &lt;End of help on this topic&gt;
34159 </BODY>
34160 </HTML>
34161 ===== h_patterns_compat_behavior =====
34162 <HTML>
34163 <HEAD>
34164 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34165 </HEAD>
34166 <BODY>
34167 <H1>Rules Behavior Changes in Pine 4.50</H1>
34169 In Alpine, Rules that contain unrecognized elements
34170 are ignored.
34171 In most cases, the unrecognized elements will be something that was
34172 added as a new Rules feature in a later version of Alpine.
34173 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34174 ignore rules that contained unrecognized elements.
34175 For example, a new element of Rules that was added in Pine 4.50 is
34176 Age interval.
34177 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34178 all messages older than a week red.
34179 Now, if you run Pine 4.44 using that same configuration file, it will not
34180 recognize the Age interval and so will just ignore it.
34181 That means that all messages will match that rule so all messages will
34182 be colored red when using Pine version 4.44.
34185 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34186 However, since the behavior still exists in versions prior to Pine 4.50 and
34187 since Filtering is a potentially destructive operation, another measure
34188 was taken to attempt to avoid unintentional Filtering of messages.
34189 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34190 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34191 will be copied to a new Filters configuration variable
34192 with a different name (&quot;Patterns-Filters2&quot;).
34193 From then on, Alpine will continue to use the new
34194 variable.
34195 Of course, Pine version 4.44 or lower will continue to use the old
34196 variable.
34197 That means that if you are using Alpine
34198 and also using a version of Pine that is older than 4.50, they will not
34199 share the configuration information about Filters.
34200 If you make a change in one version you won't see it in the other version.
34203 Since Scoring can be used to trigger Filtering, the same thing has been
34204 done for Score rules.
34205 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34206 and the new name is (&quot;Patterns-Scores2&quot;).
34207 The same is not true of Role, Indexcolor, and Other rules that are
34208 thought to be less harmful when a mistake is made.
34211 &lt;End of help on this topic&gt;
34212 </BODY>
34213 </HTML>
34214 ======= h_config_filt_opts_sentdate =======
34215 <HTML>
34216 <HEAD>
34217 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34218 </HEAD>
34219 <BODY>
34220 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34222 By default, the Age interval of a Pattern uses a message's time of
34223 arrival to compute the age of the message.
34224 If this feature is set, the date in the message's Date header will
34225 be used instead.
34227 &lt;End of help on this topic&gt;
34228 </BODY>
34229 </HTML>
34230 ======= h_config_filt_opts_notdel =======
34231 <HTML>
34232 <HEAD>
34233 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34234 </HEAD>
34235 <BODY>
34236 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34238 If this option is set then a message will be moved into the
34239 specified folder only if it is not marked for deletion.
34240 This is useful if you have multiple Alpine sessions running
34241 simultaneously and you don't want messages to be filtered into a
34242 folder more than once.
34243 It is also useful if you want to filter
34244 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34245 This method is not foolproof.
34246 There may be cases where a message
34247 gets marked deleted and so it is never filtered into the folder.
34248 For example, if you deleted it in another Alpine session or another mail
34249 program that didn't use the filtering rule.
34251 This option has no effect if the Filter Action is not set to Move.
34253 &lt;End of help on this topic&gt;
34254 </BODY>
34255 </HTML>
34256 ======= h_config_filt_opts_nonterm =======
34257 <HTML>
34258 <HEAD>
34259 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34260 </HEAD>
34261 <BODY>
34262 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34264 If this option is set then this is a non-terminating rule.
34265 Usually, for each message, Alpine searches through the Filter Rules until
34266 a match is found and then it performs the action associated with that rule.
34267 Rules following the match are not considered.
34268 If this option is set then the search for matches will continue at the next
34269 rule.
34271 If a non-terminating rule matches then the actions associated with
34272 that rule, except for any implied deletion of the message, are performed
34273 before the match for the next rule is checked.
34274 For example, if the non-terminating rule sets the Important status, then that
34275 status will be set when the next rule is considered.
34276 However, if the non-terminating rule Moves the message, the message will
34277 actually be copied instead of copied and deleted so that it is still there
34278 for the next rule.
34279 A moved message is deleted after all the relevant rules have been checked.
34280 The name of the &quot;Move&quot; action is confusing in this case because
34281 a single message can be moved to more than one folder.
34282 It turns the Move into a Copy instead, but it is still followed by a deletion
34283 at the end.
34285 This option may be useful if you want to have a single message filtered to
34286 two different folders because it matches two different Patterns.
34287 For example, suppose you normally filter messages to a particular mailing
34288 list into one folder, and messages addressed directly to you into a second
34289 folder.
34290 If a message is sent to both you and the list (and you can tell that by
34291 looking at the headers of the message) this option may give you a convenient
34292 way to capture a copy to each folder.
34293 (It may also cause you to capture two copies to each folder,
34294 depending on whether your mail system delivers one or two copies of the
34295 message to you and on how the list works.)
34297 &lt;End of help on this topic&gt;
34298 </BODY>
34299 </HTML>
34300 ===== h_mainhelp_smime ======
34301 <HTML>
34302 <HEAD>
34303 <TITLE>S/MIME Overview</TITLE>
34304 </HEAD>
34305 <BODY>
34306 <H1>S/MIME Overview</H1>
34308 S/MIME is a standard for the public key encryption and signing of email.
34309 UNIX Alpine contains a basic implementation of S/MIME based on
34310 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34311 To check if this version of Alpine supports S/MIME look at
34312 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34313 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34315 Some limitations:
34316 <UL>
34317    <LI> There is no PC-Alpine implementation.
34318    <LI> There is no provision for checking for CRLs
34319         (Certificate Revocation Lists) in Alpine.
34320    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34321    <LI> There is no mechanism available for feeding either an entire incoming
34322         or an entire outgoing message to an external
34323         filter and using that external filter to do S/MIME or PGP processing.
34324    <LI> Because the implementation currently uses OpenSSL, there is only a very
34325         limited integration with the Mac OS Keychain (the storing and access of
34326         public certificates).
34327 </UL>
34329 The S/MIME configuration screen is reached by going to the Main Menu and typing
34330 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34333 <H2>S/MIME BASICS</H2>
34335 In order to digitally sign messages you send you must have a public/private key-pair.
34336 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34337 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34338 users or a company which provides certificates for its workers.
34339 These certificates are bound to an email address, so the identity being verified is the
34340 email address not a person's name.
34342 Mail is signed by using the sender's private key, which only the owner of the private key
34343 has access to.
34344 The signature is verified using the signer's public key, which anyone can
34345 have access to.
34346 With Alpine, the first time you receive a signed message the public key of the
34347 sender will be stored for future use.
34350 Mail is encrypted using the recipient's public key and decrypted by
34351 the recipient with their private key.
34354 You need a key of your own in order to sign outgoing messages and to have others
34355 encrypt messages sent to you.
34356 You do not need a key of your own to verify signed messages sent by others or to
34357 encrypt messages sent to others.
34359 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34361 By default UNIX Alpine stores the certificates it uses in a directory in your
34362 home directory.
34363 The directory name is
34365 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34367 Within that directory are three subdirectories.
34368 Each of the three subdirectories contains files with PEM-encoded contents,
34369 the default format for OpenSSL.
34370 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34371 The files within that directory have names that are email addresses with the
34372 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34373 An example filename is
34375 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34377 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34378 your private key.
34379 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34380 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34381 Authorities that you want to trust but that aren't contained in the set of system CAs.
34382 Those files may have arbitrary names as long as they end with the
34383 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34385 <H2>HOW TO SIGN AND ENCRYPT</H2>
34387 If you have a certificate you may sign outgoing messages.
34388 After typing the Ctrl-X command to send a message you will see the prompt
34390 <CENTER><SAMP>Send message?</SAMP></CENTER>
34392 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34393 Typing the &quot;G&quot; command will change the prompt to
34395 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34397 Typing the &quot;E&quot; command will change the prompt to
34399 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34401 You may even type both to get
34403 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34406 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34408 The reading of a signed message should not require any special action on
34409 your part.
34410 There should be an editorial addition at the start of the message which
34411 says either
34413 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34417 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34419 If an encrypted message is sent to you the encrypted text will not
34420 be shown.
34421 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34422 you are viewing the message) and supply your passphrase when asked.
34424 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34425 which gives you some information about the certificate used to sign or encrypt the message.
34427 <H2>MISCELLANEOUS</H2>
34429 If you have access to a private certificate in the PKCS12 format, which 
34430 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34431 use the following commands to generate private keys, public and certificate
34432 authorities certificates. In the examples below, we assume that the 
34433 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34434 that your email address is &quot;your@address.com&quot;.
34437 In order to create a private key use the command
34439 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34441 In order to create a public certificate use the command
34443 <CENTER><SAMP>
34444 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34445 </SAMP></CENTER>
34447 In order to create a certificate authority certificate use the command
34449 <CENTER><SAMP>
34450 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34451 </SAMP></CENTER>
34453 <P> If the previous command produces an empty file, it means that the 
34454 certificate authority was not included in the .p12 file, so you will have 
34455 to get it from some other sources. You will need these certificates, so 
34456 that you can validate correctly signatures.
34459 After you have exported these certificates and keys, you can  use the import 
34460 command in Alpine, from the S/MIME configuration screen,
34461 to import these certificates into Alpine. They will be available for use
34462 as soon as you import them.
34464 &lt;End of help on this topic&gt;
34465 </BODY>
34466 </HTML>
34467 ====== h_config_smime_pubcertdir =====
34468 <HTML>
34469 <HEAD>
34470 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34471 </HEAD>
34472 <BODY>
34473 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34475 UNIX Alpine only.
34477 If the option
34478 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34479 is set then this option will have no effect.
34481 Normally, Public Certificates for use with S/MIME will be stored in the directory
34482 which is the value of this option.
34483 Those certificates will be stored in PEM format, one certificate per file.
34484 The name of the file for the certificate corresponding to
34486 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34488 should be
34490 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34492 For example, a file for user@example.com would be in the file
34494 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34496 in this directory.
34498 Use the Setup/SMIME screen to modify this variable.
34500 Typically, the public certificates that you have will come from S/MIME signed
34501 messages that are sent to you.
34502 Alpine will extract the public certificate from the signed message and store
34503 it in the certificates directory.
34504 These PEM format public certificates look something like:
34505 <PRE>
34506 -----BEGIN CERTIFICATE-----
34507 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34508 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34509 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34511 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34512 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34513 -----END CERTIFICATE-----
34514 </PRE>
34516 <UL>   
34517 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34518 </UL><P>
34520 <UL>   
34521 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34522 </UL><P>
34523 &lt;End of help on this topic&gt;
34524 </BODY>
34525 </HTML>
34526 ====== h_config_smime_pubcertcon =====
34527 <HTML>
34528 <HEAD>
34529 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34530 </HEAD>
34531 <BODY>
34532 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34534 UNIX Alpine only.
34536 If this option is set it will be used instead of
34537 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34539 This option gives you a way to store certificates remotely on an IMAP server
34540 instead of storing the certificates one per file locally.
34541 In order to do that you just give this option a remote folder name for a folder
34542 which does not yet exist.
34543 The name is similar to the name you might use for a remote configuration file.
34544 A remote folder name might look something like:
34546 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34549 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34550 about the syntax of folder names.
34552 Use the Setup/SMIME screen to modify this variable.
34554 <UL>   
34555 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34556 </UL><P>
34558 <UL>   
34559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34560 </UL><P>
34561 &lt;End of help on this topic&gt;
34562 </BODY>
34563 </HTML>
34564 ====== h_config_smime_privkeydir =====
34565 <HTML>
34566 <HEAD>
34567 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34568 </HEAD>
34569 <BODY>
34570 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34572 UNIX Alpine only.
34574 In order to sign outgoing S/MIME messages you will need a
34575 personal digital ID certificate.
34576 You will usually get such a certificate from a certificate authority such as
34577 Thawte or CAcert.
34578 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34579 need the public certificate of the recipient instead.)
34580 If the option
34581 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34582 is set then this option will have no effect.
34584 Normally, Private Keys for use with S/MIME will be stored in the directory
34585 which is the value of this option.
34586 Those certificates will be stored in PEM format, one certificate per file.
34587 The name of the file for the certificate corresponding to your
34589 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34591 should be
34593 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34595 For example, if your address is user@example.com the name of the file would be
34597 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34599 in this directory.
34601 Use the Setup/SMIME screen to modify this variable.
34603 Typically, the private key that you have will come from a Certificate
34604 Authority.
34605 The private key should be stored in a PEM format file that
34606 looks something like:
34607 <PRE>
34608 -----BEGIN RSA PRIVATE KEY-----
34609 Proc-Type: 4,ENCRYPTED
34610 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34612 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34613 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34614 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34616 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34617 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34618 -----END RSA PRIVATE KEY-----
34619 </PRE>
34621 <UL>   
34622 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34623 </UL><P>
34625 <UL>   
34626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34627 </UL><P>
34628 &lt;End of help on this topic&gt;
34629 </BODY>
34630 </HTML>
34631 ====== h_config_smime_privkeycon =====
34632 <HTML>
34633 <HEAD>
34634 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34635 </HEAD>
34636 <BODY>
34637 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34639 UNIX Alpine only.
34641 If this option is set it will be used instead of
34642 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34644 This option gives you a way to store keys remotely on an IMAP server
34645 instead of storing the keys one per file locally.
34646 In order to do that you just give this option a remote folder name for a folder
34647 which does not yet exist.
34648 The name is similar to the name you might use for a remote configuration file.
34649 A remote folder name might look something like:
34651 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34654 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34655 about the syntax of folder names.
34657 Use the Setup/SMIME screen to modify this variable.
34659 <UL>   
34660 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34661 </UL><P>
34663 <UL>   
34664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34665 </UL><P>
34666 &lt;End of help on this topic&gt;
34667 </BODY>
34668 </HTML>
34669 ====== h_config_smime_cacertdir =====
34670 <HTML>
34671 <HEAD>
34672 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34673 </HEAD>
34674 <BODY>
34675 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34677 UNIX Alpine only.
34679 If the option
34680 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34681 is set then this option will have no effect.
34683 CACert is a shorthand name for certification authority certificate.
34684 Normally Alpine will use the CACerts that are located in the standard system
34685 location for CACerts.
34686 It may be the case that one of your correspondents has a Digital ID which has
34687 been signed by a certificate authority that is not in the regular set of system certificate
34688 authorities.
34689 You may supplement the system list by adding further certificates of your own.
34690 These should  be stored in the directory
34691 which is the value of this option.
34692 The certificates will be stored in PEM format, one certificate per file.
34693 The names of the files can be anything ending in &quot;.crt&quot;.
34695 Use the Setup/SMIME screen to modify this variable.
34697 These PEM format CA certificates look very similar to your public
34698 certificates for particular email addresses
34699 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34701 <UL>   
34702 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34703 </UL><P>
34705 <UL>   
34706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34707 </UL><P>
34708 &lt;End of help on this topic&gt;
34709 </BODY>
34710 </HTML>
34711 ====== h_config_smime_cacertcon =====
34712 <HTML>
34713 <HEAD>
34714 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34715 </HEAD>
34716 <BODY>
34717 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34719 UNIX Alpine only.
34721 If this option is set it will be used instead of
34722 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34724 This option gives you a way to store certificates remotely on an IMAP server
34725 instead of storing the certificates one per file locally.
34726 In order to do that you just give this option a remote folder name for a folder
34727 which does not yet exist.
34728 The name is similar to the name you might use for a remote configuration file.
34729 A remote folder name might look something like:
34731 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34734 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34735 about the syntax of folder names.
34737 Use the Setup/SMIME screen to modify this variable.
34739 <UL>   
34740 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34741 </UL><P>
34743 <UL>   
34744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34745 </UL><P>
34746 &lt;End of help on this topic&gt;
34747 </BODY>
34748 </HTML>
34749 ========== h_config_smime_sign_by_default ==========
34750 <HTML>
34751 <HEAD>
34752 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34753 </HEAD>
34754 <BODY>
34755 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34757 UNIX Alpine only.
34759 This feature only has an effect if your version of Alpine includes
34760 support for S/MIME.
34761 It affects Alpine's behavior when you send a message.
34762 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34764 Only the default value is affected.
34765 In any case, you may still toggle the Signing option on or off before sending
34766 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34767 certificate).
34769 <UL>   
34770 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34771 </UL><P>
34774 <UL>   
34775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34776 </UL><P>
34777 &lt;End of help on this topic&gt;
34778 </BODY>
34779 </HTML>
34780 ========== h_config_smime_use_cert_store ==========
34781 <HTML>
34782 <HEAD>
34783 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
34784 </HEAD>
34785 <BODY>
34786 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
34788 UNIX Alpine only.
34790 This feature only has an effect if your version of Alpine includes
34791 support for S/MIME.
34792 It affects Alpine's behavior when you validate a message, and should
34793 not be disabled, unless you are performing a test.
34795 There are two important aspects of validation: validation of the message
34796 (that is, the message was not modified after it was sent) 
34797 as well as validation of the identity of the sender. This option has to 
34798 do with the latter. 
34800 In order to validate that the message came from the sender in the message
34801 and not an impersonator, Alpine can 
34802 either use the certificates that come in the message, or the ones that 
34803 you have personally stored. If this feature is enabled (the default) then 
34804 Alpine will use certificates that you have already saved in your store 
34805 and not those that come in the message to validate the sender of the 
34806 message. This behavior helps you prevent against impersonation, because 
34807 it is assumed that you trust the certificates that you have saved, and 
34808 might not trust those that came with the message that you are validating.
34810 <UL>   
34811 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34812 </UL><P>
34815 <UL>   
34816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34817 </UL><P>
34818 &lt;End of help on this topic&gt;
34819 </BODY>
34820 </HTML>
34821 ========== h_config_smime_pubcerts_in_keychain ==========
34822 <HTML>
34823 <HEAD>
34824 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34825 </HEAD>
34826 <BODY>
34827 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34829 UNIX Alpine only.
34831 If this feature is set the Mac OS X default keychain will be used as the place
34832 to store public certificates instead of a
34833 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34834 or a
34835 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34837 <UL>   
34838 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34839 </UL><P>
34841 <UL>   
34842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34843 </UL><P>
34844 &lt;End of help on this topic&gt;
34845 </BODY>
34846 </HTML>
34847 ========== h_config_smime_dont_do_smime ==========
34848 <HTML>
34849 <HEAD>
34850 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34851 </HEAD>
34852 <BODY>
34853 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34855 UNIX Alpine only.
34857 Setting this feature turns off all of Alpine's S/MIME support.
34858 You might want to set this if you are having trouble due to the S/MIME support.
34860 <UL>   
34861 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34862 </UL><P>
34865 <UL>   
34866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34867 </UL><P>
34868 &lt;End of help on this topic&gt;
34869 </BODY>
34870 </HTML>
34871 ========== h_config_smime_encrypt_by_default ==========
34872 <HTML>
34873 <HEAD>
34874 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34875 </HEAD>
34876 <BODY>
34877 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34879 UNIX Alpine only.
34881 This feature only has an effect if your version of Alpine includes
34882 support for S/MIME.
34883 It affects Alpine's behavior when you send a message.
34884 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34886 Only the default value is affected.
34887 In any case, you may still toggle the Encrypt option on or off before sending
34888 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34889 for the recipient).
34891 <UL>   
34892 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34893 </UL><P>
34896 <UL>   
34897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34898 </UL><P>
34899 &lt;End of help on this topic&gt;
34900 </BODY>
34901 </HTML>
34902 ========== h_config_smime_remember_passphrase ==========
34903 <HTML>
34904 <HEAD>
34905 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34906 </HEAD>
34907 <BODY>
34908 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34910 UNIX Alpine only.
34912 This feature only has an effect if your version of Alpine includes
34913 support for S/MIME.
34914 If this option is set, you will only have to enter your passphrase for your private key
34915 once during an Alpine session.
34917 <UL>   
34918 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34919 </UL><P>
34922 <UL>   
34923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34924 </UL><P>
34925 &lt;End of help on this topic&gt;
34926 </BODY>
34927 </HTML>
34928 ====== h_config_smime_transfer_pub_to_con =====
34929 <HTML>
34930 <HEAD>
34931 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34932 </HEAD>
34933 <BODY>
34934 <H1>S/MIME: Transfer Public Certs to Container</H1>
34936 UNIX Alpine only.
34938 The Transfer command will copy the public certificates in your configured
34939 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34940 to the container in your configured
34941 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34942 This might be useful if you decide to switch from using a cert directory to a cert
34943 container.
34945 Warning: Any previous contents in the container will be lost.
34947 <UL>   
34948 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34949 </UL><P>
34951 <UL>   
34952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34953 </UL><P>
34954 &lt;End of help on this topic&gt;
34955 </BODY>
34956 </HTML>
34957 ====== h_config_smime_transfer_pub_to_dir =====
34958 <HTML>
34959 <HEAD>
34960 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34961 </HEAD>
34962 <BODY>
34963 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34965 UNIX Alpine only.
34967 The Transfer command will copy the public certificates in your configured
34968 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34969 to the directory in your configured
34970 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34971 This might be useful if you decide to switch from using a cert container to a cert
34972 directory.
34974 <UL>   
34975 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34976 </UL><P>
34978 <UL>   
34979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34980 </UL><P>
34981 &lt;End of help on this topic&gt;
34982 </BODY>
34983 </HTML>
34984 ====== h_config_smime_transfer_priv_to_con =====
34985 <HTML>
34986 <HEAD>
34987 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34988 </HEAD>
34989 <BODY>
34990 <H1>S/MIME: Transfer Private Keys to Container</H1>
34992 UNIX Alpine only.
34994 The Transfer command will copy the private keys in your configured
34995 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34996 to the container in your configured
34997 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34998 This might be useful if you decide to switch from using a key directory to a key
34999 container.
35001 Warning: Any previous contents in the container will be lost.
35003 <UL>   
35004 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35005 </UL><P>
35007 <UL>   
35008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35009 </UL><P>
35010 &lt;End of help on this topic&gt;
35011 </BODY>
35012 </HTML>
35013 ====== h_config_smime_transfer_priv_to_dir =====
35014 <HTML>
35015 <HEAD>
35016 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35017 </HEAD>
35018 <BODY>
35019 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35021 UNIX Alpine only.
35023 The Transfer command will copy the private keys in your configured
35024 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35025 to the directory in your configured
35026 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35027 This might be useful if you decide to switch from using a key container to a key
35028 directory.
35030 <UL>   
35031 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35032 </UL><P>
35034 <UL>   
35035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35036 </UL><P>
35037 &lt;End of help on this topic&gt;
35038 </BODY>
35039 </HTML>
35040 ====== h_config_smime_transfer_cacert_to_con =====
35041 <HTML>
35042 <HEAD>
35043 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35044 </HEAD>
35045 <BODY>
35046 <H1>S/MIME: Transfer CA Certs to Container</H1>
35048 UNIX Alpine only.
35050 The Transfer command will copy the CA certificates in your configured
35051 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35052 to the container in your configured
35053 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35054 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35055 container.
35057 Warning: Any previous contents in the container will be lost.
35059 <UL>   
35060 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35061 </UL><P>
35063 <UL>   
35064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35065 </UL><P>
35066 &lt;End of help on this topic&gt;
35067 </BODY>
35068 </HTML>
35069 ====== h_config_smime_transfer_cacert_to_dir =====
35070 <HTML>
35071 <HEAD>
35072 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35073 </HEAD>
35074 <BODY>
35075 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35077 UNIX Alpine only.
35079 The Transfer command will copy the CA certificates in your configured
35080 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35081 to the directory in your configured
35082 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35083 This might be useful if you decide to switch from using a CA cert container to a CA cert
35084 directory.
35086 <UL>   
35087 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35088 </UL><P>
35090 <UL>   
35091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35092 </UL><P>
35093 &lt;End of help on this topic&gt;
35094 </BODY>
35095 </HTML>
35096 ====== h_config_smime_transfer_pubcon_to_key =====
35097 <HTML>
35098 <HEAD>
35099 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35100 </HEAD>
35101 <BODY>
35102 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35104 Mac OS X Alpine only.
35106 The Transfer command will copy the public certificates in your configured
35107 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35108 to your default Mac OS X Keychain.
35109 This might be useful if you decide to switch from using a cert container to using
35110 the Keychain to store your public certs, which you may do by using the
35111 feature
35112 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35114 <UL>   
35115 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35116 </UL><P>
35118 <UL>   
35119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35120 </UL><P>
35121 &lt;End of help on this topic&gt;
35122 </BODY>
35123 </HTML>
35124 ====== h_config_smime_transfer_pubkey_to_con =====
35125 <HTML>
35126 <HEAD>
35127 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35128 </HEAD>
35129 <BODY>
35130 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35132 UNIX Alpine only.
35134 The Transfer command will copy the public certificates in your configured
35135 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35136 to your default Mac OS X Keychain.
35137 This might be useful if you decide to switch from using a cert container to using
35138 the Keychain to store your public certs.
35140 <UL>   
35141 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35142 </UL><P>
35144 <UL>   
35145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35146 </UL><P>
35147 &lt;End of help on this topic&gt;
35148 </BODY>
35149 </HTML>
35150 ====== h_config_smime_public_certificates =====
35151 <HTML>
35152 <HEAD>
35153 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35154 </HEAD>
35155 <BODY>
35156 <H1>S/MIME: Manage Public Certificates</H1>
35158 UNIX Alpine only.
35160 This menu item allows you to manage your public certificates, this
35161 may include your own public certificate, but it normally includes
35162 certificates of people you correspond with. These certificates are
35163 saved by Alpine automatically when they are found in signed messages
35164 that you receive. This interface allows you to manage them, by
35165 giving you the option to delete them, or trust them (in the case
35166 of self-signed certificates).
35169 Please note that Alpine will not validate a message that was sent to you
35170 using a self-signed certificate, unless you decide to trust that certificate.
35171 Internally, a certificate is trusted by copying it to the
35172 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35173 collection. If you decide that you want to stop trusting a self-signed
35174 certificate, you must delete such certificate from such collection.
35176 The <B>I</B> Import command available in this screen allows you to 
35177 import a command to this collection.
35179 <UL>   
35180 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35181 </UL><P>
35183 <UL>   
35184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35185 </UL><P>
35186 &lt;End of help on this topic&gt;
35187 </BODY>
35188 </HTML>
35189 ====== h_config_smime_private_keys =====
35190 <HTML>
35191 <HEAD>
35192 <TITLE>S/MIME: Manage Private Keys</TITLE>
35193 </HEAD>
35194 <BODY>
35195 <H1>S/MIME: Manage Private Keys</H1>
35197 UNIX Alpine only.
35199 This option allows you to manage your private key. Normally a person has only
35200 one key, in the same way that a person only has one valid passport, or ID card,
35201 at any given time. This option allows you to manage private keys. You can
35202 delete them or import them. Additionally, you can view information
35203 about your public certificate, such as the issuer and the dates of validity
35204 of such certificate, among others.
35207 If you have more than one e-mail address for which you want to use the 
35208 same private key, you must add all those addresses to the private key at 
35209 the moment that the key is generated. When you receive a signed message using 
35210 a key generated for several e-mail addresses, Alpine will save a 
35211 certificate for each e-mail address included in such certificate.
35213 The <B>I</B> Import command available in this screen allows you to 
35214 import a command to this collection.
35216 <UL>   
35217 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35218 </UL><P>
35220 <UL>   
35221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35222 </UL><P>
35223 &lt;End of help on this topic&gt;
35224 </BODY>
35225 </HTML>
35226 ====== h_config_smime_certificate_authorities =====
35227 <HTML>
35228 <HEAD>
35229 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35230 </HEAD>
35231 <BODY>
35232 <H1>S/MIME: Manage Certificate Authorities</H1>
35234 UNIX Alpine only.
35236 This collection contains certificates that are needed to validate the 
35237 certificate of another person, and therefore contains certificates that 
35238 you trust. Typically a certificate is signed by another entity, called a 
35239 certificate authority. This option allows you to manage which certificates 
35240 you trust, allowing you to import them and to delete them or view information
35241 about each certificate, such as the issuer and the dates of validity
35242 of such certificate.
35244 The <B>I</B> Import command available in this screen allows you to 
35245 import a command to this collection.
35247 <UL>   
35248 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35249 </UL><P>
35251 <UL>   
35252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35253 </UL><P>
35254 &lt;End of help on this topic&gt;
35255 </BODY>
35256 </HTML>
35257 ====== h_certificate_information =====
35258 <HTML>
35259 <HEAD>
35260 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35261 </HEAD>
35262 <BODY>
35263 <H1>S/MIME: Certificate Information Screen</H1>
35265 UNIX Alpine only.
35267 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35268 such as its owner, e-mail address, issuer, and interval of validity, 
35269 among others.
35271 In the case of public certificates, this screen shows you if there was a
35272 failure when attempting to validate such message. If the certificate is
35273 self-signed, then the <B>T</B> Trust command will be available, which
35274 you can use to trust such certificate and make Alpine not fail validating 
35275 signatures signed with such certificate.
35277 You can also mark a certificate deleted, with the <B>D</B> command, or 
35278 remove the deleted mark with the <B>U</B> undelete command.
35280 In the case of your private key, Alpine shows you the information
35281 from your public key. Additionally, Alpine allows you to see public
35282 and private information about your key, with the <B>B</B> and
35283 <B>R</B> commands respectively.
35284 <UL>   
35285 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35286 </UL><P>
35288 <UL>   
35289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35290 </UL><P>
35291 &lt;End of help on this topic&gt;
35292 </BODY>
35293 </HTML>
35294 ====== h_config_smime_manage_public_menu =====
35295 <HTML>
35296 <HEAD>
35297 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35298 </HEAD>
35299 <BODY>
35300 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35302 UNIX Alpine only.
35304 This screen allows you to manage your public certificates. 
35306 The format of this screen is as follows. There are five fields: The 
35307 leftmost field is normally empty, but it could contain the letter 
35308 &quot;D&quot; to indicate that that certificate has been marked for 
35309 deletion. The next field is the e-mail address of the owner of the 
35310 certificate, shown in its entirety. The third and fourth field are the 
35311 first and last day validity for that certificate, respectively. The date
35312 is displayed in the user's locale unless the option 
35313 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35314 is set. In this case, the month, day and year are represented by two
35315 digits, and the format used is mm/dd/yy. Finally, the fifth 
35316 field is what can be displayed of the MD5 hash of the certificate. You can 
35317 use any of the last three fields to distinguish between two certificates 
35318 for the same owner.
35320 Available commands in this screen and a short description of what they 
35321 do follows.
35322 <UL>
35323 <LI> <B>I</B> Imports a public certificate to this collection.
35324 <LI> <B>V</B> View information about a certificate such as the name of the person the
35325 certificate was issued to, its dates of validity, and validity status.
35326 <LI> <B>D</B> Marks a certificate deleted.
35327 <LI> <B>U</B> Removes the deletion mark on a certificate.
35328 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35329 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35330 trust a certificate by copying it to the collection of trusted certificates.
35331 </UL>
35333 All commands provide feedback to let you know about their success or failure.
35335 <UL>   
35336 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35337 </UL><P>
35339 <UL>   
35340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35341 </UL><P>
35342 &lt;End of help on this topic&gt;
35343 </BODY>
35344 </HTML>
35345 ====== h_config_smime_manage_private_menu =====
35346 <HTML>
35347 <HEAD>
35348 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35349 </HEAD>
35350 <BODY>
35351 <H1>S/MIME: Commands that Manage Private Keys</H1>
35353 UNIX Alpine only.
35355 This screen allows you to manage your private key.
35357 The format of this screen is as follows. There are five fields: The 
35358 leftmost field is normally empty, but it could contain the letter 
35359 &quot;D&quot; to indicate that that certificate has been marked for 
35360 deletion. The next field is the e-mail address of the owner of the 
35361 certificate, shown in its entirety. The third field is the first day of 
35362 validity for that certificate; the fourth field in the last day that that 
35363 certificate is valid, and the fifth field is what can be displayed of the 
35364 MD5 hash of the public certificate corresponding to this private key. You 
35365 can use any of the last three fields to distinguish between two 
35366 certificates for the same owner.
35368 Available commands and a short description of what they do follows.
35369 <UL>
35370 <LI> <B>I</B> Imports a new public key to this collection.
35371 <LI> <B>V</B> View information about the public certificate corresponding to this
35372 key.
35373 <LI> <B>D</B> Marks a key to be deleted.
35374 <LI> <B>U</B> Removes the deletion mark on a key.
35375 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35376 Note that expunging a private key does not remove the public key, which must
35377 be removed separately.
35378 </UL>
35380 All commands provide feedback to let you know about their success or failure.
35382 <UL>   
35383 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35384 </UL><P>
35386 <UL>   
35387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35388 </UL><P>
35389 &lt;End of help on this topic&gt;
35390 </BODY>
35391 </HTML>
35392 ====== h_config_smime_manage_cacerts_menu =====
35393 <HTML>
35394 <HEAD>
35395 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35396 </HEAD>
35397 <BODY>
35398 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35400 UNIX Alpine only.
35402 This screen allows you to manage your collection of certificates that you
35403 trust. 
35405 The format of this screen is as follows. There are five fields: The 
35406 leftmost field is normally empty, but it could contain the letter 
35407 &quot;D&quot; to indicate that that certificate has been marked for 
35408 deletion. The next field is the e-mail address of the owner of the 
35409 certificate, shown in its entirety. The third field is the first day of 
35410 validity for that certificate; the fourth field in the last day that that 
35411 certificate is valid, and the fifth field is what can be displayed of the 
35412 MD5 hash of the certificate. You can use any of the last three fields to 
35413 distinguish between two certificates for the same owner.
35415 Available commands and a short description of what they do follows.
35416 <UL>
35417 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35418 done by reading the certificate and validating it. Once a certificate
35419 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35420 to the certificate, if necessary.
35421 <LI> <B>V</B> View information about this certificate, such as its issuer 
35422 and validity dates.
35423 <LI> <B>D</B> Marks a certificate to be deleted.
35424 <LI> <B>U</B> Removes the deletion mark on a certificate.
35425 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35426 </UL>
35428 All commands provide feedback to let you know about their success or failure.
35430 <UL>
35431 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35432 </UL><P>
35434 <UL>   
35435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35436 </UL><P>
35437 &lt;End of help on this topic&gt;
35438 </BODY>
35439 </HTML>
35440 ====== h_config_lame_list_mode =====
35441 <HTML>
35442 <HEAD>
35443 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35444 </HEAD>
35445 <BODY>
35446 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35448 This feature modifies the method Alpine uses to ask your IMAP
35449 server for folder names to display in the FOLDER LIST screen.
35450 It is intended to compensate for a small set of IMAP servers that
35451 are programmed to ignore a part of the request, and thus respond
35452 to Alpine's query with nonsensical results.
35455 If you find that Alpine is erroneously displaying blank folder lists,
35456 try enabling this feature.
35459 NOTE: Enabling this feature has consequences for the Goto and Save
35460 commands.  Many servers allow access to folders outside the area
35461 reserved for your personal folders via some reserved character,
35462 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35463 allows, at the Goto and Save prompts, quick access to folders
35464 outside your personal folder collection without requiring a specific
35465 collection definition.  This behavior will generally not be available
35466 when this feature is enabled.
35469 <UL>   
35470 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35471 </UL><P>
35472 &lt;End of help on this topic&gt;
35473 </BODY>
35474 </HTML>
35475 ====== h_config_enable_mulnewsrcs =====
35476 <HTML>
35477 <HEAD>
35478 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35479 </HEAD>
35480 <BODY>
35481 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35483 This feature makes it so Alpine can use multiple newsrcs based on
35484 the news server being connected to, which allows for separate lists
35485 of subscribed-to newsgroups. When this feature is not set, there is only
35486 one list of newsgroups.
35488 Under this feature, the name of a newsrc is based on the news server.
35489 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35490 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35491 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35492 Setting this feature for the first time will allow for the option of using
35493 your old newsrc the next time you read news.
35495 If this feature is set, then the feature
35496 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35497 also may affect the name of the newsrc file that is used.
35499 <UL>   
35500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35501 </UL><P>
35502 &lt;End of help on this topic&gt;
35503 </BODY>
35504 </HTML>
35505 ======= h_ab_export_vcard =======
35506 <HTML>
35507 <HEAD>
35508 <TITLE>Address Book Export Format</TITLE>
35509 </HEAD>
35510 <BODY>
35511 <H1>Address Book Export Format</H1>
35513 You are exporting address book data from Alpine to a file outside of Alpine.
35514 You are being asked to choose the format of the export.
35515 Here are the choices:
35517 <DL>
35518 <DT><EM>A</EM>ddress List</DT>
35519 <DD>
35520 The addresses from the address book entries you are saving
35521 from will be saved one address per line.
35522 Address book lists (those with more than one address) will have
35523 all of their addresses saved separately.
35524 </DD>
35526 <DT><EM>V</EM>Card</DT>
35527 <DD>
35528 The entries will be saved in
35529 <A HREF="h_whatis_vcard">vCard</A> format.
35530 </DD>
35532 <DT><EM>T</EM>ab Separated</DT>
35533 <DD>
35534 The entries will be saved in tab-separated columns.
35535 There will be just 4 columns of data that correspond to Alpine's
35536 Nickname field, Full Name field, Address field, and Comment field.
35537 It might prove useful to Select only the Simple, non-List address book
35538 entries before Saving.
35539 </DD>
35541 <DT><EM>^C</EM> Cancel</DT>
35542 <DD>
35543 Cancel out of the Save.
35544 </DD>
35546 </DL>
35550 &lt;End of help on this topic&gt;
35551 </BODY>
35552 </HTML>
35553 ====== h_config_predict_nntp_server =====
35554 <HTML>
35555 <HEAD>
35556 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35557 </HEAD>
35558 <BODY>
35559 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35561 This feature allows Alpine to assume that the open NNTP server at the
35562 time of composition is the NNTP server to which the message should be
35563 posted.  This is especially recommended when there are multiple News
35564 collections.  If this feature is not set, Alpine will try to post to the first server in
35565 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35566 this feature also negates the need to add News collection servers to
35567 the <!--#echo var="VAR_nntp-server"--> variable.
35569 This feature can be especially handy when used in conjunction with
35570 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35572 <UL>   
35573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35574 </UL><P>
35575 &lt;End of help on this topic&gt;
35576 </BODY>
35577 </HTML>
35578 ====== h_config_nntp_search_uses_overview =====
35579 <HTML>
35580 <HEAD>
35581 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35582 </HEAD>
35583 <BODY>
35584 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35586 This feature should probably be turned on unless it causes trouble.
35587 The results of the NNTP overview command (XOVER) may be used to help
35588 with some searches in news groups.
35589 It should result in quicker response time.
35590 Turning this feature on apparently causes search results which are
35591 different from what you would get with the feature turned off on some
35592 servers.
35594 <UL>   
35595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35596 </UL><P>
35597 &lt;End of help on this topic&gt;
35598 </BODY>
35599 </HTML>
35600 ====== h_config_thread_sorts_by_arrival =====
35601 <HTML>
35602 <HEAD>
35603 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35604 </HEAD>
35605 <BODY>
35606 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35608 This feature affects how a threading sort arranges threads.  The default way
35609 to arrange threads is by the date of the earliest message in the thread.
35610 This feature arranges threads by the last message to arrive in a thread.
35612 This feature causes old threads that get recent messages to sort to the bottom,
35613 where previously a message arrival to a thread would not rearrange the order of
35614 that thread.
35616 <UL>   
35617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35618 </UL><P>
35619 &lt;End of help on this topic&gt;
35620 </BODY>
35621 </HTML>
35622 ====== h_config_textplain_int =====
35623 <HTML>
35624 <HEAD>
35625 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35626 </HEAD>
35627 <BODY>
35628 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35630 This feature modifies the method Alpine uses to display Text/Plain
35631 MIME attachments from the Attachment Index screen.  Normally, the
35632 &quot;View&quot; command searches for any externally defined (usually
35633 via the
35634 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35635 and displays the selected text within that viewer.
35638 Enabling this feature causes Alpine to ignore any external viewer
35639 settings and always display text with Alpine's internal viewer.
35642 <UL>   
35643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35644 </UL><P>
35645 &lt;End of help on this topic&gt;
35646 </BODY>
35647 </HTML>
35648 ====== h_config_wp_columns =====
35649 <HTML>
35650 <HEAD>
35651 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35652 </HEAD>
35653 <BODY>
35654 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35656 Web Alpine only.
35658 This configuration setting specifies the number of horizontal characters
35659 used to format various WebAlpine pages.  Smaller values will tend to reduce
35660 the amount of horizontal scrolling required to view pages within narrow
35661 browsers, such as those found on PDAs, and larger values will tend to 
35662 spread more information across the page.
35665 The Message List page uses the width to determine how many characters
35666 to assign each field.  Note, a smaller value may result in a disproportionate
35667 amount of blank space between fields on each line.  Similarly, a large
35668 value may result in cramped fields or horizontal scrolling.
35671 The Message View page uses this value to determine when to wrap lines
35672 in displayed message text.  Note, a smaller value may result in jagged
35673 right margins or confusing quoting.  A larger value may cause lines of text to
35674 run beyond the browser's right edge, requiring horizontal scrolling.
35677 <UL>   
35678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35679 </UL><P>
35680 &lt;End of help on this topic&gt;
35681 </BODY>
35682 </HTML>
35683 ====== h_config_wp_state =====
35684 <HTML>
35685 <HEAD>
35686 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35687 </HEAD>
35688 <BODY>
35689 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35691 Web Alpine only.
35693 Various aspects of cross-session state.
35696 <UL>   
35697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35698 </UL><P>
35699 &lt;End of help on this topic&gt;
35700 </BODY>
35701 </HTML>
35702 ====== h_config_wp_aggstate =====
35703 <HTML>
35704 <HEAD>
35705 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35706 </HEAD>
35707 <BODY>
35708 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35710 Web Alpine only.
35712 Aggregate operations tab state.
35715 <UL>   
35716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35717 </UL><P>
35718 &lt;End of help on this topic&gt;
35719 </BODY>
35720 </HTML>
35721 ====== h_config_wp_indexlines =====
35722 <HTML>
35723 <HEAD>
35724 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35725 </HEAD>
35726 <BODY>
35727 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35729 Web Alpine only.
35731 Number of index lines in table.
35734 <UL>   
35735 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35736 </UL><P>
35737 &lt;End of help on this topic&gt;
35738 </BODY>
35739 </HTML>
35740 ====== h_config_wp_indexheight =====
35741 <HTML>
35742 <HEAD>
35743 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35744 </HEAD>
35745 <BODY>
35746 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35748 Web Alpine only.
35750 Index table row height.
35753 <UL>   
35754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35755 </UL><P>
35756 &lt;End of help on this topic&gt;
35757 </BODY>
35758 </HTML>
35759 ====== h_config_rss_news =====
35760 <HTML>
35761 <HEAD>
35762 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35763 </HEAD>
35764 <BODY>
35765 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35767 Web Alpine only.
35769 RSS News feed.
35772 <UL>   
35773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35774 </UL><P>
35775 &lt;End of help on this topic&gt;
35776 </BODY>
35777 </HTML>
35778 ====== h_config_rss_weather =====
35779 <HTML>
35780 <HEAD>
35781 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35782 </HEAD>
35783 <BODY>
35784 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35786 Web Alpine only.
35788 RSS Weather feed.
35791 <UL>   
35792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35793 </UL><P>
35794 &lt;End of help on this topic&gt;
35795 </BODY>
35796 </HTML>
35797 ====== h_config_send_confirms_only_expanded =====
35798 <HTML>
35799 <HEAD>
35800 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35801 </HEAD>
35802 <BODY>
35803 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35805 This Web Alpine option specifies whether or not a Send confirmations
35806 happens when a composed message is readied for sending or not.  The
35807 default behavior is to not confirm that the nicknames were expanded to
35808 the intended addresses.
35811 <UL>   
35812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35813 </UL><P>
35814 &lt;End of help on this topic&gt;
35815 </BODY>
35816 </HTML>
35817 ====== h_config_enable_jump_command =====
35818 <HTML>
35819 <HEAD>
35820 <TITLE>FEATURE: enable-jump-command</TITLE>
35821 </HEAD>
35822 <BODY>
35823 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35825 This Web Alpine option specifies whether or not a Jump command is
35826 offered in the Message List and Message View pages.  The command is
35827 implemented as an input field in the left column of the List and View
35828 screens. 
35831 When enabled and a number is entered in the input field while the
35832 Message List is displayed, the Message List is reframed with the
35833 specified message.  While viewing a message, the message associated
35834 with the specified message number is displayed.
35837 <UL>   
35838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35839 </UL><P>
35840 &lt;End of help on this topic&gt;
35841 </BODY>
35842 </HTML>
35843 ====== h_config_enable_newmail_sound =====
35844 <HTML>
35845 <HEAD>
35846 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35847 </HEAD>
35848 <BODY>
35849 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35851 This Web Alpine option specifies whether or not a sound file is sent
35852 to the web browser along with the newmail notification message.
35856 <UL>   
35857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35858 </UL><P>
35859 &lt;End of help on this topic&gt;
35860 </BODY>
35861 </HTML>
35862 ====== h_config_render_html_internally =====
35863 <HTML>
35864 <HEAD>
35865 <TITLE>FEATURE: render-html-internally</TITLE>
35866 </HEAD>
35867 <BODY>
35868 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35870 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35871 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35872 the HTML text into plain text in the same way Unix and PC-Alpine do.
35876 <UL>   
35877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35878 </UL><P>
35879 &lt;End of help on this topic&gt;
35880 </BODY>
35881 </HTML>
35882 ====== h_config_role_undo =====
35883 Yes, remember changes and exit back to list of roles; No, discard changes
35884 made in this screen; ^C, cancel exit and stay in this config screen.
35885 ====== h_exit_editor =====
35886 S, save changes and exit from the editor; D, do not save changes but
35887 do exit from the editor; or ^C, cancel exit and stay in the editor.
35888 ====== h_config_undo =====
35889 Yes, save changes and exit; No, exit without saving any changes made since
35890 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35891 ====== h_os_index_whereis =====
35892 Enter ^V or ^Y to go immediately to the last or first message in the index.
35893 Or, enter the match string followed by RETURN.
35894 ====== h_os_index_whereis_agg =====
35895 Enter ^V or ^Y to go immediately to the last or first message in the index,
35896 Or, enter the match string followed by RETURN (or ^X to select all matches).
35897 =========== h_oe_add_full ==================
35898 Type the full name of the person being added and press the RETURN key.
35899 Press ^C to cancel addition.
35900 =========== h_oe_add_nick ==================
35901 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35902 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35903 ========== h_oe_add_addr ================
35904 Type the e-mail address and press RETURN.
35905 Press ^C to cancel addition.
35906 ========== h_oe_crlst_full ==============
35907 Type a long name or description for the list that you are creating and
35908 press RETURN.  Press ^C to cancel creation of list.
35909 =========== h_oe_crlst_nick =============
35910 Type a nickname (short, easy-to-remember name or single word) for the list
35911 you are creating and press RETURN.  Press ^C to cancel.
35912 ========== h_oe_crlst_addr ==============
35913 Type an e-mail address, or a nickname already in the address book that you
35914 want to be part of this list and press RETURN.
35915 ========== h_oe_adlst_addr =============
35916 Type an e-mail address or a nickname already in the address book that you
35917 want to add to this list and press RETURN.
35918 ========== h_oe_editab_nick ============
35919 Change the nickname using the arrow keys and delete key.  Press RETURN
35920 when done.  Press ^C to cancel editing and leave the nickname as it was.
35921 ========== h_oe_editab_full ============
35922 Change the full name using the arrow keys and delete key.  Press RETURN
35923 when done.  Press ^C to cancel editing and leave the full name as it was.
35924 ========== h_oe_editab_addr ============
35925 Change the address using the arrow keys and delete key.  Press RETURN
35926 when done.  Press ^C to cancel editing and leave the address as it was.
35927 ========== h_oe_editab_fcc ============
35928 Change the fcc using the arrow keys and delete key.  Press RETURN when
35929 done.  Press ^C to cancel editing and leave the fcc as it was.
35930 ========== h_oe_editab_comment ============
35931 Change the comment field using the arrow keys and delete key.  Press RETURN
35932 when done.  Press ^C to cancel editing and leave the comment as it was.
35933 ====== h_ab_forward =====
35934 Yes, expand nicknames and qualify local names with your current domain name;
35935 No, leave nicknames and local names as is;  ^C, cancel.
35936 ========== h_ab_export ==========
35937 Type the name of a file to write the addresses into and
35938 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35939 ========== h_ab_edit_a_field ==========
35940 Edit any of the fields of the currently selected entry by typing one of the
35941 letters at the bottom of the screen.  Press ^C to cancel edit.
35942 ====== h_ab_del_data_revert =====
35943 Press B to completely delete addrbook and revert to default, C to delete config
35944 and revert while leaving data, or D to only delete data (make it empty).
35945 ====== h_ab_del_data_modify =====
35946 Press B to completely delete addrbook, C to delete configuration while leaving
35947 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35948 ====== h_ab_del_config_modify =====
35949 Yes, remove this address book from my configuration.
35950 No, make no changes now.
35951 ====== h_ab_del_config_revert =====
35952 Yes, remove this address book from my config and revert to default.
35953 No, make no changes now.
35954 ====== h_ab_del_default =====
35955 Yes, remove this default address book from my configuration.
35956 No, make no changes now.
35957 ====== h_ab_really_delete =====
35958 Yes, delete the actual contents of the address book, not just the 
35959 configuration.  No, don't delete the data after all, cancel and start over.
35960 ====== h_ab_del_ignore =====
35961 Press I to ignore all the default address books for this category.  Press R to
35962 remove this one address book and add the others to your personal list.
35963 ====== h_ab_del_dir_ignore =====
35964 Press I to ignore all the default directory servers for this category.
35965 Press R to remove this one server and add the others to your personal list.
35966 ====== h_ab_copy_dups =====
35967 Yes, overwrite the existing entry.
35968 No, skip duplicates but save the rest. Press ^C to cancel.
35969 ====== h_confirm_cancel =====
35970 Type C to Confirm that you want to abandon the message you are composing.
35971 Type N or ^C to cancel out of the cancel and keep composing.
35972 ====== h_ab_text_or_vcard =====
35973 Text, start composer with displayed text already included.
35974 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35975 ====== h_ab_backup_or_ldap =====
35976 Backup, copy email address from entry and allow editing of it.
35977 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35978 ====== h_ldap_text_or_vcard =====
35979 Text: export displayed text for selected entry. Address: export only the
35980 email address. VCard: export entry in vCard format. ^C cancels.
35981 ====== h_ab_save_exp =====
35982 Save, save entry or entries to an address book.
35983 Export, save to file outside of pine. ^C cancels save.
35984 ====== h_ab_add =====
35985 A, add a brand new entry to this address book.
35986 E, edit the entry that is currently highlighted. ^C to cancel.
35987 ====== h_ab_shuf =====
35988 U, swap order of highlighted address book and the one above it.
35989 D, swap order of highlighted address book and the one below it. ^C to cancel.
35990 ====== h_ab_shuf_up =====
35991 U, swap order of highlighted address book and the one above it.
35992 Press ^C to cancel.
35993 ====== h_ab_shuf_down =====
35994 D, swap order of highlighted address book and the one below it.
35995 Press ^C to cancel.
35996 ====== h_folder_prop =====
35997 Count is # of messages in the folder, Unseen means messages that have not
35998 been read, New means messages that were Recently added to the folder.
35999 ====== h_role_shuf =====
36000 U, swap order of highlighted rule and the one above it.
36001 D, swap order of highlighted rule and the one below it. ^C to cancel.
36002 ====== h_role_shuf_up =====
36003 U, swap order of highlighted rule and the one above it.
36004 Press ^C to cancel.
36005 ====== h_role_shuf_down =====
36006 D, swap order of highlighted rule and the one below it.
36007 Press ^C to cancel.
36008 ====== h_incoming_shuf =====
36009 B, swap order of highlighted directory and the one before it.
36010 F, swap order of highlighted directory and the one after it. ^C to cancel.
36011 ====== h_incoming_shuf_up =====
36012 B, swap order of highlighted directory and the one before it.
36013 Press ^C to cancel.
36014 ====== h_incoming_shuf_down =====
36015 F, swap order of highlighted directory and the one after it.
36016 Press ^C to cancel.
36017 ====== h_dir_shuf =====
36018 U, swap order of highlighted directory and the one above it.
36019 D, swap order of highlighted directory and the one below it. ^C to cancel.
36020 ====== h_dir_shuf_up =====
36021 U, swap order of highlighted directory and the one above it.
36022 Press ^C to cancel.
36023 ====== h_dir_shuf_down =====
36024 D, swap order of highlighted directory and the one below it.
36025 Press ^C to cancel.
36026 ====== h_hdrcolor_shuf =====
36027 U, swap order of highlighted Header Color and the one above it.
36028 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36029 ====== h_hdrcolor_shuf_up =====
36030 U, swap order of highlighted Header Color and the one above it.
36031 Press ^C to cancel.
36032 ====== h_hdrcolor_shuf_down =====
36033 D, swap order of highlighted Header Color and the one below it.
36034 Press ^C to cancel.
36035 ========== h_oe_editab_al ============
36036 Change the address using the arrow keys and delete key.  Press RETURN
36037 when done.  Press ^C to cancel editing and leave the address as it was.
36038 ========== h_dir_comp_search ===============
36039 Type a string to look for just like you would in the composer. Your configured
36040 rules for the servers with the implicit flag set will be used.
36041 ========== h_oe_searchab ===============
36042 Type the word or name you want to search for and press RETURN.  If you press
36043 RETURN without entering anything the word in [] will be searched for.
36044 ========== h_oe_chooseabook ==========
36045 Choose the address book you want to save the new entry in.
36046 Use ^N or ^P to change address books.  ^C to cancel.
36047 ========== h_oe_takeaddr ==========
36048 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36049 when done.  Press ^C to cancel adding this entry to the address book.
36050 ========== h_oe_take_replace ==========
36051 Press R to replace the old entry with this new data.  You will still have
36052 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36053 ========== h_oe_take_replace_or_add ==========
36054 Press R to replace the old entry.  Press A to add the selected addresses to
36055 the old existing list.  N to enter another nickname. ^C to cancel now.
36056 ========== h_oe_takename ==========
36057 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36058 when done.  Press ^C to cancel adding this entry to the address book.
36059 ========== h_oe_takenick ==========
36060 Type a nickname (short easy-to-remember name, initials or single word) for this
36061 entry in the address book and press RETURN.  Press ^C to cancel addition.
36062 ========== h_oe_jump ==========
36063 Type the message number you want to jump to and press RETURN.  The word "end"
36064 represents the last message. Press ^C to cancel jumping to another message.
36065 ========== h_oe_jump_thd ==========
36066 Type the thread number you want to jump to and press RETURN.  The word "end"
36067 represents the last thread. Press ^C to cancel jumping to another thread.
36068 ========== h_oe_debuglevel ==========
36069 Higher number shows more debugging details.
36070 Press ^C if you want to cancel the change.
36071 ========== h_oe_broach ==========
36072 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36073 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36074 ========== h_oe_foldsearch ==========
36075 Type the text you want to search for in foldernames and press RETURN.  If you
36076 press RETURN without entering anything, any text in [] will be searched for.
36077 ========== h_oe_foldrename ==========
36078 Change the old name of the folder to the new name using the arrow and
36079 delete keys and press RETURN.  Press ^C to cancel rename.
36080 ========== h_oe_login ==========
36081 Enter your login name for the host you are opening the mailbox on.  Just press
36082 RETURN to use your login from this host as is, or edit it with delete key.
36083 ========== h_oe_passwd ==========
36084 Type your password for the host and login shown as part of the prompt.
36085 Press ^C to cancel opening folder.
36086 ========== h_oe_choosep ==========
36087 Enter the number associated with the printer you want to select.  Press ^C to
36088 cancel the printer selection.  The current selection is highlighted.
36089 ========== h_oe_customp ==========
36090 Type the name of the Unix print command and press RETURN.  Press ^C to
36091 cancel the printer selection.
36092 ========== h_oe_searchview ==========
36093 Type the word or name you want to search for and press RETURN.  If you press
36094 RETURN without entering anything the word in [] will be searched for.
36095 ========== h_oe_keylock ==========
36096 The keyboard is in use and locked by another user.  Only that user can
36097 unlock this keyboard by typing the password.
36098 ========== h_wt_expire ==========
36099 At the beginning of each month Alpine offers to rename your current sent-mail
36100 folder to one named for the month so you have a sent-mail folder for each month
36101 ========== h_wt_delete_old ==========
36102 It is the beginning of the month, and we need to conserve disk
36103 space.  Please delete any sent-mail that you do not need.
36104 ========== h_select_sort ==========
36105 Select the order for sorting the index by typing the capitalized letter.
36106 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36107 ========== h_no_F_arg ============
36108 Enter name of file to be opened.
36110 ========== h_sticky_personal_name ==========
36111 Type in your name as you want it to appear on outgoing email.  This entry
36112 will be saved into your Alpine configuration file.
36113 ========== h_sticky_inbox ============
36114 INBOX syntax is usually {complete.machine.name}INBOX
36115 This entry will be saved in your Alpine configuration file.
36116 ========== h_sticky_smtp ============
36117 The name of the computer on your campus that relays your outgoing email
36118 to the Internet.  This entry will be saved in your Alpine configuration file.
36119 ========== h_sticky_user_id ==========
36120 The username or login-id part of your email address.  This entry will be
36121 saved in your Alpine configuration file.
36122 ========== h_sticky_domain ==========
36123 The domain part of your email address, NOT the name of your PC.  This
36124 entry will be saved in your Alpine configuration file.
36125 ========== h_bounce =========
36126 Enter the address or nickname of the intended recipient.  Alpine will resend
36127 the message, which will retain the original author's From: address.
36128 ========== h_incoming_add_folder_nickname =========
36129 Enter an (optional) nickname that will be used in lieu of the actual
36130 host and folder names in the FOLDER LIST display.
36131 ========== h_anon_forward ==========
36132 Enter the address of your intended recipient, or ^C to cancel.
36133 Example: jsmith@somewhere.edu
36134 ========== h_news_subscribe ==========
36135 Enter the name of the newsgroup to which you wish to subscribe,
36136 or ^C to cancel.  Example: comp.mail.pine
36137 ========== h_pipe_msg ==========
36138 Enter the name of the Unix command to which you wish to send this
36139 message, or ^C to cancel.
36140 ========== h_pipe_attach ==========
36141 Enter the name of the Unix command to which you wish to send this
36142 attachment, or ^C to cancel.
36143 ========== h_select_by_num ==========
36144 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36145 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36146 ========== h_select_by_thrdnum ==========
36147 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36148 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36149 ========== h_select_txt_from ==========
36150 Messages with From: headers containing the entered string will be selected.
36151 ^C to cancel. ^G again to see original options.
36152 ========== h_select_txt_not_from ==========
36153 Messages without From: headers containing the entered string will be selected.
36154 ^C to cancel. ^G again to see original options.
36155 ========== h_select_txt_to ==========
36156 Messages with To: headers containing the entered string will be selected.
36157 ^C to cancel. ^G again to see original options.
36158 ========== h_select_txt_not_to ==========
36159 Messages without To: headers containing the entered string will be selected.
36160 ^C to cancel. ^G again to see original options.
36161 ========== h_select_txt_cc ==========
36162 Messages with Cc: headers containing the entered string will be selected.
36163 ^C to cancel. ^G again to see original options.
36164 ========== h_select_txt_not_cc ==========
36165 Messages without Cc: headers containing the entered string will be selected.
36166 ^C to cancel. ^G again to see original options.
36167 ========== h_select_txt_subj ==========
36168 Messages with Subject: headers containing the entered string will be selected.
36169 ^C to cancel.  ^X enters Subject: line of current message.
36170 ========== h_select_txt_not_subj ==========
36171 Messages without Subject headers containing the entered string will be selected.
36172 ^C to cancel.  ^X enters Subject: line of current message.
36173 ========== h_select_txt_all ==========
36174 All messages containing the entered string will be selected.  Headers and body,
36175 but not encoded attachments, will be compared.  Enter ^C to cancel.
36176 ========== h_select_txt_not_all ==========
36177 All messages that don't contain the entered string will be selected.  Headers
36178 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36179 ========== h_select_txt_body ==========
36180 All messages containing the entered string will be selected. Body text, but
36181 not headers or encoded attachments, will be compared. ^C to cancel.
36182 ========== h_select_txt_not_body ==========
36183 All messages that don't contain the entered string will be selected. Body
36184 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36185 ========== h_select_txt_recip ==========
36186 Messages with Cc: or To: headers containing the entered string will be selected.
36187 ^C to cancel. ^G again to see original options.
36188 ========== h_select_txt_not_recip ==========
36189 Messages without Cc: or To: headers containing the string will be selected.
36190 ^C to cancel. ^G again to see original options.
36191 ========== h_select_txt_partic ==========
36192 Messages with Cc, To, or From headers containing the string will be selected.
36193 ^C to cancel. ^G again to see original options.
36194 ========== h_select_txt_not_partic ==========
36195 Messages without Cc, To, or From headers containing the string will be selected.
36196 ^C to cancel. ^G again to see original options.
36197 ========== h_select_date ==========
36198 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36199 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36200 ========== h_attach_index_whereis ==========
36201 Enter some text that appears in the Attachment Index entry for the desired
36202 attachment.  The first attachment containing that text will be highlighted.
36203 ========== h_kb_lock ==========
36204 Keystrokes entered here (up to a RETURN) comprise a password that must
36205 be entered again later in order to unlock the keyboard.
36206 ========== h_compose_default ==========
36207 N, compose a new message. R, set a role.
36208 ^C to cancel.
36209 ========== h_untranslatable ==========
36210 Send using UTF-8 character set; Send but replace untranslatable characters
36211 with question marks; return to the composer; or cancel message altogether.
36212 ========== h_compose_intrptd ==========
36213 N, compose a new msg. I, continue interrupted msg. R, set a role.
36214 ^C to cancel.
36215 ========== h_compose_postponed ==========
36216 N, compose a new message. P, continue postponed msg. R, set a role.
36217 ^C to cancel.
36218 ========== h_compose_intrptd_postponed ==========
36219 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36220 R, set a role. ^C to cancel.
36221 ========== h_compose_form ==========
36222 N, compose a new message. F, use form letter. R, set a role.
36223 ^C to cancel.
36224 ========== h_compose_intrptd_form ==========
36225 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36226 R, set a role. ^C to cancel.
36227 ========== h_compose_postponed_form ==========
36228 N, compose a new message. P, continue postponed msg. F, use form letter.
36229 R, set a role. ^C to cancel.
36230 ========== h_compose_intrptd_postponed_form ==========
36231 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36232 F, use form letter. R, set a role. ^C to cancel.
36233 ========== h_config_context_del_except ==========
36234 If you delete the last exceptional collection you can only add it back by
36235 manually editing the exceptions config file.
36236 ========== h_config_whereis ==========
36237 To move quickly to a particular line, enter a search string or
36238 ^C to cancel.
36239 ========== h_config_edit_scorei ==========
36240 Enter interval in the form (min,max). -INF and INF may be used to represent
36241 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36242 ========== h_config_add ==========
36243 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36244 pressing RETURN sets the Empty Value (this turns off any global default).
36245 ========== h_config_add_custom_color ==========
36246 Enter a header fieldname. For example, "subject" or "from".
36248 ========== h_config_add_pat_hdr ==========
36249 Enter a header fieldname. For example, "reply-to" or "organization" or
36250 any fieldname you want that isn't included already.
36251 ========== h_config_print_opt_choice ==========
36252 You may edit either the initialization string (characters printed before
36253 printing starts) or the trailer string.  Choose one or ^C to cancel.
36254 ========== h_config_print_init ==========
36255 Enter a C-style string for this.  You may use common backslash escapes like
36256 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36257 ========== h_config_change ==========
36258 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36259 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36260 ========== h_config_replace_add ==========
36261 Replace ignores the current default, Add places the current default in your
36262 editing buffer as if you had typed it in.
36263 ========== h_config_insert_after ==========
36264 Enter a nickname for this print command.  (InsertBefore puts the new item
36265 before the current line, InsertAfter puts it after the current line.)
36266 ========== h_config_print_cmd ==========
36267 Enter command to be executed for the printer.  Use normal editing keys
36268 to modify, ^C to cancel, carriage return to accept current value.
36269 ========== h_config_role_del ==========
36270 Answering Yes will remove this rule completely from your rules list.
36271 ========== h_config_role_addfile ==========
36272 Type the name of a file to add to your configuration. You don't need to
36273 use a file, you may add rules directly (with Add) without using a file.
36274 ========== h_config_role_delfile ==========
36275 Answering Yes will remove this rule file completely from your rules list.
36276 The rules data file itself will not be removed.
36277 ========== h_config_print_del ==========
36278 Answering Yes will remove this printer completely from your printer list.
36279 ========== h_config_print_name_cmd ==========
36280 You may edit the Nickname of this printer, the Command to be executed when
36281 printing, or change the Options associated with this printer.
36282 ========== h_send_check_fcc ==========
36283 Yes, send message without an Fcc.
36284 No, return to composer.
36285 ========== h_send_check_subj ==========
36286 Yes, send message without a Subject.
36287 No, return to composer.
36288 ========== h_send_check_to_cc ==========
36289 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36290 No, return to composer.
36291 ========== h_send_fcc_only ==========
36292 Yes, copy message to Fcc only and send to NO recipients.
36293 No, return to composer.
36294 ========== h_send_prompt ==========
36295 Yes, send the message.
36296 No or ^C, return to composer.
36297 ========== h_send_prompt_flowed ==========
36298 Yes, send the message.  No or ^C, return to composer.
36299 What's Flowed? See Do Not Send Flowed Text in config screen.
36300 ========== h_send_prompt_dsn ==========
36301 Yes, send the message.  No or ^C, return to composer.
36302 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36303 ========== h_send_prompt_dsn_flowed ==========
36304 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36305 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36306 ========== h_role_confirm ==========
36307 Yes, use displayed role. No, compose without a role.
36308 ^C, cancel the message. ^T, select a role from your other eligible roles.
36309 ========== h_norole_confirm ==========
36310 Return, compose without a role.
36311 ^C, cancel the message. ^T, select a role from your eligible roles.
36312 ========== h_custom_print ==========
36313 Enter a Unix command that accepts its data on standard input.
36314 Alpine will display any information the command sends to standard output.
36315 ========== h_convert_abooks_and_sigs ==========
36316 You will be given the opportunity to convert address books and signature files
36317 to remote configurations.
36318 ========== h_convert_abooks ==========
36319 You will be given the opportunity to convert address books to remote
36320 configurations.
36321 ========== h_flag_keyword ==========
36322 Enter the name of the keyword you want to add for this folder.
36323 No spaces, parentheses, braces, percents or asterisks are allowed.
36324 ========== h_select_keyword ==========
36325 Enter the keyword you want to match, or use ^T to select a keyword from a list
36326 of possible keywords for this folder. Use ! to look for non-matches instead.
36327 ========== h_type_keyword ==========
36328 Enter the keyword you want to add. You may add a nickname in the next step.
36329 No spaces, parentheses, braces, percents or asterisks are allowed.
36330 ========== h_type_keyword_nickname ==========
36331 Enter an optional nickname for the keyword you want to add.
36332 Type Carriage return to use the keyword name instead of a nickname.
36333 ========== h_convert_sigs ==========
36334 You will be given the opportunity to convert signature files to remote
36335 configurations.
36336 ========== h_convert_abook ==========
36337 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36338 of the current address book. The current abook won't be removed automatically.
36339 ========== h_convert_sig ==========
36340 Answering Yes copies the contents of the signature file into your Alpine
36341 configuration file. After that, the contents of the file will not be used.
36342 ========== h_save_addman ==========
36343 Enter the simple name of the folder you want to add. Carriage return to
36344 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36345 ========== h_reopen_folder ==========
36346 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36347 No leaves the folder index as it was without discovering new mail.
36348 ========== h_convert_pinerc_server ==========
36349 This is the name of the host (computer) where the remote Alpine configuration
36350 will be stored. This should be an IMAP server that you have permission to use.
36351 ========== h_convert_pinerc_folder ==========
36352 Enter the correct remote folder name. This folder is special and should
36353 contain only configuration data. It shouldn't contain other mail messages.
36354 ========== h_role_compose ==========
36355 Compose a New message, Reply to current message, Forward current message, or
36356 Bounce message. Then you will be asked to choose one of your Roles to be used.
36357 ========== h_save_size_changed ==========
36358 The reported size of a message is not the same as the actual size. Answer Yes
36359 to continue and hope for the best or No to Cancel the entire Save.
36360 ========== h_select_by_larger_size ==========
36361 Enter a number or ^C to cancel. All messages greater than this many characters
36362 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36363 ========== h_select_by_smaller_size ==========
36364 Enter a number or ^C to cancel. All messages less than this many characters
36365 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36366 ========== h_preserve_field ==========
36367 Use 'p' to toggle between preserving or not preserving the original To:
36368 and Cc: fields of the message. Enter ^C to cancel message.